




/*-----carousel start----*/

#carousel-caption {
    top                    : 50%;
    transform              : translateY(-50%);
    bottom                 : initial;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style   : preserve-3d;
    transform-style        : preserve-3d;
}

.sliderh1{
    font-family     : "Maven Pro";
    font-size       : 5rem;
    background-color: #00000017;
    font-weight     : bold;
    text-transform  : lowercase;
    color: white;
}

.sliderp {
    font-size       : 1.5rem;
    background-color: #00000017;
    font-weight     : bold;
    color: white;
}



.carousel .carousel-indicators li.active {
    background-color: red;
}

/*-----carousel End----*/
.customers .box .imgBox{
    margin: 30px;  
}

.customers .box .imgBox img{
    width: 14rem; 
}


.section-headline  h2:hover{
    color: #19a8e1;
}




.abbr{
    display: flex;
}

#img1{
    border: 2px solid black;
    padding-bottom: 22px;
}
#img2{
    border: 2px solid black;
}
#img3{
    border: 2px solid black;
    padding-bottom: 51px;
}
#img4{
    border: 2px solid black;
}
#img5{
    border: 2px solid black;
    padding: 65px 5px 71px 10px;
}
#img6{
    border: 2px solid black;
    padding-bottom: 17px;
}
#img7{
    border: 2px solid black;
}
#img8{
    border: 2px solid black;
    padding-top: 30px;
    padding-bottom: 49px;
}
#img9{
    border: 2px solid black;
    padding-top: 69px;
    padding-bottom: 96px;
    padding-right: 5px; 
}
#img10{
    border: 2px solid black;
    padding-bottom: 33px;
}
#img11{
    border: 2px solid black;
    padding-bottom: 57px;
    padding-top: 40px;

}
#img12{
    border: 2px solid black;
}


.head {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
 .head video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  .head .containerr {
    position: relative;
    z-index: 2;
  }
  
  .head .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
  }
  
  @media (pointer: coarse) and (hover: none) {
    header {
      background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }
    header video {
      display: none;
    }
  }

  @media(max-width:600px){    
    #img1,#img2,#img3,#img4,#img5,#img6,#img7,#img8,#img9,#img10,#img11,#img12{
        border: 1px solid white;
 
    }
    .customers .box .imgBox img{
        width: 70px; 
        
        padding: 7px;
    }
    .customers .box .imgBox {
        margin: 5px;
    }

   
    
    .text-center {
        text-align: center !important;
    }
}