/*
Theme Name: grevo
Theme URI: https://jandlventurez.com/themes/
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
GitHub Theme URI: https://github.com/understrap/understrap
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.2.4
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: understrap
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

Understrap WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
Understrap is distributed under the terms of the GNU GPL.
*/


body {
    --primary: #50a848;
    --secondary: #076839;
    --other: #fbc02d;

    --forth: #62a24c;
    --fifth: #72bf01;
    --sixth: #f9a620;
}

/* Source Sans 3 */
@font-face {
    font-family: sourcesans3-light;
    src: url(../../assets/fonts/SourceSans3-Light.ttf);
    font-display: swap;
}

@font-face {
    font-family: sourcesans3;
    src: url(../../assets/fonts/SourceSans3-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: sourcesans3-m;
    src: url(../../assets/fonts/SourceSans3-Medium.ttf);
    font-display: swap;
}

@font-face {
    font-family: sourcesans3-semibold;
    src: url(../../assets/fonts/SourceSans3-SemiBold.ttf);
    font-display: swap;
}

@font-face {
    font-family: sourcesans3-bold;
    src: url(../../assets/fonts/SourceSans3-Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: sourcesans3-eb;
    src: url(../../assets/fonts/SourceSans3-ExtraBold.ttf);
    font-display: swap;
}

@font-face {
    font-family: sourcesans3-black;
    src: url(../../assets/fonts/SourceSans3-Black.ttf);
    font-display: swap;
}

/* Montserrat */
@font-face {
    font-family: montserrat-light;
    src: url(../../assets/fonts/Montserrat-Light.ttf);
    font-display: swap;
}

@font-face {
    font-family: montserrat;
    src: url(../../assets/fonts/Montserrat-Medium.ttf);
    font-display: swap;
}

@font-face {
    font-family: montserrat-m;
    src: url(../../assets/fonts/Montserrat-Medium.ttf);
    font-display: swap;
}

@font-face {
    font-family: montserrat-semibold;
    src: url(../../assets/fonts/Montserrat-SemiBold.ttf);
    font-display: swap;
}

@font-face {
    font-family: montserrat-bold;
    src: url(../../assets/fonts/Montserrat-Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: montserrat-eb;
    src: url(../../assets/fonts/Montserrat-ExtraBold.ttf);
    font-display: swap;
}

@font-face {
    font-family: montserrat-black;
    src: url(../../assets/fonts/Montserrat-Black.ttf);
    font-display: swap;
}

/* Source serif pro */
@font-face {
    font-family: sourceserifpro-light;
    src: url(../../assets/fonts/SourceSerifPro-Light.otf);
    font-display: swap;
}

@font-face {
    font-family: sourceserifpro;
    src: url(../../assets/fonts/SourceSerifPro-Regular.otf);
    font-display: swap;
}

@font-face {
    font-family: sourceserifpro-semibold;
    src: url(../../assets/fonts/SourceSerifPro-Semibold.otf);
    font-display: swap;
}

@font-face {
    font-family: sourceserifpro-bold;
    src: url(../../assets/fonts/SourceSerifPro-Bold.otf);
    font-display: swap;
}


@font-face {
    font-family: sourceserifpro-black;
    src: url(../../assets/fonts/SourceSerifPro-Black.otf);
    font-display: swap;
}

/*########## Uni-bar ##############*/
.uni-bar {
    min-height: 75px;
    border-bottom: solid 1px #548c2f;
}

.uni-bar .img-fluid {
    height: 70px;
    margin-top: 3px;
}

.uni-bar .bg-dark {
    margin-top: 19px;
    --bs-bg-opacity: 1;
    background-color: rgb(255 255 255) !important;
}

.uni-bar .active .nav-link,
.uni-bar .nav-link:hover {
    background: var(--primary);
    color: white;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: white;
    background-color: #4CAF50;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

.uni-bar .nav-link {
    display: block;
    padding: 2px 20px !important;
    color: #ffffff;
    text-decoration: none;
    background: 0 0;
    border: 0;
    margin-right: 15px;
    font-size: 20px;
    font-family: "sourcesans3";
    border: solid 2px;
    color: var(--primary);
    border-radius: 5px;
}

.social a {
    font-size: 24px;
    margin-right: 15px;
    text-decoration: none;
    color: var(--primary);
}

/*########## Uni-bar ##############*/
/*########## Carousel ##############*/
.sly,
.sly .carousel,
.sly .carousel-inner,
.sly .carousel-item {
    min-height: 430px;
}

.carousel-inner {
    visibility: visible;
    background: url(../../assets/k4.jpg);
    background-size: cover;
}

.carousel-item .pic {
    margin-top: 45px;
    height: 320px;
    width: 320px;
    border-radius: 200px;
}

.carousel-inner .carousel-item:nth-child(1) .pic {
    background: url(../../assets/cc1.jpg);
    background-size: cover;
    background-position: center center;
}

.carousel-inner .carousel-item:nth-child(2) .pic {
    background: url(../../assets/cc3.jpg);
    background-size: cover;
    background-position: center center;
}

.carousel-inner .carousel-item:nth-child(3) .pic {
    background: url(../../assets/cc2.jpg);
    background-size: cover;
    background-position: center center;
}


.carousel-item h1 {
    font-family: 'montserrat-light';
    font-size: calc(2rem + .6vw);
    text-transform: capitalize;
    color: var(--secondary);
    /* background: rgb(250 250 250 / 85%); */
    border-radius: 10px;
}

/* .carousel-item,
.carousel-control-prev,
.carousel-control-next {
    z-index: 5;
} */

.carousel-item h3 {
    padding: 4px 8px;
    background-color: var(--primary);
    color: white;
    border-radius: 50px;
    font-family: montserrat-eb;
}


.special {
    font-family: 'sourcesans3-black';
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-radius: 40px;
    transform: rotate(0deg);
    background-color: var(--primary);
    transition: background .6s ease, width 1.2s;
    border-radius: 20px;
}

.carousel-indicators .active {
    background: var(--primary);
    width: 15px;


}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 46%;
    height: 40px;
    width: 40px;
    /* border-radius: 20px; */
    color: #ffffff;
    background: 0 0;
    border: 0;
    opacity: 1;
    background: var(--primary);
    padding: 6px;
}

.carousel-control-prev {
    left: 23px;
    border-radius: 20px 15px 15px 20px;
}

.carousel-control-next {
    right: 23px;
    border-radius: 15px 20px 20px 15px;
}

.c-link {
    padding: 4px 20px 4px 15px;
    background-color: #f9a620;
    font-size: 20px;
    border-radius: 40px;
    text-decoration: none;
    color: black;
    margin-right: 10px;
    text-transform: capitalize;
}

/*########## Carousel ##############*/
/*########### Section ##############*/
.section {
    padding-top: 40px;
    padding-bottom: 20px;
}

.section-title {
    position: relative;

    border-bottom: solid 1px var(--primary);
    margin-bottom: 25px;
    border-left: solid 1px var(--primary);
    border-radius: 0 0 0 9px;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 17px;
    left: -1px;
    background-color: #ffffff;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 17px;
    left: -6px;
    background-color: var(--primary);
    border-radius: 40px;
}

.section-x .section-title::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 17px;
    left: -1px;
    background-color: #e0e0e0;
}

.section-title h2 {
    font-family: 'montserrat-light';
    font-size: 2.8rem;
    margin-bottom: 0;
    padding-left: 7px;
}

.section-title h2 span {
    font-family: 'montserrat-eb';
    color: var(--primary);
}

/*########### Section ##############*/
/*########### about-Section ##############*/

.about-sec .pic {
    background: url(../../assets/abt-1.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
    width: auto;

}

.about-sec p {
    font-family: 'sourceserifpro';
    font-size: 22px;
}

.read-more {
    padding: 5px 20px;
    background-color: var(--primary);
    color: white;
    font-family: sourcesans3-m;
    border-radius: 50px
        /*50px 50px 50px 5px*/
    ;
    text-decoration: none;
    font-size: 20px;
}

.read-more:hover {
    border: solid 2px var(--primary);
    color: var(--primary);
    background-color: white;
}

/*########### about-Section ##############*/
/*######## Thematic areas Section ########*/
.thematic {
    position: relative;
    background: #E0E0E0;
}

.thematic-inner {
    background: white;
}

.thematic .pic {
    height: 250px;
    width: auto;
}

.thematic-inner p {
    font-size: 22px;
    font-family: sourceserifpro;
}

.thematic h3 {
    font-family: sourcesans3-black;
    min-height: 50px;
    padding-top: 10px;
    text-align: center;
    color: var(--primary);
    font-size: 2rem;
    border-bottom: solid 2px;
}

.thematic .row .col-lg-4:nth-child(1) .pic {
    background: url(../../assets/th-1.jpg);
    background-size: cover;
    background-position: center;
}

.thematic .row .col-lg-4:nth-child(2) .pic {
    background: url(../../assets/th-2.jpg);
    background-size: cover;
    background-position: center;
}

.thematic .row .col-lg-4:nth-child(3) .pic {
    background: url(../../assets/th-3.jpg);
    background-size: cover;
    background-position: center;
}

.thematic .row .col-lg-4:nth-child(4) .pic {
    background: url(../../assets/th-4.jpg);
    background-size: cover;
    background-position: center;
}


/*######## Thematic areas Section ########*/
/*####### Valued Partners Section ########*/

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary);
    width: 20px;
    /* transform: rotate(720deg); */

}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: var(--secondary);
    display: block;

    border-radius: 30px;
    transition: width 800ms;
}

