html {
    scroll-behavior: smooth;
}

body {
    padding: 0 !important;
}

* {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

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

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

.main {
    width: 100%;
}

.clear {
    clear: both;
}

p {
    font-family: 'Arial', sans-serif;
}

.banner_container .owl-carousel {
    width: 100%;
    z-index: -1 !important;
}

#email-error {
    position: absolute;
    right: 0;
    bottom: -31px;
    left: 0;
    color: #fff;
}

.banner_container .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.banner_container .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.banner_container .owl-carousel .owl-wrapper, .banner_container .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

em {
    font-style: normal !important;
}

sup {
    font-size: 10px;
    margin-left: 2px;
}

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes zoomout {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomout {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.zoomBannerImage {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 20s ease-in infinite;
    animation: zoomin 20s ease-in infinite;
    transition: all 20s ease-in-out;
}

.close-menu {
    display: none;
}

.icon-block {
    margin: 15px 0px 0px 5px !important;
    float: right !important;
    display: flex;
}

.icon-block a img {
    width: 40px;
    margin-left: 5px;
}

.icon-block a {
    padding-left: 5px !important;
}

.mobile-trigger {
    display: none;
}

header {
    position: fixed;
    left: 0;
    padding: 5px 40px;
    z-index: 100;
    width: 100%;
    transition: 0.5s;
    float: left;
    margin-top: 10px;
}

.right-menu {
    float: right;
}

.head-m {
    display: flex;
    align-items: center;
}

.header-margin {
    padding-top: 78px;
}

.header {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 15;
    tarnsition: 0.5s;
    padding: 5px 35px;
}

..header.htwo {
    position: fixed;
    width: 100%;
    z-index: 999;
    tarnsition: 0.5s;
    padding: 5px 35px;
    background: #fff;
}

.logo-box {
    width: 10%;
    float: left;
}

.logo-box a img {
    width: 115px;
}

.nav-sec {
    width: 90%;
    float: left;
}

.nav-sec ul {
    float: left;
}

.nav-sec ul li {
    float: left;
    margin: 23px 18px 0px 0px;
    position: relative;
}

.nav-sec ul li a span {
    font-style: italic;
}

.nav-sec ul li a {
    font-size: 15px;
    font-family: 'Gotham', sans-serif;
    font-weight: 600;
    color: #171717;
    padding-bottom: 13px;
}

.nav-sec ul li a i {
    font-size: 17px;
    position: relative;
    color: #171717;
    top: 2px;
}

.nav-sec ul .main-menu:hover a i {
    transform: rotate(180deg) ;
    margin-top: 2px;
}

.banner_container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-img {
    width: 100%;
    float: left;
}

.nav-sec ul li a img:hover {
    opacity: .8;
}

.scroll {
    position: absolute;
    bottom: 50px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 11;
    animation: MoveUpDown 3s linear infinite;
    transition: all .7s;
    cursor: pointer;
}

.scroll a img {
    width: 65px;
}

@keyframes MoveUpDown {
    0%, 100% {
        bottom: 0px
    }

    50% {
        bottom: 20px
    }
}

.logo-right-block {
    float: right;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-right-block img {
    height: 48px;
    margin-left: 5px;
    object-fit: contain;
}

.logo-right-block a i {
    color: #171717;
    font-size: 18px;
    margin-top: 10px;
    margin-right: 10px;
}

.nav-sec ul li a:hover {
    color: #a7b23a !important;
}

.nav-sec ul li a::before {
    display: none;
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: 0.5s transform ease;
    transform: scale3d(0,1,1);
    transform-origin: 0 50%;
}

.nav-sec ul li a:hover::before {
    transform: scale3d(1,1,1);
}

.nav-sec ul li a::before {
    background: #f47f23;
    transform-origin: 100% 50%;
}

.nav-sec ul li a:hover::before {
    transform-origin: 0 50%;
}

.banner-content {
    width: 100%;
    position: absolute;
    top: 58%;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
}

.banner-content h1 {
    font-size: 72px;
    color: #fff;
    margin: 0;
    ffont-family: 'Handlee';
}

.banner-content h2 {
    margin-bottom: 0px;
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    ffont-family: 'Handlee';
}

.banner-content h2 img {
    width: 60px;
    position: relative;
    top: -38px;
    left: -22px;
}

.whatsapp {
    position: fixed;
    bottom: 90px;
    right: 10px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 30%);
    border-radius: 50%;
    z-index: 9;
}

.whatsapp a img {
    transition: all 0.3s ease-in;
}

.whatsapp:hover a img {
    transition: all 0.3s ease-in;
    transform: scale(1.1);
}

.banner-title {
    text-align: left;
}

.enquire-btn {
    position: fixed;
    top: 35%;
    right: 0px;
    float: right;
    z-index: 99;
}

padding: 10px 16px;background: #555;color: #f1f1f1;}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    z-index: 999;
    top: 0;
    background: #fff;
    width: 100%;
    margin-top: 0px;
    border-bottom: 1px solid #f1f1f1;
}

.sticky + .content {
    padding-top: 102px;
}

.header.sticky .logo-box a img {
    width: 110px;
}

.marquee-block {
    background: #eeeeee;
    color: #fff;
    padding: 13px 0px;
}

.latest {
    float: left;
    width: 150px;
    color: #252525;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

.marquee-row {
    display: flex;
    align-items: center;
}

.textwidget p a {
    color: #fff;
    border-right: 1px solid #252525 !important;
    padding-right: 10px;
    font-size: 15px;
    letter-spacing: .5px;
    margin-right: 10px;
    font-weight: 600;
    font-family: 'Gotham', sans-serif;
}

.textwidget p a:last-child {
    border-right: none !important;
}

.marquee-row .textwidget p a {
    font-weight: 400;
    color: #005584 !important;
}

.marquee-row .textwidget p {
    margin: 0px;
}

.about-text p {
    font-size: 16px;
    color: #171717;
}

.about-us {
    width: 100%;
    background: url(../images/about-bg.jpg)center no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.about-us .container {
    max-width: 77%;
    margin: 0 auto;
}

.about-us .container .row {
    display: flex;
    align-items: center;
}

.about-us .about-img img {
    width: 90%;
}

.about-us .about-img .leaf img {
    position: absolute;
    width: 55px;
    top: 30px;
    right: 42px;
}

.about-us .about-text {
    padding: 0px 0px;
}

.about-us .about-text h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 28px;
    font-weight: 600;
    font-size: 21px;
}

.about-us .about-text h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.about-us .about-text h3::after {
    content: '';
    position: absolute;
    background: url(../images/green-leaf.png) center no-repeat;
    width: 50px;
    height: 50px;
    top: -34px;
    margin-left: -12px;
    background-size: contain;
}

.about-us .about-text .more {
    display: block;
    margin-top: 40px;
}

.about-us .about-text .more a {
    background: #587b26;
    color: #fff;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 16px;
}

.impact {
    width: 100%;
    background: url(../images/impact-bg.jpg)center no-repeat;
    background-size: cover;
    padding-bottom: 160px !important;
    padding: 70px 0;
}

.impact .container {
    width: 77%;
    margin: 0 auto;
}

.impact .title {
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.impact .title h2 {
    font-size: 38px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    text-transform: lowercase;
    color: #587b26;
}

.impact .title h2::after {
    content: '';
    position: absolute;
    background: url(../images/green-leaf.png) center no-repeat;
    width: 55px;
    height: 55px;
    top: -40px;
    margin-left: -15px;
    background-size: contain;
}

.impact .title p {
    font-size: 16px;
    color: #4c4c4c;
    width: 100%;
    margin: 0 auto;
}

.impact-col {
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

.impact-col:hover img {
    transition: all 0.3s ease-in;
}

.impact-col img {
    margin: 0 auto;
    display: block;
    width: 85px;
    transition: all 0.3s ease-in;
}

.impact-col span {
    display: block;
    font-size: 42px;
    font-weight: 600;
    margin-top: 20px;
    color: #587b26;
    border-bottom: 1px solid #587b26;
}

.impact-col label {
    margin: 0;
    font-size: 20px;
    color: #587b26;
    margin-top: 15px;
    font-weight: 600;
}

.mid-col {
    position: relative;
    top: 100px;
}

.area-work {
    width: 100%;
    background: url(../images/work-bg.jpg)center no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.area-work .container {
    width: 77%;
    margin: 0 auto;
}

.area-work .title {
    text-align: center;
    position: relative;
}

.area-work .title h2 {
    font-size: 38px;
    font-weight: 600;
    color: #ffffff;
}

.area-work .title h2::after {
    content: '';
    position: absolute;
    background: url(../images/trustea-leaf.png) center no-repeat;
    width: 60px;
    height: 60px;
    top: -40px;
    margin-left: -15px;
    background-size: contain;
}

.resources .container {
    width: 77%;
    margin: 0 auto;
}

.resources .title h2::after {
    content: '';
    position: absolute;
    background: url(../images/trustea-leaf.png) center no-repeat;
    width: 60px;
    height: 60px;
    top: -33px;
    margin-left: -15px;
    background-size: contain;
}

.area-work .title h2 img {
    position: absolute;
    width: 65px;
    top: -18px;
}

.work-col {
    position: relative;
    margin-top: 20px;
    border: 4px solid #ffffff;
    border-radius: 5px;
    background: #fff;
}

.work-col .img img {
    width: 100%;
    border-radius: 5px;
}

.work-col .text {
    position: absolute;
    bottom: 5px;
    padding: 20px;
}

.work-col .text h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 26px;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.discuss {
    width: 100%;
    background: url(../images/discuss-bg.jpg)center no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.discuss-in {
    text-align: center;
    color: #fff;
    max-width: 56%;
    margin: 0 auto;
}

.discuss-in h3::after {
    content: '';
    position: absolute;
    background: url(../images/trustea-leaf.png) center no-repeat;
    width: 55px;
    height: 55px;
    top: -30px;
    margin-left: -5px;
    background-size: contain;
}

.foundation .title img {
    width: 50px;
}

.discuss-in h3 {
    font-weight: 600;
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.discuss-in p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px;
    margin-top: 20px;
    letter-spacing: .5px;
}

.discuss-in a {
    background: #fff;
    padding: 16px 40px;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 50px;
    color: #000;
    font-weight: 600;
}

.discuss-in a:hover {
    background: #ff1c80;
    border-color: #ff1c80;
    color: #fff;
}

.foundation {
    padding: 50px 0px;
    text-align: center;
}

.foundation .title h2 {
    font-size: 38px;
    font-weight: 600;
    color: #587b26;
    margin-top: 15px;
    margin-bottom: 25px;
}

.top-footer-menu .ft-menu h4 {
    font-size: 38px;
    font-weight: 600;
    color: #587b26;
    margin-top: 0px;
}

.top-footer-menu .ft-menu h4::after {
    content: '';
    position: absolute;
    background: url(../images/green-leaf.png) center no-repeat;
    width: 50px;
    height: 50px;
    top: -28px;
    margin-left: 82px;
    background-size: contain;
}

.top-footer-menu .ft-menu p {
    color: #171717;
    font-size: 16px;
    margin-top: 25px;
    letter-spacing: .5px;
    margin-bottom: 25px;
}

.top-footer-menu .ft-menu ul li {
    font-size: 20px;
    color: #171717;
    margin-top: 15px;
}

.top-footer-menu .ft-menu ul li img {
    width: 40px;
}

.copyright {
    text-align: center;
    padding: 20px 0px;
    padding-bottom: 40px;
    border-top: 1px solid #a5a5a5;
}

.copyright p {
    margin: 0px;
    color: #171717;
    float: left;
    font-size: 16px;
}

.top-footer-menu {
    padding-bottom: 20px;
    overflow: hidden;
    padding-top: 80px;
}

.top-footer-menu .form h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #171717;
    margin-top: 0;
}

.error {
    font-size: 14px;
    font-weight: 500;
    color: red;
}

.top-footer-menu .form form .form-group {
    margin: 0;
    margin-bottom: 15px;
}

.top-footer-menu .form form .form-group input {
    width: 100%;
    border-radius: 50px;
    font-size: 15px;
    color: #171717;
    padding: 10px 20px 9px;
    border: 1px solid #8f8f8f;
}

.top-footer-menu .form form .form-group textarea {
    width: 100%;
    border-radius: 20px;
    height: 100px;
    font-size: 15px;
    padding: 10px 20px;
    color: #171717;
    resize: none;
}

.top-footer-menu .form form .form-group input.submit {
    width: 100%;
    border-radius: 50px;
    font-size: 18px;
    padding: 11px 20px 7px;
    border: 1px solid #587b26;
    background: #587b26;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
}

.owl-carousel.recruiters .owl-nav {
    display: none;
}

.owl-carousel.recruiters .owl-dots {
    text-align: center;
    display: block;
    margin-top: 50px;
}

.owl-carousel.recruiters .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #878b829e;
    margin: 2px;
    border-radius: 50px;
}

.owl-carousel.recruiters .owl-dots .owl-dot.active {
    width: 30px;
    background: #92af2b;
}

.partners .title {
    text-align: center;
}

.partners .title h2 {
    font-size: 32px;
    font-weight: 600;
    color: #587b26;
    margin-top: 15px;
    margin-bottom: 35px;
    position: relative;
}

.partners .title h2::after {
    content: '';
    position: absolute;
    background: url(../images/green-leaf.png) center no-repeat;
    width: 50px;
    height: 50px;
    top: -28px;
    margin-left: -10px;
    background-size: contain;
}

.partners h4 {
    text-align: center;
    font-size: 22px;
    background: #03c0fd;
    margin-bottom: 20px;
    color: #fff;
    padding: 8px;
    width: 326px;
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 20px;
}

.partners {
    padding: 15px 0px;
}

.partners .container {
    width: 77%;
    margin: 0 auto;
}

.owl-carousel.recruiters .owl-item .item .image {
    padding: 0px 40px;
}

.our-initative {
    padding: 80px 0px 140px;
    background: #f0efec;
}

.our-initative .title {
    text-align: center;
}

.our-initative .title h2 {
    font-size: 38px;
    font-weight: 600;
    color: #005584;
    margin-top: 0px;
    margin-bottom: 25px;
    position: relative;
}

.our-initative .title h2::after {
    content: '';
    position: absolute;
    background: url(../images/blue-leaf.png) center no-repeat;
    width: 60px;
    height: 60px;
    top: -33px;
    margin-left: -15px;
    background-size: contain;
}

.owl-carousel.staractures .item .item-in {
    text-align: center;
    box-shadow: 3px 7px 25px 0px rgb(0 0 0 / 5%);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    transform: translateY(0px);
    border-bottom: 5px solid #005584;
    transition: .3s linear;
    animation-duration: .2s;
    border-radius: 5px;
}

.owl-carousel.staractures .item .item-in .img {
    overflow: hidden;
    border-radius: 5px;
}

.owl-carousel.staractures .item .item-in .img img {
    border-radius: 5px;
    transition: transform .5s ease;
}

.owl-carousel.staractures .item .item-in:hover .img img {
    transform: scale(1.2);
}

.owl-carousel.staractures .item .item-in .text h4 {
    color: #171717;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}

.owl-carousel.staractures .item .item-in .text {
    padding: 20px 20px;
}

.owl-carousel.staractures .item .item-in .text p {
    font-size: 16px;
    margin: 0px;
    padding: 0px 0px;
    color: #171717;
    min-height: 183px;
}

.slider-i {
    position: relative;
    left: 0;
    right: 0;
    padding-bottom: 60px;
    margin-top: -145px;
}

.slider-i .container {
}

.resources {
    width: 100%;
    background: url(../images/resources-bg.jpg)center no-repeat;
    background-size: cover;
    padding-bottom: 35px;
    padding: 60px 0;
}

.resources .title {
    text-align: center;
}

.resources .title h2 {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    position: relative;
    margin-top: 15px;
    margin-bottom: 25px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active a {
    background: #03c0fd;
    border-color: #03c0fd;
    color: #fff;
}

.resources .title h2 img {
    position: absolute;
    top: -22px;
}

.nav-tabs {
    border: none;
}

.top-tabs ul {
    border: none;
    text-align: center;
    margin-bottom: 30px !important;
    width: 576px;
    margin-top: 10px !important;
    margin: 0 auto;
}

.nav-tabs > li {
    margin-bottom: 0px;
}

.nav-tabs > li > a {
    border: 1px solid white;
    border-radius: 50px;
    width: 185px;
    color: #fff;
    padding: 10px 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 5px;
    font-size: 15px;
}

.owl-carousel.resourcess .owl-stage-outer {
    margin-bottom: 30px;
}

.owl-carousel.resourcess .item .item-in .img {
    border: 4px solid #fff;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}

.owl-carousel.resourcess .item .item-in .img img {
    border-radius: 5px;
    transition: transform .5s ease;
    height: 320px;
}

.owl-carousel.resourcess .item .item-in:hover .img img {
    transform: scale(1.2);
}

.owl-carousel.resourcess .owl-nav {
    display: block;
    float: right;
    width: 10%;
}

.owl-carousel.resourcess .owl-nav button {
    font-size: 45px;
    margin-left: 15px;
    color: #fff;
}

.owl-carousel.resourcess .owl-nav button:nth-child(2) {
    float: right;
}

.owl-carousel.resourcess .owl-dots {
    display: block;
    background: #fff;
    height: 2px;
    width: 88%;
    width: 90%;
    float: left;
    margin-top: 35px;
}

.owl-carousel.resourcess .owl-dots button {
    width: 9%;
}

.owl-carousel.resourcess .owl-dots button.active {
    background: #ffffff;
    width: 9%;
    height: 7px;
    margin-left: 18px;
    position: relative;
    top: -3px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #03c0fd00;
    color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #ffffff;
    color: #171717;
    border-color: #ffffff;
}

.hestory {
    width: 100%;
    background: url(../images/histoey-bg.jpg)center no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.hestory .container {
    width: 77%;
    margin: 0 auto;
}

.hestory .title {
    text-align: center;
}

.hestory .title h2 {
    font-size: 38px;
    font-weight: 600;
    color: #005584;
    margin-top: 15px;
    margin-bottom: 10px;
}

.hestory .title h2::after {
    content: '';
    position: absolute;
    background: url(../images/blue-leaf2.png) center no-repeat;
    width: 55px;
    height: 55px;
    top: -28px;
    margin-left: -10px;
    background-size: contain;
}

.owl-carousel.testemonial .item .text {
    text-align: center;
    width: 65%;
    margin: 0 auto;
}

.owl-carousel.testemonial .item .text h4 {
    color: #000;
    font-size: 20px;
    margin-top: 24px;
    font-weight: 600;
}

.owl-carousel.testemonial .item .text h5 {
    color: #005584;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.owl-carousel.testemonial .item .text p {
    font-size: 16px;
    color: #171717;
    margin-bottom: 5px;
}

.owl-carousel.testemonial .owl-nav {
    display: block;
    position: absolute;
    width: 100%;
    top: 40%;
}

.owl-carousel.testemonial .owl-nav button span {
    display: none;
}

.owl-carousel.testemonial .owl-nav .owl-prev {
    background: url(../images/graph-left-arrow.png)center no-repeat;
    background-size: cover;
    width: 60px;
    height: 61px;
    left: -80px;
    position: absolute;
    float: left;
}

.owl-carousel.testemonial .owl-nav .owl-next {
    background: url(../images/graph-right-arrow.png)center no-repeat;
    background-size: cover;
    width: 60px;
    height: 61px;
    right: -80px;
    position: absolute;
    float: right;
}

.owl-carousel.what-is-seal .owl-nav button span {
    display: none;
}

.owl-carousel.what-is-seal .owl-nav {
    display: block;
    position: absolute;
    width: 100%;
    top: 40%;
}

.owl-carousel.what-is-seal .owl-nav .owl-prev {
    background: url(../images/graph-black-left-arrow.png)center no-repeat;
    background-size: cover;
    width: 60px;
    height: 61px;
    left: -80px;
    position: absolute;
    float: left;
}

.owl-carousel.what-is-seal .owl-nav .owl-next {
    background: url(../images/graph-black-right-arrow.png)center no-repeat;
    background-size: cover;
    width: 60px;
    height: 61px;
    right: -80px;
    position: absolute;
    float: right;
}

.owl-carousel.testemonial .owl-dots {
    text-align: center;
    margin-top: 0px;
}

.owl-carousel.testemonial .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #c0c0c0;
    border-radius: 50px;
    margin: 3px;
}

.owl-carousel.testemonial .owl-dots .owl-dot.active {
    width: 38px;
    background: #ff1c80;
}

.pillar-of-trustia {
    padding: 80px 0px;
    width: 100%;
    background: url(../images/pillar.png)center no-repeat;
    background-size: cover;
}

.pillar-of-trustia .container {
    width: 77%;
    margin: 0 auto;
}

.pillar-of-trustia h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 28px;
    text-align: center;
    color: #587b26;
    text-transform: uppercase;
}

.pillar-of-trustia img {
    position: absolute;
    top: -5px;
}

.pillar {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    padding: 15px;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    width: 93%;
    margin: 0 auto;
    background: #fff;
    min-height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pillar .pi-number {
    width: 65px;
    height: 65px;
    text-align: center;
    position: absolute;
    top: 20px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    left: -31px;
    margin: 0 auto;
    background: #587b26;
    border: 2px solid white;
    padding: 6px;
    font-size: 34px;
    border-radius: 50px;
    color: #fff;
}

.pillar .text h4 {
    font-size: 22px;
    font-weight: 600;
    color: #171717;
    line-height: 28px;
    padding: 0px 40px;
    text-transform: uppercase;
}

.sub-heading p {
    font-size: 22px;
    text-align: center;
    padding: 0px 60px;
    font-weight: 600;
    color: #587b26;
    font-family: 'Gotham', sans-serif;
    margin-bottom: 30px;
}

.work-col .img-hover {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.work-col .img-hover img {
    transition: all 0.3s ease-in;
}

.work-col:hover .img-hover img {
    transform: scale(1.2);
}

.img-hover {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.img-hover img {
    transition: transform .5s ease;
}

.img-hover:hover img {
    transform: scale(1.2);
}

.owl-carousel.staractures .item .item-in:hover {
    border-color: #a7b23a;
}

.owl-carousel.staractures .item .item-in .img-hover {
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.owl-carousel.staractures .item .item-in .img-hover img {
    transition: all 0.3s ease-in;
}

.owl-carousel.staractures .item .item-in:hover .img-hover img {
    transform: scale(1.2);
}

.page-banner {
    margin-top: 93px;
    overflow: hidden;
}

.page-banner h2 {
    position: absolute;
    bottom: 53px;
    color: #fff;
    font-weight: 700;
    ffont-family: 'Handlee';
    font-size: 58px;
}

.page-banner h2 img {
    width: 55px;
    position: relative;
    top: -38px;
    left: -22px;
}

.about-page {
    width: 100%;
    padding-top: 50px !important;
    background: url(../images/about-page-bg.jpg)center no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.about-img img {
    width: 100%;
}

.about-text h1 img {
    position: absolute;
    top: -32px;
}

.about-text h3 {
    font-size: 32px;
    color: #587b26;
    margin-top: 0px;
    margin-bottom: 8px;
    line-height: 33px;
    font-weight: 600;
}

.about-text h3::after {
    content: '';
    position: absolute;
    background: url(../images/green-leaf.png) center no-repeat;
    width: 50px;
    height: 50px;
    top: -31px;
    margin-left: -40px;
    background-size: contain;
}

.mission-vision {
    display: inline-block;
    background: #537620;
}

.mission-vision .mission-vision-block {
    width: 50%;
    float: left;
    background: url(../images/vision-bg.jpg)center no-repeat;
    background-size: cover;
    padding: 80px 60px 80px 37px;
}

.mission-bg {
    background: url(../images/mission-bg.jpg) no-repeat !important;
}

.mission-vision .mission-vision-block .title img {
    float: left;
    margin-right: 10px;
    height: 68px;
}

.mission-vision .mission-vision-block .title h2 {
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
}

.mission-vision .mission-vision-block .title {
    margin-bottom: 40px;
}

.mission-vision .mission-vision-block .text p {
    font-size: 23px;
    color: #fff;
}

.mission-vision .mission-vision-block .text ul li {
    font-size: 19px;
    color: #fff;
    list-style: disc;
    font-family: 'Arial', sans-serif;
    margin-left: 20px;
    margin-top: 10px;
}

.mission-vision .mission-vision-block .text {
    height: 400px;
}

.program-partner .container .row {
    width: 80%;
    margin: 0 auto;
}

.seal-page {
    padding: 50px 0px;
}

.seal-page .title h1 {
    font-size: 38px;
    color: #587b26;
    margin-top: 0px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 50px;
}

.seal-page .title h1::after {
    content: '';
    position: absolute;
    background: url(../images/green-leaf.png) center no-repeat;
    width: 50px;
    height: 50px;
    top: -25px;
    margin-left: -10px;
    background-size: contain;
}

.pack-card {
    text-align: center;
    padding: 50px;
    background: #008b6a;
}

.pack-card .text h5 {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 30px;
    color: #fff;
}

.pack-card .button {
    margin-top: 30px;
}

.pack-card .button a {
    background: #ffffff;
    color: #008b6a;
    padding: 13px 30px;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 15px;
}

.graphs {
    width: 100%;
    background: url(../images/pole-bg.jpg);
    padding: 60px 0px;
    background-size: cover;
}

.graph {
    text-align: center;
    margin: 0px 100px;
}

.graph h4 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
    font-size: 24px;
    letter-spacing: .5px;
    color: #ffffff;
    margin-top: 0;
}

.graph p {
    margin: 10px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: .5px;
}

.graph p a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 5px;
}

.partner-card {
    text-align: center;
    min-height: 265px;
    border: 1px solid #adadad;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 20px;
}

.partner-card .text p {
    font-size: 16px;
    color: #171717;
    line-height: 26px;
    margin-bottom: 0px;
}

.partner-card img {
    height: 70px;
    margin-bottom: 20px;
}

.partner-card-small {
    text-align: center;
    min-height: 356px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 20px;
}

.partner-card-small .text p {
    font-size: 16px;
    color: #171717;
    margin-bottom: 0px;
}

.partner-card-small img {
    margin-bottom: 15px;
    height: 100px;
}

.governance-top .text h5 {
    color: #4c4c4c;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 600;
}

.governance-top {
    padding: 60px 0px;
}

.governance-top .text {
    text-align: center;
}

.governance-top .text h1 {
    font-size: 38px;
    color: #587b26;
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 50px;
}

.governance-top .text h1::after {
    content: '';
    position: absolute;
    background: url(../images/green-leaf.png) center no-repeat;
    width: 50px;
    height: 50px;
    top: -30px;
    margin-left: -10px;
    background-size: contain;
}

.governance-top .text p {
    color: #171717;
    font-size: 15px;
    margin-bottom: 30px;
    padding: 10px 70px;
}

.governance-logo-list ul {
    overflow: hidden;
}

.governance-logo-list ul li {
    display: flex;
    width: 50%;
    float: left;
    border-right: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    min-height: 158px;
}

.governance-logo-list ul li .block {
    display: flex;
    align-items: center;
    padding: 25px 0px;
}

.governance-logo-list ul li .block .logo-block {
    align-items: center;
    display: inline-flex;
}

.governance-logo-list ul li .block .logo-block img {
    border-right: 1px solid #adadad;
    padding-right: 22px;
    width: 180px;
    margin-right: 25px;
    height: 98px;
    object-fit: contain;
}

.governance-logo-list ul li .block label {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.governance-logo-list ul li .block h5 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 13px;
}

.governance-logo-list ul li .block p {
    font-size: 15px;
}

.governance-logo-list ul li:nth-child(1) {
    padding-right: 20px;
}

.governance-logo-list ul li:nth-child(2) {
    border-right: none;
    padding-right: 0px;
    padding-left: 20px;
}

.governance-page {
    padding-bottom: 60px;
}

.governance-page .text {
    padding-right: 40px;
}

.governance-page .text h2 {
    font-size: 35px;
    color: #587b26;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
}

.governance-page .text h2 img {
    position: absolute;
    top: -25px;
}

.governance-page .text p {
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
    letter-spacing: .5px;
    margin-bottom: 0px;
}

.view-more-btn {
    text-align: center;
    margin: 40px;
}

.view-more-btn a {
    background: #92af2b;
    color: #fff;
    padding: 18px 30px;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 16px;
}

.view-more-btn a:hover {
    background: #587b26;
}

.gray-bg h5 {
    color: #587b26 !important;
}

.gray-bg h4 {
    color: #a3b73a !important;
}

.gray-bg p {
    color: #363636 !important;
    border-bottom: 1px solid #b9b9b9 !important;
}

.fou img {
    top: -100px !important;
    left: 85px !important;
}

.foundation-profile {
    margin-bottom: 40px;
}

.foundation-profile .image img {
    width: 100%;
}

.foundation-profile:hover .press-names .more a {
    background: #6e6469;
}

.foundation-profile:hover .names a {
    background: #6e6469;
}

.foundation-profile .name {
    margin-top: 15px;
}

.foundation-profile .name h5 {
    font-size: 15px;
    color: #070707;
    font-weight: 600;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.foundation-profile .name p {
    font-size: 13px;
    margin: 0px;
    font-weight: 600;
    color: #4c4c4c;
    min-height: 37px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.foundation-profile .img-hover {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.foundation-profile .img-hover img {
    transition: all 0.3s ease-in;
}

.foundation-profile:hover .img-hover img {
    transform: scale(1.2);
}

.pp-partner h4 {
    text-align: center;
    font-size: 22px;
    background: #f5a523;
    margin-bottom: 20px;
    color: #fff;
    padding: 8px;
    width: 326px;
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 20px;
}

.subscribe-form form {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    width: 80%;
    border: 1px solid #fff;
    border-radius: 53px;
}

.subscribe-form input:nth-child(2) {
    width: 100%;
    border: none;
    outline: none;
    color: #fff;
    background: none;
    padding-left: 14px;
    font-size: 15px;
}

.subscribe-form .ft_subscribe {
    padding: 10px;
    border-radius: 50px;
    width: 210px;
    background: #fff;
    color: #000;
    font-size: 16px;
}

.subscribe-form input:first-child::placeholder {
    color: #fff;
}

.contact-page {
    padding: 60px 0px;
}

.contact-page .text h1 {
    font-size: 38px;
    color: #587b26;
    margin-top: 0px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 50px;
}

.contact-page .text h1::after {
    content: '';
    position: absolute;
    background: url(../images/green-leaf.png) center no-repeat;
    width: 50px;
    height: 50px;
    top: -25px;
    margin-left: -10px;
    background-size: contain;
}

.map {
    margin-top: 50px;
}

.map img {
    width: 100%;
}

.contact-address {
    background: #008b6a;
    padding: 25px;
}

.contact-address h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.contact-address ul li:nth-child(2) {
    align-items: center;
}

.contact-address ul li:nth-child(3) {
    border-bottom: none;
    align-items: center;
}

.contact-address ul li {
    display: flex;
    margin-top: 28px;
    border-bottom: 1px solid #fff;
    padding-bottom: 28px;
}

.contact-address ul li .left img {
    width: 60px;
    margin-right: 15px;
}

.contact-address ul li .right {
    color: #fff;
}

.contact-address ul li .right label {
    margin: 0;
    font-weight: 600;
    letter-spacing: .5px;
}

.contact-address ul li .right p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    letter-spacing: .5px;
}

.contact-form {
    border: 1px solid #e5e1e1;
    padding: 20px;
    border-radius: 10px;
}

.contact-form .form-group {
    margin: 0;
    margin-bottom: 20px;
}

.contact-form .form-group label span {
    font-size: 18px;
    color: #ff0004;
    position: absolute;
    margin-left: 5px;
}

.contact-form .form-group label {
    color: #171717;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 15px;
}

.contact-form .form-group input {
    width: 100%;
    border-radius: 50px;
    font-size: 15px;
    outline: none;
    color: #171717;
    padding: 10px 15px 9px;
    border: 1px solid #8f8f8f;
}

.contact-form .form-group textarea {
    width: 100%;
    border-radius: 10px;
    height: 100px;
    font-size: 15px;
    outline: none;
    padding: 10px 20px;
    color: #171717;
    resize: none;
}

.contact-form .form-group .input-group {
    display: flex;
}

.contact-form .form-group .input-group .left-c {
    display: block;
    width: 170px;
}

.contact-form .form-group .input-group .right-c {
    width: 100%;
}

.contact-form .form-group .input-group select {
    border-radius: 50px;
    font-size: 15px;
    color: #171717;
    outline: none;
    padding: 10px 15px 9px;
    border: 1px solid #8f8f8f;
    margin-right: 20px;
}

.c-submit {
    background: #587b26;
    color: #fff !important;
    width: 155px !important;
    text-align: center;
    border: none !important;
}

.certification-row {
    padding: 30px;
    border: 1px solid #e5e1e1;
    margin-bottom: 30px;
    border-radius: 3px;
}

.certification-row:nth-child(even) {
    background: #f3f3f3;
}

.certification-row .col-one {
    min-height: 120px;
}

.certification-row .col-one .logo-col {
    text-align: center;
}

.certification-row .col-one .logo-col img {
    height: 94px;
}

.certification-row .col-one h5 {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #171717;
}

.certification-row .col-one .text:first-child {
    border-bottom: 1px solid #e5e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.certification-row .row {
    display: flex;
    align-items: center;
}

.certification-row .col-one .text {
    display: flex;
    align-items: center;
}

.certification-row .col-one .text p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 26px;
}

.certification-row .col-one .text .icon img {
    margin-right: 10px;
    width: 40px;
}

.certification-row .let-right {
    border-left: 1px solid #e5e1e1;
    border-right: 1px solid #e5e1e1;
    display: flex;
    align-items: center;
}

.guidlines:hover {
    background: #008b6a;
    border-color: #008b6a;
}

.guidlines:hover p {
    color: #fff;
}

.guidlines:hover a {
    color: #fff !important;
}

.guidlines {
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #939393;
    min-height: 132px;
}

.guidlines p {
    font-size: 16px;
    color: #1d1d1d;
    min-height: 72px;
    line-height: 24px;
}

.guidlines .pdf a {
    color: #1d1d1d;
    display: flex;
    font-weight: 600;
    align-items: center;
    font-size: 15px;
}

.guidlines .pdf a img {
    height: 32px;
    margin-right: 10px;
}

.guidlines:hover .dnhover {
    display: none;
}

.dhover {
    display: none;
}

.guidlines:hover .dhover {
    display: block;
}

.faqs-row .panel-group .panel {
    margin-bottom: 15px;
}

.faqs-row .panel-group .panel .panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #c6c6c6;
    padding: 15px;
}

.faqs-row .panel-group .panel .panel-heading .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    letter-spacing: .5px;
}

.faqs-row .panel-group .panel .panel-heading .panel-title a {
    display: block;
}

.faqs-row .panel-group .panel .panel-heading .panel-title a p {
    margin-bottom: 0px;
}

.faqs-row .panel-group .panel .panel-collapse .panel-body p {
    font-size: 15px;
    color: #4c4c4c;
    letter-spacing: .5px;
}

.faqs-row .panel-group .panel .panel-collapse .panel-body ul {
    margin-left: 20px;
}

.faqs-row .panel-group .panel .panel-collapse .panel-body ul li {
    font-size: 15px;
    color: #4c4c4c;
    letter-spacing: .5px;
    list-style: disc;
}

.memberlocation {
    width: 250px;
    float: right;
}

.member-tabs .tab-content {
    width: 85%;
    margin: 0 auto;
    margin-top: 50px;
}

.membermap img {
    width: 90%;
}

.member-tabs ul {
    display: flex;
    justify-content: center;
}

.member-tabs ul li.active a {
    background: #587b26 !important;
    border-color: #587b26 !important;
    color: #fff !important;
}

.member-tabs ul li a {
    text-align: center;
    font-size: 15px;
    padding: 8px 10px;
    width: 140px;
    border: 1px solid #e3dfdf !important;
    color: #111111 !important;
}

.memberlocation h2 {
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 36px;
    color: #008b6a;
}

.memberlocation .list {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #8e8e8e;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.memberlocation .list .icon img {
    width: 55px;
    margin-right: 20px;
}

.memberlocation .list .text p {
    font-size: 16px;
    margin-bottom: 0;
    color: #4c4c4c;
}

.memberlocation .list .text h5 {
    font-size: 32px;
    margin: 0;
    color: #008b6a;
    font-weight: 600;
}

.tabs-para {
    text-align: center;
}

.tabs-para p {
    color: #4c4c4c;
    font-size: 14px;
    margin-top: 40px;
}

.tabs-para p b {
    color: #008b6a;
}

.the-code {
    padding: 50px 0px;
}

.the-code .container .row {
    display: flex;
    align-items: center;
}

.the-code-text h3 {
    font-size: 38px;
    color: #587b26;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 40px;
    font-weight: 600;
}

.the-code-text h3::after {
    content: '';
    position: absolute;
    background: url(../images/green-leaf.png) center no-repeat;
    width: 50px;
    height: 50px;
    top: -27px;
    margin-left: -10px;
    background-size: contain;
}

.the-code-text p {
    font-size: 16px;
    letter-spacing: .5px;
    color: #171717;
}

.code-pdf {
    background: #045988;
    padding: 45px 0px;
}

.pdf-block {
    text-align: center;
    padding: 20px 20px;
}

.code-border {
    border-right: 1px solid #e9e9e973;
    border-left: 1px solid #e9e9e973;
}

.pdf-block h5 a {
    color: #fff;
}

.pdf-block h5 {
    border-bottom: 1px solid #e9e9e973;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 600;
}

.pdf-block p a {
    color: #fff;
}

.pdf-block p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
}

.pdf-block img {
    height: 60px;
}

.foundation-profile .press-names .height {
    min-height: 92px;
}

.foundation-profile .press-names {
    margin-top: 30px;
    margin-bottom: 8px;
}

.foundation-profile .press-names label {
    text-transform: uppercase;
    font-size: 16px;
    height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.foundation-profile .press-names p {
    font-size: 16px;
}

.foundation-profile .press-names p.height {
    height: 68px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}

.foundation-profile .press-names a {
    background: #587b26;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
}

.foundation-profile .press-names .more {
    margin-top: 35px;
}

.success img {
    top: -100px !important;
    left: 121px !important;
}

.foundation-profile .names {
    padding: 10px 0px;
    padding-right: 20px;
}

.foundation-profile .names p {
    font-size: 16px;
    margin: 0px;
    color: #070707;
    line-height: 21px;
    margin-bottom: 24px;
    min-height: 72px;
}

.foundation-profile .names a {
    background: #587b26;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
}

.guidelines-tabs {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 15px;
}

.guidelines-tabs button {
    background: #fff;
    border-radius: 50px;
    font-family: Arial;
    color: #000000;
    padding: 8px 15px;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none;
    border: 1px solid #939393;
    font-size: 15px;
}

.guidelines-tabs .btn.active {
    background: #587b26 !important;
    text-decoration: none;
    color: #fff;
    border-color: #587b26;
}

.career {
    text-align: center;
    border: 1px solid #e5e1e1;
    margin-top: 50px;
    padding: 50px;
    border-radius: 5px;
}

.career h5 {
    font-size: 22px;
    line-height: 32px;
}

.career a {
    color: #587b26;
    font-size: 18px;
    text-decoration: underline;
}

.career a:hover {
    color: #1c38ff;
    text-decoration: none;
}

.fixed-page-width .container {
    max-width: 77%;
    margin: 0 auto;
}

.zoomBannerImage {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 20s ease-in infinite;
    animation: zoomin 20s ease-in infinite;
    transition: all 20s ease-in-out;
}

.text.program-funding {
    margin-top: 50px;
}

.text.program-funding h4 {
    font-size: 30px;
    color: #587b26;
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 50px;
}

.text.program-funding h4::after {
    content: '';
    position: absolute;
    background: url(../images/green-leaf.png) center no-repeat;
    width: 50px;
    height: 50px;
    top: -25px;
    margin-left: -10px;
    background-size: contain;
}

.text.program-funding p {
    font-size: 15px;
    margin-bottom: 10px;
    padding: 0px 0px;
}

.download-line {
    text-align: center;
    margin-top: 35px;
}

.download-line p {
    font-size: 17px;
    font-weight: 600;
    color: #587b26;
}

.download-line p a:hover {
    text-decoration: underline;
}

.mel-page {
    margin-top: 65px;
}

.me-system h3 {
    font-size: 28px;
    color: #587b26;
    font-weight: 600;
    margin-top: 0px;
    line-height: 40px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.me-system img {
    width: 100%;
}

.me-system p {
    font-size: 16px;
    color: #171717;
}

.download-btn {
    margin-top: 25px;
}

.download-btn a {
    background: #587b26;
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 16px;
}

.props {
    text-align: center;
    padding: 50px 100px;
}

.props h3 {
    font-size: 28px;
    color: #587b26;
    margin-top: 0px;
    letter-spacing: .5px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.props p {
    font-size: 16px;
    color: #171717;
}

.scope {
    background: #f5f4f4;
    padding: 65px 0px;
}

.scope .scope-text h3 {
    font-size: 28px;
    color: #587b26;
    margin-top: 0px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 40px;
    text-transform: uppercase;
}

.scope .scope-text h3::after {
    content: '';
    position: absolute;
    background: url(../images/green-leaf.png) center no-repeat;
    width: 40px;
    height: 50px;
    top: -27px;
    margin-left: -10px;
    background-size: contain;
}

.scope .scope-text p {
    font-size: 16px;
    color: #171717;
}

.scope .scope-text label {
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 23px;
}

.scope .scope-text ul {
    margin-left: 18px;
}

.scope .scope-text ul li {
    font-size: 14px;
    letter-spacing: .5px;
    color: #171717;
    line-height: 22px;
    margin-bottom: 8px;
    list-style: disc;
}

.scope-text img {
    width: 100%;
}

.objectives-text h3 {
    margin: 0;
    margin-bottom: 10px;
    letter-spacing: .5px;
}

.objectives-text ul {
    margin-left: 18px;
}

.objectives-text ul li {
    font-size: 14px;
    letter-spacing: .5px;
    color: #171717;
    line-height: 22px;
    margin-bottom: 8px;
    list-style: disc;
}

.scope.toc {
    width: 100%;
    background: url(../images/toc-bg.jpg)center no-repeat;
    background-size: cover;
}

.scope.toc .scope-text h3 {
    color: #fff;
}

.objectives {
    margin: 65px 0px;
}

.objectives-text img {
    width: 100%;
}

.objectives-text h3 {
    margin: 0;
    margin-bottom: 10px;
    letter-spacing: .5px;
}

.download-btn a i {
    margin-right: 10px;
}

.scope.toc {
    width: 100%;
    background: url(../images/toc-bg.jpg)center no-repeat;
    background-size: cover;
}

.scope.toc .scope-text h3 {
    color: #fff;
}

.scope.toc .scope-text p {
    color: #fff;
}

.scope-text img {
    width: 100%;
}

.achive {
    padding: 60px 0px;
}

.me-system img {
    width: 100%;
}

.me-system p {
    font-size: 16px;
    color: #171717;
}

.scope.toc .scope-text h3 img {
    width: 45px;
    position: absolute;
    top: -25px;
}

.foundation-profile .press-names p.height {
    display: none;
}
