ul,
li {
  font-family: "Montserrat", sans-serif;
}
.top-header {
  background: linear-gradient(90deg, #ff9800 0%, #b80000 100%);
}
/*** Navbar ***/
.pws .navbar {
  width: 100%;
}
.navbar .navbar-brand {
  width: 300px;
  height: 55px;
}

.navbar .navbar-nav .nav-link {
  margin-left: 35px;
  padding: 25px 0;
  color: var(--dark);
  font-weight: 600;
  text-transform: uppercase;
  outline: none;
}
.navbar .navbar-nav .nav-link:hover {
  color: #ff9800;
}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}
.shape {
  position: absolute;
}
.shape-1 {
  right: 0;
  top: 0;
  text-align: end;
}
.shape-2 {
  left: 0;
  bottom: 0;
  z-index: -1;
}
.shape-1 img {
  max-width: 75%;
}
.shape-2 img {
  max-width: 50%;
}
#home .owl-dots {
  position: absolute;
}
#home .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 999;
}
#home .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  border-radius: 15px;
}

.abt_bg {
  background: url("../images/line-shape-2.png") no-repeat;
  background-size: contain;
  background-position: center bottom;
}

#brands_slider .brand {
  border-radius: 0px;
  background-color: #f7f7f7;
  margin-bottom: 1px;
}
#brands_slider .owl-dots .owl-dot.active span {
  background: #b80000;
}
#brands_slider .owl-dots .owl-dot span {
  background: #d6d5dd;
  width: 30px;
  height: 3px;
  display: block;
  border-radius: 0;
}
#brands_slider .brand img {
  filter: grayscale();
  cursor: pointer;
}
.section-brands {
  margin-bottom: 5rem;
}
#brands_slider .brand img:hover {
  filter: none;
  transition: 0.5s;
}
.section-title h2 span {
  background: linear-gradient(
    90deg,
    rgba(255, 153, 0) 0%,
    rgba(184, 0, 0) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gp_1 {
  padding: 20px;
  width: 18%;
  background-color: rgb(0 0 0 / 20%);
  border: 1px solid rgb(0 0 0 / 20%);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.gp_1:hover {
  background-color: transparent;
  border-color: white;
  transition: 0.5s !important;
}
.ser_ico img {
  width: 40px;
  height: 41px;
}
.column_bg {
  background: url("../images/column-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}
.column_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 153, 0, 0.85) 0%,
    rgba(184, 0, 0, 0.85) 100%
  );
  width: 100%;
  height: 100%;
}
.get-touch:before {
  transform: skewX(-20deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(255, 153, 0) 0%,
    rgba(184, 0, 0) 100%
  );
  z-index: 1;
  transition: 0.5s;
}
.get-touch:hover:before {
  transform: skewX(20deg);
}
.get-touch-cnt {
  position: relative;
  z-index: 10;
}
.get-touch {
  margin-top: -160px;
  padding: 50px;
}
.get-touch-cnt h2 {
  color: #fff;
}

.get-touch-cnt h3 a {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 400px;
  margin: 0 auto;
  color: #c41900;
  padding: 20px;
  border-radius: 50px;
  transition: 0.5s;
}
.get-touch-cnt h3 a:hover {
  background-color: #000;
  color: #fff;
}
.get-touch-cnt h3 a i {
  margin-right: 5px;
}
.ser_ico i {
  font-size: 3rem;
  background: linear-gradient(
    90deg,
    rgba(255, 153, 0) 0%,
    rgba(184, 0, 0) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shdow_bx_cntr .ser_ico i {
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .pws .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .pws .navbar-collapse {
    background-color: #ffebce;
    margin: 15px 0;
    padding: 15px 0;
  }
  .pws .navbar .navbar-nav .nav-link {
    padding: 0;
  }
  .pws .dropdown-menu {
    padding: 0;
    background-color: transparent !important;
    border: none;
    padding-left: 35px;
  }
  .gp_1 {
    width: 48%;
    flex: 1 1 auto;
  }
}
@media (max-width: 767px) {
  .cap {
    margin-top: 30px;
  }
  .banner {
    padding: 40px 0;
  }
  .gp_1 {
    width: 38%;
  }
  .shdow_bx.shdow_bx_cntr::before {
    display: none;
  }
  .shdow_bx_cntr .ser_ico i {
    background: linear-gradient(
      90deg,
      rgba(255, 153, 0) 0%,
      rgba(184, 0, 0) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .shdow_bx h3,
  .shdow_bx p {
    color: #000 !important;
  }
  .get-touch:before {
    transform: skewX(0deg);
  }
  .get-touch {
    margin-top: 0;
    padding: 40px;
  }
  .section-brands {
    margin-bottom: 0px;
  }
  .footer-cnt h3 {
    margin-bottom: 5px;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .get-touch-cnt h3 a {
    font-size: 16px;
    width: auto;
    padding: 15px;
  }
  .shdow_bx {
    padding: 15px;
  }
  .shdow_bx h3 {
    margin: 0px 0 10px;
  }
}
