/*

Lava Landing Page

https://templatemo.com/tm-540-lava-landing-page

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. testimonials
08. contact
09. footer
10. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.logo-s {
	display: none;
}
ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
	display: block;
}

* {
	box-sizing: border-box;
}

html,
body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	background-color: #fff;
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	margin-bottom: 0px;
}

p {
	font-size: 15px;
	line-height: 25px;
	color: #888;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
	background: #fff;
	font-family: "Poppins", sans-serif;
}

::selection {
	background: #0a0a0a;
	color: #fff;
}

::-moz-selection {
	background: #0a0a0a;
	color: #fff;
}

@media (max-width: 991px) {
	html,
	body {
		overflow-x: hidden;
	}
	.mobile-top-fix {
		margin-top: 30px;
		margin-bottom: 0px;
	}
	.mobile-bottom-fix {
		margin-bottom: 30px;
	}
	.mobile-bottom-fix-big {
		margin-bottom: 60px;
	}
}

a.button-rounded {
	font-size: 12px;
	border-radius: 25px;
	padding: 0 10px;
	background-color: #ffbf00;
	/* color: #ad0065; */
	font-weight: 600;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a.main-button-slider {
	font-size: 14px;
	border-radius: 25px;
	padding: 15px 25px;
	background-color: #2d8654;
	text-transform: uppercase;
	color: #089940;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a.main-button-action1 {
	border-radius: 25px;
	/* background-color: #bd02d2; */
	font-size: 14px;
	padding: 8px 15px;
	/* border: #2d8654 solid 2px; */
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a.main-button-action {
	border-radius: 25px;
	font-size: 14px;
	padding: 8px 15px;
	/* background-color: #bd02d2; */
	border: #bd02d2 solid 2px;
	text-transform: uppercase;
	color: #bd02d2;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
	/* background-color: #0a0a0a; */
}

a.main-button {
	font-size: 14px;
	border-radius: 25px;
	padding: 15px 25px;
	background-color: #f4813f;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

a.main-button:hover {
	background-color: #0a0a0a;
}

#promotion .text-actions h2 {
	font-size: 26pt;
}
button.main-button {
	outline: none;
	border: none;
	cursor: pointer;
	font-size: 14px;
	border-radius: 25px;
	padding: 15px 25px;
	background-color: #f4813f;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

button.main-button:hover {
	background-color: #0a0a0a;
}

.center-heading {
	margin-bottom: 70px;
}

.center-heading h2 {
	margin-top: 0px;
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	color: #1e1e1e;
	margin-bottom: 25px;
}

.center-heading h2 em {
	font-style: normal;
	color: #f4813f;
}

.center-heading p {
	font-size: 15px;
	color: #888;
	text-align: center;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
	background-color: #fff;
	height: 80px !important;
	position: fixed !important;
	top: 0px;
	left: 0px;
	right: 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
	color: #1e1e1e !important;
}

.background-header .main-nav .nav li:hover a {
	color: #2d8654 !important;
}

.background-header .nav li a.active {
	color: #2d8654 !important;
}

.header-area {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
	height: 100px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.header-area .main-nav {
	min-height: 80px;
	background: transparent;
}

.header-area .main-nav .logo {
	line-height: 80px;
	color: #191a20;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	float: left;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
	float: left;
	margin-top: 27px;
	margin-left: 50%;
	margin-right: 0px;
	padding: 0px 20px;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	z-index: 999;
}

.header-area .main-nav .nav li {
	padding-left: 10px;
	padding-right: 10px;
}

.header-area .main-nav .nav li:last-child {
	padding-right: 0px;
}

.header-area .main-nav .nav li a {
	display: block;
	font-weight: 500;
	font-size: 13px;
	color: #fffefe;
	/* text-transform: uppercase;  */
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	height: 40px;
	line-height: 40px;
	border: transparent;
	letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a {
	color: #df3182;
}

.header-area .main-nav .nav li.submenu {
	position: relative;
	padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
	font-family: FontAwesome;
	content: "\f107";
	font-size: 12px;
	color: #7a7a7a;
	position: absolute;
	right: 18px;
	top: 12px;
}

.header-area .main-nav .nav li.submenu ul {
	position: absolute;
	width: 200px;
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	overflow: hidden;
	top: 40px;
	opacity: 0;
	transform: translateY(-2em);
	visibility: hidden;
	z-index: -1;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
		z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
	display: block;
	background: #fff;
	color: #7a7a7a !important;
	padding-left: 8px;
	height: 40px;
	line-height: 40px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	font-size: 13px;
	border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 40px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	/* background: #2d8654; */
}

.header-area .main-nav .nav li.submenu ul li a:hover {
	background: #fff;
	/* color: #2d8654!important; */
	padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
	width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 23px;
	width: 32px;
	height: 40px;
	text-indent: -9999em;
	z-index: 99;
	right: 40px;
	display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #1e1e1e;
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
	background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #1e1e1e;
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0;
	width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
	background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
	content: "";
}

.header-area .main-nav .menu-trigger span {
	top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
	-moz-transform-origin: 33% 100%;
	-ms-transform-origin: 33% 100%;
	-webkit-transform-origin: 33% 100%;
	transform-origin: 33% 100%;
	top: -10px;
	z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
	-moz-transform-origin: 33% 0;
	-ms-transform-origin: 33% 0;
	-webkit-transform-origin: 33% 0;
	transform-origin: 33% 0;
	top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
	background-color: transparent;
	width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
	-moz-transform: translateY(6px) translateX(1px) rotate(45deg);
	-ms-transform: translateY(6px) translateX(1px) rotate(45deg);
	-webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
	transform: translateY(6px) translateX(1px) rotate(45deg);
	background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
	background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
	-moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
	-ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
	-webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
	transform: translateY(-6px) translateX(1px) rotate(-45deg);
	background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
	background-color: #1e1e1e;
}

.header-area.header-sticky {
	min-height: 80px;
}

.header-area.header-sticky .nav {
	margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
	/* color: #2d8654; */
}

@media (max-width: 1200px) {
	#promotion .text-actions h2 {
		font-size: 26pt;
	}
	#promotion .img-right-action {
		display: block;
	}

	.header-area .main-nav .nav li {
		padding-left: 12px;
		padding-right: 12px;
	}
	.header-area .main-nav:before {
		display: block;
	}
}
/* .progs{
  display: block;
} */
@media (max-width: 991px) {
	.progs {
		display: block;
	}
	#call-to-action .text-actions h2 {
		font-size: 16pt;
	}
	#call-to-action .text-actions p {
		font-size: 10pt;
	}
	#call-to-action .img-right-action {
		display: none;
	}

	#about {
		padding: 20px 0px;
	}

	#welcome .img-right-action {
		display: none;
	}
	.logo {
		text-align: center;
		float: none !important;
	}
	.header-area {
		background-color: #f7f7f7;
		padding: 0px 15px;
		height: 80px;
		box-shadow: none;
		text-align: center;
	}
	.header-area .container {
		padding: 0px;
	}
	.header-area .logo {
		margin-left: 30px;
	}
	.header-area .menu-trigger {
		display: block !important;
	}
	.header-area .main-nav {
		overflow: hidden;
	}
	.header-area .main-nav .nav {
		float: none;
		width: 100%;
		margin-top: 0px !important;
		display: none;
		-webkit-transition: all 0s ease 0s;
		-moz-transition: all 0s ease 0s;
		-o-transition: all 0s ease 0s;
		transition: all 0s ease 0s;
		margin-left: 0px;
	}
	.header-area .main-nav .nav li:first-child {
		border-top: 1px solid #eee;
	}
	.header-area .main-nav .nav li {
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #eee;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.header-area .main-nav .nav li a {
		height: 50px !important;
		line-height: 50px !important;
		padding: 0px !important;
		border: none !important;
		background: #f7f7f7 !important;
		color: #191a20 !important;
	}
	.header-area .main-nav .nav li a:hover {
		background: #eee !important;
		color: #2d8654 !important;
	}
	.header-area .main-nav .nav li.submenu ul {
		position: relative;
		visibility: inherit;
		opacity: 1;
		z-index: 1;
		transform: translateY(0%);
		transition-delay: 0s, 0s, 0.3s;
		top: 0px;
		width: 100%;
		box-shadow: none;
		height: 0px;
	}
	.header-area .main-nav .nav li.submenu ul li a {
		font-size: 12px;
		font-weight: 400;
	}
	.header-area .main-nav .nav li.submenu ul li a:hover:before {
		width: 0px;
	}
	.header-area .main-nav .nav li.submenu ul.active {
		height: auto !important;
	}
	.header-area .main-nav .nav li.submenu:after {
		color: #3b566e;
		right: 25px;
		font-size: 14px;
		top: 15px;
	}
	.header-area .main-nav .nav li.submenu:hover ul,
	.header-area .main-nav .nav li.submenu:focus ul {
		height: 0px;
	}
}

