/* ----------------------------------------------------
	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');
}

.bg-white {
	background-color: #fff;
}

.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;
}
.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;
}


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

.navbar-brand {
	max-width: 280px;
}
.navbar-brand img {
	max-height: 78px;
	padding: 10px;
	transition: all .3s;
}
.affix .navbar-brand img {
	height: 98px;
	box-shadow: 0 1px 2px rgba(100,100,100,.1);
}

.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%;
}

.page-title h1 {
	font-family: 'Marck Script';
	font-size: 34px;
}

.info {
	padding: 20px;
}
.info .info-title {
	display: block;
	margin: 0;
}
.info .info-title i {
	font-family: 'Dancing Script';
}
.info .info-title::after {
	content: '';
	background-color: #004054;
	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 {
	margin: 0 auto;
	max-width: 920px;
}
.section-content > a {
	animation: bx-shadow .7s 0s ease alternate infinite;
	background-color: #00923f;
	border: 1px solid #ffae00;
	border-radius: 27px;
	box-shadow: 0 3px 0px 3px #ffcc00;
	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;
}

.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;
}

.contain-yt-responsive iframe {
    border: 0 none;
    width: 100% !important; }

/*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 #ffcc00;
	}
	100% {
		box-shadow: 0 -4px 0px 3px #ffcc00;
	}
}

.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;
}

.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%;
}

.ust {
	background-color: #ddd;
	background-image: url('../images/ust.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 250px;
	position: absolute;
		bottom: 0;
		right: 30px;
	width: 200px;
}

.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: #ffcc00;
	border: 1px solid #ffae00;
	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: #ffae00;
}
.pagi-nation li.active > a {
	background-color: #00923f;
	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: #00923f;
	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: #004054;
	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: #004054;
	color: #004054;
	font-weight: 700;
}

.donate-mini {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 30px;
	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: #00923f;
}
.donate-mini > a {
	background-color: #ffcc00;
	border-radius: 5px;
	color: #fff;
	display: block;
	margin: 0 auto;
	max-width: 180px;
	padding: 4px 10px;
	transition: all .2s;
}
.donate-mini > a:hover,
.donate-mini > a:focus {
	background-color: #ffae00;
}

.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: #004054;
	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: 100%;
}
.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: 5px;
	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: #00923f;
	display: inline-block;
	font-size: 12px;
}
.blog-widget .blog-title > a:hover,
.blog-widget .blog-title > a:focus {
	color: #007332;
}

.blog-detail {
	position: relative;
}
.blog-detail .detail-head {
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 10px 15px;
}
.blog-detail .detail-head > h2 {
	padding: 0;
	margin: 10px 0 0 0;
}
.blog-detail .detail-head > span {
	color: #777;
	font-size: 13px;
}
.blog-detail .detail-body {
	display: block;
	padding: 10px 15px;
}
.blog-detail .detail-body > img {
	display: block;
	width: 100%;
}

.woss-blog {
	position: relative;
}
.woss-blog > h6 {
	background-color: #00923f;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	margin: 0 0 20px 0;
	padding: 5px 10px;
	text-transform: uppercase;
}
.woss-blog > h6::after {
	content: '';
	background-color: #00812e;
	display: block;
	height: 4px;
	width: auto;
}
.woss-blog ul {
	padding: 0;
}
.woss-blog ul > li {
	display: block;
	list-style-type: none;
}
.woss-blog ul > li > a {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: block;
	margin-bottom: 7px;
	padding: 5px;
	transition: all .3s;
}
.woss-blog ul > li > a:hover,
.woss-blog ul > li > a:focus {
	background-color: #fafafa;
	border-color: #007332;
}
.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 {
	display: block;
	margin-bottom: 10px;
}
.program-waver > a {
	display: block;
}
.program-waver .program-image {
	box-shadow: 0 0px 4px rgba(73,73,73,.15);
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	position: relative;
	padding: 5px;
}
.program-waver .program-image > img {
	border-radius: 3px;
	display: block;
	height: 270px;
	object-fit: cover;
	transition: all .3s;
	width: 100%;
}
.program-waver .program-title {
	background-color: rgba(20,30,30,.8);
	padding: 10px;
	position: absolute;
		bottom: 5px;
		left: 5px;
	width: calc(100% - 50px);
}
.program-waver .program-title > span {
	background-color: #00923f;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	padding: 0px 10px;
	position: absolute;
		top: -10px;
	transition: all .5s;
}
.program-waver .program-title > h4 {
	color: #fff;
}
.program-waver > a:hover .program-image > img {
	opacity: .8;
}
.program-waver > a:hover .program-title > span {
	background-color: #007332;
}

.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-color: rgba(20,50,50,.58);
	padding: 7px 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 {
	background-image: url('../images/yt.png');
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	filter: grayscale(100%);
	margin: 70px auto 0 auto;
	opacity: .79;
	position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	transition: all .3s;
	width: 65px;
	z-index: 70;
}
.video-embed a:hover > .video-title > h4,
.video-embed a:focus > .video-title > h4 {
	color: #fff;
}
.video-embed a:hover .play,
.video-embed a:focus .play {
	filter: grayscale(0%);
	opacity: 1;
}
.video-embed a:hover,
.video-embed a:focus {
	opacity: .8;
}

.photo-figure {
	background-color: #fff;
	display: block;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 0 3px #5555;
	padding: 3px;
	margin-bottom: 30px;
	position: relative;
}
.photo-figure > a {
	cursor: pointer;
	display: block;
}
.photo-figure img {
	border-radius: 8px;
	display: block;
	height: 240px;
	object-fit: cover;
	width: 100%;
}
.photo-figure .photo-icon {
	background-color: #fff0;
	height: 100%;
	line-height: 240px;
	position: absolute;
		top: 0;
	text-align: center;
	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 > 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{
	background-color: #fffc;
	color: #fc0f;
}

.more-opt {
	border-top: 1px solid #ddd;
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
}
.more-opt > a {
	background-color: #ffcc00;
	box-shadow: 0 0 0 5px #fc09;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	padding: 10px 50px;
	transition: all .2s;
}
.more-opt > a:hover,
.more-opt > a:focus {
	background-color: #ffae00;	
	box-shadow: 0 0 0 12px #fc09;
}
.more-opt > p {
	margin: 0 0 5px 0;
}
.more-opt > p a {
	background-color: #ffcc00;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 3px 12px;
	transition: all .2s;
}
.more-opt > p a:hover,
.more-opt > p a:focus {
	background-color: #ffae00;
}

.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: #004054;
	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);
}

.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 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: 40%;
		right: 0px;
	z-index: 1999;
}
.float-extend > ul {
	margin-top: -150px;
	padding: 0;
}
.float-extend > ul li {
	list-style-type: none;
}
.float-extend > ul li > a {
	color: #fff;
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	width: 45px;
}
.float-extend > ul li > a i {
	font-size: 14px;
	opacity: .8;
	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);
}

.donate-form {
	background-color: #fff;
	display: block;
	padding: 20px 30px;
}
.donate-form .cos-tab {
	align-items: center;
	border-bottom: 1px solid #ddd;
	display: flex;
	margin-bottom: 10px;
	padding: 0;
	padding-bottom: 10px;
}
.donate-form .cos-tab li {
	list-style-type: none;
	text-align: center;
	width: 33%;
}
.donate-form .cos-tab li > a {
	background-color: #ddd;
	border-radius: 5px;
	box-shadow: 0 1px 5px #3335;
	color: #999;
	cursor: not-allowed;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 70px;
}
.donate-form .cos-tab li > a.active {
	background-color: #00923f;
	color: #fff;
	cursor: default;
}
.donate-form .form-group {
	position: relative;
	margin: 0 0 10px 0;
}
.donate-form .form-group > label {
	font-size: 13px;
	font-weight: 300;
	margin: 0;
}
.donate-form .form-group > label sup {
	color: #df0000;
}
.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[disabled]::-webkit-input-placeholder {
	color: #aaa;
}
.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 input:focus {
	outline: 0;
}
.donate-form .form-group input[required] + span::after,
.donate-form .form-group textarea[required] + span::after {
	content: '';
	background-color: #00923f;
	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: #00923f;
}
.donate-form .form-group input[type=checkbox]:checked + label::before {
	content: '\f00c';
	border-color: #00923f;
	color: #00923f;
	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 .form-group > button[type=submit] {
	background-color: #00923f;
	border: 1px solid #007332;
	border-radius: 4px;
	color: #fff;
	display: block;
	float: left;
	margin-top: 10px;
	padding: 5px;
	transition: all .3s;
	width: calc(100% - 80px);
}
.donate-form .form-group > button#prev {
	background-color: #fafafa;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	margin: 10px auto 0 auto;
	padding: 5px;
	transition: all .3s;
	width: 100%;
}
.donate-form .form-group > button#next {
	background-color: #00923f;
	border: 1px solid #007332;
	border-radius: 4px;
	color: #fff;
	display: block;
	margin: 10px auto 0 auto;
	padding: 5px;
	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;
}
.donate-info {
	padding: 20px;
}
.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: #00923f;
}
.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;
}


@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: 991px) {
    .navbar-brand img {
        max-height: 50px !important;
        padding: 0 !important;
    }
}

@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%;
	}
}