@charset "utf-8";

/*
 * Copyright (c) 2018 ITAcumens
 */

@import url(bootstrap.css);
@import url(bs-slider.css);
@import url(datepicker.css);
@import url(font-awesome.css);
@import url(lightgallery.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700|Muli:400,600,800');
body 					{-webkit-font-smoothing: antialiased; }
* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}

body {
    overflow-x: hidden;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif !important;
}
p {
    line-height: 26px;
    font-size: 15px;
}
li {
    font-size: 15px;
}
.form-control{
    border-radius: 0 !important;
    height: 45px;
}
textarea {
    height: 200px !important;
}
select {
    color: black;
}
::-webkit-input-placeholder { color:black !important; opacity:1; font-weight:400; font-size: 14px;}
:-moz-placeholder 			{ color:black !important; opacity:1; font-weight:400; font-size: 14px;}
::-moz-placeholder 			{ color:black !important; opacity:1; font-weight:400; font-size: 14px;}
:-ms-input-placeholder 		{ color:black !important; font-weight:400; font-size: 14px;}


#donate_sec ::-webkit-input-placeholder { color:white !important;}
#donate_sec :-moz-placeholder 			{ color:white !important;}
#donate_sec ::-moz-placeholder 			{ color:white !important;}
#donate_sec :-ms-input-placeholder 		{ color:white !important;}

input[type="submit"]{
    background: #6db044;
    width: 120px;
    color: white;
    border: none;
    height: 45px;
    font-size: 18px;
    text-transform: uppercase;
}

/* Header Top */

#head_top {
    background: #222;
    color: #fff;
    font-size: 15px;
    height: 45px;
    overflow: hidden;
}

#head_top ul {
    margin-bottom: 0px;
    line-height: 45px;
}

#head_top ul li {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

#head_top ul li:last-child {
    padding-right: 0px;
}

#head_top ul li a {
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 0;
}

#head_top ul li a:hover,
#head_top ul li a:focus {
    text-decoration: none;
}

#head_top ul li a:before {
    font-family: fontAwesome;
    left: 0;
    top: 0;
    padding-right: 10px;
}

#head_top ul li:nth-child(1) a:before {
    content: '\f0e0';
}

#head_top ul li:nth-child(2) a:before {
    content: '\f095';
}

.donate_btn {
    text-align: right;
}

.donate_btn a {
    background: #6db044;
    display: inline-block;
    color: #fff;
    padding: 11px 15px;
    font-weight: 700;
    font-size: 16px;
}

.donate_btn a:hover,
.donate_btn a:focus {
    text-decoration: none;
	color: white !important;
}


/* End Header Top */


/* Header */

#header {
    position: relative;
    padding: 20px 0px;
    font-size: 16px;
}

.menu {
    margin-top: 15px;
}

.menu .navbar-nav>li>a {
    color: #222;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}

.menu .navbar-nav li {
    padding: 0px 10px;
}

.menu .navbar {
    border: 0px;
    margin: 0px;
}
.navbar-toggle {
    background: #6db044;
}
.navbar-toggle .icon-bar {
    background: white;
}
.menu .nav>li>a:hover,
.menu .nav>li.active>a {
    background: #6db044;
    color: #fff;
}


/* End Header */

/*BANNER*/
.bs-slider h1 {
    font-weight: 300;
    padding-bottom: 10px;
}
.bs-slider .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: black;
    opacity: 0.6;
}
.bs-slider p a {
    background: #6db044;
    color: white;
    border: none;
    font-size: 18px;
    border-radius: 20px;
    padding: 10px 20px;
}

/*LATEST*/
.latest h4 {
    background: #6db044;
    color: white;
    padding: 15px 25px;
    margin: 0;
    border-radius: 0 50px 50px 0;
}
.latest .caption h4{
background:none;
padding:0;
color:#333;
border-right:0;
text-align:center;
padding-top:10px;
}
.latest .col-lg-9 {
    padding: 0;
}


.TickerNews{
	width: 100%;
    padding-left: 0;
    padding-top: 15px;
}
.ti_wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ti_slide{
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}
.ti_content{
	width: 8000px;
	position: relative;
	float:left;
}
.ti_news{
	float:left;
	font-weight:500;
}
.ti_news a{
	display: block;
	margin-right: 10px;
	color:#4d4d4d;
	text-decoration: none;
}
/* About Section */