@media (min-width: 992px) {
	.header-area .main-nav .nav {
		display: flex !important;
	}
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
	background: linear-gradient(100deg, #2d8654 42%, rgba(255, 255, 255, 0) 100%),
		url("../images/cover.jpg");
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#about1.alasan-page {
	background: linear-gradient(
			-120deg,
			rgb(255, 255, 255) 30%,
			rgba(255, 255, 255, 0) 100%
		),
		url("../images/alasan.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	/* background-image: url(../images/bg1.jpg); */
	background-position: center;
	background-size: cover;
}

.about-text1 {
	font-size: 32pt;
	padding-bottom: 10px;
	font-weight: 800;
	color: #2d8654;
	text-align: center;
}

#about1 ul li .text p {
	font-size: 13pt;
	text-align: justify;
	line-height: 17pt;
	letter-spacing: 1px;
	border-spacing: 22pt;
	color: #000;
}

#about2.alasan-page {
	background: linear-gradient(
			120deg,
			rgb(255, 255, 255) 30%,
			rgba(255, 255, 255, 0) 100%
		),
		url("../images/kur_diniyah.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	/* background-image: url(../images/bg1.jpg); */
	background-position: center;
	background-size: cover;
}

.about-text2 {
	font-size: 32pt;
	padding-bottom: 10px;
	font-weight: 800;
	color: #2d8654;
	text-align: center;
}

#about2 p {
	font-size: 13pt;
	text-align: justify;
	font-weight: 500;
	line-height: 17pt;
	/* letter-spacing: 1px; */
	border-spacing: 22pt;
	color: #000;
	padding: 10px 0;
}
#about2 ul li table {
	font-size: 12pt;
	text-align: justify;
	line-height: 14pt;
	color: #000;
}
#about2 ul li div table {
	border-spacing: 40px;
}
#about2 ul li table div {
	font-size: 13pt;
	text-align: justify;
	font-weight: 700;
	line-height: 12pt;
	color: #000;
}

