


@font-face {

font-family: 'Axiforma';

src:  url('../fonts/Axiforma-Regular.woff2') format('woff2'),

  url('../fonts/Axiforma-Regular.woff') format('woff'),

  url('../fonts/Axiforma-Regular.ttf') format('truetype');

font-weight: normal;

font-style: normal;

}



@font-face {

font-family: 'Axiforma';

src: url('../fonts/Axiforma-Medium.woff2') format('woff2'),

  url('../fonts/Axiforma-Medium.woff') format('woff'),

  url('../fonts/Axiforma-Medium.ttf') format('truetype');

font-weight: 500;

font-style: normal;

}

@font-face {

font-family: 'Axiforma';

src:  url('../fonts/Axiforma-SemiBold.woff2') format('woff2'),

  url('../fonts/Axiforma-SemiBold.woff') format('woff'),

  url('../fonts/Axiforma-SemiBold.ttf') format('truetype');

font-weight: 600;

font-style: normal;

}



@font-face {

font-family: 'Axiforma';

src:  url('../fonts/Axiforma-Light.woff2') format('woff2'),

  url('../fonts/Axiforma-Light.woff') format('woff'),

  url('../fonts/Axiforma-Light.ttf') format('truetype');

font-weight: 300;

font-style: normal;

}



@font-face {

font-family: 'Axiforma';

src: url('../fonts/Axiforma-Heavy.woff2') format('woff2'),

  url('../fonts/Axiforma-Heavy.woff') format('woff'),

  url('../fonts/Axiforma-Heavy.ttf') format('truetype');

font-weight: 900;

font-style: normal;

}


/* ALL animation types called */
@-webkit-keyframes zoomIn {
from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
50% { opacity: 1; }
}

@keyframes zoomIn {
from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
50% { opacity: 1; }
}

.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}

/*@keyframes scroll {
from { transform: translateX(-50%);   }
to { transform: translateX(-150%); }
}*/


@keyframes scroll {
from { transform: translateX(0); }
to { transform: translateX(-100%);  }
}

/*@keyframes marquee {
0% { left: 0; }
100% { left: -100%; }
}*/

@keyframes marquee {
from {
transform: translate3d(0, 0, 0);
}
to {
transform: translate3d(-100%, 0, 0);
}
}



/* font-family: 'Kumbh Sans', sans-serif;

font-family: 'Open Sans', sans-serif; */


* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

