body{
    font-family: 'Poppins', sans-serif;
}

.cust-navbar-styles {
    padding-top:15px;
    padding-bottom: 10px;
    position: relative;
    z-index: 100;
}

.navbar-brand img{
    float:left;
    height:130px;
}

.logo_text{
    padding-left:12px;
    margin-top:34px;
    float:left;
    line-height: 82%;
    font-size:1.1em;
    color: #6E5949;
    font-weight: 500;
}

.nav-links{
    margin-top: 25px;
}

.navbar-right li a{
    padding:10px 20px;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 500;
    color:#fff;
    border-radius: 10px;
    transition: all 0.5s ease-out;
}

.navbar-right li a:hover{
    color: #ffd296;
    background-color: rgba(0,0,0,0.5);
    /* font-weight: 600; */
}

.banner{

    width:100%;
    height:780px;
    background-size: cover;
    background-color: #000;

}

.banner video{
        opacity:.4;
        background: #000;
        position: absolute;
        height: 780px;
        width: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
      
}

.banner-info{
    position: relative;
    z-index: 100;
    padding-top:200px;
}

h1{
    color:white;
    font-size: 3.5em;
    font-weight: 700;
}

h3{
    color: white;
    font-weight: 300;
    font-size: 2.4em;
}

.phone-banner{
    display: inline-block;
    margin-top: 10px;

    color: white;
    font-weight: 700;
    font-size: 2.6em;

}

.cust-lg-btn{
    text-transform: uppercase;
    font-weight: 500;
    background-color: #ed8207;
    padding:15px 25px;
    border: none;
    float: inline-end;
}

.cust-md-btn{
    text-transform: uppercase;
    font-weight: 500;
    background-color: #00AA56;
    padding:15px 25px;
    border: none;
    font-size: 1em;
    margin-top:20px;
    margin-right: 30px;
}

.cust-md-form{
    text-transform: uppercase;
    font-weight: 500;
    background-color: #00AA56;
    padding:8px 25px;
    border: none;
    font-size: 1em;
    margin-top:20px;
}

.cust-lg-btn:hover{
    background-color: #01793d;
}

.cust-md-btn:hover{
    background-color: #01793d;
}

.cust-md-form:hover{
    background-color: #ed8207;
}

.services{
    padding:90px 0;
}

.reviews{
    padding:70px 0;
}

.reviews-content{
    padding:30px 60px;
}

.reviews-content h6{
    color: #00AA56;
    font-size: 1.1em;
}

.cust_review{
    display: inline-block;
    margin-top: 10px;
    font-size: 1.2em;
    color: #eb9c0a;
}



.reviews-content p{
    color: #6E5949;
    margin-bottom: 5px;
}

.about{
    padding:70px 0;
    background-color: #FBF3EC;
}

.contact{
    padding:70px 0;
    background-color: #FBF3EC;
}

h2{
    color:#00AA56;
    font-weight: 700;
    font-size: 2.2em;
}

.card{
    width:85%;
    margin: 0 auto;
    min-height:60px;
    box-shadow: 0px 0px 3px #d8d8d8;
    animation: ease-in;
}

.card-body p{
    font-size: 0.85em;
    padding:10px 50px;
}

.card:hover{
    /* transform:translateY(-5px); */
    box-shadow: 0px 0px 5px #bebebe;
}

.card-img-top{
    width:100%;
}

.services-img{
    width:50%;
   margin-bottom: 10px;
    margin-top: 40px;
    
}

.card-row{
    margin-top: 70px;
    margin-bottom: 30px;
}

.services-row{
    margin-top: 50px;
    margin-bottom: 30px;
}

h5.card-title{
    /*margin-top: 5px;*/
    color:#00AA56;
    color:#b27444;
    font-weight: 500;
    font-size: 1.1em;
    /* margin-bottom: 40px; */
}

.less-bold{
    font-weight: 600;
}

h4{
    color:#6E5949;
}

h5{
    color:#00AA56;
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 0px;
}

h6{
    color:#00AA56;
    font-weight: 500;
    font-size: 1.3em;
    margin-bottom: 0px;
}

h6.smaller{
    font-size: 1.1em;
    color:#6E5949;
}

h7{
    color:#00AA56;
    font-weight: 500;
    font-size: 1.3em;
    margin-bottom: 0px;
}

.about-row p{
    color: #6E5949;
}

.about-content{
    margin-top:40px;
}

.about-row img{
    height:70px;
    margin-right: 30px;
}

.about-img{
    height:350px;
    width:350px;
}

.about-img2{
    position: relative;
    top:-80px;
    left:150px;
    height:200px;
    width:200px;
}

.form-group{
    margin:15px 0;
}

.circle_logo{
    width:120px;
    margin-right: 20px;
}

.footer_logo{
    margin-top:10px;
    width:140px;
}

.phone{
    display: block;
    margin-top: 12px;
    margin-bottom: 0;
    color: #00AA56;
    font-size: 1.7em;
    font-weight: 600;
}

.email{
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    color: #00AA56;
    font-weight: 400;
}

.work{
    margin-top: 80px;
}

.carousel{
    margin-top: 40px;
    margin-bottom: 90px;
}

.carousel-caption{
    background-color: rgba(0,0,0,0.4);
    border-radius: 12px;
    padding:15px;
}

.gallery-thumb{
    margin-top: 20px;
}

.sep{
    margin-top: 40px;
    background-color: #c6c6c6;
    height: 1px;
    width:50%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 50px;
}

.social_media img{
    margin-top:0px;
    height:36px;
    margin-right: 5px;
    
}

.images-row{
    margin: 0 auto;
}

.ref_link{
    display: block;
    margin-top: 10px;
    font-size: x-small;
}

.ref_link a{
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.red{
    color: red;
}







@media (max-width: 991.98px) { 



    h1{
        font-size: 1.7em;
        font-weight: 600;
    }

    h3{
        font-size: 1.2em;
    }

    .phone-banner{
        font-size: 1.7em;
    }

    .navbar-brand img{
        float:left;
        height:70px;
    }

    .cust-lg-btn{
        text-transform: uppercase;
        font-weight: 500;
        background-color: #ed8207;
        padding:15px 25px;
        margin-top: 30px;
        border: none;
        float: inline-start;
        font-size: 1.1em;
    }

    .services{
        padding-top:50px;
    }

    .services-row{
        margin-top:20px;
    }

    .reviews-content {
        padding: 40px 5px;
        border-bottom: rgba(0,0,0,0.2) solid 1px;
        width: 80%;
        margin: 0 auto;
      }

    .navbar-right li {
        /* padding:20px 20px;
        text-decoration: none;
        font-weight: 500;
        color:#fff;
        border-radius: 10px;
        transition: all 0.5s ease-out; */
    }
    
    .footer-logo-container{
        text-align: center;
    }

    .footer-links{
        margin-top: 20px;
        padding:0 30px;
        text-align: center;
    }

    .nav-links li{
        padding:10px;
    }

    .navbar-toggler{
        position: relative;
        z-index:200;
    }
    
    .navbar-collapse{
        position: relative;
        top: -70px;

        background-color: rgba(0, 0, 0, 0.7);
        width: 100%;
        border-radius: 15px;
        padding-bottom: 20px; 
    }

    .banner-info {
        padding-top: 100px;
        
    }

    .container{
        padding:0 20px;
    }

    .about-img{
        height:300px;
        width:300px;
    }
    
    .about-img2{
        position: relative;
        top:-90px;
        left:150px;
        height:170px;
        width:170px;
    }


}