.logos-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px 70px;
}

.logos-grid img {
	flex: 0 0 calc(100% / 7 - 90px);
	max-height: 60px;
	width: auto;
	object-fit: contain;
	display: block;
}


.client-logo {
	margin-bottom: 50px;
	margin-top: 50px;
}

.about-sec .title {
	margin-bottom: 25px;
}

.about__img-four {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 15px;
	padding-right: 28px;
	align-items: center;
}

.about__img-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 175px;
	flex: 0 0 auto;
}

.experience-year-three {
	width: 100%;
	min-height: 230px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 20px;
	clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
	background: linear-gradient(129deg, rgba(0, 20, 117, 1), rgba(0, 31, 71, 1));
	-webkit-background: linear-gradient(129deg, rgba(0, 20, 117, 1), rgba(0, 31, 71, 1));
	-moz-background: linear-gradient(129deg, rgba(0, 20, 117, 1), rgba(0, 31, 71, 1));
}

.experience-year-three span {
	font-weight: 500;
	font-size: 18px;
	text-transform: capitalize;
	font-family: 'PilatWide';
	line-height: 1.3;
	color: #fff;
	display: block;
	margin-bottom: 20px;
}

.experience-year-three .counter-number {
	font-weight: 600;
	font-size: 80px;
	margin-bottom: 0;
	line-height: 0.8;
	font-family: 'PilatWide';
	color: #fff;
}

.about__img-four .img-two {
	flex-grow: 1;
}

.about__img-four .img-two img {
	width: 100%;
}

/******/
.stats-section {
	padding: 80px 5%;
	margin-top: 50px !important;
	background: linear-gradient(129deg, rgba(0, 20, 117, 1), rgba(0, 31, 71, 1));
	-webkit-background: linear-gradient(129deg, rgba(0, 20, 117, 1), rgba(0, 31, 71, 1));
	-moz-background: linear-gradient(129deg, rgba(0, 20, 117, 1), rgba(0, 31, 71, 1));
}

.stats-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
	align-items: center;
}

.stat-box {
	position: relative;
	padding: 0 20px;
}

.stat-box:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 15%;
	height: 70%;
	width: 1px;
	background: rgba(255, 255, 255, 0.3);
}

.stat-number {
	font-size: 70px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 15px;
}

.stat-box p {
	color: #fff;
	font-size: 20px;
	margin: 0;
}


/********/
.project__area-four {
	background: #f2f7ff;
	overflow: hidden;
	padding: 50px 0;
}

.project__content-wrap-three p {
	color: #000;
}

.project__content-wrap-three {
	padding: 70px;
}

.project__nav-two button {
	width: 55px;
	height: 55px;
	background: #001f47;
	border: none;
	color: #fff;
	font-size: 20px;
	transition: 0.3s;
}

.project__nav-two button:hover {
	background: #ff8720;
	color: #fff;
}

.project__active-three {
	margin-right: -300px;
	/* Preview Effect */
	overflow: visible;
}

.project__item-four {
	background: #fff;
}

.project__item-four a {
	text-decoration: none;
}

.project__thumb-three img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.project__content-three {
	padding: 40px 30px;
	position: relative;
}

.project__content-three:before {
	content: "";
	width: 30px;
	height: 4px;
	background: #001f47;
	display: block;
	top: 85px;
	position: absolute;
}

.project__content-three .title {
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 30px;
}


/*********/
ul.services-list li {
	display: inline-flex;
	background: #ffffff;
	align-items: center;
	padding: 10px 15px;
	border-radius: 50px;
	font-size: 16px;
	gap: 10px;
	margin: 10px 0;
	color: #000;
	box-shadow: 0 0 30px #dcdcdc;
	font-family: 'Montserrat';
}

ul.services-list li img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