body { background:#fff; margin: 0; padding: 0; font-size: 16px; line-height: 24px; font-family: "Lato", sans-serif; font-weight: 400; color: #111; }

body.fntnational h1, body.fntnational h2, body.fntnational h4, body.fntnational h6 { font-family: 'National 2';  }
body.fntnational, body.fntnational h3, body.fntnational h5 { font-family: 'Lato', sans-serif; }


h1 { margin: 0; font-size: 60px; line-height: 1.5; font-family: 'National 2'; color: #111111; font-weight: 500; }
h2 { margin: 0; font-size: 60px; line-height: 1; font-family: 'National 2'; color: #024731; font-weight: 500; } 
h3 { margin: 0; font-size: 28px; line-height: 1.2; font-family: "Lato", sans-serif; color: #111; font-weight: 600; } 
h4 { margin: 0; font-size: 24px; line-height: 1.2; font-family: 'National 2'; color: rgba(0,0,0,0.54); font-weight: 400;  }
h5 { margin: 0; font-size: 18px; line-height: 1.2; font-family: "Lato", sans-serif; color: #111; font-weight: 600; }
h6 { margin: 0; font-size: 16px; line-height: 1.2; font-family: 'National 2'; color: #000; font-weight: 600; }

img { max-width: 100%; height: auto; border: none; vertical-align: top; }

a { color: #111; outline: none; text-decoration: none !important; cursor: pointer; vertical-align: middle; max-width: 100% !important; white-space: normal !important; display: inline-block; font-weight: 500; transition: all 0.4s ease; }
a:hover { color: #024731; text-decoration: none;}
p { margin:0 0 15px; width: 100%; display: block; } 
p:last-child { margin-bottom: 0; }
ul, ol { list-style:none; padding: 0; margin: 0; }

.fullwidth { float: left; width: 100%; }
.container { box-sizing: border-box; width: 100%; float: none !important; display: block; margin: 0 auto !important; max-width: 1296px; padding-right: 15px !important; padding-left: 15px !important; }
.fl { display:flex; flex-flow:row wrap; justify-content:left; display:-webkit-flex; -webkit-flex-flow:row wrap; -webkit-justify-content:left; }
.ac { align-items:center; }
.fjc { justify-content: center; }

.row-fluid textarea,
.row-fluid input[type='text'],
.row-fluid input[type='email'],
.row-fluid input[type='password'],
.row-fluid input[type='tel'],
.row-fluid input[type='number'],
.row-fluid select { width:100%; }


.text-center, .text-center a, .text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .text-center h6 { text-align: center;}
.text-light, .text-light a, .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 { font-weight: 300; }
.text-bold, .text-bold a, .text-bold h1, .text-bold h2, .text-bold h3, .text-bold h4, .text-bold h5, .text-bold h6 { font-weight: 600; }
.text-bolder, .text-bolder a, .text-bolder h1, .text-bolder h2, .text-bolder h3, .text-bolder h4, .text-bolder h5, .text-bolder h6 { font-weight: 800;}
.text-blk, .text-blk a, .text-blk h1, .text-blk h2, .text-blk h3, .text-blk h4, .text-blk h5, .text-blk h6 { color: #111;}
.text-white, .text-white a, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 { color: #fff;}


.text-uppercase, .text-uppercase a, .text-uppercase h1, .text-uppercase h2, .text-uppercase h3, .text-uppercase h4, .text-uppercase h5, .text-uppercase h6 { text-transform: uppercase;}

.secbtn a { font-size: 16px; line-height: 1; color: #024731; padding: 17px 18.58px; border: 1px solid #024731; font-weight: 600; position: relative; }
.secbtn a:hover { color: #fff; }
.secbtn a:before { content: ''; position: absolute; width: 0; height: 100%; background: #024731; top: 0; left: 0; transition: all 0.4s ease; }
.secbtn a:hover:before { width: 100%; }
.secbtn a > span { padding-right: 34px; position: relative; display: inline-block; }
.secbtn a > span:before { content: ''; position: absolute; background: url('https://webflowartisan.com/felix/wp-content/uploads/2024/10/arrow.svg') no-repeat center / contain; width: 24px; height: 24px; right: 0; top: 50%; transform: translateY(-50%); transition: all 0.4s ease; }
.secbtn a:hover > span:before { filter: brightness(0) invert(1); }

.spacesec { padding: 120px 0px; }

/* Hero Section */
.herovideo { background-size: cover; background-position: top center; background-repeat: no-repeat; padding-top: 47.8%; position: relative;  }
.herovideo:before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgb(17 17 17 / 20%); mix-blend-mode: multiply; }
.hrplayicon { width: 64px; height: 64px; backdrop-filter: blur(2px); background: rgb(255 255 255 / 60%); border-radius: 50%; position: absolute; right: 40px; bottom: 60px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; cursor: pointer; }
.hrplayicon:before { content: ''; position: absolute; width: 55.47px; height: 55.47px; background: #024731; border-radius: 50%; }
.hrplayicon:after { content: ''; position: absolute; border-left: 20px solid #fff; border-top: 12px solid transparent; border-bottom: 12px solid transparent; top: 50%; left: 50%; transform: translate(-50%, -50%); margin-left: 3px; }
.youtube-video { display: none; position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.youtube-video video { width: 100%; height:100%; object-fit: cover; }
.playvdo .youtube-video { display: block; }
.playvdo .hrplayicon:after { opacity:0; }
.hrplayicon span { position: absolute; width: 5px; height: 20px; background: #fff; top: 50%; left: 50%; transform: translate(-50%, -50%); margin-left: -5px; display: none; }
.hrplayicon span:after { content: ''; width: 100%; height: 100%; background: #fff; position: absolute; margin-left: 11px; }
.playvdo .hrplayicon span { display: block; }


/* Slider Section */
.txtslide-sec { padding: 100px 0px; overflow:hidden; }
.txtslide-col { position: relative;  font-size: 60px; font-weight: 700; font-family: 'National 2'; color: #11111133; line-height: 1.3; /* display: flex !important;*/ align-items: center; }
.txtslide-col span { padding: 0px 40px; }
.txtslide-rw .slick-list { overflow: visible; }
.txtslide-col:before, .txtslide-col:after { position: absolute; top: 50%; transform: translateY(-50%); content: ''; background: url(https://webflowartisan.com/felix/wp-content/uploads/2024/10/Icon.svg) no-repeat center / contain; width: 24px; height: 24px; display: inline-block; display: none; }
.txtslide-col:after { right: 0; }
.txtslide-col:before { left: 0; }
.txtslide-rw .slick-current .txtslide-col { color: #024731; }
.txtslide-rw .slick-current .txtslide-col:before, .txtslide-rw .slick-current .txtslide-col:after { display: block; }


.twcolsec { padding-bottom: 120px; }
.twcolinn { padding-top: 80px; border-top: 1px solid #024731; }
.twcol-lf { width: 40%; }
.twcol-rght { width: 60%; padding-left: 36px; }
.twcol-btn { margin-top: 30px }
.headtext { font-size: 24px; line-height: 32px; }

/* Services Section */
.service-sec { overflow: hidden; }
.servicetile { width: 40%; }
.service-txt { width: 60%; padding-left: 30px; }
.service-rw { padding-top: 60px; margin: 0px -15px; display: flex; flex-wrap: wrap; }
.service-rw .slick-slide > div { margin: 0px 15px; }
.service-col { width:25%; padding: 15px }
.service-col-inner{  background: #fff; padding: 30px; min-height: 400px; display: flex !important; align-content: space-between; flex-wrap: wrap; transition: all 0.4s linear; position: relative; block-size: inherit; overflow: hidden; z-index: 1; }




.service-col-inner:before { content: ''; position: absolute; width: 600px; height: 600px; left: 50%; background: #002E1F; border-radius: 50%; transform: translate(-50%, 110%); bottom: 0; opacity: 0; transition: all 0.4s linear; z-index: -1; }
.service-col-inner:hover:before { opacity: 1; transform: translate(-50%, 20%); }
.service-content { transform: translateY(calc(100% - 35px)); transition: all 0.4s linear; }
.servitxt { height: 0; margin-top: 6px;  color: #fff; transition: all 0.4s linear; font-size: 16px; line-height: 24px; }
.service-top { width:100%; justify-content: space-between; }
.serviceicon img { max-width: 80px; transition: all 0.4s linear;  }
.service-col:hover .serviceicon img { filter: brightness(0) invert(1); }
.servicelink a { transition: all 0.7s linear; }
.servicelink a svg { display: block; width:40px; height: 40px; border: 0.67px solid #8A8A8A66; border-radius: 50%; }
.service-col:hover .servicelink a { transform: rotate(-45deg); }
.service-col:hover .servicelink a svg { border-color: #FFFFFF66; }
.service-col:hover .servicelink a svg path { fill: #fff; }
.service-col:hover .servitile h3 { color: #fff; }
.service-col:hover .servitxt { height: auto; }
.service-col:hover .service-content { transform: translateY(0); }
.service-rw .slick-list { overflow: visible; }


/* Models Section */
.modelsec { padding: 120px 0px 110px; }
.modelleft { width: 50%; padding-right: 110px; }
.modeltext, .capabili-txt { margin-top: 14px; }
.modelright { width: 50%; }
.modelist { background: #EFEFE4; padding: 20px; margin-bottom: 20px; }
.modelcontent { padding-left: 40px; }
.modelcontent h3 { position: relative; }
.modelcontent h3:before { content: ''; position: absolute; width: 24px; height: 18px; background: url('https://webflowartisan.com/felix/wp-content/uploads/2024/10/Vector.svg') no-repeat center / contain; top: 50%; left: -40px; transform: translateY(-50%); }
.modelstxt { font-size: 20px; line-height: 28px; margin-top: 10px; color: #303030; }


/* Capabilities Section */
.capailiheading { max-width: 816px; margin:0 auto 80px; }
.capabili-inn { max-width: 510px; margin: 0 auto; }
.capabili-icon { width: 80px; height: 80px; border: 1px solid #FFFFFF33; border-radius: 50%; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.capabili-tile { width: calc(100% - 80px); padding-left: 30px; }
.capabili-col:not(:last-child) { margin-bottom: 60px; }

/* Country Section */
.countrytitle { width: 50%; }
.countrytext { width: 50%; padding-left: 58px; } 
.countryheading { margin-bottom: 64px; }
.countryinn, .countrymap { position: relative; }
.maploc { position: absolute; width: 40px; height: 40px; border: 2px solid #102D43; border-radius: 50%; right: 28%; top: 52%; cursor: pointer; }
.maploc:before { content: ''; position: absolute; width: 22.54px; height: 22.54px;/* background: #102D43; */border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.maploc:nth-child(2) { border-color: #024731; right: 36%; top: 50%; }
/*.maploc:nth-child(2):before { background: #024731; }*/
.countrymap-info { position: absolute; left: 0; top: 0%; max-width: 454px; width: 100%; }
.countrymap-content { padding: 30px; display: none; }
.countrycity ul { margin: 16px -10px 0px; row-gap: 10px; display: flex; flex-wrap: wrap; }
.countrycity ul li { font-size: 16px; line-height: 26px; width: calc(50% - 20px); margin: 0px 10px; }
.countrymap-content.current { display:block; }
.countrytitle h2 { line-height: 1; margin-top: -7px; }

/* Counter Section  */
.countresec { position: relative; z-index: 1; overflow: hidden; }
.ovarlay-shpimg { position: absolute; width: 100%; height: 100%; top: 30px; left: 50%; z-index: -1; background-size: cover; background-repeat: no-repeat; background-position: top center; transform: translateX(-50%); }
.countheading { margin-bottom: 60px; }
.countinner { row-gap: 30px; }
.countcol { background: #002E1F; box-shadow: 0px 4px 10px 0px #0D2E471A; padding: 30px; margin-right: 3.2%; width: 31.2%; display: flex; flex-flow: wrap; align-content: space-between; }
.countext { font-size: 20px; line-height: 28px; margin-top: 154px; width: 100%; }
.countext strong { font-weight: 900; display:block; }
.countsubtxt { font-size: 18px; line-height: 26px; margin-bottom: 4px; font-weight: 500; }
.counter { font-size: 50px; line-height: 1.2; font-family: 'National 2'; font-weight: 500; }


/* Services List Section */
.srvilst-inner { margin: 0px -10px; }
.srvilst-row { width: 20%; padding: 0px 10px; }
.srvilst-col { padding: 20px; position: relative; min-height: 200px; margin-bottom: 20px;  transition: 0.5s all;}
.srvilst-icon {opacity: 30%; position: absolute; right: 0; bottom: 0; width:100px; height:100px; display: flex; justify-content: center; align-items: flex-end; }
.srvilst-icon img { max-width: 100px; }
.srvilst-tile { font-family: 'National 2'; font-size: 24px; font-weight: 500; line-height: 32px; }
.height-md { min-height:245px; }
.height-lg { min-height:290px; }

/* Investor List Section */
.invest-title { margin-bottom: 60px; }


.invest-row {padding: 10px 30px;width: 46%;border: 1px solid rgba(2, 71, 49, 0.6);color: #111111;}



  
.invest-col li { padding: 20px 0px; font-size: 26px; line-height: 34px; border-bottom: 1px solid rgb(2 71 49 / 40%); border-top: 1px solid rgb(2 71 49 / 40%); }
.invest-col li a { font-family: 'National 2'; font-weight: 400; display:flex; align-items:center; justify-content: space-between; }
.invest-col li:first-child { border: 0; }
.invest-col li a:after { content: ''; display: inline-block; background: url('https://webflowartisan.com/felix/wp-content/uploads/2025/01/arrow-white.svg') no-repeat center / contain; width: 24px; height: 24px;     white-space: nowrap; }
.invest-col li a > span { max-width: 270px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* Cta Section */
.enqctasec { background-size: cover; background-position: center; background-repeat: no-repeat; }
.enqcta-text { line-height: 30px; font-size: 22px; margin-top: 12px; color: #303030; }
.enqcta-inn { background: #EFEFE4E5; backdrop-filter: blur(10px); padding: 152px 60px; justify-content: space-between; }
.enqtitle h2 { font-weight:700; letter-spacing: -1px; margin-bottom: 12px; line-height: 1.2667; } 
.enqcta-content { width: calc(100% - 210px); }


/* News Post Section */
.nwpstitle { margin-bottom: 55px; }
.nwpstrow { row-gap: 25px; }
.nwpstcol { width: 31.8%; margin-right: 2.3%; }
.nwpst-date { font-size: 16px; color: #303030; line-height: 24px; margin-bottom: 8px; }
.nwpst-content { padding-top: 20px; }
.nwpst-feature a { padding-top: 65%; background-size: cover; background-repeat: no-repeat; background-position: top center; width: 100%; }
.nwpst-title h5 a { color: currentColor; font-weight: inherit; }
.nwpst-title h5 a:hover { color: #024731; }

/****************About Page*****************/
/* About Hero Section */
.hrabut-sec { padding: 195px 0px 115px; position: relative; z-index: 1; }
.hrabut-inn { max-width: 790px; margin: 0 auto; }
.hrabut-tile h1 span { color: #fff; }
.tprght-shape, .bmlft-shape { position:absolute; opacity:10%; z-index: -1; background-size: contain; background-repeat: no-repeat; }
.tprght-shape { top: 83px; right: 0; width: 262px; height: 236px; background-position: top right; }
.bmlft-shape { bottom: 0; left: 0; width: 214px; height: 304px; background-position: left bottom; }


/* Fillwidth Text Section */
.industri-inner { max-width: 1065px; margin: 0 auto; }
.industri-inner p { margin: 0 0 24px; }
.industri-inner p:last-child { margin-bottom: 0; }


.modelleftinner { width: 100%; position: sticky; top: 100px; }
.modelist:last-child { margin-bottom: 0; }

.twcol-rght ul li { margin-bottom: 20px; padding-left: 24px; position:  relative; }
.twcol-rght ul li:last-child { margin-bottom: 0; }
.twcol-rght ul li:before { content: ''; position: absolute; top: 12px; left: 0; width: 8px; height: 8px; border-radius: 50%; background-color: #fff; }


.tctestimonial-sec { padding: 120px 0; }
.tctestimonial-inner { width: 100%; display: flex; flex-wrap: wrap; align-items: flex-start; }
.tctestimonial-left { width: 48%; margin-right: 7%; }
.tctestimonial-right { width: 45%; display: flex; flex-wrap: wrap; justify-content: flex-end; }
.tctestimonial-left h2 { color: #111111; margin-bottom: 24px; line-height: 1.3334; }
.tctestimonial-ltxt { font-size: 24px; line-height: 34px; margin-bottom: 24px; } 
.tctestimonial-ltxt p { margin-bottom: 16px; }
.tctestimonial-ltxt p:last-child { margin-bottom: 0; }
span.tcname { font-size: 28px; font-weight: 500; line-height: 38px; letter-spacing: -1px; display: block; margin-bottom: 4px; }
span.tcdes { display: block; font-size: 20px; font-weight: 400; line-height: 28px; letter-spacing: -1px; }


.award-sec { position: relative; z-index: 1; overflow: hidden; }
.award-title h2 { color: #111111; line-height: 1.3334; }
.award-header { margin-bottom: 30px; }
.award-row { display: flex; flex-wrap: wrap; }
.award-cols { width: 48.81%; margin-right: 2.37%; margin-top: 30px; }
.award-cols:nth-child(2n) { margin-right: 0; }
.award-img { width: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; padding-top: 56.25%; margin-bottom: 20px; }
.award-content h3 { font-size: 24px; }
.award-content h3 a { font-weight: inherit; }
.awardshape { position: absolute; z-index: -1; top: 50px; right: 0; width: 100%; height: 100%; background-size: cover; background-position: top center; background-repeat: no-repeat;  }


.subsidiaries-sec { background-color: #EFEFE4; }
.subsidiaries-header { margin-bottom: 30px; }
.subsidiaries-title h2 { color: #111111; line-height: 1.3334; }
.subsidiaries-row { display: flex; flex-wrap: wrap; }
.subsidiaries-cols { width: 48.81%; margin-right: 2.37%; margin-top: 30px; }
.subsidiaries-cols:nth-child(2n) { margin-right: 0; }
.subsidiaries-img { width: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; padding-top: 56.25%; margin-bottom: 20px; }
.subsidiaries-content h3 { font-size: 24px; margin-bottom: 4px; }
.subsidiaries-content h3 a { font-weight: inherit; }
.subsidiaries-txt { color: #303030; }
.subsidiaries-location { margin-top: 12px; }
.subsidiaries-location a { display: flex; flex-wrap: wrap; }
span.ssl-icon { width: 12px; display: inline-block; margin-right: 10px; }
span.ssl-icon img { vertical-align: middle; }
span.ssl-txt { width: calc(100% - 22px); color: #102D43; }


.journeysec { background-color: #EFEFE4; overflow: hidden; }
.journey-header  { margin-bottom: 80px; }
.journey-title h2 { color: #111111; line-height: 1.3334; }
.journey-row { display: flex; flex-wrap: wrap; }
.journey-cols { position: relative; z-index: 1; width: 100%; padding-bottom: 70px; }
.journey-cols:last-child { padding-bottom: 0; }
.journey-number { position: absolute; z-index: 2; top: 40%; left: 50%; transform: translate(-50%, -50%); width: 80px; }
.journey-number span { width: 80px; height: 80px; padding: 10px; border-radius: 50%; color: #fff; background-color: #102D43; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; font-family: 'National 2'; font-size: 50px; font-weight: 500; line-height: 58px; }
.journey-content { position: relative; z-index: 1; width: 42.181%; background: #FFFFFF; padding: 20px; }
.journey-content:before { position: absolute; top: 50%; right: -20px; content: ''; transform: translateY(-50%); z-index: -1; width: 0; height: 0;border-top: 10px solid transparent; border-left: 20px solid #fff; border-bottom: 10px solid transparent; }
.journey-cols:before { position: absolute; content: ''; width: 2px; height: 50%; top: 50%; left: 50%; transform: translateX(-50%); background: repeating-linear-gradient(0deg, #102D43, #102D43 12px, transparent 12px, transparent 25px); /*border-left: 1px dashed #102D43;*/ }
.journey-cols:after { position: absolute; content: ''; width: 2px; height: 50%; bottom: 50%; left: 50%; transform: translateX(-50%); background: repeating-linear-gradient(0deg, #102D43, #102D43 12px, transparent 12px, transparent 25px); /*border-left: 1px dashed #102D43;*/ }
.journey-cols:first-child:after { display: none; }
.journey-cols:last-child:before { display: none; }
.journey-cols:nth-child(2n) .journey-content { margin-left: auto; }
.journey-cols:nth-child(2n) .journey-content:before { right: auto; left: -20px; border-left: 0;  border-right: 20px solid #fff; top:46%; }
.journey-year { font-family: 'National 2'; font-size: 50px; font-weight: 500; line-height: 58px; color: #102D43; margin-bottom: 10px; }
.journeycl-txt { color: #303030; font-size: 18px; line-height: 26px; }
.journeycl-img { margin-top: 20px; width: 100%; padding-top: 56.25%; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.journey-number:before { transition: width 0.7s ease-in-out , background 0.7s ease-in-out; z-index: -1; position: absolute; top: -10px; left: -10px; height: calc(100% + 20px); border-radius: 50%; content: ''; background: #102D4333; }
.journey-number:after { transition: width 0.7s ease-in-out , background 0.7s ease-in-out; z-index: -2; position: absolute; top: -16px; left: -16px; height: calc(100% + 32px); border-radius: 50%; content: ''; background: #102D431A; }
.journey-cols.in-view .journey-number:before { width: calc(100% + 20px); }
.journey-cols.in-view .journey-number:after { width: calc(100% + 32px); }
.journey-cols.in-view .journey-content { box-shadow: 0px 20px 60px -12px #01385433; background: #102D43; }
.journey-cols.in-view .journey-year { color: #fff; }
.journey-cols.in-view .journeycl-txt { color: #fff; }
.journey-cols.in-view .journey-content:before { border-left-color: #102D43; }
.journey-cols.in-view:nth-child(2n) .journey-content:before { border-right-color: #102D43; }
.journey-content { transition: all 0.5s ease-in-out; transform: translate3d(-30px, 0, 0); }
.journey-cols:nth-child(2n) .journey-content { transform: translate3d(30px, 0, 0); }
.journey-cols.in-view .journey-content { transform: none; }
.journey-cols.in-view:nth-child(2n) .journey-content { transform: none; }
/*.journey-cols.in-view .journey-number { visibility: visible; -webkit-animation: zoomIn 0.6s; -moz-animation: zoomIn 0.6s; animation: zoomIn 0.6s; }*/



/****** Reponsive Css ******/
@media(min-width: 991px) { 
.countcol:nth-child(3n) { margin-right: 0; }
.nwpstcol:nth-child(3n) { margin-right: 0; }
}

@media(max-width: 1200px){ 
h2 { font-size: 45px; }
h3 { font-size: 24px; }

.txtslide-col span { padding:0px 20px; }
.txtslide-col { font-size: 45px; }

.counter { font-size: 36px; }

.srvilst-col { padding:20px 15px }
.srvilst-tile { font-size: 20px; line-height: 28px; }

.invest-col li { font-size: 22px; }

.journey-number { width: 60px; }
.journey-number span { width: 60px; height: 60px; font-size: 34px; line-height: 34px; }
.journey-year { font-size: 42px; line-height: 50px; }
.journey-header { margin-bottom: 60px; }

.countrytitle h2 { margin-top: -4px; }

}

@media(max-width: 991px){

h1 { font-size: 50px; line-height: 1.4; }
h2 { font-size: 40px; }


.headtext { font-size: 20px; line-height: 26px; }

.spacesec, .modelsec { padding: 80px 0px; }

.hrplayicon { bottom: 40px; }

.twcol-lf { width: 100%; margin-bottom: 15px; }
.twcol-rght { width: 100%; padding-left: 0; }

.txtslide-sec { padding: 60px 0 80px; }
.txtslide-col { font-size: 32px; }
.txtslide-col:before, .txtslide-col:after { width: 20px; height: 20px; }

.twcolsec { padding-bottom: 80px; }
.twcolinn { padding-top: 60px; }
.service-heading { text-align: center; }
.servicetile { width: 100%; margin-bottom: 20px; }
.service-txt { width: 100%; padding-left: 0; }
.service-rw .slick-list { padding-right: 90px; }

.modelleft { width: 100%; padding-right: 0; }
.modelright { width: 100%; margin-top: 50px; }

.countrytitle { width:100%; margin-bottom: 20px; }
.countrytext { width:100%; padding-left: 0; }
.countrymap-info { position: static; margin-top: 20px; }
.maploc { width: 25px; height:25px; border-width: 1px; }
.maploc:before { width: 11.54px; height: 11.54px; } 

.countryheading, .countheading { text-align: center; }
.countcol { width: 48.4%; }
.countcol:nth-child(2n) { margin-right: 0; }
.countresec .ovarlay-shpimg { background-position: top center; top: 20px; }

.invest-title { text-align: center; margin-bottom: 40px; }
.invest-col li { font-size: 20px; padding: 12px 0; } 
.invest-row { padding-left: 22px; padding-right: 22px; }

.nwpstcol { width: 48.85%; }
.nwpstcol:nth-child(2n) { margin-right: 0; }

.enqcta-inn { padding: 65px 30px; }

.srvilst-row { width:33.33%; } 


.tprght-shape { width: 210px; height: 196px; }
.bmlft-shape { width: 175px; height: 250px; }

.ovarlay-shpimg { background-size: 100% auto; }

.tctestimonial-sec { padding: 80px 0; }
.tctestimonial-left { width: 100%; margin-right: 0; }
.tctestimonial-right { width: 100%; justify-content: center; margin-top: 40px; }

.journey-header { margin-bottom: 40px; }

.journey-cols { padding-left: 120px; } 
.journey-number { left: 20px; transform: translateY(-50%); } 
.journey-cols:before { left: 50px; transform: none; }
.journey-cols:after { left: 50px; transform: none; }
.journey-content { width: 100%; margin-left: auto; }
.journey-content:before { right: auto; left: -20px; border-left: 0; border-right: 20px solid #fff; }
.journey-cols.in-view .journey-content:before { border-right-color: #102D43; }
.journey-content {transform: translate3d(30px, 0, 0); }

.subsidiaries-header { margin-bottom: 10px; }
.award-header { margin-bottom: 10px; }
.award-content h3 { font-size: 22px; }
.awardshape { background-size: 100% auto; }

.tctestimonial-ltxt { font-size: 22px; line-height: 30px; margin-bottom: 20px; }
.subsidiaries-content h3 { font-size: 22px; }

.countrytitle h2 { margin-top: 0; }
.cont-box-outer .cont-box {width: 50%;}





}

@media(max-width: 767px){ 
.section-our-approach{ padding:50px 0 0 !important; }
.container { max-width: 100%; }
.our-approach-text h2 {font-size: 45px !important;}
h1 { font-size: 40px; line-height: 1.2; }
h2 { font-size: 30px; }
h3 { font-size: 22px; }
.headtext { font-size: 18px; line-height: 24px; }
.secbtn a { padding: 14px 18px; }
.secbtn a > span { padding-right: 28px; }
.secbtn a > span:before { width: 20px; height: 20px; }

.herovideo { padding-top: 60%; } 
.hrplayicon { width: 40px; height: 40px; right: 15px; bottom: 18px; }
.hrplayicon:before { width: 33.47px; height: 33.47px; }
.hrplayicon:after { border-left: 14px solid #fff; border-top: 8px solid transparent; border-bottom: 8px solid transparent; margin-left: 2px; }
.hrplayicon span { width: 3px; height: 14px; margin-left: -3px; }
.hrplayicon span:after { margin-left: 7px; }

.twcolinn { padding-top: 40px; }
.txtslide-sec { padding: 40px 0 ; } 
.txtslide-col { font-size: 20px; }
.txtslide-col span { padding: 0px 12px; }
.investor-hubinner.w-100{ padding-top: 30px !important; margin-top: 30px !important; }
.csl-inner {
    padding-top: 30px !important;
    margin-top: 30px !important;}

.spacesec, .modelsec { padding: 60px 0px; }

.serviceicon img { max-width: 60px; }
.service-col { min-height: 320px; padding: 20px; }
.servicelink a svg { width:30px; height:30px; }
/*.service-rw { margin: 0px -10px; }
.service-rw .slick-slide > div { margin: 0px 10px; }
*/
.modelstxt { font-size:18px; line-height:24px; }

.capabili-icon { width: 60px; height: 60px; }
.capabili-icon img { max-width: 25px; }
.capabili-col:not(:last-child) { margin-bottom: 40px; }
.capabili-tile { padding-left: 15px; width: calc(100% - 60px); }
.capailiheading { margin-bottom: 40px; }

.countrymap { max-width: 600px; margin: 0 auto; }
.maploc { width: 20px; height: 20px; }
.maploc:before { width: 8px; height: 8px; }
.countrymap-content { padding: 20px; }
.countrycity ul { row-gap: 12px; margin-top: 10px; }

.countheading { margin-bottom: 40px; }
.countsubtxt { font-size: 16px; }
.countcol { width: 100%; margin-right: 0; padding:20px; }
.counter { font-size: 30px; }
.countext { margin-top: 100px; }

.invest-col { width: 100%; }
.invest-col li:last-child { border-bottom: 1px solid rgb(2 71 49 / 40%) }
.invest-col:last-child li:last-child { border:0; }

.srvilst-row { width: 50%; }
.srvilst-icon { width: 80px; height: 80px; }
.srvilst-icon img { max-width: 80px; }

.invest-row { padding: 30px 15px; }
.invest-col li { font-size: 18px; }
.invest-col li a:after { width: 20px; height: 20px; }
.secbtn {margin-top: 30px;}
.nwpstcol { width:100%; margin-right: 0; }


.enqcta-inn { padding-top: 40px; padding-bottom: 40px; }
.enqcta-content { width: 100%; margin-bottom:20px; }
.enqcta-text { font-size: 18px; line-height: 24px; }

.modelright { margin-top: 30px; }

.hrabut-sec { padding: 80px 0px; }
.bmlft-shape { width: 125px; height: 180px; }
.tprght-shape { width: 160px; height: 150px; }

.tctestimonial-sec { padding: 60px 0; }
.tctestimonial-ltxt { font-size: 18px; line-height: 28px; margin-bottom: 16px; }
.tctestimonial-left h2 { margin-bottom: 16px; }
span.tcname { font-size: 24px; line-height: 34px; letter-spacing: 0; }
span.tcdes { font-size: 18px; line-height: 24px; letter-spacing: 0; }

.journey-header { margin-bottom: 30px; }
.journey-cols { padding-bottom: 50px; padding-left: 75px; }
.journey-number span { width: 40px; height: 40px; font-size: 22px; line-height: 22px; }
.journey-number { left: 5px; width: 40px; }
.journey-number:before { top: -5px; left: -5px; height: calc(100% + 10px); }
.journey-cols.in-view .journey-number:before { width: calc(100% + 10px); }
.journey-number:after { top: -10px; left: -10px; height: calc(100% + 20px); }
.journey-cols.in-view .journey-number:after { width: calc(100% + 20px); }
.journey-cols:before { left: 24px; }
.journey-cols:after { left: 24px; }
.journey-content { padding: 16px; }
.journeycl-txt { font-size: 15px; line-height: 24px; }
.journey-year { font-size: 32px; line-height: 34px; }
.journey-content:before { left: -14px; border-top-width: 7px; border-right-width: 14px; border-bottom-width: 7px; } 
.journey-cols:nth-child(2n) .journey-content:before { left: -14px; border-right-width: 14px; }

.award-header { margin-bottom: 0; }
.award-cols { width: 100%; margin-right: 0; }
.award-img { margin-bottom: 15px; }
.award-content h3 { font-size: 20px; }

.subsidiaries-header { margin-bottom: 0; }
.subsidiaries-cols { width: 100%; margin-right: 0; }
.subsidiaries-img { margin-bottom: 15px; }
.subsidiaries-content h3 { font-size: 20px; }
.cont-box-outer .cont-box {width: 100%;}


body {top: 0 !important;}

}

@media(max-width: 480px){
p{font-size: 15px;}
h1 { font-size: 30px;  }
h2 { font-size: 25px; }
h3 { font-size: 20px; }
.srvilst-row { width: 100%; }
.maploc { width: 15px; height: 15px; }
.maploc:before { width: 5px; height: 5px; }
/*.service-rw .slick-list { padding-right: 25px; }*/
.txtslide-col { font-size: 14px; }
.txtslide-col:before, .txtslide-col:after { width: 14px; height: 14px; }
.txtslide-col span { padding:0px 8px; }
.capabili-icon { width: 40px; height: 40px; }
.capabili-icon img{max-width: 20px;}
.counter {font-size: 25px;}
.invest-col li {font-size: 16px;}
.headtext {font-size: 16px;}
.csl-ctitle h3 a {font-size: 15px;}
.bmlft-shape {width: 60px;height: 100px;}	
  .tprght-shape {width: 60px;height: 72px;}
  .maploc{padding-left: 10px;}
}



/*============================Mitesh=========================*/
a.service-cover { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.page-template-contact .fullwidth.enqctasec.spacesec{ display: none; }
select.goog-te-combo {font-size: 0;  color:#fff;padding: 6px; min-width: max-content;  appearance: none;width: 66px;height: 33px;border: 1px solid transparent;background-image: url(https://webflowartisan.com/felix/wp-content/uploads/2024/10/Vector-6.png);background-repeat: no-repeat;background-position: center right 10px;}
.goog-te-gadget {font-size: 0;line-height: 0;}
a.VIpgJd-ZVi9od-l4eHX-hSRGPd { display: none;}
.goog-te-gadget .goog-te-combo { margin: 0; margin-left: 20px;}
.HeaderRTCol {max-width: calc(100% - 134px);width: 100%;display: flex;flex-wrap: wrap;justify-content:end;align-items: center; }
.VIpgJd-ZVi9od-ORHb {display: none;}
select.goog-te-combo option {font-size: 15px; color:#000;}

body {top: 0 !important;}



.postid-726 .serviceinner-sec, .postid-732 .serviceinner-sec, .postid-728 .serviceinner-sec, .postid-736 .serviceinner-sec, .postid-722 .serviceinner-sec ,.postid-730 .serviceinner-sec {
padding: 247px 0 165px;
}

.Headerlangswitch select.goog-te-combo { position: relative; z-index: 1;background-color: transparent; outline: none;} 
.Headerlangswitch select.goog-te-combo:before{ content: ""; background-image: url(https://webflowartisan.com/felix/wp-content/uploads/2025/01/Vector-6.png); width: 10px; height: 10px;  }
.Headerlangswitch div#\:0\.targetLanguage {  position: relative;} 
.Headerlangswitch select { background-image: url(https://webflowartisan.com/felix/wp-content/uploads/2024/10/emojione_flag-for-china-1.png);
background-repeat: no-repeat; background-position: 27% 50%;}
/*.Headerlangswitch div#\:0\.targetLanguage:after{content: "";position: absolute;width: 10px;height: 10px;top: 50%; background-image: url(https://webflowartisan.com/felix/wp-content/uploads/2025/01/Vector-6.png);background-repeat: no-repeat;background-position: center;right: 10px;transform: translateY(-50%);10px: 0px; background-size: contain; margin-top: 1px;}
*/
 .Headerlangswitch select { background-image: url(https://webflowartisan.com/felix/wp-content/uploads/2025/01/lang.svg); }

.journey-cols:nth-child(1) .journey-content:before {top: 56%;}

.journey-cols:nth-child(4) .journey-content:before {top: 57%;}
.journey-cols:nth-child(3) .journey-content:before {top: 57%;}
.journey-cols:nth-child(5) .journey-content:before {top: 46%;}
.journey-cols:nth-child(6) .journey-content:before {top: 40%;}



div#marquee-container  span { color: #024731 !important; position: relative;}
div#marquee-container .slick-slide span:after{ content: ""; position: absolute; background-image: url(https://webflowartisan.com/felix/wp-content/uploads/2024/11/Vector-6.svg); width:23px;height: 23px; top: 50%; left:0 ;  background-repeat: no-repeat; background-position: center center; background-size: contain; transform: translateY(-50%); }





.txtslide-col span {
transition: all ease-in-out 0.2s;
}





@media(max-width: 1230px){
.tprght-shape { top: 0;}
}



@media(max-width: 991px){
div#marquee-container .slick-slide span:after{  width:20px;height: 20px;    }
div#marquee-container .slick-slide span:before{  width:20px;height: 20px;    }
.postid-726 .serviceinner-sec, .postid-732 .serviceinner-sec, .postid-728 .serviceinner-sec, .postid-736 .serviceinner-sec, .postid-722 .serviceinner-sec ,.postid-730 .serviceinner-sec {
padding: 110px 0;}
.hrabut-sec{ padding: 80px 0;}
.service-col {width: 50%;}
.maploc:before{background-size: 10px 10px !important;}


}

@media(max-width: 767px){
div#marquee-container .slick-slide span:after{  width:16px;height: 16px;  left:-8px;  }

.postid-726 .serviceinner-sec, .postid-732 .serviceinner-sec, .postid-728 .serviceinner-sec, .postid-736 .serviceinner-sec, .postid-722 .serviceinner-sec ,.postid-730 .serviceinner-sec {
padding: 80px 0;
}
.hrabut-sec{ padding: 60px 0;   }
.service-col {
    width: 100%;
}
.invest-row-img{width: 100% !important; padding-left: 0 !important; padding-top: 30px;}
.invest-row-img img{ width: 100% }

.invest-row{ width: 100% }
.corporate-link{width: 100% !important;}
.corporate-logo-text{width: 100% !important; padding-top: 30px !important;}
.maploc p {font-size: 13px !important;}
.section-our-approach{ padding:50px 0; }
.tab-content.current{ width: 100% !important; padding-top: 50px; }

    .corporate-link ul {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    border:none !important;

  }
  .corporate-link ul li {padding:10px !important;}

  .corporate-link ul li.current:before { display: none !important; }
  li.tab-link:hover{border-right: none;position: inherit;}
  li.tab-link.current {
    border-bottom: 2px solid;
}





} 
@media(max-width: 480px){
  div#marquee-container .slick-slide span:after{width: 10px;height: 10px;left: -5px;}
  .maploc p {font-size: 10px  !important;}
 .filter-inner  select{ min-width: 200px !important; }
 .maploc:last-child { padding-left: 0;}


}

@media(max-width: 375px){ .HeaderRTCol{ flex-direction: row-reverse; }

.HeaderRTCol{flex-wrap: nowrap;}
}

/*==============mitesh===================
*/.invest-title.sectitle h2 {
    color: #111111;
}
.invest-col ul li a {
    color: #111;
}


.invest-row-img {
    width: 54%;
    padding-left: 30px;
}
.srvilst-col:hover {
    color: #fff !important;
    box-shadow: 0px 6px 10px 0px rgba(16, 45, 67, 1);
}

.our-approach-text h2 span{ color: #fff; }
.our-approach-text h2 {
    color: #356c5a;
    font-size: 72px;
    line-height: 1.2;
    font-weight: bold;
}



.section-our-approach {

 padding: 155px 0 0;
 border-bottom: 15px solid #356C5A;
}
.hrabut-sec:before {
    background-color:  rgba(2, 71, 49, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
}

.sec-corporate-title {
    text-align: center;
}
.corporate-outer{ padding-top: 80px; }
.corporate-link {
    width: 40%;
   
}

.corporate-logo-text {
    width: 50%;
}
.corporate-link ul li {
    padding: 15px 15px 15px 30px;
}

.corporate-link ul li a h3 {
    line-height: 2.14;
}

.corporate-content p {
    font-size: 24px;
    line-height: 1.5;
}

.corporate-content {
    padding-top: 20px;
}

.corporate-link ul li:last-child {
    padding-bottom: 0;
}
.corporate-link ul{  border-left: 6px solid #E8E8E8; }

.tab-content.current{ display: block; width: 60%; }
.sec-corporate {
    padding: 120px 0;
}
li.current {
   position: relative;
} 



.corporate-link ul li{ cursor: pointer; }
/* .tab-link:hover .corporate-link ul li:before{ opacity: 1; }*/
 li.tab-link:hover { border-left: 6px solid #024731;  position: relative;  left: -6px; }
.corporate-link ul li.current:before{ opacity: 1; content: ""  ;position:absolute; background-color:#024731; width: 6px; height: 70px;left: -6px;top: 0; } 
.tab-content{display: none;}
.cont-box-tel-link a {display: block;}
.cont-box {width: 25%; padding: 15px;}
li.tab-link:hover{}
.cont-box-inner {
  height: 100%;
    padding: 15px;
    border: 1px solid rgba(2, 71, 49, 0.6);
}
.cont-box-outer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.cont-box-mail, .cont-box-tel {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.cont-box-mail-text, .cont-box-tel-link {
    width: calc(100% - 17px);
    padding-left: 10px;
} 
.cont-box-title h4 {
    color: #111;
}
.cont-box-tel-link a, .cont-box-mail-text a {
    margin-top: 8px;
}

.maploc p {
    margin-top: -29px;
}


.maploc:before { content: ''; position: absolute; width: 22.54px; height: 22.54px; background-image: url(https://webflowartisan.com/felix/wp-content/uploads/2025/01/green-pl.svg); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); background-repeat: no-repeat; background-position: center center;}

.maploc.current {background-color: #002E1F;}
.maploc.current:before {background-image: url(https://webflowartisan.com/felix/wp-content/uploads/2025/01/white-pl.svg);}

.maploc p {margin-top: -29px;font-size: 20px;font-weight: 600;min-width: 74px;text-align: center;}



.our-approach {
    display: flex;
    flex-wrap: wrap;

}

.our-approach-text {
    width: 50%;
    padding-right: 20px;
    padding-bottom: 105px;
}

.our-approach-img {
      width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;
}

.sec-corporate-title h2 {
    color: #111111;
}

.cont-box-outer {
    padding: 120px 0;
}
.filter-title h4 {
    color: #024731;
    font-weight: 500;
    line-height: 1.33;
}
.filter-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.filter-inner select {
    padding:  15.5px 10px;
    appearance: none;
    background-image: url(https://webflowartisan.com/felix/wp-content/uploads/2025/01/doen-wde.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    min-width: 339px;
    color: #024731;
    font-weight: 500;
    font-size: 16px;
    border-color: #024731;
    outline: none;
}
.investor-hubinner.w-100 {padding-top: 60px;margin-top: 60px;border-top: 1px solid rgba(2, 71, 49, 0.20);}

.srvilst-col:hover .srvilst-tile p { border-bottom: 1px solid; display: inline;}
.csl-inner {padding-top: 60px;}
.invest-col {border-bottom: 2px solid rgba(2, 71, 49, 0.6);}
.secbtn {margin-top: 30px;}


.our-approach-text .text-white {
    margin: 0 0 15px;
}

.our-approach-img img {
    width: 340px;
}
.csl-inner {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid rgba(2, 71, 49, 0.20);
}

