@font-face {
    font-family: "bold";
    src: url(../fonts/bold.ttf);
  }
  @font-face {
    font-family: "light";
    src: url(../fonts/light.ttf);
  }
  @font-face {
    font-family: "regular";
    src: url(../fonts/regular.ttf);
  }
  :root {
    --gray-color :#6B7280;
    --light-gray:#b2b1b1;
    --black-color : #111827;
    --sec-bg :#FEF2F2;
    --black-color-2 : #0F172A;
    --dark-gray :#232F3E ;
    --bg-gray: #F5F5F5;
    --white-color: #fff;
    --sec-orange : #FFF7ED;
    --red-color: #e61d30
  }
  
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "regular";
  }
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  h2{
    font-size: 32px;
    margin-bottom: 32px;
    font-weight: 800;
  }
  a:hover{
    text-decoration: none;
  }
  .main-padding{
    padding:  40px 0;
  }
  /* start header */
.header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: var(--white-color);
  color: #000;
}
.header .navbar-toggler img{
  width: 50px;
}
.header .navbar-toggler:focus-visible,
.header .navbar-toggler:focus{
  border: 0;
  box-shadow: none;
  outline: 0;
}
.header .navbar-toggler span{
  width: 42px;
  height: 4px;
  transition: 0.3s;
  background-color: #000;
  display: block;
  margin-bottom: 7px;
}
.header .dropdown-toggle,
.header .nav-link{
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 10px;
  position: relative;
}
.header .dropdown-toggle:focus-visible{
  outline: 0;
}
.dropdown-toggle::after{
  display: none;
}
.header .dropdown-toggle::before,
.header .nav-link::before{
  content: '';
    position: absolute;
    width: 90%;
    height: 2px;
    background: var(--red-color) !important;
    left: 5%;
    bottom: 0;
    transform: scale(0);
    transition: 0.3s;
}
.header .active.dropdown-toggle::before,
.header .active.nav-link::before,
.header .dropdown-toggle:hover::before,
.header .nav-link:hover::before
{
  transform: scale(1);
}
.header .dropdown-menu{
  width: 230px;
  top: 40px;
  border: 0;
  box-shadow: 0px 1px 3px 1px #d0d0d0;
  padding: 0;
}
.header .dropdown-item{
  border-bottom: 1px solid #ccc;
  padding: 10px;
  text-transform: uppercase;
}
.dropdown-item:focus, .dropdown-item:hover{
  color: var(--red-color);
  background-color: #fff;
}
/* .header .dropdown-menu */
.med-overflow {
  height: 100%;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  z-index: 100;
}
.overflow-y {
  overflow-y: hidden;
}
.st-menu {
  padding:20px ;
}
.navbar-brand img {
  width: 170px;
  max-width: 100%;
}
.st-menu form {
  width:100%;
}

