@import url('//fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&family=Rokkitt:wght@300;400;500;600;700;800;900&display=swap');
/*      font-family: 'Rokkitt', serif;
 * 		font-family: 'Cabin', sans-serif;
 *      font-family: 'Mr Dafoe', cursive;
        font-family: 'Yesteryear', cursive;
*/
@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Mr+Dafoe&family=Yesteryear&display=swap');

@font-face {
    font-family: 'rahayuregular';
    src: url('fonts/rahayu-webfont.woff') format('woff2'),
         url('fonts/rahayu-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* {
	box-sizing: border-box;
}
body {
	font-family: 'Cabin', sans-serif;
}
body::before, body::after {
	display: none !important;
} 
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main {
	margin: 0;
}
#content {
	padding: 0;
}
.vc_section {
	margin: 0;
}
/* h1 {
	font-family: 'rahayuregular';
} */
h3 {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 3.6px;
}
#page {
	margin: 0;
}
.site-inner {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}
.content-area {
	float: left;
	margin: 0;
	width: 100%;
}
#masthead,.container {
	padding: 10px 15px 40px 15px;
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
}
p {
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0.6px;
}
header .site-header-main {
	justify-content: center;
}
header .site-header-main .site-branding {
	margin: 0;
}
.site-header-main .site-branding .site-title {
	font-size: 50px;
	font-family: 'Cabin', sans-serif;
	margin-bottom: 15px;
	letter-spacing: 0px;
}
#site-navigation > a {
	font-family: 'Cabin', sans-serif;
	color: #fff;
	font-size: 24px;
	padding: 0;
	margin-bottom: 20px;
	font-weight: bold;
}
.container{
	padding: 0 15px;
}
#site-header-menu > nav {
	position: fixed;
	right: 0;
	background: #77c5f4;;
	top: 40px;
	max-width: 312px;
	padding: 85px 35px;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s all ease;
}
#site-header-menu > nav li a {
	color: #fff;
}
#site-header-menu > nav.active-menu {
	opacity: 1;
	pointer-events: all;
}
#site-header-menu ul li {
	width: 100%;
	border: none;
}
#site-header-menu ul li a {
	padding: 8px 0;
	text-transform: uppercase;
	font-family: 'Cabin', sans-serif;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 4.5px;
}
.close-icon {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 25px !important;
	margin: 15px;
	cursor: pointer;
}
.arrow-icon {
	position: fixed;
	right: 0;
	top: 10px;
	font-size: 25px !important;
	margin: 45px 15px;
	cursor: pointer;
	z-index: 999;
}
.arrow-icon::after {
	content: "menu";
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(90deg);
	text-transform: uppercase;
	font-family: 'Cabin', sans-serif;
	font-size: 11px;
	letter-spacing: 2.2px;
	transform-origin: bottom;
	margin: 0 20px;
}
#right-col {
	padding: 50px 20px;
}
.footer-contact > div.contact-submit input:hover {
	background: #57b9fb;
}
.custom-btn button:hover{
	background: #85ff85 !important;
}
#right-col .wpb_raw_code h2 {
	/* text-transform: uppercase; */
	letter-spacing: 5px;
	margin: 0 0 10px 0;
	font-size: 35px;
	font-family: 'Yesteryear', cursive;
	color: #77c5f4;
}
#right-col p {
	font-size: 14px;
	line-height: 20px;
}

#left-col .wpb_single_image, #left-col .wpb_single_image img {
	position:relative;
}

