/* Regular */
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

/* Bold */
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}


body {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #000;
	padding: 0;
	overflow-x: hidden;
	margin: 0;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

p {
	font-size: 16px;
	color: #000;
	margin-bottom: 25px;
	font-family: 'Montserrat', sans-serif;
	line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	color: #000;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}

a {
	text-decoration: none !important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	font-family: 'Montserrat', sans-serif;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}


.butn {
	padding: 15px 20px;
	background: #ff7c44;
	font-size: 14px;
	border-radius: 30px;
	font-weight: 400;
	border: 0;
	color: #fff;
	font-family: 'Montserrat';
}

.butn:hover {
	background: #000
}

.butn img {
	width: 18px;
	margin-left: 10px;
	transition: .5s;
	filter: invert(1);
}

.butn:hover img {
	transform: rotate(45deg)
}


.butn:hover {
	background: #000;
	color: #fff;
}


/********/


.top-badge {
	padding: 6px 16px;
	border: 1px solid #ff7c44;
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
	background: #ff7c44;
	text-transform: uppercase;
}

.top-badge .dot {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}

.title {
	font-size: 40px;
	line-height: 1.25;
	color: #2d2d2d;
	font-weight: 600;
}


/* Images */
.about-images .img-box {
	width: 260px;
	border-radius: 18px;
	overflow: hidden;
}

.img-large {
	height: 380px;
	margin-top: 60px;
}

.img-small {
	height: 300px;
}

.about-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Counters */
.about-stats h3 {
	font-size: 32px;
	font-weight: 700;
	color: #ff7c44;
}

.about-stats p {
	font-size: 14px;
	margin: 0;
}

/* Mobile */
@media (max-width: 576px) {
	.about-images {
		align-items: center;
	}

	.img-large {
		margin-top: 0;
	}

	.about-stats {
		text-align: center;
	}
}


/********/

.our-services-prime {
	background-image: url('../img/service-bg-prime.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: auto;
	padding: 100px 0;
}

.bg-one {
	width: 100%;
	max-width: 1880px;
	background-color: #f2f7ff;
	border-radius: 10px;
	margin: 0 auto;
}


.service-item-prime {
	background-color: #fff;
	border-radius: 10px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	overflow: hidden
}

.service-item-image-prime {
	overflow: hidden
}

.service-item-image-prime a {
	display: block;
	cursor: none
}

.service-item-image-prime img {
	width: 100%;
	aspect-ratio: 1/.64;
	object-fit: cover;
	transition: all .6s ease-in-out
}

.service-item-prime:hover .service-item-image-prime img {
	transform: scale(1.08)
}

.service-item-body-prime {
	padding: 0 30px 30px
}

.service-item-body-prime .icon-box {
	position: relative;
	width: 62px;
	height: 62px;
	background-color: #ff7c44;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -31px 0 25px;
	z-index: 1
}

.service-item-body-prime .icon-box::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #104b5a;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all .4s ease-in-out;
	z-index: 0
}

.service-item-prime:hover .service-item-body-prime .icon-box::before {
	transform: scale(1)
}

.service-item-body-prime .icon-box img {
	position: relative;
	width: 100%;
	max-width: 30px;
	z-index: 1
}

.service-item-content-prime h3 {
	font-size: 18px;
	font-weight: 600;
}

.service-item-content-prime h3 a {
	color: #2d2d2d;
}

.service-item-content-prime p {
	margin: 15px 0 0
}

.service-item-btn-prime {
	margin-top: 25px
}

.readmore-btn {
	position: relative;
	display: inline-block;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	color: #2d2d2d;
	padding-right: 28px;
}

.readmore-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0px, -50%);
	right: 0px;
	background-image: url('../img/arrow-top-right.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	width: 18px;
	height: 18px;
	transition: all 0.4s ease-in-out;
}

.section-footer-text {
	padding-top: 50px;
}

.section-footer-text p span {
	display: inline-block;
	font-weight: 500;
	line-height: 1em;
	background: #ff7c44;
	color: #fff;
	padding: 4px 10px;
	border-radius: 100px;
	margin-right: 5px;
}

.section-footer-text p a {
	color: #ff7c44;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	font-weight: 600;
}


/********/


.why-choose-list-item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-top: 1px solid #dfdfdf;
	margin-top: 30px;
	padding-top: 30px;
}

.why-choose-list-item .icon-box {
	position: relative;
	width: 80px;
	height: 80px;
	background-color: #ff7c44;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
}

.why-choose-list-item .icon-box::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.why-choose-list-item:hover .icon-box::before {
	transform: scale(1);
}

.why-choose-list-item .icon-box svg {
	width: 40px;
	height: 40px;
	max-width: 40px;
	transition: all 0.3s ease-in-out;
	color: #fff;
}

