

h2{
    text-align:center;
    padding: 20px;
  }
  /* Slider */
  
  .slick-slide {
      margin: 0px 20px;
  }
  
  .slick-slide img {
      width: 100%;
  }
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }

/* -------------- home service cards --------------- */
.home-card{
    border: solid #0872B9 2px;
    border-radius: 8px;
    padding: 20px 30px 15px 30px;
    width: 100% !important;
    height: 450px;
}

.dropdown-menu{
    background-color: #920A0A !important;
    width: 20%;
}

.dropdown-menu a{
    color: white !important;
    font-size: 12px ;
    transition:  font-size 0.1s !important;

}

.dropdown-menu a:hover{
    color: white !important;
}

  
.dropdown-menu a:hover {
    font-size: 16px;
}



.home-card-icon{
    width: 100px;
    height: 100px;
    /* background-color: #0872B9; */
    margin: auto;
}

.title-margin-top{
    margin-top: 5%;
}

.home-card-title-container{
    text-align: center;
    margin: auto;
    margin-top: 7% !important;
}

.home-card-title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    /* color: #0872B9; */
}

.home-card-title-line{
    width: 30%;
    background-color: #0872B9;
    height: 2px;
    margin-top: -3%;
    border: none;
}

.home-card-desc-container{
    width: 90%;
    text-align: justify;
    margin: auto;
    margin-top: 7% !important;
    color: #666666;
    font-weight: 300;
}

 /* -------------------- about section ----------------- */

 .white-bg{
   
    color: #666666 !important;
 }

 .card-header-title{
    font-weight: 700;
    font-size: 18px !important;
 }


 /* -------------------- fabrication section ----------------- */

 .serv-fab-img-container{
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    background-color: #fff;
 }

 .main-title-line{
    width: 8%;
    height: 4px;
    background-color: #920A0A;
    margin-top: -0.5%;
 }

 #fab-image1{
    background-image: url('./assets/images/Fab1.png');
    background-size: contain;
    opacity: 0.95;
 }

 #fab-image2{
    background-image: url('./assets/images/FAB7.png');
    background-size: contain;
    opacity: 0.95;
}

#fab-image3{
    background-image: url('./assets/images/FAB13.png');
    background-size: contain;
    opacity: 0.95;
}

#fab-image4{
    background-image: url('./assets/images/FAB10.png');
    background-size: contain;
    opacity: 0.95;
}

/* -------------------- field services section ----------------- */

#field-image1{
    background-image: url('./assets/images/Field-Services/Site1.JPG');
    background-size: cover;
    opacity: 0.95;
}

#field-image2{
    background-image: url('./assets/images/Field-Services/Site2.JPG');
    background-size: cover;
    opacity: 0.95;
}

#field-image3{
    background-image: url('./assets/images/field2.JPG');
    background-size: cover;
    opacity: 0.95;
}

#field-image4{
    background-image: url('./assets/images/Field-Services/Site8.JPG');
    background-size: cover;
    opacity: 0.95;
}

/* -------------------- manufacturing section ----------------- */

.card-show{
    display: block !important;
    visibility: visible !important;
}
.image-card{
    background-repeat: no-repeat;
    width: 100%;
    height: 220px;
}

.image-holder, .card-layer{
    height: 190px;
}

.image-card-label{
    position: relative;
    color: #fbfcfc;
    background-color: #920A0A;
    text-align: center !important;
    padding-top: 3%;
    padding-bottom: 3%;
    z-index: 10;
}

.card-layer{
    position: absolute;
    top: 0;
    width: 89.5%;
    background-color: black;
    opacity: 0.88;
    display: none;
} 

.layer-content-container{
    position: absolute;
    top: 0;
    color: #fbfcfc;
    padding: 25px;
    width: 89.5%;
    display: none;
}

.layer-text{
    margin-top: 5% !important;
    width: 100%;
    margin: auto;
    opacity: 0.9;
}

.layer-button{
    margin: auto;
    width: 55%;
    color: #920A0A!important;
}

.card-btn, .card-btn:hover{
    background-color: transparent;
    color: #920A0A;
    border: 2px solid #920A0A;
    font-size: 15px;
    cursor: pointer;
}

#man-img1{
    background-image: url('./assets/images/Ro1.jpg');
    background-size: cover;
    opacity: 0.9;
}