#info {
	background: #2d8654;
	padding: 40px 20px;
}
.cta-text1 {
	font-weight: 700;
	font-style: normal;
	line-height: 42pt;
	font-size: 42pt;
	letter-spacing: 0.5pt;
	color: #f4c656;
	margin-bottom: 20px;
}
.cta-text2 {
	font-weight: 500;
	font-style: normal;
	line-height: 16pt;
	font-size: 14pt;
	letter-spacing: 1pt;
	color: #fff;
	margin-bottom: 20px;
	padding: 0 25%;
}

.btn-cta-1 {
	padding: 10px 20px;
	background-image: linear-gradient(#f4c656, #b87f25);
	color: #2d8654;
	font-size: 36pt;
	font-weight: bold;
	border-radius: 10px;
	letter-spacing: 2pt;
}
.btn-cta-2 {
	margin-top: 20px;
	padding: 10px;
	background-image: linear-gradient(#f4c656, #b87f25);
	color: #2d8654;
	font-size: 12pt;
	font-weight: bold;
	border-radius: 10px;
	letter-spacing: 2pt;
}

.btn-cta-2:hover {
	background-image: linear-gradient(#f4c656, #b87f25);
	color: #2d8654;
}
#info2 {
	background: #fcfcfc;
	padding: 40px 20px;
	color: #181818;
}
.info-text1 {
	font-weight: 700;
	font-style: normal;
	line-height: 21pt;
	font-size: 46pt;
	letter-spacing: 0.5pt;
	color: #181818;
	margin-bottom: 40px;
}
.info-text2 {
	font-weight: 700;
	font-style: normal;
	line-height: 18pt;
	font-size: 16pt;
	letter-spacing: 1pt;
	color: #181818;
	text-align: center;
}
.info-child1 {
	padding: 10px 20px;
	background-image: linear-gradient(#2d8654, #2d8654);
	color: #fff;
	font-size: 14pt;
	font-weight: 600;
	border-radius: 8px;
	letter-spacing: 0pt;
	margin: 5px 5px 5px auto;
}
.info-child2 {
	padding: 10px 20px;
	background-image: linear-gradient(#2d8654, #2d8654);
	color: #fff;
	font-size: 14pt;
	font-weight: 600;
	border-radius: 8px;
	letter-spacing: 0pt;
	margin: 5px auto 5px 5px;
}

#slider {
	width: 100%;
	min-height: 90vh;
	background: #2d8654;
	overflow: hidden;
	position: relative;
}
@media (max-height: 500px) {
	#slider {
		height: 150vh;
	}
}
#slider .carousel,
#slider .carousel-inner,
#slider .carousel-item,
#slider .carousel-item::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

#slider .carousel-item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#slider .carousel-item::before {
	content: "";
	background: linear-gradient(100deg, #2d8654 32%, rgba(255, 255, 255, 0) 100%);
}
#slider .carousel-container {
	display: flex;
	/* justify-content:center;
  align-items:center; */
	position: absolute;
	bottom: 0;
	top: 50px;
	left: 50px;
	right: 50px;
}
#slider .container {
	text-align: center;
}
#slider h2 {
	font-weight: 700;
	color: #f4c656;
}

