body {
    padding: 0;
    margin: 0;
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Roboto Condensed', sans-serif; */
    font-family: 'Allura', cursive;
    font-family: 'Roboto', sans-serif;
}

li,
ul {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #424242;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 25px;
}

a:hover,
a {
    text-decoration: none;
}

h1 {
    font-family: 'Allura', cursive;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    color: #424242;
}

figure {
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 6;
}

.sticky .logo-wrapper img {
    width: 80px;
}

.sticky .top-address {
    display: none;
}

.top-address li a::before,
.top-address li a::after {
    display: none;
}

header.sticky {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.sticky nav ul li a {
    font-size: 14px;
    margin: 10px;
    color: #424242;
}

.sticky nav {
    display: contents;
}

.sticky .sub-menu {
    padding-top: 20px;
}

.main-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

nav ul li {
    display: inline-block;
    list-style: none;
    position: relative;
    color: #fff;
}

.donate{

width: 147px;
border-radius: 3px; 
    
}

.a-button--solid-green{border-radius:0!important;}

nav ul li a {
    display: block;
    color: #fff;
    margin: 10px 15px;
    transition: 500ms ease all;
    position: relative;
    padding-bottom: 5px;
}

nav ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #45b29d;
    height: 1px;
    width: 0;
    transition: 500ms ease all;
}

nav ul li a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    background: #45b29d;
    height: 1px;
    width: 0;
    transition: 500ms ease all;
}

nav ul li a:hover:after,
nav ul li a:hover:before {
    width: 100%;
}

nav ul li a:hover {
    color: #45b29d;
}

.top-social a {
    display: inline-block;
    padding: 5px;
    margin: 0;
}

.sub-menu {
    border-radius: 0;
    padding: 0;
    border: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 220px;
    transform: translateY(2em);
    z-index: -1;
    transition: all 0.18s ease-in-out;
    padding-top: 5px;
    box-shadow: 2px 9px 9px -3px #000000ad;
}

.sub-menu li {
    display: block;
}

.sub-menu li a {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    display: block;
    width: 100%;
    color: #424242;
    padding: 10px;
    margin: 0;
    transition: 200ms ease all;
}

.sticky .sub-menu li a {
    margin: 0;
}

.sub-menu li a:hover:before,
.sub-menu li a:hover:after {
    display: none;
}

.sub-menu li a:hover {
    color: #fff;
    background: #45b29d;
    padding-left: 5px;
}

.drop-menu a i {
    font-size: 20px;
    margin-left: 10px;
}

nav ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.logo-wrapper {
    display: block;
    padding: 10px 0;
}

.logo-wrapper img {
    width: 100px;
    height: auto;
    transition: 500ms ease all;
}

.top-address li:first-child i,
.top-address li:nth-child(2) a i {
    margin-right: 10px;
    color: #ffce44;
}

.top-address li:first-child {
    border-right: 1px solid #424242;
    padding-right: 15px;
}

.top-address li:last-child a {
    display: block;
    background: #45b29d;
    border-radius: 5px;
    color: #fff;
    padding: 7px 20px;
    transition: 500ms ease all;
    border: 1px solid#45b29d;
}

.top-address li:last-child a:hover {
    background: #ffce44;
    border-color: #ffce44;
    color: #fff;
}

.top-info {
    margin-bottom: 15px;
}

.sticky .top-menu-bar {
    top: 28px;
}

.top-menu-bar {
    position: absolute;
    top: 39px;
    right: 20px;
    z-index: 22;
    display: none;
    transition: 500ms ease all;
    cursor: pointer;
}

span.menu-line {
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 9px 0;
    transition: 500ms;
}

.active span.menu-line {
    background: #424242;
}

.sticky span.menu-line {
    background: #424242;
}

.top-menu-bar.active {
    top: 30px;
    right: 80px;
}

.top-menu-bar.active span.menu-line:nth-child(2) {
    opacity: 0;
}

.top-menu-bar.active span.menu-line:nth-child(1) {
    transform: rotate(45deg);
}

.top-menu-bar.active span.menu-line:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -19px;
}


/* header section ends */


/* main slider section starts */

.custom-slider figure {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*transform: scale(1);*/
}

.custom-slider figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 43, 82, 0.4);
}

.flexslider {
    border: none;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
}

.flex-direction-nav a {
    z-index: 4;
}