#left-col .wpb_wrapper.vc_figure, #left-col .wpb_wrapper.vc_figure * {
	width: 100%;
}
#left-col .wpb_single_image::before {
	content: "";
	position: absolute;
	right: -20px;
	bottom: -20px;
	background: rgb(135,206,250);
	width: 40%;
	height: 60%;
	z-index: 0;
}
#left-col > div {
	padding: 0;
}
#left-col .wpb_single_image, #left-col .wpb_single_image img {
	position: relative;
	margin: 0;
}
.blog-text {
	text-align: center;
}
.blog-text h5 {
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 6px;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
.blog-text h5::after {
	content: "";
	height: 14px;
	width: 120%;
	background: rgb(135,206,250);
	display: block;
	margin-top: -12px;
	margin-left: -12%;
	transition:0.5s all ease;
}
.blog .blog-img {
	margin-bottom: 15px;
	text-align: center;
}
.custom-btn button {
	color: rgb(35, 36, 35) !important;
	background: rgb(135,206,250) !important;
	line-height: 31px !important;
	padding: 0px 52px 0px 18px !important;
	font-family: 'Rokkitt', serif;
	border: none !important;
	transition: 0.5s all ease;
}
.custom-btn, .custom-btn button {
	width: 100%;
	text-align: center !important;
}
.blog > div {
	max-width: 300px;
}
.common-title {
	font-size: 50px !important;
	padding: 0 0 20px 0;
	font-family: 'Belgiansignature';
	color: rgb(135,206,250);
}
.site-header-main .site-branding .site-title a {
	transition: 0.5s all ease;
	color: rgb(135,206,250);
}
header .site-header-main .site-branding .site-title:hover a {
	color: #77c5f4;
}
#testimonial .slick-arrow {
	text-indent: 0;
	color: #363636;
	font-size: 0;
}
#testimonial .slick-arrow {
	background: none !important;
	font-size: 0;
	line-height: 18px;
	font-family: 'Rokkitt', serif;
	white-space: nowrap;
	color: #fff;
}
#testimonial .slick-prev.slick-arrow::before {
	content: "prev";
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 3px;
	margin-left: -10px;
}
#testimonial .slick-next.slick-arrow::before {
	content: "next";
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 3px;
	margin-left: -10px;
}
#testimonial .slick-arrow::after {
	font-family: fontawesome;
	display: inline-block;
	font-size: 24px;
	float: left;
}
#testimonial .slick-prev.slick-arrow::after {
	content: "\f177";
}
#testimonial .slick-next.slick-arrow::after {
	content: "\f178";
}
#testimonial p.common-text {
	font-size: 20px;
	line-height: 24px;
	font-family: 'Rokkitt', serif;
	letter-spacing: 4px;
	max-width: 700px;
	margin: 0 auto;
	color: #fff;
}
#testimonial .slick-slide .wpsisac-slide-title ,#testimonial .slick-dots{
	display: none !important;
}
p.common-sm-txt {
	font-size: 17px;
	line-height: 20px;
	font-family: 'Rokkitt', serif;
	letter-spacing: 3.4px;
}
#testimonial p.small-text {
	font-size: 10px;
	letter-spacing: 1.4px;
	margin-top: 15px;
	color: #fff;
	font-weight: bold;
}
#testimonial .slick-list.draggable::before {
	content: "\f10d";
	position: absolute;
	left: 220px;
	top: 30px;
	font-size: 54px;
	color: #77c5f4;;
	z-index: -1;
	font-family: fontawesome;
}
#fitness-sec {
	text-align: center;
}
#fitness-sec h3 {
	text-transform: uppercase;
	letter-spacing: 5.4px;
	font-size: 18px;
	line-height: 22px;
}

.sign {
	font-family: 'rahayuregular';
	font-size: 27px;
	font-weight: bold;
	margin-left: 200px;
	margin-top: -15px;
}
.small-text {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 3.6px;
	text-transform: uppercase;
}
#fitness-sec h1 {
	letter-spacing: 5px;
}
.blue-title p {
	text-align: center;
	color: #60bfff;
	letter-spacing: 3.4px;
}
.social-list li {
	display: inline-block;
	margin: 8px;
		border: none;
	display: inline-block;
	width: auto !important;
}
.social-list li a {
	font-size: 0 !important;
}
.social-list li a::before {
	font-family: fontawesome;
	font-size: 18px;
}
.social-list li a.facebook::before {
	content: "\f09a";
}
.social-list li a.instagram::before {
	content: "\f16d";
}
.social-list li a.pintrest::before {
	content: "\f0d2";
}
#site-navigation .social-list {
	position: absolute;
	bottom: 0;
	right: 50px;
}
#site-header-menu ul.social-list li a {
	letter-spacing: 0;
}
footer {
	background: rgb(135,206,250);
	padding: 40px 0;
	float: left;
	width: 100%;
}

footer .blog-text h5::after, .footer-contact > div.contact-submit input {
	background: #31c3e7;
}
.entry-footer {
	display: none;
}
.footer-address {
	float: left;
	padding: 30px 30px;
	color: #fff;
	background: #77c5f4;
	margin: 13px;
	border-top: 4px solid #fff;
	width: 100%;
	box-shadow: 6px 6px 30px rgba(255,255,255,0.25);
	border-radius: 20px;
}
.footer-address li {
	margin-bottom: 15px;
	font-size: 18px;
}
.footer-address a {
	color: #fff;
	font-size: 18px;
}
#picture-gallery .blog > div {
	max-width: none;
}
#picture-gallery .blog > div > div {
	border: 1px solid rgba(141, 208, 250, 0.45);
	box-shadow: 2px 2px 10px rgba(141, 208, 250, 0.45);
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	transition: 0.5s all ease;
}