#about_sec {
    position: relative;
    padding: 50px 0px;
    font-size: 16px;
    line-height: 22px;
}

.abt_img_pstn {
    position: absolute;
    display: block;
    height: 100%;
    padding: 0px;
}

.abt_im {
    position: absolute;
    background: url(../images/about-img.jpg);
    background-size: cover;
    display: block;
    width: 100%;
    height: 400px;
}

.img_abt {
    width: 100%;
    height: auto;
}

#about_sec h2 {
    font-size: 34px;
    font-weight: 400;
    color: #6db044;
    margin-top: 0px;
    padding-bottom: 10px;
}
#about_sec h2 span{
    color: black;
}

#about_sec p {
    margin-bottom: 20px;
    padding-top: 10px;
}
#about_sec ul {
    margin-bottom: 0;
}

#about_sec ul li {
    position: relative;
    padding-bottom: 15px;
    padding-left: 30px;
}

#about_sec ul li:before {
    content: '\f105';
    position: absolute;
    left: 0;
    font-size: 14px;
    display: block;
    font-family: fontAwesome;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #6db044;
    color: #fff;
    border-radius: 50%;
}

#about_sec ul li a {
    color: #6db044;
}


/* End About section */


/* Donate Section */
#donate_sec {
    position: relative;
    background: url(../images/donate_img.jpg) no-repeat center;
    padding: 65px 0px;
    color: #fff;
    background-attachment: fixed;
    background-size: cover;
}

#donate_sec select {
    color:#fff;
}
option {
    margin: 40px;
    color: #000000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
#donate_sec:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.88);
}
 #donate_sec form  {
    width: 80%;
    margin: 0 auto;
}
#donate_sec .form-control {
    background: none;
    border-color: rgba(255, 255, 255, 0.4);
    margin: 0 0 30px;
}
#donate_sec input[type="text"],
#donate_sec input[type="email"] {
    color: white !important;
}
#donate_sec input[type="submit"]{
    margin-top: 20px;
}
#donate_sec .form-control option:disabled{
    color: white;
}
/*#donate_sec form [class*=col-]{
    float: none;
    width: 100%;
} */
.icon_bg {
    width: 84px;
    height: 84px;
    line-height: 84px;
    border-radius: 50%;
    background: #6db044;
    display: block;
    margin: 15px auto 0px;
}

.icon_bg p {
    line-height: normal;
    width: auto;
}

#donate_sec h4,
#about_sec h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

#donate_sec p,
#about_sec p.abt_txt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

#donate_sec h3 {
    text-align: center;
    color: #6db044;
    position: relative;
    z-index: 1;
    font-size: 34px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 45px;
}
#donate_sec h3 span {
    color: #ffffff;
}

/* #donate_sec h3:after {
    content: '';
    position: relative;
    width: 100px;
    margin: auto;
    display: block;
    top: 10px;
    border-bottom: 3px solid #fff;
} */


/* End Donate Section */


/* Our Gallery */

#gallery_sec {
    position: relative;
    padding: 40px 0px 50px;
}

/* #gallery_sec h3:after {
    content: '';
    position: relative;
    width: 100px;
    margin: auto;
    display: block;
    top: 10px;
    border-bottom: 3px solid #6db044;
} */

#gallery_sec h3 {
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    margin: 0px 0px 45px;
    position: relative;
    color: #6db044;
}
#gallery_sec h3 span {
    color: black;
}

.img-gal-res {
    width: 100%;
    height: auto;
}
.gallery .img,
#gallery_sec .img {
	width:100%;
	height: 270px;
	position:relative;
	margin: 0 auto;
	padding: 4px;
	cursor:pointer;
	border: 1px solid #dddddd;
}
.gallery .img {
	height:230px;
}
.gallery li img { display: none;}
.gallery .img span,
#gallery_sec .img span{
	
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#gallery_sec img {
display:none;
}
#gallery_sec a {
    text-align: center;
    display: inline-block;
    border: 1px solid #6db044;
    margin-top: 30px;
    color: #6db044;
    padding: 7px 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 20px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}

#gallery_sec a:hover,
#gallery_sec a:focus {
    text-decoration: none;
    background: #6db044;
    color: #fff;
}


/* End Our Gallery */