#slider .text-slide1 {
	font-size: 3rem;
}
#slider .text-slide2 {
	font-size: 1.5rem;
	text-align: left;
	margin-bottom: 20px;
}
#slider p {
	font-size: 13pt;
	text-align: left;
	color: #ffffff;
	/* font-weight: 600; */
}
#slider table {
	font-size: 13pt;
	text-align: left;
	color: #ffffff;
	/* font-weight: 600; */
}

#slider.carousel-fade {
	overflow: hidden;
}
#slider.carousel-fade .carousel-inner .carousel-item {
	transition-property: opacity;
}
#slider.carousel-fade .carousel-inner .active.carousel-item-end,
#slider.carousel-fade .carousel-inner .active.carousel-item-start,
#slider.carousel-fade .carousel-inner .carousel-item {
	opacity: 0;
}
#slider.carousel-fade .carousel-inner .active,
#slider.carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#slider.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
	opacity: 1;
	transition: 0.5s;
}
#slider.carousel-fade .carousel-inner .active.carousel-item-end,
#slider.carousel-fade .carousel-inner .active.carousel-item-start,
#slider.carousel-fade .carousel-inner .carousel-item-next,
#slider.carousel-fade .carousel-inner .carousel-item-prev {
	left: 0;
	transform: translate3d(0, 0, 0);
}
#slider.carousel-control-next,
#slider.carousel-control-prev {
	width: 10%;
}
#slider .logo-page-slider {
	margin: 0 8%;
	border-radius: 10px;
	font-weight: 600;
	z-index: 99999;
	padding: 0px 40px;
}

#fasilitas.fasilitas-page {
	min-height: 600px;
	padding: 60px 40px;
	background: linear-gradient(
			rgba(255, 255, 255, 0.719) 30%,
			rgba(255, 255, 255, 0.781) 100%
		),
		url("../images/fasilitas2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.fasilitas-text1 {
	font-size: 38pt;
	padding-bottom: 10px;
	font-weight: 800;
	color: #2d8654;
	text-align: center;
}

#fasilitas ul li table {
	font-size: 20pt;
	font-weight: 600;
	line-height: 38pt;
	border-spacing: 22pt;
}

.welcome-area .header-text .left-text {
	/* position: relative; */
	align-self: center;
	padding: 0 10px;
	transform: perspective(1px) translateY(-35%) !important;
	z-index: 9;
}

.btn-header-1 {
	padding: 10px 20px;
	background-image: linear-gradient(#fffc5e, #b87f25);
	color: #2d8654;
	font-size: 34pt;
	font-weight: bold;
	border-radius: 10px;
}
.welcome-area .header-text .text1 {
	font-weight: 400;
	font-size: 16pt;
	line-height: 20pt;
	letter-spacing: 1.2px;
	color: #fafafa;
}
.welcome-area .header-text .text2 {
	font-weight: 600;
	font-style: normal;
	line-height: 58pt;
	font-size: 60pt;
	letter-spacing: 5pt;
	color: #fff;
	margin-bottom: 20px;
}
.welcome-area .header-text .text3 {
	/* font-weight: 500; */
	font-size: 20pt;
	line-height: 20pt;
	letter-spacing: 1pt;
	color: #f4c656;
	padding-bottom: 20px;
}

/* 
---------------------------------------------
VISI MISI
--------------------------------------------- 
*/

#visimisi {
	padding: 100px 0px;
	position: relative;
	z-index: 10;
}