#man-img2{
    background-image: url('./assets/images/G2.jpg');
    background-size: cover;
    opacity: 0.9;
}

#man-img3{
    background-image: url('./assets/images/Building1.jpg');
    background-size: cover;
    opacity: 0.9;
    background-repeat: no-repeat;
}

#man-img4{
    background-image: url('./assets/images/Landscaping1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
}

#man-img5{
    background-image: url('./assets/images/Manufacturing/Screen Panels/Mesh Wire/MW3.png');
    background-size: cover;
    opacity: 0.9;
    background-repeat: no-repeat;
}

#man-img6{
    background-image: url('./assets/images/Manufacturing/6. Spray Nozzles/Spray2.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
}

#man-img7{
    background-image: url('./assets/images/Manufacturing/7. HDPE Pipes/Pipe1.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
}

#man-img8{
    background-image: url('./assets/images/PL\ 3.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
}

/* -------------------- manufacturing pop-up section ----------------- */

.card-hide{
    display: none!important;
    visibility: hidden !important;
}

.pop-up-containers{
    background-color: black;
    opacity: 0.35;
    width: 100%;
    height: 100% !important;
    top: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    left: 0 !important;
    display: none;
    z-index: 200;
    overflow: hidden;
}
.pop-up{
    position: relative;
    width: 70%;
    background-color: #fbfcfc;
    margin: auto;
    z-index: 250;
    display: relative;
    padding: 30px;
    margin-top: -22%;
    border-top: 5px solid #920A0A;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.cancels{
    position: relative;
    margin-right: 20px;
    margin-top: 10px;
    float: right;
    color: #000;
    opacity: 0.75;
}

.man-card-title-line{
    width: 7%;
    background-color: #920A0A;
    height: 3px;
    margin-top: -1.3%;
    border: none;
}

.pop-up-description{
    width: 90%;
    margin: auto;
    text-align: justify;
    margin-top: 5%;
}   

.pop-up-sub-desc{
    width: 90%;
    text-align: justify;
    margin: auto;
}

.pop-up-sub-desc-title{
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;  
}

.pop-up-sub-desc-par{
    font-size: 15px;
}

.pop-up-image-container{
    width: 95%;
    margin: auto;
    margin-top: 5%;
}

.man-pop-up-image{
    height: 150px;
    width: 100%;
}

.pop-up{
    margin-top: -10%;
    padding-bottom: 50px;
}

#popTest{
    margin-top: 6% !important; 
}

.image-border{
    border: 1px solid #7e7e7e;
}

/* hydro cyclone pop-up images */

#hydro1{
    background-image: url('./assets/images/floor\ 1.jpeg');
    background-size: contain;
    background-repeat: no-repeat;
}

#hydro2{
    background-image: url('./assets/images/floor\ 2.jpeg');
    background-size: contain;
    background-repeat: no-repeat;
}

#hydro3{
    background-image: url('./assets/images/floor\ 3.jpeg');
    background-size: contain;
    background-repeat: no-repeat;
}

#hydro4{
    background-image: url('./assets/images/floor\ 4.jpeg');
    background-size: contain;
    background-repeat: no-repeat;
}

/* transfer chute pop-up images */

