::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ddd;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c2c2c2;
}


body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
a,
li,
ul,
ol,
select,
input,
textarea,
button {
  font-family: "Roboto", sans-serif;
}

.font-math {
  font-family: math !important;
}

select:focus,
input:focus,
textarea:focus,
button:focus {
  box-shadow: 0px 0px 0px 0px transparent !important;
}

.bg-theme {
  background-color: #000 !important;
}

.rounded-25px {
  border-radius: 25px;
}

.rounded-15px {
  border-radius: 15px;
}

a {
  text-decoration: none !important;
}

.subbanner-text-position {
  height: 60vh;
  display: flex;
  justify-content: center;
  flex-flow: column;
  z-index: 99;
  position: relative;
}

.banner-text-position {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.pbanner-text-position {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.header-style {
  background-color: #fff;
  margin: 0 30px;
  padding: 10px 30px;
  border-radius: 25px;
  z-index: 99;
  position: relative;
}

.text-yellow {
  color: #fed702;
}

.text-blue {
  color: #5c65b5;
}

.banner-text {
  font-size: 55px;
  line-height: 60px;
  color: white;
}

.logo-img {
  width: 175px;
  height: 75px;
  object-fit: contain;
}

.service-img {
  height: 300px;
  width: 100%;
  border-radius: 25px;
}

.service-layer {
  position: relative;
}

.service-layer:hover .arrow-icon {
  opacity: 1;
}

.service-layer .arrow-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 75%);
  z-index: 99999;
  position: absolute;
  right: 25px;
  bottom: 65px;
  color: #000;
  display: grid;
  place-content: center;
  opacity: 0;
  transition: ease-in-out .75s all;
  transform: rotate(-25deg);
}

.service-layer:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: 40%;
  left: 50%;
  border-radius: 25px;
  background-color: rgb(0 0 0 / 50%);
  transition: ease-in-out 0.3s all;
}

.service-layer:hover:before {
  content: "";
  width: 100%;
  height: 300px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.product-img {
  height: 350px;
  width: 100%;
  border-radius: 25px;
}

.product-img:hover .product-text {
  opacity: 1;
}

.product-text {
  height: 100%;
  backdrop-filter: brightness(0.5);
  display: flex;
  justify-content: end;
  border-radius: 25px;
  flex-flow: column;
  padding: 25px;
  opacity: 0;
  transition: ease-in-out 0.3s all;
}

.product-carousel .owl-stage-outer {
  order: 1;
}

.product-carousel {
  display: flex !important;
  flex-flow: column;
}

.product-carousel .owl-nav {
  text-align: end;
  display: flex;
  margin-top: 0px !important;
  margin-bottom: 20px;
  justify-content: end;
  order: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  background: #ddd !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px !important;
  font-weight: 900 !important;
}

.background-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fs-7 {
  font-size: 14px;
}

.h-50px {
  height: 50px;
}

.service-icon {
  width: 100px;
  height: 60px;
  object-fit: contain;
}

.brand-logo {
  width: 130px !important;
  height: 70px;
  object-fit: contain;
}

.banner-image {
  height: 100vh;
  width: 100%;
  border-radius: 25px;
}

.subbanner-image {
  height: 80vh;
  width: 100%;
  border-radius: 25px;
}

.banner-image {
  height: 100vh;
  width: 100%;
  border-radius: 25px;
}

.footer-image {
  height: 110px;
  width: 150px;
  object-fit: contain;
}

.social-link {
  background-color: #ddd;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.contact-link {
  background-color: #ddd;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.z-9 {
  z-index: 9;
}

.boder-img {
  width: 250px;
}

.fs-40px {
  font-size: 40px;
}

.fs-50px {
  font-size: 50px;
}

.gallery-img1 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.gallery-img2 img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.gallery-img1,
.gallery-img2 {
  position: relative;
}

.gallery-img1 a::after,
.gallery-img2 a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  transition: ease-in-out 0.3s all;
  background-color: transparent;
}

.gallery-img1:hover a::after,
.gallery-img2:hover a::after {
  background-color: rgba(0, 0, 0, 0.4);
}

.footer-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-25px, -50%);
}

.icon-img {
  width: 90px;
  height: 90px;
  margin-bottom: 30px;
  object-fit: contain;
}

.text-justify {
  text-align: justify;
}

.contact-icon {
  width: 55px;
  height: 55px;
  border: 5px solid #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
}

.scroll-margin-top {
  scroll-margin-top: 50px;
}

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 20px;
  background-color: #202327;
  color: #fff;
  font-size: 24px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  z-index: 99;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
}

.contact-text {
  font-size: 20px;
}

.bg-blue {
  background-color: #5c65b5 !important;
}

.close-button {
  font-size: 10px;
  height: 10px !important;
  width: 10px !important;
  position: absolute;
  top: 25px;
  right: 30px;
  background-color: #fff !important;
  border-radius: 50% !important;
}

@media screen and (max-width: 991px) {
  .background-img.banner-image {
    background-position: left !important;
  }

  .logo-position .logo {
    width: 200px;
    height: 175px;
  }

  .banner-text {
    font-size: 45px;
    line-height: 50px;
  }

  .fs-50px {
    font-size: 40px;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .w-lg-15 {
    width: 50% !important;
  }

  .w-lg-75 {
    width: 100% !important;
  }
}

.w-lg-15 {
  width: 15%;
}

.w-lg-75 {
  width: 75%;
}

@media screen and (max-width: 767px) {
  .subbanner-text-position, .subbanner-image {
    height: 300px;
    padding: 25px 0;
  }

  .banner-text-position, .banner-image {
    height: auto;
    padding: 35px 0;
  }

  .mobile-header-space {
    margin-top: 60px;
  }

  .subbanner-text-position {
    justify-content: end !important;
  }

  .w-lg-15 {
    width: 75% !important;
  }

  .header-style {
    padding: 10px 20px;
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    z-index: 9999;
  }

  .offcanvas.offcanvas-end {
    height: 100vh;
  }
  
  .logo-img {
    width: 100px;
    height: 50px;
  }

  .logo-position .logo {
    width: 150px;
    height: 105px;
  }

  .contact-text {
    font-size: 18px;
  }

  .banner-text {
    font-size: 35px;
    line-height: 40px;
  }

  .fs-50px {
    font-size: 30px;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  .contact-text {
    font-size: 14px;
  }
}

.bg-overlay {
  position: relative;
}

.bg-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 25px;
}