body{
    margin:0;
    padding:0;
    font-size:16px;
    color: #000;
    font-family: "Noto Sans", serif;
    font-weight: normal;
}
p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: "Noto Sans", serif;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6{
     color: #000000;
     margin-top: 10px;
     font-family: "Noto Serif", serif;
     font-weight: bold;
}
a{
    color: #1a555c;
}
a:focus, a:hover{
	text-decoration:none;
}
.btn-primary{
    background-color: #1a555c;
    border-color: #1a555c;
    color: #fff;
}
.logo-section, .top-header, .main-header {
    position: relative;
}
.main-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(110 88 24 / 76%);
    width: 100%;
    height: 100%;
}
.main-header {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 30px;
}
.logo img {
    float: left;
    width: 150px;
}
.logo h1 {
    border: none;
    font-size: 55px;
    color: #fff;
    padding: 0px;
    margin: 0px;
}
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.logo-titles h4 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 0px;
    margin-top: 12px;
}
.logo-titles {
    padding-left: 30px;
    padding-top: 55px;
}
.donate-button {
    position: absolute;
    top: 0px;
    right: 0px;
}
.del-space {
    display: none;
}
.navbar-default .navbar-brand {
    height: auto;
    line-height: normal;
    padding: 15px 0px;
    margin: 0px !important;
}
nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: none;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
    background-color: #7a973e;
}
.navbar-right {
    float: none !important;
    margin: 0px auto !important;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #ffffff;
    font-family: "Noto Serif", serif;
    font-weight: 600 !important;
    font-size: 24px;
    padding: 20px 10px;
    margin: 0px 10px;
    text-transform: uppercase;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    background-color: transparent;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li{
    background-color: #7a973e;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li:hover{
    background-color: #f0b420;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    border: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #7a973e;
    background-color: #fff;
    padding: 5px 10px 3px;
    font-size: 20px;
    margin-top: 0px;
}
.donate-button a {
    background-color: #f0b420;
    padding: 12px 30px;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    font-family: "Noto Serif", serif;
    font-weight: 600;
    font-size: 24px;
    border-radius: 15px;
    transition: all 0.3s linear;
}
.donate-button a:hover{
    background-color: #7a973e;
    color: #fff;
}
.py-5{
    padding: 60px 0px;
}
.vision-right img {
    width: 100%;
    border-radius: 25px;
}
.ffn-title {
    color: #7a973e;
    margin-top: 0px;
    font-size: 36px;
    margin-bottom: 20px;
}
.readmore-btn {
    background-color: #f0b420;
    color: #fff;
    display: inline-block;
    padding: 12px 25px;
    font-family: "Noto Serif", serif;
    font-size: 17px;
    font-weight: 600;
    border-radius: 50px;
    margin-top: 15px;
    transition: all 0.3s linear;
}
.readmore-btn:hover{
    background-color: #7a973e;
    color: #fff;
}
.fffn-new-block{
    background-color: #fcf2e1;
}
/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
}
.seeds-bg{
    background: #7a973e !important;
}
.winter-bg{
    background: #f0b420 !important;
}
.explore-bg{
    background: #4e8bb4 !important;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 20px 25px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    font-size: 16px;
    opacity: 0;
    position: static;
    color: #fff;
    text-transform: capitalize;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    color: #fff;
    line-height: 38px;
    font-size: 30px;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2 a{
    color: #fff;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
    color: #fff;
}
/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.3;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: center;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 0.1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.events-grid.grid {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}
.newsletter-block{
    background-color: #7a973e;
}
.newsletter-content h2 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 42px;
    color: #fff;
}
.newsletter-content p{
    color: #fff;
}
.newsletter-info {
    margin-top: 35px;
}
#newsletterForm .input-group {
    margin: 0px auto;
    width: 90%;
}
#newsletterForm .form-control {
    height: 60px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.input-group-btn.new-newsletter{
    float: left;
}
.newsletter-info .input-group-btn .btn-primary {
    padding: 12px 40px;
    margin-left: 0px;
    border-radius: 10px;
    font-size: 20px;
    background-color: #f0b420;
    border-color: #f0b420;
    height: 60px;
}
.newsletter-info .input-group-btn .btn-primary i {
    margin-right: 10px;
}
#result-newsletter {
  color: #3e0a07;
  font-size: 20px;
  margin-top: 5px;
}
/*--facebook--*/
.facebook-content {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0.1px 0.1px 10px #c2c2c2;
    background-color: #fff;
}
.fb-logo img {
    border: 1px solid #ccc;
    border-radius: 100%;
}
.facebook-header {
    display: flex;
    padding: 10px;
}
.fb-titles p {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 24px;
}
.fb-image img {
    width: 100%;
}
.fb-titles {
    margin-left: 10px;
}
.fb-text p {
    font-size: 16px;
    line-height: 23px;
    padding: 0px 10px;
}
.fb-address {
    background-color: #eff1f3;
    padding: 10px;
}
.fb-address p {
    font-size: 16px;
    margin-bottom: 0px;
}
.fb-address .fb-name-header {
    font-weight: 600;
    font-size: 18px;
}
.fb-footer {
    display: flex;
    justify-content: space-around;
    padding: 10px 0px;
}
.like-info .like-icon {
    margin-right: 5px;
}
.like-info a {
    color: #707070;
}
.facebook-block {
    padding-top: 50px;
    background-color: #fef5ec;
}
.sub-footer{
	background-color:#a08424;
	width:100%;
	float:left;
    padding:50px 0px;
    border-bottom: 1px solid #b8992d;
}
.more-info h4{
	position:relative;
}
.more-info h4::before {
    content: "";
    border: 2px solid #f1b219;
    width: 35px;
    position: absolute;
    top: 42px;
    left: 0;
    margin: 0 auto;
}
.footer-title {
    margin-top: 0px;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 25px;
}
.quick-links{
	padding: 0;
    line-height: 2.5;
    list-style-type: none;
}
.quick-links li{
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.quick-links li a{
    color:#fff;
}
.more-info, .more-info h4, .contact-details li a, .more-info p{
	color:#fff;
}
.contact-details{
	padding: 0;
    list-style-type: none;
    line-height: 2;
    position:relative;
    top:-5px;
}
.contact-details li a{
	font-size:14px;
}
.soc-widget a i {
    color: #fff;
    margin-right: 15px;
    font-size: 36px;
}
.wrapper-kayak{
	width:100%;
	float:left;
}
.footer{
	width: 100%;
    float: left;
    padding: 20px 0px;
    background-color:#a08424;
    text-align:center;
}
.footer p{ 
    color:#fff; 
    margin-bottom:0;
    font-size:14px;
}
.contact-details a:hover{
	color:#f1b219;
}
.soc-widget a i:hover{
	color:#f1b219;
}
.more-info address {
    font-size: 16px;
    line-height: 25px;
}
footer {
    border: none;
}
.bottom-footer {
    text-align: left;
    padding: 10px 0 10px 0;
    background-color: #a08424;
    width: 100%;
    float: left;
}
.copy p, .power p {
    font-size: 14px;
    color: #fff;
    margin: 0px;
}
.power p a{
    color: #fff;
}

@media screen and (min-width:1500px) {
    p{
        font-size: 20px;
        line-height: 30px;
    }
    .vision-content {
        margin-right: 100px;
    }
    .newsletter-content p {
        color: #fff;
        font-size: 30px;
        line-height: 45px;
    }
}

@media screen and (min-width:1200px) {
    .more-info address {
        font-size: 20px;
        line-height: 32px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px) {
    .logo h1{
        font-size: 42px;
    }
    .logo-titles h4{
        font-size: 20px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        font-size: 18px;
    }
    .footer-title {
        font-size: 17px;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .logo h1 {
        font-size: 30px;
    }
    .logo-titles h4{
        font-size: 18px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a {
        font-size: 16px;
        margin: 0px 0px;
    }
    .grid figure h2 {
        font-size: 24px;
        line-height: 32px;
    }
    #newsletterForm .input-group{
        width: 80%;
    }
}
@media screen and (min-width:320px) and (max-width:767px) {
    nav.navbar.bootsnav {
        background-color: #7a973e;
    }
    .logo h1{
        font-size: 30px;
    }
    .logo-titles h4{
        font-size: 16px;
        margin-top: 15px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        margin: 0px;
        font-size: 16px;
        padding: 10px;
    }
    .vision-content {
        margin-bottom: 30px;
    }
    #newsletterForm .input-group{
        width: 100%;
    }
    .footer-logo img {
        width: 200px;
        margin-bottom: 30px;
    }
    .main-header{
        padding-bottom: 0px;
    }
}
@media screen and (min-width:320px) and (max-width:540px) {
    .newsletter-content h2 {
        font-size: 36px;
    }
    .py-5{
        padding: 30px 0px;
    }
    .logo img {
        float: none;
    }
    .logo-titles {
        padding-left: 0px;
        padding-top: 20px;
    }
    .donate-button {
        position: static;
        text-align: center;
        padding-bottom: 20px;
    }
    .logo {
        display: block;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