ul.services-list {
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

.services-text {
	border-top: 1px solid #fff;
	padding-top: 50px;
}

/************************************/
/***  08. Interactive Process css ***/
/************************************/
.interactive-process-layout {
	overflow: hidden;
	width: calc(100% - 40px);
	margin: 0 auto;
	border-radius: 20px;
}

.interactive-process-layout .interactive-process-item {
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	overflow: hidden
}

.interactive-process-layout .interactive-inner-process {
	position: relative;
	border-right: 1px solid #ffffff42;
	padding: 525px 0 0;
	z-index: 3
}

.interactive-process-layout .interactive-process-item:nth-child(4n + 4) .interactive-inner-process {
	border-right: none;
}

.process-content-wap {
	position: relative;
	padding: 3.125vw;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.process-inner-content-wap {
	position: relative;
	z-index: 1;
}

.interactive-process-item-wap .icon-box {
	position: relative;
	background: #001f47;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	overflow: hidden;
}

.interactive-process-item-wap .icon-box::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #fff;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.interactive-inner-process.activate .interactive-process-item-wap .icon-box::before {
	transform: scale(1);
}

.interactive-process-item-wap .icon-box img {
	position: relative;
	max-width: 24px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.interactive-inner-process.activate .interactive-process-item-wap .icon-box img {
	filter: brightness(0) invert(0);
}

.interactive-process-item-content-wap h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}

.interactive-process-item-content-wap h3 a {
	color: inherit;
	text-decoration: none;
	font-family: 'PilatWide';
}

.interactive-process-item-content-wap p {
	color: #fff;
	margin: 10px 0 0 0;
}

.interactive-process-layout .interactive-con {
	position: relative;
	z-index: 1;
	padding-bottom: 0 !important;
}

.interactive-process-layout .interactive-con-inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	z-index: 2
}

.interactive-process-layout .interactive-con-inner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(4, 14, 32, 0.95) 0%, rgba(4, 14, 32, 0.75) 45%, rgba(4, 14, 32, 0.25) 75%, rgba(4, 14, 32, 0.05) 100%);
	opacity: 1;
	z-index: 1
}

.interactive-process-layout .interactive-process-list-image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden
}

.interactive-process-layout .interactive-process-list-image .interactive-process-image {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	z-index: -1;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-webkit-transition: all .7s ease;
	transition: all .7s ease
}

.interactive-process-layout .interactive-process-list-image .interactive-process-image:first-child {
	z-index: 1
}

.interactive-process-layout .interactive-process-list-image .interactive-process-image.show {
	z-index: 2;
	opacity: 1;
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

/******/
.logistics-advantages {
	padding: 50px 0;
}

.advantages-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
}

.adv-item {
	padding: 40px 35px;
	border-radius: 14px;
	transition: all 0.35s ease;
}

.advantages-grid .adv-item:nth-child(1) {
	border: 1px solid #5abf00;
}

.advantages-grid .adv-item:nth-child(2) {
	border: 1px solid #bf1200;
}

.advantages-grid .adv-item:nth-child(3) {
	border: 1px solid #56b6dc;
}

.advantages-grid .adv-item:nth-child(4) {
	border: 1px solid #de7bff;
}

.advantages-grid .adv-item:nth-child(5) {
	border: 1px solid #10cd84;
}

.advantages-grid .adv-item:nth-child(6) {
	border: 1px solid #ff2e74;
}

