*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

.contact-bg {
    
    background-image: linear-gradient(rgba(0,0,0,1) , rgba(0,0,0,0)), url('../new-img/contact-us-bg.jpg');
    

    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; 
   
    height: 400px;
}


@media screen and (max-width:700px) {
    .contact-bg{
        height: 200px !important;
 
       
    }
}


.banner-content{
 
   position: absolute;
   top: 30%;
   padding-left: 50px;
   
  
   
}

.contact-ul{
    display: flex;
    padding: 10px;
}


.contact-ul li{
    padding: 5px;
    text-decoration: none;
}
.contact-ul li a{
    color: #ff934e;
    text-decoration: none;
}

/* end contact css  */

/* about css banner  */

.about-bg {
    
    background-image: linear-gradient(rgba(0,0,0,1) , rgba(0,0,0,0)), url('../new-img/about-bg.jpg');
    

    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; 
   
    height: 400px;
}


@media screen and (max-width:700px) {
    .about-bg{
        height: 200px !important;
 
       
    }
}


.banner-content{
 
   position: absolute;
   top: 30%;
   padding-left: 50px;
   
  
   
}

.about-ul{
    display: flex;
    padding: 10px;
}


.about-ul li{
    padding: 5px;
    text-decoration: none;
}
.about-ul li a{
    color: #ff934e;
    text-decoration: none;
}