/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

img,
a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

button:focus {
    outline: 1px dotted;
    outline: 0px;
}

a.navbar-brand {
    display: none;
    visibility: hidden !important;
}

/*
a.navbar-brand {
    display: block;
    visibility: hidden!important;
}
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}


body,
span,
a {
    font-family: 'Poppins', sans-serif;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    -webkit-box-shadow: inset 0 -1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
}

a:hover {
    text-decoration: none;
    opacity: .8;
    color: inherit;
}

/*fonts*/

@font-face {
    font-family: trajanbold;
    src: url(../fonts/Trajan_Bold/Trajan\ Pro\ Bold.ttf);
}

/*strat main css here*/



section.mainmenu-area {
    background: #fff;
    color: #fff;
    padding: 15px 0;
    border-top: 5px solid #397424;
    -webkit-box-shadow: 0px 1px 0px 1px #dddddd24;
    box-shadow: 0px 1px 0px 1px #dddddd24;
}

.mainmenu-area a {
    color: #252525 !important;
}

.mainmenu-area {
    padding: 15px 0;
}

.mainmenu-area ul li a {
    padding: 5px 12px !important;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.mainmenu-area ul li:last-child a {
    padding-right: 0px !important;
}

.mainmenu-area ul li.active a:after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 76px;
    height: 3px;
    background: #4b8037;
    content: "";
    margin-left: -38px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.logo img {
    width: 160px;
}

li.nav-item a.nav-link.donate-btn {
    background: #39741A;
    /* padding: 8px 15px!important; */
    /* text-align: center; */
    /* padding-right: 15px!important; */
    color: #fff !important;
    /* display: inline-block; */
    padding: 9px 35px !important;
    border-radius: 25px;
    margin-top: -5px;
    margin-left: 20px;
    border: 1px solid #397424;
}



section.welcome-area {
    background: url(../img/welcome-bg.jpg);
    background-size: cover;
    padding: 190px 0px;
    color: #fff;
    background-position: top center;
}

section.welcome-area h2 {
    font-size: 42px;
    margin-bottom: 35px;
}

a.donate {
    background: #397424;
    padding: 9px 35px;
    border-radius: 25px;
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    border: 1px solid #397424;
}

section.what-we-do-area {
    padding: 80px 0px;
    padding-bottom: 80px;
}

.what-we-do-left h3 {
    font-size: 22px;
    color: #5a5a5a;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.what-we-do-left h2 {
    color: #397424;
    font-size: 38px;
}

.what-we-do-left p {
    color: #5a5a5a;
}

a.donate.our-story-btn {
    color: #fff;
}

.what-we-do-right img {
    margin-top: 130px;
    width: 95%;
}

.about-us .what-we-do-right img {
    margin-top: 42px;
}

section.support-area {
    background: url(../img/support-bg.jpg);
    background-size: cover;
    padding: 150px 0;
    color: #fff;
    background-position: top center;
    background-attachment: fixed;
}

a.donate-now-btn {
    color: #4b8037;
    background: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 7px 40px;
    border-radius: 25px;
    margin: 0 10px;
    border: 1px solid #fff;
}

a.donate-now-btn.learn-more-btn {
    color: #fff;
    background: transparent;
}

section.support-area h2 {
    padding-bottom: 35px;
    font-size: 38px;
}

section.events-area {
    padding: 150px 0;
}

section.events-area {}

.events-left h3 {
    color: #5a5a5a;
    font-weight: normal;
    font-size: 22px;
}

.events-left h2 {
    color: #397424;
    font-size: 38px;
}

a.view-all-event {
    color: #397424;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
}

.event-list img {
    margin-bottom: 35px;
}

.event-list h2 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 25px;
}

.event-list p {
    color: #5a5a5a;
}


a.learn-more {
    color: #83a678;
    font-weight: 600;
    text-decoration: underline;
    display: block;
    text-align: right;
}

section.footer {
    background: #397424;
    color: #fff;
    padding: 100px 0;
    border-bottom: 1px solid #4c9d2f;
    padding-bottom: 35px;
}

.footer-logo img {
    width: 200px;
    margin-bottom: 30px;
}

ul.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widgets h2 {
    font-size: 36px;
}

.widgets input[type="email"] {
    padding: 12px 40px;
    /* font-style: italic; */
    border-radius: 25px 0px 0px 25px;
    border: none;
}

.widgets input[type="submit"] {
    background: #9cbd6b;
    color: #fff;
    border: none;
    padding: 12px 15px;
    margin-left: -4px;
    border-radius: 0px 25px 25px 0px;
}

.widgets input[type="email"]::-webkit-input-placeholder {
    color: #afafaf;
}

.widgets input[type="email"]::-moz-placeholder {
    color: #afafaf;
}

.widgets input[type="email"]:-ms-input-placeholder {
    color: #afafaf;
}

.widgets input[type="email"]::-ms-input-placeholder {
    color: #afafaf;
}

.widgets input[type="email"]::placeholder {
    color: #afafaf;
}

.widgets p {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}

section.footer-bottom {
    background: #397424;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.social img {
    width: 16px;
    margin: 0 20px;
}

img.twitter {
    width: 28px;
}

