/* @import url(../css/clash-display.css); */

/* @import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */


:root{
    /* --c-dark:#212529; */
    --c-dark:black;
    --c-brand:#9d0208;
    --c-brand-light:#e2343a;
    --c-brand-rgb: 174,108,108;
    /* --c-body:#727272; */
    --c-body:black;
    --font-base:"Roboto", sans-serif;
    --box-shadow:0px 15px 25px rgba(0,0,0,0.08);
    --transition: all 0.5s ease;
    --c-bg-color:#fefae0;
}

  /*-----------------------------------*\
GENERAL SETTINGS
  \*-----------------------------------*/

body{
font-family: var(--font-base);
color:var(--c-body);
/* background-color: var(--c-bg-color); */
/* background: url(../images/client_bg_three.jpg);
color: white; */

}

h1,h2,h3,h4,h5,h6
.h1,.h2,.h3,.h4,.h5,.h6{
    font-weight: 700;
    color: var(--c-dark);
}

a{
    text-decoration: none;
    color:var(--c-brand);
    transition: var(--transition);
}

a:hover{
    color: var(--c-brand-light);
}

img{
    max-width: 100%;
    height: auto;
}

.section-padding{
    padding-top: 40px;
    padding-bottom: 40px;
}

p{
    text-align: justify;
}

.theme-shadow{
    box-shadow: var(--box-shadow);
}

/* .image-zoom{
    position: relative;
    overflow: hidden;
}

.image-zoom-wrapper{
    position: relative;
    overflow: hidden;
}

.image-zoom-wrapper img{
    transition: var(--transition);
}

.image-zoom:hover .image-zoom-wrapper{
transform: scale(1.2);
} */


  /*-----------------------------------*\
 BUTTON CLASS
  \*-----------------------------------*/
.btn{
    font-weight: 500;
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 0;
}

.btn-brand{
    background-color: var(--c-brand);
    border-color: var(--c-brand);
    color:white;
}
.btn-brand:hover{
    background-color:var(--c-brand-light);
    border-color: var(--c-brand-light);
    color:white;
}

/*-----------------------------------*\
 TOP BAR SECTION
  \*-----------------------------------*/

.top-nav{
    background: linear-gradient(270deg, rgba(155,34,38,1) 10%, rgba(174,32,18,1) 30%, rgba(0,0,0,1) 85%);
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .topbar .top-link a {
    margin-right: 10px;
  }
  
  /*-----------------------------------*\
 NAVIGATION BAR
  \*-----------------------------------*/

.navbar{
    box-shadow: var(--box-shadow);
}

.navbar-nav .nav-link{
    font-weight: 500;
    color: var(--c-dark);
}

.navbar-nav .nav-link.active{
color:var(--c-brand);
font-weight: 700;
font-size: 17px;

}

.dropdown-item {
  color:#9d0208;
  font-weight: 700;
}

  /*-----------------------------------*\
 SLIDER SECTION
  \*-----------------------------------*/

.slide1{
    /* background:linear-gradient(rgba(var(--c-brand-rgb), 0.307), rgba(var(--c-brand-rgb), 0.419)), url(../images/image_11.jpeg); */
    /* background: url(../images/sscgallery/image_18.jpeg); */
    background: url(../images/sscgallery/img_65.jpeg);
}

.slide2{
    /* background:linear-gradient(rgba(var(--c-brand-rgb), 0.507), rgba(var(--c-brand-rgb), 0.519)), url(../images/image_4.jpeg); */
    /* background: url(../images/sscgallery/image_25.jpeg); */
    background: url(../images/sscgallery/image_18.jpeg);
}

.slide3{
  /* background:linear-gradient(rgba(var(--c-brand-rgb), 0.507), rgba(var(--c-brand-rgb), 0.519)), url(../images/image_4.jpeg); */
  /* background: url(../images/sscgallery/img_65.jpeg); */
  background: url(../images/sscgallery/image_25.jpeg);
}

.bg-cover{
    background-position: center!important;
    background-size: cover!important;
}

/* .owl-prev,
.owl-next {
  position:absolute;
  top:50%;
  width: 60px !important;
  height: 60px !important;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.2) !important;
  margin-top: -30px !important;
  color: white;
  border-radius: 100px !important;
}

.owl-prev{
  left:0;
}

.owl-next{
  right: 0%;
}

.owl-prev:hover,
.owl-next:hover{
  background-color: var(--c-brand) !important;
}
 */

  /*-----------------------------------*\
ABOUT SECTION
  \*-----------------------------------*/

.section-title .line{
    width:125px;
    height:4px;
    background-color: var(--c-brand);
}


  /*-----------------------------------*\
MISSION SECTION
  \*-----------------------------------*/
#main_line{
    width:125px;
    height:4px;
    background-color: var(--c-brand);
    margin: 16px auto 24px auto;
}

.icon-box{
    width: 70px;
    height:70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var( --c-brand-rgb),0.2);
    color: var(--c-brand);
    font-size: 44px;
    flex:none;
    border-radius:100px;
}

  /*-----------------------------------*\
CHOOSE US SECTION
  \*-----------------------------------*/