/*INNER PAGE*/
.inner_banner {
    text-align: center;
    background: #6db044;
    padding: 40px 0;
}
.inner_banner h1 {
    color: white;
    font-size: 48px;
    margin: 0;
}
/*INNER CONTAINER*/
.inner-container {
    padding: 80px 0 0;
}
/*ABOUTuS*/
.inner-container.about ul li {
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
}
.inner-container.about ul li:before {
    content: '\f105';
    position: absolute;
    left: 0;
    font-size: 14px;
    display: block;
    font-family: fontAwesome;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #6db044;
    color: #fff;
    border-radius: 50%;
}
.about p {
    margin-bottom: 30px;
}
.about img {
    width: 100%;
}
.icon_bg img {
    width: 40px;
}
.about .text-center h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}
.about .text-center p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
.about ul.tabs{
    margin: 50px 0 0;
    padding: 0px;
    list-style: none;
}
.about ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid transparent;
    margin-bottom: -1px;
    font-size: 18px;
}
.about ul.tabs li:before{
    display: none;
}

.about ul.tabs li.current{
    border-color: rgba(0, 0, 0, 0.2);
    color: #6db044;
    border-bottom-color: white;
}

.about .tab-content{
    display: none;
    border:1px solid rgba(0, 0, 0, 0.2);
    padding:35px 15px 10px;
}
.about .tab-content p {
    line-height: 25px;
}
.about .tab-content.current{
    display: inherit;
}
/*INFORMATION*/
.information {
    background: #6db044;
    padding: 40px 0;
    margin: 40px 0 0;
}
.information .container {
    width: 900px;
}
.information .container .icon_bg {
    border: 1px solid white;
}
.icon_bg img {
    width:50%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 18px;
}
.information .text-center h4 {
    font-weight: 700;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 0;
    color: white;
}
.information .text-center p {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 10px 0 0;
    color: white;
}

/*GALLERY*/
.gallery {
    padding: 50px 0;
}
.gallery ul {
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content:center;
}
.gallery ul li {
    margin: 10px;
    list-style: none;
    width: 22%;
    cursor: pointer;
	text-align:center;
}
.gallery ul li img {
    width: 100%;
    transition: all 500ms ease;
}
.gallery li:hover img {
    opacity: 0.8
}

/*DOnATE*/
.donate {
    padding: 50px 0;
}
.donate form  {
    width: 80%;
    margin: 0 auto;
}
.donate .captcha {
    margin-top:0;
}


/*CONTACT*/
.contact {
    padding:50px 0;
}
.contact .address {
    padding: 0 0 40px;
}
.contact i {
    width: 50px;
    height: 50px;
    background: #6db044;
    border-radius: 100%;
    color: white;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.contact p {
    font-size: 18px;
    padding: 10px 0;
}
.contact p a {
    color: inherit;
}
.contact .address {
    text-align: center;
}
.contact textarea {
    height: 190px;
}
/* Footer Section */

#footer {
    position: relative;
    background: #222;
    padding-top: 20px;
    font-size: 15px;
    color: #ddd;
}

#footer h3 {
    color: #fff;
    margin-bottom: 20px;
}

#footer p {
    line-height: 24px;
}

#footer ul.use_link li {
    padding-bottom: 10px;
    padding-left: 18px;
    position: relative;
}

#footer ul.use_link li a:before {
    content: '\f0da';
    position: absolute;
    display: block;
    left: 0;
    font-family: fontAwesome;
}

#footer a {
    color: #ddd;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}

#footer a:hover,
#footer a:focus {
    text-decoration: none;
    color: #6db044;
}
#footer .donate_btn {display: none;}
.con_phone,
.con_mail {
    position: relative;
    padding-left: 25px;
}

.con_phone:before {
    content: '\f095';
}

.con_mail:before {
    content: '\f0e0';
}

.con_phone:before,
.con_mail:before {
    position: absolute;
    display: block;
    font-family: fontAwesome;
    left: 0;
}

.copyright {
    border-top: 1px solid #555;
    padding-top: 15px;
    margin-top: 20px;
}

.copyright ul li a {
    font-size: 18px;
}


/* End Footer Section */

