@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "HighVoltage";
  src: url("../fonts/HighVoltage Rough.ttf");
  font-weight: 400;
}
body {
  font-family: "Montserrat";
  color: #000000;
}
.blue-bg {
  background-color: #011e6e;
}
a {
  color: #1e1e1e;
  text-decoration: none;
}
a:hover {
  color: #e76668;
  text-decoration: none;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-50 {
  margin-top: 50px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HighVoltage";
}
.brand-btn {
  background: #1e1e1e;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  display: inline-block;
  font-family: "Montserrat";
  border-radius: 8px;
}
.whatsapp-btn {
  background: #25d366;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  display: inline-block;
  font-family: "Montserrat";
  border-radius: 8px;
}
.whatsapp-btn i {
  font-size: 24px;
  line-height: 5px;
  position: relative;
  top: 4px;
}
.whatsapp-btn:hover {
  background: #25d366;
  color: #fff;
  opacity: 0.7;
}
.btn-login .nav-link {
  background: #1e1e1e;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  display: inline-block;
  border-radius: 8px;
  height: auto !important;
}
.btn-login .nav-link:after {
  display: none;
}
.btn-login .nav-link:hover {
  background-color: #fff;
  color: #1e1e1e;
}
.brand-btn i {
  font-size: 24px;
  line-height: 5px;
  position: relative;
  top: 4px;
}
.brand-btn:hover {
  background: #3a3a3a;
  color: #fff;
  opacity: 0.7;
}
.page__banner {
  background-color: #1e1e1e;
  background-position: center bottom;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0 0;
  height: 340px;
  position: relative;
  box-shadow: 0 1px 0 0 #fff;
}
.page__banner .header-wrapper {
  text-align: center;
}
.page__banner::before {
  background-color: transparent;
  background-image: linear-gradient(180deg, #1e1e1e 0%, #1e1e1e 100%);
  display: block;
  position: absolute;
  mix-blend-mode: initial;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.entry-header .entry-title {
  line-height: 36;
  font-family: "HighVoltage";
  color: #fff;
  font-size: 36px;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}
.member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.member-img {
  position: relative;
  overflow: hidden;
}
.member-img .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: none repeat scroll 0 0 rgba(244, 244, 244, 0.5);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 8px;
}
.member-img a {
  overflow: hidden;
  position: relative;
  display: block;
}
.member-img a:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.member-img img {
  object-fit: cover;
  object-position: center;
  height: 180px;
  width: 100%;
}
.member .member-info {
  padding: 15px;
  text-align: center;
}
.frame-btn {
  font-size: 15px;
  display: inline-block;
  padding: 12px 30px;
  transition: 0.5s;
  border: 1px solid transparent;
  color: #121212;
  font-family: "Montserrat";
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fff;
  border-radius: 8px;
}
.frame-btn:hover {
  border: 1px solid transparent;
  background-color: #121212;
  color: #fff;
}
.w-btn {
  margin-left: 20px;
}
.group-btn {
  margin-top: 30px;
}
.group-btn table {
  border-collapse: collapse;
}
.group-btn table,
.group-btn td,
.group-btn th {
  border: none;
}
.fixed-banner-msg p,
.fixed-banner-call p {
  opacity: 0;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  position: absolute;
  left: 0;
  margin: 0;
}
.fixed-banner-msg {
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.4);
  display: inline-block;
  height: 45px;
  position: fixed;
  right: 10px;
  text-align: center;
  top: 185px;
  width: 45px;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fixed-banner-msg p {
  font-size: 14px;
}
.fixed-banner-msg p span {
  display: block;
}
.fixed-banner-msg:hover {
  width: 250px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.accordion-button:focus {
  box-shadow: none;
}
.fixed-banner-call {
  background-color: #1e1e1e;
  border-radius: 50px;
  box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.4);
  display: inline-block;
  height: 45px;
  position: fixed;
  right: 10px;
  text-align: center;
  top: 245px;
  width: 45px;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fixed-banner-call p {
  font-size: 14px;
}
.fixed-banner-call p span {
  display: block;
}
.fixed-banner-call:hover {
  width: 250px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fixed-banner-msg:hover p {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #111;
  left: 60px;
  text-align: left;
}
.fixed-banner-call:hover p {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
  left: 60px;
  text-align: left;
}
.fixed-bottom-chat:hover .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: rotate(360deg);
}
.fixed-banner-msg .fa {
  color: #1e1e1e;
  font-size: 20px;
  padding: 7px 0;
  position: absolute;
  left: 13px;
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fixed-banner-msg:hover .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: rotate(360deg);
  left: 22px;
}
.fixed-banner-call .fa {
  color: #fff;
  font-size: 20px;
  padding: 7px 0;
  position: absolute;
  left: 13px;
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fixed-banner-call:hover .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: rotate(360deg);
  left: 22px;
}
.fixed-banner-msg p span:nth-child(1),
.fixed-banner-call p span:nth-child(1) {
  font-weight: 600;
}
.member .member-info h4 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 16px;
  color: #151515;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper-button-next,
.swiper-button-prev {
  position: initial;
  margin-top: 0;
}
.swiper-grid .read_more {
  font-size: 16px;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  color: #333;
  border-radius: 5px;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  outline: none;
  transition: 0.3s ease all;
  position: relative;
}
.swiper-grid .read_more:hover {
  color: #1e1e1e;
}
.swiper-grid .read_more span:after {
  position: absolute;
  display: block;
  content: "";
  background: #1e1e1e;
  height: 2px;
  left: 0rem;
  right: 0;
  opacity: 1;
  top: auto;
  bottom: 0em;
  z-index: 1;
  transform: scaleX(1);
  transform-origin: left;
  transition: 0.3s ease transform;
  pointer-events: none;
}
.swiper-grid .read_more:hover span:after {
  transform: scaleX(0);
  transform-origin: right;
}
.swiper-flex {
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
}
.featured-products .service-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Creates 3 equal columns */
  gap: 20px;
}
.service-slider .service-box {
  border-radius: 8px;
  background-color: #fff;
  padding: 30px 20px;
  transition: all 0.3s;
  box-shadow: 0 5px 15px #00000008;
  height: 270px;
}
.service-slider .service-box:hover {
  transform: translateY(-10px);
}
.service-slider .service-box .img img {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  object-fit: contain;
}
.service-slider .service-box h5 {
  font-weight: 700;
  margin: 10px 0;
  font-size: 20px;
  font-family: "Montserrat";
}
.service-slider .service-box h5 {
  color: #000;
  line-height: 31px;
}
.service-slider .service-box p {
  color: #000;
}
.service-slider .service-box p {
  display: flex;
  align-items: center;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1e1e1e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #e28b00;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-40 {
  margin-left: 38.4%;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header .logo-white {
  display: none;
}
#header .logo-black {
  display: block;
}
#header .mobile-nav-toggle {
  color: #fff;
}
#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background: #1e1e1e;
}
#header.header-scrolled .logo-white {
  display: none;
}
#header.header-scrolled .mobile-nav-toggle {
  color: #fff;
}
#header.header-scrolled .logo-black {
  display: block !important;
  width: 100px;
}
#header.header-scrolled .navbar li > a,
#header.header-scrolled .navbar li > a:focus {
  height: 60px;
}
#header.header-scrolled .navbar li > a:after,
#header.header-scrolled .navbar li > a:focus:after {
  height: 60px;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #fff;
}
#header .logo a span {
  color: #1e1e1e;
}
#header .logo img {
  width: 165px;
  height: auto;
  display: block;
}
#header {
  background-color: rgba(255, 255, 255, 0.26);
}
#header .navbar li > a,
#header .navbar li > a:focus {
  position: relative;
  z-index: 2;
  padding-inline: 22px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid transparent;
}
#header .navbar li > a:after,
#header .navbar li > a:focus:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 88px;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 0;
  z-index: -1;
}
#header .navbar li > a:hover,
#header .navbar li.current-menu-item > a,
#header .navbar li:hover > a {
  border-bottom: 1px solid #fff;
}
#header .navbar li > a:hover:after,
#header .navbar li.current-menu-item > a:after,
#header .navbar li:hover > a:after {
  opacity: 0.25;
}
#header .btn-login.current-menu-item a {
  background: #1e1e1e;
  color: #fff;
  border: none !important;
}
#header .logo-white {
  display: block;
}
#header .logo-black {
  display: none !important;
}
#header .mobile-nav-toggle {
  color: #fff;
}
#header .dropdown ul a {
  color: #111111;
}
.page-header {
  background-color: #000 !important;
}
/*--------------------------------------------------------------
# Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  margin-left: 30px;
  background: #1e1e1e;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.get-started-btn:hover {
  background: #111111;
  color: #fff;
}
@media (max-width: 992px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin-left: 5px;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 8px 16px #58a9d052;
  border-radius: 5px;
  transition: 0.3s;
  min-width: 245px;
  padding: 12px 16px;
}
.dropdown-toggle::after {
  margin-left: 0;
}
#header .navbar .dropdown ul a {
  color: #111111 !important;
  margin: 0;
  width: auto;
  color: #000;
  font-size: 15px;
  height: auto;
  justify-content: start;
  padding: 10px 4px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #122ebf5e;
}
#header .navbar .dropdown ul a::after {
  display: none;
}
#header .navbar .dropdown ul a:hover {
  border-bottom: 1px solid #1e1e1e;
  color: #1e1e1e !important;
  background-color: transparent !important;
}
#header .navbar .dropdown li:last-of-type a {
  border-bottom: none;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #1e1e1e !important;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #111111;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #1e1e1e;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #1e1e1e;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #1e1e1e;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
.product-slider-home .swiper-grid {
  margin-top: 30px;
}
.basic-product .product-detail {
  margin-top: 15px;
}
.basic-product .product-detail .product-title {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
  transition: all 0.3s ease;
  font-family: "Montserrat";
}
.basic-product .product-detail .product-title:hover {
  color: var(--theme-color);
}
.basic-product .product-detail h6 {
  font-weight: 500;
  font-size: 14px;
  color: #666;
  font-family: "Montserrat";
  margin-bottom: 0;
}
.basic-product .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  display: block;
}
.basic-product .img-wrapper img {
  transition: all 0.5s ease;
  transform: scale(1);
}
.basic-product .img-wrapper:hover img {
  transform: scale(1.1);
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../images/image1.jpeg") top center;
  background-size: cover;
  position: relative;
  padding: 50px 0;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 10px;
  justify-content: center;
}
#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 9;
  right: 0;
}
#hero .container {
  position: relative;
  text-align: center;
}
#hero h1 {
  margin: 0;
  color: #fff;
  font-family: "HighVoltage";
  font-size: 52px;
  text-transform: uppercase;
}
#hero h1 span {
  color: #1e1e1e;
}
#hero h5 {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.54);
  margin-bottom: 15px;
  text-transform: uppercase;
}
#hero p {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.63);
  font-family: "Montserrat";
}
#hero .icon-box {
  padding: 15px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
  cursor: pointer;
}
#hero .icon-box img {
  width: 40px;
  height: 40px;
}
#hero .icon-box h3 {
  font-weight: 500;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 14px;
  line-height: 22px;
}
#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}
#hero .icon-box h3 a:hover {
  color: #1e1e1e;
}
#hero .icon-box:hover {
  border-color: #1e1e1e;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (min-width: 767px) {
  .c-col {
    text-align: center;
  }
}
.video-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  /* Adjust the height to fit the window screen */
  overflow: hidden;
}
.video-banner video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.video-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 9;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5%;
  background-color: rgba(0, 0, 0, 0.4);
  /* Adjust the overlay color and transparency as needed */
}
.layout-wrapper {
  text-align: left;
  max-width: 780px;
}
.product-slider-container {
  padding-right: 30px;
}
.product-slider-container .products-gallery2 {
  margin-bottom: 10px;
}
.product-slider-container .swiper-slide {
  cursor: pointer;
}
.product-slider-container .swiper-slide-thumb-active {
  border: 2px solid #2c2c2c;
}
.product-slider-container .swiper-slide img {
  width: 100%;
  height: auto;
}
.product-slider-container .products-gallery {
  padding: 10px 0;
}
.product-slider-container .products-gallery img {
  object-fit: cover;
  height: 100px;
}
.product-slider-container .swiper-button-next,
.product-slider-container .swiper-button-prev {
  color: #2c2c2c;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}
.section-padding {
  padding-top: 0;
  padding-bottom: 60px;
}
.section-margin {
  margin-bottom: 60px;
}
.section-title-second h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
  color: #000;
  position: relative;
}
.section-title-second h2::after {
  margin-top: 20px;
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #1e1e1e;
}
.section-title {
  text-align: left;
  padding-bottom: 25px;
  position: relative;
}
.section-title h2 {
  font-size: 36px;
  font-family: "HighVoltage";
  color: #000;
  position: relative;
  text-transform: uppercase;
}
.section-title h2 .red-text {
  color: #1e1e1e;
}
.section-name h2 {
  font-size: 36px;
  font-family: "HighVoltage";
  text-transform: capitalize;
  position: relative;
  color: #000;
  text-transform: uppercase;
}
.section-name h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.section-title p {
  margin-bottom: 0;
}
.section-bg {
  background-color: #f7f8ff;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 30px 0;
  background-color: #f7f8ff;
  margin-top: 82px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol a {
  color: #000;
}
.breadcrumbs ol a:hover {
  color: #1e1e1e;
  transition: 0.3s;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #1e1e1e;
  content: "/";
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 0;
}
.our-groups .group-wrapper {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-column-gap: 30px;
  justify-content: center;
}
.our-groups .group-wrapper .grid-item {
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.our-groups .group-wrapper .grid-item .brand-btn {
  font-size: 14px;
  padding: 6px 12px;
  background: #1b1a20;
  border-color: #1b1a20;
}
.our-groups .group-wrapper .grid-item .brand-btn:hover {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.our-groups .group-wrapper .grid-item .w_wraper {
  background-color: #fff;
  padding: 30px 20px;
  box-shadow: 0 4px 8px 0 rgba(223, 223, 223, 0.2), 0 6px 20px 0 rgba(223, 223, 223, 0.19);
  border-radius: 8px;
  margin-bottom: 20px;
}
.our-groups .group-wrapper .grid-item .description {
  text-align: center;
  margin-top: 12px;
}
.our-groups .group-wrapper .grid-item:hover {
  transition: all 0.3s;
  transform: translateY(50px);
}
.our-groups .group-wrapper .grid-item:hover .brand-btn {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.our-groups .grid-item img {
  max-width: 120px;
  margin: 0 auto;
  display: block;
}
.slider-box-wrap {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 30px;
}
.slider-box-wrap .img-right img {
  border-radius: 10px;
  width: 100%;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.pr-40 {
  padding-right: 30px;
}
.pl-40 {
  padding-left: 30px;
}
.about-info h2 {
  color: #2c2c2c;
  margin-bottom: 10px;
}
.about-img {
  position: relative;
  margin-top: 15px;
}
.about__img {
  position: relative;
  z-index: 99;
}
.about-img-left {
  position: relative;
}
.about-img-left::after {
  position: absolute;
  content: "";
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 143px;
  height: 143px;
  background-image: url(../images/shape-2.png);
  background-size: cover;
  z-index: -1;
}
.about-img-left img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 5px;
}
.about-row-wrapper .grid-item-row {
  display: grid;
  border-radius: 10px;
}
.about-row-wrapper .grid-item-row .row-img {
  position: relative;
  border-radius: 10px;
}
.about-row-wrapper .grid-one {
  grid-template-columns: 60% 40%;
}
.about-row-wrapper .grid-one .row-dis {
  padding-right: 30px;
}
.about-row-wrapper .grid-two {
  grid-template-columns: 40% 60%;
}
.about-row-wrapper .grid-two .row-dis {
  padding-left: 30px;
}
.timeline-wrapper {
  padding-top: 0;
}
.contact__page .form__wrapper {
  max-width: 920px;
  margin: 0 auto;
}
.contact__page .contact-dtls {
  font-size: 16px;
  color: #1b1a20;
  font-weight: 500;
}
.map-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  background-color: transparent;
}
.map-wrapper .gmap {
  height: 450px;
  width: 100%;
  border-radius: 10px;
}
/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #1e1e1e;
}
.timeline ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-btn {
  text-align: center;
  margin-top: 30px;
}
.contact-btn .ico-wrp {
  background-color: #1e1e1e;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.contact-btn a {
  color: #1b1a20;
  font-size: 16px;
}
.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 2px;
  margin: 0 auto;
  padding-top: 50px;
  background: #939395;
}
.timeline ul li h5 {
  color: #1b1a20;
  font-weight: 700;
  font-size: 16px;
}
.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: inherit;
}
.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #fff;
}
.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline ul li:nth-child(odd) div {
  left: 45px;
}
.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #fff transparent transparent;
}
.timeline ul li:nth-child(even) div {
  left: -439px;
}
.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #fff;
}
/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}
.timeline ul li.in-view::after {
  background: #1e1e1e;
}
.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}
.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}
.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}
.no-result {
  text-align: center;
}
.no-result .image {
  margin-bottom: 30px;
}
.no-result .image img {
  max-width: 150px;
  margin: 0 auto;
}
/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}
.timeline p {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #fff transparent transparent;
  }
}
.heading6 {
  font-size: 18px;
  font-weight: 500;
  color: #1b1a20;
}
@keyframes slideOutBackground {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
    opacity: 1;
  }
  100% {
    width: 0;
    right: 0;
    opacity: 1;
  }
}
@keyframes fadeInImage {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}
.group-address {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
.group-address .grid-address {
  background-color: #fff;
  text-align: center;
  transition: all 0.4s;
  background: #f3f7fb 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 16px #102f8414;
  border-radius: 5px 5px 0px 0px;
  padding: 30px 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.group-address .grid-address .c-icon {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  color: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  background-color: #fff;
  margin: 0 auto 14px;
}
.group-address .grid-address .c-icon i {
  font-size: 36px;
}
.group-address .grid-address h4 {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 600;
}
.outer-about img {
  border-radius: 8px;
}
.about .container {
  position: relative;
  z-index: 10;
}
.about .content {
  padding: 30px 30px 30px 0;
}
.about .content h3 {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 30px;
}
.about .content p {
  margin-bottom: 30px;
}
.about .content .about-btn {
  padding: 8px 30px 9px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #1e1e1e;
}
.about .content .about-btn i {
  font-size: 16px;
  padding-left: 5px;
}
.about .content .about-btn:hover {
  background: #e35052;
  background: #1e1e1e;
}
.about .icon-boxes .icon-box {
  margin-top: 30px;
}
.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1e1e1e;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
.experience-wrapper {
  padding-right: 50px;
}
.layout-image-area .bottom-images img {
  object-fit: cover;
  height: 210px;
  object-position: center;
}
.layout-image-area .top-img {
  position: relative;
  padding-inline-end: 20px;
}
.layout-image-area .top-img::after {
  position: absolute;
  content: "";
  bottom: -20px;
  right: 0;
  background: #1e1e1e 0% 0% no-repeat padding-box;
  border-radius: 8px;
  width: 285px;
  height: 254px;
  z-index: -1;
}
.layout-image-area .top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 10px 25px #0000000d;
  border-radius: 12px;
}
.layout-image-area2 {
  position: relative;
}
.layout-image-area2 .top-img {
  margin-bottom: 5px;
}
.layout-image-area2 .top-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 235px;
}
.layout-image-area2 .bottom-images {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
}
.layout-image-area2 .bottom-images .left-img {
  flex: 0 0 48.644%;
}
.layout-image-area2 .bottom-images .right-img {
  flex: 0 0 51.356%;
  margin: -50px 0 0;
}
.layout-image-area2 .bottom-images .right-img img {
  border-style: solid;
  border-width: 5px 0 0 5px;
  border-color: #fff;
}
.experience-area {
  position: relative;
}
.section-name .divider {
  margin-bottom: 20px;
}
.section-name .divider .divider-separator {
  width: 2px;
  height: 80px;
  background-color: #1e1e1e;
  display: inline-block;
  text-align: left;
  margin: 0 5px;
}
.section-name .divider-bottom {
  line-height: 0;
}
.section-name .divider-bottom .divider-separator {
  height: 4px;
  width: 80px;
  background-color: #1e1e1e;
  display: inline-block;
  text-align: left;
}
@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 26px;
  color: #6e6f73;
}
.axil-product > .thumbnail > a {
  display: block;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.axil-product {
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(223, 223, 223, 0.2), 0 6px 20px 0 rgba(223, 223, 223, 0.19);
}
.axil-product .thumbnail {
  background-color: #fff;
}
.axil-product .axil-product .product-content .color-variant,
.axil-product .axil-product .product-content .product-price-variant {
  justify-content: center;
  margin-top: 0;
}
.axil-product .axil-product .product-content .color-variant {
  margin-bottom: 10px;
}
.axil-product .axil-product .product-content .product-price-variant {
  margin-bottom: 15px;
}
.axil-product .thumbnail a {
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.axil-product .thumbnail a img {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  /* Occupy the full width of the container */
  height: 100%;
  /* Occupy the full height of the container */
  object-fit: contain;
  /* Maintain aspect ratio */
}
.accordion-button:not(.collapsed) {
  background-color: #000 !important;
  color: #fff !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/plus.svg) !important;
  color: #fff !important;
}
@media (min-width: 1480px) {
  .axil-product .thumbnail a {
    width: 100%;
    height: 130px;
  }
}
.axil-product .product-hover-action {
  position: initial;
  visibility: visible;
  opacity: 1;
}
.axil-product .product-content {
  margin-top: 25px;
  position: relative;
  margin-bottom: 30px;
}
.axil-product .product-content .title a {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.axil-product .thumbnail a {
  position: relative;
  overflow: hidden;
}
.axil-product .thumbnail a img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}
.axil-product .thumbnail a:hover img {
  filter: none;
  opacity: 1;
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.brands {
  padding-top: 0;
}
.clients {
  padding: 80px 0 40px 0;
}
.brand-slider {
  margin: 0 -15px;
}
.brand-slider .partner-wrap {
  border: 1px solid #dee2e6;
  padding: 10px;
}
.brand-slider .partner-wrap img {
  max-width: 100%;
  height: auto;
  display: block;
}
.brand-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.swiper-pagination {
  padding-top: 1%;
  position: inherit;
  text-align: center;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  width: 10px;
  height: 10px;
  font-size: 12px;
  border: none;
  color: #fff;
  border-radius: 5px;
  margin: 0px 5px;
  background-color: #2c2c2c;
}
.swiper-pagination-bullet-active {
  background-color: #2c2c2c;
}
/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.svg-icon {
  width: 100px;
  height: 100px;
  display: block;
  line-height: 100px;
  background: #fff;
  border-radius: 50px;
  border: 2px solid #fff;
  text-align: center;
  margin: 0 auto;
}
.svg-icon svg {
  width: 40px;
  height: 40px;
  fill: #1e1e1e;
}
.svg-icon svg path {
  fill: #1e1e1e;
}
.tabs .nav-tabs {
  border: 0;
  padding-bottom: 40px;
}
.tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 15px;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  cursor: pointer;
  color: #111111;
}
.tabs .nav-link img {
  max-width: 50px;
  height: auto;
}
.tabs .nav-link .icon1 {
  display: block;
}
.tabs .nav-link .icon2 {
  display: none;
}
.tabs .nav-link:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.tabs .nav-link:hover .icon1 {
  display: none;
}
.tabs .nav-link:hover .icon2 {
  display: block;
}
.tabs .nav-link h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}
.tabs .nav-item {
  position: relative;
  flex: 0 0 auto;
  width: 19.5%;
}
#tabs {
  padding-top: 0px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #1e1e1e;
  color: #fff;
}
.nav-tabs .nav-item.show .nav-link .icon1,
.nav-tabs .nav-link.active .icon1 {
  display: none;
}
.nav-tabs .nav-item.show .nav-link .icon2,
.nav-tabs .nav-link.active .icon2 {
  display: block;
}
.nav-tabs .nav-item.show .nav-link:hover,
.nav-tabs .nav-link.active:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .tabs .nav-link {
    padding: 14px 10px;
  }
  .tabs .nav-link i {
    font-size: 24px;
  }
}
.tabs .cont-left {
  padding: 50px 30px 30px 30px;
}
.tabs .img-right {
  position: relative;
}
.tabs .tab-content {
  margin-top: 30px;
}
.tabs .tab-pane p {
  color: #111111;
  font-size: 18px;
}
.tabs .tab-pane h3 {
  font-weight: 600;
  font-size: 32px;
  color: #1e1e1e;
}
.tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}
.tabs .tab-pane ul li {
  padding-bottom: 10px;
}
.tabs .img-right > img {
  width: 90%;
}
.tabs .bottom-img {
  text-align: right;
  transform: translate(0px, -50%);
  margin-bottom: -40%;
}
.tabs .bottom-img img {
  width: 75%;
}
.tabs .tab-pane p:last-child {
  margin-bottom: 0;
}
.tabs .nav-tabs {
  justify-content: center;
  gap: 5px;
}
.our-products .img-comp {
  max-width: 275px;
  height: auto;
}
.our-products .prod-img img {
  max-width: 90%;
}
.client-reviews {
  padding: 0 20px;
  overflow: hidden;
}
.client-reviews .swiper {
  overflow: visible;
}
.client-reviews .testimonial {
  margin-bottom: 20px;
}
.client-reviews .testimonial .testimonial-content {
  padding: 35px 25px 35px 50px;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
}
.client-reviews .testimonial .testimonial-content:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  border-top: 15px solid #718076;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.client-reviews .testimonial .testimonial-content:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  border-top: 15px solid #718076;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.client-reviews .testimonial-content .testimonial-icon {
  width: 50px;
  height: 45px;
  background: #3a3a3a;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
}
.client-reviews .testimonial-content .testimonial-icon:before {
  content: "";
  border-bottom: 16px solid #2c2c2c;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}
.client-reviews .testimonial .description {
  font-size: 15px;
  font-family: "Montserrat";
  color: #000;
  line-height: 23px;
  margin: 0;
}
.client-reviews .testimonial .title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #525252;
  font-family: "Montserrat";
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-top: 10px;
}
.accordion-header .accordion-button {
  font-family: "Montserrat";
  font-weight: 700;
}
.roller-products {
  background-size: 100% auto;
  position: relative;
  background-repeat: repeat-x;
  background-position: bottom;
  height: 470px;
  display: flex;
  align-items: center;
}
.roller-products .receipt-wrapper h2 {
  font-size: 32px;
  color: #000;
  margin-bottom: 14px;
  font-family: "HighVoltage";
  text-transform: uppercase;
}
.roller-products .receipt-wrapper .info {
  color: #000;
}
.roller-products .receipt-wrapper ul {
  margin: 5px 0 15px;
  padding: 0;
  position: relative;
}
.roller-products .receipt-wrapper ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  border: solid 8px #2c2c2c;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.roller-products .receipt-wrapper ul li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.roller-products .receipt-wrapper ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 24px;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 50px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  margin-bottom: 20px;
  cursor: pointer;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: 0.3s;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 21px;
}
.services .icon-box p {
  font-size: 16px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 0 32px 0;
  border-radius: 4px;
}
.contact .info-box i {
  font-size: 32px;
  color: #1e1e1e;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f8d4d5;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  border-radius: 4px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form .form-group {
  margin-bottom: 25px;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #111111;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
  background: #1e1e1e;
  border: 0;
  padding: 10px 32px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #e35052;
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wpcf7-spinner {
  display: block;
}
.mt-10 {
  margin-top: 10px;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
.form-title {
  font-size: 26px;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #1e1e1e;
  font-weight: 600;
  margin-bottom: 25px;
}
.form__wrapper .form-group {
  margin-bottom: 15px;
}
.form__wrapper textarea {
  resize: none;
}
.form__wrapper .form-control {
  padding: 8px 14px;
  font-size: 15px;
  color: #212120;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 100%;
}
.form__wrapper .btn-wrapper {
  text-align: center;
  margin-top: 10px;
}
.form__wrapper .brand-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 30px;
}
.form__wrapper .form-check {
  padding-left: 0;
  margin-left: -15px;
}
.media-img {
  overflow: hidden;
}
.media-img .item__img-wrap {
  height: 0;
  overflow: hidden;
  padding-top: 64.1723356%;
  background: white;
  position: relative;
  cursor: pointer;
}
.media-img .item__img-wrap .item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.axil-service {
  margin-bottom: 25px;
  height: auto !important;
}
.axil-service .service-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  box-shadow: 0px 5px 15px #00000008;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 8px;
}
.axil-service .service-box .media-img {
  border-top: 10px solid #1e1e1e;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.axil-service .service-box .detail-wrap {
  padding: 15px;
  text-align: center;
}
.axil-service .service-box .detail-wrap .heading6 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
}
.axil-service .service-box:hover {
  background-color: #1e1e1e;
}
.axil-service .service-box:hover .media-img {
  border-top: 10px solid #1e1e1e;
}
.axil-service .service-box:hover .heading6 {
  color: #1e1e1e;
}
.service-wrapper {
  padding-bottom: 50px;
  padding-top: 0;
}
.service-wrapper .grid-item-row {
  box-shadow: 0px 5px 15px #00000008;
  padding: 15px;
}
.service-wrapper .service-img img {
  border-radius: 5px;
}
.service-wrapper .grid-one {
  grid-template-columns: 70% 30%;
}
.service-wrapper .grid-two {
  grid-template-columns: 30% 70%;
}
.vision-mission {
  background: linear-gradient(to right, #f6f5f5 50%, #1e1e1e 50%);
  padding: 0;
  margin: 0 0 70px 0;
}
.vision-mission .cm-style {
  padding: 50px 25px;
}
.vision-mission .vision .section-title {
  text-align: left;
}
.vision-mission .vision .section-title h3 {
  color: #ffffff;
  font-family: "HighVoltage";
}
.vision-mission .vision .section-info p {
  color: #ffffff;
  margin: 0;
}
.vision-mission .mission {
  text-align: right;
}
.vision-mission .mission .section-title {
  text-align: right;
}
.vision-mission .mission .section-title h3 {
  color: #000000;
  font-family: "HighVoltage";
}
.vision-mission .mission .section-info p {
  color: #1e1e1e;
  margin: 0;
}
.career-wrapper .box {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 1em 1em;
  margin: 2em 0 !important;
  text-align: left;
}
.career-wrapper h4,
.career-wrapper li {
  color: #1e1e1e;
  display: inline-block;
  vertical-align: middle;
}
.career-wrapper h4 {
  font-weight: 600;
}
.career-wrapper .button {
  font-size: 1em !important;
  padding: 5px 20px !important;
  text-decoration: none;
  -webkit-box-shadow: #e28b00 0 1px 0;
  -moz-box-shadow: #e28b00 0 1px 0;
  box-shadow: #e28b00 0 1px 0;
  background-color: #f6ae2b;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #f6ae2b), color-stop(70%, #f39d13));
  background-image: -webkit-linear-gradient(#f6ae2b, #f39d13 70%);
  background-image: -moz-linear-gradient(#f6ae2b, #f39d13 70%);
  background-image: -o-linear-gradient(#f6ae2b, #f39d13 70%);
  background-image: linear-grad;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 18px;
  border: none;
  color: white;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.career-wrapper .button:hover {
  background: #1e1e1e;
}
.career-wrapper .box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.career-wrapper .function {
  display: block;
}
.career-wrapper .box-col {
  display: inline-block;
  vertical-align: middle;
}
.career-wrapper .text-right {
  text-align: right;
}
.career-wrapper .box-80 {
  width: 79%;
}
.career-wrapper .box-20 {
  width: 20%;
}
/* Product Specification Table Styles */
.product-specifications table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
.product-specifications th {
  background-color: #000;
  color: #fff;
  padding: 8px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}
.product-specifications td {
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
.product-specifications table th:first-child {
  width: 180px;
}
.product-specifications table td:first-child {
  width: 180px;
}
.product-specifications tr:last-child td {
  border-bottom: none;
}
.product-specifications tr:nth-child(even) {
  background-color: #f9f9f9;
}
/* Responsive Table */
@media (max-width: 768px) {
  .product-specifications {
    overflow-x: auto;
  }
  .product-specifications table {
    min-width: 600px;
  }
  .product-specifications th,
  .product-specifications td {
    padding: 12px;
    font-size: 13px;
  }
}
.breadcrumb-item.active {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.breadcrumb-section {
  background-color: #000000;
  padding: 140px 0 80px 0;
}
.breadcrumb-section h2 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: #fff;
}
.breadcrumb-section .page-title {
  display: flex;
  height: 100%;
  align-items: center;
}
.breadcrumb-section .page-title h2 {
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
}
.breadcrumb-section .breadcrumb {
  padding-bottom: 0;
  background-color: transparent;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding-inline: 0;
  row-gap: 5px;
}
.breadcrumb-section .breadcrumb a {
  color: #fff;
  font-weight: 600;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.card-img,
.card-img-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.article-body {
  padding: 15px;
}
.news-and-events .entry {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 5px 15px #00000008;
}
.blog .entry {
  background-color: #fff;
}
.blog .entry .entry-img {
  max-height: 440px;
  overflow: hidden;
  position: relative;
}
.blog .entry .entry-img img {
  width: 100%;
  object-fit: cover;
  height: 240px;
}
.blog .entry .entry-img .overlay-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .entry .entry-img .overlay-img a {
  font-size: 62px;
}
.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  font-family: "Montserrat";
  padding: 0;
  margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
  color: #111111;
  transition: 0.3s;
}
.blog .entry .entry-title a:hover {
  color: #1e1e1e;
}
.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #777777;
}
.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}
.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.blog .entry .entry-content p {
  line-height: 24px;
}
.blog .entry .entry-content .read-more {
  margin-top: 25px;
}
.blog .entry .entry-content .read-more a {
  display: inline-block;
  color: #1b1a20;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.blog .entry .entry-content .read-more a::after {
  display: block;
  content: "";
  height: 3px;
  width: 0;
  background-color: #1e1e1e;
  transition: width 0.3s ease;
}
.blog .entry .entry-content .read-more a:hover::after {
  width: 100%;
  transition: width 0.3s ease;
}
.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #111111;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
  color: #5e5e5e;
  display: inline;
}
.blog .entry .entry-footer a {
  color: #1e1e1e;
  transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
  color: #1e1e1e;
}
.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog .entry .entry-footer .cats li {
  display: inline-block;
}
.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog .entry .entry-footer .tags li {
  display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}
.blog .entry .entry-footer .share {
  font-size: 16px;
}
.blog .entry .entry-footer .share i {
  padding-left: 5px;
}
.blog .entry-single {
  margin-bottom: 30px;
}
.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}
.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #111111;
}
.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
  color: rgba(17, 17, 17, 0.5);
  margin-right: 5px;
}
.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}
.blog .blog-comments {
  margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
  font-weight: bold;
}
.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
  width: 60px;
}
.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
  color: #1e1e1e;
}
.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111111;
}
.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.blog .blog-comments .reply-form p {
  font-size: 14px;
}
.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #ee9293;
}
.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #ee9293;
}
.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #111111;
}
.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #1e1e1e;
}
.blog .blog-pagination {
  color: #444444;
}
.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.blog .blog-pagination li a {
  color: #111111;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #1e1e1e;
}
.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}
.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.4);
  background-color: #fff;
  border-radius: 8px;
}
.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111111;
  position: relative;
}
.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}
.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}
.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #1e1e1e;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.blog .sidebar .search-form form button i {
  line-height: 0;
}
.blog .sidebar .search-form form button:hover {
  background: #e34c4d;
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog .sidebar .categories ul a {
  color: #111111;
  transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
  color: #1e1e1e;
}
.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.blog .sidebar .recent-posts img {
  width: 100px;
  float: left;
  height: auto;
}
.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 115px;
  font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
  color: #111111;
  transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
  color: #1e1e1e;
}
.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 115px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}
.blog .sidebar .tags {
  margin-bottom: -10px;
}
.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .tags ul li {
  display: inline-block;
}
.blog .sidebar .tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #1e1e1e;
  background: #1e1e1e;
}
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}
.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.pagination-wrap {
  padding: 0;
}
.pagination a {
  margin: 0 5px;
  padding: 5px 15px;
  border: 1px solid #ddd;
  text-decoration: none;
}
.pagination .current {
  background-color: #1e1e1e;
  color: #fff;
  padding: 5px 15px;
  margin: 0 5px;
}
.blog-filter {
  background-color: #fff;
  padding: 20px 0;
}
.blog-filter .nav-filter-wrapper ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  grid-gap: 50px;
}
.blog-filter .nav-filter-wrapper ul li a {
  font-size: 15px;
  padding: 6px 14px;
  margin: 0 8px;
  color: #1e1e1e;
  border: 1px solid transparent;
  background: transparent;
  display: inline-block;
  transition: 0.3s;
  font-weight: 600;
  border-radius: 8px;
  width: 80px;
  text-align: center;
}
.blog-filter .nav-filter-wrapper ul li a:hover {
  border: 1px solid #1e1e1e;
  background: #1e1e1e;
  color: #fff;
}
.blog-filter .nav-filter-wrapper ul li.active a {
  border: 1px solid #1e1e1e;
  background: #1e1e1e;
  color: #fff;
}
.flex-timeline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
}
.flex-timeline img {
  max-width: 100px;
}
.news-and-events .entry .entry-title {
  margin-bottom: 10px;
  font-size: 19px;
}
.news-and-events .entry .entry-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-section {
  padding: 60px 0;
  background: #f6f5f1;
  position: relative;
  z-index: 99;
}
.filter-menu {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.4);
  background-color: #fff;
  border-radius: 10px;
}
.side-header h3 {
  font-weight: 600;
  color: #1b1a20;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.side-header:after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #d6d6d7;
  margin-bottom: 25px;
  margin-top: 20px;
}
.category-single-items {
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin: 0 0 30px 0;
}
.category-single-items a {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.category-single-items span {
  color: #222334;
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.category-single-items img {
  max-width: 30px;
}
.category-single-items:hover span {
  color: #1e1e1e;
}
.category-single-items.active span {
  color: #1e1e1e;
}
.dropdown-toggle::after {
  border: none;
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea4e";
}
.wait {
  position: inherit;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  overflow: visible;
  display: none;
  transition: all 0.5s;
  background: #f6f5f1;
}
.main {
  position: relative;
  z-index: 100;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}
.bg-whtite-wrapper {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
.sub-title-section {
  margin-bottom: 25px;
}
.sub-title-section h3 {
  font-size: 26px;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #1e1e1e;
  font-weight: 700;
  margin: 0;
}
.product-view-page {
  padding: 60px 0 50px 0;
  margin-top: 60px;
}
.product-view-page .single-page-image {
  border: 1px solid #e1e1e1;
  box-shadow: 1px 1px 0 0 #fff, inset 1px 1px 0 0 #fff;
  float: none;
  margin: 0;
  padding: 5px;
  position: relative;
  text-align: center;
}
.product-view-page .brand-logo {
  margin-bottom: 20px;
}
.product-view-page .product-summary {
  padding-left: 20px;
}
.product-view-page .product-summary .product_title {
  font-size: 26px;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #1e1e1e;
  font-weight: 700;
  margin: 0;
  max-width: 500px;
}
.product-view-page .product-summary .product_title::after {
  display: block;
  margin-top: 25px;
  content: "";
  height: 3px;
  width: 60px;
  background-color: #1e1e1e;
  transition: width 0.3s ease;
}
.product-view-page .brand-logo img {
  max-width: 180px;
}
.product-view-page .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.product-view-page .swiper-slide {
  background-size: cover;
  background-position: center;
}
.product-view-page .products-gallery2 {
  height: 50%;
  width: 100%;
}
.product-view-page .products-gallery {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  background-color: #f8f9fa;
}
.product-view-page .products-gallery .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}
.product-view-page .products-gallery .swiper-slide-thumb-active {
  opacity: 1;
}
.product-view-page .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cms-description {
  box-shadow: inset 0 1px 0 0 #fff;
  padding-top: 20px;
  margin: 0 0 20px;
  width: 100%;
}
.cms-description h2,
.cms-description h3,
.cms-description h4,
.cms-description h5,
.cms-description h6 {
  font-family: "Poppins", sans-serif;
  color: #1b1a20;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.wait {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow: visible;
  display: none;
  transition: all 0.5s;
  background: rgba(242, 246, 247, 0.7) url(../../assets/images/Spinner.gif) no-repeat center center;
}
.product-card {
  padding: 20px;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 1px 1px 0 0 #fff, inset 1px 1px 0 0 #fff;
  border-radius: 15px;
  position: relative;
  text-align: left;
  z-index: 1;
  word-wrap: break-word;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  cursor: pointer;
}
.product-card .product-img {
  display: block;
  position: relative;
  text-align: center;
  height: 120px;
  width: 100%;
}
.product-card .product-img img {
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  /* Occupy the full width of the container */
  height: 100%;
  /* Occupy the full height of the container */
  object-fit: contain;
  /* Maintain aspect ratio */
  padding: 15px;
}
.product-card .brand-btn {
  font-size: 14px;
  padding: 6px 12px;
  background: #1b1a20;
  border-color: #1b1a20;
}
.product-card .grid-view {
  display: block;
  text-align: center;
  margin: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  position: relative;
}
.product-card .product-name {
  padding: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #1b1b1b;
  transition: all 0.4s ease-out;
}
.product-card:hover {
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #fff;
  border-color: #fff;
  background-color: #ffffff;
}
.product-card:hover .brand-btn {
  background: #1e1e1e;
  border-color: #1e1e1e;
}
.product-card .product-img a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-card:hover .product-img a img {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.category-heading {
  margin-bottom: 20px;
}
.category-heading h4 {
  font-weight: 600;
}
.category-heading .dynamic-heading::first-letter {
  color: #1e1e1e;
  /* First letter color */
}
.category-heading .dynamic-heading::after {
  content: " ";
  /* Add space after the first word */
  color: #1e1e1e;
  /* Color for the rest of the text */
}
.category-heading .dynamic-heading {
  color: #1e1e1e;
  /* General color for the rest of the heading */
}
.product-details-wrap .product-info {
  margin-top: 10px;
}
.product-details-wrap .featured {
  color: #707070;
}
.product-details-wrap h2 {
  font-size: 32px;
  color: #000000;
  margin: 8px 0;
  font-family: "HighVoltage";
}
.product-details-wrap h4 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  font-family: "Montserrat";
}
.product-details-wrap .product-info ul {
  margin: 5px 0 15px;
  padding: 0;
  position: relative;
}
.product-details-wrap .product-info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  border: solid 8px #2c2c2c;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.product-details-wrap .product-info ul li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-details-wrap .product-info ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 24px;
  color: #1b1a20;
  font-size: 16px;
  line-height: 1.8;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px 10px;
  margin-bottom: 50px;
}
.product-grid .grid-item-col {
  background-color: #eeeeee;
  box-shadow: 0px 10px 11px -13px rgba(0, 0, 0, 0.28);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  height: 100%;
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  transition: all 0.3s;
  padding: 20px 10px;
  cursor: pointer;
}
.product-grid .img-col {
  width: 30%;
  /* Image width */
  margin-right: 10px;
  /* Space between image and title */
}
.product-grid .title {
  font-size: 16px;
  color: #111111;
  width: 70%;
}
.slider_nav {
  text-align: right;
}
.slider_nav button {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  color: #2c2c2c;
  margin-left: 10px;
  padding: 5px;
}
.slider_nav button i {
  font-size: 30px;
}
.slider_nav button:hover {
  color: #e22127;
}
.more-details {
  padding-top: 0;
  padding-bottom: 30px;
}
.more-details .more-advantages ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.more-details .more-advantages ul li {
  padding: 10px 0;
  display: flex;
  color: #1b1b1b;
  align-items: center;
}
.more-details .more-advantages ul i {
  padding-right: 2px;
  color: #1b1b1b;
  font-size: 2424567890 \7  / px;
  line-height: 1;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.map iframe {
  height: 313px;
  width: 100%;
}
.copy-right {
  padding: 6px 0px;
  margin-top: 34px;
}
footer {
  overflow: hidden;
  padding: 80px 0 0;
  background-image: url(../images/footer-bg.png);
  background-size: inherit;
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #f7f8ff;
}
footer .Contact-info h4 {
  color: #1e1e1e;
  font-size: 26px;
  font-family: "Montserrat";
  font-weight: 700;
  margin-bottom: 45px;
  text-transform: uppercase;
}
footer .Contact-info ul li a {
  color: #1e1e1e;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
footer .Contact-info ul li i {
  width: 37px;
  height: 37px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0000001a;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 14px;
  color: #1e1e1e;
}
footer .Contact-info ul li {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 600;
  margin-bottom: 18px;
  display: flex;
  transition: all 0.3s;
}
footer .Contact-info ul li p {
  margin-bottom: 0;
}
footer .Contact-info ul li:hover,
footer .Contact-info ul li:hover a {
  color: var(--bg-color);
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.Contact-info h4 span {
  color: #1e1e1e;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1e1e1e;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}
#footer .footer-top .footer-contact h3 span {
  color: #1e1e1e;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat";
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
#footer .footer-top h3 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 0;
  margin: 0;
}
.certification {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 20px;
}
.certification img {
  max-width: 300px;
}
#footer .footer-top h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #1e1e1e;
  bottom: 0;
  left: 0;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
  display: inline-block;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: white;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1e1e1e;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 5px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
}
#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1e1e1e;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type="submit"]:hover {
  background: #e35052;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: transparent;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 32px;
  height: 32px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #1e1e1e;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1366px) {
  .tabs .nav-link {
    padding: 15px 10px;
  }
  .section-name .divider {
    margin-bottom: 10px;
  }
}
@media (max-width: 950px) {
  .product-view-page {
    margin-top: 20px;
  }
  .video-banner video {
    position: inherit;
  }
  .form-title,
  .sub-title-section h3 {
    font-size: 24px;
  }
  .form__wrapper {
    margin-top: 20px;
  }
  .bg-whtite-wrapper {
    padding: 15px;
  }
  .product-view-page .single-page-image {
    margin-bottom: 30px;
  }
  .product-view-page .products-gallery2 {
    height: 250px;
  }
  #hero h1 {
    font-size: 36px;
  }
  section {
    padding: 50px 0;
  }
  .section-margin {
    margin-bottom: 50px;
  }
  .layout-image-area {
    margin-top: 30px;
  }
  .flip-direction {
    flex-direction: column-reverse;
  }
  .section-title {
    padding-bottom: 20px;
  }
  .experience-area {
    padding-bottom: 70px;
  }
  #hero h2 {
    font-size: 14px;
    padding: 0 10px;
  }
  .layout-image-area .bottom-images img {
    height: 95px;
    width: 100%;
  }
  .grid-container {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
  }
  .layout-image-area .bottom-images {
    grid-gap: 10px;
  }
  #hero .icon-box {
    padding: 8px;
  }
  .ml-40 {
    margin-left: 0;
  }
  #hero .icon-box img {
    width: 35px;
    height: 35px;
  }
  #hero .icon-box h3 {
    font-size: 13px;
  }
  .nav-tabs .nav-item:nth-child(2n) {
    top: 0;
  }
  .svg-icon svg {
    width: 20px;
    height: 20px;
  }
  .counts {
    padding-top: 0;
  }
  #footer .footer-top .footer-contact h3 {
    margin-bottom: 7px;
    font-size: 17px;
  }
  .counts .count-box span {
    font-size: 18px;
  }
  .counts .count-box p {
    font-size: 10px;
  }
  .counts .count-box,
  .certification {
    grid-gap: 10px;
  }
  .counts .count-box i {
    width: 45px;
    height: 45px;
    font-size: 20px;
    display: block;
    line-height: 45px;
  }
  .svg-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  #tabs {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-name h2,
  .section-title h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .about-row-wrapper .grid-one {
    flex-direction: column-reverse;
    display: flex;
    padding: 15px;
  }
  .about-row-wrapper .grid-one .row-dis {
    padding-right: 0;
  }
  .about-row-wrapper .grid-two .row-dis {
    padding-left: 0;
  }
  .section-padding {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .about-row-wrapper .grid-two {
    display: flex;
    flex-direction: column;
  }
  .about-row-wrapper .grid-item-row .row-img {
    position: relative;
    top: 0;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .swiper-pagination {
    padding-top: 10px;
  }
  .mt-50 {
    margin-top: 25px;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
  .section-bg:before {
    display: none;
  }
  .our-products {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-bg {
    background: #f6f6f6;
    padding: 50px 0;
  }
  .tabs .tab-pane p {
    font-size: 16px;
  }
  .tabs .tab-pane h3 {
    font-size: 26px;
  }
  .section-title-second h2 {
    font-size: 24px;
  }
  .tabs .cont-left {
    padding: 0;
  }
  .tabs .bottom-img {
    text-align: right;
    transform: translate(0px, -50%);
    margin-bottom: -25%;
  }
  .tabs .bottom-img img {
    width: 70%;
  }
  .tabs .img-right {
    margin-bottom: 20px;
  }
  .tabs .nav-tabs {
    padding-bottom: 20px;
    display: block;
  }
  .tabs li {
    margin-bottom: 7px;
  }
  .tabs li::after {
    display: none;
  }
  .section-name .divider .divider-separator {
    height: 40px;
  }
  .pr-40 {
    padding-right: 0;
  }
  .pl-40 {
    padding-left: 0;
  }
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .outer-about {
    margin-bottom: 20px;
  }
  .product-section {
    padding: 50px 0;
  }
  .reverse-column {
    flex-direction: column-reverse;
  }
  .section-name .divider-bottom .divider-separator {
    width: 40px;
  }
  .page__banner {
    height: 300px;
  }
  .entry-header .entry-title {
    font-size: 32px;
  }
  .vision-mission {
    background: linear-gradient(to bottom, #f6f5f5 54%, #1e1e1e 46%);
    padding: 0;
    margin-bottom: 50px;
    margin-top: 0;
  }
  .vision-mission .cm-style {
    padding: 40px 0;
  }
  .vision-mission .mission .section-title,
  .vision-mission .mission {
    text-align: left;
  }
  .our-groups .group-wrapper {
    display: block;
  }
  .blog .entry .entry-title {
    font-size: 21px;
  }
  .blog-filter .nav-filter-wrapper ul {
    grid-gap: 20px;
  }
  .our-groups .group-wrapper .grid-item {
    margin-bottom: 30px;
  }
  .product-card {
    margin-bottom: 20px;
  }
  .blog .entry {
    margin-bottom: 20px;
  }
  .news-and-events .entry .entry-title {
    font-size: 18px;
  }
  .filter-menu {
    padding: 15px;
    margin-bottom: 22px;
  }
  .blog .blog-pagination {
    margin-bottom: 30px;
  }
  .group-address .grid-address h4 {
    font-size: 16px;
  }
  .blog .sidebar {
    padding: 20px;
    margin: 0;
  }
  .contact__page .contact-dtls {
    font-size: 16px;
  }
  .map-wrapper .gmap {
    height: 340px;
  }
  .group-address .grid-address {
    padding: 20px;
    margin-bottom: 25px;
  }
  .group-address {
    top: 0;
    margin-bottom: 0;
    margin-top: 50px;
  }
  .layout-image-area2 .top-img img {
    object-fit: contain;
    height: auto;
  }
  .flex-timeline img {
    max-width: 75px;
  }
  .tabs .nav-item {
    width: 100%;
  }
  .tabs .nav-link img {
    max-width: 30px;
  }
  .member .member-info h4 {
    font-size: 15px;
  }
  .member-img img {
    height: 140px;
  }
  .product-card .product-img img {
    padding: 0 40px;
  }
  .btn-login {
    margin-left: 20px;
    margin-top: 15px;
  }
  #header .navbar li > a,
  #header .navbar li > a:focus {
    height: 50px;
  }
  #header .navbar li > a:after,
  #header .navbar li > a:focus:after {
    height: 50px;
  }
  .navbar a,
  .navbar a:focus {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .axil-product .thumbnail a {
    width: 100%;
    height: 100px;
  }
  #header {
    padding: 10px 0;
  }
  #hero h5 {
    font-size: 16px;
    font-weight: 400;
  }
  #header.header-scrolled {
    padding: 5px 0;
  }
  .group-address {
    display: block;
    grid-template-columns: repeat(1, 1fr);
  }
  .product-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-grid .title {
    font-size: 18px;
  }
  .footer-profile .c-dis {
    padding-right: 10px;
  }
  .frame-btn {
    font-size: 13px;
    padding: 10px 15px;
  }
  .w-btn {
    margin-left: 15px;
  }
  .group-btn {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 92vh;
    padding: 0;
  }
  .our-products .grid-item h3 {
    font-size: 12px;
  }
  .our-products .grid-item {
    padding: 15px;
  }
  .fixed-banner-msg p,
  .fixed-banner-call p {
    font-size: 12px;
  }
  .fixed-banner-msg,
  .fixed-banner-call {
    width: 40px;
    height: 40px;
  }
  .fixed-banner-msg .fa,
  .fixed-banner-call .fa {
    font-size: 18px;
    padding: 7px 0;
    left: 11px;
  }
  .our-products {
    grid-gap: 10px;
  }
  .our-products .grid-item img {
    width: 50px;
    margin-bottom: 5px;
  }
  .our-products .grid-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  section {
    padding: 50px 0;
  }
  #header .logo img {
    max-height: 100%;
    max-width: 65%;
  }
  #hero h1 {
    font-size: 36px;
    line-height: 35px;
  }
  #hero h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 21px;
  }
  .swiper-grid .read_more {
    height: 36px;
    line-height: 38px;
    font-size: 14px;
  }
  .pagination a,
  .pagination .current {
    padding: 5px 12px;
  }
  #hero p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
  }
  .featured-products .service-slider {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-slider-container .products-gallery img {
    height: 70px;
  }
  .video-banner .overlay {
    padding-bottom: 20%;
  }
  .experience-wrapper {
    padding-right: 0;
  }
  .brand-btn {
    font-size: 13px;
    font-weight: 400;
    padding: 10px 20px;
  }
  .product-details-wrap {
    margin-top: 15px;
  }
  .product-details-wrap h4 {
    font-size: 21px;
  }
  .product-details-wrap h2 {
    font-size: 28px;
    margin-bottom: 3px;
    margin-top: 3px;
  }
  .breadcrumb-section h2 {
    font-size: 28px;
  }
  .breadcrumb-item + .breadcrumb-item {
    font-size: 12px;
  }
  .our-products .prod-img img {
    max-width: 100%;
  }
  .our-products {
    padding: 10px 0;
  }
  .product-specifications table td:first-child,
  .product-specifications table th:first-child {
    width: 150px;
  }
  .mt-5 {
    margin-top: 2rem !important;
  }
  .roller-products .receipt-wrapper h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .roller-products {
    height: 420px;
  }
  .clients {
    padding: 60px 0 30px 0;
  }
  .demo-banner {
    padding-top: 12px;
  }
  footer {
    padding: 50px 0 0;
  }
  footer .Contact-info h4 {
    font-size: 21px;
    margin-bottom: 27px;
    text-transform: uppercase;
  }
  footer .Contact-info ul li {
    font-size: 15px;
  }
  .copy-right p {
    font-size: 14px;
  }
  .mb-5 {
    margin-bottom: 2rem !important;
  }
  #header.header-scrolled .logo-black {
    width: 130px !important;
  }
}
@media (max-width: 390px) {
  .timeline p {
    font-size: 14px;
  }
  #hero .icon-box img {
    width: 30px;
    height: 30px;
  }
  .tabs .nav-link h4 {
    font-size: 11px;
  }
  .timeline ul li h5 {
    font-size: 14px;
  }
  #hero .icon-box h3 {
    font-size: 10px;
  }
  .timeline time {
    font-size: 15px;
  }
  .tabs .nav-link {
    padding: 8px 14px;
  }
}
