*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.header{
    min-height: 100vh;
    width: 100%;
    background:rgba(0,0,0,0.7) url(images/homeback8.jpg) ;
    background-blend-mode: darken;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
nav{
    display: flex;
    padding: 0px 2%;
    justify-content: space-between;
    align-items: center;
    background: black;
}
.welcome h6{
    margin-left: 20px;
    font-size: 40px;
    padding-top: 25%;
    padding-bottom: 0;
    color: white;
}
.welcome h3{
    margin-left: 100px;
    padding: 0;
    font-size: 20px;
    margin-top: 0;
}
.welcome h5{
    margin-left: 190px;
    font-size: 18px;
    padding-top: 20px;
    color: white;
    padding-bottom: 0;
}
.welcome h2{
    margin-left: 190px;
    font-size: 50px;
    color: white;
}
.nav_links2{
    flex:1;
    margin-left: 205px;
    padding-bottom: 50px;

}
.nav_links2 ul li{
    list-style: none;
    display: inline-block;
    padding: 10px 15px;
    background-color: black;
    border-radius: 10px;
    position: relative;

}
.nav_links2 ul li a{
    color:white;
    text-decoration: none;

}
.nav_links2 ul li:hover{
    background-color: #a64705;
    border: 1px solid #a64705;
    background: #a64705;
}
h1{
    font-size: 40px;
    display: inline-block;
    color:white;
    size: 20px;
    margin: 0;
    padding: 0;
    text-decoration: solid;
}
.nav_links{
    flex:1;
    text-align: right;
}

.nav_links ul li{
    list-style: none;
    display: inline-block;
    padding: 10px 18px;
    background-color: black;
    position: relative;

}
.nav_links ul li a{
    color:white;
    text-decoration: none;
}
.nav_links ul li:hover{
    background-color: #a64705;
    border: 1px solid #a64705;
    background: #a64705;
}
.motive{
    width:80%;
    margin: auto;
    padding-top: 100px;
}
.motive p{
    margin-top:25px;
    font-size: 17px; 
    color: black;
    font-weight: 300;
}
.motive h1{
    text-align: center;
    width: 95%;
}
.img1{
    display: none;
}
.img2{
    display: none;
}

@media(max-width:1095px){
    .header{
        top: 0;
        min-height: 100vh;
        width: cover;
        background-image:url(images/homeback8.jpg) ;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        background-size: cover;

    }
    .header h1{
        font-size: 23px;
        
    }
    .welcome{
        text-align: center;
    }
    .welcome h6{
        margin-left: 0;
        font-size: 22px;
        font-weight: 800;
    }
    .welcome h5{
        font-size: 20px;
        margin-left: 0px;
        padding-left: 0;
    }
    .welcome h3{
        margin: 0;
        margin-left: 2px;
    }
    .welcome h2{
        font-size: 45px;
        margin-left: 0;
    }
    .nav_links2{
        margin-left: 0;
    }
    .nav_links ul li{
        display:block;
    }
    .nav_links{
        position: fixed;
        background:#a64705 ;
        height: 150vh;
        width: 200px;
        top:0;
        left:-250px;
        text-align: left;
        z-index:2;
        transition: 1s;
    }
    .nav_links ul{
        padding: 25px;
    }
    .nav_links ul li{
        background-color: #a64705;
    
    }
    .nav_links ul li:hover{
        background-color: black;
        border: 1px solid black;
        background: black;
    }
    .motive{
        margin-top: 1px;
    }
    .motive p{
        margin: 0;
        padding: 0;
        margin-top: 20px;
    }
}
@media(max-width:700px){
    *{
        margin: 0;
        padding: 0;
    }
    .header{
        top: 0;
        min-height: 100vh;
        width: cover;
        background-image:url(images/homeback8phone1.jpg) ;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        background-size: cover;

    }
    
    .header h1{
        font-size: 23px;
        
    }
    .welcome{
        text-align: center;
    }
    .welcome h6{
        margin-left: 0;
        font-size: 22px;
        font-weight: 800;
    }
    .welcome h5{
        font-size: 20px;
        margin-left: 0px;
        padding-left: 0;
    }
    .welcome h3{
        margin: 0;
        margin-left: 2px;
    }
    .welcome h2{
        font-size: 45px;
        margin-left: 0;
    }
    .nav_links2{
        margin-left: 0;
    }
    .nav_links ul li{
        display:block;
    }
    .nav_links{
        position: fixed;
        background:#a64705 ;
        height: 150vh;
        width: 200px;
        top:0;
        left:-250px;
        text-align: left;
        z-index:2;
        transition: 1s;
    }
    .nav_links ul{
        padding: 25px;
    }
    .nav_links ul li{
        background-color: #a64705;
    
    }
    .nav_links ul li:hover{
        background-color: black;
        border: 1px solid black;
        background: black;
    }
    .motive{
        margin-top: 1px;
    }
    .motive p{
        margin: 0;
        padding: 0;
        margin-top: 20px;
    }
    .logo{
        margin-left: 0;
        padding-left: 0;
    }
    .rtn{
        margin-left: 0;
        padding-left: 0;
    }
}

/*----------------------testimonials----------------------*/
.testimonials{
    font-size: 40px;
    margin:auto;
    padding-top: 100px;
    text-align: center;
}
.testimonials h1{
    font-size: 28px;
   color:black;
   margin-top: 0;
   padding-top: 0;

}
.testimonials-col{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    margin-left: 3%;
    margin-right: 3%;
    text-align: left;
    background: black;
    padding: 25px;
    cursor: pointer;
    display: flex ;
    color: white;
}
.testimonials-col p{
    font-size: 15px;
}
.testimonials-col h3{
    color:white;
    font-size: 18px;
    margin-left:0;
    margin-top: 2px;
}
.testimonials-col .cust1{
    width: 120px;
    height: 60px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
}
.testimonials-col .cust2{
    width: 120px;
    height: 60px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
}
@media(max-width:1095px){
    .testimonials-col .cust1{
        margin-left: 0px;
        margin-right: 15px;
    }
    .testimonials-col .cust2{
        margin-left: 0px;
        margin-right: 15px;
    }

    .img1{
        display: block;
        color:white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;

    }
    .img2{
        display: block;
        color:white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;

    }
    .services h1{
        padding-top: 80px;
    }
    .layer h3{
        margin: 0;
        padding: 0;
    }
    .col img{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .testimonials h1{
        color:black;
        margin-top: 0;
        padding-top: 0;
     
     }
    .testimonials-col{
        margin-left: 3%;
        margin-right: 3%;
        margin-bottom: 5%;
    }
    .testimonials-col p{
        font-size: 13px;
    }
    .testimonials-col h3{
        color:white;
        font-size: 16px;
        margin-left: 0px;
    }
    
}
@media(max-width:700px){
    .testimonials-col .cust1{
        margin-left: 0px;
        margin-right: 15px;
    }
    .testimonials-col .cust2{
        margin-left: 0px;
        margin-right: 15px;
    }

    .img1{
        display: block;
        color:white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;

    }
    .img2{
        display: block;
        color:white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;

    }
    .services h1{
        padding-top: 80px;
    }
    .layer h3{
        margin: 0;
        padding: 0;
    }
    .col img{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .testimonials h1{
        color:black;
        margin-top: 0;
        padding-top: 0;
     
     }
    .testimonials-col{
        margin-left: 3%;
        margin-right: 3%;
        margin-bottom: 5%;
    }
    .testimonials-col p{
        font-size: 13px;
    }
    .testimonials-col h3{
        color:white;
        font-size: 16px;
        margin-left: 0px;
    }
    
}



/*----------------------info----------------------*/
.info{
    width:80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.info h1{
        font-size: 28px;
        margin-top: 0;
        padding-top: 0;
     
     }
h2{
    font-size:36px;
    font-weight: 800;
    padding-bottom: 20px;
   
}
h3{
    font-weight: 900;
    color: white;
}
p{

    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
.info_col p{
    color: white;
    font-weight: 800;
}
.row{
    margin-top:1%;
    display: flex;
    justify-content: space-between;
}

.info_col{
    flex-basis: 31%;
    background: #a64705;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
.info_col:hover{
    box-shadow: 0 0 20px 0px;
    background: black;
}
@media(max-width:1095px){
.row{
    display: inline-block;
    justify-content: space-around;
}
}
@media(max-width:700px){
    .row{
        display: inline-block;
        justify-content: space-around;
    }

}


/*----------------------footer----------------------*/
.footer{

    text-align: center;
    width: 100%;
    color: white;
    padding: 30px 0;
    background-color:black;

}
.footer:h4{
    margin-bottom: 25px;
    font-weight: 600;
}


@media(max-width:1095px){
    h4{
        font-size: 20px;
    }
    .footer h4{
        font-size: 20px;
    }
    .footer p{
        font-size: 12px;
    }

}
@media(max-width:700px){
    h4{
        font-size: 20px;
    }
    .footer h4{
        font-size: 20px;
    }
    .footer p{
        font-size: 12px;
    }

}


/*----------------------about u----------------------*/

/*.header{
    min-height: 100vh;
    width: 100%;
    background-image:url(images/homeback8.jpg) ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}*/
.sub_header{
    height: 20vh;
    width:100%;
    margin-bottom: 0;
}
.about_us{
    margin: 100px;
    
}

.sub_header h2{
    margin-top: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}


@media(max-width:700px){
    .sub_header{
        height: 22vh;
        width:100%;
    }
    .sub_header h1{
        font-size: 23px;
    }
    .sub_header h2{
        font-size: 30px;
        margin-top: 25px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .about_us{
        margin-left: 2px;
        margin-right: 2px;
        font-size: 2px;
        margin-bottom: 50px;
        margin-top: 20px;
        
    }
    
}
@media(max-width:1095px){
    .sub_header{
        height: 22vh;
        width:100%;
    }
    .sub_header h1{
        font-size: 23px;
    }
    .sub_header h2{
        font-size: 30px;
        margin-top: 25px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .about_us{
        margin-left: 2px;
        margin-right: 2px;
        font-size: 2px;
        margin-bottom: 50px;
        margin-top: 20px;
        
    }
    
}

.row1{
    padding-top: 20px;
    padding-left: 40%;
    padding-bottom: 20px; 
}
.subrow3{
    padding-left: 6px;
}

@media(max-width:1095px){
    .row1{
        padding-top: 50px;
        padding-left: 10%;
        padding-bottom: 10px; 
    }
    .location{
        margin-top: 20px;
    }
    .about_us p{
        margin-top: 60px;
        padding: 10px;
    }
}
@media(max-width:700px){
    .row1{
        padding-top: 50px;
        padding-left: 10%;
        padding-bottom: 10px; 
    }
    .location{
        margin-top: 20px;
    }
    .about_us p{
        margin-top: 60px;
        padding: 10px;
    }
}


.about_us p{
    font-size: 17px; 
    color: black;
    font-weight: 300;
   
}
.about-address .contact-col{
    color: black;
    padding-top:5%;
    padding-left: 32%;
    padding-bottom: 1px;
    margin: 7%;
    margin-bottom: 2%;
}



.contact_us{
    
    margin:50px;
    padding: 50px;
    border-radius: 10px;
}
.forms_info{
    color: black;
}
.forms_info input,textarea{
    width:100%;
    padding:10px;
    margin:15px 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #a64705;
    color: white;
    font-weight: 800;
    border-radius: 5px;
}

.forms_info input[type="submit"]{
    display: block;
    cursor: pointer;
    width:100%;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;

}
.forms_info input[type="submit"]:hover{
    background: black;
    
}




/*-----------------contact us-------------------*/
.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
    
}
.location iframe{
    width: 100%;
}
.reset-btn{
    font-size: 15px;
}
.contact_us{
    width:80%;
    margin: auto;
    border: none;
}

.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}

.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.contact-col div h5{
    color:black;
    font-weight: 400;

}
.contact-col div p{
    color:black;
    padding: 0;

}
.contact-col input,textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid black;
}
.forms_info{
    border: 1px solid black;
    padding: 15px;
    border-radius: 5px;
}

.icons{
    color: #a64705;
    display: block;
}

.icons img{
    display: 100%;
}
@media(max-width:1095px){
    .forms_info{
        border:none;
        margin-left: 0;
        margin-right: 0;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        border-radius: 5px;
        margin-top: 100px;
    }
    .contact_us{
        margin: auto;
    }

    
}
@media(max-width:700px){
    .forms_info{
        border:none;
        margin-left: 0;
        margin-right: 0;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        border-radius: 5px;
        margin-top: 100px;
    }
    .contact_us{
        margin: 0;
    }
}


/*-------------------services-----------------------*/

.services{
    margin-top: 100px;
    text-align: center;
    padding-bottom: 0;
}
.services h1{
    color:  black;
    text-align: center;
}
.col p{
    color: black;
    font-weight: 800;
}
.col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 1px;
    padding: 20px 0px;
    box-sizing: border-box;
    transition: 0.5s;
}
.col:hover{
    background: white;
}

.services img{
    width: 250px;
    height: 250px;
    border-radius: 10px;
}
.services img:hover{
    border-radius: 50%;
    width:290px;
    transition: 0.3s;  
}
.services h3{
    margin: 0;
    padding: 0;
}
.services-info p{
    margin: 100px;
    font-size: 17px;
    color: black;
    font-weight: 300;
}
.layer h3{
    color: black;
}
@media(max-width:1095px){
    .row{
        display: inline-block;
        
        

        justify-content: space-around;
    }
    
    .col{
        padding: 20px 20px;
    }
    .services img{
        margin-bottom: 10%;
    }
    .services{
        margin-top: 60px;
        padding: 10px;
    }
    .services img{
        width: 210px;
        height: 210px;
        border-radius: 10px;
    }
    .services img:hover{
        border-radius: 50%;
        width:210px;
        transition: 0.3s;  
    }
    .services-info p{
        margin: 3%;
        padding-top: 30px;
        padding: 10px;
        padding-bottom: 50px;
    }
}
@media(max-width:700px){
    .row{
        display: inline-block;
        justify-content: space-around;
    }
    .services img{
        margin-bottom: 10%;
    }
    .services{
        margin-top: 60px;
        padding: 10px;
    }
    .services img{
        width: 210px;
        height: 210px;
        border-radius: 10px;
    }
    .services img:hover{
        border-radius: 50%;
        width:210px;
        transition: 0.3s;  
    }
    .services-info p{
        margin: 3%;
        padding-top: 30px;
        padding: 10px;
        padding-bottom: 50px;
    }
}



/*----------------------faq------------------*/
.faq{
    margin: 7%;
}

.faq h5{
    font-size: 20px;
    color: black;
}
.faq p{
    padding-top: 2px;
    
    padding-bottom: 25px;
    color:black; 
    font-size: 17px;
}
.faqcol{
    padding-right: 20px;

}
.faqcol .contact-col{
    background: black;
    color: #a64705;
    border-radius: 5%;
    padding-top: 15%;
    padding-bottom: 5%;
    padding-left: 20px;
}
.iconss h4{
    font-size: 15px;
    color: white;
}

@media(max-width:1095px){
    .faq{
        margin-top:60px;
        margin-left: 20px;
        margin-right: 2px;
    }
}
@media(max-width:700px){
    .faq{
        margin-top:60px;
        margin-left: 20px;
        margin-right: 2px;
    }
}




.contact-us-div{
    margin: 2% 20%;
}

.contact-us-ul{
    display: flex;

}
.contact-us-ul li{
    list-style: none;
}

@media(max-width:1095px){
    .contact-us-div{
        margin: 10%;
    }
    .contact-us-ul{
        display: block;
    
    }
}
@media(max-width:700px){
    .contact-us-div{
        margin: 10%;
    }
    .contact-us-ul{
        display: block;
    
    }
}