@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body{
  margin: 0;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}


/*-----------Scroll bar-----------------*/
/* width */


/*-----------Scroll bar-----------------*/


.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 0;
  border-radius: 0;
  z-index: 99;
}

.btn {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  transition: .5s;
}

/* .navbar{
  overflow: hidden;
} */

/*-----------hover effect navbar link-----------*/
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{
     display: none; 
    }
	.navbar .nav-item:hover .nav-link{

     }
	.navbar .nav-item:hover .dropdown-menu{
     display: block; 
     left: 45%;
     transform: translateX(-45%);
     width: 100%;
    }
	.navbar .nav-item .dropdown-menu{ 
    margin-top:0;
  }
}

/*-----------End hover effect navbar-----------*/
.navbar{
  z-index: 999;
}
.navbar-brand img{
  width: 50px;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-light .navbar-nav .nav-link {
  font-family: 'Quicksand', sans-serif;
  position: relative;
  margin-left: 30px;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #212121;
  outline: none;
  transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #7AB730;
}

 /* END OF NAVBAR*/

 .text{
  font-size: 20px;
  text-align: justify;
}

.button-normal{
  background-color: #5CB8E4; /* Green */
  border: 5px solid #5CB8E4;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  box-shadow: 0px 2px 10px -1px rgb(0 0 / 19%);
  --webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  
}

.button-normal:hover{
  color:black;
  background-color: transparent;
  border-color: #4080EF;
}

/*Carousel*/
#carouselExampleDark{
  position: static;
}

.carousel .carousel-item {
  height: 500px;
}

.carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 500px;
}

#carouselExampleDark .carousel-control-prev,
#carouselExampleDark .carousel-control-next {
     width: 75px;
     height: 75px;
     opacity: 1;
     font-size: 42px;
    
     top: 35%;
     border-radius: 40px;
}

#carouselExampleDark .carousel-control-prev:hover,
#carouselExampleDark .carousel-control-next:hover,
#carouselExampleDark .carousel-control-prev:focus,
#carouselExampleDark .carousel-control-next:focus {

     color: #fff;
}

#carouselExampleDark .carousel-control-prev {
     /* right: 15%; */
     left: inherit;
}

#myCarousel .carousel-control-next {
     /* right: 9%; */
}

.banner .carousel-indicators {
     display: none;
}


/* three_box */

.three_box {
  margin-top: -38px;


}

.three_box .row a{
  text-decoration: none;
}
.const {
  padding: 40px 0 25px 0;
  background: #fff;
  box-shadow: 0 0 250px rgba(3, 3, 3, 0.16);
  transition: ease-in all 0.5s;
}

.text_align_center {
  text-align: center;
}

.const span {
  transition: ease-in all 0.5s;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  color: #090a0b;
  padding-top: 35px;
  line-height: 20px;
}

#text_hover img {
  max-width: 100%;
  height: auto;
}

#text_hover:hover.const {
  background-color: #f89501;
  transition: ease-in all 0.5s;
  cursor: pointer;
}

#text_hover:hover.const span {
  color: #fff;
  transition: ease-in all 0.5s;
}

/* end three_box */

/*========================Welcome ===============*/
.about {
  background-color: #fff;
  padding-top: 40px;
  margin-bottom: 10px;
}

.about .titlepage {
  max-width: 666px;
     float: right;
     width: 100%;
     text-align: left;
     padding-bottom: 0;
     text-align: justify;
}

.about .titlepage span {
  font-family: 'Raleway', sans-serif;
  padding-bottom: 60px;
  padding-top: 40px;
}

.about_img {
  padding-right: 40px;
  padding-left: 55px;
}

.about_img figure {
  margin: 0;
}

.about_img figure img {
  width: 100%;
}

.titlepage {
  text-align: center;
  padding-bottom: 40px;
}

.titlepage a{
  text-decoration: none;
}

.titlepage h2 {
  font-size: 40px;
  color: #1c1c1c;
  line-height: 40px;
  font-weight: 700;
  padding: 0;
}

.titlepage span {
  font-size: 17px;
  line-height: 25px;
  color: #0a0a0a;
  padding-top: 30px;
  display: block;
}

