.phrase-div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 93.6vh;
}
.catch-phrase {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 4rem;
    line-height: 5rem;
    font-weight: 400;
    text-align: center;
    width: 80%;
}
.partner-logos {
    display: flex;
    flex-direction: row;
    width: 30%;
    justify-content: space-between;
    margin-top: 1rem;
}
.undp_logo {
    width: 15%;
}
.logo {
    width: 150px;
}
/*---- kefri_version added css code -----*/
.wrap-content {
    background-image: url("../images/landing//background.jpg") !important;
    width: 100%;
}
.wrap-content .wrap-inner {
    padding-top: 150px;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
}
@media screen and (max-width: 500px) {
    .wrap-content .wrap-inner {
        padding-top: 0;
   }
}
.mask {
    position: sticky;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    margin-top: -100px;
    width: 100%;
    height: 60px;
    z-index: 40;
}

#carousel-banner .carousel-inner {
    position: relative;
}
#carousel-banner .carousel-inner .carousel-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
#carousel-banner .carousel-inner .carousel-mask p.lead {
    color: white;
    max-width: 900px;
    margin-top: 30px;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1.4;
}
@media screen and (max-width: 500px) {
    #carousel-banner .carousel-inner .carousel-mask p.lead {
        font-size: 1rem;
   }
}
#carousel-banner .carousel-inner .carousel-mask p.lead i {
    font-weight: 300;
}
#carousel-banner .carousel-inner .carousel-item img {
    height: 95vh;
}
@media screen and (max-width: 500px) {
    #carousel-banner .carousel-inner .carousel-item img {
        height: 50vh;
   }
}
#carousel-banner .carousel-indicators {
    z-index: 999;
}
#carousel-banner ol li {
    z-index: 999;
}
@media screen and (max-width: 500px) {
    #carousel-banner button.arrow {
        display: none;
   }
}
.vision, .objectives, .services, .reach_out {
    min-height: 500px;
    width: 100%;
    background: #f2ebeb;
    margin-bottom: 200px;
    position: relative;
}
.vision .container-fluid, .objectives .container-fluid, .services .container-fluid, .reach_out .container-fluid {
    padding: 4rem;
    position: relative;
}
@media screen and (max-width: 500px) {
    .vision .container-fluid, .objectives .container-fluid, .services .container-fluid, .reach_out .container-fluid {
        padding: 0;
   }
}
.vision .container-fluid .row, .objectives .container-fluid .row, .services .container-fluid .row, .reach_out .container-fluid .row {
    position: relative;
}
.vision .container-fluid .row.vis img, .objectives .container-fluid .row.vis img, .services .container-fluid .row.vis img, .reach_out .container-fluid .row.vis img {
    border-radius: 50px;
    overflow: hidden;
    width: 400px;
    position: absolute;
    top: 50%;
    left: 0%;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.3);
    transform: translateY(-50%);
}
.vision .container-fluid.inner-mask, .objectives .container-fluid.inner-mask, .services .container-fluid.inner-mask, .reach_out .container-fluid.inner-mask {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.vision .container-fluid .cont, .objectives .container-fluid .cont, .services .container-fluid .cont, .reach_out .container-fluid .cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vision .container-fluid .title, .objectives .container-fluid .title, .services .container-fluid .title, .reach_out .container-fluid .title {
    position: relative;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5rem;
}
.vision .container-fluid .title:before, .objectives .container-fluid .title:before, .services .container-fluid .title:before, .reach_out .container-fluid .title:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
    bottom: -10px;
}
.vision .container-fluid p.lead, .objectives .container-fluid p.lead, .services .container-fluid p.lead, .reach_out .container-fluid p.lead {
    max-width: 700px;
    margin-top: 30px;
    font-weight: 400;
    line-height: 1.4;
}
.vision {
    min-height: 200px;
    background: transparent !important;
}
@media screen and (max-width: 500px) {
    .vision {
        margin-bottom: 0;
   }
}
.vision .container-fluid.inner-mask {
    background: transparent;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vision .title {
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
}
.vision p.lead {
    color: #333;
    font-size: 1.8rem;
    width: 100%;
    text-align: justify;
}
@media screen and (max-width: 500px) {
    .vision p.lead {
        font-size: 1rem;
   }
}
.vision p.lead:not(.first) {
    padding: 0px 40px;
    border-left: 5px solid rgba(2, 238, 2, 0.623);
    border-right: 5px solid rgba(2, 238, 2, 0.623);
}
.vision .vis {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/** --- FEATURED section styling ---- */
.features {
    max-width: 100%;
}
.features > .test {
    position: relative;
    background-image: linear-gradient(to bottom, #120901, #8d440cc4);
    padding: 0;
    margin: 0;
    padding-block: 50px;
    overflow: hidden;
}
.features > .test::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(4, 68, 4, 0.877), #049a2c);
    top: 0;
    left: 0;
    z-index: 0;
    transform: skewX(11deg);
    left: -400px;
}
.features .features__title {
    position: relative;
    color: #ddd;
    font-size: 1.5rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    z-index: 10;
    display: flex;
    justify-content: center;
}
.features .features__title::before {
    position: absolute;
    content: "";
    background: #ddd;
    width: 80px;
    height: 4px;
    bottom: -12px;
    border-radius: 2px;
}
@media screen and (max-width: 500px) {
    .features .features__title::before {
        width: 40px;
        height: 2px;
        bottom: -6px;
   }
}
@media screen and (max-width: 500px) {
    .features .features__title {
        font-size: 1rem;
   }
}
.features .content {
    margin: 0;
    margin-bottom: 100px;
    background: transparent;
    overflow: hidden;
    width: 100%;
}
.features .content.marketplace {
    margin-top: 80px;
}
.features .content .tile {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 600px;
    color: #ddd;
    font-weight: bold;
    font-size: 2.3rem;
    transform: skewX(-15deg);
    width: 40%;
    margin-left: -150px;
    z-index: 3;
    overflow: hidden;
}
.features .content .tile p {
    justify-self: flex-end;
    z-index: 4;
    transform: skewX(15deg);
    color: #eee;
    font-weight: 600;
}
.features .content .tile::before {
    position: absolute;
    content: "";
    width: 150%;
    height: 100%;
    transform: skewX(15deg);
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
}
.features .content .tile.market::before, .features .content .tile.service::before, .features .content .tile.media::before {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.features .content .tile.market::before {
    background-image: url(../images/landing//features/marketplace.png);
}
.features .content .tile.service::before {
    background-image: url(../images/landing//features/services.png);
}
.features .content .tile.media::before {
    background-image: url(../images/landing//features/play.png);
    background-position: 100% 30%;
    background-size: 100%;
}
.features .content .tile__skewed {
    position: absolute;
    height: 100%;
    width: 140px;
    top: 0;
    right: 0px;
    background: rgba(0, 0, 0, 0.6);
}
.features .content .body {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-image: linear-gradient(to right, #088208, black);
    z-index: 2;
    width: 100%;
    height: 600px;
}
.features .content .body .description {
    width: 60%;
    color: #ddd;
    font-size: 1.2rem;
    line-height: 1.4;
    padding-right: 50px;
}
.features .content .body .description .signup {
    text-decoration: none;
    color: lightgreen;
    position: relative;
}
.features .content .body .description .signup:not(.external)::before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 0%;
    height: 1px !important;
    background: lightgreen;
    transition: all 0.4s ease-in;
}
.features .content .body .description .signup:hover::before {
    width: 100%;
}
.features .content .body .description .signup > .role {
    transition: all 0.2s ease-in;
    position: relative;
}
.features .content .body .description .signup > .role:hover {
    background: #ad5612;
    transition: all 0.2s ease-in;
}
.features .content .body .description .signup > .role:hover::before {
    position: absolute;
    content: "";
    background: #ddd;
    height: 100%;
    width: 2px;
    top: 0;
    left: -8px;
    border-radius: 2px;
}
.features .content .body .description .role {
    background: #cc6c23;
    color: #ddd;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 5px;
}
.features .content.services {
    transform: rotateY(180deg);
    margin-left: 0px;
    width: 100%;
   /* --- */
}
.features .content.services .tile {
    width: 35%;
    margin-left: -80px;
}
.features .content.services .tile.service::before {
    background-size: cover;
}
.features .content.services .tile p {
    transform: rotateY(180deg);
    margin-left: 100px;
}
.features .content.services .tile p::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "Services";
    transform: skewX(-15deg);
}
.features .content.services .tile__skewed {
    position: absolute;
    height: 100%;
    width: 130px;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
.features .content.services .body .description {
    transform: rotateY(180deg);
    padding-right: 0;
    padding-left: 50px;
}
@media screen and (max-width: 500px) {
    .features .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
   }
    .features .content .tile {
        height: 200px;
        position: relative;
        font-size: 1.5rem;
        margin: unset;
        transform: unset;
        width: 100%;
   }
    .features .content .tile::before {
        transform: unset;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);
   }
    .features .content .tile.market::before {
        background-position: center 80%;
   }
    .features .content .tile p {
        transform: unset;
   }
    .features .content .tile__skewed {
        display: none;
   }
    .features .content .body {
        height: auto;
        background-image: linear-gradient(to right, #055305, black);
   }
    .features .content .body .description {
        width: 100%;
        padding: unset;
        padding: 20px;
        font-size: 0.8rem;
        text-align: justify;
   }
    .features .content.services .tile {
        width: 100%;
        margin: unset;
   }
    .features .content.services .tile p::before {
        transform: unset;
   }
    .features .content.services .body .description {
        padding: unset;
        padding: 20px;
   }
}
.sponsors {
    background: transparent;
    text-align: center;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}
.sponsors h3.title {
    position: relative;
    width: auto;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: black;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sponsors .slider {
    height: 300px;
    width: 100%;
    padding-bottom: 50px;
}
.sponsors .slide-track {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}
@media screen and (max-width: 500px) {
    .sponsors {
        margin: unset;
   }
    .sponsors h3.title {
        font-size: 1rem;
   }
    .sponsors .slider {
        height: 200px;
   }
    .sponsors .slide-track img {
        height: 60px;
        width: 60px;
   }
}
.gallery {
    background-color: #333;
    padding-block: 100px;
    padding-top: 50px;
}
.gallery .row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
}
.gallery .row iframe {
    width: 100%;
    height: 500px;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.5);
}
.gallery .row h3 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ddd;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery .row h3.caption {
    font-size: 1rem;
    width: 80%;
    text-align: left !important;
    margin: 0;
    margin-top: 30px;
    padding: 0;
    display: block;
}
.gallery .row .frame {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gallery .row .frame h5.title {
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    width: 80%;
    text-align: left !important;
    margin: 0;
    margin-top: 10px;
    color: #ff9d53;
    justify-self: flex-start;
}
@media screen and (max-width: 500px) {
    .gallery .row {
        margin: unset;
   }
    .gallery .row iframe {
        height: 300px;
   }
    .gallery .row h3 {
        font-size: 1rem;
   }
    .gallery .row h3.caption {
        font-size: 0.9rem;
   }
    .gallery .row .frame h5.title {
        font-size: 0.9rem;
   }
    .gallery .row .frame h5.title.first {
        margin-bottom: 50px;
   }
}
.reach_out {
    margin-bottom: 0;
}
/* --- end ----*/
.objectives {
    min-height: 600px;
    background-color: transparent;
    margin-top: -100px;
}
.objectives .cont .title {
    position: relative;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5rem;
}
.objectives .cont .title:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: rgba(0, 0, 0, 0.7);
    bottom: -10px;
}
.objectives .cont .goals {
    margin-top: 70px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.objectives .goal_tile {
    margin-top: 80px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 400px;
    border-radius: 10px;
    position: relative;
    background-image: url("../images/landing//sustainable_forest.jpg");
    background-position: center;
    background-size: 120% 100%;
    background-repeat: no-repeat;
    padding: 0px !important;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
}
.objectives .goal_tile:not(first-child) {
    margin-top: 150px;
}
.objectives .goal_tile.value {
    background-image: url("../images/landing//value_forest.jpg");
}
.objectives .goal_tile.innovation {
    background-image: url("../images/landing//innovation_forest.jpg");
}
.objectives .goal_tile.training {
    background-image: url("../images/landing//training_forest.jpg");
}
.objectives .goal_tile .goal_icon {
    width: 150px;
    height: 150px;
    position: absolute;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 10px;
    top: -20px;
    left: 50%;
    background-image: url("../images/landing//sustainable_forest_icon.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.2);
}
.objectives .goal_tile .goal_icon.value {
    background-color: white;
    background-image: url("../images/landing//value.jpeg");
}
.objectives .goal_tile .goal_icon.innovation {
    background-color: white;
    background-image: url("../images/landing//bulb_eco.png");
}
.objectives .goal_tile .goal_icon.training {
    background-color: white;
    background-image: url("../images/landing//training.jpeg");
}
.objectives .goal_tile .goal_desc {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.objectives .goal_tile .goal_desc .goal_mask {
    position: absolute;
    height: 100%;
    width: inherit;
    top: 0;
    left: 0;
    margin: 0 !important;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.4;
    padding-left: 40px;
    padding-right: 40px;
}
.socials {
    position: fixed;
    top: calc(50vh - 75px);
    left: -2px;
    z-index: 10000;
    width: auto;
    height: auto;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.socials a {
    width: 30px;
    height: 30px;
    text-decoration: none;
    border: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all 0.2s ease-in;
}
.socials a.first {
    border-radius: 0;
    border-top-right-radius: 5px;
    background-image: url(../images/landing//socials/fb-black.png);
}
.socials a.first:hover {
    background-image: url(../images/landing//socials/fb-blue.png);
}
.socials a.last {
    border-radius: 0;
    border-bottom-right-radius: 5px;
    background-image: url(../images/landing//socials/yt-black.png);
}
.socials a.last:hover {
    background-image: url(../images/landing//socials/yt-red.png);
}
.socials a.twitter {
    background-image: url(../images/landing//socials/twitter-black.png);
}
.socials a.twitter:hover {
    background-image: url(../images/landing//socials/twitter-blue.png);
}
.socials a.linked {
    background-image: url(../images/landing//socials/linked-black.png);
}
.socials a.linked:hover {
    background-image: url(../images/landing//socials/linked-blue.png);
}
.socials a:not(.last) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.row.content.marketplace, .row.content.services, .row.content.advisory  {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.4);
}
/*---- end ------*/
@media screen and (max-width: 500px) {
    .catch-phrase {
        font-size: 1.5rem;
        line-height: 3rem;
   }
    .partner-logos {
        width: 80%;
   }
}

.whatsapp-chat {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    z-index: 1000;
    transition: all 0.3s ease;
}

.whatsapp-chat:hover {
    background-color: #128C7E;
    color: white;
    transform: scale(1.1);
}