/*####### Valued Partners Section ########*/
/*############### footer #################*/
.ftr {
    padding-top: 20px;

    background-color: var(--secondary);
    color: white;
}

.ftr .img-fluid {
    height: 70px;
}

.ftr p {
    font-family: sourcesans3-light;
    font-size: 22px;
}

.ftr a {
    text-decoration: none;
    /* border-bottom: solid 2px; */
    color: inherit;
    text-transform: capitalize;
    /* padding: 1px 19px 0px 2px; */
}

.ftr h3 {
    position: relative;
    font-family: montserrat-eb;
    border-bottom: solid 1px white;
    border-left: solid 1px white;
    padding-left: 20px;
    border-radius: 0 0 0 9px;
}

.ftr h3::before {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    background-color: #ffffff;
    height: 10px;
    width: 10px;
    border-radius: 20px;
}

.dev a {
    text-decoration: none;
    color: inherit;
}

/*############### footer #################*/

/*############### Bread #################*/
.bread {
    position: relative;
    background: #e3e3e3;
    background-position: center;
    background-size: cover;
}

.bread .h1 {
    position: relative;
    font-family: 'sourceserifpro-black';
    color: var(--primary);
}

.dimox * {
    font-size: 20px;
    font-family: 'montserrat-light';
    color: black;
    text-decoration: none;
}