.d_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.read_more {
  font-size: 17px;
  background-color: #00ABB3;
  color: #fff;
  padding: 17px 0px;
  width: 100%;
  max-width: 186px;
  text-align: center;
  display: inline-block;
  transition: ease-in all 0.5s;
  font-weight: 500;
  border-radius: 5px;
  height: 60px;
  text-transform: uppercase;
}

.read_more:hover {
  background: #f4a111;
  color: #fff;
  transition: ease-in all 0.5s;
}


   /*
 ======================
  Counter Design
  ======================
  */
  .counter-section{
    background-color:#A82C48;
    padding: 2.5rem 0;
}

.counter-section h2{
    color: #fff;
}

.counter-section p{
    color: #FFF;
    text-transform: uppercase;
}

/*========================End Counter===============*/


       /* ====================== Explore Business Section Design ====================== */

       .our-services{
        padding: 5rem 7%;
    }
    
    .our-services img{
        width: 300px;
    }
    
    .inner-service img{
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .our-services h1{
      color: #222533;
      font-size: 40px;
      text-align: center;
      padding: 1rem 0;
  }
  .our-services h1 span{
      color: #00ABB3;
  }
  .main-service{
      margin-top: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 15px;
  }
  
  .inner-service{
      flex: 1 1 300px;
  }
  .inner-service h2{
      padding: 1rem 0;
      font-size: 1.6rem;
      text-align: center;
  }

  .inner-service p{
    font-size: 1rem;
    margin-bottom: 25px;
    text-align: justify;
}
.inner-service a{
    padding: 1.5rem 3rem;
    background: #00ABB3;
    color: #222533;
    border-radius: 15px;

}
.inner-service .button-normal{
  display: flex;
  align-items: center;
  justify-self: center;
  /* width: 300px;
  height: 50px; */
  margin-left: auto;
  margin-right: auto;
}
.inner-service a:hover{
    background: #222533;
    color: white;
}

       /* ====================== Dealer Gallery ====================== */
       .dealer-gallery{
        padding: 2rem 7%;
        width: 100%;
        margin: 10px auto 10px;
        display:flex wrap;
        justify-content: space-around;
        
       
    }
    
    .dealer-gallery img{
        width: 150px;
        cursor: pointer;
        transition: 0.4s;
    }
    
    .dealer-gallery img:hover{
        transform: scale(0.8) rotate(-15deg);
        border-radius: 20px;
        box-shadow: 0 32px 75px rgba(68,77,136,0.2);
    }

    /*======================= Project==================*/
/* Projects area
================================================== */
/* Project filter nav */
.shuffle-btn-group {
  display: inline-block;
  margin: 20px 0 50px;
  width: 100%;
  border-bottom: 3px solid #ffb600;
}
.shuffle-btn-group label {
  display: inline-block;
  color: #212121;
  font-size: 14px;
  padding: 6px 25px;
  padding-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0;
}
.shuffle-btn-group label.active {
  color: #212121;
  background: #ffb600;
}
.shuffle-btn-group label input {
  display: none;
}

/* Project shuffle Item */
.shuffle-item {
  padding: 0;
}
.shuffle-item .project-img-container {
  position: relative;
  overflow: hidden;
}
.shuffle-item .project-img-container img {
  transform: perspective(1px) scale3d(1.1, 1.1, 1);
  transition: all 400ms;
}
.shuffle-item .project-img-container:hover img {
  transform: perspective(1px) scale3d(1.15, 1.15, 1);
}

.shuffle-item .project-img-container:after {
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 400ms;
}
.shuffle-item .project-img-container:hover:after {
  opacity: 1;
}
.shuffle-item .project-img-container .gallery-popup .gallery-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 5px 12px;
  background: #ffb600;
  color: #fff;
  opacity: 0;
  transform: perspective(1px) scale3d(0, 0, 0);
  transition: all 400ms;
}