.flex-direction-nav a.flex-next:before {
    font-family: "fontawesome";
    font-size: 30px;
    display: inline-block;
    content: '\f105';
    color: #fff;
    background: #ffce44;
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    border-radius: 5px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    line-height: 40px;
}

.flex-direction-nav a.flex-prev:before {
    font-family: "fontawesome";
    font-size: 30px;
    display: inline-block;
    content: '\f105';
    color: #fff;
    background: #ffce44;
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    border-radius: 5px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    line-height: 40px;
    transform: rotate(180deg);
}

.slider-content-whole-wrapp {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
}


.donate-content .btn:hover,
.slider-content .btn:hover {
    
    background:#ffce44;
    border-color:#ffce44;
}

.slider-content {
    position: relative;
    color: #fff;
    max-width: 800px;
    margin-bottom: -100px;
}

.slider-content p,
.slider-content h1,
.slider-content a {
    color: #fff;
}

.slider-content h1 {
    margin-bottom: 20px;
    font-size: 80px;
    font-weight: 800;
}

.slider-content p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 35px;
}

.slider-content a:hover {
    color: #fff;
    background: #45b29d;
    border: 1px solid #45b29d;
}

.btn {
    background: #45b29d;
    color: #fff;
    padding: 7px 20px;
    transition: 500ms ease all;
    /* position: relative;
    z-index: 2;
    overflow: hidden; */
}


/* 
.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #00aced;
    z-index: -1;
    transition: 500ms ease all;
}

.btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #ffce44;
    z-index: -1;
    transition: 500ms ease all;
    transition-delay: 200ms;
}

.btn:hover:after,
.btn:hover:before {
    height: 100%;
} */

.btn:hover {
    color: #fff;
}

.custom-slider figure,
li.slider-image-wrapper.flex-active-slide figure {
    /* transform: scale3d(1.2, 1.2, 1.2); */
    transition-timing-function: ease-in-out;
    -webkit-animation: myMove 25s ease-in-out;
    -moz-animation: myMove 25s ease-in-out;
    -o-animation: myMove 25s ease-in-out;
    -ms-animation: myMove 25s ease-in-out;
    animation: myMove 25s ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes myMove {
    from {
        transform: scale(1.0, 1.0);
        transform-origin: 50% 50%;
    }
    to {
        transform: scale(1.2, 1.2);
        transform-origin: 50% 0%;
    }
}

@-webkit-keyframes myMove {
    from {
        -webkit-transform: scale(1.0, 1.0);
        -webkit-transform-origin: 50% 50%;
    }
    to {
        -webkit-transform: scale(1.2, 1.2);
        -webkit-transform-origin: 50% 0%;
    }
}

@-o-keyframes myMove {
    from {
        -o-transform: scale(1.0, 1.0);
        -o-transform-origin: 50% 50%;
    }
    to {
        -o-transform: scale(1.2, 1.2);
        -o-transform-origin: 50% 0%;
    }
}

@-moz-keyframes myMove {
    from {
        -moz-transform: scale(1.0, 1.0);
        -moz-transform-origin: 50% 50%;
    }
    to {
        -moz-transform: scale(1.2, 1.2);
        -moz-transform-origin: 50% 0%;
    }
}

@-ms-keyframes myMove {
    from {
        -ms-transform: scale(1.0, 1.0);
        -ms-transform-origin: 50% 50%;
    }
    to {
        -ms-transform: scale(1.2, 1.2);
        -ms-transform-origin: 50% 0%;
    }
}


/* main slider section ends */


/* work section starts */

.all-sec-padding {
    padding: 80px 0;
}

.activiti-section {
    /* background: #161e33; */
    background-position: top center;
    /* background-size: cover; */
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    /* height: 100vh; */
}

.work--col-wrapper {
    text-align: center;
    border: 1px solid #efefef;
    padding: 30px 15px;
    transition: 500ms ease all;
    background: #fff;
    display: block;
    height: 100%;
}

.work--col-wrapper:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transform: translateY(-10px);
}


/* .work--col-wrapper:hover .work-icon-wrappper {
    background: #ffce44;
} */

.work--col-wrapper:hover .work-icon-wrappper::before {
    top: 97%;
}

