body{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}
.container{
    margin: 0 auto;
    width: 90%;

}
a{
    text-decoration: none;
}
.row{
    position: relative;
    width: 100%;
    
  }
  .row [class^="col-"] {
  
  float: left;
  }
  .row::after{
    content:" ";
    display: table;
    clear: both;
    
  }
.col-100{
    width: 100%;
}  
.col-72{
    width: 72%;
}
.col-70{
    width: 70%;
}
.col-67{
    width: 67%;
}
.col-60{
    width: 60%;
}
.col-50{
    width: 50%;
}
.col-40{
    width: 40%;
}
.col-33{
    width: 33%;
}
.col-30{
    width: 30%;
}
.col-28{
    width: 28%;
}
.col-25{
    width: 25%;
}

.col-20{
    width: 20%;
  
}
/* TOP Header */

.top-header{
    background-color: #272727;
    padding: 10px 0;
    color: white;
  
  

}
.top-header ul{
    padding: 0;
    margin: 0;
   text-align: right;
   margin-top: 5px;
}
.top-header a{
    
    color: white;
    font-size: 16px;
    display: inline-block;
    transition: all 0.5s ease;
    
}
.top-header a:hover{
  color: #f7b908;
  transform: translateY(-5px);
  display: inline-block;
  transition: all 0.5s ease;
}
.top-header span{
    color:#f7b908;
    font-size: 20px;
    
}
.top-header li{
 display: inline-block;
 font-size: 15px;
 margin-right: 15px;
}
.top-header li:hover{
    color: #f8f8f8;
}
.top-header .phone{
  padding-left: 20px;
}
.address-text, .phone-text{
    margin-right: 5px;
}

/* BANNER */

.banner-img{
    background: url(../images/banner-img.jpeg) rgba(0, 0, 0, 0.4);
    width: 100%;
    min-height: 700px;
    background-blend-mode: multiply;
    display: inline-block;
    background-position: center;
    background-size: cover; 
}


/* HEADER */
/* .header{
    color: #fff;
    padding-top: 15px;
    align-items: center;

}
.header ul{
   
   
    margin: 13px 123px;
}

.header li{
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-right: 25px;
 
  transition: all 0.5s ease;
}
.header li:hover{
    color: #f7b908;
    transform: translateY(-5px);
    display: inline-block;
    transition: all 0.5s ease;
}
.header .search{
    padding: 12px 0;
    margin-right: 12px;
    text-align: right   ;
    font-size: 19px;
    
  
    
}
.header .search a{
    color: #fff;
    display: inline-block;
    transition: all 0.5s ease;
}
.header .search a:hover{
    color: #f7b908;
    display: inline-block;
    transition: all 0.5s ease;
    transform: translateY(-5px);
}
 */

/* BANNER CONTENTS */

.content{
 width: 100%;
/* padding: 150px 0; */
display: inline-flex;
align-items: center;
height: calc(700px - 62px);
text-align: center;
justify-content: center;

}
.content .rectangle{
    background-color: #f7b908;
    width: 80px;
    height:2px; 
    margin: 0 auto;
}
.content h1{
    color: #fff;
    font-size: 90px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
.content p{
    color: #fff;
    font-size: 25px ;
    font-weight: 500;
    margin: 0 auto;
    padding: 0;
    width: 67%;
    

}
.content a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    background-color: #f7b908;
    padding: 15px 20px;
    margin-top: 35px;
    display: inline-block;
    transition: all 0.5s ease;
}
.content a:hover{
    background-color: #333333;
    display: inline-block;
    transition: all 0.5s ease;
    transform: translateY(-5px);
}

/* SERVICES */
.services{
    padding: 100px 0;
}
.service-contents{
    margin-top: 60px;
}
.services .rectangle{
    background-color: #f7b908;
    width: 65px;
    height: 2px;
    margin: 0 auto;
}
.services h3{
    color: #333333;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    
}

.services span:hover{
    background-color: #333333;
    
    transition: all 0.5s ease;
    transform: translateY(-5px);
}

