
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.active-color{
   color: peru !important;
}

.res-btn {
    margin-top: 300px;
    margin-left: 200px !important;

}

.res-p{
    margin-top: 150px;
}

.res-h{
    margin-top: 250px;
}
@media screen and (max-width:800px) {
    .res-btn {
        margin-top: 100px !important; 
        width: 70%;
    }

    .res-p{
       display: block !important;
       margin-top: 50px;
    }

    .res-h{
        margin-top: 100px;
    }
}




/* bannner  */


.our-banner {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(new-img/background\ Image\ 01-PhotoRoom.png);
    background-size: cover;
 background-repeat: no-repeat;
    background-position: center;
    height: 700px;
    width: 100%;
 }


 
.banner-content {

    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
 }
 
 .banner-logo {
    width: 35%;
    margin-left: 220px;
 
 }
 
 
 /* media query  */
 
 
 
 @media screen and (max-width:800px) {
 
    .our-banner {
 
       background-size: cover;
 position: relative !important;
       background-position: center;
       height: 400px;
       width: 100%;
     
    }

  
 
    .banner-content {
 
      
       top: 33%;
    
    }
    
 
 
    .responsive-h1 {
       font-size: 18px;
       padding: 3px !important;
    }
    .responsive-h5{
       font-size: 10px;
   align-items: center;
   padding: 3px !important;
            }
 
            .btn-text{
            font-size: 15px;
            padding: 3px;
            }
 
            .banner-logo {
             width: 50%;
             margin-left: 50px;
          
          }
 
          .res-gallery{
          padding: 10px;
          }
 
          .res-left{
             padding: 0 !important;
          }
 
          .res-left h1{
            padding-left: 30px;
          }
 
          .res-right{
             padding: 40px !important;
          }
 
          .res-right img {
             height: 400px !important;
          }

          .mob-head{
            margin-top: 55px;
          }
          .heading-responsive-con{
            font-size: 25px !important;
          }
 }



 .footer-color {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
 }
 
 ul li a {
    text-decoration: none
 }

 ul li  {
    list-style: none;
 }