#trans1{
    background-image: url('./assets/images/Con6.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}

#trans2{
    background-image: url('./assets/images/Con3.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}

#trans3{
    background-image: url('./assets/images/Con5.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}

#trans4{
    background-image: url('./assets/images/G2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#trans5{
    background-image: url('./assets/images/G14.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#trans6{
    background-image: url('./assets/images/Concrate4.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}

#trans7{
    background-image: url('./assets/images/Concrate5.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}
#trans8{
    background-image: url('./assets/images/G12.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}




#floor1{
    background-image: url('./assets/images/LAND1.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}

#floor2{
    background-image: url('./assets/images/LAND4.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}

#floor3{
    background-image: url('./assets/images/LAND5.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}

#floor4{
    background-image: url('./assets/images/LAND6.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}


#water1{
    background-image: url('./assets/images/Building2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#water2{
    background-image: url('./assets/images/Landscaping2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#water3{
    background-image: url('./assets/images/Gallery/7_West_garden_courtyard.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#water4{
    background-image: url('./assets/images/Gallery/87735544-unfinished-red-brick-house-wall-under-construction-without-roofing-attic-windows-concrete-lintel-fra.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
#partitioning1{
    background-image: url('./assets/images/landscapping.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#partitioning2{
    background-image: url('./assets/images/Landscaping1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#partitioning3{
    background-image: url('./assets/images/PIC.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#partitioning4{
    background-image: url('./assets/images/PIC1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

/* inter-stage screens pop-up images */

#inter1{
    background-image: url('./assets/images/Inter-stage2.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#inter2{
    background-image: url('./assets/images/Inter-stage9.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#inter3{
    background-image: url('./assets/images/Inter-stage5.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#inter4{
    background-image: url('./assets/images/Inter-stage10.png');
    background-size: cover;
    background-repeat: no-repeat;
}

/* conveyor idlers pop-up images */

#conveyor1{
    background-image: url('./assets/images/Manufacturing/4. Conveyor Idlers/Idler1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#conveyor2{
    background-image: url('./assets/images/idler2.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#conveyor3{
    background-image: url('./assets/images/idler3.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#conveyor4{
    background-image: url('./assets/images/idler4.png');
    background-size: cover;
    background-repeat: no-repeat;
}

/* screen panel pop-up images */

#screen1{
    background-image: url('./assets/images/Manufacturing/Screen Panels/Mesh Wire/MW3.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#screen2{
    background-image: url('./assets/images/Manufacturing/Screen Panels/Polyurethane Screen Panels/psp3.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#screen3{
    background-image: url('./assets/images/PWCP1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#screen4{
    background-image: url('./assets/images/Manufacturing/Screen Panels/Polyurethane Screen Panels/psp1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

/* spray nozzles pop-up images */

#spray1{
    background-image: url('./assets/images/Manufacturing/6. Spray Nozzles/Spray1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#spray2{
    background-image: url('./assets/images/Manufacturing/6. Spray Nozzles/Spray2.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#spray3{
    background-image: url('./assets/images/Manufacturing/6. Spray Nozzles/Spray1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#spray4{
    background-image: url('./assets/images/Manufacturing/6. Spray Nozzles/Spray2.png');
    background-size: cover;
    background-repeat: no-repeat;
}

/* hdpe pipes pop-up images */

#pipe1{
    background-image: url('./assets/images/Manufacturing/7. HDPE Pipes/Pipe3.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#pipe2{
    background-image: url('./assets/images/Manufacturing/7. HDPE Pipes/Pipe4.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#pipe3{
    background-image: url('./assets/images/Manufacturing/7. HDPE Pipes/Pipe2.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#pipe4{
    background-image: url('./assets/images/Manufacturing/7. HDPE Pipes/Pipe1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

/* hdpe pipes pop-up images */

#poly1{
    background-image: url('./assets/images/Manufacturing/PolyurethaneLiners/PL2.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#poly2{
    background-image: url('./assets/images/Manufacturing/PolyurethaneLiners/PL3.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#poly3{
    background-image: url('./assets/images/Manufacturing/PolyurethaneLiners/PL5.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#poly4{
    background-image: url('./assets/images/Manufacturing/PolyurethaneLiners/PL3.png');
    background-size: cover;
    background-repeat: no-repeat;
}


/* service drop down menu */

.service-drop-down{
    display: none;
    width: 15%;
    position: absolute;
    list-style: none;
    margin-left: 63%;
    z-index: 200;
}

.menu-show{
    display: block;
}

/* -------------- gallery --------------- */

.filter{
    color: #fbfcfc;
    background-color: #920A0A;
    min-width: 150px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 10px;
}

.filer-active{
    color: #920A0A;
    background-color: #fff;
    font-weight: 600 !important;
    border: 1px solid#920A0A;
}

.height{
    height: 240px;
}

.width{
    width: 106%;
}

/* -------------- New gallery --------------- */

.tab-flex{
    margin-top: 5%;
}

.gallery-image-container{
    margin-top: 7%;
}

.title-left{
    text-align: left !important;
}

.gallery-card-title-container{
    text-align: left;
    display: inline-grid;
    margin-bottom: 2%;
}

.gallery-card-title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    /* color: #0872B9; */
}

.gallery-title-line{
    width: 40%;
    background-color: #0872B9;
    height: 2px;
    margin-top: -1%;
    border: none;
}

.gallery-image-parent{
    height: 200px;
    margin-bottom: 5%;
}

.gallery-image-holder{
    height: 190px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.cover{
    background-size: cover !important;
}

.no-float{
    float: none !important;
}