.st-menu .navbar-nav{
  justify-content: center;
  align-items: center;
}
.toggle-search{
  padding: 0;
  margin: 0 10px;
  background-color: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.header-search{
  transform: translateY(-100px);
  transition: 0.3s;
}
.header-search.active{
  transform:  translateY(0);
}

.upper-footer{
  background-color: #000;
  padding: 50px 0 20px;
}
.lower-footer{
  padding: 30px 0;
  background-color: var(--red-color);
}
.lower-footer p{
  color: #000;
  text-align: center;
}
footer ul{
  margin: 35px 0;
}
footer ul li, footer ul a{
  text-transform: capitalize;
}
footer p,
footer li{
  margin-bottom: 10px ;
  color: #fff;
}
footer a{
 color: #b6b6b6;
 text-decoration: none;
}

.sec-list li{
  position: relative;
  padding-left: 12px;
}
.sec-list li::before{
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: 8px;
  background-color: #fff;
}
.contact .social,
footer .social {
  display: flex;
}
.contact .social a,
footer .social a{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 10px;
  background-color: #fff;
  line-height: 50px;
  text-align: center;
}
.contact .social a{
  border: 1px solid #ccc;
}
.contact .social img,
footer .social img{
  width: 25px;
  opacity: 0.5;
}
footer h3{
  color: var(--red-color);
}

 .main-banner{
  background-image: url(../img/home/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 50%;
   height: 85vh;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   position: relative;
 }
 .main-banner .over-layer{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-image: linear-gradient(135deg,#000000db, #ffffff00);
 }
 .main-banner h1{
   font-weight: bold;
 }
 .main-banner h1,
 .main-banner p,
 .main-banner a{
   z-index: 9;
 }
 .main-banner h1,
 .main-banner p{
   color: #fff;
 }
 .main-banner p{
   max-width: 500px;
   text-align: center;
 }
  .main-carousel .carousel-inner{
    height: 415px;
    max-height: 100vh;
    background: #ccc;
  }
 .main-carousel  .carousel-item {
   position: relative;
 }
 .main-carousel  .carousel-item img{
   min-width: 100%;
   min-height: 100%;
 }
 .main-carousel .carousel-item .content{
  background: transparent;
    position: absolute;
    top: 50%;
    left: 10%;
    max-width: 400px;
    transform: translateY(-50%);
    z-index: 3;
 }
 .main-carousel .carousel-item .content h2,
 .main-carousel .carousel-item .content p{
   color:#fff
 }
 .l-card-caption,
 .card-caption{
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
 }
 .card-caption h2, .l-card-caption h2{
   font-weight: bold;
 }
 .card-caption h4, .l-card-caption h4,
 .card-caption h2, .l-card-caption h2{
   text-transform: uppercase;
 }
 .l-card-caption {
   text-align: left;
 }
.l-card-caption p,
 .card-caption p{
   color: var(--light-gray);
  font-size: 17px;
  text-transform: capitalize;
  line-height: 30px;
  letter-spacing: 1px;
 }
 .history-list li{
  margin-bottom: 13px;
  background-color: var(--red-color);
  color: #fff;
  font-size: 13px;
  padding: 5px 10px ;
  position: relative;
 }
 .promotional{
  min-height: 100vh;
  padding: 50px 0 0 0;
  position: relative;
  overflow: hidden;
}
.promotional::after{
  position: absolute;
    content: '';
    height: 130px;
    width: 120%;
    bottom: 0;
    left: 0;
    background-color: var(--red-color);
    z-index: -1;
    transform: rotate(35deg) translateX(-25%);
}
.promotional .h1{
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 2pt;
}
.promotional-caption{
  max-width: 600px;
  margin: 20px auto 20px;
  text-align: center;
}
.promotional-caption p{
  color: var(--light-gray);
  font-size: 17px;
  text-transform: capitalize;
  line-height: 30px;
  letter-spacing: 2px;
}
.promotional-card-wrapper {
  padding: 20px 0;
}
.promotional-card{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonial {
  max-width: 850px;
  padding: 20px 0 40px;
}
.testimonial p{
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}
.testimonial q{
  color: var(--light-gray);
  display: block;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.hide-x{
  overflow: hidden;
}
.border-x{
  border: 1px solid #b2b1b14a;
  border-top: 0;
  border-bottom: 0;
}
.promotional-card img{
  max-width: 120px;
  margin-bottom: 15px;
}
.promotional-card h4,
.promotional-card h3{
  margin: 9px 0 14px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1pt;
  line-height: 48px;
  text-align: center;
}
.promotional-card h4{
  font-size: 17px;
}
.promotional-card p {
  letter-spacing: 1px;
  color: var(--light-gray);
  text-align: center;
 }
  .to-details{
   position: relative;
   color: #000;
   text-decoration: none;
   font-weight: bold;
   text-transform: uppercase;
   letter-spacing: 1px;
 }
  .to-details::after{
   content: ">";
   position: absolute;
  top: 0;
  right: -15px;
 }
 .product-img{
   max-width: 100%;
 }
 .product-img img{
   width: 100%;
   height: 100%;
 }
.catalouge-img {
  display: block;
  margin-left: auto;
  max-width: 95%;
 }
 .catalouge-card{
   display: flex;
   flex-direction: column;
   align-items: center;
 }
 .corporate-program{
   height: 500px;
   display: flex;
   justify-content: center;
   align-items: center;
   background-image: url(../img/home/corporate-bg.jpg);
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  background-position: 50% 50%;
 }
 .corporate-card .main-btn{ 
   margin: 0 auto;
 }
 .corporate-card .h1{
  text-align: center;
  color: #fff;
 }
 .corporate-card p {
  color: var(--light-gray);
  max-width: 650px;
  text-align: center;
 }
 .visit{
   padding: 25px 0;
 }
 .l-red-bottom,
.red-bottom{
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.l-red-bottom::after,
.red-bottom::after{
  content:'';
  position: absolute;
  width: 150px;
  height: 3px;
  background: var(--red-color);
  bottom: -20px;
  transform: translateX(-50%);
  left: 50%;
}
.l-red-bottom::after{
  transform: translateX(0);
  left: 0;

}
.main-btn-2,
.sec-btn,
.main-btn{
  width: 180px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.2s;
  font-weight: bold;
}
.main-btn{
  color: #fff;
  background: #cccccc98;
  border: 3px solid #fff;
}
.sec-btn{
  background-color: #fff;
  color: #000;
  border: 3px solid #000;
}
.main-btn-2{
  color: #000;
  background-color: var(--red-color);
  border: 2px solid var(--red-color);
}
.sec-btn:hover,
.main-btn:hover{
  background-color: var(--red-color);
  color: #fff;
  text-decoration: none;
}
.main-btn-2:hover{
  background-color: transparent;
  color: #fff;
}
.contact input ,
.contact textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 17px;
  border: 1px solid #e9e9e9;
 }
 .contact textarea {
   min-height: 200px;
 }
 .contact form{
   margin-bottom: 30px;
 }
 .contact iframe{
   width: 100%;
 }
  .main-carousel .carousel-control-prev-icon,
  .main-carousel .carousel-control-next-icon{
    padding: 15px;
    position: relative;
    border-radius: 5px;
  }
  .main-carousel .carousel-control-prev-icon::after,
  .main-carousel .carousel-control-next-icon::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 20px;
  }
  .scroll-to-top{
    position: fixed;
    right: 4%;
    bottom: 10%;
  }
  .scroll-top{
    display: none;
    width: 45px;
    height: 45px;
    border: 3px solid red;
    color: red;
    border-radius: 50%;
    background: transparent;
    font-size: 22px;
    font-weight: bolder;
  }
  .more-details-link{
    padding: 15px 0;
  }
  .more-details-link img{
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
  }
@media screen and (max-width: 1200px) {
  .st-menu .navbar-nav{
    justify-content: space-around;
  }
  .header .dropdown-toggle,
  .header .nav-link{
    font-size: 14px;
    padding: 0 !important;
  }


}
@media screen and (min-width: 992px) {
  
}
@media screen and (max-width: 991px) {
    .toggle-search{
      display: none;
    }
    .header-search{
      transform:  translateY(0);
    }
    .navbar-brand img{
      width: 100px;
      display: block;
      margin-bottom: 20px;
    }
    .st-menu{
      padding: 0;
    }
    .st-menu .navbar-nav{
      align-items: flex-start;
    }
    .header.med-overflow .navbar-toggler span{
      width: 38px;
    }
    .header.med-overflow .navbar-toggler span:first-of-type{
      transform: rotate(45deg) translate(10px, 10px);
    }
    .header.med-overflow .navbar-toggler span:nth-last-of-type(2){
      opacity: 0;
    }
    .header.med-overflow .navbar-toggler span:last-of-type{
      transform: rotate(-45deg) translate(5px, -6px);
    }
    .header{
      padding: 15px 0;
    }
    .header .nav-item{
      margin:0 0 15px !important;
    } 
    .st-menu, .nd-menu{
      padding-top: 0;
      padding-bottom: 0;
    }
    .st-menu form{
      max-width: 350px;
      margin: 10px 0;
    }
    .header .nav-item{
      width: 100%;
    }
    .header .dropdown-item{
      border-bottom: 0;

    }
    .header .dropdown-menu{
      width: 100%;
      box-shadow: none;

    }
    .header .dropdown-toggle::before,
    .header .nav-link::before{
    width: 150px;
    left: 0;
    transform-origin: 0;
    }
    .main-carousel .carousel-inner{
      height: 300px;
    }
    .sec-btn, .main-btn {
      width: 150px;
      height: 50px;
      font-size: 14px;
      font-weight: 100;
    }
  .testimonial p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    padding: 0 5%;
    }
    .testimonial q {
      color: #979797;
      font-weight: 500;
  }
    .h1, h1 {
      font-size: 24px;
    }
    .h2, h2 {
      font-size: 22px;
    }
    .h3, h3{
      font-size: 20px;
    }
    .l-card-caption p, .card-caption p{
      font-size: 15px;
      line-height: 25px;
    }
    footer ul {
      margin: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .promotional-card img {
    max-width: 90px;
    margin-bottom: 5px;
}
  .promotional::after{
    width: 185%;
  }
  .h1, h1 {
    font-size: 20px;
  }

  .promotional-card h4, .promotional-card h3,
  .h2, h2 {
    font-size: 18px;
  }
  .h4, h4,
  .h3, h3{
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
 
}
  
@media screen and (max-width: 575px) {
  .promotional-card {
    border-bottom: 2px solid #eee;
    padding-bottom: 17px
  }
  .main-banner {
    height: 65vh;
  }
    .more-details-link img{
      max-width: 100px;
    }
}
  