/*############### Bread #################*/
/*########## About Us page ##############*/

.pg-title {
    position: relative;
    border-bottom: solid 1px var(--primary);
    margin-bottom: 25px;
    border-left: solid 1px var(--primary);
    border-radius: 0 0 0 9px;
}

.pg-title::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 17px;
    left: -1px;
    background-color: #ffffff;
}

.pg-title::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 17px;
    left: -6px;
    background-color: var(--primary);
    border-radius: 40px;
}



.pg-title h3 {
    font-family: 'montserrat-light';
    font-size: 2.4rem;
    margin-bottom: 0;
    padding-left: 7px;
}

.pg-title h3 span {
    font-family: 'montserrat-eb';
    color: var(--primary);
}



.about p,
.about li {
    font-family: 'sourceserifpro';
    font-size: 22px;
}

.about h4 {
    padding-left: 10px;
    position: relative;
    color: var(--primary);
    font-family: montserrat-eb;
    border-bottom: solid 1px var(--primary);
}

.about h4::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    bottom: -5px;
    left: -6px;
    background-color: var(--primary);
    border-radius: 40px;

}

.about i {
    color: var(--primary);
}

/*########## About Us page ##############*/

/*########## Projects page ##############*/
.pr-section {
    border-right: solid 1px #076839;
    border-bottom: solid 1px #076839;
    border-left: solid 1px #076839;
    margin-bottom: 10px;
    border-radius: 7px 7px 20px 20px;
}