.logo-progs {
	width: 200px;
	height: 120px;
}

div.progs {
	margin: -66px 0 30px 0;
	z-index: 8;
	/* margin: 20px 0; */
	/* position: absolute; */
}
div .progs-page {
	margin: 0 3.5%;
	border-radius: 10px;
	font-weight: 600;
	background-color: rgba(238, 238, 238, 0.521);
	z-index: 99999;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	padding: 0px;
}

/* 
@media (min-width: 1320px) {
  .welcome-area .header-text {
    width: 70%;
    margin-left: 5%;
  }
} */

@media (min-width: 1000px) {
	.welcome-area .header-text .left-text {
		margin-top: 38%;
	}

	.welcome-area .header-text {
		width: 50%;
		margin-left: 5%;
	}
}

#about1 .img-ab1 {
	position: absolute;
	top: -34px;
}

.call-icons li.call-icons-phone a {
	color: var(--primary3);
	background-color: var(--light2);
	padding: 10px 22px;
	border-radius: 10px;
	font-size: 12pt;
}
.call-icons li.call-icons-phone a i,
.call-icons li.call-icons-email a i {
	font-size: 26pt;
}
/* //////////////////pixel 2///////////////////////// */
/* //////////////////pixel 2///////////////////////// */
/* //////////////////pixel 2///////////////////////// */
@media (max-width: 911px) {
	.call-icons li.call-icons-phone a,
	.call-icons li.call-icons-email a {
		font-size: 8pt;
		color: #fff;
		background-color: #2d8654;
	}
	.call-icons li.call-icons-phone a:hover,
	.call-icons li.call-icons-email a:hover {
		color: #2d8654;
		background-color: #fff;
	}
	.logo-d {
		display: none;
	}
	.logo-s {
		display: inline;
	}

	#header.header-scrolled {
		background: #fff;
	}
	.call-icons li.call-icons-phone a i,
	.call-icons li.call-icons-email a i {
		font-size: 18pt;
		margin: 10px 0;
	}
	.logo-progs {
		width: 30%;
		height: 80px;
	}
	div.progs {
		margin-top: -280px;
		z-index: 8;
		position: absolute;
	}
	div .progs-page {
		background-color: rgba(255, 255, 255, 0.699);
		margin: auto;
		border-radius: 10px;
		padding: 1%;
	}

	#about1 {
		min-height: 720px;
	}

	#about1 .img-ab1 {
		position: absolute;
		top: 560px;
	}
	#about1.alasan-page {
		background: linear-gradient(
				-180deg,
				rgb(255, 255, 255) 0%,
				rgba(255, 255, 255, 0) 100%
			),
			url("../images/alasan.jpg");
		background-size: auto 60%;
		background-repeat: no-repeat;
		background-position: left bottom;
	}

	.about-text1 {
		font-size: 18pt;
		padding-bottom: 10px;
		font-weight: 800;
		color: #2d8654;
		text-align: center;
		margin: 10px 40px;
	}

	#about1 ul li div.text p {
		font-size: 12pt;
		line-height: 14pt;
		border-spacing: 21pt;
		padding: 10px;
	}

	#about2 {
		min-height: 720px;
	}

	#about2 .img-ab1 {
		position: absolute;
		top: 560px;
	}
	#about2.alasan-page {
		background: linear-gradient(
				-180deg,
				rgb(255, 255, 255) 0%,
				rgba(255, 255, 255, 0) 100%
			),
			url("../images/kur_diniyah.jpg");
		background-size: auto 60%;
		background-repeat: no-repeat;
		background-position: center bottom;
	}

	#about2 p {
		font-size: 12pt;
		line-height: 14pt;
		border-spacing: 21pt;
		padding: 10px;
	}

	#about2 ul li table {
		font-size: 12pt;
		line-height: 14pt;
		border-spacing: 21pt;
		padding: 10px;
	}

	.about-text2 {
		font-size: 22pt;
		padding-bottom: 10px;
		font-weight: 800;
		color: #2d8654;
		text-align: center;
		margin: 10px 40px;
	}

	/* #about1 ul li  {
      font-size: 14pt;
      font-weight: 600;
      line-height: 22pt; border-spacing: 22pt 
    }
     */

	.cta-text1 {
		font-weight: 700;
		font-style: normal;
		line-height: 32px;
		font-size: 28pt;
		letter-spacing: 0.5pt;
		color: #f4c656;
		margin-bottom: 20px;
	}
	.cta-text2 {
		font-weight: 500;
		line-height: 18pt;
		font-size: 14pt;
		color: #fff;
		margin-bottom: 20px;
		padding: 0 10%;
	}
	.btn-cta-1 {
		padding: 10px 20px;
		font-size: 18pt;
		font-weight: bold;
		border-radius: 8px;
	}

	#slider .carousel-item {
		background-size: auto 56%;
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	#slider .carousel-item::before {
		background: linear-gradient(
			-180deg,
			#2d8654 54%,
			rgba(255, 255, 255, 0) 100%
		);
	}
	#slider .text-slide1 {
		font-size: 2.6rem;
		text-align: center;
		margin-bottom: 20px;
	}
	#slider .text-slide2 {
		font-size: 2.6rem;
		text-align: center;
		margin-bottom: 20px;
	}
	#slider table {
		font-size: 14pt;
		text-align: left;
		color: #ffffff;
		font-weight: 600;
	}
	#slider .logo-page-slider {
		margin: 0;
		border-radius: 10px;
		z-index: 99999;

		padding: 0px 26px;
	}

	#info2 {
		min-height: 360px;
	}
	.info-text1 {
		font-weight: 700;
		font-style: normal;
		line-height: 32pt;
		font-size: 28pt;
		letter-spacing: 0.5pt;
		margin-bottom: 10px;
	}
	.info-text2 {
		font-weight: 700;
		font-style: normal;
		line-height: 15pt;
		font-size: 12pt;
		letter-spacing: 1pt;
		color: #181818;
		padding: 0 1%;

		border-spacing: 30px;
		margin-bottom: 10px;
		margin: 20px 10px;
	}

	.info-child1,
	.info-child2 {
		padding: 10px 20px;
		font-size: 14pt;
		font-weight: 600;
		border-radius: 8px;
		letter-spacing: 0pt;
		margin: 5px auto;
	}

	#fasilitas.fasilitas-page {
		min-height: 710px;
		padding: 40px 10px;
		background: linear-gradient(
				-180deg,
				rgb(255, 255, 255) 30%,
				rgba(255, 255, 255, 0.616) 100%
			),
			url("../images/fasilitas2.jpg");
		background-size: auto 40%;
		background-repeat: no-repeat;
		background-position: bottom center;
	}

	.fasilitas-text1 {
		font-size: 38pt;
		padding-bottom: 10px;
		font-weight: 800;
		color: #2d8654;
		text-align: center;
	}
	#fasilitas ul li table {
		font-size: 18pt;
		font-weight: 600;
		line-height: 20pt;
		border-spacing: 1pt;
	}
	.welcome-area {
		background: linear-gradient(0deg, #2d8654 38%, rgba(255, 255, 255, 0) 100%),
			url("../images/cover1.jpg");
		/* background-size:cover; */
		width: 100%;
		background-repeat: no-repeat;
		min-height: 920px;
		/* background-image: url(../images/bg1.jpg); */
		background-position: right bottom;
	}
	.welcome-area .header-text {
		width: 80%;
		padding-top: 844px;
		padding-left: 20px;
	}
	.welcome-area .header-text {
		margin-top: 8%;
		transform: none !important;
	}
}
/* //////////////////pixel 3///////////////////////// */
/* //////////////////pixel 3///////////////////////// */
/* //////////////////pixel 3///////////////////////// */
@media (max-width: 910px) {
	#about {
		padding: 20px 0px;
	}

	.welcome-area {
		max-height: 400px;
		/* background-image: url(../images/bg1.jpg); */
		background-position: center bottom;
		background-size: cover;
	}
	.welcome-area .header-text {
		margin-left: 0;
		width: 100%;
	}

	.container-fluid .col-md-12 {
		margin-right: 0px;
		padding-right: 0px;
	}
}

