@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body {
    font-size: 16px;
    line-height: 26px;
    color: #474747;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.green {
    color: #275715;
}

.bg-green {
    background: #275715;
}

.rating i{
    color:orange;
}

.m-font {
    font-family: 'Montserrat', sans-serif;
}

.p-font {
    font-family: 'Poppins', sans-serif;
}


h1, h2, h3, h4, h5 {
    color: #474747;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
}

.form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.list-03-light li {
    color: white;
}

.list-03 {
    list-style: none;
    padding-left: 0px;
    position: relative;
    margin-top: 30px !important;
}

.list-03-light li {
    color: white;
}

.list-03 li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px;
}

.list-03 img {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 23px;
}


header {
    padding: 4px 0px 6px 0px;
}

.custom-nav {
    margin: 0px !important;
    padding: 0px !important;
}

    .custom-nav .logo {
        width: 220px;
    }

    .custom-nav .navbar-brand {
        padding: 0px !important;
    }

    .custom-nav a {
        color: #222 !important;
        display: inline-block;
        margin: 4px 12px;
    }

        .custom-nav a:hover {
            color: #777 !important;
        }

 
    .custom-nav .btn2 {
        background: none !important;
        border: 3px solid #275715 !important;
        padding: 4px 29px 4px 29px !important;
        color: white !important;
        border-radius: 8px !important;
        font-weight: 600 !important;
        text-transform: uppercase;
        background: #275715 !important;
    }

        .custom-nav .btn2:hover {
            opacity: 0.9;
            color:white !important
        }


    .custom-nav .active-link {
        color: #275715 !important;
        font-weight: 600 !important;
    }

.btn3 {
    background: none !important;
    border: 3px solid #275715 !important;
    padding: 9px 29px 9px 29px !important;
    color: #275715 !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

    .btn3:hover {
        background: #275715 !important;
        color: white !important;
    }

.navbar-nav {
    margin-top: 2px;
}

footer {
    padding: 23px 0px 10px 0px;
    background: #3e3f3d;
}
.social-footer a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    color: #222;
    text-align: center;
    line-height: 30px;
}

    .social-footer a:hover {
        background: #222;
        color: #fff;
    }

/**/

.bg-section {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    width: 100% !important;
}

.bg-section-content {
    background: rgb(250 250 250 / 60%);
    height: 100%;
    padding: 130px 0px 140px;
}

    .bg-section-content h1 {
        font-size: 54px;
        color: #275715;
        margin-bottom: 0;
        margin-top: 0px;
        font-family: 'Montserrat', sans-serif;
    }


    .bg-section-content p {
        font-size: 19px;
        /*color: #fff;*/
        margin-top: 20px;
        margin-bottom: 37px;
        font-weight: 500;
        line-height: 30px;
        max-width: 500px;
    }


@media(min-width:992px) and (max-width:1199px) {
   .custom-nav .logo{
       width:200px
   }
}


@media(max-width:767px) {

    .navbar-nav{
        margin-top:10px;
        margin-bottom:10px
    }

    .mbl-width {
        width: 220px;
        margin: auto;
        display: block;
    }

    .mbl-width2{
          width: 150px;
        margin: auto;
        display: block;
    }

    .title2 {
        font-size: 25px;
    }

    header {
        padding: 4px 0px;
    }

    .bg-section-content {
        padding: 60px 0px;
    }

        .bg-section-content p {
            font-size: 17px;
        }

        .bg-section-content h1 {
            font-size: 31px;
        }

    .custom-nav .logo {
        width: 210px;
    }

    footer {
        text-align: center;
    }
}