.no_pad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media screen and (min-width:768px) {
    .menu .navbar-brand {
        display: none;
    }
}
@media screen and (max-width:999px) {
    .navbar-header {
        margin:-80px 0 0;
    }
    .navbar {
        min-height: auto;
    }
    .navbar-toggle {
        margin-right:0 !important;
    }
    .navbar-collapse {
        background:#6db044;
        margin-top: 20px;
    }
    .menu .nav > li > a:hover, .menu .nav > li.active > a {
        background: #ffffff;
        color: #6db044;
    }
    .menu .navbar-nav > li > a{
        color: white;
    }
    /*HEADER*/
    #header {
        padding-bottom: 0;
    }
    #head_top {
        height: auto;
        text-align: center;
        padding-bottom: 15px;
    }
    #head_top ul {
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;
    }
    #head_top ul li {
        display: block;
        line-height: 30px;
        padding: 5px 0 0; 
    }
    .donate_btn {
        text-align: center;
        padding-top: 15px;
    }
    .donate_btn a {
        padding: 7px 20px;
    }
    #donate_sec {
        padding: 30px 0px;
    }
    #donate_sec h3 {
        margin-bottom: 30px;
    }
    #donate_sec form,
    .donate form {
        width: 100%;
    }
    #donate_sec .form-control {margin-bottom: 20px;}

    
    #about_sec .img_abt {
        max-width: 300px;
        display: block;
        margin: 0 auto 15px;
    }
    .inner_banner {
        padding: 30px 0;
    }
    .inner_banner h1 {
        font-size: 38px;
    }
    .donate .last {
        margin-top:0;
    }
    #donate_sec h3 {
        font-size: 28px;
    }
    /*ABOUT*/
    .about {
        padding: 40px 0 0;
    }
    .about img {
        max-width: 300px;
        display: block;
        margin: 0 auto 15px;
    }
    .about .list-unstyled {
        margin-bottom: 0;
    }
    .about ul.tabs li {
        font-size: 17px;
    }
    .information .container {
        width: 100%;
    }
    #about_sec h2 {
        text-align: center;
    }
    /*GALLERY*/
    .gallery ul li {
        width: 45%;
    }
    /*CONTACT*/
    #gallery_sec,
    #about_sec,
    .inner-container {
        padding: 30px 0 !important;
    }
    .contact iframe {
        margin-bottom: 25px;
    }
    /*FOOTER*/
    .text-right,
    .copyright {
        text-align: center;
    }
    .copyright {
        padding-bottom: 20px;
    }
    .copyright .text-center {
        padding-top: 20px;  
    }
    .captcha {
        height: auto;
    }
    .about ul.tabs {
        margin-top: 10px;
    }
    #gallery_sec .col-md-3 {
        display: inline-block;
        margin-bottom: 20px;
    }
    #gallery_sec .row {
        margin: 0;
        text-align: center;
    }
    #gallery_sec h3 {
        margin-bottom: 25px;
    }
    #gallery_sec a {
        margin-top: 10px;
    }
    .information {
        margin-top: 0;
        padding: 20px 0 0;
    }
    #about_sec .owl-dots {
        margin-top:0; 
    }
    .form-control {
        height: 30px;
    }
    #about_sec ul {
        padding: 0;
    }
    .inner-container.about ul li {
        padding-bottom: 15px;
    }   
    .latest h4 {
        border-radius: 0;
        text-align: center;
        padding: 15px 10px;
    } 
    .latest .col-lg-9 {
        padding: 0 15px;
    }
    textarea {
        height: 100px !important;
    }
	.gallery .img,
	#gallery_sec .img {width: 100%;}
	#footer .donate_btn {display: block; margin:15px 0;}
	#head_top .donate_btn {display: none;}
}

@media (min-width:630px) and (max-width:767px) {
    #gallery_sec li, #gallery_sec .col-md-3 {
        width:24.6%;
    }
	.gallery .img {
		height: 255px;
	}
	#gallery_sec .img {	height: 125px;}
}

@media (min-width:480px) and (max-width:539px) {
    #about_sec .col-xs-6 {
        width: 100%;
    }
    /*GALLERY*/
   
}
@media screen and (max-width:479px) {

    /*HEADER*/    
    #head_top ul {
        display: block;
        margin: 0 auto;
    }
    .navbar-header {
        margin-top: -70px;
    }
    /*GALLERY*/
    #gallery_sec li, #gallery_sec .col-md-3 {
        width:24.6%;
    }
    .gallery ul li {
        width: 100%;
    }
    #gallery_sec .col-md-3 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .latest [class*=col-xs-],
    #footer [class*=col-xs-] {
        width: 100%;
    }
    .col-xs-6 {
        width: 100%;
    }
}
.lg-sub-html h4 {
font-size: 22px !important;
}