@import url('https://fonts.googleapis.com/css2?family=Montserrat');
body {
  font-family: 'Montserrat';
  color:white;
  background-color: #373d5c;
}

/*Menu*/
.menu {
  	background-color: #373d5c;
}
.navbarpan {
	z-index: 1;
	margin-top: 0;
}
ul#menu-menu-header li{
  	margin: 0 15px;
}
ul#menu-menu-header li a{
 	color: white;
}
ul#menu-menu-header li.current-menu-item:after{
	content: "";
	height: 7px;
	width: 7px;
	background-color: #f8d483;
	display: block;
	margin: 0 auto;
	border-radius: 7px;
	box-shadow: 0px 0px 6px 1px #f8d483;
}
ul#menu-menu-header #menu-item-35{
  	border: 3px solid #f8d483;
 	padding: 3px 19px;
  	border-radius: 7px;
}
@media(max-width: 600px){
	.navbar-toggler-icon {
		background: url(/wp-content/uploads/2022/07/menu.png);
	    z-index: 2;
	    background-size: contain;
	}
	#navbarSupportedContent{
		position: absolute;
	    top: 97px;
	    background: rgb(55, 61, 92);
	    width: 100%;
	}
}
/*Banner*/
.banner{
  	background-color: #373d5c;
}
.banner .col-md-12{
	text-align: right;
	position: relative;
}
.banner .text {
  	text-align: left;
}
.banner .text h1{
  	color: white;
  	font-size: 50px;
  	font-weight: 600;
}
.banner .text h4{
  	color: white;
  	font-size: 20px;
  	font-weight: 500;
  	line-height: 30px;
 	margin-top: 25px;
  	margin-bottom: 30px;
}
.banner .text #consult-list{
  	background-color: white;
  	width: 318px;
 	padding: 18px;
  	border-bottom-right-radius: 5px;
  	border-bottom-left-radius: 5px;
  	transition: opacity 1s;
  	opacity: 0;
  	color: black;
}
.banner .text img{
  	position: absolute;
  	top: 350px;
}
.banner .text #consult-list ul{
  	padding: 0;
  	list-style-type: none;
  	margin-bottom: 0;
}
.banner .text #consult-list ul li{
  	margin-bottom: 18px;
  	font-size: 20px;
}
.banner .text #consult-list ul li:last-child{
  	margin-bottom: 0;
}
.banner .text button .fa-angle-down{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 25px;
	font-weight: 700;
}
.banner .text button {
	background-color: #f8d483;
	color: #373e5d;
	box-shadow: 40px 20px 50px rgb(248 212 131 / 30%);
	font-size: 20px;
	padding: 11px;
	border: none;
	border-radius: 5px;
}
.backg {
	width: 80%;
	margin-top: -8%;
	z-index: -1;
}
.banner .col-md-12 .text{
	position: absolute;
	top: 13%;
	left: 10%;
}
@media(max-width: 600px){ 
	.banner .col-md-12 .text {
	    position: relative;
	    top: 0;
	    left: 0;
	    padding-left: 20px;
	} 
	.banner .text h1 {
	    color: white;
	    font-size: 30px;
	}
	.banner .text h4 {
		font-size: 1rem;
	}
	.backg {
		display: none;
	}
	.banner .col-md-12 img:nth-child(2){
		display: block !important;
		width: 100%;
		margin-top: 0px;
	}
	.banner .col-md-12 img:nth-child(3){
		display: block !important;
		margin-top: -95px;
	}
}
/*Breadcrumb*/
.Breadcrumb{
	padding: 50px 0;
	color: white;
	background-color: #444d75;
	/*margin: 50px 0 70px;*/
} 
.Breadcrumb h2{
 	text-transform: uppercase;
}
.breadcrumb .col-md-12{
  	text-align: center;
}
.breadcrumb .breadcrumbs{
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 20px;
}
.breadcrumb .breadcrumbs a{
	color:white;
	text-decoration: none;
}
.breadcrumb .breadcrumbs img{
  	margin: 0 20px;
}

