.header{
      background-image: url('/assets/hitech/images/navbar.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
} 
  .sector{
     background:url('/assets/hitech/images/sector2.jpeg') no-repeat top center; 
    min-height:500px; 
    background-size:cover; 
    padding:60px 0 ;

  }
.nav-link:hover,.dropdown-item:hover {
    color: #cc0da3 !important;
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1;
	  background-color: #cc0da3;
  color: #fff;
  }
  
  .about-banner{
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 90px;
  height: 450px;
  width: 100%;
}
.contact-banner{
  background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
margin-bottom: 90px;
height: 450px;
width: 100%;
}
.client-banner{
  background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
margin-bottom: 90px;
height: 450px;
width: 100%;
}

  .home_about{
    background:url('/assets/hitech/images/about_home.jpg') no-repeat top center;
    background-size:cover; 
    height: 500px;
  }
  
/* shadow */
.carousel-caption {
  background: rgba(0,0,0,0.5);
  background-color: rgba(0,0,0,.5);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
}

.font-12{
    font-size: 12px;
}

.photo-gallery {
    color:#313437;
    background-color:#fff;
  }
  
  .photo-gallery p {
    color:#7d8285;
  }
  
  .photo-gallery h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
  }
  
  .banner{
	  height:550px;
  }
   
  @media (max-width:767px) {
    .photo-gallery h2 {
      margin-bottom:25px;
      padding-top:25px;
      font-size:24px;
    }
	.banner{
      height: 300px;
    }

  }
  
  .photo-gallery .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto 40px;
  }
  
  .photo-gallery .intro p {
    margin-bottom:0;
  }
  
  .photo-gallery .photos {
    padding-bottom:20px;
  }
  
  .photo-gallery .item {
    padding-bottom:30px;
  }
  .row {
    margin: 15px;
  }

  .about{
    text-align:center;
    max-width: auto;
    max-height: auto;
    min-width: auto;
    margin: 20px 20px;
    padding-left: 50px;
    padding-right: 50px;

   }
  
 .client-section {
    text-align: center;
    margin: 40px 0;
    font-size: 40px;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
  }
  .slick-slide .inner {
    margin: 0 15px;
  }
  .product-image{
    width: 200px;
    height:200px;
  }

  .main{
	  height:300px;
  }
  
  .product_banner{
	background:  url('/assets/hitech/images/products/2.jpeg') center center no-repeat;
    background-size: cover;
}