.services span{
   font-size: 55px;
   width: 100px;
   height: 100px;
   background-color: #f7b908;
   border-radius: 50%;
   color: #fff;
   
   display: inline-flex;
   justify-content: center;
   align-items: center;
   
   transition: all 0.5s ease;
   
}
.services h5{
    color: #272727;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    margin: 0;
    padding-right: 37px;
    
}
.services p{
    font-weight: 300;
    font-size: 15px;
    color: #888888;
    line-height: 30px;
    padding-right: 31px;
    text-align: justify;
    
}

.service2{
    margin-top: 50px;
}

/* ABOUT */
.about{
    background-color: #f8f8f8;
    padding: 100px 0;
}
.about{
    color: #333333;
    font-size: 25px;
    font-weight: 700;
    
}
.about .rectangle{
    background-color: #f7b908;
    width: 65px;
    height:3px;
    
        
}
.about img{
    width: 100%;
    float: right;
    transition: all 0.5s ease-in;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
}
.about img:hover{
    transform: scale(1.1);
    z-index: 2;
    transition: all 0.5s ease-out;
}
.about-content{
    padding: 23px 0;
}
.about h3{
    margin-bottom: 50px;
}
.about .about-para1{
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}
.about-para2{
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: #888888;
  margin: 0;
}
.about a{
   
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    background-color: #f7b908;
    padding: 15px 20px;
    margin-top: 50px;
    transition: all 0.5s ease;
   
}
.about a:hover{
    background-color: #333333;
    transition: all 0.5s ease;
    transform: translateY(-5px);
    
}
/* PORTFOLIO */

.portfolio .img1{
    background: url(../images/portfolio1.jpeg) rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 286px;
    background-blend-mode: multiply;
    display: inline-block;
    background-position: center;
    background-size: cover;
    
 

}
.portfolio .img1:hover{
    transform: scale(1.);
    transition: all 0.5s ease-out;
}

.portfolio .img2{
    background: url(../images/portfolio2.jpeg) rgba(0, 0, 0, 0.5);;
    width: 100%;
    height: 286px;
    background-blend-mode: multiply;
    display: inline-block;
    background-position: center;
    background-size: cover;
    
}
.portfolio .img3{
    background: url(../images/portfolio3.jpg) rgba(0, 0, 0, 0.5);;
    width: 100%;
    height: 286px;
    background-blend-mode: multiply;
    display: inline-block;
    background-position: center;
    background-size: cover;
}
.portfolio .img4{
    background: url(../images/portfolio4.jpg) rgba(0, 0, 0, 0.5);;
    width: 100%;
    height: 286px;
    background-blend-mode: multiply;
    display: inline-block;
    background-position: center;
    background-size: cover;
}
.portfolio .img5{
    background: url(../images/portfolio5.jpg) rgba(0, 0, 0, 0.5);;
    width: 100%;
    height: 286px;
    background-blend-mode: multiply;
    display: inline-block;
    background-position: center;
    background-size: cover;
}
.portfolio .img6{
    background: url(../images/portfolio6.jpg) rgba(0, 0, 0, 0.5);;
    width: 100%;
    height: 286px;
    background-blend-mode: multiply;
    display: inline-block;
    background-position: center;
    background-size: cover;
}
.portfolio .img7{
    background: url(../images/portfolio7.jpg) rgba(0, 0, 0, 0.5);;
    width: 100%;
    height: 286px;
    background-blend-mode: multiply;
    display: inline-block;
    background-position: center;
    background-size: cover;
}
.portfolio .img8{
    background: url(../images/portfolio8.jpg) rgba(0, 0, 0, 0.5);;
    width: 100%;
    height: 286px;
    background-blend-mode: multiply;
    display: inline-block;
    background-position: center;
    background-size: cover;
}
.portfolio h4{
   color: #fff;
   font-size: 18px;
   font-weight: 500;
   text-align: center;
   
   padding: 0 10PX;
   
   
}
/* .portfolio p{
    color: white;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    padding: 0 30px;
    visibility: hidden;
    display: inline-block;
    transition: all 0.5s ease;
} */
.portfolio .img{
    
    justify-content: center;
    align-items: center;
    display: flex;
      
  
    transition: all 0.5s ease;
}
/* .portfolio .img:hover p{
    visibility: visible;
    
    display: inline-block;
    transition: all 0.5s ease;
    transform: translateY(-5px);
   
    
} */

