/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #333333;
    font-family: 'Mulish', sans-serif;
    scroll-behavior: smooth;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #333333;
    text-decoration: none;
    display: inline-block;
}

a:hover {
    color: #333333;
    text-decoration: none;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ul li,
p {
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lora', serif;
}

.btn {
    font-size: 15px;
    font-weight: 600;
    padding: 7px 15px;
}

.scrollup {
    position: fixed;
    right: 10px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 9999;
    display: none;
    border-radius: 7px;
    background: #fff;
    transition: 400ms;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 10px 20px -5px, rgba(0, 0, 0, 0.3) 0px 10px 20px -6px;
}

.scrollup:hover {
    color: #fff;
    background: linear-gradient(0deg, rgba(58, 183, 20, 1) 0%, rgba(129, 199, 27, 1) 100%);
}


/* buttons */

.btn {
    padding: 10px 30px;
    color: #FFF;
    font-weight: 600;
}

.btn:hover {
    color: #FFF;
}

.btn-web {
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: rgb(58, 183, 20);
    background: linear-gradient(0deg, rgba(58, 183, 20, 1) 0%, rgba(129, 199, 27, 1) 100%);
    transition: 400ms;
}

.btn-web:hover {
    background: linear-gradient(0deg, rgba(58, 183, 20, 1) 0%, rgba(58, 183, 20, 1) 100%);
}

.btn-web-border {
    background-color: transparent;
    border: 2px solid #84A12F;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.btn-web-border:hover {
    color: #FFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}


/* end buttons */


/* paddings*/

.padding-1 {
    padding: 70px 0px;
}

.padding-2 {
    padding: 0px 0px 70px 0px;
}

.padding-3 {
    padding: 40px 0px 0px 0px;
}

.padding-4 {
    padding: 100px 0px;
}

@media screen and (max-width: 992px) {
    .padding-1 {
        padding: 40px 0px;
    }
    .padding-2 {
        padding: 0px 0px 40px 0px;
    }
    .padding-4 {
        padding: 40px 0px;
    }
}


/* end paddings */

.main-wrapper {
    position: relative;
}

.overflow {
    overflow: hidden !important;
}

.rounded-3 {
    border-radius: 15px !important;
    overflow: hidden !important
}


/* forms */

.form-control {
    font-weight: 600;
}

.form-select {
    font-weight: 600;
}


/*end forms */


/* headings */

.web-title {
    display: block;
}

.web-title h2,
.web-title h3 {
    display: block;
    color: #6ABD1B;
    font-size: 40px;
    font-weight: 700;
}

.web-title h4 {
    display: block;
    font-size: 30px;
    font-weight: 700;
}

.web-title h5 {
    display: block;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media screen and (max-width: 992px) {
    .web-title h2,
    .web-title h3 {
        font-size: 30px;
    }
}


/* end headings */


/*header wrapper*/

.header-wrapper {
    position: absolute;
    padding: 5px 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.main-logo {
    height: 40px;
}

.nav-item {
    margin: 0px 15px;
}

.nav-link {
    color: #c9c9c9 !important;
    font-weight: 700;
    font-size: 15px;
}

.nav-link.active {
    color: #FFF !important;
}

.dropdown-menu {
    padding: 0px;
    border-radius: 10px !important;
    background-color: #FFF;
    border: none !important;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.dropdown-menu li {
    display: block;
}

.dropdown-item {
    color: rgb(38, 34, 61) !important;
    font-size: 15px;
    font-weight: 700;
    display: block;
    width: 100%;
    border-radius: 5px;
}

.dropdown-item:hover {
    background-color: rgb(238, 238, 238);
}

@media screen and (max-width: 992px) {
    .header-wrapper {
        background-color: rgba(2, 43, 4, 0.9);
    }
    .navbar-nav {
        text-align: start !important;
    }
    .navbar-toggler {
        border: none !important;
        outline: none !important;
    }
    .navbar-collapse {
        padding: 15px !important;
    }
    .nav-item {
        margin: 0px 0px;
    }
}


/* end header */

.slider-wrapper {
    position: relative;
}

.slider {
    display: flex;
    flex-direction: column;
    height: 90vh;
    justify-content: center;
    width: 100%;
    color: #FFF;
}

.slider h1 {
    display: block;
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 20px;
}

.slider h1 span {
    background-color: #77d420;
    display: inline-block;
    padding: 0px 5px;
}

.slider h2 {
    display: block;
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 20px;
}

.slider h2 span {
    background-color: #77d420;
    display: inline-block;
    padding: 0px 5px;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media screen and (max-width: 992px) {
    .slider {
        display: flex;
        flex-direction: column;
        height: auto;
        justify-content: center;
        width: 100%;
        color: #FFF;
        padding: 100px 0px 30px 0px;
    }
    .slider h1 {
        font-size: 30px;
    }
    .slider h2 {
        font-size: 30px;
    }
}


/* end slider wrapper */


/* default content */

.web-content-default {
    position: relative;
    width: 100%;
}

.web-content-default h4 {
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.web-content-default h5 {
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

.web-content-default p {
    margin-bottom: 15px;
    display: block;
    font-size: 15px;
}

.pos-no {
    position: absolute;
    top: -30px;
    color: #EBFFD8;
    z-index: -1;
}

.pos-no h5 {
    font-size: 70px;
    font-weight: 700;
}

.white-box {
    display: flex;
    width: 60%;
    padding: 0px 40px;
    min-height: 40vh;
    justify-content: center;
    flex-direction: column;
    background-color: #FFF;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-bottomright: 100px;
    border-bottom-right-radius: 100px;
}

.icon-1 {
    display: block;
    margin-bottom: 15px;
}

.icon-1 img {
    height: 70px;
    width: 70px;
    object-fit: contain;
}

.icon-2 {
    display: block;
    margin-bottom: 15px;
}

.icon-2 img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

@media screen and (max-width: 992px) {
    .white-box {
        width: 100%;
        padding: 30px;
        min-height: auto;
        margin-bottom: 150px;
    }
    .web-content-default {
        margin-bottom: 30px;
    }
}

.digits {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.digits h4 {
    display: block;
    font-size: 70px;
}

.digits p {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (max-width: 992px) {
    .digits {
        text-align: center;
        align-items: center;
    }
    .digits h4 {
        font-size: 30px;
    }
    .digits p {
        font-size: 14px;
        font-weight: 700;
    }
}

.green-bg {
    background-color: rgb(85 154 38 / 63%);
}

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

.testimonials p {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonials h6 {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #6ABD1B;
}


/* end default content */


/* footer start */

.footer-wrapper {
    background: url(../images/footer.jpg) no-repeat top center;
    background-size: cover;
    display: block;
    padding: 70px 0px;
}

.footer {
    display: block;
    color: #FFF;
}

.footer h3 {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.footer h5 {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.footer ul {
    display: block;
}

.footer ul li {
    display: block;
    font-size: 14px;
    line-height: 34px;
}

.footer ul li a {
    color: #FFF;
}

.footer ul li a:hover {
    color: #77d420;
}

.footer-social {
    display: flex !important;
    align-items: center;
}

.footer-social li {
    width: 34px;
    height: 34px;
}

.footer p {
    display: block;
    font-size: 14px;
}

@media screen and (max-width: 992px) {
    .footer {
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-social {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
}


/*footer end*/


/* end home page */