/* Awaiken AeroLogix - Logistics & Transportation HTML Template */
:root{
	--primary-color		: #001327;
	--secondary-color	: #F7F7F7;
	--text-color		: #304364;
	--accent-color		: #f65801;
	--white-color		: #ffffff;
	--divider-color		: #E2E2E2;
	--error-color		: rgb(230, 87, 87);
	--default-font		: "Outfit", sans-serif;
}

body{
	font-size: 18px;
	font-weight: 400;
	background: var(--white-color);
	font-family: var(--default-font);
	color: var(--text-color);
	line-height: 1.2em;
}
body,html{overfloe-x: hidden}
p{
	line-height: 1.6em;
	margin-bottom: 0;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
	font-weight: 700;
	color: var(--primary-color);
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span{
	line-height: 1.3em;
	color: var(--accent-color);
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
	line-height: 1.3em;
	color: inherit;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
	color: inherit;
}

html, 
body{
    width: 100%;
    overflow-x: clip;
}

.container{
	max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
	padding-right: 15px;
	padding-left: 15px;
}

.row{
	margin-right: -15px;
	margin-left: -15px;
}

.row>*{
	padding-right: 15px;
	padding-left: 15px;
}

.row.no-gutters{
    margin-right: 0px;
    margin-left: 0px;
}

.row.no-gutters > *{
    padding-right: 0px;
    padding-left: 0px;
}

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}