/*
---------------------------------------------
about
---------------------------------------------
*/

#about {
	padding: 20px 0px;
	/* position: relative; */
	z-index: 9;
}

@media (max-width: 991px) {
	.welcome-area {
		background-position: center bottom;
	}
	.features-item {
		margin-bottom: 45px;
	}

	.welcome-area .header-text {
		width: 100%;
		/* background-color: rgba(255, 255, 255, 0.685 */
	}

	.welcome-area .header-text .left-text {
		position: absolute;
		align-self: baseline;
		margin-top: -75%;
		text-align: center;
		transform: perspective(1px) translateY(-100%) !important;
	}
	.welcome-area .header-text .text1 {
		line-height: 22pt;
		font-size: 14pt;
		text-align: center;
	}

	.welcome-area .header-text .text2 {
		line-height: 30pt;
		font-size: 32pt;
		margin-bottom: 10px;
		text-align: center;
	}

	.welcome-area .header-text .text3 {
		font-weight: 400;
		font-size: 18pt;
		line-height: 20px;
		/* margin-bottom: 10px; */
		/* text-align: center; */
	}

	.welcome-area .header-text p {
		font-weight: 300;
		font-size: 10pt;
		padding: 10px 20px 0 0;
	}

	.btn-header-1 {
		padding: 10px 20px;
		font-size: 22pt;
		font-weight: bold;
		border-radius: 8px;
	}
}