.mainmenu-area ul li a:after {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.mainmenu-area ul li a:hover::after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 76px;
    height: 3px;
    background: #4b8037;
    content: "";
    margin-left: -38px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

li.nav-item a.nav-link.donate-btn:after {
    display: none;
}

li.nav-item a.nav-link.donate-btn:hover {
    background: transparent;
    color: #397424 !important;
}




a.nav-link.donate-pop; {
    background: #39741A;
    color: #fff !important;
    padding: 9px 35px !important;
    border-radius: 25px;
    border: 1px solid #397424;
}

a.nav-link.donate-pop:hover {
    background: transparent;
}


a.nav-link.donate-pop:after {
    display: none;
}



a.nav-link.donate-pop:hover {
    background: transparent;
    color: #397424 !important;
}









a.nav-link.donate-btn {
    background: #39741A;
    color: #fff !important;
    padding: 9px 35px !important;
    border-radius: 25px;
    border: 1px solid #397424;
}

a.nav-link.donate-btn:hover {
    background: transparent;
}


a.nav-link.donate-btn:after {
    display: none;
}



a.nav-link.donate-btn:hover {
    background: transparent;
    color: #397424 !important;
}

a.donate:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

a.donate.our-story-btn:hover {
    color: #397424;
    border: 1px solid;
}


a.donate-now-btn:hover {
    background: transparent;
    color: #fff;
}

a.donate-now-btn.learn-more-btn:hover {
    color: #397424;
    background: #fff;
}





section.about-us-area {
    background: url(../img/about-banner.jpg);
    background-size: cover;
    color: #fff;
    padding: 16% 0;
}

section.about-us-area h2 {
    font-size: 42px;
}

section.mini-statement-area {
    background: #397424;
    color: #fff;
    padding: 80px 0;
}

section.mini-statement-area h2 {
    margin-bottom: 30px;
}

section.about-us-main-content-area {
    padding: 80px 0;
}

.right-about-m-area h2 {
    color: #397424;
}

.right-about-m-area h3 {
    font-size: 20px;
    color: #464646;
    font-weight: normal;
}

.right-about-m-area p {
    color: #5a5a5a;
}

.row.promoting-edu {
    padding-bottom: 80px;
}

section.funding-member {
    background: #e7fbc9;
    padding: 80px 0;
}

section.funding-member h2 {
    margin-bottom: 50px;
    color: #397424;
    font-size: 42px;
}

.single-funding-member img {
    width: 150px;
    margin-bottom: 20px;
}

.single-funding-member h3 {
    font-weight: 700;
    color: #397424;
}

.single-funding-member h4 {
    color: #464646;
    font-size: 17px;
    font-weight: 400;
}


.single-funding-member {
    background: #fff;
    padding: 40px;
    margin-bottom: 50px;
    -webkit-box-shadow: 2px 2px 5px #eee;
    box-shadow: 2px 2px 5px #eee;
    min-height: 830px;
}

.single-funding-member p {
    font-size: 14px;
}

a.read-more-btn {
    background: #397424;
    color: #fff;
    padding: 10px 35px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 25px;
    margin-top: 25px;
}

section.about-us-main-content-area {
    padding: 100px 0px;
}

.section-title.gallery-title {
    color: #397424;
    margin-bottom: 70px;
}

.single-gallery img {
    position: relative;
}

.gallery-hover {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -23px;
    margin-top: -23px;
    z-index: 99;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: lightgrey;
    font-size: 30px;

}

.single-gallery:hover .gallery-hover {
    opacity: 1;
    top: 50%
}

.single-gallery:after {
    background: #397424;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 100%;
    /* z-index: 99; */
    position: absolute;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.single-gallery:hover:after {
    opacity: .6;
    top: 0;
}

.single-gallery {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
    object-fit: cover;
    height: 250px
}

.gallery-hover img {
    width: 46px;
}

section.gallery-area {
    padding: 80px 0;
}

.section-title.gallery-title h2 {
    font-size: 42px;
}
section.about-us-area.activities {
    background: url(../img/activities-bg.jpg);
    background-size: cover;
}
section.event-listing-area {
    padding: 70px 0;
}

section.event-listing-area h2 {
    color: #397424;
    font-size: 42px;
}

.event-single {
    background: #f1f0ee;
    padding: 30px;
    margin-bottom: 30px;
}

.event-list-img {
    text-align: right;
    padding-right: 30px;
}

.event-list-right h3 {
    color: #397424;
    font-size: 24px;
}

.event-list-right h2 {
    color: #000000!important;
}

.event-list-right p {
    color: #5e5e5e;
}
h2.event-title {
    margin-bottom: 40px;
    color: #397424;
    font-size: 42px;
}
.date-and-times {
    padding: 20px 0;
}

span.calender img {
    margin-right: 10px;
    width: 20px;
    margin-top: -4px;
}

span.calender {
    margin-right: 20px;
    font-size: 14px;
}

span.profile img {
    margin-right: 5px;
    width: 20px;
    margin-top: -4px;
}

.single-document-listing h2 {
    text-transform: uppercase;
    font-size: 24px;
}

a.read-more-btn-doc {
    background: #397424;
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    display: inline-block;
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}
.single-document-listing p {
    font-size: 14px;
}

.single-document-listing {
    padding-bottom: 100px;
}
section.document-listing {
    padding: 100px 0;
    padding-bottom: 150px;
}

section.contact-area {padding-bottom: 150px;}

.contact {
    padding: 50px 0;
    box-shadow: 1px 1px 12px 8px rgb(0 0 0 / 9%);
    border-radius: 10px;
    border-top: 10px solid #397424;
    margin-top: -100px;
    background: #fff;
}

.contact-title h2 {
    font-weight: 500;
    color: #464646;
}

.form-area input {
    width: 46%;
    padding: 10px 15px;
    border: 1px solid #d6d6d6;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #fafafa;
    margin-right: 1%;
    margin-left: 1%;
}

.form-area input::placeholder, .form-area textarea::placeholder {
    color: #b4b4b4;
    text-transform: capitalize;
}

.form-area {
    margin-top: 60px;
}



.form-area textarea {
    width: 94%;
    padding: 10px 15px;
    border: 1px solid #d6d6d6;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #fafafa;
}

.form-area input[type="submit"] {
    background: #397424;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    width: 400px;
    padding: 12px 0;
}