.image-anime:hover:after{
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.reveal{
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	visibility: hidden;
	overflow: hidden;
}

.reveal img{
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.btn-default{
    display: inline-block;
    background-color: var(--accent-color);
    color: var(--white-color);
    font-family: var(--default-font);
	text-transform: capitalize;
	line-height: 1.3em;
    font-size: 18px;
	font-weight: 600;
    padding: 14px 30px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: none;
    outline: 0;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.btn-default:before{
    content: '';
    position: absolute;
    width: 0;
    height: 104%;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    opacity: 0;
    z-index: -1;
    transform: translateX(-51%) translateY(-51%);
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}

.btn-default:hover::before{
    width: 106%;
    opacity: 1;
}

#magic-cursor{
	position: absolute;
	width: 14px !important;
	height: 14px !important;
	pointer-events: none;
	z-index:1000000;
}

#ball{
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	transform: translate(-50%, -50%);
	background: var(--accent-color);
	width: 14px !important;
	height: 14px !important;
	border-radius: 50%;
	pointer-events: none;
	opacity: 1 !important;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: var(--secondary-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto
}

.loading{
	border: 1px solid transparent;
	border-color: transparent var(--accent-color) transparent var(--accent-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 50px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}

.section-title{
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

.section-title h1,
.section-title h2{
	font-size: 32px;
	font-weight: 600;
	color: var(--primary-color);
	letter-spacing: -0.02em;
}

.section-title p{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 20px;
}

/************************************/
/***   	   03. Header css         ***/
/************************************/

.topbar{background: linear-gradient(to left, #2f70b5 28px, #123b66 77%, #001327)}

.topbar-contact-info{
	padding: 5px 0;
}

.topbar-contact-info ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.topbar-contact-info ul li{
	display: inline-block;
	margin-right: 15px;
	font-size: 15px;
}

.topbar-contact-info ul li a{
	color: var(--white-color);font-weight: 500;
}
.topbar-contact-info ul li a:hover{color: #dfe9f3}
.topbar-contact-info ul li i{
	font-size: 13px;
	margin-right: 3px;
	color: var(--white-color);
}
.topbar-social-links{display: flex;align-items: center;justify-content: flex-end;column-gap: 12px;padding: 5px 0px 5px 15px;}
.topbar-social-links span{font-size: 15px;font-weight: 600;color: var(--white-color)}
.topbar-social-links ul{
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

.topbar-social-links ul li{
	display: inline-block;
	margin-right: 5px;
	transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	border: 2px solid #fff;
	text-align: center;
	width: 32px;
	height: 30px;
	transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li a:hover{
	border: 2px solid #7ca6d3;
}

.topbar-social-links ul li:last-child{
	margin-right: 0;
}

.topbar-social-links ul li a i{
	font-size: 13px;
	color: #fff
}
.topbar-social-links ul li a:hover i{color: #ebf5ff}
/* .topbar-social-links ul li a.yt{background: #ff0000}
.topbar-social-links ul li a.yt:hover{background: }
.topbar-social-links ul li a.lk{background: #0a66c2}
.topbar-social-links ul li a.lk:hover{background: } */
.main-header{
	background-color: var(--white-color);
	position: relative;
	z-index: 100;height: auto !important;
}

header.main-header .header-sticky{
	position: relative;
	top: 0;
	border-bottom: 1px solid #ffffff00;
	z-index: 100;	
}

header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: all 0.3s ease-in-out;
	border-radius: 0;
}

header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	border-bottom: 1px solid var(--secondary-color);
    transform: translateY(0);
	background: var(--white-color);box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.navbar>.container{
	display: flex;
	align-items: center;
}

.navbar{
	padding: 0;
}
.navbar .navbar-brand{padding: 0px}
.main-menu{
	font-family: var(--default-font);
	justify-content: flex-end;
}

.main-menu ul{
	align-items: center;
}

.navbar .main-menu ul li{
	margin: 0 15px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.navbar .main-menu ul li.has-submenu>a{
	position: relative;
	padding-right: 18px;
}

.navbar .main-menu ul li.has-submenu > a:after{
	content: '\f107';
	display: inline-flex;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 14px;
	line-height: 1;
	align-items: center;
	margin-left: 5px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
}

.main-menu ul li a{
	position: relative;
	font-size: 17px;
	font-weight: 600;
	color: var(--primary-color);
	padding: 32px 0 30px;letter-spacing: 0.5px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}
.main-menu ul.navbar-nav > li:not(:last-child) > a::before {
    content: "|";
    font-weight: normal;
    color: var(--primary-color);
    position: absolute;
    right: -18px;
}

.main-menu ul li a:hover{
	color: var(--accent-color);
}
.main-menu ul li.active a{color: var(--accent-color)}

.main-menu ul ul{
	visibility: hidden;
    opacity: 0;
    transform: scaleY(0.8);
    transform-origin: top;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 215px;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 100%;
    overflow: hidden;
	border-radius: 0 0 10px 10px;
    background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out;
}

.navbar .main-menu ul li:hover>ul{
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

.navbar .main-menu ul ul ul{
	left: 100%;
	top: 0%;
}

.navbar .main-menu ul ul li{
	margin: 0;
}

.navbar .main-menu ul ul.sub-menu li a{
	color: var(--primary-color);
	font-size: 14px;line-height: 23px;font-weight: 500;
	padding: 10px 15px;border-bottom: 1px dashed #ccc;
	transition: all 0.3s ease-in-out;
}

.main-menu ul ul.sub-menu li a:hover{
	color: var(--accent-color);
}

.header-contact-us a{
	display: flex;
	align-items: center;column-gap: 8px;
}

.header-contact-us a i{
    padding: 8px;
    background-color: #25D366;
    border-radius: 50px;
    color: #fff;
}
.whatsapp-animate {
    -webkit-animation: shake 1.5s ease infinite;
    animation: shake 1.5s ease infinite;
}
@keyframes shake{
	0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
}
40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
}

100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
}

.header-contact-us a h3{
	width: 100%;
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #001327;
}

.header-contact-us a h3 span{
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6em;
	color: var(--accent-color);
}

.responsive-menu,
.navbar-toggle{
	display: none;
}

.responsive-menu{
	margin-top: 0px;
}
.main-header .navbar-brand img{max-height: 80px;}

.slicknav_btn{
	background: var(--primary-color);
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 5px;
	border-radius: 0;
}

.slicknav_icon .slicknav_icon-bar{
	display: block;
	height: 3px;
	width: 22px;
	background-color: var(--white-color);
	margin: 4px auto !important;
}

.slicknav_menu{padding: 0;background: #fff;position: absolute;width: 100%;z-index: 1;box-shadow: 0px 1px 7px rgba(0, 0, 0, .1);}

.slicknav_nav ul{
	margin: 0;
}

.slicknav_nav li a{
	position: relative;
	font-size: 14px;
	font-weight: 500;
	padding: 15px 20px;
	margin: 0;
	color: var(--primary-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}
.slicknav_nav .slicknav_row a{border-bottom: none !important}
.slicknav_nav .slicknav_row:hover{color: var(--primary-color);}
.slicknav_nav li a:hover{
	background-color: transparent;
	color: var(--primary-color);
	border-radius: 0;
	margin: 0;
}

.slicknav_nav .sub-menu li a{
	padding: 10px 30px;
}

.slicknav_nav .slicknav_row{
	padding: 10px 20px;
	margin: 0;
	background-color: transparent !important;
}

.slicknav_arrow{
	font-size: 0 !important;
}

.slicknav_arrow:after{
	width: 20px;
	height: 20px;
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	text-align: center;
	position: absolute;
	right: 15px;
	top: 10px;
	transition: all 0.3s ease-in-out;
}

.slicknav_open > a .slicknav_arrow:after{
	transform: rotate(-180deg);
}

.navbar-toggle a.slicknav_btn .slicknav_icon span.slicknav_icon-bar{
	transition: 0.1s;
	border-radius: 2px;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
	transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
	opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
	transform: rotate(45deg) translate(-5px, -5px);
}

/************************************/
/*** 	    04. hero css		  ***/
/************************************/

.hero{
	position: relative;
	padding: 50px 0px;
	background: #f5f7f8;
}

.hero-video .hero-bg-video{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero-video .hero-bg-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider{
	text-align: center;
	background: none;
	padding: 0;
}

.hero-slider-layout .hero-slide{
	position: relative;
    padding: 120px 0 220px;
}

.hero.hero-slider:before{
	display: none ;
}

.hero.hero-slider .hero-slider-layout{
	position: relative;
	z-index: 2;
}

.hero-slider-layout .hero-slide::before{
	content: '';
	position: absolute;
	background-image: linear-gradient(180deg, transparent 0%, var(--primary-color) 100%);
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider .hero-slider-layout .hero-slide .hero-content{
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
}

.hero-slider-layout .swiper-pagination{
    bottom: 150px;
}

.hero-slider-layout .swiper-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: var(--accent-color);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.hero-slider-layout .swiper-pagination .swiper-pagination-bullet-active{
    background-color: var(--white-color);
}

.hero-content{
	position: relative;
	z-index: 2;
}

.hero-content-title{
	margin-bottom: 20px;
}

.hero-content-title h1,
.hero-content-title h2{width: 100%;font-size: 32px;font-weight: 600;line-height: 48px;color: var(--primary-color);}
.hero-content-title h1 .split-line{display: inline-block !important}
.hero .hero-image>img{width: 100%;border-radius: 10px;border: 2px solid #fff}

.hero .hero-image {
    position: relative;
}

.hero .hero-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.09);
    border-radius: 10px;
}

.hero .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0; z-index: 3;
}
.hero .video-play-button::before{
	content: '';
	position: absolute;
	top: -30%;
	left: -30%;
	width: 160%;
	height: 160%;
	border: 3px solid var(--accent-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1s infinite linear;
}

.hero .video-play-button a:after{
	content: '';
	position: absolute;
	top: -30%;
	left: -30%;
	width: 160%;
	height: 160%;
	border: 3px solid var(--accent-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1s infinite linear;
	animation-delay: .3s;
}

@-webkit-keyframes border-zooming{
	100%{
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes border-zooming{
	100%{
		transform: scale(1);
		opacity: 0;
	}
}

.hero .video-play-button img{width: 65px;border: 2px solid var(--accent-color);border-radius: 50%;}

.hero-content-body{
	margin-bottom: 40px;
}

.hero-content-body p{
	text-align: justify;color: var(--text-color);
}

.hero-content-footer .btn-default::before{
	background-color: var(--primary-color);
}

.hero-content-footer .btn-default:hover{
	color: #fff;
}
.mobile_video_btn{display: none}

/************************************/
/*** 	05. Intro Services css	  ***/
/************************************/

.cargo-shipment{
	position: relative;
	z-index: 4;
	margin-top: -120px;
}

.cargo-shipment-item{
	position: relative;
	overflow: hidden;
	padding: 30px 50px;
	height: 100%;
	background: var(--white-color);
	box-shadow: 0px 10px 50px 0px rgba(3, 75, 91, 0.10);
	transition: all 0.4s ease-in-out;
}

.cargo-shipment-item::before{
    content: '';
    position: absolute;
	display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-color: var(--white-color);
	color: var(--primary-color);
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.cargo-shipment-item.active{
	transition: all 0.4s ease-in-out;
}

.cargo-shipment-item.active::before{
	z-index: -1;
}

.cargo-shipment-item:hover:before{
    transform: translate(100%,-100%);
}

.cargo-shipment-item.active::before{
	transform: translate(100%,-100%);
}

.cargo-shipment-image{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.cargo-shipment-item.active .cargo-shipment-image{
	opacity: 1;
}

.cargo-shipment-image:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
	opacity: 0.7;
}

.cargo-shipment-item:hover .cargo-shipment-image{
    opacity: 1;
}

.cargo-shipment-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.cargo-shipment-content{
	position: relative;
	z-index: 2;
}

.cargo-shipment-icon{
	margin-bottom: 20px;
}

.cargo-shipment-content h3{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out;
}

.cargo-shipment-item.active .cargo-shipment-content h3{
	color: var(--white-color);
}

.cargo-shipment-item:hover .cargo-shipment-content h3{
	color: var(--white-color);
}

.cargo-shipment-content p{
	margin-bottom: 20px;
	transition: all 0.4s ease-in-out;
}

.cargo-shipment-item.active .cargo-shipment-content p{
	color: var(--white-color);
}

.cargo-shipment-item:hover .cargo-shipment-content p{
	color: var(--white-color);
}

.cargo-shipment-readmore a{
	font-size: 16px;
	font-weight: 700;
	color: var(--accent-color);
	transition: all 0.4s ease-in-out;
	padding-right: 24px;
	position: relative;
	display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cargo-shipment-readmore a::before{
    content: '\f061';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 900;
    transition: 0.3s ease-in-out;
    background: transparent;
    color: var(--accent-color);
    transform: translateY(-50%);
	display: flex;
    align-items: center;
    justify-content: center;
}

.cargo-shipment-item:hover .cargo-shipment-content a{
	transition: all 0.4s ease-in-out;
	color: var(--white-color);
}

.cargo-shipment-item:hover .cargo-shipment-readmore a::before{
	color: var(--white-color);
}

.cargo-shipment-item.active .cargo-shipment-readmore a{
	color: var(--white-color);
}

.cargo-shipment-item.active .cargo-shipment-readmore a::before{
	color: var(--white-color);
}

/************************************/
/***      06. About us css	      ***/
/************************************/

.home-transportation{
	padding: 50px 0 70px;
}

.home-transportation .section-title{
	width: 100%;
	max-width: 500px;
	margin-bottom: 20px;
	text-align: left;
}

.home-transportation .section-title::before{
	display: none;
}

.home-transportation-content{
	margin-right: 65px;
}

.home-transportation-body{
    text-align: justify;margin-bottom: 30px;
}

.home-transportation-body p{
	margin-bottom: 15px;
}

.home-transportation-body p:last-child{
	margin-bottom: 0;
}

.home-transportation-footer{
	display: flex;
	align-items: center;
}

.transportation-footer-btn{
	margin-right: 40px;
}

.home-transportation-footer a:last-child{
	margin-right: 0;
}

.home-transportation-content .header-contact-us{
	display: flex;
	align-items: center;
}

.home-transportation-right{
    position: relative;
}

.transportation-img-1 img{
	    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;border: 2px solid #ffddcf;
}

.transportation-img-1{
	position: relative;
}

.transportation-img-2{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 280px;
}

.transportation-counter-box{
	position: absolute;
	left: 34%;
	bottom: 12%;
	display: inline-block;
	background-color: var(--white-color);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.199);
	border-radius: 10px;
	padding: 30px;
	text-align: center;
}

.transportation-counter-box h3{
	font-size: 46px;
	font-weight: 700;
	color: var(--accent-color);
}

.transportation-counter-box p{
	font-weight: 700;
	text-transform: capitalize;
}
.about-experience {
    background-image: -webkit-linear-gradient(-51deg, #ffffff 0%, #ffccb4 99%);
    position: absolute;
    right: 0;
    bottom: -30px;
    padding: 34px 40px 25px;
    border-radius: 10px;
}
.about-experience .about-info-date{float: left;margin-right: 10px;}
.about-experience h2 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: -0.3px;
    color: var(--primary-color);
}
.about-experience h2 > span {
    font-size: 40px;
    color: var(--primary-color);
    position: relative;
    left: -5px;
	font-size: 40px;
    font-weight: 400;
}
.about-experience .about-info-content {
    overflow: hidden;
}
.about-experience .about-info-content h3 {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
}

/************************************/
/***       07. Services css       ***/
/************************************/

.our-service{
	background-color: var(--secondary-color);
	padding: 100px 0;
}

.our-service-item{
	margin-bottom: 30px;
}

.our-service-image{
	border-radius: 10px;
	overflow: hidden;
}

.our-service-image img{
	width: 100%;
	aspect-ratio: 1 / 0.65;
	object-fit: cover;
	border-radius: 10px;
	transition: all 0.5s ease-out;
}

.our-service-item:hover .our-service-image img{
	transform: scale(1.1);
}

.our-service-content{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-top: -10%;
}

.service-content-box{
	display: flex;
	align-items: center;
	width: 75%;
	background-color: var(--white-color);
	box-shadow: 0px 10px 50px 0px rgba(3, 75, 91, 0.10);
	padding: 20px;
}

.our-service-icon{
	margin-right: 10px;
}

.our-service-title h2{
	font-size: 20px;
	font-weight: 700;
	color: var(--text-color);
	text-transform: capitalize;
}

.our-service-content-button{
	width: 15%;
	background-color: var(--primary-color);
	padding: 13px 11px;
	margin-left: -30px;
	text-align: center;
}

.our-service-content-button a i{
	font-size: 30px;
	color: var(--accent-color);
	transition: all 0.3s ease-in-out;
}

.our-service-content-button a i:hover{
	color: var(--white-color);
}

.our-service-footer{
	margin-top: 20px;
	text-align: center;
}

/************************************/
/*** 	     08. CTA css	      ***/
/************************************/

.our-contract{
	position: relative;
	background-image: url(../images/contact-bg-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100px 0;
}

.our-contract::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--primary-color);
    opacity: 0.5;
}

.our-cta-box{
	background-color: var(--primary-color);
	border-radius: 10px;
	max-width: 600px;
	margin: 0 auto;
	padding: 50px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.our-contract-title{
	margin-bottom: 20px;
}

.our-contract-title h2{
	font-size: 32px;
	font-weight: 700;
	color: var(--white-color);
}

.our-contract-body p{
	color: var(--white-color);
	margin-bottom: 20px;
}

.our-contract-body .btn-default::before{
	background-color: var(--white-color);
}

.our-contract-body .btn-default:hover{
	color: var(--primary-color);
}

/************************************/
/*** 	09. Recent Project css    ***/
/************************************/

.recent-project{
	background: #fff;
    padding: 50px 0px 20px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0px 13px 20px 12px rgb(131 150 188 / 16%);
}

.project-slider{
	position: relative;
	width: 1180px;
	margin: 0 auto;
}

.project-item{
    background: #f3f6f9;
	position: relative;
    overflow: hidden;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 30px;
}

.project-image img{
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1.05;
	object-fit: cover;
	text-align: center;padding: 20px;
	transition: all 0.5s ease-out;
}

.project-item:hover .project-image figure img{
    transform: scale(1.1);
}

.project-content{
	content: "";
	transition: .5s;
	display: flex;
	z-index: 1;
	align-items: flex-end;
	justify-content: flex-end;
}

.project-item:hover .project-content{
	transition: all 0.3s ease-in-out;
}

.project-content-title{
	background-color: var(--white-color);
	box-shadow: 0px 10px 50px 0px rgba(3, 75, 91, 0.10);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 15px;text-align: left;
}

.project-content-title h3{
	font-size: 17px;
	font-weight: 600;
	color: var(--primary-color);
	text-transform: capitalize;
}

.project-content-title h3 a{
	color: inherit;
}

.client-button-prev{
	left: -4%;
}

.client-button-next{
	right: -4%;
}

.client-button-prev,
.client-button-next{
	color: var(--primary-color);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    border: 1px solid rgba(2, 17, 24, 0.25);
}

.client-button-next:hover,
.client-button-prev:hover{
	background: var(--accent-color);
	opacity: 1;border-color: transparent
}
.client-button-next:hover i, .client-button-prev:hover i{color: #fff}
.client-button-prev i, .client-button-next{font-size: 16px}

/************************************/
/*** 	  10. Our Goals css	      ***/
/************************************/

.our-goals{
	background-color: var(--secondary-color);
	padding: 100px 0;
}

.our-goals-item{
	background-color: var(--white-color);
	box-shadow: 0px 10px 50px 0px rgba(3, 75, 91, 0.10);
	border-radius: 10px;
	text-align: center;
	padding: 30px;
}

.counter-icon{
	margin-bottom: 20px;
}

.our-goals-counter h3{
	font-size: 50px;
	font-weight: 700;
	color: var(--primary-color);
}

.our-goals-counter h3 span{
	color: inherit;
}

/************************************/
/***       11. Features css	      ***/
/************************************/

.providing-service{
	padding: 100px 0 50px;
}

.Featured-Content-Box img{
	width: 100%;
	border-radius: 10px;
}

.providing-content{
	margin-left: 10px;
}

.providing-content .section-title{
	width: 100%;
	max-width: 450px;
	text-align: left;
	margin-bottom: 30px;
}

.providing-content .section-title h2{
	padding-bottom: 0;
}

.providing-content .section-title::before{
	display: none;
}

.providing-content-body p{
	margin-bottom: 30px;
}

.providing-item-box{
	display: flex;
	align-items: center;
}

.providing-item{
	width: 33.33%;
}

.providing-item .icon-box{
	margin-bottom: 10px;
}

.providing-item span{
	font-weight: 700;
}

/************************************/
/***    12. Latest Posts css      ***/
/************************************/

.latest-posts{
	padding: 50px 0 70px;
}

.post-item{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.post-featured-image{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 20px;
}

.post-featured-image img{
	aspect-ratio: 1 / 0.70;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.post-item:hover .post-featured-image img{
    transform: scale(1.1);
}

.post-body h3{
	font-size: 20px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 10px;
}

.post-meta{
	margin-bottom: 20px;
}

.post-meta ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.post-meta ul li{
	position: relative;
	display: inline-block;
}

.post-meta ul li a{
	font-size: 16px;
	font-weight: 700;
	color: var(--primary-color);
	text-transform: capitalize;
}

.post-readmore a{
	font-size: 16px;
	font-weight: 700;
	color: var(--accent-color);
	transition: all 0.3s ease-in-out;
	padding-right: 20px;
	position: relative;
	display: inline-flex;
    align-items: center;
    justify-content: center;
}

.post-readmore a::before{
    content: '\f061';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 900;
    transition: 0.3s ease-in-out;
    background: transparent;
    color: var(--accent-color);
    transform: translateY(-50%);
	display: flex;
    align-items: center;
    justify-content: center;
}

.post-readmore:hover a{
	color: var(--primary-color);
}

.post-readmore:hover a::before{
	color: var(--primary-color);
}

/************************************/
/***      13. Footer css	      ***/
/************************************/

.mega-footer{
	background-color: var(--primary-color);
	padding: 40px 0 30px;
}

.footer-heading{
	margin-bottom: 20px;
}

.footer-heading h2{
	font-size: 20px;
	font-weight: 700;
	color: var(--accent-color);
}

.footer-content{
	margin-bottom: 30px;
}

.footer-content p{
	max-width: 300px;
	color: var(--white-color);
}

.footer-social-link ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-social-link ul li{
	display: inline-block;
	margin-right: 5px;
}

.footer-social-link ul li:last-child{
	margin-right: 0;
}

.footer-social-link ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--accent-color);
	border-radius: 100%;
	text-align: center;
	color: var(--accent-color);
	width: 38px;
	height: 38px;
	transition: all 0.3s ease-in-out;
}

.footer-social-link ul li a:hover{
	border: 1px solid var(--white-color);
	background-color: transparent;
	color: var(--white-color);
}

.footer-social-link ul li a i{
	font-size: 18px;
	color: inherit
}

.footer-links{
	margin: 0 auto;
}

.footer-info-heading{
	position: relative;
	margin-bottom: 20px;
}

.footer-info-heading h2{
	font-size: 20px;
	font-weight: 700;
	color: var(--white-color);
	text-transform: capitalize;
}

.footer-links ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-links ul li{
	color: var(--white-color);
	margin-bottom: 7px;
	transition: all 0.3s ease-in-out;
}

.footer-links ul li:last-child{
	margin-bottom: 0px;
}

.footer-links ul li:hover{
	color: var(--accent-color);
}

.footer-links ul li a{
	position: relative;
	font-size: 15px;
	font-weight: 500;padding-left: 20px;
	text-transform: capitalize;
}
.footer-links ul li a:before{font-family: "Font Awesome 6 Free";content:"\f101";position: absolute;left: 0px;top: 0px;color: var(--accent-color);font-size: 12px;font-weight: 700;}

.footer-info-box{
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
}

.footer-info-box:last-child{
	margin-bottom: 0;
}

.footer-info-box .icon-box{
    position: absolute;
    top: 0px;
    left: 0;
}

.footer-info-box .icon-box i{
	font-size: 16px;
	color: var(--accent-color);
}

.footer-info-box h2{font-size: 16px;color: var(--white-color);padding-bottom: 5px;}
.footer-info-box p{
	font-size: 15px;
    color: var(--white-color);
}
.footer-info-box p a:hover{color: var(--accent-color)}
.justify-end{display: flex;justify-content: flex-end;}
.powered_text {
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
}
.powered_text a {
    color: #fdcfb6;
}
.powered_text a:hover{color: var(--accent-color)}

.newsletters-content{
	margin-bottom: 20px;
}

.newsletters-content p{
	color: var(--white-color);
}

.newsletters-form .mail-box{
	background-color: transparent;
	border-bottom: 2px solid var(--white-color);
}

.newsletters-form .mail-box button{
	background: transparent;
	border: none;
	margin-top: 11px;
}

.newsletters-form .mail-box .form-control{
	background-color: transparent;
	border: none;
	color: var(--white-color);
	padding: 10px 2px;
	box-shadow: none;
}

.form-group .help-block.with-errors{
	color: var(--error-color);
}

.newsletters-form .mail-box .form-control::placeholder{
	font-size: 14px;
	font-weight: 400;
	color: var(--white-color);
	opacity: 0.5;
}

.newsletters-form .mail-box i{
	font-size: 20px;
	color: var(--accent-color);
	transition: all 0.3s ease-in-out;
}

.newsletters-form .mail-box i:hover{
	color: var(--white-color);
}

.footer-copyright h3 b{
	color: var(--button-secondary-color);
}

.footer-copyright-links{
	background-color: #041a32;
	color: var(--white-color);
	padding: 10px 0;
}

.footer-copyright p{
	font-size: 14px;
	text-align: left;
}

.footer-copyright p b{
	color: var(--primary-color);
}

.footer-policy-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

.footer-policy-links ul li{
	position: relative;
	display: inline-block;
	padding-left: 10px;
	margin-left: 10px;
}

.footer-policy-links ul li:before{
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: var(--white-color);
    position: absolute;
    top: 5px;
    left: 0;
}

.footer-policy-links ul li:first-child{
	padding-left: 0;
}

.footer-policy-links ul li:first-child:before{
	display: none;
}

.footer-policy-links ul li a{
	font-size: 16px;
	font-weight: 600;
	color: var(--white-color);
}

/************************************/
/***    14. About us Page css	  ***/
/************************************/

.page-header{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0px 0px;
}

.page-header:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(285deg, transparent 0%, var(--primary-color) 94%);
}
.page-header-box{
	position: relative;
	z-index: 1;
}

.page-header-box h2{
	font-size: 27px;
	font-weight: 600;line-height: 36px;
	color: var(--white-color);
	margin-bottom: 15px;
}
.page-header-box p{color: var(--white-color);font-size: 18px;font-weight: 300;padding-bottom: 45px;}
.page-header-box .bottom_block nav{background: linear-gradient(285deg, transparent 0%, #1a2a3c 94%);padding: 0px 15px}
.page-header-box .breadcrumb{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;padding: 24px 15px;
}

.page-header-box ol.breadcrumb li{
	font-size: 16px;
	font-weight: 400;
	color: var(--white-color);
	margin-right: 12px;
	text-transform: capitalize;
}
.page-header-box ol.breadcrumb li.active{color: var(--accent-color)}
.page-header-box ol.breadcrumb li:last-child{
	margin-right: 0;
}

.page-header-box ol.breadcrumb li a{
	color: var(--white-color);
	transition: all 0.3s ease-in-out;
}
.page-header-box ol.breadcrumb li a i{font-size: 10px;padding-right: 6px;position: relative;top: -1px;color: #e6eded;}
.page-header-box ol.breadcrumb li:after{
	content: '\f105';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 15px;
	color: var(--accent-color);
	margin-left: 12px;
}

.page-header-box ol.breadcrumb li:last-child:after{
	display: none;
}
.page-header-box .top_block{padding: 0px 15px}

.home-transportation.about-transportation{
	padding: 100px 0 50px;
}

.about-transport{
	padding: 50px 0 100px;
}

.transport-item{
	border-right: 1px solid var(--divider-color);
	padding: 10px 40px;
	height: 100%;
}

.about-transport .col-md-4:last-child .transport-item{
	border: none;
}

.transport-item .icon-box{
	margin-bottom: 20px;
}

.transport-content h3{
	font-size: 20px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 20px;
	text-transform: capitalize;
}

.our-indurstry{
	background-color: var(--secondary-color);
	padding: 100px 0;
}

.our-indurstry .section-title{
	text-align: left;
	margin-bottom: 20px;
}

.our-indurstry .section-title::before{
	display: none;
}



.export-team{
	padding: 100px 0 70px;
}

.team-item{
	background-color: var(--primary-color);
	border-radius: 10px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.team-image{
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.team-image img{
	transition: all 0.5s ease-in-out;
	border-radius: 10px 10px 0 0;
}

.team-item:hover .team-image img{
    transform: scale(1.1);
}

.team-content{
	padding: 15px 20px;
}

.team-content p{
	font-size: 14px;
	font-weight: 400;
	color: var(--accent-color);
	text-transform: capitalize;
}

.team-content h3 a{
	font-size: 20px;
	font-weight: 700;
	color: var(--white-color);
	text-transform: capitalize;
}

.our-contract.about-us{
	padding: 0 0 80px;
	margin: 0;
}

/************************************/
/***    15. Services Page css     ***/
/************************************/

.service-page{
	padding: 100px 0 70px;
}

/************************************/
/***    16. Service Single css    ***/
/************************************/

.service-details{
	padding: 100px 0;
}

.service-details-content{
	margin-right: 40px;
}

.service-details-body p{
	margin-bottom: 20px;
}

.service-details-featured-image{
	margin-bottom: 20px;
}

.service-details-featured-image img{
	border-radius: 10px;
}

.service-details-body h2{
	font-size: 26px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 30px;
	text-transform: capitalize;
}

.service-details-body{
	margin-bottom: 40px;
}

.service-info-box{
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.service-info-box:last-child{
	margin-bottom: 0;
}

.service-info-box .icon-box{
    position: absolute;
    top: 0px;
    left: 0;
}

.service-info-box .icon-box i{
	font-size: 16px;
	color: var(--accent-color);
}

.service-info-box p{
	font-weight: 600;
	color: var(--text-color);
	text-transform: capitalize;
	margin-bottom: 10px;
}

.service-info-box p:last-child{
	margin-bottom: 0;
}

.service-details-footer{
	display: flex;
	justify-content: space-between;
}

.service-details-image-box{
	width: 49%;
}

.service-details-image-box img{
	border-radius: 10px;
	width: 100%;
	aspect-ratio: 1/0.6;
	object-fit: cover;
}

.post-Category-list{
	background-color: var(--primary-color);
	padding: 40px;
	border-radius: 10px;
	margin-bottom: 60px;
}

.post-Category-list .footer-info-heading{
	margin-bottom: 40px;
}

.post-Category-list .footer-info-heading h2{
	font-size: 26px;
	font-weight: 700;
}

.post-Category-list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.post-Category-list ul li{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

.post-Category-list ul li:last-child{
	margin-bottom: 0;
}

.post-Category-list ul li a{
	color: var(--white-color);
	display: flex;
	align-items: center;
	transition: all 0.3s ease-in-out;
}

.post-Category-list ul li a:hover{
	color: var(--accent-color);
}

.post-Category-list ul li a i{
	font-size: 16px;
	color: var(--accent-color);
	margin-right: 20px;
}

.service-logistics-card{
	background-color: var(--secondary-color);
	border-radius: 10px;
	text-align: center;
	padding: 40px;
}

.logistics-card-image{
	margin-bottom: 30px;
}

.logistics-card-title{
	position: relative;
	margin-bottom: 30px;
}

.logistics-card-title h2{
	font-size: 26px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.logistics-card-body{
	display: flex;
	align-items: center;
	text-align: left;
	justify-content: space-between;
}

/************************************/
/***     17. Blog Archive css	  ***/
/************************************/

.latest-posts.blog-page{
	padding: 100px 0;
}

.post-pagination{
	margin-top: 30px;
	text-align: center;
}

.post-pagination ul{
	justify-content: center;
	padding: 0;
	margin: 0;
}

.post-pagination ul li a,
.post-pagination ul li span{
	display: flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: var(--accent-color);
	margin: 0 4px;
	border-radius: 10px;
	font-family: var(--accent-font);
	font-weight: 700;
	color: var(--white-color);
	transition: all 0.3s ease-out;
}

.post-pagination ul li.active a,
.post-pagination ul li a:hover{
	background: var(--primary-color);
}

/************************************/
/***    18. Blog Single css       ***/
/************************************/

.post-single-meta ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-single-meta ul li{
    position: relative;
    display: inline-block;
	color: var(--white-color);
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
    padding: 0 20px 0 5px;
}

.post-single-meta ul li::after{
    content: '/';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.post-single-meta ul li:last-child:after{
	display: none;
}

.page-single-post{
    padding: 100px 0;
}

.blog-detail-content{
	margin-right: 40px;
}

.blog-detail-post-content{
	border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
	margin-bottom: 30px;
}

.blog-detail-post-content h3{
	font-size: 26px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 20px;
	text-transform: capitalize;
}

.blog-detail-featured-image{
	margin-bottom: 50px;
}

.blog-detail-featured-image img{
	border-radius: 10px;
}

.blog-detail-post-content p{
	margin-bottom: 20px;
}

.blog-detail-post-content p:last-child{
	margin-bottom: 0;
}

.post-tags a{
	display: inline-block;
	font-size: 16px;
    font-weight: 700;
	text-transform: capitalize;
	background-color: var(--accent-color);
    color: var(--white-color);
    border-radius: 5px;
	padding: 12px 20px;
    margin-right: 15px;
	margin-bottom: 10px;
}

.post-tags a:last-child{
	margin-right: 0;
}

.post-social-links{
	text-align: right;
}

.post-social-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-social-links ul li{
    display: inline-block;
    margin-right: 5px;
}

.post-social-links ul li:last-child{
	margin-right: 0;
}

.post-social-links ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--accent-color);
    border-radius: 100%;
    text-align: center;
    color: var(--accent-color);
    width: 38px;
    height: 38px;
    transition: all 0.3s ease-in-out;
}

.post-social-links ul li:hover a{
	border-color: var(--primary-color);
}

.post-social-links ul li a i{
    font-size: 18px;
    color: inherit;
	transition: all 0.3s ease-in-out;
}

.post-social-links ul li:hover a i{
	color: var(--primary-color);
}

.post-Category-list.blog-details-list{
	margin-bottom: 30px;
	padding: 30px;
}

.blog-details-post-Category{
	margin-left: 50px;
}

.post-widget-body .recent-post-item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.post-widget-body .recent-post-item:last-child{
	margin-bottom: 0;
}

.blog-details-post-widget{
	background-color: var(--primary-color);
	border-radius: 10px;
	padding: 40px;
	margin-bottom: 30px;
}

.blog-details-post-widget .footer-info-heading{
	margin-bottom: 40px;
}

.recent-post-feature-img{
	width: 40%;
}

.recent-post-feature-img img{
	border-radius: 10px;
	aspect-ratio: 1/0.6;
	object-fit: contain;
}

.recent-post-content{
	width: 55%;
}

.recent-post-content h3{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}

.recent-post-content h3 a{
	color: var(--white-color);
}

.recent-post-content p{
	border-color: var(--accent-color);
}

.recent-post-content .post-readmore:hover{
	border-color: var(--white-color);
}

.recent-post-content .post-readmore a{
	font-size: 16px;
}

.recent-post-content .post-readmore a:hover{
	color: var(--white-color);
}

/************************************/
/***    19. Contact us Page css   ***/
/************************************/

.get-in-touch{
	padding: 100px 0;
}

.get-quote{
	background-color: var(--secondary-color);
	border-radius: 10px;
	padding: 40px;
}

.get-quote h2{
	font-size: 26px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 20px;
}

.get-quote-content{
	margin-bottom: 30px;
}

.get-quote-form form .row .col-md-12,
.get-quote-form form .row{
	padding: 0;
	margin: 0;
}

.get-quote-form .form-control{
	background-color: transparent;
	color: var(--text-color);
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid var(--divider-color);
	box-shadow: none;
	border-radius: 0;
	outline: 0;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 20px 15px 0;
}

.contact-us{
	background-color: var(--secondary-color);
	border-radius: 10px;
	padding: 40px;
	height: 100%;
}

.contact-us h2{
	font-size: 26px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 30px;
}

.contact-us-info .footer-info-box{
	margin-bottom: 30px;
}

.contact-us-info{
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 30px;
}

.contact-us-info p{
	font-size: 18px;
	font-weight: 600;
	color: var(--primary-color);
}

.contact-us-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topbar-social-links.contact-details{
	background-color: transparent;
	padding: 0;
}

.container-fluid,
.google-map .row .col-md-12,
.google-map .row{
	padding: 0;
	margin: 0;
}

.google-map-iframe{
	height: 600px;
}

.google-map-iframe iframe{
	width: 100%;
	height: 600px;
}

/************************************/
/***    20. Projects Page css     ***/
/************************************/

.our-project{
	padding: 100px 0 70px;
}

.our-project .project-box{
	position: relative;
	transition: all 0.3s ease-out;
}

.project-box .project-item .project-content{
    transform: translateY(0);
    opacity: 1;
    bottom: 30px;
}

.project-box:hover .project-item .project-content{
	bottom: 40px;
}

/************************************/
/***    21. Project Single css    ***/
/************************************/

.project-details{
	padding: 100px 0;
}

.project-feature-image{
	margin-bottom: 40px;
}

.project-feature-image img{
	border-radius: 10px;
	width: 100%;
	aspect-ratio: 1/0.4;
	object-fit: cover;
}

.project-details-box{
	margin-bottom: 40px;
}

.project-details-content{
	background-color: var(--primary-color);
	border-radius: 10px;
	text-align: center;
	height: 100%;
	padding: 30px;
}

.project-details-content h2{
	font-size: 18px;
	font-weight: 600;
	color: var(--accent-color);
	margin-bottom: 20px;
	text-transform: uppercase;
}

.project-details-content p{
	font-weight: 600;
	color: var(--white-color);
	text-transform: capitalize;
}

.project-details-entry{
	margin-bottom: 40px;
}

.project-details-entry p{
	margin-bottom: 20px;
}

.project-details-title{
	margin-bottom: 40px;
}

.project-details-title h2{
	font-size: 50px;
	font-weight: 700;
	color: var(--primary-color);
}

.project-gallary-items{
	display: flex;
	flex-wrap: wrap;
}

.project-gallery-item{
	width: calc(25% - 15px);
    margin-right: 20px;
}

.project-gallery-item:last-child{
	margin-right: 0;
}

.project-gallery-item figure{
	border-radius: 10px;
}

.project-gallery-item img{
	transition: all 0.5s ease-out;
}

.project-gallery-item:hover img{
    transform: scale(1.1);
}

/************************************/
/*** 		22. FAQs css  		  ***/
/************************************/

.page-faqs{
	padding: 100px 0;
}

.faq-accordion .accordion-item{
	background: none;
	border: none;margin-bottom: 25px;
}

.faq-accordion .accordion-item:last-child{
	margin-bottom: 0;
}

.faq-accordion .accordion-item .accordion-button{
	font-size: 17px;
	font-weight: 500;
	background-color: var(--secondary-color);
	color: var(--accent-color);
	border-radius: 5px !important;
	border: none;
	box-shadow: none;
	padding: 15px 40px 15px 20px;
	position: relative;
	transition: all 0.3s ease-in-out;
	border: 1px solid var(--divider-color);
	margin-bottom: 20px;
}

.faq-accordion .accordion-item .accordion-button.collapsed{
	color: var(--primary-color);
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after{
	content: '\f068';
	position: absolute;
	right: 0;
	top: 50%;
	bottom: auto;
	transform: translate(-20px, -8px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Font Awesome 6 Free";
	font-size: 14px;
	font-weight: 900;
	color: var(--accent-color);
}

.faq-accordion .accordion-item .accordion-button.collapsed::after{
	content: '\2b';
	color: var(--primary-color);
}

.faq-accordion .accordion-item .accordion-button:focus{
	outline: none;
	box-shadow: none;
}

.faq-accordion .accordion-item .accordion-collapse .accordion-body{
	padding: 15px 20px;
}

.accordion-body p{font-size: 17px;
	margin-bottom: 15px;
}
.accordion-body p a{font-weight: 500}
.accordion-body p a:hover{color: var(--accent-color)}
.accordion-body p:last-child{margin-bottom: 0;}

/************************************/
/***       23. 404 Page css       ***/
/************************************/

.page-not-found{
	text-align: center;
	padding: 100px 0;
}

.page-not-found-image{
	margin-bottom: 40px;
}

.page-not-found-box h2{
	width: 560px;
	margin: 0 auto;
	font-size: 50px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 30px;
}

/****************************************/
/***       24. Responsive css   	  ***/
/****************************************/

/* Reconditioned Machines Product */
.product_section{padding: 40px 0px;background: linear-gradient(90deg, rgb(22 66 112 / 5%) 26%, rgb(240 86 1 / 12%) 81%);}
.product_title{margin-bottom: 15px}
.product_title h2{position: relative;color: var(--primary-color);font-size: 30px;font-weight: 600;}
.product_title h2::after,.product_title h2::before{bottom:-7px;left:0;height:2px;content:"";position:absolute}
.product_title h2::before{width:50px;background-color:var(--accent-color)}
.product_title h2::after{width:5px;background-color:#fff;animation:10s linear infinite moveLeftBounces}@keyframes moveLeftBounces{0%,100%{transform:translateX(0)}50%{transform:translateX(45px)}}
.prod_img_space{margin-top:30px}
.product_image img{border-radius:20px;width:100%}
.product_image.side_img,.product_image.side_img img{width:100%}
.product_image figure{position:relative;margin-right:20px;z-index:1}
.product_image figure::before{content:"";position:absolute;top:-15px;right:-15px;width:80%;bottom:40px;border-radius:20px;background:linear-gradient(285deg,#cee6ff 0,#fbd9c7 100%);z-index:-2}
.product_image.side_img img{background:#f5f5f5;border:2px solid #fff}
.product_content{background: #fff;padding: 50px 50px 50px 35px;border:2px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#e57335,#0a4689) border-box;border-radius:20px;height:100%}
.product_content p{font-size: 18px;}
.product_content p:not(:nth-child(1)){margin-top: 10px}
.product_content p b{font-weight: 700;}
.image_points_section{padding: 50px 0px;background: url(../images/gradient-blur.png) center top no-repeat;background-size: cover;}
.points_title{text-align:center;margin-bottom: 30px}
.points_title h4{display: inline-block;background: linear-gradient(90deg, rgba(228, 98, 30, 0.89) 0%, #f65801 25%, #20366c 50%, #001327 75%, #001327 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-weight: 500;line-height: 30px;}
.process_list{display: flex;flex-wrap: wrap;grid-row-gap: 15px;}
.process_list .step{flex: 0 0 33.33%;max-width: 33.33%;margin-top: 0;margin-bottom: 12px;padding-left: 10px;padding-right: 10px;}
.process_list .step div{padding: 10px 12px;border-radius: 20px;border: 1.8px solid #FFF;background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 156.08%);backdrop-filter: blur(10px);height: 100%}
.process_list .step span{color: #001327;font-weight: 600;}
.process_list .step p{margin-top: 7px}
.three_components{display: flex;flex-wrap: wrap;justify-content: center;margin-top: 50px;}
.services_flex{row-gap: 35px;}
.three_components.services_flex .comp_block .content h6,.three_components.services_flex .comp_block .content p{color: #fff;}
.three_components.services_flex .comp_block .content h6{font-size: 18px;font-weight: 600;}
.three_components.services_flex .comp_block .content p{font-weight: 300;margin-top: 5px}
.three_components .comp_block{flex: 0 0 33.33%;padding: 0px 10px;text-align: center}
.three_components .comp_block .content h4{font-weight: 500;font-size: 21px;text-align: center;}
.three_components .comp_block .content p{margin-top: 15px}
.three_components .comp_block .icon{background: linear-gradient(90deg, rgb(22 66 112 / 5%) 26%, rgb(240 86 1 / 12%) 81%);width: 70px;height: 70px;border-radius: 50px;border-top: 2px solid #dd5915;box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);display: flex;justify-content: center;align-items: center;margin: 0 auto;margin-bottom: 30px !important;}
.three_components .comp_block .icon img{min-height: 45px;width: 45px;filter: invert(48%) sepia(96%) saturate(2200%) hue-rotate(350deg) brightness(95%) contrast(105%);border-radius: 7px;}
.three_components .comp_block .icon span{font-weight: 600;color: #ffffff}
.products-gallery{position: relative;width: 100%;height: 100%;background: #e4e4e4;border-radius: 7px;}
.products-gallery .lightbox-image{display: block;width: 100%;border: 2px solid #fff;border-radius: 7px;padding: 10px;box-shadow: 0 0 40px 5px rgb(0 0 0 / 9%);}
.products-gallery .lightbox-image img{width: 100%;object-fit: cover;}
.products-gallery .lightbox-image:before{position:absolute;top:50%;left:50%;margin-top:-13px;margin-left:-13px;opacity:0;color:#fff;font-size:26px;font-family:'Font Awesome 6 Free';content:'\2b';pointer-events:none;z-index:9000;transition:.4s}
.products-gallery .lightbox-image:after{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;border-radius: 7px;background-color:rgba(0,0,0,.75);content:'';transition:.4s}
.products-gallery .lightbox-image:hover:after,.products-gallery .lightbox-image:hover:before{opacity:1}
.row-gutter{padding: 20px 25px;background: #fff;box-shadow: 0 0 20px rgb(0 0 0 / 10%);border-radius: 20px;margin: 50px 0px 0}
.row-gutter>*{padding:8px 6px}
.accessories_list ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin: 0px;
}
.accessories_list ul li {
    display: flex;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-top: 0;
    margin-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
.accessories_list ul li span {
    width: 100%;
	display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 12px 8px 10px;
    z-index: 1;
    position: relative;
    transition: .5s;
    font-weight: 600;
    font-size: 15.5px;
    line-height: 25px;
    color: #1c2539;
    border: 1px solid #e1dad4;
}
.accessories_list ul li span:hover {
    color: #fff;
}
.accessories_list ul li span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background-color: #df6c38;
    z-index: -1;
    transition: .3s;
}
.accessories_list ul li span:hover::before {
    width: 100%;
}
.modules_content_block ul{padding-left: 0px}
.modules_content_block ul li{position: relative;list-style: none;font-size: 16px;line-height: 25px;padding-left: 25px}
.modules_content_block ul li:before{content: '';position: absolute;left: 0px;top: 5px;border: 2px solid transparent;background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #df5103, #001327) border-box;width: 15px;height: 15px;border-radius: 15px;}
.modules_content_block ul li:not(:last-child){margin-bottom: 12px}
.modules_content_block p:not(:last-child){margin-bottom: 15px}
.modules_div .points_title{text-align: left}
.product_content h2{background: linear-gradient(90deg, #f65801 0%, #4065c3 80%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;display: inline-block;font-size: 20px;font-weight: 500;line-height: 30px;}
.product_content h3{position: relative;font-size: 19px;font-weight: 500;margin: 22px 0px 14px;}
.product_content h3:before{content: '';position: absolute;bottom: -4px;left: 0px;background: #f45804;width: 150px;height: 2px;border-radius: 12px}
.he_last_block{padding: 40px 30px 20px;background: #fff;}
.he_section{padding: 40px 0px 50px;box-shadow: 0px 7px 20px rgb(0 0 0 / 16%);border-top-left-radius: 50px;border-top-right-radius: 50px;}
.he_last_block p{font-size: 17px;margin-bottom: 20px}
.he_last_block h4{display: flex;flex-direction: row;align-items: flex-start;column-gap: 14px;font-size: 20px;font-weight: 500;line-height: 27px;}
.he_last_block img{max-height: 45px;}
.heat_images{display: flex;column-gap: 18px;}
.heat_images div{flex: 1 1 50%}
.heat_images img{padding: 8px;border: 2px solid #e7e7e7;border-radius: 50px;box-shadow: 0px 7px 20px rgb(0 0 0 / 8%);}
.prod_fw_space{margin: 60px 0px 10px 0px}
.product_block_content{padding: 30px 50px 25px 30px}
.product_block_content h4{font-weight: 500;font-size: 24px;margin-bottom: 15px;}
/* Reconditioned Machines Product */

/* Products */
.separator-section{padding:80px 0;background:linear-gradient(90deg,rgb(22 66 112 / 5%) 26%,rgb(240 86 1 / 12%) 81%)}
.separator-content p{font-size:18px;font-weight:500;color:#555;line-height:1.6;margin-bottom:0}
.separator-content .features{list-style:none;padding:0;margin-top:20px;margin-bottom:0}
.separator-content .features li{background:linear-gradient(90deg,rgba(246,88,1,.1),transparent);padding:16px 12px;border-radius:35px;margin-bottom:10px;font-weight:600;transition:.3s}
.separator-content .feature-box{display:flex;align-items:center;gap:10px;border-radius:8px}
.separator-content .features li:hover{transform:translateX(5px);box-shadow:0 8px 20px rgba(0,0,0,.08)}
.separator-content .icon{color:#f65801;font-weight:700}
.separator-content .cta-btn{display:inline-block;padding:17px 20px;background:linear-gradient(90deg,#f65801,#001327);color:#fff;font-size:16px;font-weight:600;border-radius:14px;text-decoration:none;transition:.3s;margin-top:45px}
.separator-content .cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.15)}
.separator-image img{width:100%;border-radius:12px;box-shadow:0 10px 30px rgb(0 0 0 / 6%);background:#f5f5f5}
.prod-stats-section{padding: 50px 0;}
.prod-stats-glass{background: radial-gradient(circle at top left, #1c244b, #001327);position: relative;overflow: hidden;}
.prod-stats-glass::after,.prod-stats-glass::before{content:"";position:absolute;width:300px;height:300px;background:#f65801;filter:blur(120px);opacity:.2;border-radius:50%}
.prod-stats-glass::before{top:-80px;left:-80px}
.prod-stats-glass::after{bottom:-80px;right:-80px}
.prod-stats-glass .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}
.prod-stats-glass .stat-card{display:flex;flex-direction:column;justify-content:center;padding:35px 10px;border-radius:16px;text-align:center;color:#fff;background:rgba(255,255,255,.05);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);transition:.4s;position:relative;overflow:hidden}
.prod-stats-glass .stat-card::before{content:"";position:absolute;width:120%;height:2px;background:linear-gradient(90deg,transparent,#f65801,transparent);top:0;left:-10%}
.heat-stats .stat-card .stat-label{font-size:18px;line-height:25px}
.prod-stats-section .stats-grid .stat-label{margin-top:8px}
.prod-stats-glass .stat-number{display:inline;font-size:26px;font-weight:700;margin-bottom:10px;background:linear-gradient(90deg,#f65801,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.prod-stats-glass .stat-label{font-size:16px;opacity:.85}
.prod-stats-glass .stat-card:hover{transform:translateY(-10px) scale(1.03);border-color:rgba(246,88,1,.4);box-shadow:0 20px 50px rgba(0,0,0,.3)}
.why-choose-section{padding: 60px 0;background: linear-gradient(90deg, rgb(22 66 112 / 5%) 26%, rgb(240 86 1 / 12%) 81%);}
.why-content{padding-left:30px}
.why-content p{font-size:17px;font-weight:500;color:#555;line-height:2;margin-bottom:0}
.why-image img {width: 100%;border-radius: 12px;box-shadow: 0 15px 40px rgba(0,0,0,0.1);}
.why-content.full_content{text-align: center}
.why-content.full_content .contact_heading{margin-bottom: 35px;}
/* responsive */
.warranty-section{
  padding: 55px 0;
}
.warranty-box {
  max-width: 850px;
      text-align: center;
  margin: auto;
  padding: 0px 40px;
  border-radius: 14px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.warranty-box p {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  margin: 0;
}
.warranty-box span {
  color: #f65801;
  font-weight: 600;
  position: relative;
}
.warranty-box strong {
  color: #fff;font-weight: 600;
  background: linear-gradient(90deg, #f65801, #ff8c42);
  padding: 3px 10px;
  border-radius: 6px;
}
.supply_ascope{max-width: 1150px;}
.process-section{padding: 40px 0px 50px}
.process-section .contact_heading{margin-bottom: 35px}
.process-section .contact_heading h2{color: #fff}
.process-section .contact_heading p{color: #fff;text-align: center}
.faqs-section{padding: 50px 0px}
.faqs-section .contact_heading{margin-bottom: 30px}

.cta-split-section {
  padding: 70px 0 50px;
  background: #ffffff;
      border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0px 13px 20px 12px rgb(131 150 188 / 16%);
}
.upgrade-cta-wrapper {text-align: center;padding: 0px 100px;}
.upgrade-cta-wrapper .contact_heading{margin-bottom: 35px}
.upgrade-cta-wrapper .upgrade-left{margin-bottom: 30px}
.upgrade-cta-wrapper .upgrade-left p {font-size: 17px;font-weight: 500;margin: 0;}
.upgrade-cta-wrapper .upgrade-left h6{font-size: 18px;font-weight: 500;margin: 0px 0px 10px}
.upgrade-cta-wrapper .upgrade-right a{
  display: inline-block;
  padding: 20px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(135deg, #f65801, #001327);
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
}

.upgrade-cta-wrapper .upgrade-right a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: 0.6s;
}

.upgrade-cta-wrapper .upgrade-right a:hover::before {
  left: 100%;
}
.upgrade-cta-wrapper .upgrade-right a:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}
@media (max-width: 768px) {
  .upgrade-cta-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
/* Products */

/* Contact Us */
.support-section{text-align:center;padding:40px 0}
.support-bar{display:flex;justify-content:space-between;background:linear-gradient(90deg,rgb(22 66 112 / 5%) 26%,rgb(240 86 1 / 12%) 81%);padding:30px 50px;border-radius:6px;margin-top: 50px}
.support-item{position:relative;display:flex;gap:10px;flex:1}
.support-item:not(:last-child)::after{content:"";position:absolute;right:45px;top:15%;height:100%;width:1px;background:#cad7ef}
.support-item>div p{padding-top:5px}
 .support-item>div p a:hover{color: var(--accent-color)}
.support-item i{font-size:20px}
.support-item div{text-align:left}
.ops-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.ops-box{border:1px solid #eee;padding:20px;border-radius:8px}
.ops-box h4{margin-bottom:15px;font-size:18px}
.ops-box .heading{display:flex;gap:12px;margin-bottom:15px}
.ops-box .heading .icon{background:#ffe2d0;width:30px;height:30px;display:flex;justify-content:center;align-items:center;border-radius:4px}
.ops-box .heading .icon i{color:#ff6507}
.ops-box .info{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}
.intl-box .info i,.ops-box .info i{font-size:14px;color:var(--text-color);margin-top:3px;min-width:16px}
.intl-box .info p,.ops-box .info p{font-size:15px;margin:0;color:var(--text-color);line-height:1.4}
.intl-box .info p a:hover, .ops-box .info p a:hover{color: #ff6507}
.contact_heading h2::after,.contact_heading h2::before{position:absolute;bottom:-7px;left:0;right:0;content:"";height:2px;margin:0 auto}
.international-section{padding: 40px 0px}
.international-section .common_title{margin-bottom:45px}
.intl-grid{display:grid;grid-template-columns:2fr 2fr;gap:40px;align-items:center}
.international-section .intl-map{width:100%}
.international-section .intl-map iframe{width:100%;max-width:100%;height: 430px;box-shadow:0 0 20px 0 rgba(0,0,0,.1);padding:4px}
.intl-grid .intl-left .second_div{margin-top:18px}.intl-grid .heading{display:flex;gap:8px;margin-bottom:15px}
.intl-grid .heading img{max-width:35px}.intl-grid .heading h4{font-weight:600;font-size:22px}
.intl-box{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:28px}
.intl-box h3{color:#284897;font-size:17px;margin-bottom:12px;padding-left:7px;border-left:3px solid #f65801}
.intl-box .info{display:flex;align-items:flex-start;gap:3px;margin-bottom:7px}
.intl-box .info:last-of-type{margin-bottom:20px}
.contact_heading h2{position:relative;text-align: center;color:var(--primary-color);font-size:25px;font-weight:600;line-height: 40px;margin-bottom:20px}
.contact_heading h2::before{width:50px;background-color:var(--accent-color)}
.contact_heading h2::after{width:5px;background-color:#fff;animation:10s linear infinite moveLeftBounces}
.global-section{padding:20px 0 50px}.global-box{display:flex;gap:20px;background:#fff;padding:28px 16px 20px;border-radius:12px;border-left:5px solid #f65801;box-shadow:0 7px 20px rgb(0 0 0 / 10%);align-items:flex-start;transition:.5s}.global-box:hover{transform:translateY(-8px)}
.global-box .icon{min-width:54px;height:54px;background:#152a5c;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:22px}
.global-box .common_title{margin-bottom:25px}.global-box h3{margin-bottom:10px;color:#1c244b}
.global-box p{margin-bottom:10px;color:#555;font-size:17px;line-height:1.6}
.global-box .common_title h2{font-size: 24px}
/* Contact Us */

/* About Us */
.journey-section{text-align:center;padding:50px 20px}
.journey-section .timeline{display:flex;justify-content:space-between;position:relative;margin-top:70px}
.journey-section .timeline::before{content:"";position:absolute;top:40px;left:0;width:100%;height:2px;background:#ddd}
.journey-section .step{text-align:center;position:relative;width:25%}
.journey-section .year{display:block;font-size:24px;font-weight:700;margin-bottom:35px;color:#284897}
.journey-section .dot{width:10px;height:10px;background:#ff8c4d;border-radius:50%;position:absolute;top:35px;left:50%;transform:translateX(-50%)}
.journey-section .step i{font-size:20px;color:#f65801}
.journey-section .step p{margin-top:8px;font-size:16px;font-weight:700;color:var(--primary-color)}
.journey-section .step:last-child div p{margin-top:2px}
.journey-section .timeline .step .content{display:flex;align-items:center;justify-content:center;gap:14px;text-align:left}
.about-pg-section{padding:40px 0 30px}
.about-grid .about-content{padding-right:30px}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.about-grid .about-img img{width:100%;border-radius:10px}
.about-grid .stats{display:flex;gap:20px;margin-top:25px;padding:22px 20px;background:#f8fafc;justify-content:center;border:1px solid #f5f5f5;border-radius:12px}
.about-grid .stat{position:relative;flex:1}
.about-grid .stat:not(:last-child)::after{content:"";position:absolute;right:0;top:15%;height:70%;width:1px;background:#e5e5e5}
.about-grid .stat h3{font-size:20px;font-weight:600;color:#222;margin:0}
.about-grid .stat h3 span{font-weight:500;font-size:16px;color:#222}
.about-grid .stat h3 span.vline{position:relative;padding-right:5px;font-weight:600;font-size:16px}
.about-grid .stat h3 span.vline:last-child:before{content:none}
.about-grid .stat h3 span.vline:before{content:'';position:absolute;right:-1px;top:0;background:#666565;width:1px;height:100%}
.about-grid .stat p{font-size:14px;color:var(--primary-color);margin-top:6px}
.capabilities-section{padding:50px 0 40px}
.capabilities-section .common_title{margin-bottom:50px}
.cap-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 25px;padding-top:8px}
.cap-grid .cap-box{display:flex;gap:15px;align-items:flex-start}
.cap-grid .cap-box h4{font-size:20px;font-weight:600;margin-bottom:5px}
.cap-grid .cap-box .icon{font-size:20px;color:#fff;background:#20366c;width:57px;min-width: 57px;height:57px;border-radius:50%;display:flex;justify-content:center;align-items:center}
.cap-grid .cap-box .icon img{filter:invert(100%);width:40px;min-width:40px;height:40px}
.about-highlight-section{padding:20px 0 30px}
.about-highlight-bar{background:linear-gradient(to left,#1f356b 28px,#f65801 77%,#c57a51);text-align:center;padding:25px 15px}
.about-highlight-bar p{color: #fff;font-size: 18px;font-weight: 500}
.commitment-section{padding: 30px 0px 55px}
.commitment-section .common_title{margin-bottom: 45px;}
.commit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;text-align:center}
.commit-grid>div{display:flex;gap:10px;padding:35px 15px 30px;position:relative;box-shadow:0 0 20px 0 rgba(0,0,0,.1);text-align:center;background-color:#f0ece5;transition:.5s}
.commit-grid>div:before{position:absolute;content:'';left:0;top:0;bottom:0;right:0;border:6px solid #fff;transition:.9s}
.common_title h2::after,.common_title h2::before{position:absolute;bottom:-7px;left:0;content:"";height:2px}
.commit-grid i{font-size:22px;color:#3f3a5b;width:50px;min-width:50px;height:50px;border:1px dashed #e85303;display:flex;justify-content:center;align-items:center;border-radius:100px}
.commit-grid .content{text-align:left}
.commit-grid .content h4{font-size:18px;font-weight:600}
.commit-grid .content p{line-height:24px}
.common_title{margin-bottom:35px}
.common_title h2{position:relative;color:var(--primary-color);font-size: 25px;font-weight:600;line-height: 36px;}
.common_title h2::before{width:50px;background-color:var(--accent-color)}
.common_title h2::after{width:5px;background-color:#fff;animation:10s linear infinite moveLeftBounces}
/* About Us */

/* Company Policy */
.company_policy{padding: 50px 0px 40px}
.policy_content h3{font-size: 20px;border-left: 2px solid #f65801;padding-left: 8px;margin-bottom: 30px}
.policy_content p{line-height: 30px;}
.policy_content p:not(:last-child){margin-bottom: 20px}
/* Company Policy */

/* Home page stats*/
.stats-section{padding: 50px 0px;background: #f8fafc;}
.stats-section .section-title{margin-bottom: 30px}
.stats-section .section-title p{max-width: 100%;margin-top: 5px;}
.stats-wrapper .text h3,.stats-wrapper .text h3 span{font-size:20px;color:#222;font-weight:700}
.stats-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:20px}
.stats-wrapper .stat-box{background:#ffffff;border:1px solid #f5f5f5;border-radius:10px;padding:20px 12px 15px;box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);}
.stats-wrapper .stat-box:last-child .text h3 span{font-size:18px}
.stats-wrapper .stat-content{display:flex;align-items:center;gap:8px}
.stats-wrapper .icon{font-size:28px;color:#444;min-width:30px}
.stats-wrapper .icon i{font-size:20px}.stats-wrapper .text h3 span{position:relative}
.stats-wrapper .text h3 span:not(:last-child){padding-right:6px}
.stats-wrapper .text h3 span:not(:last-child):before{content:'';position:absolute;right:0;background:#666565;width:2px;height:100%}
.stats-wrapper .text p{font-size:16px;margin:7px 0 0;color:#5e6c85;line-height:1.4}
.stats_button{text-align: center;margin-top: 25px;}
.stats_button a{padding: 10px 20px;border: 2px solid #686e74;display: inline-block;background-color: transparent;color: #001225;font-size: 16px;font-weight: 600;padding: 14px 20px;border-radius: 5px;position: relative;transition: all 0.3s ease-in-out;}
.stats_button a i{font-size: 15px;}
.stats_button a:hover{background: #232e38;color: #fff;border-color: #232e38;}
/* Home page stats*/