@media only screen and (max-width:600px) {
    /* .body{
        overflow-y: hidden;
    } */
    .col-33{
        width: 100%;
    }
    .col-50{
        width: 100%;
    }
    .col-25{
        width: 100%;
    }
    .col-28{
        width: 100%;
    }
    .col-72{
        width: 100%;
    }
    .col-30{
        width: 100%;
    }
    .col-70{
        width: 100%;
    }

    /* TOP HEADER */
    .top-header .address{
        display: none;
    }
    .top-header{
        padding: 15px 0;
    }
    .top-header .phone{
        padding: 0;
        margin:20px 0;
       }
    .top-header ul{
        text-align: left;
        
       }
    
    /* BANNER */

    
    .content{
        padding: 0;
        height: 500px;
    }
    .banner-img{
        min-height: 537px;
    }
    .content .rectangle{
        display: none;
    }
    
    .content h1{
        
     
        font-size: 30px;
     
    }
    .content p{
        font-size: 15px;
        font-weight: 300;
        width: 85%;
        margin-top: 15px;
    }
    content a{
        margin-top: 15px;
    }

    /* SERVICES */


    .services .service-contents{
        text-align: center;
     }
     .services span{
        width: 85px;
        height: 85px;
      }
    .services h5{
        padding: 0;
    }
    .services p{
        padding: 0;
        text-align: center;
    }
    .services .service-icon{
        margin: 20px 0;
        
    }
    .services .service2{
        margin-top: 0;
    }
    /* ABOUT */


    .about-content{
        padding: 0;
    }
    .about a{
        margin: 50px 0;
    }
    
    /* NEWS */


    
 
    .news a{
        margin: 0 ;
    }
    .news .news-img1{
        width: 100%;
    }
    .news .news-img3{
        width: 100%;
        margin: 0;
    }
    .news .news-img2{
        width: 100%;
        margin: 0;
    }
    .news .news-content3{
        margin: 0;
    }
    .news .news-content2{
        margin: 0;
    }


    /* FOOTER */

    .footer .logo-para{
        padding: 0;
    }

    /* BOTTOM FOOTER */
    .bottom-footer ul{
        text-align: center;
        padding: 0;
    }
    .bottom-footer p{
        text-align: center;
    }
  
   
    .footer .navigation{
        margin: 0;
    }
}
@media (min-width:600px) and (max-width:768px){
    .content h1{
        
     
        font-size: 39px;
    }
    .col-33{
        width: 100%;
    }
    .col-30{
        width: 100%;
    }
    .col-50{
        width: 100%;
    }
    .col-25{
        width: 100%;
    }
    .col-70{
        width: 100%;
    }
    /* TOP HEADER */
 
    
       .top-header{
        padding: 15px 0;
    }
    .top-header .phone{
        padding: 0;
        margin:20px 0;
       }
    .top-header ul{
        text-align: left;
        
       }
    /* BANNER */

    .content{
        padding: 0;
        height: 500px;
    }
    .banner-img{
        min-height: 537px;
    }
    .content .rectangle{
        display: none;
    }
    
    .content h1{
        
     
        font-size: 39px;
     
    }
    .content p{
        font-size: 15px;
        font-weight: 300;
        width: 85%;
        margin-top: 15px;
    }
    content a{
        margin-top: 15px;
    }
    /* NEWS */
    .news .news-img1{
        width: 100%;
    }
    .news .news-img3{
        width: 100%;
        margin: 0;
    }
    .news .news-img2{
        width: 100%;
        margin: 0;
    }
    .news .news-content3{
        margin: 0;
    }
    .news .news-content2{
        margin: 0;
    }
    .news a{
        margin: 0;
    }
    /* FOOTER */
    .footer .navigation{
        margin: 0;
    }
    .footer .logo-para{
        padding: 0;
    }
    /* BOTTOM FOOTER */
    
    .bottom-footer ul{
        text-align: center;
        padding: 0;
    }
    .bottom-footer p{
        text-align: center;
    }
}
@media (min-width:768px) and (max-width:992px){
 
/* NEWS */
.news .news-img2{
  height: 100%;
}
.news .news-img2{
    height: 100%;
}
.news .news-img3{
    height: 100%;
}

/* PORTFOLIO */

.portfolio img{
    height: 368px;
}

}

/* NAVBAR */
nav{
    display: flex;
    align-items: center;
   
}

.logo{
    float: left;
    
}
.header i{
    color: #f7b908;
}
.logo img{
   
    height: 33px;
}
.header ul{
    float: left;
    
}
nav ul li{
    display: inline-block;
}
.header ul li a{
    text-decoration: none;
    color: #fff;
    padding: 12px 20px;
}
.barsbtn{
    float: right;
    cursor: pointer;
    display: none;
    font-size: 30px;
}
.header a{
    transition: all 0.5s ease;
    display: inline-block;
}
.header a:hover{
    color: #f7b908;
    transform: translateY(-5px);
    display: inline-block;
    transition: all 0.5s ease;
}
#check{
    display: none;
}
@media(max-width:950px)
{
   .header ul li a{
        font-size: 18px;
    }
}
@media(max-width:800px){
    nav{
       display: inline;
    }
    .barsbtn{
        display: block;
    }

   
    nav ul li{
        display: block;
        margin-top: 15px;
    }
    .header{
        margin: 25px 0;
    }
   
    .header ul{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 213px;
        left: -110%;
        transition: all 0.5s;
        text-align: center;
        background-color: #2f2b21;
        z-index: 1;
        padding: 0;
    }
     #check:checked ~ ul {
        
        left: 0;
    }
     .barsbtn{
        float: right;
    }
    
}