.why-choose-list-item:hover .icon-box svg {
	filter: brightness(0) invert(1);
}

.why-choose-item-content {
	width: calc(100% - 110px);
}

.why-choose-item-content h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}

.why-choose-item-content p {
	margin-bottom: 0;
}

.why-choose-image figure {
	display: block;
	border-radius: 30px;
}

.why-choose-image img {
	width: 100%;
	aspect-ratio: 1 / 1.236;
	object-fit: cover;
	border-radius: 30px;
}

/* Sticky image */
.sticky-image {
	position: sticky;
	top: 120px;
}

/* Image styling */
.why-choose-image-prime img {
	width: 100%;
	border-radius: 30px;
	object-fit: cover;
}

/* Mobile par sticky band (best UX) */
@media (max-width: 991px) {
	.sticky-image {
		position: static;
	}
}


/************************************/
/***  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: #ff7c44;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	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;
}

.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)
}


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

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

.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: #ff7c44;
	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;
}

.partner-contact-info-content h3 a {
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.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: #f1f4f570;
}

.form-group textarea {
	resize: none;
}

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

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

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

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

.modern-form .title {
	font-size: 20px;
}

.modern-form {
	max-width: 520px;
	width: 100%;
	margin: 0 auto;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 30px;
}


/* Mobile */
@media (max-width: 576px) {
	.modern-form {
		max-width: 100%;
	}
}


/**XXXXXXXXX*/

.ca-sponsor-area {
	overflow: hidden;
}

.brand-slider {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 24px;
}

.brand-track {
	display: flex;
	width: max-content;
	animation: scroll-left 30s linear infinite;
}

.slider-right .brand-track {
	animation: scroll-right 35s linear infinite;
}

.brand-item {
	flex: 0 0 auto;
	padding: 0 40px;
	display: flex;
	align-items: center;
}

.brand-item img {
	max-height: 60px;
	width: auto;
	opacity: 0.85;
	transition: opacity 0.3s ease;
}

.brand-item img:hover {
	opacity: 1;
}

@keyframes scroll-left {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@keyframes scroll-right {
	from {
		transform: translateX(-50%);
	}

	to {
		transform: translateX(0);
	}
}

/* Responsive */
@media (max-width: 768px) {
	.brand-item {
		padding: 0 24px;
	}

	.brand-item img {
		max-height: 48px;
	}
}


/*XXXXXX*/


.faq-item {
    background: #fafafa;
    margin-bottom: 16px;
    transition: all 0.3s ease;
    background-color: #fafafa;
    border-top: 1px #000;
    border-bottom: 12px #000;
    border-left: 4px solid #0a1329;
    border-right: 1px #000;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
}

.faq-item.active {
	background: #ff7c44;
	color: #fff;
}

.faq-question {
	width: 100%;
	padding: 22px 26px;
	font-size: 18px;
	font-weight: 500;
	background: transparent;
	border: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	text-align: left;
	font-family: 'Montserrat';
}

.faq-item.active .faq-question {
	color: #fff;
	border-bottom: 1px solid #ffffff66;
}

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

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

.faq-answer {
	max-height: 0;
	overflow: hidden;
	padding: 0 26px;
	transition: max-height 0.4s ease;
}

.faq-answer p {
	margin: 0;
	padding: 20px 0;
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
	color: #fff;
}

.faq-item.active .faq-answer {
	max-height: 300px;
}




@media (max-width: 768px) {
	.faq-question {
		font-size: 17px;
		padding: 18px 20px;
	}

	.faq-answer p {
		font-size: 15px;
	}
}


.blogs .service-item-prime {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blogs .service-item-body-prime {
	padding: 0 20px 25px;
}

.blog-bio p {
	margin-top: 10px;
	font-size: 14px;
}


/*******/


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;
}




@media (max-width: 991px) {

.title{font-size: 26px;}	

.about-images {
    width: 100%;
    justify-content: center;
}
.why-choose-image-prime {
    margin-bottom: 50px;
}

ul.services-list li {
    width: 49%;
    font-size: 14px;
    text-align: left;
}

.interactive-process-layout .interactive-con-inner{    display: inline-block;     flex-wrap: inherit}
.interactive-process-layout .interactive-process-item { width: 100%;}
.interactive-process-layout .interactive-inner-process{    padding: 25px 10px; border-bottom: 1px solid #ffffff42;     border-right: inherit;}

.partner-contact-info-list{    display: inline-block; }
.partner-contact-info-item{width: 100%;border-top: 1px solid #104b5a1a;padding: 20px 0;}
.partner-contact-info-item.location-info-item{padding-top: 20px;}
.partner-contact-info-item::before{display:none;}
.section-footer-text p a{display: inline-block;}



}