/* Why Kesatu */
.whyKesatu{
	margin-bottom: 80px;
}
.whyKesatu h1{
  	font-size: 100px;
	color: #f8d483;
	font-weight: bolder;
}
.whyKesatu h1 sup{
  	font-size: 40px;
    color: white;
    top: -70px;
}
.whyKesatu .row .col-md-3{
  	text-align: center;
}
.whyKesatu .row:nth-child(2){
  	margin-top: 50px;
}
.whyKesatu img{
  	margin-bottom: 20px;
}
@media(max-width: 600px){
	.whyKesatu h1 {
	    font-size: 50px;
	}
	.whyKesatu h1 sup {
	    font-size: 25px;
	    top: -45px;
	}
}

/* Our Service */
.our_service{
	padding-top: 70px;
	padding-bottom: 60px;
}
.our_service .container{
	border-top: 3px solid white;
	position: relative;
	border-right: 3px solid white;
	border-top-right-radius: 10px;
	border-bottom: 3px solid white;
	border-bottom-right-radius: 10px;
}
.our_service > .container > .row:nth-child(1){
	height: 182px;
	position: absolute;
	width: 100%;
	top: -62px;
}
.our_service > .container > .row:nth-child(1) .col-md-9{
	height: 108px;
	background: #373d5c;
}
.our_service h1{
	font-size: 100px;
	color: #f8d483;
	font-weight: bolder;
	position: absolute;
	top: -67px;
	width: 100%;
	left: 0px;
}
.our_service h1 sup{
	font-size: 40px;
	color: white;
	top: -70px;
}
.our_service .row:nth-child(2) .col-md-12{
	position: relative;
	padding: 70px 15px 5px;
}
.our_service .row:nth-child(3) {
	margin-bottom: 30px;
	width: 835px;
	margin: 0 auto 30px;
}
.our_service .row:nth-child(3) .col-md-12 .row .col-md-4, .our_service .row:nth-child(3) .col-md-8 .row .col-md-4{
  	margin-bottom: 30px; 
}
.our_service .row:nth-child(3) .col-md-12 .row .col-md-4 div, .our_service .row:nth-child(3) .col-md-8 .row .col-md-4 div{
	background-color: #444d75;
	border-radius: 10px;
	/* padding-bottom: 10px; */
	text-align: center;
	height: 175px;
	padding: 39px 0;
	cursor: pointer;
}
.our_service .row:nth-child(3) .col-md-4 div img{
	width: 22%;
	/* padding-top: 25px; */
}
.our_service .row:nth-child(3) .col-md-4 div p{
	color: white;
	margin-top: 15px;
}
.our_service .tabcontent{
	background: white;
	color:black;
	border-radius: 8px;
	padding: 30px; 
	position: relative;
}
.our_service .tabcontent h3{
  	font-weight: 700;
  	margin-bottom: 40px;
}
.our_service .tabcontent span[onclick]{
  	font-size: 41px;
  	position: absolute;
  	top: -10px;
 	right: 10px;
}
.our_service .tabcontent ul li{
  	display: table;
  	width: 100%;
  	margin-bottom: 20px;
}
.our_service .tabcontent ul li span:nth-child(1), .our_service .tabcontent ul li span:nth-child(2){
  	/*float: right;*/
  	vertical-align: middle;
  	display: table-cell;
}
.our_service .tabcontent ul li span:nth-child(1){
  	padding-right: 2px;
}
.our_service .tabcontent ul li span:nth-child(2){
  	text-align: right;
}
.our_service .tabcontent ul li span:nth-child(2) button{
	background-color: #f8d483;
	color: #373e5d;
	box-shadow: 40px 20px 50px rgb(248 212 131 / 30%);
	font-size: 13px;
	padding: 15px;
	border: none;
	border-radius: 5px;
}
.our_service .tabcontent div {
	text-align: center;
}
.our_service .tabcontent div button{
	background-color: #f8d483;
	color: #373e5d;
	padding: 15px;
	border: none;
	border-radius: 5px;
	width: 32%;
}
.our_service .tabcontent > div > a > button > img {
    width: 13% !important;
    /* vertical-align: middle; */
    margin-bottom: 3px;
    margin-left: 5px;
}
@media(max-width: 600px){
	.our_service h1 {
    	font-size: 50px;
    }
    .our_service h1 sup {
    	top: -45px;
    	font-size: 25px;
	}
	.our_service .row:nth-child(3) {
    	width: 100% !important;
	}
	.our_service .tabcontent {
		margin-bottom: 20px;
	}
}
 
