/* ----------------------------------------------------
	ADD YOUR CUSTOM STYLES HERE...	
------------------------------------------------------- */  
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');

@font-face {
	font-family: 'Dancing Script';
	src: url('../fonts/DancingScript-VariableFont_wght.ttf');
}

:root {
	--primary-color: #00923f;
	--primary-hover: #17af59;
	--secondary-color: #ffcc00;
	--secondary-hover: #ffae00;
}

.marck {
	font-family: 'Marck Script', cursive;
}

.bg-white {
	background-color: #fff;
}
.bg-layer {
	background: url('../images/layer.png') no-repeat top center;
	background-size: cover;
}

.facebook-color {
	background-color: rgba(66,103,178,1);
	color: #fff;
}
.twitter-color {
	background-color: rgba(29,161,242,1);
	color: #fff;
}
.linkedin-color {
	background-color: rgba(40,103,178,1);
	color: #fff;
}
.pinterest-color,
.youtube-color {
	background-color: rgba(255,0,0,1);
	color: #fff;
}
.whatsapp-color {
	background-color: rgba(74,201,89,1);
	color: #fff;
}
.telegram-color {
	background-color: #229ED9;
}
.tiktok-color {
	background-color: #222;
	color: #fff !important;
	text-shadow: 2px 2px 0px #ff00e0;
}
.google-color {
	background: radial-gradient(circle at 45% 107%, #4285F4 0%, #34a853 35%, #4285f4 45%, #fbbc05 50%, #ea4335 60%);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.instagram-color {
	background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	color: #fff;
}
.setting-color {
	background-color: #333;
}


.inovindo {
	font-weight: 400;
	text-transform: uppercase;
}

.fb-iframe iframe {
	height: 280px;
}

.sticky-one {
	position: sticky;
	top: 100px
}

.navbar-default {
	padding: 0 40px;
}
.navbar-header {
	align-items: center;
	display: flex;
	height: 80px;
	justify-content: space-around;
}
.navbar-header .menu-bar {
	background: url('../images/menu-bar.svg') center no-repeat;
	background-size: 27px;
	display: block;
	height: 35px;
	width: 35px;
}

.navbar-brand {
	align-items: center;
	display: flex;
	height: 80px;
	max-width: 280px;
}
.navbar-brand img {
	display: block;
	max-height: 76px;
	transition: all .3s;
	width: 100%;
}
.affix .navbar-brand img {
}

.screen-overlay {
	background-color: rgba(35,35,35,.5);
	display: none;
	padding: 5px;
	position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	z-index: 10000;
}
.screen-overlay a {
}
.screen-overlay .big-screen {
	background-color: #fff;
	border-radius: 10px;
	margin: 30px auto 0 auto;
	max-width: 980px;
	padding: 10px;
	width: 100%;
}

.slider-section {}
.slider-section .owl-slider .item {
	display: block; }

.owl-testimony .owl-nav {
	display: block;
	text-align: center; }
	.owl-testimony .owl-nav > .owl-prev > span,
	.owl-testimony .owl-nav > .owl-next > span {
		display: inline-block;
		padding: 10px 20px;
		font-size: 35px; }
		.owl-testimony .owl-nav > .owl-prev:hover > span,
		.owl-testimony .owl-nav > .owl-next:hover > span {
			color: var(--primary-color); }

.page-title h1 {
	font-family: 'Marck Script';
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}

.info {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px;
}
.info .info-title {
	display: block;
	margin: 0 0 20px 0;
}
.info .info-title i {
	font-family: 'Dancing Script';
}
.info .info-title::after {
	content: '';
	background-color: var(--primary-color);
	display: block;
	height: 5px;
	width: 100px;
}
.info .info-desc {
	font-size: 14px;
	word-wrap: all;
}
.info .info-desc img,
.info .info-desc embed,
.info .info-desc video,
.info .info-desc audio,
.info .info-desc figure,
.info .info-desc iframe {
	display: block;
	width: 100%;
}

.section-content {
	border: 1px solid #eee;
	margin: 0 auto;
	padding: 20px;
}
.section-content > a {
	animation: bx-shadow .7s 0s ease alternate infinite;
	background-color: var(--primary-color);
	border: 1px solid var(--secondary-hover);
	border-radius: 27px;
	box-shadow: 0 3px 0px 3px var(--secondary-color);
	color: #eee;
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	transition: all .2s;
}
.section-content > a:hover,
.section-content > a:focus {
	background-color: #007332;
	color: #fff;
}
.section-content img {
	display: block;
	margin: 20px 0;
	max-width: 320px;
	width: 100%;
}
.section-content-donate {
	border: 1px solid #eee;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
.section-content-donate > a {
	background-color: var(--primary-color);
	border-radius: 35px;
	color: #fff;
	display: block;
	padding: 10px 0;
	text-align: center;
	transition: all .2s;
}
.section-content-donate > a:hover {
	background-color: var(--primary-hover);
}
.section-content-donate img {
	display: block;
	margin: 10px 0;
	width: 100%;
}



.verticalFlip {
	border: 1px solid #111;
	display: inline;
	position: relative;
}
.verticalFlip span {
	animation: vertical 12.5s linear infinite 0s;
	-ms-animation: vertical 12.5s linear infinite 0s;
	-webkit-animation: vertical 12.5s linear infinite 0s;
	color: #00abe9;
	background-color: #ddd;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.verticalFlip span:nth-child(2) {
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.verticalFlip span:nth-child(3) {
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.verticalFlip span:nth-child(4) {
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.verticalFlip span:nth-child(5) {
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}

/*Vertical Flip Animation*/
@-moz-keyframes vertical {
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotateX(180deg); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes vertical {
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: rotateX(180deg); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes vertical {
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotateX(180deg); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

@keyframes bx-shadow {
	0% {
		box-shadow: 0 4px 0px 3px var(--secondary-color);
	}
	100% {
		box-shadow: 0 -4px 0px 3px var(--secondary-color);
	}
}

.support-wa {
	background-color: rgba(74,201,89,1);
	border-radius: 50px;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 20px 0;
	padding: 10px 20px;
	text-align: center;
	transition: all .2s;
	vertical-align: top;
}
.support-wa > i {
	font-size: 26px;
}
.support-wa:hover,
.support-wa:focus {
	background-color: rgba(64,191,79,1);
	color: #fff;
}

.bg-cover {
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover; }

.bg-overlay {
	background-color: rgba(0,0,0,.5); }

.txt-white {
	color: #fff !important; }

.yt-embed {
	display: block;
	padding: 0 !important;
	width: 100%;
}
.yt-embed iframe {
	border: 0 none;
	display: block;
	height: 200px;
	margin: 0 auto;
	max-width: 420px;
	width: 100%;
}

#give_testimony .modal-dialog {
	margin-top: 110px;
}
#give_testimony .modal-title {
	font-size: 24px;
	font-weight: 800;
}
#give_testimony .modal-content {
	background-color: rgba(255, 255, 255, 1);
}
#give_testimony .modal-body {
	display: block;
}
#give_testimony .modal-body input,
#give_testimony .modal-body textarea {
	background-color: rgba(255, 255, 255, .3);
	border: 1px solid #eee;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	padding: 7px 10px;
	width: 100%;
}
#give_testimony .modal-body input:focus,
#give_testimony .modal-body textarea:focus {
	background-color: rgba(255, 255, 255, 1);
	outline: 0;
}
#give_testimony .modal-footer button[type="submit"] {
	background-color: var(--secondary-color);
	color: #fff;
}
#give_testimony .modal-footer button[type="submit"]:hover {
	background-color: var(--secondary-hover);
}

.pagi-nation {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.pagi-nation li {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
}
.pagi-nation li > a {
	background-color: var(--secondary-color);
	border: 1px solid var(--secondary-hover);
	border-radius: 50%;
	color: #222;
	display: block;
	height: 30px;
	margin: 0 3px;
	padding: 0;
	text-align: center;
	transition: all .2s;
	width: 30px;
}
.pagi-nation li > a:hover,
.pagi-nation li > a:focus {
	background-color: var(--secondary-hover);
}
.pagi-nation li.active > a {
	background-color: var(--primary-color);
	border: 1px solid #007332;
	color: #fff;
	height: 45px;
	line-height: 45px;
	width: 45px;
}

.personil {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}
.personil > .person-img {
	background-color: #eee;
	background-size: cover;
	border: 1px solid #007332;
	border-bottom: 1px dashed #007332;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 20px;
	padding: 15px;
}
.personil > .person-img > img {
	border-radius: 50%;
	height: 150px;
	width: 150px;
}
.personil > .person-name {
	background-color: var(--primary-color);
	border-radius: 5px;
	box-shadow: 3px 1px 7px rgba(32, 52, 32, .5);
	display: inline-block;
	padding: 12px 20px;
	position: absolute;
		left: 50px;
		bottom: 0;
}
.personil > .person-name > h3 {
	color: #fff;
	font-size: 18px;
	margin: 0;
}
.personil > .person-name > span {
	color: #ddd;
	font-size: 12px;
}

.diamanalog {
	background-color: #fff;
	display: block;
	margin-top: 20px;
}
.diamanalog > h4 {
	background-color: var(--primary-color);
	color: #fff;
	display: inline-block;
	margin: 0;
	padding: 5px 20px 5px 10px;
}
.diamanalog > ul {
	border: 1px solid #eee;
	display: block;
	padding: 0;
}
.diamanalog > ul li {
	list-style-type: none;
}
.diamanalog > ul li > a {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 8px 10px;
	transition: all .2s;
}
.diamanalog > ul li > a:hover,
.diamanalog > ul li > a:focus {
	background-color: #fafafa;
}
.diamanalog > ul li > a.active {
	background-color: #fafafa;
	border-bottom-color: var(--primary-color);
	color: var(--primary-color);
	font-weight: 700;
}

.donate-mini {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 1px 6px rgba(35,35,35,.15);
	margin-top: 20px;
	padding: 20px;
	text-align: center;
}
.donate-mini > p {
	margin: 0;
	padding: 0;
}
.donate-mini > p b {
	color: var(--primary-color);
}
.donate-mini > a {
	background-color: var(--secondary-color);
	border-radius: 35px;
	color: #fff;
	display: block;
	margin: 0 auto;
	max-width: 180px;
	padding: 10px 0;
	transition: all .2s;
}
.donate-mini > a:hover,
.donate-mini > a:focus {
	background-color: var(--secondary-hover);
}


.blog-one {
	position: relative;
	margin-bottom: 10px;
}
.blog-one .blog-image {
	display: block;
}
.blog-one .blog-image img {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	display: block;
	height: 280px;
	object-fit: cover;
	transition: all .2s;
	width: 100%;
}
.blog-widget .blog-image a:hover > img,
.blog-widget .blog-image a:focus > img,
.blog-one .blog-image a:hover > img,
.blog-one .blog-image a:focus > img {
	opacity: .7;
}
.blog-one .blog-descl {
	display: block;
	float: left;
	width: 90px;
}
.blog-one .blog-descl .blog-date {
	box-shadow: 0 1px 5px #0005;
	display: block;
	margin: 10px 5px;
	text-align: center;
}
.blog-one .blog-descl .blog-date > span {
	background-color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 700;
	padding: 5px 0;
}
.blog-one .blog-descl .blog-date > label {
	background-color: var(--primary-color);
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 300;
	padding: 5px;
}
.blog-one .blog-descr {
	background-color: #fff;
	background-image: linear-gradient(to right, #fafafa, #ffffff, #fafafa);
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #dedde1;
	display: block;
	float: left;
	padding: 10px;
	width: calc(100% - 90px);
}
.blog-one .blog-descr > h2 {
	font-size: 20px;
	line-height: 1.3 !important;
	min-height: 53px;
	margin: 0;
	padding: 0;
}
.blog-one .blog-descr > h2 a {
	display: block;
	transition: all .2s;
}
.blog-one .blog-descr > h2 a:hover,
.blog-one .blog-descr > h2 a:focus {
	text-decoration: underline !important;
}
.blog-one .blog-descr > .post-meta {
	margin: 0;
}
.blog-one .blog-descr > div {
	padding-left: 10px;
}
.blog-one .blog-descr > div p {
	font-size: 12px;
}

.blog-widget {
}
.blog-widget .blog-wrapper {
	box-shadow: 0 0px 4px rgba(73,73,73,.15);
	border-radius: 3px;
	margin-bottom: 18px;
}
.blog-widget .blog-image {
	display: block;
	float: left;
	padding: 10px;
	width: 150px;
}
.blog-widget .blog-image img {
	border-radius: 4px;
	display: block;
	height: 120px;
	object-fit: cover;
	transition: all .2s;
	width: 100%;
}
.blog-widget .blog-title {
	display: block;
	float: left;
	min-height: 80px;
	padding: 7px 10px;
	width: calc(100% - 160px);
}
.blog-widget .blog-title > h3 {
	line-height: 1.2 !important ;
	min-height: 45px;
	margin: 0;
}
.blog-widget .blog-title > h3 a {
	transition: all .2s;
}
.blog-widget .blog-title > h3 a:hover,
.blog-widget .blog-title > h3 a:focus {
	text-decoration: underline !important;
}
.blog-widget .blog-title > p {
	font-size: 11px;
	min-height: 50px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.blog-widget .blog-title > a {
	color: var(--primary-color);
	display: inline-block;
	font-size: 12px;
}
.blog-widget .blog-title > a:hover,
.blog-widget .blog-title > a:focus {
	color: #007332;
}

.blog-detail {
	position: relative;
	margin-bottom: 10px;
}
.blog-detail > h1 {
	font-size: 2.4em;
}
.blog-detail .blog-info {
	background-color: #fff;
}
.blog-detail .blog-image {
	display: block;
	margin: 10px 0;
}
.blog-detail .blog-image > img {
	width: 100%;
}
.blog-detail .blog-desc {
	padding: 10px;
}

.woss-search {
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	display: block;
	margin: 0 0 20px 0;
	padding: 20px;
}
.woss-search form {
	position: relative;
}
.woss-search form > input {
	border: 1px solid #eee;
	border-radius: 5px;
	display: block;
	outline: 0;
	padding: 10px 20px;
	width: 100%;
}
.woss-search form > input:focus {
	border-color: #ccc;
}
.woss-search form > button {
	background-color: transparent;
	border: 0 none;
	padding: 11px;
	position: absolute;
		top: 0;
		right: 0;
}

.woss-blog {
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	position: relative;
}
.woss-blog > h6 {
	background-color: #fafafa;
	border-bottom: 3px solid var(--primary-color);
	color: var(--primary-color);
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px 0;
	padding: 10px;
	text-transform: capitalize;
}
.woss-blog ul {
	padding: 0;
}
.woss-blog ul > li {
	display: block;
	list-style-type: none;
	margin: 0;
}
.woss-blog ul > li > a {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	display: block;
	font-weight: 600;
	padding: 5px;
	transition: all .3s;
}
.woss-blog ul > li > a:hover,
.woss-blog ul > li > a:focus {
	background-color: #fafafa;
	border-color: #ddd;
}
.woss-blog ul > li a .woss-img {
	display: block;
	float: left;
	width: 80px;
}
.woss-blog ul > li a .woss-img img {
	border-radius: 3px;
	box-shadow: 0 1px 2px 2px #5553;
	object-fit: cover;
	height: 80px;
	transition: all .3s;
	width: 80px;
}
.woss-blog ul > li > a:hover .woss-img img,
.woss-blog ul > li > a:focus .woss-img img {
	box-shadow: 0 2px 3px 2px #5555;
	opacity: .7;
}
.woss-blog ul > li a .woss-text {
	display: block;
	float: left;
	padding: 0 7px;
	width: calc(100% - 80px);
}
.woss-blog ul > li a .woss-text p {
	font-size: 14px;
	height: 45px;
}
.woss-blog ul > li a .woss-text span {
	color: #aaa;
	font-size: 10px;
}



.program-waver {
	margin-bottom: 10px;
	width: 100%;
}
.program-waver .program-item {
	background-color: #fff;
	border-radius: 7px;
	display: block;
	margin: 0 0 10px 0;
	min-width: 320px;
	width: 100%;
}
.program-waver .program-item .program-image {
	background-color: #fff;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	box-shadow: inset 0 0 3px rgba(0,0,0,.2);
	position: relative;
	padding: 7px;
}
.program-waver .program-item .program-image > img {
	border-radius: 7px;
	display: block;
	height: 240px;
	object-fit: cover;
	transition: all .3s;
	width: 100%;
}
.program-waver .program-item .program-title {
	border-bottom: 1px solid #eee;
	display: block;
	overflow-x: hidden;
	padding: 5px 5px;
}
.program-waver .program-item .program-title > h4 {
	font-size: 1.4em;
	white-space: nowrap;
	margin: 0;
}
.program-waver .program-item .program-action {
	display: block;
	padding: 10px 10px;
}
.program-waver .program-item .program-action > a {
	background-color: var(--primary-color);
	border-radius: 45px;
	color: #fff;
	display: block;
	margin: 10px auto;
	max-width: 240px;
	padding: 10px 20px;
	text-align: center;
	transition: all .2s;
}
.program-waver .program-item .program-action > a:hover {
	background-color: var(--primary-hover);
}
.program-waver .program-item .program-action > ul {
	display: block;
	padding: 0;
	text-align: center;
}
.program-waver .program-item .program-action > ul > li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
}
.program-waver .program-item .program-action > ul > li a {
	display: block;
	font-size: 18px;
}
.program-waver .program-item .program-action > ul > li a:hover {
	color: var(--primary-hover);
}

.program-box {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	display: flex;
	margin: 0 0 20px 0;
}
.program-box .program-image {
	flex: 0 0 280px;
	padding: 10px;
}
.program-box .program-image > a {
	display: block;
}
.program-box .program-image > a img {
	border-radius: 5px;
	display: block;
	height: 240px;
	object-fit: cover;
	width: 280px;
}
.program-box .program-desc {
	flex: 0 0 calc(100% - 300px);
	padding: 10px;
	position: relative;
	word-wrap: break-word;
}
.program-box .program-desc h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
}

.program-detail {
	display: block;
	margin-bottom: 20px;
}
.program-detail > h1 {
	color: #333;
	font-size: 2.6em;
	font-weight: 800;
	text-shadow: 0 0 10px rgba(0,0,0,.25);
	text-align: center;
}
.program-detail .program-info {
	background-color: #fff;
}
.program-detail .program-image > img {
	display: block;
	width: 100%;
}
.program-detail .program-desc {
	padding: 20px;
}
.program-detail .program-desc > span.category {
	background-color: #eee;
	border-radius: 3px;
	color: #285AEB;
	display: inline-block;
	font-weight: 600;
	padding: 3px 5px;
}

.video-embed {
	cursor: pointer;
	display: block;
	margin-bottom: 30px;
	position: relative;
}
.video-embed a {
	transition: all .3s;
}
.video-embed img {
	display: block;
	width: 100%;
}
.video-embed .video-title {
	background-image: linear-gradient(to top, rgba(20,30,30,1), rgba(20,30,30,.5), rgba(0,0,0,0));
	padding: 15px 10px;
	position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
}
.video-embed .video-title > h4 {
	color: #eee;
	line-height: 1.2;
	margin: 0;
}
.video-embed .play {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	transition: all .3s;
	width: 100%;
	z-index: 70;
}
.video-embed .play > i {
	color: rgba(30, 30, 30, .3);
	font-size: 4em;
	transition: all .2s;
}
.video-embed a:hover > .video-title > h4,
.video-embed a:focus > .video-title > h4 {
	color: #fff;
}
.video-embed a:hover .play > i,
.video-embed a:focus .play > i{
	color: #df0000;
}
.video-embed a:hover,
.video-embed a:focus {
	opacity: .8;
}

.photo-figure {
	background-color: #fff;
	display: block;
	border: 1px solid #ddd;
	border-radius: 10px;
	border-top-left-radius: 0;
	box-shadow: 0 15px 10px rgba(0,0,0,.2);
	padding: 5px;
	margin-bottom: 30px;
	position: relative;
}
.photo-figure.album {
	margin-bottom: 50px;
}
.photo-figure.album::before {
	background-color: #fff;
	box-shadow: 0 -3px 5px rgba(0,0,0,.1);
	border-top-left-radius: 10px;
	border-top-right-radius: 50px;
	display: block;
	height: 30px;
	position: absolute;
		top: -30px;
		left: 0;
	width: 130px;
	content: '';
}
.photo-figure > a {
	cursor: pointer;
	display: block;
}
.photo-figure img {
	border-radius: 10px;
	display: block;
	height: 240px;
	object-fit: cover;
	width: 100%;
}
.photo-figure .photo-icon {
	align-items: center;
	background-color: #fff0;
	border-radius: 10px;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
		top: 0;
		left: 0;
	transition: all .2s;
	width: 100%;
}
.photo-figure .photo-icon > i {
	background-color: #fff0;
	border-radius: 50%;
	color: #fc00;
	height: 70px;
	line-height: 70px;
	font-size: 26px;
	text-align: center;
	transition: all .2s;
	width: 70px;
}
.photo-figure .photo-icon > span {
	background-color: #fff0;
	color: #fff0;
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	padding: 10px 0;
	position: absolute;
		bottom: 0;
		left: 0;
	width: 100%;
}
.photo-figure > a:hover > .photo-icon,
.photo-figure > a:focus > .photo-icon {
	background-color: #fff7;
}
.photo-figure > a:hover > .photo-icon > i,
.photo-figure > a:focus > .photo-icon > i,
.photo-figure > a:hover > .photo-icon > span,
.photo-figure > a:focus > .photo-icon > span{
	background-color: #fffc;
	color: var(--primary-color);
}

.testimony-item {
	display: block;
	margin: 0 20px;
	position: relative;
}
.testimony-item .testimony-image {
	align-items: center;
	display: flex;
	position: relative;
}
.testimony-item .testimony-image > img {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	display: block;
	height: 100px;
	margin: 0 10px;
	object-fit: cover;
	width: 100px;
	z-index: 1;
}
.testimony-item .testimony-image > h4 {
	font-family: serif;
	font-size: 1.4em;
}
.testimony-item .testimony-message {
	background-color: #fff;
	border-top: 1px solid #ddd;
	margin: -30px 0 0 40px;
	padding: 20px 0 0 0;
	width: 100%;
	z-index: 0;
}

.santri-waver {
	display: block;
	position: relative;
}
.santri-waver .santri-title {
	display: block;
}
.santri-waver .santri-title > h3 {
	display: inline-block;
}
.santri-waver .santri-class {
	position: relative;
	margin-bottom: 20px;
}
.santri-waver .santri-class::before {
	content: '';
	background-color: #eee;
	border-top-right-radius: 2px;
	box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	display: block;
	position: absolute;
		top: 0;
		right: 0;
	height: 10px;
	width: 70%;
}
.santri-waver .santri-class > a {
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	display: block;
	padding: 15px 20px;
	transition: all .2s;
}
.santri-waver .santri-class > a:hover {
	background-color: #fafafa;
}

.santri-list {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	display: block;
	margin: 10px 0;
	overflow-x: hidden;
	padding: 15px 5px;
}
.santri-list > a {
	align-items: center;
	color: #000;
	display: flex;
	transition: all .2s;
}
.santri-list > a > figure {
	/* background: url('../images/Dakirby309-Windows-8-Metro-Folders-OS-User-No-Frame-Metro.ico') no-repeat center; */
	background-color: #fafafa;
	background-size: cover;
	border-radius: 5px;
	display: block;
	flex: 0 0 40px;
	height: 40px;
	margin: 0 5px;
	opacity: .9;
	text-align: center;
	width: 40px;
}
.santri-list > a > figure > i {
	color: #eee;
	line-height: 40px;
	font-size: 2em;
}
.santri-list > a > span {
	flex: 0 0 calc(100% - 40px);
	font-weight: 600;
	padding: 0 3px;
	white-space: nowrap;
}
.santri-list > a:hover {
	color: var(--primary-color);
}

.santri-profile {
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	display: block;
	margin: 0 0 20px 0;
	padding: 20px;
	text-align: center;
}
.santri-profile figure {
	display: block;
	margin: 0 auto;
	max-width: 280px;
}
.santri-profile figure > img {
	border-radius: 50%;
	display: block;
	height: 280px;
	object-fit: cover;
	width: 280px;
}
.santri-profile .santri-name {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.director-list {
	background-color: #fff;
	box-shadow: -10px 0 10px rgba(0,0,0,.2);
	border-radius: 5px;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.director-list > a > img {
	display: block;
	height: 200px;
	object-fit: cover;
	transform: scale(1, 1), rotate(0deg);
	transition: transform 1s .2s;
	width: 200px;
}
.director-list > a > div {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	pointer-events: none;
	padding: 5px 10px;
	position: absolute;
		bottom: 5px;
		left: 5px;
		right: 5px;
	text-align: center;
	transform: translate(0, 0);
	transition: transform 1s .2s;
	-webkit-transition: transform 1s .2s;
	width: auto;
}
.director-list > a > div > h3 {
	font-size: 18px;
	line-height: 1.2 !important;
	margin: 0;
}
.director-list > a > div > .position {
}
.director-list > a:hover > img {
	transform: scale(1.5, 1.5), rotate(30deg);
}
.director-list > a:hover > div {
	transform: translate(0, 180px);
}

.more-opt {
	border-top: 1px solid #ddd;
	display: block;
	margin: 20px 0;
	padding-top: 20px;
	text-align: center;
}
.more-opt.left-opt {
	text-align: left; }
.more-opt > a {
	background-color: var(--secondary-color);
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 7px 50px;
	transition: all .2s;
}
.more-opt > a:hover,
.more-opt > a:focus {
	background-color: var(--secondary-hover);	
}
.more-opt > p {
	margin: 0 0 5px 0;
}
.more-opt > p a {
	background-color: var(--secondary-color);
	border-radius: 30px;
	font-weight: 600;
	color: #000;
	display: inline-block;
	padding: 15px 40px;
	transition: all .2s;
}
.more-opt > p a:hover,
.more-opt > p a:focus {
	background-color: var(--secondary-hover);
}

.share-page {
	border-top: 1px solid #eee;
	display: block;
	padding: 10px 20px;
}
.share-page > span {
	display: inline-block;
}
.share-page > ul {
	padding: 0;
}
.share-page > ul li {
	display: inline-block;
	list-style: none;
	margin: 0;
}
.share-page > ul li > a {
	border-radius: 50%;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.share-page > ul li > a:hover {
	color: #fff !important;
	opacity: .7;
}

.contact-us {
	padding: 0;
}
.contact-us li {
	clear: both;
	display: flex;
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}
.contact-us li .cnt-icon {
	background-color: #ddd;
	display: block;
	flex: 0 0 60px;
	height: 60px;
	position: relative;
	text-align: center;
	width: 60px;
	z-index: 3;
}
.contact-us li .cnt-icon::before {
	content: '';
	animation: rotate_cnt1 57s 1s infinite; 
	background-color: var(--primary-color);
	display: block;
	height: 45px;
	margin: 0 auto;
	position: absolute;
		top: 7px;
		left: 0;
		right: 0;
	width: 45px;
	z-index: 2;
}
.contact-us li .cnt-icon::after {
	content: '';
	animation: rotate_cnt2 59s 0s infinite; 
	background-color: #ffcc00;
	display: block;
	height: 60px;
	position: absolute;
		top: 0;
	width: 60px;
	z-index: 1;
}
.contact-us li .cnt-icon > i {
	color: #fff;
	display: block;
	font-size: 2em;
	line-height: 60px;
	position: absolute;
		left: 0;
		right: 0;
	z-index: 5;
}
.contact-us li .cnt-text {
	display: block;
	flex: 0 0 calc(100% - 60px);
	padding: 5px 5px 5px 20px;
	width: calc(100% - 60px);
}
.contact-us li .cnt-text > label {
	display: block;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.contact-us li .cnt-text > a {
	display: inline-block;
}

.contact-us li div > label {
	display: block;
	line-height: 1.1;
}
.contact-us li div > a {
	display: inline-block;
}

.map-widget {
	background-color: #fffa;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: block;
	padding: 5px;
	position: relative;
}
.map-widget > iframe {
	border: 0 none;
	display: block;
	height: 250px;
	width: 100%;
}

.img-reponsive {
	display: block;
	width: 100%;
}

.share-helper {
	color: #aaa;
	font-size: 13px;
	font-style: italic;
	margin: 10px 0;
	position: relative;
}
.share-helper hr {
	border-top: 1px solid #ddd;
}
.share-helper > ul {
	padding: 0;
}
.share-helper > ul li {
	display: inline-block;
}
.share-helper > ul li > a {
	border-radius: 3px;
	color: #fff;
	display: block;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	transition: all .2s;
	width: 50px;
}
.share-helper > ul li.facebook > a {
	background-color: rgba(66,103,178,1);
}
.share-helper > ul li.facebook > a:hover,
.share-helper > ul li.facebook > a:focus {
	background-color: rgba(66,103,148,1);
}
.share-helper > ul li.twitter > a {
	background-color: rgba(29,161,212,1);
}
.share-helper > ul li.twitter > a:hover,
.share-helper > ul li.twitter > a:focus {
	background-color: rgba(29,161,212,1);
}
.share-helper > ul li.whatsapp > a {
	background-color: rgba(74,201,89);
}
.share-helper > ul li.whatsapp > a:hover,
.share-helper > ul li.whatsapp > a:focus {
	background-color: rgba(74,171,89);
}

.copy {
	cursor: pointer;
	transition: all .2s;
}
.copy:hover {
	color: var(--primary-color);
}

.donatur {
	box-shadow: 0 5px 7px rgba(0,0,0,.15);
}
.donated-list {
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}
.donated-list .donatur-info {
	display: block;
	padding: 5px 10px;
	position: relative;
}
.donated-list .donatur-info.hide-name {
	filter: blur(3px);
}
.donated-list .donatur-info span {
	font-size: 16px;
}
.donated-list .donatur-info label {
	position: absolute;
		right: 10px;
}
.donated-list .donatur-wishes {
	display: block;
	position: relative;
}
.donated-list .donatur-wishes > blockquote {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 5px;
	padding-left: 15px;
}
.donated-list .donatur-wishes > ul {
	padding: 0 0 0 10px;
	position: relative;
}
.donated-list .donatur-wishes > ul li {
	display: inline-block;
	list-style: none;
	margin-right: 7px;
}
.donated-list .donatur-wishes > ul li > button {
	background-color: transparent;
	border: 0 none;
	padding: 0;
	transition: all .2s;
}
.donated-list .donatur-wishes > ul li > button.active,
.donated-list .donatur-wishes > ul li > button:hover,
.donated-list .donatur-wishes > ul li > button:focus {
	color: #45b1e4;
}

.float-extend {
	position: fixed;
		top: 50%;
		right: 0px;
	z-index: 999;
}
.float-extend > ul {
	margin-top: -150px;
	padding: 0;
	position: relative;
}
.float-extend > ul li {
	list-style-type: none;
	position: relative;
}
.float-extend > ul li.extended-icon,
.float-extend > ul li.extended-icon > a {
	position: absolute;
	transform: scale(0,0);
	transform-origin: top center;
	transition: all .3s;
}
.float-extend > ul li.extended-icon.active,
.float-extend > ul li.extended-icon.active > a {
	position: relative;
	transform: scale(1,1);
}
.float-extend > ul li .extend-icon.active i {
	transform: rotate(90deg) scale(1.5,1.5);
	color: #fff !important;
	text-shadow: 0 0 5px #fff;
}
.float-extend > ul li > a {
	color: #fff;
	cursor: pointer;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	transition: all .3s .2s;
}
.float-extend > ul li > a i {
	font-size: 14px;
	transition: all .2s;
}
.float-extend > ul li > a:hover i,
.float-extend > ul li > a:focus i {
	opacity: 1;
	transform: scale(1.7,1.7);
}

#select-nominal {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	column-gap: 5px;
	row-gap: 5px;
	margin: 10px 0;
	padding: 0;
}
#select-nominal li {
	list-style: none;
	margin: 0;
}
#select-nominal li > button {
	background-color: var(--secondary-color);
	border-radius: 3px;
	color: #222;
	display: block;
	border: 0 none;
	transition: all .2s;
	width: 100%;
}
#select-nominal li > button:hover,
#select-nominal li > button.active {
	background-color: var(--secondary-hover);
	box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
#select-nominal li > button.inactive {
	background-color: #ddd;
}

.donate-form {
	background-color: #fff;
	display: block;
	padding: 20px 30px;
	position: relative;
}
.donate-form .cos-tab {
	align-items: center;
	border-bottom: 1px solid #ddd;
	display: flex;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
}
.donate-form .cos-tab > a {
	background-color: #ddd;
	color: #999;
	cursor: not-allowed;
	display: block;
	font-size: 13px;
	height: 4px;
	position: relative;
	text-align: right;
	width: 100%;
}
.donate-form .cos-tab > a.active {
	background-color: var(--primary-color);
	color: var(--primary-color);
	cursor: default;
}
.donate-form .info-nominal-group {
	background-color: #f3f3f3;
	display: block;
	border-left: 3px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	margin: 0 0 10px 0;
	padding: 10px 20px;
}
.donate-form .info-nominal-group > h4 {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}
.donate-form .info-nominal-group > h5 {
	font-size: 24px;
	font-weight: 800;
	margin: 0;
}
.donate-form .form-group {
	position: relative;
	margin: 0 0 10px 0;
}
.donate-form .form-group > label {
	color: #222;
	font-size: 13px;
	font-weight: 300;
	margin: 0;
}
.donate-form .form-group > label sup {
	color: #df0000;
}
.donate-form .form-group.form-nominal {
	display: block;
	width: 100%;
}
.donate-form .form-group.form-nominal ul {
	overflow-x: scroll;
	width: 100%;
}
.donate-form .form-group.form-nominal ul::-webkit-scrollbar {
	background-color: #eee;
	height: 3px;
}
.donate-form .form-group.form-nominal ul::-webkit-scrollbar-thumb {
	background-color: #aaa;
}
.donate-form .form-group.form-nominal input {
	background-color: #fafafa;
	font-size: 26px;
	font-weight: 700;
	padding: 10px 0;
	text-align: center;
}
.donate-form .form-group input,
.donate-form .form-group select,
.donate-form .form-group textarea {
	background-color: #fff;
	border: 0 none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	box-shadow: 0 none;
	display: block;
	padding: 7px 10px 10px 10px;
	width: 100%;
}
.donate-form .form-group input[disabled] {
	background-color: #eeea;
	color: #aaa;
}
.donate-form .form-group input::-webkit-input-placeholder {
	color: #999;
}
.donate-form .form-group input[disabled]::-webkit-input-placeholder {
	color: #ddd;
}
.donate-form .form-group select {
	height: 44.6px;
}
.donate-form .form-group textarea {
	resize: none;
}
.donate-form .form-group input[type=number],
.donate-form .form-group input[type=number]::-webkit-outer-spin-button,
.donate-form .form-group input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance:textfield;
    margin: 0;
}
.donate-form .form-group textarea:focus,
.donate-form .form-group select:focus,
.donate-form .form-group input:focus {
	outline: 0;
}
.donate-form .form-group input[required] + span::after,
.donate-form .form-group textarea[required] + span::after {
	content: '';
	background-color: var(--primary-color);
	display: block;
	height: 1px;
	position: absolute;
		bottom: 0;
	transition: all .3s;
	width: 100%;
}
.donate-form .form-group input[disabled] + span::after {
	content: '';
	background-color: #aaa;
}
.donate-form .form-group .input-group + span::after {
	content: '';
	background-color: #ddd;
	display: block;
	height: 1px;
	position: absolute;
		bottom: 0;
	transition: all .3s;
	width: 100%;
}
.donate-form .form-group input[required]:focus + span::after,
.donate-form .form-group textarea[required]:focus + span::after {
	content: '';
	width: 100%;
}
.donate-form .form-group input[required]:invalid + span::after,
.donate-form .form-group textarea[required]:invalid + span::after {
	content: '';
	width: 0%;
}
.donate-form .form-group input[required]:invalid:focus + span::after,
.donate-form .form-group textarea[required]:invalid:focus + span::after {
	content: '';
	background-color: #df0000;
	width: 100%;
}
.donate-form .form-group input[type=checkbox] {
	display: block;
	float: left;
	position: absolute;
	text-align: left;
	transform: scale(0,0);
	width: auto;
}
.donate-form .form-group input[type=checkbox] + label {
	display: flex;
	cursor: pointer;
}
.donate-form .form-group input[type=checkbox] + label::before {
	content: '';
	background-color: #fcfcfc;
	border: 1px solid #ddd;
	border-radius: 3px;
	height: 17px;
	margin: 5px;
	transition: all .2s;
	width: 17px;
}
.donate-form .form-group input[type=checkbox]:hover + label::before {
	content: '';
	border-color: var(--primary-color);
}
.donate-form .form-group input[type=checkbox]:checked + label::before {
	content: '\f00c';
	border-color: var(--primary-color);
	color: var(--primary-color);
	font-family: 'Font Awesome 5 Free';
	font-size: 11px;
	font-weight: 900;
	line-height: 15px;
	text-align: center;
}
.donate-form .form-group .input-group-addon {
	font-style: normal;
}
.donate-form .form-group .input-group-addon {
	background-color: transparent;
	border: 0 none;
}
.donate-form button[type=submit] {
	background-color: var(--primary-color);
	border: 1px solid #007332;
	border-radius: 35px;
	color: #fff;
	display: block;
	margin-top: 10px;
	padding: 10px 0;
	transition: all .3s;
	width: 100%;
}
.donate-form .form-group > button#prev {
	background-color: #fafafa;
	border: 1px solid #ddd;
	border-radius: 35px;
	display: block;
	margin: 10px auto 0 auto;
	padding: 10px 0;
	transition: all .3s;
	width: 100%;
}
.donate-form .form-group > button#next {
	background-color: var(--primary-color);
	border: 1px solid #007332;
	border-radius: 35px;
	color: #fff;
	display: block;
	margin: 10px auto 0 auto;
	padding: 10px 0;
	transition: all .3s;
	width: 100%;
}
.donate-form .form-group > button#next:hover,
.donate-form .form-group > button#next:focus,
.donate-form .form-group > button[type=submit]:hover,
.donate-form .form-group > button[type=submit]:focus {
	background-color: #007332;
}
.donate-form .form-group > button[type=reset] {
	background-color: #fafafa;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	padding: 5px;
	transition: all .2s;
	width: 75px;
}
.donate-form .form-group > button#prev:hover,
.donate-form .form-group > button#prev:focus,
.donate-form .form-group > button[type=reset]:hover,
.donate-form .form-group > button[type=reset]:focus {
	background-color: #eee;
}
.donate-form .form-group > small {
	color: #777;
}

