﻿html, body {
    position: relative;
    color: #292929;
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    background-color: #ffffff;
    overflow-x: hidden;
    scroll-behavior: smooth;
    height: 100%;
}

    body.modal-open, body.menu-open {
        overflow: hidden;
        position: fixed;
        width: calc(100% - 6px);
    }

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    width: 2px;
    background-color: #8dc63f;
    border: none;
}

::-webkit-scrollbar-thumb {
    width: 6px;
    height: 6px;
    background-color: #057b49;
}


.cursor {
    cursor: pointer;
}

.btn.focus, .btn:focus, button:focus, .page-link:focus {
    outline: 0;
    box-shadow: none;
}


.form-group {
    position: relative;
}

.form-control {
    color: #292929;
    border: none;
    position: relative;
    box-shadow: none;
    resize: none;
    font-size: 16px;
    background-color: rgb(141 198 63 / 0.20);
    outline-offset: -3px;
    border-radius: 0px;
    padding-left: 10px;
}


    .form-control:focus {
        color: #292929;
        background-color: rgb(5 123 73 / 0.20) !important;
        border-color: none;
        outline: 0;
        box-shadow: none;
    }

::placeholder {
    font-size: 16px;
    color: #292929 !important;
}

:-ms-input-placeholder {
    font-size: 16px;
    color: #292929 !important;
}


::-ms-input-placeholder {
    font-size: 16px;
    color: #292929 !important;
}

.clr-green {
    color: #057b49;
}

.bg-light-green {
    background-color: #8dc63f;
}

.bg-green {
    background-color: #057b49;
}


.btn-light-green {
    border-color: #8dc63f;
    background-color: #8dc63f;
    color: #ffffff;
}

    .btn-light-green:hover {
        border-color: #057b49;
        background-color: #057b49;
        color: #ffffff;
    }

.navbar {
    padding: 0rem 1rem;
}

.navbar-gen {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    z-index: 5;
}

    .navbar-gen:after {
        content: "";
        background-color: #8dc63f;
        position: absolute;
        width: 80%;
        height: 100.25px;
        top: 0px;
        right: -10%;
        border-radius: 30px 0px 0px 10px;
        -moz-transform: skewX(-30deg);
        -webkit-transform: skewX(-30deg);
        -o-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
        transform: skewX(-30deg);
    }

.navbar-collapse {
    z-index: 6;
}

.navbar-nav {
    background-color: #057b49;
    border-radius: 50rem;
    position: absolute;
    top: 70px;
    right: 0px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
}

    .navbar-nav .nav-link {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
        padding-top: 0.8rem !important;
        padding-bottom: 0.8rem !important;
        color: #ffffff;
        font-size: 20px;
        font-weight: 300;
    }



    .navbar-nav .nav-item {
        position: relative;
    }

    .navbar-nav .nav-link:focus,
    .navbar-nav .nav-link:hover {
        color: #8dc63f;
    }

    .navbar-nav .dropdown-menu {
        background-color: #8dc63f;
        margin-top: 0rem !important;
        padding: 0px;
        border-radius: 0;
        border: none;
        box-shadow: 0 19px 38px rgba(0,0,0,0.20), 0 15px 12px rgba(0,0,0,0.12);
    }

        .navbar-nav .dropdown-menu .dropdown-item {
            padding: 0.7rem 1.5rem;
            color: #ffffff;
            font-size: 16px;
        }

            .navbar-nav .dropdown-menu .dropdown-item:hover {
                background-color: #057b49;
                color: #ffffff;
            }




/*Slider*/
.default-slider {
    position: relative;
    width: 100%;
    height: calc(100vh - 100.25px);
    z-index: 1;
    padding: 0px 0px 0px 0px;
}

    .default-slider .swiper-slide {
        width: 100%;
    }

        .default-slider .swiper-slide img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }


.swiper-slide .slider-logo img {
    object-fit: none !important;
    width: auto !important;
    height: auto !important;
}


.slider-content-gen {
    position: absolute;
    height: auto;
    width: 100%;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
}


.slider-content h1 {
    font-size: 40px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}


/*Footer*/

.footer-center {
    position: relative;
}

    .footer-center:after {
        content: "";
        background-color: #8dc63f;
        position: absolute;
        width: 80%;
        height: 100%;
        top: 0px;
        right: -10%;
        border-radius: 80px 0px 0px 20px;
        -moz-transform: skewX(-30deg);
        -webkit-transform: skewX(-30deg);
        -o-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
        transform: skewX(-30deg);
        z-index: 1;
    }

    .footer-center .container {
        z-index: 5;
        position: relative;
    }