/* Client Testimonial */
.client-testimonial{
	padding: 45px 0 50px;
	color: black;
	background: white;
}
.client-testimonial .col-md-6:nth-child(1) > .slider{
	padding: 0 40px;
	top: -75px;
	border: 3px solid black;
	border-radius: 19px;
	margin-bottom: 25px;
}
.client-testimonial .col-md-6:nth-child(1) > .slider img{
  	margin-left: 55px;
}
.client-testimonial .col-md-6:nth-child(1) > .slider .slick-slide {
	/*display: none;*/
	/*float: left;*/
	height: 66%;
}
/* */
.client-testimonial .col-md-6:nth-child(1) > .slider .slick-prev {
	line-height: 0;
	position: absolute;
	top: 110%;
	left: 85%;
}
.client-testimonial .col-md-6:nth-child(1) > .slider .slick-next {
	line-height: 0;
	position: absolute;
	top: 110%;
	right: 2%;
}
.client-testimonial .col-md-6:nth-child(1) > .slider .slick-prev:before, 
.client-testimonial .col-md-6:nth-child(1) > .slider .slick-next:before {
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #373d5c;
	height: 40px;
	width: 40px;
	border-radius: 40px;
	opacity: 1;
	padding: 10px
}
.client-testimonial .col-md-6:nth-child(1) > .slider .slick-prev:before {
  	content: url('https://kesatu.alamaya.asia/wp-content/uploads/2022/05/angle-left-free-icon-font-2.png');
}
.client-testimonial .col-md-6:nth-child(1) > .slider .slick-next:before {
  	content: url('https://kesatu.alamaya.asia/wp-content/uploads/2022/05/angle-right-free-icon-font-2.png');
}
@media(max-width: 600px){
	.client-testimonial .col-md-6:nth-child(1) > .slider .slick-prev {
		left: 75%;
	}
	.client-testimonial .col-md-6:nth-child(1) > .slider .slick-next {
    	right: 5%;
	}
}
/*About Kesatu*/
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.about-kesatu {
  	padding-bottom: 50px;
}
.about-kesatu h1{
  	font-size: 100px;
    color: #f8d483;
    font-weight: bolder;
}
.about-kesatu h1 sup{
  	font-size: 40px;
    color: white;
    top: -70px;
}
.about-kesatu img{
  	height: auto;
    max-width: 100%;
}
.about-kesatu p{
  	margin-bottom: 0;
}
@media(max-width: 600px){
	.about-kesatu h1 {
		font-size: 50px;
	}
	.about-kesatu h1 sup {
	    font-size: 25px;
	    top: -45px;
	}
}

/*Resource*/
.resources h1{
	font-size: 100px;
	color: #f8d483;
	font-weight: bolder;
	text-align: center;
}