.regist-class {
	display: flex;
	list-style: none;
	padding: 0;
	justify-content: space-between;
}
.regist-class li {
	width: 100%;
	margin: 10px;
}
.regist-class li > a {
	background-color: var(--primary-color);
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	padding: 15px 0;
	text-align: center;
	transition: all .2s;
	width: 100%;
}
.regist-class li > a:hover {
	background-color: var(--primary-hover);
}

.alert-success-daarul {
	background-color: var(--primary-color);
	color: #fff;
}

.donate-info {
	padding: 10px;
}
.donate-info h2 {
	margin: 0;
}
.donate-info .contact-us {
	padding: 0;
}
.donate-info .contact-us li {
	list-style-type: none;
}
.donate-info .contact-us li > label {
	color: #777;
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.donate-info .contact-us li > a {
	color: #454545;
	margin: 0;
	padding: 0;
}
.donate-info .contact-us li > a[href] {
	color: var(--primary-color);
}
.donate-message {
	margin: 10px 0;
}
.donate-table {
	display: block;
}
.donate-table > select {
	display: inline-block;
	margin: 5px 0 10px 0;
	max-width: 142px;
	padding: 12px 15px;
	width: 100%;
}
.donate-table table {
	background-color: #fff;
	border-radius: 4px;
}
.donate-table table thead th {
	padding: 10px;
	width: 33%;
}
.donate-table table tbody td {
	padding: 10px;
}
.donate-table table tbody td > i {
	color: #073c;
	cursor: help;
	font-family: cursive;
}

.guide {
	display: block;
}
.guide > h2 {
	margin: 0;
}
.guide > a {
	background-color: var(--primary-color);
	border-radius: 35px;
	color: #fff;
	font-weight: 700;
	display: block;
	padding: 10px 0;
	text-align: center;
	transition: all .2s;
}
.guide > a:hover {
	background-color: var(--primary-hover);
}

@keyframes rotate_cnt1 {
	0%, 100% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(360deg);
	}
}
@keyframes rotate_cnt2 {
	0%, 100% {
		transform: rotate(45deg);
	}
	50% {
		transform: rotate(360deg);
	}
}
@media (max-width: 767px) {
	.sticky-one {
		position: relative;
		top: unset
	}
	.navbar-default {
		padding: 5px 0;
	}
	.program-box {
		display: block; }
		.program-box .program-desc {
			flex: unset; }
}
@media (max-width: 568px) {
	.blog-widget .blog-image {
		display: block;
		float: none;
		padding: 5px;
		width: 100%;
	}
	.blog-widget .blog-image img {
	    height: 180px;
	}
	.blog-widget .blog-title {
		display: block;
		float: none;
		min-height: 80px;
		padding: 7px 10px;
		width: 100%;
	}
	.contact-us li .cnt-icon::before,
	.contact-us li .cnt-icon::after {
		content: '';
		animation: none;
	}
}

@media (max-width: 380px) {
	.blog-one .blog-descl {
		display: none;
		float: none;
	}
	.blog-one .blog-descr {
		float: none;
		width: 100%;
	}
}