@import url('https://fonts.googleapis.com/css?family=Asap:400,500,600,700');

html {
	width: 100%;
	height: 100%;
	position: relative;
}
body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	font-family: 'Asap', sans-serif;
	font-weight:400;
	color: #000000;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2 { font-weight: normal; line-height:100%; margin-bottom:20px; margin-top:0; text-rendering: optimizelegibility; }
h3, h4, h5, h6 {font-weight: normal; line-height:100%; margin-bottom:20px; margin-top:0; text-rendering: optimizelegibility; }
h1 { font-size:30px; }
h2 { font-size:26px; }
h3 { font-size:20px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }

a, button{text-decoration:none;  transition: all 0.3s ease-in-out 0s;}
a:hover{ text-decoration:none !important;}
img{max-width:100%;}

h1, h2, h3, h4, h5, h6{
	color: #066435;
}
.bg-green{
	background-color: #066435;
}
.text-green{
	color: #066435;
}
.text-white{
	color: #fff;
}
@media (min-width: 1200px){
	.container {
		max-width: 1200px;
	}
}
.btn{
	border: none;
	border-radius: 30px;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-weight: 600;
	font-family: 'Asap', sans-serif;
}
.btn-success{
	background-color: #006400;
	font-size: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.btn-success:hover{
	background-color: #00a900;
}
.btn-white{
	background-color: #fff;
	color: #066435;
}
.btn-white:hover{
	background-color: #f6f6f6;
	color: #066435;
}
.main-banner{
	width: 100%;
	float: left;
	height: 650px;
	position: relative;
	background-position: center top; 
	background-repeat: no-repeat;
	background-size: cover;
}
.main-banner .video-banner{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.overly-inner{
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.header{
	width: 100%;
	float: left;
	position: absolute;
	z-index: 99;
}
.header .navbar-nav .nav-link{
	font-size: 19px;
	color: #fff;
	font-weight: 400;
}
.header .navbar-nav .nav-link:hover{
	color: #e6e6e6;
}
.header .navbar-nav li.active .nav-link{
	border-bottom: solid 3px #066435;
}
.header .navbar-expand-lg .navbar-nav .nav-link{
	padding-left: 1rem;
	padding-right:1rem;
}
.header .navbar-brand img{
	max-height: 100px;
}
.background-video {
	background-position: top center;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.background-image{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image:url(../images/main-bg.jpg);
	background-size: cover;
	background-position: center center;
}
.banner-content{
	position: relative;
	z-index: 9;
	width: 100%;
	text-align: center;
}
.banner-content .title{
	font-family: 'Source Sans Pro';
	font-weight: 600;
	color: #fff;
	font-size: 45px;
	text-transform: uppercase;
}
.banner-content .counter{
	background-color: rgba(255,255,255,0.6);
	border-radius: 5px;
	padding: 15px 30px;
	display: inline-block;
	font-size: 65px;
	font-family: 'Source Sans Pro';
	font-weight: 700;
	color: #fff;
	min-width: 350px;
	border:solid 2px #fff;
	background: rgba(0,137,0,1);
	background: -moz-linear-gradient(top, rgba(0,137,0,1) 0%, rgba(0,137,0,1) 50%, rgba(0,100,0,1) 50%, rgba(0,100,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,137,0,1)), color-stop(50%, rgba(0,137,0,1)), color-stop(50%, rgba(0,100,0,1)), color-stop(100%, rgba(0,100,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,137,0,1) 0%, rgba(0,137,0,1) 50%, rgba(0,100,0,1) 50%, rgba(0,100,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,137,0,1) 0%, rgba(0,137,0,1) 50%, rgba(0,100,0,1) 50%, rgba(0,100,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,137,0,1) 0%, rgba(0,137,0,1) 50%, rgba(0,100,0,1) 50%, rgba(0,100,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,137,0,1) 0%, rgba(0,137,0,1) 50%, rgba(0,100,0,1) 50%, rgba(0,100,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008900', endColorstr='#006400', GradientType=0 );
}
.banner-content .counter span{
	background-color: rgba(255,255,255,0.6);
	border-radius: 5px;
	padding: 15px 30px;
	display: inline-block;
	font-size: 65px;
	font-family: 'Source Sans Pro';
	font-weight: 700;
	color: #fff;
	border:solid 2px #fff;
	background: rgba(0,137,0,1);
	background: -moz-linear-gradient(top, rgba(0,137,0,1) 0%, rgba(0,137,0,1) 50%, rgba(0,100,0,1) 50%, rgba(0,100,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,137,0,1)), color-stop(50%, rgba(0,137,0,1)), color-stop(50%, rgba(0,100,0,1)), color-stop(100%, rgba(0,100,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,137,0,1) 0%, rgba(0,137,0,1) 50%, rgba(0,100,0,1) 50%, rgba(0,100,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,137,0,1) 0%, rgba(0,137,0,1) 50%, rgba(0,100,0,1) 50%, rgba(0,100,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,137,0,1) 0%, rgba(0,137,0,1) 50%, rgba(0,100,0,1) 50%, rgba(0,100,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,137,0,1) 0%, rgba(0,137,0,1) 50%, rgba(0,100,0,1) 50%, rgba(0,100,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008900', endColorstr='#006400', GradientType=0 );
}
.mission-sec{
	width: 100%;
	float: left;
	padding: 70px 0;
	position: relative;
	margin-bottom: 50px;
}
.mission-sec.dark{
	background-color: #1d1d1d;
	color: #fff;
}
.sec-title{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
.sec-title span.img{
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.sec-title .title{
	font-size: 45px;
	font-weight: 600;
}
.mission-sec .text{
	text-align: center;
	font-size: 20px;
}
.mission-sec.dark .sec-title .title{
	color: #fff;
}
.mission-sec.dark .text{
	color: #fff;
}
.slide-sec{width: 100%; float: left; padding: 0 0 50px;}

.ProcessSection{
	position:relative;
	display:table;
	table-layout:fixed;
	width:100%;
	height:100%;
}
.ProcessSection *{
	-webkit-transition-duration:.4s;
	-o-transition-duration:.4s;
	transition-duration:.4s;
	-webkit-transition-timing-function:ease;
	-o-transition-timing-function:ease;
	transition-timing-function:ease;
	-webkit-transition-property:all;
	-o-transition-property:all;
	transition-property:all;
}
.ProcessSection-panel{
	position:relative;
	display:table;
	table-layout:fixed;
	overflow:hidden;
	margin-bottom:1.6949152542%;
	width:100%;
	background-position:0 0;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
}
.ProcessSection-panel:after,.ProcessSection-panel:before{
	content:" ";
	display:table;
}
.ProcessSection-panel:after{
	clear:both;
}
@media (min-width:950px){
	.ProcessSection-panel{
		display:table-cell;
		margin-bottom:0;
		padding-top:0;
		width:25%;
		height:100%;
		border-right-color:#FFF;
		border-right-style:solid;
		border-right-width:4px;
	}
	.ProcessSection-panel:nth-child(1){
		background-position:0 0;
	}
	.ProcessSection-panel:nth-child(2){
		background-position:33.3333333333% 0;
	}
	.ProcessSection-panel:nth-child(3){
		background-position:66.6666666667% 0;
	}
	.ProcessSection-panel:nth-child(4){
		background-position:100% 0;
	}
	.ProcessSection-panel:last-child{
		border-right-width:0;
	}
}
.ProcessSection-wrap{
	padding-left:1.5rem;
	padding-right:1.5rem;
	width:100%;
	height:100%;
	float: left;
	background-color:rgba(0,0,0,.2);
}
.ProcessSection-wrap:after,.ProcessSection-wrap:before{
	content:" ";
	display:table;
}
.ProcessSection-wrap:after{
	clear:both;
}
@media (min-width:950px){
	.ProcessSection-wrap{
		padding-left:2.25rem;
		padding-right:2.25rem;
	}
}
.ProcessSection-heading{
	color:#FFF;
	margin-top:11.390625rem;
	white-space:nowrap;
}
@media (min-width:600px){
	.ProcessSection-heading{
		margin-top:20vh;
	}
}
@media (min-width:820px){
	.ProcessSection-heading{
		margin-top:30vh;
	}
}
@media (min-width:950px){
	.ProcessSection-heading{
		margin-top:50vh;
	}
}
.ProcessSection-caption{
	padding:1rem 1.5rem;
	margin-top:1.5rem;
	margin-bottom:1.5rem;
	width:auto;
	background-color:#FFF;
	opacity:1;
	color: #000;
}
@media (min-width:950px){
	.ProcessSection-caption{
		margin-bottom:2.25rem;
		opacity:0;
		width:50vw;
	}
}
@media (min-width:1300px){
	.ProcessSection-caption{
		width:30vw;
	}
}
@media (min-width:950px){
	.ProcessSection:hover .ProcessSection-panel{
		width:11.1111111111%;
	}
	.ProcessSection:hover .ProcessSection-heading{
		-webkit-transform:translate(-1.5rem,0);
		-ms-transform:translate(-1.5rem,0);
		-o-transform:translate(-1.5rem,0);
		transform:translate(-1.5rem,0);
	}
	.ProcessSection:hover .ProcessSection-panel:hover{
		width:66.6666666667%;
	}
	.ProcessSection:hover .ProcessSection-panel:hover .ProcessSection-wrap{
		background-color:transparent;
	}
	.ProcessSection:hover .ProcessSection-panel:hover .ProcessSection-heading{
		-webkit-transform:translate(1.5rem,0);
		-ms-transform:translate(1.5rem,0);
		-o-transform:translate(1.5rem,0);
		transform:translate(1.5rem,0);
	}
	.ProcessSection:hover .ProcessSection-panel:hover .ProcessSection-caption{
		opacity:1;
	}
}
.u-fill--white{
	fill:#FFF;
}
.ProcessSection-heading{
	color:#FFF;
	margin-top:11.390625rem;
	font-size: 38px;
	font-weight: bold;
}
.ProcessSection-heading a{
	color: #fff;
}

.footer{
	background-color: #000;
	width: 100%;
	float: left;
	padding: 30px 0;
	color: #fff;
	text-align: center;
}
.footer-link{
	width: 100%;
	text-align: center;
	padding: 0;
}
.footer-link li{
	list-style: none;
	display: inline-block;
	padding: 0 10px;
}
.footer-link li a{
	color: #fff;
	font-size: 18px;
}
.footer .copyright-text{
	color: #fff;
	font-size: 18px;
	margin-bottom: 0px;
}
.navbar-toggler{
	background-color: #fff;
	border-radius: 0px;
}
.navbar-toggler-icon{
	line-height: 1.5em;
}

.inner-page-banner{
	height: 330px;
	background-position: center center;
}

.inner-page-main-title{
	position: relative;
	z-index: 9;
	padding-bottom: 40px;
}
.inner-page-main-title h2{
	font-size: 42px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
}
.inner-page-wrapper{
	width: 100%;
	float: left;
	min-height: 450px;
}
.what-kattar{
	width: 100%;
	float: left;
	padding: 50px 0;
}
.what-kattar .title{
	font-size: 34px;
	font-weight: 600;
	position: relative;
	margin-bottom: 25px;
	text-align: center;
}
.what-kattar .text{
	font-size: 20px;
	text-align: center;
	font-weight: 500;
}
.campaigns{
	width: 100%;
	float: left;
	padding: 50px 0;
	background-color: #066435;
}
.campaigns .title{
	font-size: 34px;
	font-weight: 600;
	position: relative;
	margin-bottom: 40px;
	color: #fff;
	text-align: center;
}
.campaigns-box{
	width: 100%;
	float: left;
	padding: 2.25rem 1.5rem;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 0 #C8C6B9;
	box-shadow: 0 4px 0 #C8C6B9; 
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}
.campaigns-img{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.campaigns-img img{
	max-height: 15px;
}
.campaigns-box h2{
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 20px;
}
.campaigns-box h2 small{
	font-size: 17px;
}
.campaigns-box .text{
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	min-height: 120px;
}
.campaigns-box .price{
	font-size: 32px;
	font-weight: bold;
	color: #8d4600;
}
.btn-trees{
	border: solid 2px #066435;
	width: 100%;
	border-radius: 0px;
	margin-bottom: 30px;
}
.title-kattar-popup{
	font-size: 24px;
	font-weight: bold;
}
.aforestation-map{
	width: 100%;
	float: left;
}
.aforestation-map iframe{
	width: 100%;
	height: 450px;
}
.news-sec{
	width: 100%;
	float: left;
	padding: 50px 0;
}
.press-box{
	background-color: #fff;
	padding: 20px;
	margin-bottom: 30px;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(145,145,145,0.5);
	-moz-box-shadow: 0px 0px 10px 2px rgba(145,145,145,0.5);
	box-shadow: 0px 0px 10px 2px rgba(145,145,145,0.5);
	width: 100%;
	float: left;
}
.press-box:hover{
	-webkit-box-shadow: 0px 0px 10px 2px rgba(145,145,145,0.5);
	-moz-box-shadow: 0px 0px 10px 2px rgba(145,145,145,0.5);
	box-shadow: 0px 0px 10px 2px rgba(145,145,145,0.5);
}
.press-box .press-img{
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	overflow:hidden;
}
.press-box .press-img .overly{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0%;
	height: 0%;
	background-color: rgba(0,0,0,0.7);
	transition: all 0.2s ease-in-out 0s;
	text-align: center;
	padding: 10px;
	opacity: 0;
	z-index: 99;
}
.press-box:hover .press-img .overly{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.press-box .press-img .overly img{
	max-height: 0px;
	transition: all 0.2s ease-in-out 0s;
}
.press-box:hover .press-img .overly img{
	max-height: 100px;
}
.press-box .press-img .press-img-size{
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: all 0.5s ease-in-out 0s;
}
.press-box:hover .press-img .press-img-size{
	transform: scale(1.1);
	z-index: 0;
} 
.press-box .title{
	margin-bottom: 0px;
	font-weight: 600;
	color: #006400;
	font-family: 'Montserrat';
	font-size: 18px;
}

.pagination .page-item{
	margin: 0 7px;	
}
.pagination .page-item .page-link{
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	background-color: #fff;
	text-align: center;
	line-height: 41px;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(119,119,119,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(119,119,119,0.3);
	box-shadow: 0px 0px 10px 0px rgba(119,119,119,0.3);
	color: #333;
	font-size: 14px;
	font-weight: 600;
}
.pagination .page-item.active .page-link{
	background-color: #066435;
	color: #fff;
}
.pagination .page-item .page-link:hover{
	background-color: #066435;
	color: #fff;
}
.pagination .page-item i{
	line-height: 40px;
}
#lightgallery{
	padding: 0px;
}
#lightgallery li{
	list-style: none;
	margin-bottom: 30px;
	cursor: pointer;
}
#lightgallery li a{
	overflow: hidden;
	float: left;
	position: relative;
	border-radius: 3px;
	border: solid 3px #066435;
}
#lightgallery li img{
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 200px;
	object-fit: cover;
	width: 100%;
	object-fit: cover;
}
#lightgallery li:hover img{
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}


.partners-logo{
	width: 100%;
	height: 150px;
	border: solid 2px #e9e9e9;
	padding: 15px;
	text-align: center;
}
.partners-logo img{
	max-height: 100%;
} 

.partners-title{
	font-size: 18px;
	text-align: center;
	color: #444444;
	font-weight: bold;
	background-color: #e9e9e9;
	padding: 10px;
}
.endorsers-box{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.endorsers-box .img{
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}
.endorsers-box .img img{
	width: 250px;
	height: 250px;
	border-radius: 50%;
	border: solid 5px #066435;
	z-index: 2;
	position: relative;
	display: inline-block;
}
.portrait-dot {
	position: absolute;
	bottom: -.5rem;
	left: 50%;
	width: 1.5rem;
	height: 1.5rem;
	margin-left: -.75rem;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #066435;
}
.endorsers-box .title{
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}
.endorsers-box .loacton{
	color: #747474;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.endorsers .owl-nav button.owl-prev, .endorsers .owl-nav button.owl-next{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	background-color: #066435;
	border-radius: 50%;
	color: #fff;
	
}
.endorsers .owl-nav .owl-prev{
	left: 0px;
}
.endorsers .owl-nav .owl-next{
	right: 0px;
}

.get-involved-box{
	background-color: #f6f6f6;
	margin-bottom: 20px;
}
.get-involved-box-h100{
	height: 100%;
}
.events-box{
	background-color: #f5f5f5;
	width: 100%;
	float: left;
	min-height: 388px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
	margin-bottom: 30px;
	transition: all 0.3s ease-in-out 0s;
}
.events-box:hover {
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
	background-color: #f9f9f9;
}
.events-img img {
	width: 100%;
	height: 250px;
}
.events-box-content {
	width: 100%;
	padding: 15px 10px;
}
.events-box-content h2 {
	margin-bottom: 10px;
}
.events-box-content h2 a {
	font-size: 20px;
	color: #006400;
}
.events-box-content p {
	color: #575757;
	font-size: 16px;
}
.events-box-content .read-more {
	color: #006400;
	font-size: 20px;
}
.left-img{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.left-bg{
	background-size: cover;
}
.campaigns-box-new{
	width: 100%;
	float: left;
	height: 250px;
	border-radius: 20px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	border: solid 5px #fff;
	position: relative;
}
.campaigns-box-new:after{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
	background-color: rgba(0,0,0,0.5);
	border-radius: 20px;
}
.campaigns-box-new .title-inner{
	width: 100%;
	float: left;
	height: 100%;
	position: relative;
	z-index: 99;
}
.campaigns-box-new .title-inner h2{
	font-weight: bold;
	color: #fff;
	font-size: 28px;
}
.modal-title{
	font-weight: 600;
	font-size: 26px;
}
.modal-body{
	padding: 2rem;
	font-size: 20px;
}
.btn-outline-success{
	color: #066435;
	border-color: #066435;
}
.coming-soon-text{
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-top: 50px;
}

#accordion .card{
	margin-bottom: 15px;
	border: none;
}
#accordion .card .card-body{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(220,220,220,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(220,220,220,1);
	box-shadow: 0px 0px 5px 0px rgba(220,220,220,1);
}
#accordion .card .card-header{
	background-color: #066435;
	padding: 0;
	border-bottom: solid #066435 5px;
	border-radius: 0px;
}
#accordion .card .card-header .card-link{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: .75rem 1.9rem .75rem 1.25rem;
	width: 100%;
	float: left;
	position: relative;
}
#accordion .card .video{
	width: 100%;
}
#accordion .card .card-header .more-less{
	position: absolute;
	right: 15px;
	top: 20px;
	color: #fff;
}
.sec-inner-title{
	font-size: 34px;
	font-weight: 600;
	position: relative;
	margin-bottom: 25px;
	text-align: center;
}
.dropdown-menu{
	border-radius: 0px;
}
.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown>.dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
}
.gallery-category{
	
	-webkit-box-shadow: 0px 0px 7px 0px rgba(83,83,83,0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(83,83,83,0.5);
	box-shadow: 0px 0px 7px 0px rgba(83,83,83,0.5);
}
.donate-sec{
	width: 100%;
	float: left;
	padding: 50px 0;
	background-color: #066435;
	text-align: center;
}
.donate-btn{
	font-size: 30px;
	color: #fff;
	font-weight: 600;
}
.donate-btn img{
	max-height: 45px;
	margin-right: 10px;
}
.donate-btn:hover{
	color: #fff;
}
.form-control{
	border-radius: 0px;
}
.form-group label{
	font-size: 16px;
	line-height: normal;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default {
	border-color: #ddd;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.panel-default>.panel-heading {
	color: #fff;
	background-color: #066435;
	border-color: #ddd;
	font-size: 20px;
}
.panel-body {
	padding: 15px;
}
.contact-sec{
	width: 100%;
	float: left;
	padding: 50px 0;
}
.address {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.address i {
	position: absolute;
	left: 0;
	top: 5px;
	width: 40px;
	font-size: 28px;
}
.address p {
	padding-left: 40px;
	font-size: 22px;
}
.address p a {
	color: #333;
}
.map iframe {
	width: 100%;
	height: 350px;
}
.form-group{
	margin-bottom: 10px;
}
.detail-img{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 40%;
}

.detail-img img{
	width: 100%;
}
.breadcrumb{
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.breadcrumb li{
	font-size: 18px;
}
.breadcrumb li a{
	color: #008d46;
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color: #066435;
	color: #fff;
}
.dropdown-menu{
	margin-top: 0px;
}
.amount-text{
	width: 155px;
	height: 147px;
	float: left;
	font-weight: 500;
	margin-left: 15px;
	margin-top:15px;
	position: relative;
}
.amount-text-inner{
	width: 100%;
	height: 100%;
	background-color: #066435;
	padding: 15px;
	line-height: 107px;
	color: #ffffff;
	font-size: 42px;
	position: relative;
	border: solid 3px #000;
	z-index: 99;
	float: left;
}
.amount-text-inner:hover{
	background-color: #008e47;
	color: #fff;
}
.amount-text:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	bottom: 15px;
	right: 15px;
	border: solid 3px #000;
}
.donate-page-amount{
	width: 100%;
	height: 190px;	
}
.donate-page-amount a{
	font-size: 70px;
	line-height: 160px;
}
.donate-form{
	margin-top: 40px;
}
.donate-form h2{
	font-size: 18px;
	width: 100%;
	margin-bottom: 10px;
}
.donate-form .form-control{
	padding: 1rem;
	border-radius: 0px;
	min-width: 350px;
	font-size: 24px;
	font-weight: bold;
}
.donate-form .form-control:focus{
	box-shadow: none;
	border-color: inherit;
}
.donate-form .input-group-text{
	border-radius: 0px;
	background-color: #000;
	color: #fff;
	font-size: 24px;
}
.donate-form .btn{
	border-radius: 0px;
	background-color: #066435;
	border: 0px;
	text-transform: uppercase;
	padding: 1.2rem 1rem;
	font-size: 1.25rem;
}
.donate-form .btn:hover{
	background-color: #008e47;
}
.donate-form .btn:focus{
	box-shadow: none;
}
.donate-form .btn:not(:disabled):not(.disabled).active, 
.donate-form .btn:not(:disabled):not(.disabled):active{
	background-color: #008e47;
}
.donate-form .invalid-feedback{
	position: absolute;
}
.title-icon{
	max-height: 25px;
	margin-right: 5px;
}
.partner-category-title{
	color: #fff;
}
.partner-category-title:hover{
	color: #f6f6f6;
}
.panel-heading .btn-white{
	padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    line-height: normal;
    font-size: 14px;
}

/*who-we-are*/

.team-sec {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.team-sec .title-main {
    font-size: 34px;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}
.team-member {
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    margin-bottom: 35px;
}
.team-member .team-photo {
    position: relative;
    border-radius: 50%;
}
.team-member .team-photo img {
    margin: 0;
    width: 200px;
    height: 200px;
    border-radius: inherit;
    object-fit: cover;
}
.team-member .team-info {
    margin-top: 20px;
}
.team-member .team-info .name {
    color: #066435;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.team-member .team-info .sub-title{
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
.team-member .team-info .dec{
	color: #373e45;
	font-size: 13px;
}

@media (min-width: 992px){
    .team-sec .col-lg-3{
        -ms-flex: 0 0 25%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}