.portfolio .img:hover{
   
    transform: scale(1.1);
    z-index: 2;
    transition: all 0.5s ease-out;
}
/* NEWS */

.news{
    padding: 100px 0; 
    background-color: #f8f8f8;
}
.news-box{
    margin-top: 50px;
}
.news .rectangle{
    background-color: #f7b908;
    width: 65px;
    height:3px; 
    margin: 0 auto;
}
.news h3{
    color: #333333;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}
/* .news1{
   padding-right: 1px;
} */
.news .news-img1{
  
    width: 95%;
    height: 314px;
    background-position: center;
    background-size: cover;
   

}
.news .news-img2{
    
    width: 95%;
    height: 314px;
    background-position: center;
    background-size: cover;
    margin: 0 10px;

}
.news .news-content2{
    margin: 0 10px;
}
.news .news-img3{
    
    width: 95%;
    height: 314px;
    background-position: center;
    background-size: cover;
    margin-left: 22px;

}
.news img{
    transition: all 0.5s ease-in;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
}
.news img:hover{
    transform: scale(1.1);
    z-index: 2;
    transition: all 0.5s ease-out;
}
.news .news-content3{
    margin-left: 22px;
}
.news h4{
    
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 8px;
    margin-top: 25px;
 
}
.news span{
    color: #f7b908;
    margin-right: 10px;
}
.news .para-1{
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.news .para-2{
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #888888;
    margin-top: 25px;
    margin-bottom: 50px;
}
.news a{
   
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    background-color: #f7b908;
    padding: 15px 20px;
    margin: 0 531px;
    display: inline-block;
    transition: all 0.5s ease;
    
}
.news a:hover{
    background-color: #333333;
    display: inline-block;
    transition: all 0.5s ease;
    transform: translateY(-5px);
}

/* FOOTER */

.footer{
    background-color: #333333;
    padding: 100px 0;

}
.footer .logo-para{
    font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: #888888;
  padding: 0 10px;
}
.footer h4{
    color: #fff;
    padding: 15px 0;
    margin: 0;
}
.footer ul{
    padding: 0;
}
.footer a{
    text-decoration: none;
    color: #f7b908;
    display: inline-block;
    transition: all 0.5s ease;
} 
.footer a:hover{
    display: inline-block;
    transition: all 0.5s ease;
    transform: translateY(-5px);
}
.footer li{
    list-style-type: none;
    margin-bottom: 23px;
}
.footer  h6{
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #888888;
   
    margin: 0;
    
}
.footer .comment-para{
     color: #fff;
     margin: 10px 0 20px 0;
     padding: 0;
}
.footer .contacts h6{
    margin-bottom: 20px;
}
.footer .contacts span:hover{
    color: #f7b908;
}
.footer .comments, .address{
    margin-top: 10px;
}
.footer .navigation{
    margin-left:27px;
}

/* BOTTOM FOOTER */

.bottom-footer{
    background-color:#272727;
    padding: 10px 0;
}
.bottom-footer p{
    font-size: 14px;
    color: #888888;
    font-weight: 400;
}
.bottom-footer a{
    text-decoration: none;
    color: #fff;
    display: inline-block;
    transition: all 0.5s ease;
}
.bottom-footer a:hover{
  color: #f7b908;
  display: inline-block;
  transition: all 0.5s ease;
  transform: translateY(-5px);

}
.bottom-footer ul{
    text-align: right;
}
.bottom-footer li{
    display: inline-block;
    font-size: 15px;
    margin-right: 15px;
    
}