.shuffle-item .project-img-container:hover .gallery-popup .gallery-icon {
  opacity: 1;
  transform: perspective(1px) scale3d(1, 1, 1);
}
.shuffle-item .project-img-container .project-item-info {
  position: absolute;
  top: 50%;
  margin-top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
  z-index: 1;
}
.shuffle-item .project-img-container .project-item-info-content {
  opacity: 0;
  transform: perspective(1px) translate3d(0, 15px, 0);
  transition: all 400ms;
}
.shuffle-item .project-img-container .project-item-info-content .project-item-title {
  font-size: 20px;
}
.shuffle-item .project-img-container .project-item-info-content .project-item-title a {
  color: #fff;
}
.shuffle-item .project-img-container .project-item-info-content .project-item-title a:hover {
  color: #ffb600;
}
.shuffle-item .project-img-container .project-item-info-content .project-cat {
  background: #ffb600;
  display: inline-block;
  padding: 2px 8px;
  font-weight: 700;
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
}
.shuffle-item .project-img-container:hover .project-item-info-content {
  opacity: 1;
  transform: perspective(1px) translate3d(0, 0, 0);
}

.general-btn .btn-primary:hover {
  background: #000;
}

/* Project owl */
.owl-theme.project-slide {
  margin-top: 60px;
}

.project-slide .item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.project-item img {
  width: 100%;
  max-width: auto;
  transition: all 0.6s ease 0s;
}

.project-item:hover img {
  transform: scale(1.1, 1.1);
}

.project-item-content {
  position: absolute;
  bottom: -1px;
  padding: 15px 20px;
  width: 100%;
  background: #ffb600;
}

.owl-theme.project-slide .owl-nav > div {
  position: absolute;
  top: -70px;
  right: 0;
  transform: translateY(-50%);
}

.project-slide .owl-nav > div {
  display: inline-block;
  margin: 0 2px;
  font-size: 20px;
  background: #ffb600;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.owl-theme.project-slide .owl-nav > .owl-prev {
  right: 35px;
  left: auto;
}

/* Projects Single page */
.project-title {
  font-size: 30px;
}

.project-info-label {
  color: #303030;
  font-weight: 700;
  font-size: 14px;
}

.project-info-content {
  font-size: 12px;
}

.project-info li {
  margin-bottom: 5px;
}

.project-link {
  margin-top: 15px;
}

.project-container{
  padding: 70px 0;
  position: relative;
}

/* Clients-------------------*/

.product-item {
  padding: 10px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 50%;
}

.product-item .btn-action {
  position: absolute;
  width: 100%;
  bottom: -40px;
  left: 0;
  opacity: 0;
  transition: .5s;
}

.product-item:hover .btn-action {
  bottom: -20px;
  opacity: 1;
}

.product-carousel .owl-nav {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next{
  position: relative;
  margin: 0 5px;
  width: 55px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: #7AB730;
  font-size: 22px;
  transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
  color: #212121;
}


/*------------career--------------*/

/*** Category ***/
.cat-item {
  display: block;
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  border: 1px solid transparent;
  transition: .5s;
}

.cat-item:hover {
  border-color: rgba(0, 0, 0, .08);
  box-shadow: none;
}


/*** Job Listing ***/
.nav-pills .nav-item .active {
  border-bottom: 2px solid var(--primary);
}

.job-item {
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  transition: .5s;
}

.job-item:hover {
  border-color: rgba(0, 0, 0, .08);
  box-shadow: none;
}

.shuffle-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 250px;
}

.fadeInUp a{
  text-decoration: none;
}

.fadeInUp h6{
  color: black;
  font-weight: 800;
}




/*=========================Contact us=============*/

.contact_us_container,.contact_us_container *, .contact_us_container:after, .contact_us_container :after,
.contact_us_container:before, .contact_us_container :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
 }

.contact_us_container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden;
    padding-bottom: 0;
 
}

#contact_us .page-title{
  font-family: Helvetica black,sans-serif;
  font-size: 2rem;
  color: #263238;
  letter-spacing: .012rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 3.2rem;
  font-weight: bold;
}

#contact_us .c-tabs__headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contact_us .c-tabs-header.is-active{
  padding-bottom: 1.3rem;
  border-bottom: 0.4rem solid #263238;
}

#contact_us .c-tabs-header.is-active, #contact_us .c-tabs-header :hover {
  opacity: 1;
}

#contact_us .c-tabs-header {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .7rem .6rem 1.6rem;
  color: #263238;
  border-bottom: 0.1rem solid #263238;
  opacity: .24;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#contact_us .c-tabs-header__icon {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