#about {
	padding: 60px 0px;
}

.features-item {
	border-radius: 5px;
	padding: 60px 30px;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.features-item h2 {
	z-index: 9;
	position: absolute;
	top: 15px;
	left: 45px;
	font-size: 100px;
	font-weight: 600;
	color: #fdefe9;
}

.features-item img {
	z-index: 10;
	position: relative;
	max-width: 100%;
	margin-bottom: 40px;
}

.features-item h4 {
	margin-top: 0px;
	font-size: 22px;
	color: #1e1e1e;
	margin-bottom: 25px;
}

.features-item .main-button {
	margin-top: 35px;
	display: inline-block;
}

/*
---------------------------------------------
promotion
---------------------------------------------
*/

.left-image-decor {
	background-image: url(../images/left-bg-decor.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	display: inline-block;
	height: 110%;
	margin-top: -200px;
}

#promotion {
	padding: 100px 0px;
}

#promotion .left-image {
	align-self: center;
}

#promotion .right-text ul {
	padding: 0;
	margin: 0;
}

#promotion .right-text ul li {
	display: inline-block;
	margin-bottom: 14px;
}

#promotion .right-text ul li:last-child {
	margin-bottom: 0px;
}

#promotion .right-text img {
	display: inline-block;
	float: left;
	margin-right: 30px;
}

#promotion .right-text h4 {
	font-size: 22px;
	color: #1e1e1e;
	margin-bottom: 15px;
	margin-top: 3px;
}

/*
--------------------------------------------
testimonials
--------------------------------------------
*/
.right-image-decor {
	background-image: url(../images/right-bg-decor.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	width: 100%;
	display: inline-block;
	height: 110%;
	margin-top: -200px;
}

#testimonials {
	padding-top: 100px;
	position: relative;
	z-index: 9;
}

#testimonials .item {
	position: relative;
}

#testimonials .item .testimonial-content {
	background: rgb(244, 129, 63);
	background: linear-gradient(
		145deg,
		rgba(244, 129, 63, 1) 0%,
		rgba(241, 85, 106, 1) 100%
	);
	margin-left: 60px;
	padding: 40px 30px;
	text-align: center;
	border-radius: 5px;
}

#testimonials .item .testimonial-content ul li {
	display: inline-block;
	margin: 0px 1px;
}

#testimonials .item .testimonial-content ul li i {
	color: #fff;
	font-size: 13px;
}

#testimonials .item .testimonial-content h4 {
	font-size: 22px;
	margin-top: 20px;
	color: #fff;
}

#testimonials .item .testimonial-content p {
	color: #fff;
	font-style: italic;
	font-weight: 200;
	margin: 20px 0px 15px 0px;
}

#testimonials .item .testimonial-content span {
	color: #fff;
	font-weight: 200;
	font-size: 13px;
}

#testimonials .author img {
	max-width: 120px;
	margin-bottom: -60px;
}