#picture-gallery .blog > div > div:hover {
	border-radius: 10px;
	box-shadow: 4px 4px 10px rgba(141, 208, 250, 0.65);
}
#picture-gallery .blog > div > div:hover .blog-text {
	background: #fff;
}
#picture-gallery .blog > div > div:hover .blog-text h5::after {
	width: 140%;
	margin-left: -24%;
}
#picture-gallery .blog > div > div .blog-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.8);
	padding-top: 10px;
	transition: 0.5s all ease;
	z-index: 2;
}
#picture-gallery .blog > div > div .wpb_content_element {
	margin: 0;
}
#img-with-content .title-txt {
	text-align: center;
	box-shadow: 2px 2px 12px #77c5f4;
	padding: 30px 15px;
	margin-bottom: 80px;
	border-radius: 5px;
}
#img-with-content .title-txt h1 {
	color: #77c5f4;
}
.txt-justify {
	text-align: justify;
}
.site-description {
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
	display: block;
}
footer .container > div {
	float: left;
	width: 50%;
}
.wpcf7-form.init .wpcf7-form-control-wrap .wpcf7-list-item:nth-child(2n+1) {
	background: rgb(135,206,250);
}
.vc_row.wpb_row.vc_row-fluid.contact-us .footer-address * {
	color: #fff;
}
.vc_row.wpb_row.vc_row-fluid.contact-us .footer-address {
	color: #fff;
	border-radius: 50px;
	padding: 65px;
	margin: 50px auto !important;
	float: none;
	max-width: 500px;
}
.wpcf7-form.init .wpcf7-form-control-wrap .wpcf7-list-item {
	width: 100%;
	padding: 8px;
	border: 1px solid rgb(135,206,250);
	margin: 0;
}
.close-icon,.footer-left .site-branding * {
	color: #fff !important;
}
#site-header-menu * {
	color: #77c5f4;
}
.readmore-txt ul li {
	text-align: left;
	list-style: disc;
	padding-left: 10px;
	margin-left: 15px;
}
.readmore-txt {
	text-align: justify;
}
#three-col .blog .blog-img img {
	max-width: 205px;
	margin-bottom: 20px;
	width: 100%;
}
#img-slider .wpb_heading.wpb_gallery_heading {
	display: none;
}
#img-slider .vc_images_carousel .vc_carousel-control .icon-next, 
#img-slider .vc_images_carousel .vc_carousel-control .icon-prev {
	color: #fff;
}
header .site-header-main #site-header-menu {
	display: block !important;
}
#menu-toggle {
	display: none;
}
@media only screen and (max-width:991px){
	.footer-address, #content #main .entry-content {
		margin: 0 !important;
	}
	.site-header-main .site-branding .site-title {
		font-size: 34px;
		text-align: center;
	}
}
@media only screen and (max-width:767px){
	#img-with-content .title-txt br {
		display: none;
	}
	#left-col {
		max-width: 400px;
	}
	#lr-img-txt {
		display: flex;
		flex-wrap: wrap;
	}
	#lr-img-txt #right-col {
		order: 2;
		padding-left: 0;
		padding-right: 0;
	}
	.blog > div {
		max-width: 100%;
	}
	#picture-gallery .blog {
		max-width: 354px;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	footer .container > div {
		width: 100%;
	}
	.site-header-main .site-branding .site-title {
		font-size: 24px;
		padding: 0 50px;
	}
}
@media only screen and (max-width:520px){
	#testimonial .slick-track .wpsisac-slider-content {
		padding: 0;
	}
		#testimonial .wpb_column > .vc_column-inner > div * {
		padding: 0;
	}
	#testimonial p.common-text {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 1px;
		text-align: justify;
	}
	#testimonial .slick-arrow {
		top: 100% !important;
		width: 100px;
		bottom: 0px !important;
	}
	.site-description {
		font-size: 14px;
		letter-spacing: 0px;
	}
}
.custom-logo-link {
	text-align: center;
}