.work-icon-wrappper {
    height: 100px;
    width: 100px;
    line-height: 100px;
    background: #ffffff;
    border-radius: 50%;
    /* margin-top: -60px; */
    text-align: center;
    margin: 0 auto;
    transition: 300ms ease all;
    margin-bottom: 20px;
    position: relative;
    margin-top: -80px;
    border: 1px solid #efefef;
}


/* .work-icon-wrappper::before {

    content: "";
    position: absolute;
    top: 50%;
    left: 36px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #121931;
    transform: rotate(179deg);
    transition: 300ms ease all;
    z-index: -1;
} */

.work-icon-wrappper img {
    width: 50px;
    height: auto;
}

.title-wrapper {
    display: block;
    margin-bottom: 80px;
    text-align: center;
}

.who-we-content h2,
.title-wrapper h2 {
    font-size: 40px;
}

.work-icon-wrappper h2 {
    font-weight: 600;
}

.work-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}


/* work section ends */


/* blog section starts */

.blog-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    background-attachment: fixed;
    position: relative;
}

.activiti-section::before,
.blog-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 34, 61, 0.6);
}

.blog-col-wrapper {
    border: 1px solid #f2f2f2;
    transition: 500ms ease all;
    transform: scale(1);
    height:100%;
    background:#fff;
    margin-bottom: 30px;
}

.blog-col-wrapper:hover {
    transform: scale(1.02);
}

.blog-col-wrapper a {
    display: block;
    color: #fff;
}

.blog-title-wrapper h2 {
    color: #fff;
}

.blog-col-wrapper a img {
    width: 100%;
    height: 15em;
    object-fit: cover;
}

.blog-title-wrapper {
    position: relative;
}

.date {
    color: #45b29d;
    border: 1px solid #f2f2f2;
    padding: 10px;
    display: flex;
    background: #fff;
    font-size: 13px;
    justify-content: space-between;
    align-items: center;
}

.date p {
    color: #45b29d;
    font-size: 13px;
    margin: 0;
}

.blog-content-wrapper {
    padding: 15px;
    background: #fff;
        padding-bottom: 0;
}

.blog-content-wrapper a h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #424242;
    font-weight: 600;
    max-height: 28px;
    overflow: hidden;
}

.blog-content-wrapper p {
    margin-bottom: 15px;
    max-height: 125px;
    overflow: hidden;
}

.read-btn {
    background: transparent;
    color: #191919 !important;
    border: 1px solid #45b29d;
    max-width: 150px;
    margin: 0 auto;
    font-size: 14px;
    transition: 500ms ease all;
}

.read-btn:hover {
    background: #45b29d;
    color: #fff !important;
}


/* blog section ends */


/* donate section starts */

.donate-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}

.donate-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 43, 82, 0.6);
}

.donate-content {
    position: relative;
    text-align: center;
    color: #fff;
}

.donate-content h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 40px;
}

.donate-content p {
    margin-bottom: 20px;
    color: #fff;
}

.donate-btn {
    transition: 500ms ease all;
    border: 1px solid transparent;
}

.donate-btn:hover {
    background: #45b29d;
    border-color: #45b29d;
    color: #fff;
}


/* donate section ends */


/* event section starts */

.event-content-wrapp,
.event-image {
    display: block;
    border: 1px solid #f2f2f2;
}

.event-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.event-content-wrapp {
    padding: 15px;
    height: 100%;
}

.event-title-wrapper {
    display: block;
}

.event-title-wrapper h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.event-content-wrapper span {
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #45b29d;
}

.event-content-wrapper p {
    margin-bottom: 15px;
    max-height: 100px;
    overflow: hidden;
}

.whole-event-wrapper {
    /* margin-bottom: 30px; */
    transition: 500ms ease all;
    transform: scale(1);
}

.whole-event-wrapper:hover {
    transform: scale(1.02);
}


/* events section ends */


/* foooter section starts */

#button {
    display: inline-block;
    background-color: #ffce44;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #45b29d;
}

#button:active {
    background-color: #45b29d;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

footer {
    background: #080a10;
    padding: 40px 0;
}

.footer-col-wrapper h3 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 25px;
}

.footer-link li a {
    display: block;
    color: #e0e0e0;
    margin: 5px 0;
}

.footer-link li {
    list-style: none;
}

.footer-col-wrapper form textarea,
.footer-col-wrapper form input {
    border: 1px solid #f1f1f1;
    background: transparent;
    outline: none;
    padding: 5px 10px;
    font-size: 13px;
    width: 100%;
    color: #fff;
    display: block;
    margin: 10px 0;
}