#contact_us .c-tabs-header__icon>[class^=bi] {
  line-height: 0;
}

.icon-icon--envelope:before {
  content: "";
}

#contact_us .c-tabs-header__title{
  cursor: pointer;
  font-family:'Quicksand', sans-serif,bold;
  font-size: 2rem;
  font-weight: bold;
}

#contact_us .c-tabs-header__description {
  font-family: 'Quicksand', sans-serif,Bold;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

/* start of form*/
.contact_form{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -200px;
}
form{
  width: 100%;
}

.input-group{
  margin-bottom: 30px;
}


.input-group input,.input-group textarea{
  width: 100%;
  padding: 10px;
  outline: 0;
  border: 1px solid black;
  background: transparent;
  color: black;
  font-size: 15px;
}
.input-group textarea{
  resize: none;
}

label{
  font-size: 30px;
}

.button-form{
  background-color: #5CB8E4; /* Green */
  width: 100%;
  border: 5px solid #5CB8E4;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0px 2px 10px -1px rgb(0 0 / 19%);
  --webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  
}

.button-form:hover{
  color:black;
  background-color: transparent;
  border-color: #00ABB3;
}


.form-row{
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.form-row .input-group{
  flex-basis: 48%;
}

/*end of form*/

/*----------------------Find an Office-----------------*/

.c-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  /* flex-direction: column; */
  padding: 2.4rem;
  background: #f8f9fa;
  font-family: DIN regular,sans-serif;
  font-size: 1.8rem;
  color: #263238;
  line-height: 2rem;
  margin-bottom: 2.4rem;
  margin-top: -140px;
 
}

.c-location__information {
  margin-bottom: 2.4rem;
}

.c-location__label {
  font-family: DIN bold,sans-serif;
  font-size: 1.8rem;
  color: #e3000f;
  line-height: 2rem;
  margin-bottom: 1.6rem;
}

.c-location__name {
  font-family: DIN bold,sans-serif;
  font-size: 2rem;
  line-height: 2.6rem;
  margin-bottom: 2rem;
}

.c-location__phone {
  margin-bottom: 1.6rem;
  font-size: 20px;
}

.c-location__icon.bi-telephone-fill {
  top: -.1rem;
  font-size: 20px;
}

.c-location__icon {
  width: 2.2rem;
  font-size: 1.4rem;
  padding-right: .8rem;
  text-align: center;
  position: relative;
}

.c-location__email a, .c-location__phone a, .c-location__url a {
  color: #263238;
  text-decoration: underline;
}


.c-location__email {
  margin-bottom: 2rem;
  font-size: 20px;
}

.c-location__icon.bi-envelope-fill {
  top: .3rem;
}

.c-location__address {
width: 70%;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-location__address-text{
font-size: 18px;
}

.c-location__icon.bi-geo-alt-fill {
  font-size: 20px;
  top: .1rem;
}

.c-location__image{
width: 100%;
}

.c-location__image img{
  width: 100%;
}
.c-location__directions{
  width: 50%;
  display: flex;
  align-items: center;
}
.c-location__directions a{
  text-decoration: none;
}
.c-location__directions .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding: 0 1.6rem;
  cursor: pointer;
  font-family: DIN bold,sans-serif;
  font-size: 1rem;
  border: 1px solid #717171;
  border-radius: 5px;
  height: 2.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00ABB3;
  color: #fff;
  width: 100%;
}


/*------------------------Footer -------------------*/
footer a{
  text-decoration: none;
}

@keyframes moving{
    0%{
        left: -20px;
    }
    100%{
        left:100%;
    }
}

/*-----------end of footer

/*truck*/

.truck {
  padding-top: 90px;
}