.advantages-grid .adv-item:nth-child(1) h3 {
	color: #5abf00;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}

.advantages-grid .adv-item:nth-child(2) h3 {
	color: #bf1200;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}

.advantages-grid .adv-item:nth-child(3) h3 {
	color: #56b6dc;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}

.advantages-grid .adv-item:nth-child(4) h3 {
	color: #de7bff;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}

.advantages-grid .adv-item:nth-child(5) h3 {
	color: #10cd84;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}

.advantages-grid .adv-item:nth-child(6) h3 {
	color: #ff2e74;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}

.adv-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
	border-color: transparent;
}

.adv-icon {
	margin-bottom: 25px;
}

.adv-icon img {
	width: 55px;
	height: 55px;
	object-fit: contain;
}

.adv-item h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 14px;
	color: #111;
}


/**********/
.faq-item {
	border-bottom: 1px solid #ddd;
	padding: 25px 0;
}

.faq-item:last-child {
	border: none;
}

.faq-question {
	width: 100%;
	background: none;
	border: none;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 0;
	color: #111;
	font-family: 'PilatWide';
}

.faq-icon {
	font-size: 20px;
	transition: transform 0.3s ease;
}

/* Answer */
.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, opacity 0.3s ease;
	opacity: 0;
}

.faq-answer p {
	margin-top: 15px;
}

/* Active State */
.faq-item.active .faq-answer {
	max-height: 300px;
	opacity: 1;
	max-width: 90%;
}

.faq-item.active .faq-icon {
	transform: rotate(180deg);
}


/******/
.our-partner {
	padding: 50px 0;
}

.partner-contact-info-list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 60px;
	margin-top: 30px;
}

.partner-contact-info-item {
	position: relative;
	width: calc(50% - 30px);
	display: flex;
	flex-wrap: wrap;
}

.partner-contact-info-item::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: #104b5a1a;
	width: 1px;
	height: 100%;
}

.partner-contact-info-item .icon-box {
	width: 50px;
	height: 50px;
	background: #001f47;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}

.partner-contact-info-item .icon-box img {
	width: 100%;
	max-width: 24px;
}

.partner-contact-info-content {
	width: calc(100% - 65px);
}

.partner-contact-info-content p {
	margin: 0 0 5px;
}

.partner-contact-info-content h3 {
	font-size: 18px;
	font-weight: 600;
	font-family: 'PilatWide';
}

.partner-contact-info-content h3 a {
	color: inherit;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	font-family: 'PilatWide';
}

.partner-contact-info-item.location-info-item {
	width: 100%;
	border-top: 1px solid #104b5a1a;
	padding-top: 50px;
}

.partner-contact-info-item:last-child:before,
.partner-contact-info-item:nth-child(2n + 2):before {
	display: none;
}

.partner-world-map-image img {
	width: 100%;
	aspect-ratio: 1 / 0.65;
	object-fit: cover;
	border-radius: 10px;
}

.our-partner-content {
	position: relative;
	z-index: 0;
}

.partner-world-map-image img {
	width: 100%;
	aspect-ratio: 1 / 0.65;
	object-fit: cover;
	border-radius: 10px;
	position: absolute;
	z-index: -1;
	opacity: .6;
}

.modern-form {
	max-width: 520px;
	width: 100%;
	background: #fff;
}

.form-group {
	position: relative;
	margin-bottom: 18px;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 14px 16px 14px 48px;
	border-radius: 8px;
	border: 1px solid #f1f4f570;
	font-size: 14px;
	outline: none;
	transition: all 0.3s ease;
	font-family: 'Montserrat';
	background: #ffffff;
}

.form-group textarea {
	resize: none;
}

.form-group input:focus,
.form-group textarea:focus {
	border-color: #ff8720;
}

.input-icon {
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	fill: #001f47;
}

.form-group.textarea .input-icon {
	top: 18px;
	transform: none;
}

.modern-form p {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}

.modern-form .title {
	font-size: 22px;
	color: #fff !important;
	background-clip: inherit;
	-webkit-text-fill-color: inherit;
	background-image: inherit !important;
	font-family: 'PilatWide';
}

.modern-form {
	max-width: 520px;
	width: 100%;
	margin: 0 auto;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 30px;
	clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 6%);
	background: linear-gradient(129deg, rgba(0, 20, 117, 1), rgba(0, 31, 71, 1));
	-webkit-background: linear-gradient(129deg, rgba(0, 20, 117, 1), rgba(0, 31, 71, 1));
	-moz-background: linear-gradient(129deg, rgba(0, 20, 117, 1), rgba(0, 31, 71, 1));
}


.modern-form .butn {
	background: #fff;
	color: #000;
}

.modern-form .butn img {
	filter: inherit;
}

/**XXXXXXXXX*/


/* =========================
Large Devices (Laptop / Tablet)
========================= */

@media (max-width:1200px) {

	.project__active-three {
		margin-right: -120px;
	}

}


/* =========================
Tablet
========================= */

@media (max-width:992px) {


	.logos-grid img {
		flex: 0 0 calc(100% / 4 - 40px);
		max-height: 50px;
	}

	.stats-wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 50px;
	}

	.stat-box::after {
		display: none;
	}

	.about-sec {
		padding-top: 50px;
	}

	.project__content-wrap-three {
		padding: 0 50px;
		padding-bottom: 70px;
	}

	.logistics-advantages {
		padding: 50px 0;
	}

	.advantages-grid {
		gap: 20px;
	}

	.advantages-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.modern-form {
		margin-top: 50px !important;
	}

	.partner-contact-info-list {
		display: block;
		flex-wrap: inherit;
	}

	.partner-contact-info-item {
		width: 100%;
	}

	.partner-contact-info-item.location-info-item {
		padding-top: 20px;
	}

	.partner-contact-info-item::before {
		display: none;
	}

	.partner-contact-info-list .partner-contact-info-item:nth-child(2) {
		border-top: 1px solid #104b5a1a;
		padding: 25px 0;
	}

	.partner-contact-info-list .partner-contact-info-item:nth-child(1) {
		padding-bottom: 25px;
	}


	.interactive-process-layout .interactive-process-item {
		width: 100%;
	}

	.interactive-process-layout .interactive-inner-process {
		padding: 20px 0;
		border-right: none;
		border-bottom: 1px solid #ffffff42;
	}

	.interactive-process-layout .interactive-process-item:nth-child(4n + 4) .interactive-inner-process {
		border-bottom: none;
	}

	.partner-contact-info-content h3 {
       font-size: 16px;
     }



}


