@charset "utf-8";

/*font document*/

/*Light 300 || Regular 400 || Medium 500 || Semi-bold 600 || Bold 700 || Extra-bold 800 || Black 900*/

/*common css start*/

*:focus { outline: none; }
*:focus { outline: none; border: none; }
body { margin: 0px; padding: 0px; color: #16476A; font-size: 20px; font-weight: 400; line-height: 28px; font-weight: 400; color: #16476A; font-family: "Mona Sans", sans-serif; overflow-x: hidden; }
p { margin-bottom: 15px; }
p:last-child { margin-bottom: 0px; }
small { color: #999; font-size: 14px; display: block; margin-bottom: 10px; }
a { color: #FF5E14; cursor: pointer; text-decoration: none; outline: none; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; }
a:hover { color: #FF5E14; 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; }
.body-color {color: #16476A;}
.underline-animate { position: relative; display: inline-block; padding-bottom: 5px; overflow: hidden;}
.underline-animate::before,.underline-animate::after{content:'';position:absolute;bottom:0;left:0;height:1px;width:100%;z-index:1}
.underline-animate::before{background-color:#FF5E14;transform:translateX(0);transition:transform 0.9s cubic-bezier(.19,1,.22,1) 0.2s}
.underline-animate::after{background-color:#FF5E14;transform:translateX(100%);transition:transform 0.7s cubic-bezier(.19,1,.22,1)}
.underline-animate:hover::before{transform:translateX(-100%);transition:transform 0.7s cubic-bezier(.19,1,.22,1)}
.underline-animate:hover::after{transform:translateX(0);transition:transform 0.9s cubic-bezier(.19,1,.22,1) 0.2s}
/* video{width: 100%;} */

/*Heading Css*/
h1, h2, h3, h4, h5, h6, .th1, .th2, .th3, .th4, .th5, .th6 {  font-weight: 600; line-height: 1.2; margin: 0px; padding: 0px; font-family: "Noto Serif KR", serif; color:#16476A; }
.text-black {color:#16476A !important;}
h1, h2, .th1, .th2 { font-size: 80px; line-height: 1.13; letter-spacing: -2.4px; margin-bottom: 20px; }
h3, .th3 { font-size: 50px; margin-bottom: 20px; letter-spacing: -1.5px; }
h4, .th4 { font-size: 36px; margin-bottom: 20px; letter-spacing: -1px; }
h5, .th5 { font-size: 30px; margin-bottom: 20px; letter-spacing: -1px; }
h6, .th6 { font-size: 24px; margin-bottom: 20px; line-height: 1.25; letter-spacing: -0.7px; }










.-b-60 { bottom: -7% !important; }

/*extra heading & text*/
.fs30 { font-family: "Mona Sans", sans-serif; font-size: 30px; line-height: 1.5; }
.fs100 { color: #16476A; font-family: "Noto Serif KR", serif; font-size: 100px; line-height: 1; letter-spacing: -4.5px; }
.fs150 { color: #16476A; font-family: "Noto Serif KR", serif; font-size: 150px; line-height: 1; letter-spacing: -4.5px; }
.fs300 { font-family: "Noto Serif KR", serif; font-size: 300px; line-height: 1; letter-spacing: -9px; font-weight: 600; }

/*font-weight*/
.fwm { font-weight: 500; }
.fws { font-weight: 600; }
.fwb { font-weight: 700; }
.pmb0 p:last-child{margin-bottom: 0px !important}
/*button start*/
ins { text-decoration: none; }
button { border: none; }
button:focus { outline: none; }

/*.btn-theme { background-color: #F26529; color: #fff; display: inline-block; font-size: 16px; font-weight: 500; text-transform: capitalize; outline: 0px; padding: 17px 24px; position: relative; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; z-index: 1; line-height: 1; }
.btn-theme:hover { color: #fff; background-color: #178FBD; }
.btn-theme::after { content: ''; background: url(../images/btn-arrow-white.svg) no-repeat center; width: 14px; height: 15px; display: inline-block; vertical-align: top; margin-left: 10px; transition: all 0.3s ease; transform: translate(0px, 0px); }
.btn-theme:hover::after { transform: translate(3px, -3px); }*/
span.btn-icon-arrow { height: 50px; width: 50px; background: #FF5E14; display: inline-block; transition: transform .25s ease-out; position: relative; display: flex; align-items: center; justify-content: center; }
a.btn-theme { display: inline-flex; align-items: center; position: relative; color: #FF5E14; font-family: "Mona Sans", sans-serif; }
.btn-icon-arrow:after { content: ''; background: url(../images/btn-arrow-white.svg) no-repeat center; width: 16px; height: 14px; display: inline-block; transition: transform .25s ease-out; }
.btn-text { padding: 0 16px; position: relative; transition: transform .25s ease-out; z-index: 1; font-size: 18px; line-height: 1; font-weight: 500; font-family: "Mona Sans", sans-serif; }
.btn-theme:before { background-color: #FF5E14; border-radius: 2px; bottom: 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; transition: width .25s ease-out; width: 50px; z-index: 0; }
.boxbtn { height: 50px; width: 50px; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; background: #FF5E14; display: flex; align-items: center; justify-content: center; position: relative; }
.boxbtn:after { content: ''; background: url(../images/box-btn-arrow.svg) no-repeat center; width: 17px; height: 15px; display: inline-block; }
.boxbtn:hover { background: #fff; }
.boxbtn:hover:after { background: url(../images/box-btn-arrow-orange.svg) no-repeat center; }
.submit-btn-theme { color: #FF5E14; display: inline-block; text-transform: capitalize; outline: 0px; background: transparent; border-radius: 0px; border: 1px solid #FF5E14; padding: 15px 25px; position: relative; z-index: 1; font-size: 18px; line-height: 1; font-weight: 500; font-family: "Mona Sans", sans-serif; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; }
.submit-btn-theme:hover { background-color: #FF5E14; color: #fff; }

/*bullet*/
.bullet li:before { content: ""; position: absolute; top: 10px; left: 0px; height: 8px; width: 8px; background: #8e7cce; border-radius: 30px; }
.bullet li { position: relative; padding-left: 20px; margin-bottom: 10px; font-weight: 300; }

/*bullet-end*/

/*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: 40px; }
.mb-60 { margin-bottom: 60px; }
.mb-50 { margin-bottom: 50px; }
.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-200 { margin-bottom: 200px; }
.mb-250 { margin-bottom: 250px; }

/*padding-top*/
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-30 { padding-top: 30px; }
.pt-50 { padding-top: 50px; }
.pt-80 { padding-top: 80px; }
.pt-100 { padding-top: 100px; }
.pt-150 { padding-top: 150px; }
.pt-200 { padding-top: 200px; }
.pt-250 { padding-top: 250px; }

/*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; }
.pb-250 { padding-bottom: 250px; }
.ptb-150 { padding: 150px 0px; }
.ptb-250 { padding-top: 250px; padding-bottom: 250px; }
.ptb-80 { padding: 80px 0px; }

.mx-150 { margin: 0px 150px; }

.top-200px { top: 200px; }
/*theme-css-start*/



/*form start*/
input[type="submit"], input[type="button"], button[type="submit"], button[type="button"] { outline: none; }
label { display: inline-block; max-width: 100%; }
textarea { resize: none; height: 110px; }
.form-control { display: block; width: 100%; height: auto; padding: 15px 25px 15px; font-size: 18px; line-height: 1.4; color: #16476A; border: none; -webkit-box-shadow: none; box-shadow: none; background-color: #fff; border-radius: 0px; font-weight: 400; border: 1px solid transparent; }
.form-control:focus, .input-text:focus { color: #16476A; border-color: #FF5E14; background-color: #fff; outline: 0; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
.form-control::-webkit-input-placeholder { color: #16476A; }
.form-control::-moz-placeholder { color: #16476A; opacity: 1; }
.form-control::-ms-input-placeholder { color: #16476A; }
textarea.form-control, textarea { height: 100px; }
select.form-control, select {   background: #fff url("../images/select-arrow.svg") no-repeat 98% 20px; background-size: 25px}
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: 25px; }
.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 { margin-top: 13px; vertical-align: top; position: absolute; }
.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 { position: relative; text-align: left; font-size: 14px; }
/*form end*/
.theme-bg { background-color: #06153A; }
.bg-orange { background-color: #FF5E14; }
.bg-offwhite { background-color: #FAF5F2; }
.gray-border { border: 1px solid #DDDDDD; }
.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.1); }

/*header-css-start*/
.mainheader { width: 100%; position: fixed; top: 0px; transition: all 0.3s ease; z-index: 20; background: rgba(0, 0, 0, 0.10); border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.navmenu>ul { margin: 0px; padding: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.navmenu > ul > li > a { color: #FFFFFF; display: block; text-transform: capitalize; padding: 0px 30px; height: 80px; display: flex; justify-content: center; align-items: center; border-left: 1px solid rgba(255, 255, 255, 0.2); font-size: 18px; }
.navmenu>ul>li { position: relative; list-style: none; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; }
.sub-menu-arrow { text-align: center; overflow: hidden; padding: 8px; vertical-align: top; line-height: 1; cursor: pointer; position: absolute; right: 0px; line-height: 0; top: 0px; }
.navmenu > ul > li  ul { display: none; }
.navmenu > ul > li > ul > li > a { font-size: 18px; color: #222222; }
.closeBtn { line-height: 1; z-index: 5; position: absolute; top: 20px; right: 20px; width: 20px; height: 20px; border: none; background-color: transparent; padding: 0px; transform: rotate(45deg); display: inline-flex; align-items: center; justify-content: center; }
.closeBtn::after { background-color: #ffffff; 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: #ffffff; height: 100%; width: 2px; position: absolute; top: 0px; content: ''; transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.closeBtn:hover::after, .closeBtn:hover::before { background-color: #ffffff; }
header .logo { padding: 0px 40px; background: #fff; height: 80px; display: flex; justify-content: center; align-items: center; }
header .logo a { display: inline-block; line-height: 1 }
.sticky { background: #fff; border-color: #DDDDDD; }
.sticky .navmenu > ul > li > a:hover { background-color: #FF5E14; color: #fff; }
.mainheader.innerheader {background: #fff; border-color: #DDDDDD;}
.mainheader.innerheader .navmenu>ul>li>a{ color: #16476A;	border-color: #DDDDDD;}
.mainheader.innerheader .navmenu>ul>li.menu-item-has-children>a::before { background: url(../images/menu-arrow-black.svg) no-repeat center;}
.mainheader.innerheader { background: #fff; border-color: #DDDDDD; }
.mainheader.innerheader .navmenu > ul > li > a:hover { background-color: #FF5E14; color: #fff; }
.mainheader.innerheader .navmenu > ul > li.menu-item-has-children > a:hover::before { background: url(../images/menu-arrow-normal.svg) no-repeat center; }

/*header-css-end*/

/*footer-css-start*/

.social ul { display: flex; }
.social ul li { margin-right: 20px; }
.social ul li a { width: 40px; height: 40px; display: flex; border: 1px solid #ACAFC0; line-height: 1; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.social ul li a:hover { background-color: #FF5E14; border-color: #FF5E14; }
.social ul li a img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: opacity 0.3s ease; }
.social ul li a .social-icon-hover { opacity: 0; }
.social ul li a:hover .social-icon-normal { opacity: 0; }
.social ul li a:hover .social-icon-hover { opacity: 1; }
.footermain, .footermain a { color: #ACAFC0; }
.footermain a:hover { color: #ffffff; }
.footercol ul li + li { margin-top: 15px; }
.footer-vector { left: 0px; bottom: 0px; }
.hm-banner-content { position: absolute; bottom: 0px; right: 0px; padding: 100px 100px; width: 49%; background: transparent; z-index: 1; }
.hm-banner-img { height: 100vh; position: relative; overflow: hidden; }
.hm-banner::before { top: 0px; left: 0px; right: 0px; bottom: 0px; position: absolute; content: ''; background: rgba(0, 0, 0, 0.30); z-index: 1; }
.hm-banner-img video, .hm-banner-img img { width: 100%; height: 100%; object-fit: cover; }
.hm-banner-content-inner { width: 100%; }
.left-bottom { left: 0px; bottom: 0px; }
.right-top { right: 0px; top: 0px; }
.hm-banner { overflow: hidden; vertical-align: bottom; }
.hm-banner .vector { z-index: 1; bottom: -70px; }
.hm-zoomlogo-img img { transform-origin: center center; will-change: transform; }
.hm-zoomlogo { padding: 250px 0px; }
.hm-counter-item { margin: 0px 20px }



.hm-unified-bottom { display: flex; flex-wrap: wrap;  }
.hm-unified-item { width: 50%; position: relative; text-align: center; border-right: 1px solid #ddd; overflow: hidden; cursor: pointer; min-height: 400px; padding: 70px; }
.hm-unified-item:last-child { border-right: none; }
/* Centered Logo */
.hm-unified-item .logo { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: transform 0.35s ease, top 0.35s ease; /* slow logo */ z-index: 2; }
.hm-unified-item .logo img { height: auto; }

/* Content initially hidden */
.hm-unified-item .company-content { position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%) translateY(100px); opacity: 0; text-align: center; width: 100%; padding: 70px 70px 70px 70px; z-index: 1; transition: opacity 0.2s ease 0.2s, transform 0.2s ease 0.2s; fast text after logo }

/* Hover state */

/* Mouse leave: text out first, then logo down */
.hm-unified-item:not(:hover) .logo { transition-delay: 0.2s; }
.hm-unified-item:not(:hover) .company-content { transition-delay: 0s; }
.hm-moveproduct { height: 110vh; position: relative; display: flex; align-items: center; justify-content: center; }
.shape { position: absolute; }
.shape.s1 { position: absolute; top: 50%; transform: translateY(-50%); left: 90px; }
.shape.s2 { position: absolute; bottom: 0px; left: 35%; }
.s3 { top: 0px; right: 45%; }
.s4 { bottom: 120px; right: 20%; }
.s5 { right: 10%; top: 20%; }
.textanim-left { display: block; }
section.hm-stickyZoom-row { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 200vh; overflow: visible; padding: 0; position: relative; width: 100%; }
section.hm-stickyZoom-row .hm-stickyzoom-wrapper { justify-content: center; height: 100vh; overflow: hidden; position: sticky; top: 0; width: 100%; will-change: transform; z-index: 1; display: flex; align-items: center; }
section.hm-stickyZoom-row .hm-stickyzoom-img { transform: scale(0.3); position: relative; }
section.hm-stickyZoom-row .hm-stickyzoom-img:after { position: absolute; content: ""; background-color: rgba(0, 0, 0, 0.5); top: 0; left: 0; height: 100%; width: 100%; }
section.hm-stickyZoom-row .hm-stickyzoom-img  img { width: 100%; }
.hm-stickyzoomdiv-wrap { height: 100vh; width: 100%; position: absolute; }
section.hm-stickyZoom-row .hm-stickyzoom-text-left-1, section.hm-stickyZoom-row .hm-stickyzoom-text-right-1 { display: inline-block; position: relative; }
section.hm-stickyZoom-row .hm-stickyzoom-text-left-1 { padding-right: 5px; }
section.hm-stickyZoom-row .hm-stickyzoom-text-right-1 { padding-left: 5px }
section.hm-stickyZoom-row .hm-stickyzoom-text { position: absolute; top: 50%; left: 0; right: 0px; overflow: hidden; transform: translateY(-50%); color: #fff; text-align: center; }
section.hm-stickyZoom-row .hm-stickyZoom-bottom { width: 100%; text-align: center; }
section.hm-stickyZoom-row .hm-stickyZoom-bottom { position: absolute; bottom: 150px; }
.btn-theme.white-btn { color: #fff; }
.hm-twocolumnslider .sliderleftcol { width: 44.5%; padding: 0px 12px; }
.hm-twocolumnslider .sliderightcol { width: 55.5%; padding-left: 12px; }
.containerpaddingleft { padding-left: calc(((100% - 1512px) - 24px) / 2); }
.hm-twocolumnslider img { width: 100%; }
.hm-twocolumnslider-title { margin-bottom: 100px }
.hm-twocolumnslider .slick-prev { left: -75px; margin-top: -50px; }
.hm-twocolumnslider .slick-next { right: auto; left: -75px; margin-top: 15px; }
.hm-certified-item { padding: 30px; margin: 0px 12px; border: 1px solid #ddd; }
.blog-box-bottom { padding: 40px; }
a.blog-img-link { display: flex; overflow: hidden; }
.datecol span { font-weight: 700; }
.hm-blog .row > div:nth-child(3n + 2) { margin-top: 50px; }
.hm-blog .row > div { margin-bottom: 30px; }
.marqeesecrow { display: flex; }
.calltoactionrow a { padding: 70px 0px; color: #fff; }
.calltoactionrow .marqeesecrow { transition: all 0.3s ease; white-space: nowrap; }
.calltoactionrow .textmarqueecol { animation-duration: 25s; }
.calltoactionrow .projectext { margin: 0px 50px; }
.letstalk { position: absolute; left: 0px; top: 0px; text-align: center; width: 100%; padding: 70px 0px; opacity: 0; transition: all 0.3s ease; }
.calltoactionrow a:hover .marqeesecrow { opacity: 0; }
.calltoactionrow a:hover .letstalk { opacity: 1; }
.calltoactionrow .th2 { line-height: 1.4; }
.textmarqueecol { animation: textMarqRightToLeft 25s linear infinite; animation-play-state: running; }
@keyframes textMarqRightToLeft {
	0% { transform: translate3d(calc(0% * -1), 0, 0) }
	to { transform: translate3d(calc(-100% - 0%), 0, 0) }
}
@keyframes textMarqLeftToRight {
	0% { transform: translate3d(calc(0% * 1), 0, 0) }
	to { transform: translate3d(calc(100% - 0%), 0, 0) }
}

/*1 start*/
.imagechangesection-content { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; padding-top: 150px; color: #fff; }
.imagechangesection-wrap { padding: 0px 100px; height: 370vh; }
.imagechangesection-img { position: sticky; top: 80px; }
.imagechangesection-sticky { overflow: hidden; }
.imagechangesection-sticky img { width: 100%; object-fit: cover; }
.blackstickydiv { position: sticky; top: 200px; margin-bottom: 180px; }
.imagechangesection-item { margin-bottom: 67vh; }
.bg-switcher { height: 93vh; width: 100%; position: relative; overflow: hidden; }
.bg-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; z-index: 0; transition: opacity 0.5s ease; }
.bg-img.active { opacity: 1; z-index: 1; }

.imagechangesection-item-inner { padding: 50px;  display: flex; justify-content: space-between; }
.imagechangesection-content .row { margin-top: 200px; }
.imagechangesection-item-inner { padding: 50px 40px; }

/*1 end*/
.bg-vector-section { position: sticky; top: 0; height: 100vh; z-index: 3; overflow: hidden; }
.vector-wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 5; display: flex; justify-content: center; align-items: center; }
.vector-wrap img { will-change: transform; transform-origin: center center; image-rendering: auto; backface-visibility: hidden; perspective: 1000px; }
.vismissionrow .h-100vh { height: 100vh; }
.hm-product-box { position: relative; z-index: 6; }
.hm-product-item { height: 100vh; background: #06153A; position: sticky; top: 0px; width: 100%; overflow: hidden; }
.hm-product-item .row, .hm-product-item .container { height: 100%; }
.hm-product-item-right { text-align: center; padding: 60px; border: 1px solid #3B4869; width: 100%; display: block; }
.hm-product-item-left h2 { display: block; border-bottom: 1px  solid #3B4869; padding-bottom: 50px; margin-bottom: 50px; }
a.hm-product-link { position: relative; display: block; height: 100%; }
.display-btn { position: absolute; right: 40px; top: 40px; opacity: 0; visibility: hidden; }
a.hm-product-link:hover .display-btn { opacity: 1; visibility: visible; }

/*.big-vectop {  left: 0px; top: 0px; position:absolute; z-index:6;opacity:0 }*/

/*.hm-product-main-section { background-image: url(../images/big-vector.svg); background-repeat:no-repeat; background-position:left top }*/


.bg-switcher .vector { z-index: 2; }
.p-left-bottom { left: 50px; bottom: 0px }
.p-left-top { left: 50px; top: -100px }
.getconnectedrow  .p-left-bottom { bottom: 20px }
.p-right-bottom { right: 50px; bottom: 0px; }
.p-right-top { top: -200px; right: 50px; }
.p-right-top { top: 0px; right: 50px; }
.p-right-center { top: 50%; right: 50px; }
section.hm-stickyZoom-row .p-right-top { top: -50px; }
.hm-certified .p-right-bottom { bottom: -350px; }
.news-details-left .p-left-bottom { left: -25%; bottom: -450px; }

.vectoParallax img{width: 150px;}


.blogbox span.boxbtn { position: absolute; top: 20px; right: 20px; opacity: 0; }
.blogbox:hover span.boxbtn { opacity: 1; }
.blogbox:hover .blog-box-bottom { background-color: #FF5E14; }
.blogbox:hover  .blog-box-bottom, .blogbox:hover  .blog-box-bottom h6, .blogbox:hover  .blog-box-bottom h6, .blogbox:hover  .blog-box-bottom h6 .datecol, .blogbox:hover .datecol, .blogbox:hover  .blog-box-bottom .datecol a { color: #fff; }
.blog-box-bottom, .blogbox, .display-btn { o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; }
.getconnectedrow { vertical-align: bottom; }
.hm-certified  h3 { letter-spacing: 0px; }
.hm-counter { padding: 50px 0px 60px; }
.hm-counter .th2 { font-size: 60px; }
.fixed-wp-email { position: fixed; bottom: 30px; right: 30px; width: auto; z-index: 6; }
.fixed-wp-email li + li { margin-top: 15px; }
.hm-product-box { padding-top: 20vh; }
.modal-body { padding: 70px; }
.modal-dialog { max-width: 750px; }
.modal-content { box-shadow: none; border: none; }
.client-logos-popup .closeBtn::after { background-color: #16476A; width: 100%; height: 2px; content: ''; display: inline-block; vertical-align: middle; transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.client-logos-popup .closeBtn::before { background-color: #16476A; height: 100%; width: 2px; position: absolute; top: 0px; content: ''; transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.client-logos-popup .closeBtn:hover::after, .client-logos-popup .closeBtn:hover::before { background-color: #16476A; }
.ipad { display: none; }
.fixed-wp-email li a { display: block; }


/* Contact page css  */

.contact-hero {height: 100vh; min-height: 800px;}
.contact-form-section .contact-form form .form-group input, .contact-form-section .contact-form form .form-group textarea {border: 1px solid #DDD;}
.contact-form-section .contact-form form .form-group input:focus, .contact-form-section .contact-form form .form-group textarea:focus { border-color: #FF5E14; background: transparent;}

.contact-form-section .contact-form {margin-bottom: 20px;}
.cp-contact-details .contact-details .text-para {color: #16476A;}
.cp-contact-details .contact-details .text-para:hover {color: #FF5E14;}

/* Blog page css */

.featured-blog-date span { color: #FF5E14; font-weight: 700; }
.featured-blog-title {color:#16476A;}
.bp-blog-title h2{color: #16476A; text-align: center;}
.bg-blog-categories ul {display: flex; gap: 20px; flex-wrap: wrap; justify-content: center;}
.bg-blog-categories ul li a {padding: 16px 20px;border: 1px solid #FF5E14;background: #FFF;color: #16476A;font-size: 18px;display: block;}
.bg-blog-categories ul li a.active, .bg-blog-categories ul li a:hover {background: #FF5E14;color: #fff;}
.pagination { display: flex; }
.pagination li a { border: 1px solid #FF5E14; width: 50px; height: 50px; }
.pagination li span {color: #FF5E14;}
.pagination li a:hover, .pagination li.active a { background: #FF5E14; color: #fff; }
.pagination li a:hover img{ filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7477%) hue-rotate(356deg) brightness(108%) contrast(108%); }

.blog-details-content ul { list-style: none; padding: 0; margin: 0; }
.blog-details-content ul li { position: relative; padding-left: 30px; margin-bottom: 12px; }
.blog-details-content ul li::before { content: ""; position: absolute; left: 0; top: 5px; width: 18px; height: 18px; background: url(../images/arrow-right-orange.svg) no-repeat center center; background-size: contain;}
.blog-details-content p, .blog-details-content ul { margin-bottom: 25px !important; line-height: 1.5;}
.blog-details-content h3, .blog-details-content h4 { margin-bottom: 20px !important; line-height: 1.5;}
.blog-details-content h5, .blog-details-content h6 { margin-bottom: 15px !important; line-height: 1.5;}
.blog-details-content img { margin-bottom: 30px !important; margin-top: 40px !important;}

.blog-np-btn span.btn-icon-arrow { height: 50px; width: 50px; background: #FF5E14; display: inline-block; transition: transform .25s ease-out; position: relative; display: flex; align-items: center; justify-content: center; }
.blog-np-btn a.btn-theme { display: inline-flex; align-items: center; position: relative; color: #FF5E14; }
.blog-np-btn .btn-next .btn-icon-arrow:after { content: ''; background: url(../images/btn-arrow-white.svg) no-repeat center; width: 16px; height: 14px; display: inline-block; transition: transform .25s ease-out; }
.blog-np-btn .btn-prev .btn-icon-arrow:after { content: ''; background: url(../images/arrow-left-white.svg) no-repeat center; width: 16px; height: 14px; display: inline-block; transition: transform .25s ease-out; }
.blog-np-btn .btn-theme .btn-text { transition: transform .25s ease-out; }
.blog-np-btn .btn-theme:hover .btn-text { color: #fff; }
.blog-np-btn .btn-next .btn-theme:before { background-color: #FF5E14; border-radius: 2px; bottom: 0; content: ""; height: 100%; left: unset; right: 0; position: absolute; top: 0; transition: width .25s ease-out; width: 50px; z-index: 0; }
.blog-np-btn .btn-next .btn-theme:hover .btn-text { transform: translate(10px); }
.blog-np-btn .btn-next .btn-theme:hover:before { width: 100%; }
.blog-np-btn .btn-next .btn-theme:hover .btn-icon-arrow:after { transform: translate(-10px); }
.blogbox .blog-box-top img {scale: 1.001;}

.post-content ul { list-style: none; padding: 0; margin: 0; }
.post-content ul li { position: relative; padding-left: 25px; margin-bottom: 8px; }
.post-content ul li::before { content: ""; position: absolute; left: 0; top: 9px; width: 14px; height: 14px; background: url(../images/arrow-right-orange.svg) no-repeat center center; background-size: contain;}
.post-content p, .post-content ul { margin-bottom: 25px !important; line-height: 1.5;}
.post-content h3, .post-content h4 { margin-bottom: 20px !important; line-height: 1.5;}
.post-content h5, .post-content h6 { margin-bottom: 15px !important; line-height: 1.5;}
.post-content img { margin-bottom: 30px !important; margin-top: 40px !important;}

.post-content h2 { font-size: 50px; margin-bottom: 20px; letter-spacing: -1.5px; line-height: 1.3; }
.post-content h3 { font-size: 36px; margin-bottom: 20px; letter-spacing: -1px; line-height: 1.3; }
.post-content h4 { font-size: 30px; margin-bottom: 20px; letter-spacing: -1px; line-height: 1.3; }
.post-content h5 { font-size: 24px; margin-bottom: 20px; line-height: 1.25; letter-spacing: -0.7px; }

/* error page css  */

.error-image { align-self: center; position: relative; display: flex; width: 389px; max-width: 100%; object-fit: contain; }
.error-title { color: #181d24;  align-self: center; margin-top: 50px; }
.error-description { color: #16476A;  text-align: center; align-self: center; margin-top: 30px; margin-bottom: 0; }


/* industries page css  */

.industries-grid { display: flex;  gap: 50px; align-items: stretch; transition: all 0.7s ease; overflow: hidden;}
.industry-item { flex: 0 0 calc(50% - 25px); height: 600px; overflow: hidden; transition: all 0.7s ease; position: relative;margin-bottom: 50px;}
.industry-content { position: relative; width: 100%; height: 100%; }
.industry-content img { width: 100%; height: 100%; object-fit: cover; transition: all 0.7s ease; }
.industry-head { position: absolute; bottom: 30px; left: 0px; z-index: 2; }
.industry-head h4 { color: #fff;}
.industry-content::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.6) 100%); z-index: 1; }
.industries-grid .industry-item:hover {flex: 1.5 1 60%;z-index: 2; transition: all 0.7s ease;}
.industries-grid .industry-item:not(:hover) { flex: 1 1 40%; transition: all 0.7s ease;}
.industry-item:hover img { transform: scale(1) !important;}
.industries-grid .industry-item > div{display: inline-block;}
.industry-head {position: absolute; bottom: 0; padding: 100px 40px 40px; background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%); width: 100%;} 
.industry-head h4 {margin-bottom: 0; text-align: left;}
.industries-hero h1{margin-bottom: 20px !important;}

.hm-map-video video { width: 100%; }

/* products page css  */

.valve-card {background: #FAF5F2; transition: all 0.5s ease;}
.valve-card:hover {background: #06153A;}
.valve-card h2 {transition: transform .25s ease}
.valve-card:hover h2 {color: #fff;}
.valve-card .display-btn { bottom: 40px; top: unset; z-index: 1;}
.valve-card img { transition: all 0.5s ease; }
.valve-card:hover img { transform: scale(1.05); }

.hm-product-link h2, .valve-card h2 {margin-bottom: 30px !important;}

/* .product-category-slider .pc-item { margin: 0px 12px; } */
.product-category-slider .slick-prev, .product-category-slider .slick-next { background-color: transparent; filter: brightness(0) saturate(100%) invert(53%) sepia(45%) saturate(6710%) hue-rotate(352deg) brightness(103%) contrast(101%); border: unset; }
.product-category-slider .slick-slide {height: 100%;}
.product-range .valve-card h2 {margin-bottom: 0 !important;}
.product-category-slider .slick-track { display: flex !important; align-items: stretch;}
.product-category-slider .slick-slide { margin: 0 10px; background:#FAF5F2; height: auto !important; }
.product-category-slider a.hm-product-link {height: 100%;}
.pd-content-section {max-width: 1256px;}
.pd-banner-section { background: #06153A; }
/* .pd-banner-section { overflow: hidden; background: #06153A url("/images/product-banner-bg.svg") no-repeat center center; background-size: contain; height: 90vh; min-height: 800px;}
.pd-banner-section img{width: 500px;margin-bottom: -100px;} */
.pd-banner-section .bottom-content-btn {display: flex; gap: 30px; flex-wrap: wrap;}

.pd-content-card {background: #FAF5F2; padding: 80px;}

.product-details .pd-sidebar { gap: 20px; }
.product-details .pd-sidebar a {position: relative; border: 1px solid #FF5E14; color: #16476A; border-radius: 0; padding: 14px 20px; width: 150px; font-size: 18px; outline: none;}
.product-details .pd-sidebar a.active { background: #FF5E14; color:#fff !important;}
.product-details .pd-sidebar a.active::after { content: ""; position: absolute; top: 50%; right: -12px; transform: translateY(-50%); width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid #FF5E14; }

.key-features-section .key-features-grid {display: grid; grid-template-columns: repeat(2, 1fr); row-gap: 50px; column-gap: 150px;}
.key-features-section .key-features-area { padding-left: 120px;}
.key-features-card { display: flex; gap: 50px; padding-bottom: 50px; border-bottom: 1px solid #ddd;}
.key-features-card img{ width: 100px; object-fit: contain; height: max-content;}
.key-features-card .right-side.pmb0 { width: calc(100% - 150px);}

.applications-section {overflow: hidden; background: #06153A url(../images/product-banner-bg.svg) no-repeat center center; background-size: contain;}
.applications-slider .slick-prev, .applications-slider .slick-next { background-color: transparent; filter: brightness(0) saturate(100%) invert(53%) sepia(45%) saturate(6710%) hue-rotate(352deg) brightness(103%) contrast(101%); border: unset; }
.applications-slider .slick-slide {height: 100%;}
.applications-slider .valve-card h2 {margin-bottom: 0;}

.applications-slider .slick-track { display: flex !important; align-items: stretch;}
.applications-slider .slick-slide { margin: 0 10px; background:#FAF5F2; height: auto !important; }
.applications-slider a.hm-product-link {height: 100%;}

.product-range .valve-card .display-btn { top: 40px; top: 40px; z-index: 1;}
.product-category-slider.product-range .valve-card img{ margin-bottom: 30px;}

/* core capabilities css */

.hm-counter .counter-container { margin: 0px 100px; background: #FAF5F2; padding: 100px 100px 50px;}
.countercol { padding-bottom: 30px; border-bottom: 1px solid #ddd; }
.infrastructure-slider .infrastructure-item {margin: 0 25px;}
.infrastructure-slider .slick-slide:nth-child(odd) {margin-top: 50px;}
.certification-section .certification-slider .certificate-item {background: #FAF5F2; padding: 30px; margin: 0;cursor: pointer;}
.certification-slider .slick-prev, .certification-slider .slick-next { background-color: transparent; filter: brightness(0) saturate(100%) invert(53%) sepia(45%) saturate(6710%) hue-rotate(352deg) brightness(103%) contrast(101%); border: unset; }

.certification-slider .slick-track { display: flex !important; align-items: stretch;}
.certification-slider .slick-slide { margin: 0 10px; background: #faf7f7;  height: auto !important; }
.certification-slider .slick-slide img { max-width: 100%; max-height: 100%; object-fit: contain;}

/* .core-capabilities .hero-section{position:relative;overflow:hidden;height:100vh}
.core-capabilities .hero-content{display:flex;flex-direction:column;justify-content:space-between;height:700px;min-height:700px;width:100%}
.core-capabilities .hero-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:flex;align-items:center;justify-content:center}
.core-capabilities .hero-image img{width:100%;height:100%;object-fit:cover;transform-origin:center center}
.core-capabilities .hero-section .container{display:flex;align-items:center;height:100%} */
.core-capabilities .hero-content p{max-width:950px;margin-left:auto}

.core-capabilities .hero-mobile-image {display:none;}

.cc-process-section .process-wrapper{gap:120px;}

.process-section{background:#06153A;position:relative;color:#fff;background:#06153A }
/* .process-section{background:#06153A;position:relative;color:#fff;background:#06153A url("/images/product-banner-bg.svg") no-repeat left top;background-size:1200px} */
.process-section h2,.process-section h3,.process-section p{color:#fff !important}
.process-wrapper{display:flex;gap:150px;position:relative}
.process-image-sticky{width:50%;position:sticky;top:100px;height:fit-content}
.sticky-image{display:none;opacity:0;transition:opacity 0.3s ease}
.sticky-image.active{display:block;opacity:1}.sticky-image img{width:100%;height:auto}
.process-content-scroll{width:50%}
.process-step{padding:150px 0 60px;min-height:fit-content;display:flex;flex-direction:column;justify-content:center;border-bottom:1px solid #3B4869}
.process-content img { display: none; }
.process-image-sticky .sticky-image img{width:auto;}
/* about css */

.hm-unified-btn { display: flex; justify-content: flex-end; }
.hm-unified { vertical-align: bottom; }
.hm-trust-item-img { width: 25%; }

.hm-trust .hm-trust-item { text-align: center; margin: 0px 10px; }
.hm-trust-item-title { width: 25%; }
.hm-trust-item-content { width: 40%; }
.group-unified .hm-unified-box { width: 100%;padding: 0px; border-bottom: 1px solid #ddd;opacity: 0; transform: translateX(0px); transition: all 0.8s ease; }
.group-unified .hm-unified-box.animate { opacity: 1; transform: translateX(0); }
.group-unified .hm-unified-item { display: flex; align-items: center; text-align: center; flex-wrap: wrap; margin: 0px -12px; min-height: auto;  width: 100%; }
.group-unified .hm-unified-item > div { padding: 0px 12px; }
.group-unified .hm-unified-item .display-btn{position: static; margin-left: auto; transition: all .5s ease; cursor: pointer;}
.group-unified .hm-unified-item:hover .display-btn{opacity: 1; visibility: visible;}

.about-hm-unified .hm-unified-item {text-align: left; margin: 0px; padding: 70px 0;}
.about-hm-unified .hm-unified-item > div {padding: 0px;}
.about-hero-text { position: absolute; width: 80%; opacity: 0;}


.legacy-section .process-content h3.th2{color: #FF5E14;}
.legacy-section .process-step { border-bottom: 1px solid #dddddd; padding: 150px 0 60px;}
.process-step { opacity: 0.3; transition: all 0.5s ease; }
.process-step.active { opacity: 1;}
.cpp-step{ opacity: 0.1; }

.leader-item {position: relative; padding: 0 20px; }
.leader-details {position: absolute; inset: 40px 60px; top: auto; color: #fff;}
.leader-details .th5 {color: #fff;}
.leader-slider .slick-prev, .leader-slider .slick-next { background-color: transparent; filter: brightness(0) saturate(100%) invert(53%) sepia(45%) saturate(6710%) hue-rotate(352deg) brightness(103%) contrast(101%); border: unset; }
.leader-item img { width: 100%; height: auto;}

.about-page .hero-content p{max-width:950px;margin-left:auto}

.about-section .about-hero { margin: 0 auto;max-width: 1720px; position: relative; }
.about-section .about-hero-text { position: absolute; bottom: 150px; right: 100px; max-width: 1200px; }
.about-hero-icon { position: absolute; bottom: -100px; left: 0px; }

.core-value-item {width: fit-content;margin: auto; position: relative; }
.core-value-item h3 {color: #fff; padding: 0 0 50px 70px;}
.core-value-item h3 span{font-weight: 400; margin-right: 22px; letter-spacing: 2px; margin-top: 3px; }
.core-values-section {background: #06153A;}
.core-values-section{background:#06153A;position:relative;color:#fff;background:#06153A url(../images/product-banner-bg.svg) no-repeat left top;background-size:1200px}
.core-value-item {position: sticky;top: 70px;margin-bottom: 50px;}
.cv-overlay {position: absolute;inset: 0; display: flex;align-items: flex-end; background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);}

.applications-card {display: flex; flex-direction: column; align-items: center; text-align: center; padding: 30px; border: 1px solid #3B4869; height: 100%;background:#06153A;}

/* career page css */

.integrity-card{border:transparent;padding:30px;height:auto; border-radius: 0;color: #16476A;}
.card-number{font-size:20px;color:#FF5E14;margin-bottom:20px}
.card-title{color:#16476A;font-weight:600;font-size:30px;margin-bottom:50px;flex:1}.card-text{color:#16476A;line-height:1.6}
/* .integrity-slider .integrity-card{margin:0px 12px} */
.integrity-slider .slick-prev,.integrity-slider .slick-next{background-color:transparent;filter:brightness(0) saturate(100%) invert(53%) sepia(45%) saturate(6710%) hue-rotate(352deg) brightness(103%) contrast(101%);border:unset}
.integrity-slider .slick-slide{height:100%}
.career-opportunities img{filter:brightness(0) saturate(100%) invert(38%) sepia(85%) saturate(1406%) hue-rotate(351deg) brightness(101%) contrast(101%)}

.integrity-slider .slick-track { display: flex !important; align-items: stretch;}
.integrity-slider .slick-slide { margin: 0 10px; border:1px solid #DDDDDD; height: auto !important; }
/* .integrity-slider .slick-slide img { max-width: 100%; max-height: 100%; object-fit: contain;} */

.career-section{overflow:hidden;position:relative}.career-marquee{overflow:hidden;white-space:nowrap;width:100%;position:relative}
.career-track{display:flex;width:max-content;justify-content:center;align-items:center;animation:marquee 80s linear infinite}
.career-item{flex:0 0 auto;margin-right:30px}
.career-item img{width:fit-content;height:auto;object-fit:contain}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}



.career-opportunities .position-card {padding: 40px 30px 40px 0; transition: all 0.5s ease; cursor: pointer; }
.career-opportunities .position-card img, .career-opportunities .position-card h6{transition: all 0.4s ease;}
.career-opportunities .position-card:hover {padding: 40px 30px; background: #FF5E14; }
.career-opportunities .position-card:hover img {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(217deg) brightness(100%) contrast(103%);}
.career-opportunities .position-card:hover h6 {color: #FFFFFF;}

.career-sidebar { width: 100% !important; }
.career-sidebar .career-content-grid{ width: 100% !important;display: grid; grid-template-columns: repeat(2, 1fr); }
.career-sidebar .career-content-grid .right-side{ background: #06153A; padding: 100px 70px;}
.career-sidebar .career-content-grid .left-side{ padding: 80px 70px;}
.career-sidebar .offcanvas-header { position: absolute; right: 25px; top:10px;filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(217deg) brightness(100%) contrast(103%);}
.career-sidebar .offcanvas-body { padding: 0; }
.career-sidebar .career-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;}
.career-sidebar .career-form .form-group{ margin-bottom: 0px;}
.career-sidebar .career-form .full-width {grid-column: span 2;}
.career-sidebar .career-form .form-group input, .career-sidebar .career-form .form-group select {     height: 55px; border: 1px solid #384461; color: #ACAFC0;font-weight: 300; }


.career-sidebar  .submit-btn-theme{font-weight: 500 !important;}


.career-sidebar .career-form .form-group input::placeholder {color: #ACAFC0;}
.career-sidebar .career-form .form-group input  {color: #ffffff;background: #06153A}
.career-sidebar .form-group input:focus{ border-color: #FF5E14; background: transparent;}



.career-sidebar .form-group select:focus { border-color: #FF5E14;}


.career-sidebar select.form-control,.career-sidebar select { color: #fff !important;  background: #06153A url(../images/select-arrow.svg) no-repeat 98% 20px; background-size: 25px}

.career-sidebar .form-group select:focus option {background: #06153a;}

.uploadBox input[type="file"] { display: none }
.uploadBox label { width: 100%; display: flex; height: 50px;     align-items: center; justify-content: space-between; text-transform: capitalize; color: #ACAFC0; padding: 12px 15px; 
    border: 1px solid #384461; white-space: nowrap; cursor: pointer; font-size: 16px; line-height: 1.2; font-weight: 300; letter-spacing: -0.36px; }
.uploadBox label span.filename { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-transform: none; width: 70%; letter-spacing: 0px; }
.uploadBox label span:last-child { font-weight: 500; }


.leader-slider-name-text { color: #FF5E14; margin-bottom: 10px; }
.leader-slider-role { color: #16476A; }
.about-company-slider-item { margin: 0px;  background-color: #FAF5F2; display: flex; justify-content: center; align-items: center; padding: 30px;}

.about-vm-tab-section .nav-pills .nav-link.active, .about-vm-tab-section .nav-pills .show>.nav-link { background-color: #ffffff00; }
.about-vm-tab-section .nav { width: 370px; gap: 0px; }
.about-vm-tab-section .nav .nav-link img { width: 25px; visibility: hidden; opacity: 0; transition: all 0.3s ease; }
.about-vm-tab-section .nav .nav-link span { margin-bottom: 0 !important; color: #C5C5C5; transition: all 0.3s ease; }
.about-vm-tab-section .nav .nav-link.active span { margin-bottom: 0 !important; color: #FF5E14; }
.about-vm-tab-section .nav .nav-link.active img { visibility: visible; opacity: 1; }
.about-vm-tab-section .nav .nav-link { display: flex; align-items: center; gap: 15px; justify-content: space-between; border-bottom: 1px solid #C5C5C5; border-radius: 0; padding: 35px 0px; transition: all 0.3s ease; } 
.about-vm-tab-section .nav .nav-link.active { border-bottom: 1px solid #FF5E14; }

.about-company-slider .slick-track { display: flex !important; align-items: stretch;}
.about-company-slider .slick-slide { display: flex !important; justify-content: center; align-items: center; margin: 0 10px; background: #faf7f7;  height: auto !important; }
.about-company-slider .slick-slide img { max-width: 100%; max-height: 100%; object-fit: contain;}


.stickyshapecontent { overflow: hidden; clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%); transition: clip-path 0.5s ease-out;}
.stickyshapecontent img {  width: 100%;  height: auto;  display: block;}
section.advrollerelem {  position: relative;  padding: 250px 0 0; overflow: hidden;}

.imgleftClip { clip-path: polygon(50% 0px, 100% 0px, 100% 100%, 50% 100%); }
.imgrightclip { clip-path: polygon(0px 0px, 50% 0px, 50% 100%, 0px 100%); }

.about-vm-tab-section .post-content ul li::before { top: 18px; }
.about-vm-tab-section .post-content ul li { padding-left: 30px; }
.hm-unified.bg-offwhite .hm-unified-bottom { border-top: 1px solid #DDD; border-bottom: 1px solid #DDD;}

.pagination { 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; margin-top: 100px; justify-content: center; }
.pagination a, .pagination span { text-decoration: none; margin: 0px; margin-right: 10px; text-align: center; font-size: 18px; font-weight: 500; width: 50px; height: 50px; line-height: 50px; color: #fff; border-radius: 0px; }
.pagination span.arrow-previous, .pagination span.arrow-next { position: relative; display: inline-flex; align-items: center; justify-content: center; margin-right: 0px; }
.pagination a { border: 1px solid #FF5E14; }
.pagination span.current, .pagination a:hover { border-color: #FF5E14; background-color: #FF5E14; }
.arrow-previous::before, .arrow-next::before { height: 100%; width: 100%; content: ''; transition: all 0.3s ease; display: inline-block; background-size: 18px; }
.arrow-previous::before { background: url(../images/arrow-left-orange.svg) center center no-repeat; background-size: 18px; }
.arrow-next::before { background: url(../images/arrow-right-orange.svg) center center no-repeat; background-size: 18px; }
.arrow-previous:hover::before { background: url(../images/arrow-left-white.svg) center center no-repeat; background-size: 18px; height: 100%; width: 100%; }
.arrow-next:hover::before { background: url(../images/arrow-right-white.svg) center center no-repeat; background-size: 18px; height: 100%; width: 100%; }

.vc_row{margin: 0px !important}
.vc_column_container > .vc_column-inner{padding: 0px !important}

.career-sidebar .career-form .wpcf7-submit {color: #ffffff !important;background: #FF5E14 !important;border: 1px solid #ff5e14 !important;}
.career-sidebar .career-form .wpcf7-submit:hover {color: #FF5E14 !important;background: #fff !important;border: 1px solid #fff !important;}
.career-content-grid .right-side h2 {margin-bottom: 2rem !important;}
.hm-trust-item-title h5 {
    font-size: 20px;
}


/* .hm-unified .hm-unified-item .logo {
    width: 100%;
}

.hm-unified-item:last-child img {
    max-width: 160px;
}*/

.captcha-image {
    margin-bottom: 20px;
}
.career-form .captcha-image {
    color: #fff;
}