.truck_img1 {
  width: 244px;
  height: 147px;
  position: relative;
  position: relative;
  -webkit-animation: myfirst 15s linear 0s infinite alternate;
  /* Safari 4.0 - 8.0 */
  animation: myfirst 15s linear 0s infinite alternate;
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes myfirst {
  0% {
       left: 0px;
       top: 0;
  }
  20% {
       left: 10%;
       top: 0;
  }
  40% {
       left: 20%;
       top: 0;
  }
  60% {
       left: 30%;
       top: 0;
  }
  80% {
       left: 40%;
       top: 0;
  }
  100% {
       left: 50%;
       top: 0;
  }
}

  /* Standard syntax */
  @keyframes myfirst {
    0% {
         left: 0px;
         top: 0;
    }
    20% {
         left: 10%;
         top: 0;
    }
    40% {
         left: 20%;
         top: 0;
    }
    60% {
         left: 30%;
         top: 0;
    }
    80% {
         left: 40%;
         top: 0;
    }
    100% {
         left: 50%;
         top: 0;
        
    }
}
/* end truck*/

/*-- About us page --*/

/*-- Title border --*/
.main-container .border-left {
  margin-bottom: 30px;
}

/*-- Banner --*/
.banner-area {
  position: relative;
  min-height: 300px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 58px;
  font-weight: 900;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
}

.banner-heading {
  text-align: center;
}

.breadcrumb {
  padding: 0;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
  color: #fff !important;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

/* Who we ARE */

.about_us{
  display: flex;
  align-items: center;
  padding: 20px;
}

.about_us .about_us_description .column-title{
  font-size: 20px;
  justify-content: center;
  align-items: center;
  text-align: justify;
}

.about_us p{
  text-align:justify;
}

.tab-pane p{
  text-align:justify;
}
/* Slideshow container */
.slide-about{
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.about_content img{
  width: 100%;
  border-radius: 30px;
  padding: 15px;
}

.arrow{
  cursor: pointer;
  position: relative;
  top: 80%;
  color: black;
  background-color: rgba(255,255,255,0.712);
  padding: 8px 18px;
  border-radius: 50%;
  font-size: 25px;
  font-weight: bold;
}


.next{
  /* right: 20px; */
  bottom: 50px;
}

.prev{
  bottom: 50px;
  /* left: 780px; */
}

.about_carousel .carousel-indicators{
  top:840px;
  left:800px;
}

.about_caption{
  color: white;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  bottom: 140px;
  margin-left: 200px;
  width: 30%;
  text-align: center;
  background-color: rgba(0,0,0,0.615);
}

.carousel-item .about_carousel_image img{
  border-radius: 30px;
}


h2{
	color: #1C1D21;
	font-family: "Open Sans";
	font-size: 1.5em;
	padding: 20px;
}


/* about_us_Counter
================================================== */

.about_us_counter-section{
  background-color:#000;
  padding: 2.5rem 0;
}

.about_us_counter-section h2{
  color: #fff;
  font-weight: bold;
}

.about_us_counter-section p{
  color: #ffb600;
  text-transform: uppercase;
}

.facts-wrapper {
  text-align: center;
}

.facts-wrapper .ts-facts {
  color: #fff;
}

.ts-facts .ts-facts-icon i {
  font-size: 42px;
  color: #ffb600;
}

.ts-facts .ts-facts-content .ts-facts-num {
  color: #fff;
  font-size: 44px;
  margin: 30px 0 20px;
}

.ts-facts .ts-facts-content .ts-facts-title {
  font-size: 16px;
  color: #ffb600;
  margin: 0;
}

/*-- Quality page --*/

#ts-team .text-center .section-title{
  font-size: 40px;
  font-weight: bold;
}
.team-slide .slick-slide {
  margin-left: 25px;
  padding-bottom: 60px;
}
.team-slide .slick-list {
  margin-left: -25px;
}
.team-slide .carousel-control {
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 0;
  background-color: #ddd;
  height: 37px;
  width: 37px;
  border-radius: 4px;
  transition: 0.3s;
  z-index: 6;
}

.team-slide .carousel-control:hover {
  background-color: #ffb600;
  color: #fff;
}
.team-slide .carousel-control.left {
  transform: translateX(calc(-50% - 25px));
}
.team-slide .carousel-control.right {
  transform: translateX(calc(-50% + 25px));
}
.team-slide .carousel-control.slick-disabled {
  opacity: 0.4;
}
.team-slide .carousel-control.slick-disabled:hover {
  background-color: #ddd;
  color: #000;
}

.ts-team-wrapper {
  position: relative;
  overflow: hidden;
}
.ts-team-wrapper .ts-team-content {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
  margin-top: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  transition: 350ms;
}

.team-img-wrapper{
  width: 100%;
  display: flex;
}

.team-slide{
  display: flex;
  gap: 20px;
}

.ts-team-wrapper .ts-name {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 3px;
  line-height: normal;
  color: #ffb600;
}
.ts-team-wrapper .ts-designation {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 700;
}
.ts-team-wrapper .team-social-icons a i {
  color: #fff;
  margin-right: 8px;
  text-align: center;
  transition: 400ms;
}
.ts-team-wrapper .team-social-icons a i:hover {
  color: hsl(43, 100%, 50%);
}

.ts-team-wrapper:hover .ts-team-content {
  top: 0;
  padding-top: 50px;
}

/* Hse */
/* p{
  text-align: justify;
} */
/*Leadership-team--------------------------------*/

.leadership_inner-service{
  flex: 1 1 300px;
}
.leadership_inner-service h2{
  padding: 1rem 0;
  font-size: 2rem;
}
.leadership_inner-service p{
  font-size: 1rem;
  margin-bottom: 25px;
}
.leadership_inner-service a{
  padding: 1rem 1.2rem;
  background: #fff;
  color: #222533;
  border-radius: 15px;

}
.leadership_inner-service a:hover{
  background: #222533;
  color: white;
}



/*=======================Mazada Consortium ltd=============*/
  /* Sidebar
================================================== */
.mazada_wrapper {
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-right: 20px;
}
.mazada_wrapper .wrapper_left {
  width: 400px;
  padding: 0 25px;
  display: flex;
  margin-top: 50px;
}

.wrapper_left ul{
  list-style: none;
  display: block;
  justify-content: space-around;
}

.wrapper_left ul li{
  background-color: gray;
  line-height: 30px;
  padding: 12px 8px;
  border: 0;
  margin-bottom: 8px;
  transition: 400ms;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}

.wrapper_left ul li:hover{
  background-color: yellow;
}

.wrapper_left ul li.active{
  background-color:green;
}

.wrapper_left ul li.active p {
  color: #fff;
}
.wrapper_left ul li.active:before {
  width: 100%;
  transition: all 0.2s ease;
}


.wrapper_left ul li p{
  color: #303030;
  font-size: 20px;
  text-align: center;
  position: relative;
}

.wrapper_left ul li:last-child {
  margin-bottom: 0;
}

.mazada_wrapper .wrapper_right {
  width: 100%;
  padding: 10px 2px;
  border: none;
}

.wrapper_right .item p{
  font-size: 15px;
  text-align:justify;
  font-weight:500;
}

.wrapper_right .item_info img{
  width: 900px;
  height: 400px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.wrapper_right .item_info p{
  font-weight: bold;
  font-size: 40px;
  text-align: center;

}

.wrapper_right .item_info p span{
  color: #00ABB3;
}

.list-arrow{
  padding: 0;
  list-style:none;
}

.list-arrow li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  margin-right: 10px;
  color: #ffb600;
  font-size: 16px;
  font-weight: bold;
}

/*---------------------End of Mazada Consortium-------------------*/

/*---------------------Equipment List-------------------*/
.list-group-item .checkbox{
  font-size: 5px;
}

.list-group-item {
  font-size: 5px;
}

.list-group-item label {
  font-size: 10px;
}

.equipment_body{
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: #f2f2f2;
  text-align: center;
}
.equipment_container{
  width: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.equipment_card{
  border-radius: 15px;
  height: 280px;
  max-width: 350px;
  margin: 0 20px;
  background: white;
  transition-timing-function: linear;
  transition: 2s ease all;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  margin-bottom: 100px;
}
.equipment_card:hover{
  height: 550px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
.equipment_card .equipment_img{
  height: 200px;
  width: 100%;
}
.equipment_card .equipment_img img{
  border-radius: 15px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.equipment_card .equipment_top-text{
  padding: 5px;
}
.equipment_card .equipment_top-text .equipment_name{
  font-size: 15px;
  font-weight: 800;
  color: #202020;
}

.equipment_card .equipment_top-text p{
  font-size: 20px;
  font-weight: 600;
  color: #e74c3c;
  line-height: 20px;
}
.equipment_card .equipment_bottom-text{
    border-radius: 20px;
  padding: 0 20px 10px 20px;
  margin-top: 5px;
  background: white;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.equipment_card .equipment_bottom-text span{
    color: #00ABB3;
    font-size: 14px;
  }
.equipment_card:hover .equipment_bottom-text{
  opacity: 1;
  visibility: visible;
}

.equipment_card .equipment_bottom-text .equipment_text{
  text-align: justify;
}
.equipment_card .equipment_bottom-text .equipment_btn{
  margin: 10px 0;
  text-align: left;
}

.equipment_card .equipment_bottom-text .equipment_btn a{
  text-decoration: none;
  background: #e74c3c;
  color: #f2f2f2;
  padding: 5px 8px;
  border-radius: 3px;
  display: inline-flex;
  transition: 0.2s;
}
.equipment_card .equipment_bottom-text .equipment_btn a:hover{
  transform: scale(0.9);
}

@media screen and (max-width: 978px) {
  .equipment_container{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .equipment_card{
    max-width: 700px;
    margin: 20px 0;
  }
}

/*---------------- Product----------------*/


.products{
  width: 100%;
  background: #fff;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 3px;
}

.products_top ul{
  width: 95%;
  height: 20px;
  display: flex;
  gap:20px;
  padding: 10px;
  margin-right: 20px;
}

.products_top ul li{
  width: 25%;
  height: 50px;
  padding: 0 20px;
  text-align: center;
  background: #dbe3eb;
  cursor: pointer;
  text-transform: uppercase;
  color: #8b9393;
  font-size: 15px;
  transition: all 0.3s ease;
  line-height: 15px;
  padding: 12px 8px;
  border: 0;
  margin-bottom: 8px;
  transition: 400ms;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  font-weight: bold;
}

.products_top ul li:hover{
    background-color: yellow;
  }
  
  .products_top ul li.active{
    background-color:green;
  }

  .products_top ul li.active p {
    color: #fff;
  }
  .products_top li.active:before {
    width: 100%;
    transition: all 0.2s ease;
  }

.products_top ul li:first-child{
  border-top-left-radius: 3px;
}

.products_top ul li:last-child{
  border-top-right-radius: 3px;
}

.products_top ul li img{
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 auto 3px;
}

.products_bottom{
  padding: 60px;
  border-radius: 3px;
}

.products_bottom img{
  width: 100%;
}

/*----------------Rental Fleet---------------*/


.rental_fleet div {
    z-index: 1;
}

.rental_fleet div::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px 2px 0 0;
    transition: .5s;
    z-index: -1;
}

.rental_fleet div:hover::after {
    width: 100%;
    background: #2878EB;
}

.rental_fleet * {
    transition: .5s;
}

.rental_fleet:hover * {
    color: #ECF4FF !important;
}



/*---------Heavy lifting & haulage----------*/

.promo-primary{
  position:relative;
}

@media only screen and (min-width:1200px){
  .promo-primary{
    width:calc(100% - 53px);
    padding-left:53px
  }
}
  .promo-primary .align-item{
    position:relative;
    top:-20px
  }

  .promo-primary span{
    display:inline-block;
    color:#fff;
    line-height:25px;
    font-weight:500;
    letter-spacing:-.050em;
    margin-bottom:12px
  }
  .promo-primary .title{
    color:#fff;
    font-size:36px;
    letter-spacing:-.050em;
    margin-bottom:0;
    position:relative
  }
  @media only screen and (min-width:768px){
    .promo-primary .title{
      font-size:42px
    }
  }
  @media only screen and (min-width:992px){
    .promo-primary .title{
      font-size:50px
    }
  }

  @media only screen and (min-width:1200px){
    .promo-primary .title{
      font-size:60px
    }
  }
  .promo-primary .title::after,
  .promo-primary .title::before{
    content:"";
    display:inline-block;
    height:4px;
    position:absolute;
    bottom:-36px
  }
  .promo-primary .title::before{
    width:67px;
    background-color:#0d73fc;
    left:0;
  }
  .promo-primary .title::after{width:19px;background-color:#b7b7b7;left:70px}.promo-primary .overlay{background-color:rgba(13,115,252,.2);z-index:1}.promo-primary .align-container{position:relative;height:320px;padding:80px 0;z-index:2}@media only screen and (min-width:992px){.promo-primary .align-container{height:390px;padding:100px 0}}.promo-primary--shop{min-height:250px;width:100%;padding:0}@media only screen and (min-width:992px){.promo-primary--shop{min-height:320px;padding:200px 0 50px 0}}.promo-primary--shop .align-container{height:250px;padding:50px 0}@media only screen and (min-width:992px){.promo-primary--shop .align-container{height:auto;padding:0}}.promo-primary--shop .align-item{top:0}.promo-primary--shop span{color:#25272a}.promo-primary--shop .title{color:#fff}.promo-primary--shop .title::after,.promo-primary--shop .title::before{display:none}.about-welcome{position:relative}@media only screen and (min-width:1200px){.about-welcome::before{content:"";display:block;position:absolute;width:41%;height:65%;top:0;left:0;background-color:#fafafa}}
.about-welcome{position:relative}@media only screen and (min-width:1200px){.about-welcome::before{content:"";display:block;position:absolute;width:41%;height:65%;top:0;left:0;background-color:#fafafa}}@media only screen and (min-width:1600px){.about-welcome::before{width:43%}}.about-welcome .title-block{background-color:#0d73fc;position:relative;padding:30px 75px 30px 15px;margin-bottom:40px}@media only screen and (min-width:576px){.about-welcome .title-block{padding:40px 70px 40px 30px}}@media only screen and (min-width:768px){.about-welcome .title-block{padding:80px 30px 80px 65px}}@media only screen and (min-width:992px){.about-welcome .title-block{padding:99px 30px 119px 65px;margin-bottom:30px}}.about-welcome .title-block span{display:inline-block;color:#6ca8f8;font-size:13px;font-weight:500;line-height:27px;text-transform:uppercase;margin-bottom:13px}.about-welcome .title-block .title{color:#fff;font-size:30px;line-height:40px}@media only screen and (min-width:576px){.about-welcome .title-block .title{font-size:36px;line-height:46px}}@media only screen and (min-width:768px){.about-welcome .title-block .title{font-size:40px;line-height:50px}}.about-welcome .title-block .icon-holder{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#424242;height:90px;width:85px;right:-15px;bottom:-15px}@media only screen and (min-width:768px){.about-welcome .title-block .icon-holder{height:147px;width:131px;bottom:-32px;right:-31px}}.about-welcome .title-block .icon-holder .icon{font-size:45px;fill:#fff}.about-welcome .description .title{letter-spacing:-.050em;margin-bottom:23px}.about-welcome .brands-slider{margin-top:70px}.about-welcome--style-2::before{display:none}.about-welcome--style-3::before{display:none}.about-welcome--style-3 .heading{text-align:left;max-width:100%;margin-bottom:20px}.about-welcome--style-3 .counter-block{margin-bottom:50px}.about-welcome--style-3 .counter-holder{margin-top:50px;padding:60px 0 0 0;-webkit-box-shadow:0 3px 15px 2px rgba(0,0,0,.05);box-shadow:0 3px 15px 2px rgba(0,0,0,.05)}@media only screen and (min-width:768px){.about-welcome--style-3 .counter-holder{margin-top:63px;padding:84px 0 13px 0}}.about-welcome--style-3 .description .with--line{margin-top:20px}.video-section{position:relative}@media only screen and (min-width:1200px){.video-section::before{content:"";background-color:#fafafa;width:50%;height:70%;position:absolute;bottom:0;right:0;z-index:-1}}.video-section .img-holder{position:relative;height:320px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width:768px){.video-section .img-holder{height:450px}}@media only screen and (min-width:992px){.video-section .img-holder{height:550px}}


/*---------Apply for this jon---------*/



.apply_btn{
  width: 240px;
  height: 40px;
  padding: 10px;
  margin-left: 100px;
  margin-top: 30px;
}

.apply_content_wrapper{
  min-height: 100%;
}

.apply_content{
  min-height: 100%;
  position: relative;
  width: 100%;
}

.apply_container_tab{
  margin-top: 200px;
  padding: 10px;
}

.apply_container_body{
  padding: 0 30px;
  width: 100%;
}

.apply_container_body_tab{
  padding: 20px 0;
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1080px;
}