/* =========================
Small Tablet
========================= */

@media (max-width:768px) {


	.about__img-inner {
		width: 120px;
	}

	.about__img-four {
		padding: 0;
	}

	.experience-year-three .counter-number {
		font-size: 50px;
	}

	.experience-year-three span {
		font-size: 14px;
	}

	.experience-year-three {
		clip-path: inherit;
		min-height: 245px;
	}

	.stat-number {
		font-size: 30px;
	}

	.stat-box p {
		font-size: 16px;
	}


	section.project__area-four .col-lg-7.p-0 {
		padding: 20px !important;
	}


	ul.services-list {
		text-align: left;
		grid-template-columns: repeat(2, 1fr);
		display: grid;
		gap: 10px;
	}

	ul.services-list li {
		font-size: 14px;
	}

	.advantages-grid {
		grid-template-columns: repeat(1, 1fr);
	}


	.faq-section .text-end {
		text-align: left !important;
		margin-top: 15px;
	}

	.faq-question {
		font-size: 18px;
	}


}


/* =========================
Mobile
========================= */

@media (max-width:576px) {

	.modern-form {
		max-width: 100%;
	}

	.logos-grid img {
		flex: 0 0 calc(100% / 4 - 20px);
		max-height: 40px;
	}

	.stats-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}

	.stat-number {
		font-size: 50px;
	}

	.project__active-three {
		margin-right: -60px;
	}

	.advantages-grid {
		grid-template-columns: 1fr;
	}

	.bg-one {
		padding: 30px 0;
	}

	.project__area-four {
		padding: 30px 0;
	}

	.our-partner {
		padding: 30px 0;
	}

	.logistics-advantages {
		padding: 30px 0;
	}

	.client-logo {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.project__content-wrap-three {
		padding: 0 20px;
		padding-bottom: 15px;
	}


}

@media (max-width:480px){

.hero-inner .hero-content .top-badge {
    font-size: 12px;
}
	
.experience-year-three {
    min-height: 178px;
}

}