.owl-carousel .owl-nav button.owl-next span {
	z-index: 10;
	top: 45%;
	border-radius: 10px;
	font-size: 46px;
	color: #fff;
	right: -210px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	background: rgb(244, 129, 63);
	background: linear-gradient(
		145deg,
		rgba(244, 129, 63, 1) 0%,
		rgba(241, 85, 106, 1) 100%
	);
	position: absolute;
}

.owl-carousel .owl-nav button.owl-prev span {
	z-index: 9;
	top: 30%;
	border-radius: 10px;
	font-size: 46px;
	color: #fff;
	right: -150px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	background: rgb(244, 129, 63);
	background: linear-gradient(
		145deg,
		rgba(244, 129, 63, 1) 0%,
		rgba(241, 85, 106, 1) 100%
	);
	position: absolute;
}

@media screen and (max-width: 1060px) {
	.owl-carousel .owl-nav {
		display: none !important;
	}
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

@media (max-width: 992px) {
	footer {
		padding-top: 0px !important;
		margin-top: 0px !important;
	}
	.contact-form {
		margin-bottom: 45px;
	}
	footer .right-content {
		text-align: center;
	}
	footer .footer-content {
		padding: 60px 0px !important;
	}
}

.contact-form {
	position: relative;
	z-index: 10;
	padding: 45px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

footer .right-content {
	align-self: center;
}

.contact-form input,
.contact-form textarea {
	color: #777;
	font-size: 13px;
	border: 1px solid #eee;
	background-color: #f7f7f7;
	border-radius: 5px;
	width: 100%;
	height: 50px;
	outline: none;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 30px;
}

.contact-form textarea {
	height: 150px;
	resize: none;
	padding: 20px;
}

.contact-form {
	text-align: center;
}

.contact-form ::-webkit-input-placeholder {
	/* Edge */
	color: #7a7a7a;
}

.contact-form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #7a7a7a;
}

.contact-form ::placeholder {
	color: #7a7a7a;
}

.footer-content .right-content {
	color: #fff;
}

.footer-content .right-content h2 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 42px;
	text-transform: capitalize;
	font-weight: 700;
	letter-spacing: 1px;
}

.footer-content .right-content h2 em {
	font-style: normal;
	color: #2d8654;
}

.footer-content .right-content p {
	color: #fff;
}

.footer-content .right-content a {
	color: #fff;
}

.footer-content .right-content a:hover {
	color: #fc3;
}

footer .social {
	overflow: hidden;
	margin-top: 30px;
}

footer .social li:first-child {
	margin-left: 0px;
}

footer .social li {
	margin: 0px 7.5px;
	display: inline-block;
}

footer .social li a {
	color: #fff;
	text-align: center;
	background-color: transparent;
	border: 1px solid #fff;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 50%;
	display: inline-block;
	font-size: 16px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

footer .social li a:hover {
	background-color: #2d8654;
	border-color: #2d8654;
	color: #fff;
}

footer .copyright {
	margin-top: 10px;
	font-weight: 400;
	font-size: 15px;
	color: #4a4a4a;
	letter-spacing: 0.88px;
	text-transform: capitalize;
}

footer .sub-footer {
	padding: 60px 0px;
	border-top: 1px solid rgba(250, 250, 250, 0.3);
	text-align: center;
}

footer .sub-footer a {
	color: #fff;
}

footer .sub-footer a:hover {
	color: #fc3;
}

footer .sub-footer p {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

@media (max-width: 991px) {
	footer .copyright {
		text-align: center;
	}
	footer .social {
		text-align: center;
	}
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
	overflow: hidden;
	background-image: linear-gradient(145deg, #f6ff7a 0%, #df3182 100%);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 9999;
	color: #fff;
}

#preloader .jumper {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	position: absolute;
	margin: auto;
	width: 50px;
	height: 50px;
}

#preloader .jumper > div {
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	opacity: 0;
	width: 50px;
	height: 50px;
	-webkit-animation: jumper 1s 0s linear infinite;
	animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
	-webkit-animation-delay: 0.33333s;
	animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
	-webkit-animation-delay: 0.66666s;
	animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	5% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes jumper {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	5% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.btnwhats {
	position: fixed;
	z-index: 999;
	right: 10px;
	bottom: 220px;
	margin-bottom: 10px;
}
.btnwhats span {
	min-width: 100px;
	min-height: 100px;
	background-image: url(../images/wa.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
