.page-header{
   height: 800px;
   background-repeat: no-repeat, repeat;
   background-size: cover;
   background-position: center;
}
.header-icon{
  background-image: url(/assets/img/slides/siyah22.jpg);
  padding-top: 150px;
}
.background-image-wrapper{
  background-size: cover;
  background-position: center center;
  animation-duration: 30s;
  animation-delay: 100ms;
}
.owl-carousel-light .owl-item{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.parallax{min-height: 450px !important}


.bg-primary.head {
  padding-top: 180px;
  min-height: 284px;
  background-position: center;
  background-repeat: no-repeat, repeat;
  background-size: cover;
  /* filter: brightness(50%); */
  margin-bottom: 3rem !important;
}

.heading.heading-middle-border-center .h1 {
  padding-left: 15px;
  padding-right: 15px;
}

.heading.heading-middle-border .h1{
  position: relative;
  background: #FFF;
  display: inline-block;
}
.cust.table, .cust.table, th, td {
  border: 1px solid white !important;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}

.cust.table, .cust1.table {
  width: 100% !important;
  background-color: #FAFAFA;
}

.cust.table .custheader, .cust1.table .custheader {
  background-color: red;
  color: white;
  font-weight: bold;
}

.cust.table .alt, .cust1.table .alt {
  background-color: lightgray;
}

@media (max-width: 1024px) {
  .page-header{
     height: 450px;
  }
}
@media (max-width: 991px) {
  .header-icon{
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .page-header{
     height: 250px;
  }
  html #header.header-transparent{position: relative !important;}
  .owl-carousel .owl-item img{padding-top:0px !important; width: 70% !important; margin: 0 auto !important;}
  .owl-nav {
    opacity: 1 !important;
  }
  .transform3dx-n50{transform: translate3d(-17%, 0, 0);}
  section.section.section-height-5{padding: 5px !important;}
  .parallax{min-height: 180px !important;}
  .parallax-background{top:-40% !important;}
  #footer {position: absolute;}
  .bg-primary.head {
    padding-top: 50px;
    min-height: 180px;
}
}