.resources .row:nth-child(2){
	margin-top: 30px;
}
.resources .accordion-button:not(.collapsed) {
	background-color: #444d75;
	color: #f8d483;
	border-radius: 0 !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;

}
.resources .accordion-item{
	border: none; 
	background-color: transparent;
	margin-bottom: 30px;
}
.resources .accordion-button{
 	border-radius: 10px !important;
}
.resources .accordion-button h6{
	font-weight: 800;
	margin-left: 40px;
	margin-bottom: 0;
}
.resources .accordion-button::after {
	background-image: url(https://kesatu.alamaya.asia/wp-content/uploads/2022/05/angle-right-white.png);
	position: absolute;
}
.resources .accordion-button:not(.collapsed)::after {
	background-image: url(https://kesatu.alamaya.asia/wp-content/uploads/2022/05/angle-down-white.png);
}
.resources .collapsed {
	border: none;
	background-color: #444d75;
	color: #f8d483;
}
.resources .accordion-body button {
	border: none;
	border-radius: 10px;
	background-color: #f8d483;
	padding: 10px;
	margin-top: 20%;
	color: #373e5d;
}
.resources .clintBottom {
	background-color: #677098;
	border: none;
	border-radius: 5px;
	padding: 10px 15px 10px 15px;
	color: white;
	margin-bottom: 15px;
}
.resources .clintBottom:hover {
	background-color: #f3d897;
	color: #444d75;
	transition: 250ms;
}
.resources .accordion-body:nth-child(odd){
	background-color: #5f6377;
}
.resources .accordion-body:nth-child(even){
	background-color: #444d75;
}
@media(max-width: 600px){
	.resources h1{
		font-size: 50px;
	}
}

/*Service List*/
.service-list{
	padding-bottom: 50px;
}
.service-list h2 {
	font-size: 40px;
	color: white;
}
.service-list h2:nth-child(1) {
	text-align: left;
}
.service-list h2:nth-child(3) {
	text-align: right;
}
.service-list h1{
	font-size: 100px;
    color: #f8d483;
    font-weight: bolder;
    text-align: center;
}
.service-list .container:nth-child(2){
 	margin-top: 50px;
}
.service-list .container:nth-child(1) .row:nth-child(1){
 	margin: 0 auto;
 	width: 600px;
}

.service-list .slider-service div div{
	height: 400px;
	background-size: cover;
	background-position: center;
}
.service-list .slider-service + .left{
    border-top: 4px solid white;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
    position: absolute;
    border-radius: 10px;
    height: 400px;
    width: 90%;
    bottom: 100px;
    left: -25%;
    z-index: -2;
}
.service-list .slider-service + .right{
    border-top: 4px solid white;
    border-left: 4px solid white;
    border-bottom: 4px solid white;
    position: absolute;
    border-radius: 10px;
    height: 400px;
    width: 90%;
    bottom: 100px;
    right: -19%;
    z-index: -2;
}
.service-list .text-left{
	padding: 55px 55px 60px 0;
}
.service-list .text-right{
	padding: 55px 55px 0px 60px;
}
.service-list .text-left h3, .service-list .text-right h3 {
	color: #f8d584;
}
.service-list .text-right > div, .service-list .text-left > div {
    margin-top: 20px;
}
.service-list .text-right > div button, .service-list .text-left > div button{
    background-color: #f8d483;
    color: #373e5d;
    padding: 5px;
    border: none;
    border-radius: 5px;
    width: 187px;
    font-size: 20px;
}
.service-list .text-right > div button img, .service-list .text-left > div button img{
    margin-bottom: 3px;
    margin-left: 10px;
}

.service-list .container:nth-child(2) .row{
	margin-top: 65px;
}
.service-list .slider-service .slick-prev {
    left: -5.5%;
}
.service-list .slider-service .slick-prev:before, 
.service-list .slider-service .slick-next:before {
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #f8d584;
	height: 30px;
	width: 30px;
	border-radius: 40px;
	opacity: 1;
	padding: 8px
}
.service-list .slider-service .slick-prev:before {
  	content: url('https://kesatu.alamaya.asia/wp-content/uploads/2022/05/angle-left-free-icon-font.png');
}
.service-list .slider-service .slick-next:before {
  	content: url('https://kesatu.alamaya.asia/wp-content/uploads/2022/05/angle-right-free-icon-font.png');
}
.service-list .slider-service .slick-dots {
	bottom: -35px;
}
.service-list .slider-service .slick-dots li button{
	background-color: #bfbfbf;
	border-radius: 20px;
	width: 12px;
	height: 12px;
}
.service-list .slider-service .slick-dots li.slick-active button{
	background: #f8d584;
}
.service-list .slider-service .slick-dots li button:before {
	content: "";
}
@media(max-width: 600px){
	.service-list .container:nth-child(1) .row:nth-child(1) {
	    width: 100%;
	}
	.service-list h1{
		font-size: 50px;
	}
	.service-list h2 {
    	font-size:25px;
    }
    .service-list .slider-service + .left{
    	display: none;
	}
	.service-list .slider-service + .right{
		display: none;
	}
	section.service-list .container:nth-child(1) {
    	margin-bottom: 30px;
	}

}

/*Client*/
.clients{
	padding-bottom: 50px; 
}
.clients h1{
	font-size: 100px;
	color: #f8d483;
	font-weight: bolder;
}
.clients h1 sup{
  	font-size: 40px;
    color: white;
    top: -70px;
}
.clients .container .tab{
	text-align: center;
}
.clients .container .row button{
	background-color: #677098;
    border: none;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
    color: white;
    margin-bottom: 15px;
    margin-right: 15px;
}
.clients #nameall.tabcontent{
	display: flex;
}
.clients .tabcontent{
	display: none;
	margin-top: 30px;
}
.clients .tabcontent .col-md-12 {
	text-align: center;
}
.clients .tabcontent .col-md-12 div{
	display: inline-block;
	width: 19%;
}
.clients .tablinks.active, .clients .tablinks:hover{
	background-color: #f3d897 !important;
    color: #444d75 !important;
    transition: 250ms;
}
@media(max-width: 600px){
	.clients .tabcontent .col-md-12 div {
	    display: inline-block;
	    width: 45%;
	}
	.clients h1{
		font-size: 50px;
	}
	.clients h1 sup{
  		font-size: 25px;
  		top: -45px;
  	}
}

/*FAQ*/
.faq h1 {
    font-size: 100px;
    color: #f8d483;
    font-weight: bolder;
}
.faq .row:nth-child(1){
	margin-bottom: 20px;
}
.faq .accordion-header .accordion-button {
	background-color: #444d75;
    color: #f3d897;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 5px;
    box-shadow: none;
}

.faq .accordion-button::after {
	content: "+";
	background-image: url() !important;
	transform: rotate(0) !important;
	font-size: 1.5rem;
	height: auto;
}
.faq .accordion-button:not(.collapsed)::after {
	content: "-";
	font-size: 1.5rem;
}
.faq .accordion-item {
	background-color: transparent; 
	border: transparent;
	margin-bottom: 20px;
}
.faq ul{
	list-style-type: none;
	padding: 0;
	margin-top: 20px;
}
.faq ul li{
	color: #eaca81;
	margin-bottom: 20px;
	cursor: pointer;
}
.faq li.tablinks.active span {
 	border-bottom: 2px solid;
 	padding-bottom: 4px;
}
.faq .accordion-item h6{
	margin-bottom: 0;
}
.faq .accordion-collapse {
	background-color: #444d75;
}
.faq input[type="image"]{
	width: 20px;
    vertical-align: middle;
    margin-left: 10px;
}
.faq #search{
    background: transparent;
    border: 2px solid #eaca81;
    padding: 12px;
    color: white;
    border-radius: 10px;
}
@media(max-width: 600px){
	.faq h1 {
    	font-size: 50px;
    }
}
/*Contact*/
.contact h1 sup {
    font-size: 40px;
    color: white;
    top: -70px;
}
.contact h1 {
    font-size: 100px;
    color: #f8d483;
    font-weight: bolder;
}
.contact .col-md-4 > div {
    border: none;
    border-radius: 8px;
    background-color: #f8d483;
    color: #373e5d;
    margin-bottom: 20px;
}
.contact .col-md-4 > div > div{
	padding: 40px 25px 20px;
}
.contact .col-md-4 > div > div h4{
	margin-bottom: 20px;
}
.contact .col-md-4 > div > div ul{
	padding:0;
	list-style-type: none;
}
.contact .col-md-4 > div > div ul li{
	margin-bottom: 20px;
	text-align: left;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.contact .col-md-4 > div > div ul li span{
	margin-left: 12px;
}
.contact .col-md-8 input[type="text"], .contact .col-md-8 input[type="email"], .contact .col-md-8 input[type="tel"], .contact .col-md-8 textarea  {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #f8d483;
    color: white;
    padding-right: 10%;
    width: 100%;
}
.contact .col-md-8 input[type="submit"]{
    border: none;
    border-radius: 10px;
    background-color: #f8d483;
    padding: 10px;
    margin-top: 20%;
    color: #373e5d;
}	
.contact .col-md-8 input[type="radio"]{
	display: none;
}
.contact .col-md-8 .buletan{
	width: 24px;
	height: 24px;
	background-color: transparent;
	border: 2px solid #f8d483;
		border-radius: 50%;
	float: left;
	margin-right: 20px;
	cursor: pointer;
	padding: 4px;
}
.contact .col-md-8 .buletan:after{
	content: url("https://kesatu.alamaya.asia/wp-content/uploads/2022/06/check-2.png");
}
.contact .wpcf7-list-item {
	margin-bottom: 13px;
}
.contact .col-md-8 input:checked + .wpcf7-list-item-label .buletan{
	background-color: #f8d483;
}
.contact .col-md-4:nth-child(1) > ul li {
	display: inline-block;
}
.contact .col-md-4:nth-child(1) > ul li div {
    width: 74px;
    padding: 19px 13px;
    height: auto;
    margin-right: 4px;
    margin-left: 5px;
    border-radius: 10px;
    background: #f9d585;
    text-align: center;
}
.contact .col-md-4:nth-child(1) > ul li div img {
	width: 70%;
}
@media(max-width: 600px){
	.contact .col-md-4:nth-child(1) > ul li div {
    	width: 60px;
    }
    .contact .col-md-8 input[type="submit"] {
    	width: 100%;
    }
    .contact h1 sup {
	    font-size: 25px;
	    color: white;
	    top: -45px;
	}
	.contact h1 {
	    font-size: 44px;
	}
}
/*FOOTER*/

.footer{
	background-color: #373d5c; 
	padding: 60px 0 0;
}
.footer .row:nth-child(1) {
    padding-bottom: 45px;
}
/*Logo & Medsos*/
.footer .col-md-4:nth-child(1) > p:nth-of-type(1){
	margin-top: 30px;
	line-height: 25px;
} 
.footer .col-md-4:nth-child(1) > p:nth-of-type(2){
	margin-top: 60px;
}
.footer .col-md-4:nth-child(1) > ul {
	padding: 0;
}
.footer .col-md-4:nth-child(1) > ul li {
	display: inline-block;
}
.footer .col-md-4:nth-child(1) > ul li div{
    width: 41px;
    padding: 10px;
    height: 41px;
    margin-right: 4px;
    margin-left: 5px;
    border-radius: 20px;
    background: #f9d585;
}
.footer .col-md-4:nth-child(1) > ul li div img{
	width: 20px;
}
/*Menu Footer*/
ul#menu-menu-footer {
	padding: 0;
	list-style-type: none;
}
ul#menu-menu-footer li a {
    color: white;
    padding: 5px 0;
}
/*Address*/
.footer .col-md-4:nth-child(2) p:nth-of-type(2){
	margin-top: 30px;
	line-height: 25px;
}
.footer .col-md-4:nth-child(2) p:nth-of-type(3){
	cursor: pointer;
}
/*Contact*/
.footer .col-md-4:nth-child(3) ul {
	list-style-type: none;
	padding: 0;
}
.footer .col-md-4:nth-child(3) ul li {
	margin-bottom: 10px;
}
.footer .col-md-4:nth-child(3) ul li img {
	width: 20px;
	margin-right: 10px;
}
.footer .col-md-4:nth-child(3) p:nth-of-type(2){
	margin-top: 60px;
}
.footer .col-md-4:nth-child(3) div{
	background-color: white;
}
/*Copyright*/
.footer .row:nth-child(2){
	border-top: 1px solid white;
}
.footer .row:nth-child(2) .col-md-12{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer .row:nth-child(2) .col-md-12 p{
	margin-bottom: 0; 
	font-size: 12px;
	letter-spacing: 2px;
}
/*Footer Logo*/
.footer-logo{
	background-color: white;
	padding-top: 10px;
}
.footer-logo{
	text-align: center;
}
.footer-logo ul{
	padding: 0;
}
.footer-logo ul li{
	display: inline-block;
}
.footer-logo img{
  	width: 100%;
}
.mobile-logo{
	display: none !important;
}
@media(max-width: 600px){
	.footer-logo ul{
		display: none;
	}
	.mobile-logo{
		display: block !important;
	}
}