.chooseus{
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.chooseus::after{
    content:"";
    width:10px;
    height:10px;
    background: rgba(var( --c-brand-rgb),0.2);
    position:absolute;
    bottom: 0;
    right:0;
    transition: var(--transition);
}

.chooseus:hover::after{
    width:100%;
    height:100%;
    /* background: var(--c-brand); */
    background: linear-gradient(90deg, rgba(155,34,38,1) 10%, rgba(174,32,18,1) 30%, rgba(0,0,0,1) 85%);
    z-index: -1;
}

.chooseus:hover h5,
.chooseus:hover p{
color:white;
}

.chooseus:hover .icon-box{
    background-color: rgb(255,255,255,0.2);
    color: white;
    border-radius: 20px;
}

  /*-----------------------------------*\
COUNTER SECTION
  \*-----------------------------------*/

#counter h1.prg-count::after {
    content: " +";
    display: inline-block;
  }

  #counter{
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.2), rgba(var(--c-brand-rgb), 0.3)), url(../images/hero_image.jpg);
    background-position: center;
    background-size: cover;
  }


  /*-----------------------------------*\
{PRODUCTS SECTION
  \*-----------------------------------*/
  .product{
    position: relative;
    overflow: hidden;
  }
  .product img{
    transition: all 1s ease;
  }

  .product a{
    width:100px;
    height:100px;
    font-weight: 700;
    align-content: center;
    text-align: center;
    display: grid;
    position: absolute;
    top:60%;
    left:50%;
    background-color: white;
    border-radius: 100px;
    transform: translate(-50%,-50%);
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
  }

  .product:hover img{
    transform: scale(1.2);
  }

  .product:hover a{
    visibility: visible;
    opacity:1;
    top:50%;
  }

    /*-----------------------------------*\
CLIENTS SECTION
  \*-----------------------------------*/
  .logo_slider {
    overflow: hidden;
    .slider {
      animation: slidein 10s linear infinite;
      white-space: nowrap;
      .logos {
        width: 100%;
        display: inline-block;
        margin: 0px 0;
        .fab {
          width: calc(100% / 5);
          animation: fade-in 0.5s 
            cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
        }
      }
    }
  }
  
  @keyframes slidein {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
  }
  

   /*-----------------------------------*\
CONTACT US SECTION
  \*-----------------------------------*/

#contactus{
    position: relative;
    z-index:2;
}

#contactus::after{
   content: "";
    width:100%;
    height:70%;
    background: linear-gradient(rgba(var(--c-brand-rgb), 0.1), rgba(var(--c-brand-rgb), 0.1)), url(../images/image_5.jpeg);
    background-position: center;
    background-size: cover;
    position: absolute;
    top:0;
    left: 0;
    z-index: -1;
}

#contactus .form-control{
    border-radius: 0;
}

#contactus .form-control:focus{
    box-shadow: none;
    border-color: var(--c-brand);
}

/*-----------------------------------*\
  FOOTER SECTION
  \*-----------------------------------*/
  .footer{
    /* background: linear-gradient(90deg, rgba(155,34,38,1) 10%, rgba(174,32,18,1) 30%, rgba(0,0,0,1) 85%); */
    background-color: black;
  }
  
.new_footer_area {
    background: linear-gradient(90deg, rgba(155,34,38,1) 10%, rgba(174,32,18,1) 30%, rgba(0,0,0,1) 85%);
}

.new_footer_top {
    padding: 70px 0px 320px;
    position: relative;
    overflow-x: hidden;
}

.new_footer_top {
    border-width: 1px;
    margin-top: 20px;
}

.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url(../images/road_one_wbg.png);
    width: 100%;
    height: 350px;
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url(../images/truck_one.gif);
    width: 150px;
    height: 150px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url(../images/truck_two.gif);
    width: 150px;
    height: 150px;
    background-size: 100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}

@-moz-keyframes myfirst {
    0% {
      left: -25%;
    }
    100% {
      left: 100%;
    }
  }
  
  @-webkit-keyframes myfirst {
    0% {
      left: -25%;
    }
    100% {
      left: 100%;
    }
  }
  
  @keyframes myfirst {
    0% {
      left: -25%;
    }
    100% {
      left: 100%;
    }
  }


  /*-----------------------------------*\
  HEADER SECTION
  \*-----------------------------------*/

  .page-header {
    background: url(../images/hero_image.jpg);
  }
  
  .page-header .breadcrumb-item+.breadcrumb-item::before {
    color:white;
  }
  
  .page-header .breadcrumb-item,
  .page-header .breadcrumb-item a {
    font-size: 18px;
    color: white;
  }
  
  .breadcrumb{ background-color : unset !important; }



/*-----------------------------------*\
GALLERY SECTION
\*-----------------------------------*/

    .grid-gallery{
      width: 100%;
      max-width: 1500px;
      margin: 0 auto;
      padding: 50px 0px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
      grid-auto-rows: 250px;
      grid-auto-flow: dense;
      grid-gap: 20px;
    }
    
    .grid-gallery .grid-item{
      position: relative;
      background-color: #efefef;
      overflow: hidden;
    }
    
    .grid-gallery .grid-item img{
      width:100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s cubic-bezier(0.165,0.84,0.44,1);
    }
    
    .grid-gallery .grid-item:hover img{
      transform: scale(1.2);
    }
    
    .grid-gallery .grid-item a {
      cursor: zoom-in;
    }
    
    .grid-gallery .grid-item:nth-child(3n -2){
      grid-column: span 2;
      grid-row: span 2;
    }
    
    
    @media (max-width:768px) {
      
      .grid-gallery{
    
        grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
        grid-auto-rows: 250px;
      }
      
      .grid-gallery .grid-item:nth-child(3n -2){
        grid-column: unset;
        grid-row: unset;
      }
    }


 