.pr-section .pic {
    width: 280px;
    height: 280px;
    border-radius: 150px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 5px;
}

.pr-section h3 {
    background: #076839;
    font-family: 'montserrat-eb';
    position: relative;
    padding-top: 10px;
    min-height: 50px;
    color: white;
    padding-left: 10px;
    border-radius: 5px 5px 0 0;
    text-transform: capitalize;
}

.container .pr-section:nth-child(1) .pic {
    background: url(../../assets/pr_1.jpg);
    background-size: cover;
    background-position: center;
}

.container .pr-section:nth-child(2) .pic {
    background: url(../../assets/pr_4.jpg);
    background-size: cover;
    background-position: center;
}

.container .pr-section:nth-child(3) .pic {
    background: url(../../assets/pr_3.jpg);
    background-size: cover;
    background-position: center;
}

.pr-section p {
    font-size: 24px;
    font-family: 'sourceserifpro';
}

/*########## Projects page ##############*/
/*########## contact page ##############*/
.contact h3 {
    position: relative;
    font-family: montserrat-eb;
    padding-left: 14px;
    min-height: 50px;
    background: #076839;
    padding-top: 10px;
    color: white;
}

.contact i {
    color: #076839;
    ;
}

.c-inner {
    border: solid 2px #076839;
    border-radius: 8px;
}

.contact p {
    font-family: 'sourcesans3';
    font-size: 22px;
    word-break: break-all;
}

/*########## Contact page ##############*/
/*############# Blog page ##############*/

.author {
    font-family: poppins;
    font-size: 18px;
    color: #616161;
}

.blog {
    padding-top: 20px;
    padding-bottom: 10px;
}

.blog-inner h3 {
    font-family: 'montserrat-eb', 'segoe ui black';
    border-bottom: solid 2px;
    color: var(--primary);
    text-transform: CAPITALIZE;
}

.blog-inner h3 {
    font-family: 'montserrat-eb', 'segoe ui black';
    border-bottom: solid 2px;
    color: var(--primary);
    text-transform: CAPITALIZE;
}

.side-blog h4 {
    font-family: 'montserrat-semibold', 'segoe ui bold';
    border-bottom: solid 1px var(--primary);
}

.blog-inner article {
    font-family: 'sourceserifpro';
    font-size: 20px;
    margin: 0 8px 0 8px;
}

.blog-inner .pic {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
}

.side-blog .pic {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center;
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--primary);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--primary);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: sourcesans3;
    font-size: 20px;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--primary);
    border-color: var(--primary);
}

.page-link:hover {
    z-index: 2;
    color: #50a848;
    background-color: var(--bs-pagination-hover-bg);
    border-color: #50a848;
}

.entry-title {
    font-family: 'montserrat-eb';
    font-size: 2.25rem;
    border-bottom: solid 2px var(--primary);
}

.entry-title a {
    text-decoration: none;
    color: inherit
}

.entry-summary {
    font-family: sourceserifpro;
    font-size: 20px;
}

.entry-content {
    font-family: sourceserifpro;
    font-size: 18px;
}