.footer-col-wrapper form textarea {
    height: 100px;
}

.footer-social-media li {
    list-style: none;
}

.address-wrapper li,
.footer-social-media li a {
    display: block;
    color: #e0e0e0;
    margin: 5px 0;
}

.address-wrapper li i,
.footer-social-media li a i {
    margin-right: 10px;
    color: #45b29d;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #45b29d;
    font-size: 14px;
}

.footer-col-wrapper a {
    transition: 500ms ease all;
}

.footer-col-wrapper a:hover {
    color: #ffce44;
}

.footer-col-wrapper ul li {
    font-size: 14px !important;
}

.footer-col-wrapper form button {
    border: 1px solid transparent;
}

.footer-col-wrapper form button {
    background: #45b29d;
}

.footer-col-wrapper form button:hover {
    background: transparent;
    border-color: #45b29d;
    ;
    color: #45b29d;
    ;
}

.copyright-sec {
    background: #000;
    padding: 10px 0;
}

.copy-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.copy-wrapper p {
    color: #a2a2a2;
    font-size: 14px;
    margin: 0;
}

.copy-wrapper p a {
    color: #45b29d;
}

.share-media {
    margin-bottom: 20px;
}

.share-media li a i {
    background: #3b5998;
    border: none;
    color: #fff;
    border-radius: 5px;
}

.share-media li:nth-child(2) a i {
    background: #00aced;
}

.share-media li:nth-child(3) a i {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.share-media li:nth-child(4) a i {
    background: #32506d;
}

.newsletter-btn {
    background: #000000;
    color: #fff;
    padding: 7px 15px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    display: block;
}

.newsletter-btn i {
    margin-right: 7px;
}


/* footer section ends */


/* work2 section starts */

.work-col-wrapper {
    /* border: 1px solid #f2f2f2; */
    /* padding: 20px; */
    text-align: center;
    /* background: #11bb17; */
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); */
    margin-bottom: 30px;
    height: 100%;
    transition: 500ms linear;
}

.work-col-wrapper:hover i {
    background: #ffce44;
    color: #fff;
}

.work-col-wrapper:hover {
    /* background: #171e35; */
}

.work-col-wrapper:hover span {
    /* color: #fff; */
}

.work-col-wrapper i {
    font-size: 35px;
    display: block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    color: #fff !important;
    text-align: center;
    background: #45b29d;
    border: 1px solid #f2f2f2;
    /* margin-top: -50px; */
    /* margin-bottom: 30px; */
    transition: 500ms ease all;
    margin: 0 auto;
}

.work-col-wrapper span {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 900;
    color: #424242;
}

.work-col-wrapper p {
    /* margin-bottom: 40px; */
    /* text-transform: lowercase; */
    color: #424242;
}

.same-height {
    margin-bottom: 30px;
    animation-duration: 1s;
}

.same-height:nth-child(2) {
    animation-delay: 200ms;
}

.same-height:nth-child(3) {
    animation-delay: 400ms;
}

.same-height:nth-child(4) {
    animation-delay: 600ms;
}

.same-height:nth-child(5) {
    animation-delay: 800ms;
}

.same-height:nth-child(6) {
    animation-delay: 1000ms;
}


/* li.slider-image-wrapper.flex-active-slide .slider-content h1 {
    animation-name: slideInLeft;
    animation-duration: 1s;
} */


/* li.slider-image-wrapper.flex-active-slide .slider-content p {
    animation-name: bounceIn;
    animation-duration: 1s;
    animation-delay: 2s;
} */


/* li.slider-image-wrapper.flex-active-slide .slider-content a {
    animation-name: shake;
    animation-delay: 3s;
    animation-duration: 2s;
} */


/* who we are section starts */

.who-we-content h2 {
    margin-bottom: 20px;
    font-size: 30px;
}

.who-we-video iframe {
    width: 100% !important;
}

.who-we-are-sec .row {
    align-items: center;
}

.explore-btn {
    background: #45b29d;
}

.explore-btn:hover {
    background: #ffce44;
}


/* partners section starts */

.partner-image a img {
    width: 200px !important;
    height: 100px !important;
    overflow: hidden;
    object-fit: cover;
}


/* partners section ends */

.donate{
  width: 113px!important;
    border-radius: 3px;
}