/* Colors */
/* :root {
	--color-default: #2b180d;
	--color-primary: #56b8e6;
	--color-secondary: #1b2f45;

	--color-cus-default: #eceff2;
	--color-cus-primary: #637b89;
} */

/* HERO 2 */
.section-hero {
	position: relative;
	padding-top: 100px;
	padding-bottom: 0;
}

.section-hero .section-hero--body {
	background-color: #637b89;
	color: #fff;
}
/* END HERO 2 */

/* CAROUSER OUR PRODUCTS */
.section-our-products .our-products-item .card {
	background-color: #bdc8ce;
}

.section-our-products .swiper-container {
	overflow: hidden;
}

.section-our-products .our-products-item {
	padding: 30px;
	margin: 40px 30px;
	display: flex;
	flex-direction: column;
	text-align: center;
	transition: 0.3s;
}

.section-our-products .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.section-our-products .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #e8eff6;
	opacity: 1;
}

.section-our-products .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--color-primary);
}

.section-our-products .swiper-slide {
	opacity: 0.3;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.section-our-products .swiper-slide-active {
		opacity: 1;
	}

	.section-our-products .swiper-pagination {
		margin-top: 0;
	}

	.section-our-products .testimonial-item {
		margin: 40px 20px;
	}
}

@media (min-width: 1200px) {
	.section-our-products .swiper-slide-next {
		opacity: 1;
		transform: scale(1.12);
	}
}
/* END CAROUSER OUR PRODUCTS */

/* BACKGROUND OUR CLIENTS */
.section-our-clients {
	overflow: hidden;
	position: relative;
}

.section-our-clients .bg-clients {
	opacity: 0.25;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
}

.section-our-clients .container {
	position: relative;
}
/* END BACKGROUND OUR CLIENTS */

/* CAROUSER OUR CLIENTS */
.section-our-clients .our-clients-item .card {
	/* background-color: #bdc8ce; */
	background-color: rgb(189 200 206 / 57%);
}

.section-our-clients .swiper-container {
	overflow: hidden;
}

.section-our-clients .our-clients-item {
	padding: 30px;
	margin: 40px 30px;
	display: flex;
	flex-direction: column;
	text-align: center;
	transition: 0.3s;
}

.section-our-clients .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.section-our-clients .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #e8eff6;
	opacity: 1;
}

.section-our-clients .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--color-primary);
}

.section-our-clients .swiper-slide {
	opacity: 0.3;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.section-our-clients .swiper-slide-active {
		opacity: 1;
	}

	.section-our-clients .swiper-pagination {
		margin-top: 0;
	}

	.section-our-clients .testimonial-item {
		margin: 40px 20px;
	}
}

@media (min-width: 1200px) {
	.section-our-clients .swiper-slide-next {
		opacity: 1;
		transform: scale(1.12);
	}
}
/* END CAROUSER OUR CLIENTS */

/* CAROUSER WHY CHOOSE */
.section-why-choose .why-choose-item .card {
	background-color: #bdc8ce;
}

.section-why-choose .swiper-container {
	overflow: hidden;
}

.section-why-choose .why-choose-item {
	padding: 30px;
	margin: 40px 30px;
	display: flex;
	flex-direction: column;
	text-align: center;
	transition: 0.3s;
}

.section-why-choose .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.section-why-choose .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #e8eff6;
	opacity: 1;
}

.section-why-choose .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--color-primary);
}

.section-why-choose .swiper-slide {
	opacity: 0.3;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.section-why-choose .swiper-slide-active {
		opacity: 1;
	}

	.section-why-choose .swiper-pagination {
		margin-top: 0;
	}

	.section-why-choose .testimonial-item {
		margin: 40px 20px;
	}
}

@media (min-width: 1200px) {
	.section-why-choose .swiper-slide-next {
		opacity: 1;
		transform: scale(1.12);
	}
}
/* END CAROUSER WHY CHOOSE */

/* CAROUSER TESTIMONIALS CLIENTS */
.section-testimonial-clients {
	background-color: #637b89;
}

.section-testimonial-clients .testimonial-clients-item .card {
	background-color: #bdc8ce;
}

.section-testimonial-clients .swiper-container {
	overflow: hidden;
}

.section-testimonial-clients .testimonial-clients-item {
	padding: 30px;
	margin: 40px 30px;
	display: flex;
	flex-direction: column;
	text-align: center;
	transition: 0.3s;
}

.section-testimonial-clients .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.section-testimonial-clients .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #e8eff6;
	opacity: 1;
}

.section-testimonial-clients
	.swiper-pagination
	.swiper-pagination-bullet-active {
	background-color: var(--color-primary);
}

.section-testimonial-clients .swiper-slide {
	opacity: 0.3;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.section-testimonial-clients .swiper-slide-active {
		opacity: 1;
	}

	.section-testimonial-clients .swiper-pagination {
		margin-top: 0;
	}

	.section-testimonial-clients .testimonial-item {
		margin: 40px 20px;
	}
}

@media (min-width: 1200px) {
	.section-testimonial-clients .swiper-slide-next {
		opacity: 1;
		transform: scale(1.12);
	}
}
/* END CAROUSER TESTIMONIALS CLIENTS */

/* FOOTER */
footer,
footer a {
	color: #637b89;
}
/* END FOOTER */

/* PRODUCTS */
.section-products .btn {
	color: #637b89;
}

/* .section-products .dropdown:hover > .dropdown-menu {
	display: block;
} */
/* END PRODUCTS */

/* ABOUT US */
.section-about-us {
	color: #637b89;
}
/* END ABOUT US */

/* PRODUCT ITEM */

/* END PRODUCT ITEM */