.nav-links a {
    display: block;
    text-decoration: none;
    color: black;
}

.nav-links {
    font-size: 20px;
    font-family: 'montserrat-eb';
}

.nav-links hr {
    opacity: 1;
    border-color: var(--primary);
}

/*############# Blog page ##############*/
/*############# team page ##############*/
.t-inner .pic{
    height: 280px;
}
.team .row .col-lg-4:nth-child(1) .pic{
    background:url(../../assets/team-joshua.jpeg);
    background-size: cover;
    background-position: center;
}

.team .row .col-lg-4:nth-child(2) .pic {
    background: url(../../assets/team-chrispin.jpg);
    background-size: cover;
    background-position: center;
}

.team .row .col-lg-4:nth-child(3) .pic {
    background: url(../../assets/team-patrick.jpeg);
    background-size: cover;
    background-position: center;
}

.team .row .col-lg-4:nth-child(4) .pic {
    background: url(../../assets/team-chisomo.jpeg);
    background-size: cover;
    background-position: center top;
}

.t-inner{
    border: solid 1px #50a848;
}
.t-inner h3 {
    height: 50px;
    padding-top: 10px;
    font-family: 'montserrat-eb';
    background-color: var(--primary);
    color: white;
    padding-left: 10px;
    text-align: center;
    margin-bottom: 4px;
}
.t-inner p {
    font-family: sourceserifpro-bold;
    font-size: 27px;
    text-align: center;
    margin-bottom: 5px;
}
/*############# team page ##############*/



.supa button {
    background: var(--primary);
    border: none;
    color: white;
    font-size: 22px;
    border-radius: 20px;
}

.supa input[type="search"] {
    font-size: 21px;
    border-radius: 20px;
    background: #EEEEEE;
    padding-right: 20px;
    padding-left: 12px;
    border: solid 1px #BDBDBD;
    color: black;

}

.supa input[type="search"]::placeholder {
    font-size: 21px;
}


.supa input[type="search"]:focus-visible {
    outline: none;
}

.side-blog h4 a {
    text-decoration: none;
    color: black;
}


#error-404-wrapper .display-1 {
    font-family: 'montserrat-eb';
    color: var(--primary);
    border-bottom: solid 1px var(--primary);
}

/*########## DELIMETER ############### */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: unset;
        padding-left: unset;
    }
}

@media (max-width: 768px) {

    .uni-bar .nav-link {

       
        margin-top: 5px;
    }

    .pg-title h3 {
        font-family: 'montserrat-light';
        font-size: 2rem;
        margin-bottom: 0;
        padding-left: 7px;
    }

    .supa input[type="search"] {
        font-size: 21px;
        border-radius: 20px;
        background: #EEEEEE;
        padding-right: 20px;
        padding-left: 12px;
        border: solid 1px #BDBDBD;
        color: black;
        width: 80%;
    }

    .carousel-item .pic {
        margin-top: 45px;
        height: 240px;
        width: 240px;
        border-radius: 200px;
    }

    .carousel-item h3 {
        padding: 4px 8px;
        background-color: var(--primary);
        color: white;
        border-radius: 10px;
        font-family: montserrat-eb;
        font-size: calc(1rem + .6vw);
    }

    .carousel-item h1 {
        font-family: 'montserrat-light';
        font-size: calc(1.3rem + .6vw);
        text-transform: capitalize;
        color: var(--secondary);
        /* background: rgb(250 250 250 / 85%); */
        border-radius: 10px;
    }

    .section-title h2 {
        font-family: 'montserrat-light';
        font-size: 2.3rem;
        margin-bottom: 0;
        padding-left: 7px;
    }

    .pr-section .pic {
        width: 250px;
        height: 250px;
        border-radius: 150px;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 5px;
    }
}



@media (max-width: 576px) {
    .navbar-toggler {

        width: 97%;
    }
    .uni-bar .nav-link{
        margin-right: 10px;
    }
}