/*------------------------------
|TABLE OF content 				|
|1.Global CSS					|
|2.Header						|
|3.Banner						|
|4.Free Guide 2					|
|5.Intro 						|
|6.About						|
|7.Reason						|
|8.Offer						|
|9.Testimoni					|	
|10.CTA 						|
|11.Contact Us 					|
|12.Map 						|
|13.Footer						|
-------------------------------*/
/*1.Global CSS*/
h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
p, li {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
.dot {
  height: 35px;
  width: 35px;
  background-color: #063b66;
  border-radius: 50%;
  display: inline-block;
}
.styleku-font-color-darkblue {
	color: #063b66;
}
.styleku-font-color-blue {
	color: #0d7ce6;
}
.styleku-color-blue-button {
	background-color: #0d7ce6;
	border-radius: 15px;
}
.styleku-color-blue-button:hover {
	background-color: #136abd;
}
.styleku-color-white-button {
	background-color: #ffffff;
	border-radius: 15px;
}
.styleku-color-white-button:hover {
	background-color: #ebe5e5;
}
.styleku-bg-blue {
	background-color: #0d7ce6;
}
.styleku-bg-darkblue {
	background-color: #063b66;
}
.styleku-border-radius-col {
	border-radius: 25px;
}
.styleku-border-radius {
	border-radius: 15px;
}
.styleku-bg-darkgray {
	background-color: #ebebeb;
}
.styleku-bg-gray {
	background-color: #f4f4f4;
}
.styleku-transform {
	transform: scaleX(-1);
}
.styleku-filter-shadow-img {
	filter: drop-shadow(4px 4px 8px gray);
}
.styleku-max-height {
	height: 990px;
}
.white a:link {color:#FFFFFF;}

/*2.Header*/
header .styleku-button-header {
	border-radius: 20px; 
  	background-color: #063b66;
}
header .styleku-button-header:hover {
	background-color: #366388;
}
header a i:hover, a i:active {
	color: #a0e3fc;
}
/*3.Banner*/
/*4.Free Guide 2*/
/*5.Intro*/
/*6.About*/
/*7.Reason*/
/*8.Offer*/
#styleku-area-offer .styleku-pb-col1 {
	padding-bottom: 285px;
}
#styleku-area-offer .styleku-pb-col2 {
	padding-bottom: 235px;
}
/*9.Testimoni*/
#styleku-area-testi .styleku-padding-testi-col2 {
	padding-bottom: 30px;
}
#styleku-area-testi .styleku-padding-testi-col3 {
	padding-bottom: 35px;
}
#styleku-area-testi .styleku-margin-bottom {
	margin-bottom: 250px;
}
#styleku-area-testi .styleku-font-title {
	font-family: 'Raleway', sans-serif;
}
#styleku-area-testi .styleku-max-height-testi {
	height: 665px;
}
#styleku-area-testi .styleku-pb-judul-testi {
	padding-bottom: 50px;
}
#styleku-area-testi .styleku-pt-text-testi {
	padding-top: 50px;
}
/*10.CTA*/
#styleku-area-cta .styleku-padding-cta {
	padding-right: 70px;
	padding-left: 70px;
}
#styleku-area-cta .styleku-margin-top {
	margin-top: -230px;
}
#styleku-area-cta .styleku-margin-top-mobile {
	margin-top: -290px;
}
/*11.Contact Us*/
#styleku-area-contact .styleku-width-logo {
	width: 150px;
}
/*12.Map*/
#styleku-area-map .styleku-ukuran-map {
	width: 100%;
	height: 450px;
}
/*13.Footer*/
footer .dot {
  height: 35px;
  width: 35px;
  background-color: #fffffe;
  border-radius: 50%;
  display: inline-block;
}