.close {
	padding: 15px;
	text-align: right;
	font-size: 24px;
}



.about-head {

	margin: 50px auto 20px auto;
	width: 65%;
	text-align: center;
}

@media (max-width: 1024px) {
	.about-head {
		margin: 10px auto 10px auto;
	}
}

@media (max-width: 420px) {
	.about-head {
		width: 85%;
	}
}




.curved {
	position: relative;
	background: transparent;
	height: 10vh;
	margin-top: -4%;
}

.curved::after {
	content: '';
	border-top-left-radius: 50% 100%;
	border-top-right-radius: 50% 100%;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #fff;
	height: 85%;
}

.card-deck {
	margin-top: 7rem;
}

.card-home {
	background-image: url("https://cdn.shopify.com/s/files/1/0408/5792/7834/files/redux-bg-A-4_522x.jpg") !important;
	color: white !important;
}

.cards-icons {
	background: -webkit-linear-gradient(#5ea7eb, #438dd1);
	/* -webkit-background-clip: text; */
	-webkit-text-fill-color: transparent;
	padding-top: -10%;
}

.cards-equipos {
	background-color: #7CBB00;
	color: white !important;
	border-radius: 10%;
}

@media (min-width: 1024px) {
	.cards-equipos {
		height: 40vh;
	}
}

@media (min-width: 768px) and (max-width:780px) {
	.cards-equipos {
		height: 90vh;
	}
}

.cards-equipos2 {
	background-color: #fff;
	color: slategray !important;
	height: 40vh;
}

.my__img {
	height: auto;
	width: 40%;
	position: relative;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}


.triangle {
	position: sticky;
	background: #7CBB00;
	height: 20vh;
	width: 100%;
}

.triangle::before {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 104vh 104vh 0 104vh;
	border-color: #111 transparent transparent transparent;
	left: 75%;
	/* transform: translateX(-50%) translateY(100%); */
}

.custom-shape-divider-top-1630526922 {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-top-1630526922 svg {
	position: relative;
	display: block;
	width: calc(158% + 1.3px);
	height: 121px;
}

.custom-shape-divider-top-1630526922 .shape-fill {
	fill: #fff;
}

/* ROTASI IMAGE */
.hover06 figure img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hover06 figure:hover img {
	-webkit-transform: rotate(10deg) scale(0.9);
	transform: rotate(10deg) scale(0.9);
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 24px;
	line-height: 1.33;
}

.btn-circle.btn-lg {
	margin-top: -10px;
	width: 40px;
	height: 40px;
	padding: 3px 8px;
	border-radius: 35px;
	font-size: 18px;
	line-height: 1.33;
}

.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0px;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.42857;
}

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 50%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}


.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}

.slick-active {
	opacity: .5;
}

.slick-current {
	opacity: 1;
}



.testimonial-section {
	background-color: #ffffff;
	padding: 80px 0;
	min-height: 100vh;
}

.testi-img .img-box {
	max-width: 360px;
	margin: auto;
	text-align: center;
	position: relative;
}

.testi-img .circle {
	height: 360px;
	width: 360px;
	background-color: #FFFFFF;
	position: absolute;
	border-radius: 50%;
	left: 0;
	bottom: 0;
	transition: all 0.5s ease;
}

.testi-img .img-box-inner {
	position: relative;
	border-radius: 0 0 180px 180px;
	overflow: hidden;
}

.testi-img .img-box-inner img {
	max-width: 310px;
}

.testimonial-section .carousel-inner {
	margin-bottom: 20px;
}

.testimonial-section .carousel-control-prev {
	margin-right: 10px;
}

.testimonial-section .carousel-control-next,
.testimonial-section .carousel-control-prev {
	position: relative;
	height: 35px;
	width: 35px;
	background-color: #E9340D;
	display: inline-flex;
	border-radius: 50%;
}

.testimonial-section .carousel-control-prev img,
.testimonial-section .carousel-control-next img {
	width: 15px;
}

.testi-item h3,
.testi-item p {
	font-size: 18px;
}

.testi-item h3 {
	text-transform: capitalize;
}

/* Responsive */
@media(max-width:991px) {
	.testi-img .img-box {
		max-width: 300px;
	}

	.testi-img .circle {
		height: 300px;
		width: 300px;
	}

	.testi-img .img-box-inner {
		border-radius: 0 0 150px 150px;
	}

	.testi-img .img-box-inner img {
		max-width: 230px;
	}
}

@media(max-width:767px) {
	.testi-img {
		margin-bottom: 25px;
	}
}



.wave {
	position: absolute;
	height: 130px;
	width: 100%;
	background: #2c3e50;
	bottom: 0;
}

.wave::before,
.wave::after {
	content: "";
	display: block;
	position: absolute;
	border-radius: 50% 100%;
}

.wave::before {
	width: 55%;
	height: 100%;
	background-color: #2c3e50;
	right: -1.5%;
	top: 40%;
}

.wave::after {
	width: 55%;
	height: 109%;
	background-color: #fff;
	left: -1.5%;
	top: 60%;
}

.custom-shape-divider-bottom-1630939903 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-bottom-1630939903 svg {
	position: relative;
	display: block;
	width: calc(140% + 1.3px);
	height: 144px;
}

.custom-shape-divider-bottom-1630939903 .shape-fill {
	fill: #7CBB00;
}

.custom-shape-divider-bottom-1630962511 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;

}

.custom-shape-divider-bottom-1630962511 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 101px;
}

.custom-shape-divider-bottom-1630962511 .shape-fill {
	fill: #7CBB00;
}

.custom-shape-divider-bottom-1630965487 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
}

.custom-shape-divider-bottom-1630965487 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 93px;
}

@media (max-width: 400px) {
	.custom-shape-divider-bottom-1630965487 svg {
		height: 43px;

	}
}

@media (min-width: 768px) and (max-width:780px) {


	.custom-shape-divider-bottom-1630965487 svg {
		height: 43px;
	}

}

.custom-shape-divider-bottom-1630965487 .shape-fill {
	fill: #FFFFFF;
}

/* EXPLORE BAWAH */
.custom-shape-divider-bottom-1631003172 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-bottom-1631003172 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 93px;
}

.custom-shape-divider-bottom-1631003172 .shape-fill {
	fill: #FFFFFF;
}

/** For mobile devices **/
@media (max-width: 767px) {
	.custom-shape-divider-bottom-1631003172 svg {
		width: calc(141% + 1.3px);
		height: 22px;
	}
}


/* END EXPLORE BAWAH */

/* ATAS EXPLORE */
.custom-shape-divider-top-1631004311 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-top-1631004311 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 69px;
}

.custom-shape-divider-top-1631004311 .shape-fill {
	fill: #FFFFFF;
}

@media (max-width: 400px) {
	.custom-shape-divider-top-1631004311 svg {
		height: 13px;

	}
}

@media (min-width: 768px) and (max-width:780px) {


	.ccustom-shape-divider-top-1631004311 svg {
		height: 43px;
	}

}
