/* Reset default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Basic typography */
body {
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    color: #1b1b1b;
    letter-spacing: 0.5px;
}

/* Container */

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gotham";
    margin: 0;
}

a {
    text-decoration: none;
    color: #0a044b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


.sticky-move-box {
	width: 140px;
	padding: 0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 25%;
	left: 0;
	transition: top 0.2s ease-out;
	z-index: 9;
	border-bottom: 1px solid #303030;
	background: rgb(0, 0, 0);
	backdrop-filter: blur(6.300000190734863px);
}
.sticky-move-box ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.sticky-move-box ul li a {
	display: flex;
	align-items: center;
	color: #fff;
	color: #FFF;
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 15px;
	border-top: 1px solid rgba(48, 48, 48, 1);
	gap: 9px;
}

.logo_language_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page_header {
    position: relative;
    padding: 15px 0px;
}

.page_header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.video_banner_home video {
    width: 100%;
    height: 100%;
}

.banner_sec_home {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.video_banner_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 150px 0 90px 0;
    background: linear-gradient(234deg, rgba(0, 0, 0, 0) 8%, #000 105.55%);
}
.video_banner_content h1,
.video_banner_content p,
.video_banner_content .btn-a {
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.video_banner_content .col-md-12 {
	padding: 0 80px;
}

.page_header::after {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 200px;
    z-index: -1;
}

.video_banner_content h1 {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -0.76px;
    position: relative;
    padding-left: 40px;
}

.video_banner_content h1::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 140px;
    background: url(../images/bnr_title_line.svg) 0 0 no-repeat;
    bottom: 0;
    left: 0;
    background-size: 100%;
    background-position: center center;
}

.video_banner_content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    margin: 20px 0;
    color: #fff;
}

.video_banner_content a {
    display: inline-flex;
    padding: 17px 37px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: Gotham;
    font-size: 14px;
    font-weight: 500;
    background: #21afe3;
}

.slider_two {
    height: 300px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

.slider_two_box {
    position: relative;
}

.slider_two_content {
    position: absolute;
    bottom: 0;
    /* width: 100%; */
    height: 100%;
    padding: 31px;
    display: flex;
    align-items: flex-end;
}

.slider_two_content h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 131%;
}

.home_about_box {
    padding: 50px 90px;
    background: linear-gradient(309deg,
            #b5d561 9.21%,
            #acd26b 24.69%,
            #95cd86 60.14%,
            #70c4b3 88.16%,
            #46bbe6 125.92%);
    position: relative;
}

.title_h2 {
    color: #112a4d;
    font-size: 44px;
    font-weight: 500;
    line-height: 54px;
    text-transform: uppercase;
}

.home_about_box p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.home_about_box a {
    display: flex;
    width: 76.8px;
    height: 64px;
    padding: 11.039px 18.043px 11.259px 17.055px;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.home_about_bg {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 758px;
    width: 100%;
}

.sec_home_b {
    min-height: 478px;
    display: flex;
    align-items: center;
}

.milestone_box {
    gap: 44px;
    max-width: 1120px;
    width: 100%;
}

.milestone_box_number p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.milestone_box_number h2 {
    color: #000;
    font-family: Gotham;
    font-size: 62px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

.milestone_box_number {
    flex: 1;
    padding-left: 25px;
    border-left: 1px solid rgba(228, 228, 228, 1);
    position: relative;
}

.milestone_box_number::before {
    content: "";
    background: rgba(70, 187, 230, 1);
    display: block;
    position: absolute;
    left: -1px;
    width: 2px;
    height: 39px;
}

.milestone_box_bg {
    background: url(../images/number_bg.png) 0 0 no-repeat;
    background-position: bottom right;
    padding: 0;
    background-size: cover;
    min-height: 392px;
}

.sec_home_d {
    background: #f5f5f5;
}

.sec_home_d .title_h2 {
    color: #112a4d;
    font-size: 100px;
    line-height: 83px;
    font-weight: 500;
    white-space: nowrap;
    margin-right: 60px;
    padding: 30px 0 0 0;
}

.title-marquee {
    overflow: hidden;
    width: 100%;
}

.title-track {
    display: flex;
    width: max-content;
    animation: marquee 16s linear infinite;
    -webkit-animation: marquee 16s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* slider-three */
/* slider-three */
/* slider-three */
.vertical-center-slider {
	height: 549px;
	overflow: hidden;
	margin: 50px 0 0 0;
}
.vertical-center-slider .swiper-slide {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #e5e7eb;
  transition: all 0.4s ease;
  opacity: 0.5;
  transform: scale(0.75);
  border-radius: 10px;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  	opacity: 0.1;
}

/* 🔥 Active (middle) slide */
.vertical-center-slider .swiper-slide-active {
  height: 160px;
  opacity: 1;
  transform: scale(0.9);
  background: #a5b4fc;
  font-size: 24px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.stack-item-inner {
	display: flex;
	gap: 40px;
	background: #fff;
	padding: 40px;
    align-items: center;
}
.stack-item-inner figure {
	margin: 0;
	width: 40%;
	max-width: 40%;
	min-width: 40%;
}
.vertical-center-slider .swiper-slide-active .stack-item-inner {
	position: relative;
	z-index: 9;
	opacity: 1;
	background: #fff;
}
.vertical-center-slider .swiper-slide.swiper-slide-next {
	opacity: 0.1;
	z-index: -2;
}
.stack-item-inner h3 {
	color: #000;
	font-family: Roboto;
	font-size: 24px;
	font-weight: 500;
}
.stack-item-inner p {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 29.514px;
	margin-top: 27px;
}
.stack-item-inner{
    position: relative;
}
.stack-item-inner a {
	display: flex;
	width: 76.8px;
	height: 64px;
	padding: 11.039px 18.043px 11.259px 17.055px;
	justify-content: center;
	align-items: center;
	background: #44BDEA;
	position: absolute;
	right: 0;
	top: 0;
}
.sticky_btn {
	display: flex;
	width: 139px;
	height: 47px;
	padding: 16px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: linear-gradient(97deg, #B5D561 -1.4%, #46BBE6 99.06%);
	position: fixed;
	right: -47px;
	z-index: 9;
	transform: rotate(-90deg);
	top: 25%;
	color: #000;
	font-family: Outfit;
	font-size: 15px;
	font-weight: 400;
}


/* slider-three */
/* slider-three */
/* slider-three */


.sec_home_e {
    background: rgba(25, 27, 29, 1);
}

.industries_serve_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 150px;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.industries_serve_item figure {
    margin: 0;
    min-width: 68px;
    max-width: 68px;
    width: 68px;
}

.industries_serve_item h3 {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex: 1;
}

.industries_serve_item p {
    color: #D3D3D3;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    flex: 1;
    margin: 0;
}

.industries_serve_box .industries_serve_item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.sec_home_f {
	background: rgba(247, 247, 247, 1) url(../images/why_c_vector.svg) 0 0 no-repeat;
	background-size: 375px;
	background-position: 100% -73px;
	overflow: hidden;
}

.slider_four_nav {
    display: flex;
    align-items: center;
}

.swiper_btn_style {
    position: unset;
    margin: 0;
    width: auto;
    padding: 12px 15px;
    background: #fff;
    display: flex;
    height: auto;
    gap: 7px;
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.9;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.swiper_btn_style:hover {
    opacity: 1;
    background: rgba(188, 235, 64, 1);
}

.swiper_btn_style::after {
    display: none;
}

.slider_four_item {
    display: flex;
    align-items: center;
    gap: 35px;
}


.slider_four_item figure img {
    width: 100%;
}

.slider_four_item figure {
    margin: 0;
    width: 47%;
    min-width: 47%;
    max-width: 47%;
}
.slider_four_item h3 {
	color: #101010;
	font-family: Roboto;
	font-size: 22px;
	font-weight: 400;
}
.slider_four_item p {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin: 15px 0 0 0;
    font-family: "Outfit", sans-serif;
}
.title_h4 {
	color: #000;
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
}

.slider_Five {
	min-width: 1093px;
}
.slider_five_item {
	border: 1px solid rgba(0, 0, 0, 0.11);
	border-right: 0;
}
.slider_five_item img {
	width: 152px;
	margin: 0 auto;
	display: block;
}
.sec_home_h_overlay {
	position: absolute;
	bottom: 0;
	left: 0;
    width: 100%;
}

.client_tst {
	background: #fff;
	padding: 30px 50px;
    position: relative;
}
.client_tst .slider_four_nav {
	position: absolute;
	right: -96px;
	bottom: 0;
}
.client_tst .title_h2::before {
	content: "";
	position: absolute;
	width: 3px;
	height: 84px;
	background: url(../images/bnr_title_line.svg) 0 0 no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
	background-size: auto;
	bottom: 0;
	left: 0;
	background-size: 100%;
	background-position: center center;
}
.client_tst .title_h2 {
	font-size: 33px;
	padding-left: 45px;
	position: relative;
}
.tstperson {
	display: flex;
	align-items: center;
	gap: 20px;
}

.slider_six_item p {
	color: #171717;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.tstperson span {
	color: #000;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin: 5px 0 0 0;
}
.tstperson h6 {
	color: #000;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 500;
}



.tstperson figure {
	margin: 0;
	border: 1px solid rgba(220, 220, 220, 1);
	border-radius: 50%;
	width: 72px;
	min-width: 72px;
	max-width: 72px;
	height: 72px;
	max-height: 72px;
	min-height: 72px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
    overflow: hidden;
}
.tstperson figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.latest_insight p {
	color: #555;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin: 15px 0;
}
.latest_insight a {
	display: flex;
	padding: 17px 37px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #21AFE3;
	color: #FFF;
	font-family: Gotham;
	font-size: 14px;
	font-weight: 500;
	width: fit-content;
}
.insight_news {
	display: flex;
	gap: 30px;
}
.insight_news_box {
	border: 1px solid rgba(172, 172, 172, 0.25);
	background: #FFF;
	padding: 35px;
}
.cat_news {
	display: inline-flex;
	padding: 5px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 2px;
	background: rgba(215, 239, 246, 0.34);
	color: #67C9EC;
	font-size: 14px;
    font-family:'outfit';
	font-weight: 500;
    margin: 0 0 20px 0;
}
.insight_news_box h6 {
	color: #000;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
}
.insight_news_box p {
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	margin: 20px 0;
}
.date_news {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	color: #808080;
}
.sec_home_i {
	background: url(../images/latest_in_bg.svg) 0 0 no-repeat;
	background-position: right top;
}

.sec_home_j {
	background: #081B37 url(../images/global_map.png) 0 0 no-repeat;
	min-height: 703px;
	display: flex;
	align-items: center;
	background-position: right center;
}

.sec_home_j .milestone_box_number p {
	color: #fff;
	font-size: 15px;
}
.sec_home_j .milestone_box_number h2{
    color: #fff;
}
.backbone_global p {
	color: rgba(255, 255, 255, 1);
}








/* footer */
.ftr_contact_box {
    background-size: cover !important;
    background-position: center center !important;
    padding: 40px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}

.ftr_contact_boxleft h3 {
    color: #000;
    font-family: Gotham;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 41px;
}

.ftr_contact_boxleft span {
    display: inline-flex;
    padding: 6px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 44px;
    background: rgba(209, 255, 174, 0.38);
    color: #000;
    font-size: 15px;
    font-weight: 400;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    -ms-border-radius: 44px;
    -o-border-radius: 44px;
}

.ftr_contact_boxleft {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.ftr_contact_boxright a {
    display: inline-flex;
    padding: 17px 37px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #007191;
    color: #fff;
    font-family: Gotham;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ftr_title_small {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.ftr_title_small::after {
    content: "";
    background: #000;
    display: block;
    height: 1px;
    width: 215px;
    margin-top: 2px;
}

.ftr_box_links ul,
.ftr_box_location ul,
.ftr_box_follow ul {
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
}

.ftr_box_follow ul {
    display: flex;
    gap: 10px;
    margin: 15px 0 40px 0;
}

.ftr_box_links ul li a,
.ftr_box_location ul li a {
    margin: 8px 0;
    color: #000;
    font-size: 15px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    display: block;
}

.ftr_flex_ul {
    display: flex;
    justify-content: space-between;
}

.ftr_box_location {
    padding: 0 12%;
    border-left: 1px solid rgba(0, 0, 0, 0.11);
    border-right: 1px solid rgba(0, 0, 0, 0.11);
    padding-bottom: 7%;
    margin: 0 5%;
}

.ftr_box_follow ul li a {
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.17);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.ftr_box_follow ul {
    display: flex;
    gap: 10px;
}

.ftr_subscribe h4 {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.ftr_subscribe form input {
    outline: none;
    box-shadow: none;
    border: none;
    padding: 10px 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Outfit", sans-serif;
    width: 100%;
}

.ftr_subscribe form {
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0 0;
}

.ftr_subscribe form button {
    width: auto;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
}

.ftr_copyright {
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    margin: 50px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.ftr_copyright p {
    margin: 0;
    color: #000;
    font-family: Outfit;
    font-size: 14px;
    font-weight: 400;
}

.ftr_copyright ul {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    gap: 15px;
}

.ftr_copyright ul li a {
    margin: 0;
    color: #000;
    font-family: Outfit;
    font-size: 14px;
    font-weight: 400;
}

/* footer */