@charset "utf-8";

/*common css start*/
*:focus { outline: none; border: none; }
body { margin: 0px; padding: 0px; font-size: 24px; font-weight: 400; color: #555; font-family: "Inter Tight", sans-serif; line-height: 1.5; background: #F4F4F4; }
p { margin-bottom: 15px; }
a, .btn-theme, .btn-theme::after, .btn-theme-submit input[type="submit"], .socialmenu ul li svg path, .theme-btn-white, .theme-btn-white::after, .blogdetailnav a span { transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; }
small { color: #999; font-size: 14px; display: block; margin-bottom: 10px; }
a { color: #E53D32; cursor: pointer; text-decoration: none; outline: none; }
a:hover { color: #E53D32; text-decoration: none; }
ul, li { list-style: none; margin: 0px; padding: 0px; }
img { border: 0; vertical-align: top; height: auto; max-width: 100%; }
.left-padding { padding-left: calc(((100% - 1170px) - 30px) / 2); }
.right-padding { padding-right: calc(((100% - 1170px) - 30px) / 2); }
.mob .row [class*="col-"]:first-child { margin-top: -50px; }
.left-minus { margin-left: -200px; }

/*heading css*/
h1, h2, h3, h4, h5, h6, .th1, .th2, .th3, .th4, .th5, .th6 { color: #221F1F; margin: 0px; padding: 0px; font-family: "Inter Tight", sans-serif; font-weight: 600; }
h1, h2, .th1, .th2 { margin-bottom: 30px; font-size: 100px; line-height: 1; letter-spacing: -1px; }
h3, .th3 { font-size: 70px; margin-bottom: 20px; line-height: 1; }
h4, .th4, .tabsectionrow .bullet-button li { font-size: 50px; margin-bottom: 20px; letter-spacing: -0.5px; line-height: 1; }
h5, .th5 { font-size: 36px; margin-bottom: 20px; }
h6, .th6 { font-size: 24px; margin-bottom: 20px; line-height: 1.25; letter-spacing: -0.72px; }

/*extra heading & text*/
.t20 { font-size: 20px; line-height: 1.3; }
.t30 { font-size: 30px; font-weight: 500; }
.t36 { font-size: 36px; line-height: 1.38 }
.t150 { font-size: 150px; font-weight: 600; line-height: 0.95 }
.t210 { font-size: 210px; font-weight: 600; line-height: normal; }
.c999 { color: #999; }
.t180 { color: #C9C8C8; font-size: 180px; font-weight: 600; line-height: 1; letter-spacing: -1.8px; }
.bb-theme { border-bottom: 1px solid #4A4C50; }
.bb-white { border-bottom: 1px solid #fff; }
.pmb0 p:last-child { margin-bottom: 0px; }
.text-orange { color: #E53D32; }
.title-color { color: #221F1F; }

/*font-weight*/
.fwl { font-weight: 300; }
.fwn { font-weight: 400; }
.fwm { font-weight: 500; }
.fws { font-weight: 600; }
.fwb { font-weight: 700; }
.ttu { text-transform: uppercase; }
.text-gray p, .text-gray { color: #999999 }

/*button start*/
ins { text-decoration: none; }
button { border: none; }
button:focus { outline: none; }
.theme-btn { background-color: #E53D32; border-radius: 30px; color: #fff; display: inline-flex; font-size: 20px; font-weight: 500; line-height: 1; position: relative; gap: 10px; padding: 15px 25px; align-items: center; }
.theme-btn:hover { color: #E53D32; background-color: #ffffff; }
.theme-btn::after { content: ''; background: url(../images/btn-arrow-white.svg) no-repeat center; width: 12px; height: 12px; display: inline-block; vertical-align: top; }
.theme-btn:hover::after { ''; background: url(../images/btn-arrow-orange.svg) no-repeat center; }
.theme-btn-white { background-color: #fff; border-radius: 30px; color: #E53D32; display: inline-flex; font-size: 20px; font-weight: 500; line-height: 1; position: relative; gap: 10px; padding: 15px 25px; align-items: center; }
.theme-btn-white:hover { color: #ffffff; background-color: #E53D32; }
.theme-btn-white::after { content: ''; background: url(../images/btn-arrow-orange.svg) no-repeat center; width: 12px; height: 12px; display: inline-block; vertical-align: top; }
.theme-btn-white:hover::after { ''; background: url(../images/btn-arrow-white.svg) no-repeat center; }
.btn-theme-submit { position: relative; display: inline-block; }
.btn-theme-submit input[type="submit"] { background-color: #E53D32; background-image: url(../images/btn-arrow-white.svg); background-repeat: no-repeat; background-position: right 25px center; color: #fff; display: inline-block; font-size: 20px; font-weight: 500; line-height: 1; outline: 0px; border: none; padding: 15px 45px 15px 25px; position: relative; border-radius: 30px; z-index: 0; }
.btn-theme-submit input[type="submit"]:hover { color: #E53D32; background-color: #ffffff; background-image: url(../images/btn-arrow-orange.svg); }
.btn-theme-submit.black input[type="submit"]:hover { color: #fff; background-color: #221F1F; background-image: url(../images/btn-arrow-white.svg); }
.btn-theme-round { height: 50px; width: 50px; display: flex; border-radius: 100%; position: relative; align-items: center; justify-content: center; background-color: #fff; }
.btn-theme-round:after { content: ''; background: url(../images/../images/round-orange-arrow.svg) no-repeat center; width: 18px; height: 18px; display: inline-block; vertical-align: top; transition: all 0.3s ease; transform: translateX(0px); background-size: 100%; }
.theme-btn.black:hover, .sticky.mainheader .theme-btn:hover, header.mainheader.innerheader .theme-btn:hover { background: #221F1F; color: #fff; }
.theme-btn.black::after, .sticky.mainheader .theme-btn:hover:after, header.mainheader.innerheader .theme-btn::after { ''; background: url(../images/btn-arrow-white.svg) no-repeat center; }
.btn-theme-round.orange:after { background: url(../images/round-white-arrow.svg) no-repeat center; }
.btn-theme-round.round36:after { width: 13px; height: 13px; background-size: 13px; }
.round36 { height: 36px; width: 36px; }

/*bullet*/
.bullet ul { margin-bottom: 15px; }
.bullet ul li { position: relative; padding-left: 25px; margin-bottom: 8px; }
.bullet li:before { content: ""; position: absolute; left: 0; top: 12px; width: 11px; height: 11px; background: url(../images/bullet-orange-arrow.svg) no-repeat center center; background-size: contain; }

/*margin-top*/
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mt-50 { margin-top: 50px; }
.mt-100 { margin-top: 100px; }

/*margin-bottom*/
.mb-0 { margin-bottom: 0px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.mb-150 { margin-bottom: 150px; }
.mb-250 { margin-bottom: 250px; }
.mb-200 { margin-bottom: 200px; }

/*padding-top*/
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-30 { padding-top: 30px; }
.pt-50 { padding-top: 50px; }
.pt-100 { padding-top: 100px; }
.pt-150 { padding-top: 150px; }
.pt-250 { padding-top: 250px; }
.ptb-250 { padding: 250px 0px; }

/*padding-bottom*/
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.pb-150 { padding-bottom: 150px; }
.theme-bg { background-color: #221F1F; }
.pb-200 { padding-bottom: 200px; }
.pageoffset { margin-top: 250px; }

/*form start*/
input[type="submit"], input[type="button"], button[type="submit"], button[type="button"] { outline: none; }
label { width: 100%; display: inline-block; max-width: 100%; text-align: left; color: #E53D32; font-size: 24px; margin-bottom: 15px; font-weight: 600; line-height: 1; }
textarea { resize: none; height: 110px; border-radius: 20px; }
.form-control { font-family: "Inter Tight", sans-serif; display: block; width: 100%; height: auto; padding: 15px 25px; font-size: 20px; line-height: 1; border: none; border: 1px solid #888888; box-shadow: none; background-color: transparent; border-radius: 5px; font-weight: 400; color: #999; }
.form-control:focus, .input-text:focus { color: #fff; border-color: #fff; background-color: transparent; outline: 0; box-shadow: none; }
.form-control::-webkit-input-placeholder { color: #999; font-weight: 400; }
.form-control::-moz-placeholder { color: #999; opacity: 1; font-weight: 400; }
.form-control::-ms-input-placeholder { color: #999; font-weight: 400; }
.form-control:focus::-webkit-input-placeholder { color: #fff; font-weight: 400; border-color: #fff; }
.form-control:focus::-moz-placeholder { color: #fff; opacity: 1; font-weight: 400; border-color: #fff; }
.form-control:focus::-ms-input-placeholder { color: #fff; font-weight: 400; border-color: #fff; }
textarea.form-control, textarea { height: 150px; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { -webkit-appearance: none; }
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { appearance: none; -moz-appearance: textfield; -webkit-appearance: none; }
input[type="date"]::-webkit-inner-spin-button { display: none; }
input[type="date"]::-webkit-calendar-picker-indicator { color: rgba(0, 0, 0, 0); opacity: 1; background-image: none; background: transparent; }
input[type="radio"], input[type="checkbox"] { cursor: pointer; }
.form-group { margin-bottom: 20px; z-index: 1; }
.form-check-input[type=checkbox] { border-radius: 0px; }
.form-check-input { margin-top: 8px; border-radius: 0px; border-color: #000; }
.form-check-input:focus { border-color: #000; box-shadow: none; }
.form-check-input:checked:focus { border-color: #0d6efd; }
.wpcf7-spinner { position: absolute; margin-top: 15px; }
.wpcf7 form.sent .wpcf7-response-output { line-height: 24px; background: #dff0d8; border: 1px solid #c3e6cb; margin: 20px 0 0; padding: 7px 12px; color: #155724; position: relative; z-index: 1; border-radius: 5px; font-size: 16px; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { line-height: 24px; background: #f8d7da; border: 1px solid #f5c6cb; margin: 20px 0 0; padding: 7px 15px; color: #721c24; position: relative; z-index: 1; border-radius: 5px; font-size: 16px; }
span.wpcf7-not-valid-tip { color: #ed1c24; position: relative; text-align: left; font-size: 14px; }
.contactelement-bottom  .form-control { border: 1px solid #CCC; }
.contactelement-bottom .form-control:focus::-webkit-input-placeholder { color: #555; }
.contactelement-bottom .form-control:focus::-moz-placeholder { color: #555; opacity: 1; }
.contactelement-bottom .form-control:focus::-ms-input-placeholder { color: #555; }
.contactelement-bottom .form-control:focus, .contactelement-bottom .input-text:focus { background-color: #fff; color: #555; border-color: #E53D32; }
.contactelement-bottom .form-control::-webkit-input-placeholder { color: #555; }
.contactelement-bottom .form-control::-moz-placeholder { color: #555; opacity: 1; }
.contactelement-bottom .form-control::-ms-input-placeholder { color: #555; }

/*vc plugin css start*/
.vc_row { margin: 0px !important }
.vc_column_container > .vc_column-inner { padding: 0px !important }

/*img-scale*/
.img-scale { overflow: hidden; }
.img-scale img { transition: all 0.3s ease; transform: scale(1); }
.img-scale:hover img { transition: all 0.3s ease; transform: scale(1.1); }

/*common css End*/
.ploader { width: 100%; text-align: center; top: 50%; position: absolute; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
#pageloader { top: 0px; position: fixed; width: 100%; height: 100%; z-index: 9999; background: #F4F4F4; }

/*header-css-start*/
.mainheader { width: 100%; position: fixed; top: 0; transition: all 0.3s ease; z-index: 20; background-color: transparent; padding: 20px 0px; }
.sticky.mainheader { background-color: #fff; }
.sticky.mainheader { padding: 10px 0px; }
.sticky.mainheader .navmenu > ul > li > a, .innerheader .navmenu > ul > li > a { color: #444444; }
.innerheader .navmenu > ul > li.current_page_ancestor > a { color: #E53D32; }
.logo { position: relative; }
.logo a { display: block; }
.logo img { transition: all 0.3s ease; }

/*.sticky.mainheader .logo img { width: 110px; }*/
.stickylogo { position: absolute; top: 0px; left: 0px; opacity: 0; }
.sticky.mainheader .stickylogo { opacity: 1; }
.sticky.mainheader .unstickylogo { opacity: 0; }
header .logo a { display: inline-block; }
header.mainheader.innerheader .stickylogo { opacity: 1; }
button.navbartoggle { padding: 0px; }
.navmenu > ul { margin: 0; padding: 0; display: flex; justify-content: center; flex-wrap: wrap; }
.navmenu > ul > li { position: relative; list-style: none; margin: 0 25px; transition: all 0.3s ease; padding: 10px 0px }
.navmenu > ul > li > a { color: #fff; display: block; font-size: 20px; font-weight: 500; padding: 10px 0; }
.navmenu > ul > li > a:hover, .navmenu > ul > li.current-menu-item > a, .navmenu > ul > li:hover > a, .navmenu > ul > li > ul > li:hover > a, .sticky.mainheader .navmenu > ul > li > a:hover, .innerheader .navmenu > ul > li.current-menu-item > a, .sticky.mainheader .navmenu > ul > li:hover > a { color: #E53D32; }
.submenu-toggle { text-align: center; overflow: hidden; padding: 8px; vertical-align: top; line-height: 0; cursor: pointer; position: absolute; right: 0; top: 0; }
.navmenu > ul > li ul { display: none; }
.navmenu > ul > li > ul > li > a { font-size: 18px; color: #444444; }
.navmenu > ul > li:last-child { margin-right: 0; }
.closeBtn { line-height: 1; z-index: 5; position: absolute; top: 20px; right: 20px; width: 20px; height: 20px; border: none; background-color: transparent; padding: 0; transform: rotate(45deg); display: inline-flex; align-items: center; justify-content: center; }
.closeBtn::after { background-color: #FFF; width: 100%; height: 2px; content: ''; display: inline-block; vertical-align: middle; transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.closeBtn::before { background-color: #FFF; height: 100%; width: 2px; position: absolute; top: 0; content: ''; transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.closeBtn:hover::after, .closeBtn:hover::before { background-color: #FFF; }
@media only screen and (min-width:1200px) {
	.navmenu > ul > li:hover > ul, .navmenu > ul > li > ul li:hover > ul { display: inline-block; }
	.navmenu > ul > li ul { position: absolute; top: 100%; min-width: 250px; background-color: #fff; margin-left: 0; display: none; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
	.navmenu > ul > li > ul li { position: relative; line-height: 1.1; padding: 0 15px; }
	.navmenu > ul > li > ul li a { position: relative; line-height: 1.1; padding: 15px 0; display: block; border-bottom: 1px solid #DDDDDD; color: #222; }
	.navmenu > ul > li ul li ul { top: 0; left: 100%; z-index: 1; }
	.navmenu > ul > li > ul li a:hover, .navmenu > ul > li ul li.current-menu-item > a { color: #E53D32; }
	.navmenu > ul > li.menu-item-has-children > a { position: relative; padding-right: 23px; }
	.navmenu > ul > li.menu-item-has-children > a::before { content: ''; background: url(../images/menu-arrow-normal.svg) no-repeat center; width: 20px; height: 20px; position: absolute; top: calc(50% + 2px); right: 0; transform: translateY(-50%); }
	.sticky.mainheader .navmenu > ul > li.menu-item-has-children > a::before, header.mainheader.innerheader  .navmenu > ul > li.menu-item-has-children > a::before { content: ''; background: url(../images/menu-black-arrow.svg) no-repeat center; }
	.navmenu > ul > li.menu-item-has-children > a:hover::before, header.mainheader.innerheader  .navmenu > ul > li.current-menu-item.menu-item-has-children > a::before, .navmenu > ul > li:hover >
	a:before, .sticky.mainheader .navmenu > ul > li.menu-item-has-children:hover > a::before, header.mainheader.innerheader  .navmenu > ul > li:hover > a::before, header.mainheader.innerheader .navmenu > ul li.current-menu-ancestor > a::before { background: url(../images/menu-arrow-active.svg) no-repeat center; }
	.navmenu > ul > li > ul li:last-child a { border-bottom: navajowhite; }
	.navmenu > ul > li > a:hover::after, .navmenu > ul li.current-menu-item > a::after, .navmenu > ul li.current-menu-ancestor > a::after, .sticky.mainheader .navmenu > ul > li:hover >
	a::after, .mainheader .navmenu > ul > li:hover > a::after { transform: scaleX(1); }
	.navmenu ul li a { position: relative; }
	.navmenu > ul > li > a::after { transform-origin: left; content: ''; width: 100%; height: 1px; bottom: 5px; position: absolute; left: 0px; background-color: #E53D32; transform: scaleX(0); transition: all 0.3s ease; }
}
@media only screen and (max-width:1199px) {
	.submenu-arrow-icon { display: inline-block; vertical-align: top; position: relative; width: 13px; height: 10px; }
	.submenu-arrow-icon::before { content: ''; width: 13px; height: 10px; display: inline-block; transition: all 0.2s ease; vertical-align: top; position: absolute; background: url(../images/menu-arrow-mobile.svg) no-repeat; background-position: left center; left: 0; background-size: 13px; }
	.submenu-arrow-up::before { transform: rotate(180deg); }
	.navbartoggle, .closeBtn { display: inline-flex; line-height: 1; background: transparent; }
	.black-overlay { z-index: 50; background-color: rgba(0, 0, 0, 0.5); content: ''; position: fixed; right: 0; height: 100%; width: 100%; top: 0; display: none; }
	.navmenu { border-radius: 0; z-index: 50; position: fixed; height: 100%; width: 50%; background: #221F1F; top: 0; right: 0; transform: translateX(100%); transition: transform 0.45s cubic-bezier(.25, .85, .25, 1); box-shadow: 3px 10px 15px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; flex-wrap: wrap; align-items: flex-start; overflow: auto; will-change: transform; /* GPU hint */ }
	.navmenu.slide { transform: translateX(0); }
	.navicon { width: 18px; display: inline-block; vertical-align: middle; line-height: 1; position: relative; }
	.icnline { background-color: #E53D32; width: 100%; height: 2px; line-height: 1; display: block; margin: 6px 0; }
	.navicon::before, .navicon::after { content: ''; position: absolute; background-color: #E53D32; width: 100%; height: 2px; left: 0; }
	.navicon::before { top: 0; }
	.navicon::after { bottom: 0; }
	.navmenu > ul { padding: 50px 15px 0 30px; margin-right: 0; display: inline-block; vertical-align: top; width: 100%; }
	.navmenu > ul > li { margin: 0 0 30px; }
	.navmenu > ul > li a { font-size: 30px; color: #999999; padding: 0; }
	.navmenu > ul li ul { position: relative; margin-left: 0; background-color: transparent; padding: 30px 0 0 30px; box-shadow: none; }
	.navmenu > ul > li ul li a { font-size: 18px; color: #999999; }
	.navmenu > ul li ul li ul { padding: 20px 0 20px 20px; }
	.navmenu > ul li ul li ul li { position: relative; }
	.navmenu > ul li ul li { position: relative; margin: 8px 0; }
	.navmenu > ul > li:last-child, .navmenu > ul li ul li:last-child { margin-bottom: 0; }
	.navmenu > ul li ul li:first-child { margin-top: 0; }
	header .logo { max-width: 150px; }
	.navmenu > ul li ul { padding: 15px 0 0 30px; }
	.sticky.mainheader .navmenu > ul > li > a, .innerheader .navmenu > ul > li > a { color: #999; }
	.navmenu > ul > li > a:hover, .navmenu > ul > li.current-menu-item > a, .navmenu > ul > li:hover > a, .navmenu > ul > li > ul > li:hover > a, .sticky.mainheader .navmenu > ul > li > a:hover, .innerheader .navmenu > ul > li.current-menu-item > a, .sticky.mainheader .navmenu > ul > li:hover > a { color: #999999; }
	.navmenu > ul > li.current_page_item ul li a { font-size: 18px; color: #E53D32; }
	.navmenu > ul > li { margin: 0 0px; }
	.innerheader .navmenu > ul > li.current_page_ancestor  > ul > li.current_page_item a { color: #E53D32; }
}

/*header-css-end*/
.navmenu .theme-btn { margin-left: 20px; }
.footerlink a { color: #999; font-size: 20px; line-height: 1; }
a:hover { color: #E53D32; }
.footerlink li { margin-bottom: 10px; }
.copyrights { color: #999; font-size: 20px; font-weight: 400; }
.socialmenu ul { display: flex; flex-wrap: wrap; width: 100%; }
.socialmenu ul li { margin-right: 15px; }
.socialmenu ul li a { width: 40px; height: 40px; display: inline-flex; justify-content: center; align-items: center; border-radius: 100%; background-color: transparent; border: 1px solid #999; }
.socialmenu ul li a:hover { border-color: #E53D32; background-color: #E53D32; }
.socialmenu ul li a:hover svg path { fill: #fff; }
.logo a img { width: 164px; }
.sticky .logo a img { width: 130px; }
.hmcounter-box h3 { display: flex; align-items: center; }

/* Slider section top */
.fullheightsection { overflow: hidden; height: 100vh; vertical-align: bottom; }
.fullscreenswiper { height: 100%; }
.fullscreenswiper .swiper-slide { overflow: hidden; }
.swiper-slide-inner { width: 100%; height: 100%; left: 0; top: 0; background: #000; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.swiper-slide-inner-bg { width: 100%; height: 100%; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s; -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s; -ms-transition: opacity .6s ease-in-out, transform 2s ease .7s; -o-transition: opacity .6s ease-in-out, transform 2s ease .7s; transition: opacity .6s ease-in-out, transform 2s ease .7s; -webkit-transform: scale(1.15); -moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); transform: scale(1.15); opacity: 0.2; -moz-opacity: 0.2; -webkit-opacity: 0.2; filter: alpha(opacity=20); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }
.swiper-slide-visible .swiper-slide-inner-bg, .swiper-slide-active .swiper-slide-inner-bg { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.fullscreenswiper .swiper-button-next, .fullscreenswiper .swiper-button-prev { z-index: 10; }
.fullscreenswiper .swiper-pagination { z-index: 10 }
.swiper-pagination-bullet { background-color: #fff; opacity: 1; width: 10px; height: 10px; display: none; }
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0px 5px; }
.swiper-pagination-bullet-active { background-color: #E53D32; }
.captionslider { position: absolute; bottom: 80px; width: 100%; z-index: 10; }

/* Slider section top */
.swiper-slide-inner-bg { position: relative; }
.swiper-slide-inner-bg:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; background: linear-gradient(90deg, rgba(0, 0, 0, 0.50) 30.29%, rgba(0, 0, 0, 0.15) 100%); }
.banner-btns a + a { margin-left: 20px; }
@media (prefers-reduced-motion:reduce) {
	.swiper-slide-inner-bg { transition: none; transform: none; }
	.captionslider { transition: none; }
}
.captionslider { opacity: 0; transform: translateX(100px); transition: transform 0.8s ease 1.2s, opacity 0.6s ease 1.2s; }
.swiper-slide-active .captionslider { opacity: 1; transform: translateX(0); }

/* 🔥 NO overlay / fade before swiper init */
.swiper:not(.swiper-initialized) .swiper-slide-inner-bg { opacity: 1 !important; }

/* 🔥 NO overlay before init */

/*.swiper:not(.swiper-initialized) .swiper-slide-inner::before {
  display: none !important;
}*/






.solutionlist  .rows { padding: 0px 100px; }
.solutionlist  .rows [class*="col-"] { margin-bottom: 50px }
.solutionlist  .rows [class*="col-"]:first-child { position: sticky; top: 10%; margin: 0px 33.33% 50px; }
.solutionlist  .rows [class*="col-"]:nth-child(2n + 3) { margin-left: 33.33%; }
.solutionlist-box-content { position: absolute; top: 0; display: flex; flex-wrap: wrap; height: 100%; padding: 40px; flex-direction: column; justify-content: space-between; z-index: 3; width: 100%; }
.sbc-topcontent { display: flex; justify-content: space-between; }
.solutionlist .row { margin-left: -25px; margin-right: -25px; }
.solutionlist .rows [class*="col-"] { padding-left: 25px; padding-right: 25px; }
.solutionlist-box-img img { width: 100%; }
.solutionlist-box-img, .solutionlist-box, .hmwhyjobs-box { position: relative; overflow: hidden; }
.solutionlist-box::before, .hmwhyjobs-box::before { content: ""; background: #E53D32; position: absolute; top: 0; left: 0; height: 100%; width: 100%; transform: scale(0); border-radius: 100%; z-index: 3; }
.solutionlist-box-img:after, .hmwhyjobsbox-img:after { content: ""; background: linear-gradient(90deg, rgba(0, 0, 0, 0.30) 30.29%, rgba(0, 0, 0, 0.09) 100%); position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; }
.solutionlist-box:hover:before, .hmwhyjobs-box:hover:before { transform: scale(1.5); }
.sbc-topcontent h6 { letter-spacing: -0.24px; }
.btn-theme-round, .solutionlist-box::before, .hmwhyjobs-box::before { transition: all 0.7s ease; }
.solutionlist-box-wrap:hover .sbc-bottom-content p { opacity: 1; visibility: visible; height: auto; }
.hmprocess .contentright-top h6 { display: flex; align-items: center; line-height: 1; margin-bottom: 50px; }
.hmprocess .contentright-top span { padding-right: 20px; }
.hmprocess-left { border-left: 1px solid #4A4C50; margin-left: 30px; }
.hmprocess-box { padding-left: 150px; position: relative; margin-left: 70px; }
.hmprocess-icon { border-radius: 7px; background: #E01F2E; width: 50px; height: 50px; display: block; position: absolute; left: -95px; }
.hmprocess-icon:after { height: 17px; width: 17px; background: #fff; position: absolute; content: ""; border-radius: 10px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.imgstickycol { position: sticky; top: 25vh; overflow: hidden; }
.imgwrappercol { position: relative; }
.textrightwrapper { transition: 0.3s ease; position: relative; }
.imgabscol { position: absolute; top: 0px; left: 0px; transform-origin: top; opacity: 0; transition: all 0.3s ease; }
.imgabscol.active { opacity: 1; }
.imgwrappercol .imgabscol:first-child { position: relative; }
.textrightwrapper.active .contentright, .textrightwrapper:first-child { opacity: 1; }
.contentright { opacity: 0.2; transition: all 0.3s ease; font-size: 20px; line-height: 30px; }
.hm-careers { margin-top: -1px; }
.hm-careers-wrap { display: flex; flex-wrap: wrap; align-items: center; }
.hm-careers-left { width: 56%; }
.hm-careers-right { width: 44%; padding-right: 100px; z-index: 1; }
.offset1 { padding-left: 128px }
.hm-careers-right h2 { margin-left: -250px; }
.leftclipmask img, .rightclipmask img, .centerclipmask img { transform: scale(1.2); transform-origin: left; }
.leftclipmask { overflow: hidden; clip-path: inset(0 80% 0 0); }
.hmwhyjobs-box { position: relative; overflow: hidden; /* 🔥 MOST IMPORTANT */ }
.hmwhyjobsbox-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 40px; z-index: 3; transform: translateY(0%); }
.hmwhyjobs .row { margin: 0px -2px; }
.hmwhyjobs .row > [class*="col-"] { padding: 2px; }
.hmwhyjobsbox-content p { min-height: 72px; }
.hm-testimonials .row [class*="col-"] { margin-bottom: 20vh; z-index: 2 }
.hm-testimonials .review-box { background: #fff; padding: 40px; flex-wrap: wrap; text-align: left; }
.hm-testimonials .review-top { border-bottom: 1px solid #C9C8C8; padding-bottom: 40px; margin-bottom: 20px; }
.hm-testimonials .stickytitle { z-index: 1; flex-flow: column; flex: none; place-content: center; align-items: center; width: 100%; height: 100vh; padding: 0; display: flex; position: sticky; top: 0; overflow: visible; }
.review-bottom { display: flex; align-items: center; }
.review-bottom img { height: 50px; width: 50px; border-radius: 5px; margin-right: 20px; }
.review-top img { position: absolute; left: -20px; top: -10px; z-index: 0; }
.hm-testimonials .hm-testimonials .review-top p { color: #555; }
.hm-testimonials .container .row:last-child [class*="col-"] { margin-bottom: 100vh; }
.hmemployers-items .hmemployers-box { display: inline-flex; align-items: center; padding: 50px 40px; background: #fff; justify-content: center; margin: 0px 12px; }
@keyframes scrollLogos {
	0% { transform: translateX(0%); }
	100% { transform: translateX(-50%); }
}
.hmemployers-wrap { overflow: hidden; position: relative; }
.hmemployers-track { display: flex; width: max-content; animation: scrollLogos 60s linear infinite; }
.hmemployers-items { display: flex; }

/*hmemployers-wrap:hover .hmemployers-track { animation-play-state: paused; }*/
.blogbox { width: 100%; position: relative; }
.blogbox  .btn-theme-round { position: absolute; right: 30px; top: 30px; }
.btn-theme-round.orange { background: #E53D32; }
.p-left-top { left: 0px; top: 0px; }
.p-right-top { right: 0px; top: 0px; }
.p-right-bottom { right: 0px; bottom: 0px; }
.vectoParallax { width: 100px; }
.img-scale { overflow: hidden; display: block; }
.img-scale img { transition: all 0.5s ease; transform: scale(1); }
.img-scale:hover img { transition: all 0.5s ease; transform: scale(1.05); }
footer .p-right-bottom { bottom: -160px; }
.paginav { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 20px; }
.paginav a, .paginav span { text-decoration: none; margin: 0px; margin-right: 10px; text-align: center; font-size: 24px; width: 50px; height: 50px; border-radius: 100%; font-weight: 500; line-height: 1; display: flex; justify-content: center; align-items: center; }
.paginav span.arrow-previous, .paginav span.arrow-next { position: relative; display: inline-flex; margin-right: 0px; align-items: center; justify-content: center; }
.paginav a { border: 1px solid #CCCCCC; }
.paginav span.current, .paginav a:hover { border-color: #E53D32; background-color: #E53D32; color: #fff; }
.arrow-previous::before, .arrow-next::before { height: 17px; width: 20px; content: ''; transition: all 0.3s ease; display: inline-block; }
.arrow-previous::before { background: url(../images/blog-left-arrow-orange.svg) center center no-repeat; background-size: 100%; }
.arrow-next::before { background: url(../images/blog-right-arrow-orange.svg) center center no-repeat; background-size: 100%; }
.arrow-previous:hover:before { background: url(../images/blog-left-arrow-white.svg) center center no-repeat; background-size: 100%; }
.arrow-next:hover:before { background: url(../images/blog-right-arrow-white.svg) center center no-repeat; background-size: 100%; }
.blogdetailrow .datecol { margin-bottom: 10px; }
.blogdetailnav { display: inline-flex; justify-content: space-between; border-top: 1px solid #C2BBB1; padding-top: 30px; width: 100%; }
.blogdetailnav a { color: #E53D32; font-size: 20px; font-style: normal; font-weight: 500; display: flex; align-items: center; justify-content: center; margin: 0px -15px; }
.blogdetailnav a:hover span { background: #221F1F; }
.blogdetailnav span { text-decoration: none; margin: 0px; background: #E53D32; text-align: center; width: 50px; height: 50px; border-radius: 100%; line-height: 1; display: flex; justify-content: center; align-items: center; margin: 0px 15px; }
.blogdetailnav a .arrow-previous::before { background: url(../images/blog-left-arrow-white.svg) center center no-repeat; background-size: 100%; }
.blogdetailnav a .arrow-next::before { background: url(../images/blog-right-arrow-white.svg) center center no-repeat; background-size: 100%; }
.solutionlistpage .vectoParallax { display: none; }
.sd-problem h4 { margin-bottom: 30px; }
.bullet-button.bullet-scroll li { opacity: 0; position: relative; transform: perspective(1px) translateZ(0) translateY(25vh); border-bottom: 1px solid #ccc; }
.bullet-button li span { position: absolute; left: 0px; top: 35px; }
.bullet-button li { font-weight: 600; padding: 30px 0px 30px 60px; letter-spacing: -0.3px; font-size: 30px; color: #444; position: relative; }
.steps-section-wrap { display: flex; gap: 24px; width: 100%; }
.steps-section-wrap .step-item { flex: 1; height: 616px; background: #e53935; position: relative; overflow: hidden; cursor: pointer; color: #fff; flex-grow: 1; transition: flex-grow 0.5s cubic-bezier(.4, 0, .2, 1); }
.steps-section-wrap .step-item.active { flex-grow: 2.243; }
.steps-section-wrap .step-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1); transition: opacity 0.4s ease, transform 0.8s cubic-bezier(.22, 1, .36, 1); z-index: 1; }
.steps-section-wrap .step-item.active img { opacity: 1; transform: scale(1.08); }
.steps-section-wrap .step-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 1.14%, rgba(0, 0, 0, 0.15) 100%); opacity: 0; transition: opacity 0.4s ease; z-index: 2; }
.steps-section-wrap .step-item.active::after { opacity: 1; }
.steps-section-wrap .step-item h6 { position: absolute; left: 50px; top: 40px; writing-mode: vertical-rl; transform: rotate(180deg); z-index: 3; transition: all 0.4s ease; }
.steps-section-wrap .step-item.active h6 { top: 50px; writing-mode: horizontal-tb; transform: none; }
.steps-section-wrap .step-content { position: absolute; bottom: 50px; left: 50px; width: fit-content; max-width: 80%; z-index: 3; opacity: 0; transform: translateY(40px); pointer-events: none; transition: opacity 0.35s ease, transform 0.6s cubic-bezier(.22, 1, .36, 1); }
.steps-section-wrap .step-item.active .step-content { opacity: 1; transform: translateY(0); pointer-events: auto; transition-delay: 0.35s; }
.steps-section-wrap .step-item, .steps-section-wrap .step-content, .steps-section-wrap .step-item img { will-change: transform, opacity; }
.includes-img.mob, .vertical-box-main-title.mob { display: none; }
.vertical-wrap { height: 100vh; position: relative; }
.pd-raw-materials-box { display: flex; flex-wrap: wrap; }
.vertical-box-left-wrap, .vertical-box-right-wrap { position: relative; overflow: hidden; width: 100%; height: 100%; }
.vertical-box-left-wrap > .vertical-box-left, .vertical-box-right-img, .vertical-box-right-inner, .vertical-box-right, .includes-content-wrap, .vertical-box-left-inner, .includes-img { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.includes-img, .vertical-box-main-title { padding-top: 150px; }
.vertical-box-main-title { position: relative; z-index: 2; }
.vertical-box-right .includes-content-wrap { justify-content: flex-end; background-color: #221F1F; }
.includes-img, .includes-content-wrap { padding-bottom: 80px; }
.includes-content { padding-bottom: 50px; border-bottom: 1px solid #4A4C50; }
.includes-img img { width: 100%; height: 100%; object-fit: cover; }
.calltoactionrow .marqeesecrow { transition: all 0.3s ease; white-space: nowrap; }
.calltoactionrow .projectext { margin: 0px 50px; }
.letstalk { position: absolute; width: 100%; opacity: 0; transition: all 0.3s ease; display: flex; justify-content: center; top: 50%; transform: translateY(-50%); }
.calltoactionrow a:hover .letstalk { opacity: 1; }
.calltoactionrow .th2 { line-height: 1.4; }
.calltoactionrow .marqeesecrow { transition: all 0.3s ease; white-space: nowrap; display: flex; width: max-content; }
.calltoactionrow a:hover .textmarqueecol { animation-play-state: paused; }
.p-left-bottom { left: 0px; bottom: 0px; }
.textmarqueecol { animation: textMarqRightToLeft 80s linear infinite; will-change: transform; transform: translate3d(0, 0, 0); backface-visibility: hidden; }
@keyframes textMarqRightToLeft {
	0% { transform: translate3d(0, 0, 0); }
	100% { transform: translate3d(-100%, 0, 0); }
}
@keyframes textMarqLeftToRight {
	0% { transform: translate3d(0, 0, 0); }
	100% { transform: translate3d(100%, 0, 0); }
}
.calltoactionrow .btn-theme-round { transform: scale(2.6); }
.contactimgcol { margin: 0px 65px; }
.contactinforow a { margin-bottom: 10px; }
.contactimg, .clipdowncol { overflow: hidden; clip-path: polygon(0 0%, 100% 0%, 100% 0, 0 0); }
.contactimg img, .clipdowncol img, .leftclipmask img { transform: scale(1.3); }
.textmarqeerow { overflow: hidden; position: absolute; top: 100px; opacity: 0; transform: translateY(-50px); }
.wordmarqee { display: flex; -webkit-animation: textMarqRightToLeft 30s linear infinite; animation: textMarqRightToLeft 30s linear infinite; }
.wordmarqee span { flex-shrink: 0; margin-left: 500px; }
.contactimgcol { transform: translateY(0); text-align: center; }
.linebtn { position: relative; display: inline-flex; align-items: center; font-size: 30px; color: #444; padding-bottom: 10px; }
.linebtn::after { background-color: #555; content: ''; width: 100%; transform-origin: left; height: 1px; position: absolute; bottom: 0px; left: 0px; transition: all 0.5s ease; }
.linebtn:hover::after { background-color: #E53D32; }
.linebtn i { flex-shrink: 0; margin-right: 10px; line-height: 1; }
.contactinforow a + a { margin-bottom: 0px; }
.tabsectionrow .mobileimg { display: none; }
.tabsectionrow .hovertextrow { align-items: flex-start; }
.tabsectionrow .imgslider { position: relative; }
.tabsectionrow .hoverpro:first-child { position: relative; }
.tabsectionrow .hoverpro { position: absolute; top: 0px; width: 100%; height: 100%; opacity: 0; left: 0px; overflow: hidden; transition: all 0.3s ease; }
.tabsectionrow .hoverpro img { transform: scale(1.2); transition: all 0.8s ease; }
.tabsectionrow .hoverpro.hoverselected { z-index: 5; opacity: 1; }
.tabsectionrow .hoverpro.hoverselected img { transform: scale(1); }
.tabsectionrow .tabslidenav ul { width: 100%; display: block; margin-top: -40px }
.tabsectionrow .tabslidenav ul li:last-child { margin-bottom: 0px; }
.tabsectionrow .tabslidenav ul li:hover, .tabsectionrow .tabslidenav ul li.hoverselected { color: #E53D32; }
.tabsectionrow .bullet-button li { padding-top: 40px; padding-bottom: 40px; }
.tabsectionrow .bullet-button li span { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); }
.hm-zoomvideo-row .h-spacer { height: 110vh; }
.hm-zoomvideo-row .fixedsectionimg { width: 100%; display: flex; justify-content: center; align-items: center; position: sticky; top: 0vh; flex-direction: column; }
.hm-zoomvideo-row .hm-zoomvideo { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.hm-zoomvideo-row .hm-zoomvideo { width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; transform-origin: center center; }
.hm-zoomvideo-row .hm-zoomvideo video, .hm-zoomvideo-row .hm-zoomvideo img { width: 100%; height: 100%; object-fit: cover; }
.hm-zoomvideo-row  .hm-zoomvideo { transform: translateZ(0); }
.hm-zoomvideo-row .stickyshapecontent { display: flex; justify-content: center; }
.hm-zoomvideo-row .stickyshapecontent video { display: inline-block; vertical-align: middle; width: 100vw; height: 100vh; max-width: none; min-height: 100vh; min-width: 100vw; -o-object-fit: cover; object-fit: cover; }
.hm-zoomvideo-row .hm-zoomvideo-title { top: 35vh; }
.stickdiv { position: sticky; top: 2vh; }
.includes-row-fakeheight { height: 200vh }
.mapiframecol { margin-top: 100px; }
.mapiframecol iframe { width: 100%; height: 700px; }

/* Remove default Swiper arrows */
.swiper-button-prev::after, .swiper-button-next::after { display: none; }

/* Common Button Style */
.swiper-button-prev, .swiper-button-next { width: 50px; height: 50px; border-radius: 50%; bottom: 100px; top: auto; transition: all 0.3s ease; background-size: 18px 18px; /* arrow size */ background-position: center; background-repeat: no-repeat; }

/* LEFT Arrow (Outline Circle + Orange SVG) */
.swiper-button-prev { border: 1px solid #fff; background: url(../images/blog-left-arrow-white.svg) center center no-repeat; background-size: 18px 18px; }
.swiper-button-next { right: auto; left: calc(50% + 35px); transform: translateX(-50%); }
.swiper-button-prev { left: calc(50% - 35px); transform: translateX(-50%); }

/* LEFT Hover */
.swiper-button-prev:hover { background-color: #E53D32; border-color: #E53D32; }

/* RIGHT Arrow (Filled Orange + White SVG) */
.swiper-button-next { background: url(../images/blog-right-arrow-white.svg) center center no-repeat; border: 1px solid #fff; background-size: 18px 18px; }

/* RIGHT Hover */
.swiper-button-next:hover { background-color: #E53D32; border-color: #E53D32; }
.centerclipmask { overflow: hidden; clip-path: inset(0 40% 0 40%); }
.centerclipmask img { transform-origin: center; }
.refersticky  .refersticky-subtitle { position: sticky; top: 15vh; }
.refersticky .bullet-button li, .re-accrow .bullet-button li { padding-bottom: 20px; border: navajowhite; padding-top: 0px; }
.refersticky .bullet-button li span, .re-accrow .bullet-button li span { top: 3px; }
.tab-nav-custom a { display: flex; padding-bottom: 50px; position: relative; border-bottom: 1px solid #CCCCCC; padding-right: 50px; margin-bottom: 50px; }
.re-accrow .bullet-button li:last-child { padding-bottom: 0px; }
.re-accrow .contentshow { padding-bottom: 50px; }
.tab-nav-custom li.active a::before { background-image: url(../images/minus-icon.svg); }
.tab-nav-custom li a::before { content: ''; background-image: url(../images/plus-icon.svg); background-position: center; background-repeat: no-repeat; width: 36px; height: 36px; position: absolute; top: 3px; right: 0px; background-color: #E53D32; border-radius: 100%; }
.contentshow { display: none; padding-bottom: 50px; }
.tab-nav-custom li:first-child .contentshow { display: block; }
.tab-nav-custom li.active a { color: #E53D32; }
.tab-nav-custom a span { display: inline-flex; padding-right: 20px; }
.tab-nav-custom li:last-child a { margin-bottom: 0px; }
.mobile { display: none; }
.re-accrow .tab-nav-custom li:last-child a { margin-bottom: 50px; }
.re-accrow .tab-nav-custom li:last-child .contentshow { padding-bottom: 0px; }
.swiper-slide-inner-bg.mobilesliderfill { display: none; }
.swiper-slide-inner-bg { display: block; }
.imgabscol img { height: 100%; }
.imgabscol { height: 100%; width: 100%; }
.re-accrow h5 { margin-top: 20px; color: #444; }
.sd-problem-content h5 { margin-bottom: 0px; }
.hm-banner { height: 100vh; }
.hm-banner-img, .hm-banner-img video, .hm-banner-img img { height: 100%; }
.hm-banner-img video { width: 100%; object-fit: cover; }
.banner-btns { position: absolute; bottom: 50px; width: 100%; text-align: right; }
.banner-btns .container { width: 100%; }

/*aboutpage*/

/* ===== About Page CSS Start ===== */


.about-banner { position: relative; overflow: hidden; }
.about-banner-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 30%, rgba(0, 0, 0, 0.20) 100%); z-index: 2; }
.about-banner-inner { width: 100%; height: 100%; }
.about-banner-bg { position: relative; width: 100%; height: 100%; object-fit: cover; opacity: 1; transform: scale(1); }
.about-banner-content { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); z-index: 3; }
.about-banner p { position: absolute; margin: 0 auto; left: 50%; transform: translateX(-50%); bottom: 100px; text-align: center; z-index: 9; }
.visa-sticky-card { position: sticky; top: 15vh; width: 100%; height: 100vh; background: #221F1F; }
.visa-sticky-card:last-child { margin-bottom: 0px; }
.visa-card-inner { background: #fff; border-radius: 10px; overflow: hidden; }
.visa-card-img { height: 100%; margin-right: 50px; }
.visa-card-inner .count { margin-bottom: 14px; display: block; }
.visa-card-img img { width: 100%; height: 100%; object-fit: cover; min-height: 400px; }
.visa-card-inner { background-color: #272525; }
.visa-card-content { padding: 50px 50px 50px 40px; }
.visa-card-content h5 { color: #fff; margin-bottom: 30px; }
.visa-card-content .bullet ul li { font-size: 24px; color: #999; margin-bottom: 10px; }
.visa-card-content .bullet ul li:last-child { margin-bottom: 0; }
.visa-card-content .bullet li:before { top: 13px; width: 11px; height: 11px; }
.visa-sub-block { padding-bottom: 0; }
.visa-sub-block p { font-size: 30px; font-weight: 600; color: #fff; }
.kept-seeing-section { position: relative; padding-bottom: 50px; }
.kept-seeing-section .vectoParallax { position: absolute; top: 100px; }
.kept-seeing-list { border-top: none; }
.kept-seeing-item { position: sticky; top: 10vh; z-index: 2; padding: 50px 0; background: #F4F4F4; margin-bottom: 15px; border-top: 1px solid #D1DBDE; }
.space-div { height: 50vh; }
.kept-seeing-item:nth-child(1) { top: 10vh; z-index: 2; }
.kept-seeing-item:nth-child(2) { top: 10vh; z-index: 3; }
.kept-seeing-item:nth-child(3) { top: 10vh; z-index: 4; }
.kept-seeing-item:nth-child(4) { top: 10vh; z-index: 5; }
.kept-seeing-img { overflow: hidden; border-radius: 15px; height: auto; max-width: 100%; transform-origin: right top; will-change: transform; margin-left: auto; }
.kept-seeing-img img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 15px; display: block; transform-origin: right center; }
.visa-categories-section .desc { font-size: 36px; line-height: 50px; font-weight: 400; max-width: 1300px; margin: 0 auto; }
.pvm-section { overflow: hidden; padding-right: 30px; }
.pvm-img { height: 100%; min-height: 550px; }
.pvm-img img { width: 100%; height: 100%; object-fit: cover; min-height: 550px; }
.pvm-item { padding: 70px 0; border-bottom: 1px solid #ccc; display: flex; }
.pvm-item h6 { margin-bottom: 8px; font-size: 36px; font-weight: 600; min-width: 250px; }
.pvm-item p { margin-bottom: 0; }

/* Career-First Slider */
.career-first-section { position: relative; }
.cf-slider { position: relative; overflow: visible; }
.cf-swiper { overflow: hidden; }
.cf-slider-arrows { position: absolute; left: -60px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 20px; z-index: 5; }
.cf-arrow { width: 44px; height: 44px; border-radius: 50%; border: 1px solid #fff; background: transparent; color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.3s, border-color 0.3s; }
.cf-arrow:hover { background: #E53D32; border-color: #E53D32; }
.cf-slide-img { overflow: hidden; margin-bottom: 20px; }
.cf-slide-img img { width: 100%; height: 620px; object-fit: cover; display: block; }
.cf-slide-info { display: flex; align-items: flex-start; gap: 15px; }
.cf-num { font-size: 24px; font-weight: 400; margin-right: 100px; color: #E53D32; padding-top: 4px; flex-shrink: 0; }
.cf-swiper .swiper-slide p { font-size: 24px; margin-bottom: 0; color: #999999; }

/* Team Section */
.team-card { text-align: left; }
.team-card-img { margin-bottom: 20px; aspect-ratio: 1 / 1.15; }
.team-card-img>img { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.team-card-overlay { position: absolute; top: 0; left: 0; width: 100%; background: #fff; display: flex; align-items: flex-start; justify-content: center; opacity: 0; transition: opacity 0.4s ease; aspect-ratio: 1 / 1.15; }
.team-card:hover:not(:has(.title-subtitle:hover)) .team-card-overlay { opacity: 1; }
.team-card-circle { width: 100%; aspect-ratio: 1; border: 5px solid #E53D32; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px; text-align: center; margin: auto; }
.team-card-circle p { font-size: 24px; line-height: 1.6; color: #333; margin-bottom: 80px; }
.team-linkedin { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; background: #E53D32; border-radius: 50%; transition: background 0.3s; }
.team-linkedin img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.team-linkedin:hover { background: #c22e25; }
.team-card h5 { font-size: 36px; font-weight: 600; color: #221F1F; margin-bottom: 5px; border-bottom: 1px solid #CCCCCC; padding-bottom: 30px; margin-bottom: 20px; }
.team-card>p { font-size: 24px; color: #777; margin-bottom: 0; }

/* Team Slider */
.team-section-header { display: flex; align-items: flex-end; justify-content: space-between; }
.team-section-header h2 { margin-bottom: 0; }
.team-slider-nav { display: flex; gap: 10px; }
.team-btn-prev, .team-btn-next { width: 50px; height: 50px; border: 1px solid #CCCCCC; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s ease; position: relative; }
.team-btn-prev::before, .team-btn-next::before { content: ''; width: 20px; height: 20px; display: block; background-size: 100%; background-repeat: no-repeat; background-position: center; }
.team-btn-prev::before { background-image: url(../images/blog-left-arrow-orange.svg); }
.team-btn-next::before { background-image: url(../images/blog-right-arrow-orange.svg); }
.team-btn-prev:hover, .team-btn-next:hover { background: #E53D32; border-color: #E53D32; }
.team-btn-prev:hover::before { background-image: url(../images/blog-left-arrow-white.svg); }
.team-btn-next:hover::before { background-image: url(../images/blog-right-arrow-white.svg); }
.team-btn-prev.swiper-button-disabled, .team-btn-next.swiper-button-disabled { opacity: 1; cursor: pointer; pointer-events: auto; }
.team-swiper { overflow: hidden; }

/* About Counter Section */
.about-counter { overflow: hidden; }
.about-counter-item { padding: 70px 0; border-bottom: 1px solid #ddd; }
.about-counter-item h2 { font-size: 150px; font-weight: 700; line-height: 1; letter-spacing: -1px; }
.about-counter-item p { font-size: 24px; color: #555555; font-weight: 400; }
.about-counter-item:first-child { padding-top: 0px; }

/* ===== About Page Responsive ===== */
@media (min-width:1600px) {
	.pvm-section { padding-right: calc((100% - 1536px) / 2); }
}
@media (max-width:767px) {
	.team-section-header { flex-direction: column; align-items: flex-start; gap: 20px; }
}
@media (max-width:1440px) {
	.kept-seeing-section { padding-bottom: 100px; padding-top: 50px !important; }
	.about-counter-item h2 { font-size: 120px; }
	.cf-num { margin-right: 10px; }
	.cf-slider { padding-left: 60px; }
	.cf-slider-arrows { left: -20px; }
	.visa-card-content { padding: 20px; }
	.visa-card-inner h3 { font-size: 40px; }
	.visa-card-inner { height: 83vh; }
	.pvm-content { padding: 70px 50px 0; }
}
@media (max-width:1439px) {
	.cf-slider { padding-left: 0px; }
	.pvm-item { padding: 30px; }
	.team-card-circle p { margin-bottom: 30px; font-size: 18px; }
	.cf-slider-arrows { right: 20px; left: auto; transform: none; top: -80px; flex-direction: row; justify-content: flex-end; margin-bottom: 20px; }
	.career-first-section .mb-50 { margin-bottom: 40px; }
	.space-div { height: 50vh; }
}
@media (max-width:1366px) {
	.visa-card-inner { height: 80vh; }
	.visa-card-content { padding: 12px; }
	section.career-first-section .vectoParallax { display: none; }
	.visa-card-content .bullet ul li { font-size: 20px; }
}
@media (max-width:1199px) {
	.visa-sticky-card { position: relative; top: 0 !important; }
	.kept-seeing-item { position: sticky; top: 1vh !important; padding: 15px 0; margin-bottom: 0px; }
	.kept-seeing-img { transform-origin: center center; }
	.about-banner.mb-100 { margin-bottom: 0; }
	.visa-categories-section .desc { font-size: 28px; }
	.pvm-section .mb-50 { margin-bottom: 0; }
	.pvm-content { padding: 30px 30px 0; }
	.visa-card-content { padding: 40px; }
	.visa-card-img { margin-right: 0; }
	.team-card h5 { font-size: 24px; margin-bottom: 10px; padding-bottom: 10px; }
	.team-card>p { font-size: 16px; }
	.team-card-circle p { font-size: 16px; margin-bottom: 30px; }
	.cf-swiper .swiper-slide p { font-size: 20px; }
	.pvm-item h6 { min-width: 180px; font-size: 28px; }
	.visa-card-inner { height: auto; }
	.visa-sticky-card + .visa-sticky-card { margin-top: 50px; }
	.kept-seeing-item { position: static; padding: 30px 0px; }
	section.visa-categories-section { padding-bottom: 80px; }
	section.kept-seeing-section { padding-bottom: 0px !important; }
	.space-div { height: 0vh; }
	.pvm-img { padding-bottom: 30px; }
	.visa-sticky-card { height: auto; }
	.team-card-overlay { background: transparent; }
	.team-btn-prev, .team-btn-next { height: 35px; width: 35px; }
	.team-btn-prev:hover::before, .team-btn-prev::before, .team-btn-next:hover::before, .team-btn-next:hover::before { transform: scale(0.8); }
}
@media (max-width:1024px) {
	.team-card { display: flex; flex-direction: column; }
	.team-card-img { order: 1; }
	.team-card-overlay { opacity: 1; position: static; order: 3; aspect-ratio: unset; }
	.team-card-circle { margin: 0; padding: 0; border: none; text-align: left; aspect-ratio: unset; align-items: flex-start; }
	.team-card-circle p { margin-bottom: 15px; }
	.title-subtitle { order: 2; }
	.visa-sticky-card { margin-bottom: 0; }
}
@media (max-width:991px) {
	.kept-seeing-item h5 br { display: none; }
	.about-banner p { max-width: 650px; bottom: 60px; }
	.visa-card-content .bullet ul { margin-bottom: 0; }
	.visa-categories-section .desc { font-size: 24px; line-height: 1.3; }
	.pvm-section { padding-right: 15px; }
	.pvm-item h6 { min-width: 180px; font-size: 28px; }
	.about-banner-content { top: 45%; }
	.visa-card-img img { min-height: 280px; }
	.visa-card-content { padding: 20px 0 0; }
	.cf-slide-img img { height: 300px; }
	.kept-seeing-item { padding: 30px; }
	.kept-seeing-item h5 { font-size: 26px; }
	.kept-seeing-img { width: 100%; height: auto; margin-top: 20px; }
	.pvm-img, .pvm-img img { min-height: 400px; }
	.about-counter-item { padding: 35px 0; }
	.about-counter-item h2 { font-size: 70px; }
}
@media (max-width:767px) {
	.cf-slider-arrows { right: auto; justify-content: flex-start; top: 0; position: relative; }
	.about-banner p { width: 100%; padding: 0 20px; bottom: 40px; }
	.visa-card-content .bullet ul li, .visa-sub-block p { font-size: 18px; }
	.visa-categories-section .desc { font-size: 20px; line-height: 1.4; }
	.cf-swiper .swiper-slide p, .cf-num { font-size: 18px; }
	.cf-slider-arrows { left: 0px; }
	.cf-arrow { width: 36px; height: 36px; }
	.cf-slide-img img { height: 220px; }
	.about-banner-content { bottom: 50px; }
	.kept-seeing-item { padding: 10px 0; }
	.kept-seeing-item h5 { font-size: 18px; line-height: 1.2; }
	.kept-seeing-img { width: 100%; height: auto; margin-top: 15px; }
	.pvm-item h6 { font-size: 22px; min-width: auto; margin-bottom: 5px; }
	.pvm-item { flex-direction: column; padding: 30px 0; }
	.pvm-img, .pvm-img img { min-height: 300px; }
	.about-counter-item { padding: 25px 0; }
	.about-counter-item h2 { font-size: 42px; margin-bottom: 10px; }
	.about-counter-item p { font-size: 16px; }
	.pvm-section { padding-right: 0; }
	.about-banner-bg video { height: 500px; }
	video.about-banner-bg, .about-banner-overlay { height: 500px; }
	.kept-seeing-item { padding: 30px 0; }
	.kept-seeing-item:last-child { padding-bottom: 0px; }
	.pvm-img { width: 100%; padding: 0px 20px; }
	.visa-sticky-card + .visa-sticky-card { margin-top: 30px; }
	.visa-card-inner h3 { font-size: 30px; }
	.contentright { opacity: 1; }
	.ploader img { max-width: 250px; }
}

/* ===== About Page CSS End ===== */
.cardbox { overflow: hidden; display: flex; flex-direction: column }
.card-header { color: #fff; padding: 50px 10px }
.highlight-text { color: #FFF; font-size: 22px; font-weight: 600; line-height: 1; text-transform: uppercase; }
.highlight-text.boldf { font-weight: 800; letter-spacing: 0.44px; }
.price { font-size: 34px; margin: 10px 0; font-weight: bold }
.features { list-style: none; padding: 0; margin: 0; text-align: left }
.features li { min-height: 60px; text-align: center; font-size: 18px; display: flex; align-items: center; justify-content: center; font-weight: 400; line-height: 1; padding: 0px 7px }
.features li { display: flex; align-items: center; justify-content: center; }
.cardbox.basic .theme-btn { background-color: #fff; border: 1px solid transparent; }
.card-header { position: relative; }

/* Down Arrow */
.card-header::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: -12px; width: 0; height: 0; border-left: 11px solid transparent; border-right: 11px solid transparent; border-top: 12px solid #E53935; */ }

/* 1st Card - RED */
.pricing-wrapper [class*="col-"]:nth-child(1)  .cardbox .card-header { background: #E53D32; }
.pricing-wrapper [class*="col-"]:nth-child(1)  .cardbox .features li:nth-child(even) { background: rgba(229, 61, 50, 0.05); }
.pricing-wrapper [class*="col-"]:nth-child(1)  .cardbox .features li:nth-child(odd) { background: #fff; }
.pricing-wrapper [class*="col-"]:nth-child(1)  .cardbox { border: 1px solid #E53D32 }
.pricing-wrapper [class*="col-"]:nth-child(1)  .cardbox .card-header .theme-btn { color: #E53D32; }
.pricing-wrapper [class*="col-"]:nth-child(1)  .cardbox .card-header .theme-btn::after { background: url(../images/btn-arrow-orange.svg) no-repeat center; }

/* 2nd Card - GREEN */
.pricing-wrapper [class*="col-"]:nth-child(2)  .cardbox .card-header { background: #43A047; }
.pricing-wrapper [class*="col-"]:nth-child(2)  .cardbox .features li:nth-child(even) { background: rgba(67, 160, 71, 0.07); }
.pricing-wrapper [class*="col-"]:nth-child(2)  .cardbox .features li:nth-child(odd) { background: #fff; }
.pricing-wrapper [class*="col-"]:nth-child(2)  .cardbox { border: 1px solid #43A047 }
.pricing-wrapper [class*="col-"]:nth-child(2)  .cardbox .card-header .theme-btn { color: #43A047; }
.pricing-wrapper [class*="col-"]:nth-child(2)  .cardbox .card-header .theme-btn::after { background: url(../images/green-arrow.svg) no-repeat center; }
.pricing-wrapper [class*="col-"]:nth-child(2) .card-header::after { border-top-color: #43A047; }

/* 3rd Card - BLUE */
.pricing-wrapper [class*="col-"]:nth-child(3)  .cardbox .card-header { background: #039BE5; }
.pricing-wrapper [class*="col-"]:nth-child(3)  .cardbox .features li:nth-child(even) { background: rgba(3, 155, 229, 0.07); }
.pricing-wrapper [class*="col-"]:nth-child(3)  .cardbox .features li:nth-child(odd) { background: #fff; }
.pricing-wrapper [class*="col-"]:nth-child(3)  .cardbox { border: 1px solid #039BE5 }
.pricing-wrapper [class*="col-"]:nth-child(3)  .cardbox .card-header .theme-btn { color: #039BE5; }
.pricing-wrapper [class*="col-"]:nth-child(3)  .cardbox .card-header .theme-btn::after { background: url(../images/sky-arrow.svg) no-repeat center; }
.pricing-wrapper [class*="col-"]:nth-child(3) .card-header::after { border-top-color: #039BE5; }

/* 4th Card - INDIGO */
.pricing-wrapper [class*="col-"]:nth-child(4)  .cardbox .card-header { background: #090086; }
.pricing-wrapper [class*="col-"]:nth-child(4)  .cardbox .features li:nth-child(even) { background: rgba(9, 0, 134, 0.05); }
.pricing-wrapper [class*="col-"]:nth-child(4)  .cardbox .features li:nth-child(odd) { background: #fff; }
.pricing-wrapper [class*="col-"]:nth-child(4)  .cardbox { border: 1px solid #090086 }
.pricing-wrapper [class*="col-"]:nth-child(4)  .cardbox .card-header .theme-btn { color: #090086; }
.pricing-wrapper [class*="col-"]:nth-child(4)  .cardbox .card-header .theme-btn::after { background: url(../images/blue-arrow.svg) no-repeat center; }
.pricing-wrapper [class*="col-"]:nth-child(4) .card-header::after { border-top-color: #090086; }
@media(max-width:1100px) {
	.pricing-wrapper { flex-direction: column; align-items: center }
}
.planname { color: #FFF; font-size: 20px; font-weight: 500; line-height: 1; letter-spacing: 2px; text-transform: uppercase; }
.cardbox.basic .theme-btn:hover { background: transparent; color: #fff !important; border: 1px solid #fff; }
.cardbox.basic .theme-btn:hover::after { background: url("../images/btn-arrow-white.svg") center center no-repeat !important; }
.ppc-accrow .tab-nav-custom a { background: #fff; padding: 30px 40px; border: none; margin-bottom: 0px; }
.ppc-accrow .tab-nav-custom li a::before { top: 50%; transform: translateY(-50%); }
.ppc-accrow .tab-nav-custom a span { font-size: 24px; color: #E53D32; }
.ppc-accrow .tab-nav-custom a { align-items: center; color: #101010; }
.ppc-accrow .tab-nav-custom li:first-child .contentshow { background-color: #E53D32; color: #fff; }
.ppc-accrow .contentshow { padding: 50px 0px; }
.ppc-accrow .tab-nav-custom a span { padding-right: 50px; }
.ppc-accrow .contentshow { padding: 20px 110px 35px; }
.ppc-accrow  .tab-nav-custom li a::before { background-image: url(../images/red-plus.svg) !important; width: 36px; height: 36px; position: absolute; right: 40px; background-color: transparent; border-radius: 100%; }
.ppc-accrow  .tab-nav-custom li { margin-bottom: 20px; }
.ppc-accrow .tab-nav-custom li.active a, .ppc-accrow .tab-nav-custom li.active { background: #E53D32; color: #fff; }
.ppc-accrow .tab-nav-custom li.active a span { color: #fff; }
.ppc-accrow .tab-nav-custom li:last-child a { margin-bottom: 0px; }
.ppc-accrow .tab-nav-custom li:last-child .contentshow { padding-bottom: 35px; }
.ppc-accrow .tab-nav-custom li.active a::before { background-image: url(../images/white-minus.svg) !important; }
.ppp-marquee { overflow: hidden; white-space: nowrap; width: 100%; position: relative; }
.ppp-marquee-track { display: flex; width: max-content; justify-content: center; align-items: center; animation: scrollLogos 60s linear infinite; }
.ppp-marquee-item { padding: 0px 12px; }
.ppp-marquee  .marginx { margin-top: 35px; }