.footer-center {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

    .footer-center h1 {
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 25px;
    }

        .footer-center h1:before {
            content: "";
            width: 28px;
            height: 2px;
            background-color: #057b49;
            position: absolute;
            margin-top: -4px;
        }

    .footer-center a {
        font-size: 14px;
        font-weight: 400;
        color: #ffffff;
    }

    .footer-center .clr-green a {
        color: #057b49;
    }

        .footer-center .clr-green a:hover {
            color: #ffffff;
        }

    .footer-center a:hover {
        color: #057b49;
    }

    .footer-center ul.menu-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

        .footer-center ul.menu-list li {
            margin-bottom: 10px
        }

.social-media li {
    display: inline-block;
    position: relative;
    margin-right: 4px;
    height: 34px;
    width: 24px;
    text-align: center;
    background-color: #057b49;
    padding-top: 4px;
}

    .social-media li:after {
        content: "";
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: #8dc63f;
        left: 0px;
        bottom: 4px;
    }

    .social-media li a {
        color: #ffffff;
    }

        .social-media li a:hover {
            color: #8dc63f;
        }




.footer-bottom {
    font-size: 14px;
    font-weight: 400;
}

    .footer-bottom a {
        color: #057b49;
    }

        .footer-bottom a:hover {
            color: #8dc63f;
        }

.page-title-1 h1 {
    font-size: 38px;
    font-weight: 700;
    color: #057b49;
}

.page-title-1 h3 {
    font-size: 20px;
    font-weight: 400;
    color: #8dc63f;
}
.content h2 {
    font-weight: 500;
    font-size: 24px;
    color:#8dc63f;
}
.content p {
    font-weight: 300;
    font-size: 18px;
}

    .content p b {
        font-weight: 500;
        font-size: 18px;
    }

.content a {
    color: #057b49;
}

.content a:hover {
    color: #8dc63f;
}
.content ul{
    padding-left: 22px;

}
::marker {
    color: #057b49;
}

.card {
    border: none;
    padding: 15px;
    border-radius: 30px;
    background-color: #ffffff;
    box-shadow: 0px 6px 28.2px 1.8px rgba(5, 123, 73, 0.1);
}

    .card .card-body .card-title {
        font-size: 30px;
        font-weight: 500;
        color: #057b49;
    }

    .card .card-body .card-text {
        font-size: 20px;
        font-weight: 300;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.banner-gen {
    height: 400px;
}

    .banner-gen h1 {
        font-size: 39px;
        font-weight: 600;
        color: #ffffff;
    }

    .banner-gen span {
        color: #8dc63f;
    }

    .banner-gen p {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .banner-gen a {
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
    }

        .banner-gen a:hover {
            color: #8dc63f;
        }

.banner-1 {
/*    background-image: url('../../../images/page/banner-bg-1.jpg');
*/    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.banner-2 {
    /*background-image: url('../../../images/page/banner-bg-2.jpg');*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.free-quote {
    background-color: rgb(5 123 73 / 0.60);
    border-radius: 30px;
    padding: 25px;
}

    .free-quote h2 {
        font-size: 30px;
        font-weight: 600;
        color: #ffffff;
    }

    .free-quote h3 {
        font-size: 20px;
        font-weight: 400;
        color: #ffffff;
    }

    .free-quote p {
        font-size: 14px;
        font-weight: 300;
        color: #ffffff;
    }














* {
}

@media (max-width: 1399px) {
    .navbar-gen:after {
        width: 86%;
        height: 100.25px;
        right: -10%;
    }

    .navbar-nav .nav-link {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
        padding-top: 0.6rem !important;
        padding-bottom: 0.6rem !important;
    }

    .footer-center:after {
        width: 95%;
        right: -20%;
    }

    .card .card-body .card-title {
        font-size: 26px;
    }
}

@media (max-width: 1199.98px) {
    .navbar .navbar-collapse {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 150px 50px 10px 50px;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 4;
        -webkit-transform: translate(0px, -110%);
        -moz-transform: translate(0px, -110%);
        -o-transform: translate(0px, -110%);
        -ms-transform: translate(0px, -110%);
        transform: translate(0px, -110%);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        background-color: #8dc63f;
    }

    .disable-scroll-prog {
        overflow-y: hidden;
    }

    .navbar .navbar-collapse.show {
        -moz-transform: translate(0, 0px);
        -o-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .navbar-nav {
        background-color: transparent;
        border-radius: 0;
        position: relative;
        top: auto;
        right: auto;
    }

        .navbar-nav .nav-link:hover:after, .navbar-nav .nav-link:hover:before, .navbar-nav .active .nav-link:after, .navbar-nav .active .nav-link:before {
            display: none;
        }

        .navbar-nav .nav-link {
            font-size: 20px;
            font-weight: 500;
        }

    .navbar-gen:after {
        width: 70%;
    }

    .navbar-nav .nav-link:focus,
    .navbar-nav .nav-link:hover {
        color: #057b49;
    }

    .navbar-nav .dropdown-menu {
        background-color: #8dc63f;
        margin-top: 0rem !important;
        padding: 0px;
        border-radius: 0;
        border: none;
        box-shadow: none;
        /*margin-left: 50px;*/
    }

        .navbar-nav .dropdown-menu .dropdown-item {
            padding: 0.7rem 1rem;
            color: #ffffff;
            font-size: 14px;
            word-wrap: break-word !important;
            display: inline-block;
            white-space: break-spaces !important;
        }

            .navbar-nav .dropdown-menu .dropdown-item:hover {
                background-color: #057b49;
                color: #ffffff;
            }

    .navbar-gen:after {
        width: 50%;
    }

    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}

@media (max-width: 991.98px) {
    .navbar-gen:after {
        width: 60%;
    }

    .default-slider {
        height: 100%;
    }

    .slider-content-gen {
        position: relative;
        height: auto;
        width: 100%;
        top: auto;
        left: auto;
        transform: none;
        -webkit-transform: none;
        z-index: 2;
        background-color: #057b49;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .slider-content h1 {
        font-size: 24px;
        font-weight: 600;
        color: #8dc63f;
        margin-bottom: 20px;
    }

    .footer-center:after {
        width: 200%;
        right: -100%;
    }

    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}

@media (max-width: 767.98px) {
}

@media (max-width: 575.98px) {
}

@media (max-width: 480px) {
}

@media (max-width: 415px) {
}

@media (max-width: 382px) {
}

@media (max-width: 374px) {
}
