.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #333;
  font-size: 50px;
  
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
   
  color: #000;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #333;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
#clientlogos{ }
#clientlogos.owl-carousel .owl-item img {
  display: inline-block;
  width: 100%;
}
#constructionary.owl-carousel .owl-item img {
  display: inline-block;
  width: 100%;
}
#material.owl-carousel .owl-item img {
  display: inline-block;
  width: 100%;
}
#imageslides.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.owl-theme .owl-nav {
  
}

.owl-prev, .owl-next {
  width: 40px!important;
  height: 60px!important;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  display: block !important;
  border:0px solid black;
  cursor: pointer;
 
}
.owl-prev { left: -25px; }
.owl-next { right: -25px; }
.owl-prev i, .owl-next i {transform : scale(2,5); color: #ccc;}

/* .carousel-control-next,
.carousel-control-prev {
  color: #cecece;
  font-size: 30px;
  width: 5%;
} */
.owl-carousel .owl-item {
  
  border-radius: 10px;
}
#clientlogos.owl-carousel .owl-item {
  background-color: #fcf9f0;
   
}
#constructionary.owl-carousel .owl-item {
  background-color: rgba(0,0,0,0.1);
   
}
#material.owl-carousel .owl-item {
  background-color: rgba(0,0,0,0.1);
   
}
#imageslides.owl-carousel .owl-item {
  background-color: transparent;
  padding: 0px;
  box-shadow: none;
  margin: 0px;
   
}

@media (max-width: 575px) {
  .mob.owl-theme .owl-nav,
  .mob.owl-theme .owl-dots {
    
  }
  .item {
    
  }
  .owl-carousel .owl-stage {
    
  }
  .owl-carousel .owl-item{margin-bottom: 120px;}
  #clientlogos.owl-carousel .owl-item{margin-bottom: 40px!important;}
  #constructionary.owl-carousel .owl-item{margin-bottom: 40px!important;}
  #material.owl-carousel .owl-item{margin-bottom: 40px!important;}
  #imageslides.owl-carousel .owl-item{margin-bottom: 40px!important;}
  .testfooterimg{bottom: -100px;}
}
@media (min-width: 1224px) {
  .owl-carousel .owl-item {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    padding:20px;
    
    margin: 20px 0px 20px 0px
  }
  .whyhire.owl-carousel .owl-item {
    width: 31% !important;
    margin-right: 20px !important;
    margin-bottom: 3em;
    
  }
  #clientlogos.owl-carousel .owl-item{min-height:240px!important;}
  #constructionary.owl-carousel .owl-item{min-height:245px!important;}
  #material.owl-carousel .owl-item{min-height:230px!important;}
  #imageslides.owl-carousel .owl-item{min-height:280px!important;}
  .mob.owl-theme .owl-nav,
  .mob.owl-theme .owl-dots,
  .whyhire.owl-theme .owl-nav,
  .whyhire.owl-theme .owl-dots {
   
  }
}

.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aligner .owl-carousel .owl-item img {
  width: 100%;
}

@media (min-width: 1300px) {
  #clientlogos.owl-carousel .owl-item{min-height:270px!important;}
  #constructionary.owl-carousel .owl-item{min-height:245px!important;}
  #material.owl-carousel .owl-item{min-height:230px!important;}
  #imageslides.owl-carousel .owl-item{min-height:280px!important;}
}

@media (min-width: 2560px){
  #material.owl-carousel .owl-item {  min-height: 290px!important;}
}