/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.readex-pro {
  font-family: "Readex Pro", sans-serif;
  font-weight: 700;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

html,
body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

button,
input {
  outline: none;
  border: none;
  box-shadow: none;
  background-color: transparent;
}

button:focus,
input :focus {
  box-shadow: none;
}

input {
  border-bottom: 1px solid #000;
  padding: 10px;
  font-size: 16px;
}

input {
  border-bottom: 1px solid #000;
  padding: 10px;
  font-size: 16px;
  border-radius: 0px;
}

label {
  position: absolute;
  left: 10px;
  top: 10px;
  transition: 0.2s ease all;
  color: #A6A6A6;
  font-weight: 600;
  font-size: 20px;
}

.input_holder {
  position: relative;
}

input:not(:-moz-placeholder-shown) + label {
  top: -10px;
  left: 10px;
  font-size: 12px;
  color: #000;
  /* Change color on focus */
}

.input_holder:focus-within label,
input:not(:placeholder-shown) + label {
  top: -10px;
  left: 10px;
  font-size: 12px;
  color: #000;
  /* Change color on focus */
}

input:-moz-placeholder-shown + label {
  top: 10px;
  left: 10px;
  font-size: 16px;
  color: #aaa;
}

input:placeholder-shown + label {
  top: 10px;
  left: 10px;
  font-size: 16px;
  color: #aaa;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}

.main h2 {
  font-size: 42px;
  color: #f9920e;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.main p {
  font-size: 20px;
  color: #000;
}

a {
  text-decoration: none !important;
}

ul,
li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.main {
  padding: 30px;
}
.main .header {
  background-color: rgba(255, 255, 255, 0.3764705882) !important;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 50px;
  margin: 10px;
  position: relative;
  z-index: 999;
}
.main .header .header-inner {
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: space-between;
}
.main .header .header-inner .header-left a span {
  display: flex;
  align-items: center;
}
.main .header .header-inner .header-left img {
  height: 40px;
  margin-right: 10px;
}
.main .header .header-inner .header-left img img::before {
  content: "";
  background-color: aqua;
  height: 500px;
  width: 500px;
}
.main .header .header-inner .header-left .company-text {
  color: #000;
}
.main .header .header-inner .header-left .company-text h1 {
  font-size: 24px;
  margin: 0px;
  color: #f9920e;
  font-weight: 700;
}
.main .header .header-inner .header-right .header-right-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main .header .header-inner .header-right .header-right-inner .header-ul {
  display: flex;
  gap: 30px;
  margin: 0px;
  padding: 0px;
}
.main .header .header-inner .header-right .header-right-inner .header-ul .header-li {
  font-size: 18px;
  width: -moz-max-content;
  width: max-content;
}
.main .header .header-inner .header-right .header-right-inner .header-ul .header-li .header-link {
  color: #000;
}
.main .header .header-inner .header-right .header-right-inner .header-button {
  background-color: #f9920e;
  max-width: 127px;
  width: 100%;
  border-radius: 50px;
}
.main .header .header-inner .header-right .header-right-inner .header-button .header-button-inner {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .header .header-inner .header-right .header-right-inner .header-button .header-button-inner a {
  font-size: 18px;
  color: #fff;
}
.main .hero-section {
  background-color: #eee;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  min-height: 94vh;
  margin: 0px 0px 50px;
}
.main .hero-section .hero-inner .hero-banner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.main .hero-section .hero-inner .hero-banner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1882352941);
  z-index: 9;
  overflow: hidden;
}
.main .hero-section .hero-inner .hero-banner .hero-img {
  height: 100%;
  width: 100%;
}
.main .hero-section .hero-inner .hero-banner .hero-img .dd {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .hero-section .hero-inner .hero-banner .banner_content {
  position: absolute;
  z-index: 99;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding-top: 200px;
}
.main .hero-section .hero-inner .hero-banner .banner_content .text-banner {
  width: 100%;
  max-width: 700px;
  font-size: 48px;
  color: #fff;
}
.main .hero-section .hero-inner .hero-banner .banner_content img {
  max-width: 60px;
  width: 100%;
}
.main .main-contant {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.main .main-contant .service-section {
  max-width: 700px;
  width: 100%;
  padding: 20px;
  margin: 0px auto;
}
.main .main-contant .service-section .service-p {
  text-align: center;
}
.main .main-contant .product-section {
  width: 100%;
  max-width: 1280px;
  padding: 55px;
  background-color: #f2f2f2;
  border-radius: 50px;
  margin: 0px auto;
}
.main .main-contant .product-section .product-list-main .product-list .product-slider {
  display: flex;
  row-gap: 25px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-wrap: wrap;
  padding: 15px 5px;
  justify-content: center;
}
.main .main-contant .product-section .product-list-main .product-list .product-slider .products {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.main .main-contant .product-section .product-list-main .product-list .product-slider .products p {
  margin: 0px;
  font-size: 20px;
}
.main .main-contant .product-section .product-list-main .product-list .product-slider .products span {
  position: relative;
  height: 45px;
  width: 96px;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
}
.main .main-contant .product-section .product-list-main .product-list .product-slider .products span img {
  position: relative;
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main .main-contant .product-section .product-list-main .product-list .product-slider .products .products:last-child {
  align-self: flex-end;
}
.main .main-contant .product-section .product-list-main .product-list .mobile {
  display: none;
}
.main .main-contant .htw-section {
  max-width: 1280px;
  width: 100%;
  margin: 0px auto;
}
.main .main-contant .htw-section .htw-top {
  gap: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: space-between;
}
.main .main-contant .htw-section .htw-top .htw-card {
  flex: 40%;
  padding: 72px;
  border-radius: 50px;
  background-color: #f2f2f2;
}
.main .main-contant .htw-section .htw-top .htw-card .card-inner .card-title h6 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 27px;
}
.main .main-contant .news-section {
  position: relative;
  max-width: 1280px;
  margin: 0px auto;
  border-radius: 50px;
  overflow: hidden;
  width: 100%;
}
.main .main-contant .news-section .news-img-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 999;
}
.main .main-contant .news-section .news-img-bg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1882352941);
  z-index: 9;
  overflow: hidden;
}
.main .main-contant .news-section .news-img-bg .news-img {
  height: 100%;
  width: 100%;
}
.main .main-contant .news-section .news-img-bg .news-img img {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  background-size: cover;
}
.main .main-contant .news-section .news-inner .news-card-row {
  position: relative;
  z-index: 999;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  flex-wrap: wrap;
  padding: 70px;
}
.main .main-contant .news-section .news-inner .news-card-row .news-text h2,
.main .main-contant .news-section .news-inner .news-card-row .news-text p {
  color: #fff;
}
.main .main-contant .news-section .news-inner .news-card-row .item .card {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  border: 0px;
}
.main .main-contant .news-section .news-inner .news-card-row .item .card .card-inner {
  height: 100%;
  display: inline-block;
  background-color: #fff;
}
.main .main-contant .news-section .news-inner .news-card-row .item .card .card-inner .card-contant .card-img {
  width: 100%;
  height: 260px;
  position: relative;
}
.main .main-contant .news-section .news-inner .news-card-row .item .card .card-inner .card-contant .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.main .main-contant .news-section .news-inner .news-card-row .item .card .card-inner .card-contant .card-img::before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1882352941);
  position: absolute;
  z-index: 1;
}
.main .main-contant .news-section .news-inner .news-card-row .item .card .card-inner .card-contant .card-text-section {
  text-align: center;
  padding: 0px 0px 15px;
  margin: 15px;
}
.main .main-contant .news-section .news-inner .news-card-row .item .card .card-inner .card-contant .card-text-section .card-text .card-title h2 {
  font-family: "Readex Pro", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 18px;
}
.main .main-contant .news-section .news-inner .news-card-row .item .card .card-inner .card-contant .card-text-section .card-text .news-card-p .news-p {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.main .main-contant .news-section .news-inner .news-card-row .item .card .card-inner .card-contant .card-text-section .card-text .news-card-button {
  margin: 0px auto;
  max-width: 180px;
  width: 100%;
}
.main .main-contant .news-section .news-inner .news-card-row .item .card .card-inner .card-contant .card-text-section .card-text .news-card-button .news-a {
  height: 100%;
  border-radius: 50px;
  transition: 0.2s linear;
  padding: 10px 15px;
  font-family: "Poppins", sans-serif;
  background: #f9920e;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.main .main-contant .news-section .news-inner .news-card-row .item .card .card-inner .card-contant .card-text-section .card-text .news-card-button .news-a:hover {
  color: #fff;
  background-color: #000;
}
.main .main-contant .news-section .news-inner .news-card-row .news-text {
  width: 100%;
  text-align: center;
  color: #fff;
}
.main .main-contant .inner__pages__space {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.main .main-contant .inner__pages__space p {
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
}
.main .main-contant .inner__pages__space .content__text ol {
  margin-top: 45px;
}
.main .main-contant .inner__pages__space .content__text ol li:not(ul > li) {
  list-style: decimal;
  font-size: 20px;
  margin-bottom: 50px;
}
.main .main-contant .inner__pages__space .content__text ol li:not(ul > li) p:nth-child(1) {
  margin-bottom: 20px;
}
.main .main-contant .inner__pages__space .content__text ol ul {
  margin-top: 30px;
  margin-bottom: 50px;
}
.main .main-contant .inner__pages__space .content__text ol ul li {
  list-style: disc;
  font-size: 20px;
  margin-bottom: 15px;
}
.main .main-contant .our-product-text {
  margin: 100px 0px;
  text-align: center;
}
.main .main-contant .our-product-text p {
  font-size: 24px;
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
}
.main .main-contant .our-product-img-section-inner {
  -moz-column-count: 3;
       column-count: 3;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.main .main-contant .our-product-img-section-inner .op-img {
  margin: 0px 40px 40px 0px;
}
.main .main-contant .our-product-img-section-inner .op-img img {
  width: 100%;
  height: auto;
}
.main .main-contant .contact-us_main {
  margin: 100px 0px;
}
.main .main-contant .contact-us_main .contact-us_inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .main-contant .contact-us_main .contact-us_inner .flex__50 {
  flex: 50%;
}
.main .main-contant .contact-us_main .contact-us_inner p {
  font-size: 20px;
  color: #a6a6a6;
  margin-top: 8px;
  max-width: 475px;
  width: 100%;
  font-weight: 600;
  line-height: 25px;
}
.main .main-contant .contact-us_main .contact-us_inner .contact-us_left-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.main .main-contant .contact-us_main .contact-us_inner .contact-us_left-inner .contact-us_left-title h2 {
  text-align: left;
  font-size: 32px;
}
.main .main-contant .contact-us_main .contact-us_inner .contact-us_left-inner .contact-us_left-email .dark {
  color: #000;
}
.main .main-contant .contact-us_main .contact-us_inner .contact-us_left-inner .mail-icon {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.main .main-contant .contact-us_main .contact-us_inner .contact-us_left-inner .mail-icon img {
  width: auto;
  height: 100%;
}
.main .main-contant .contact-us_main .contact-us_inner .contact-us_left-inner .contact-us_social p {
  color: #000;
}
.main .main-contant .contact-us_main .contact-us_inner .contact-us_left-inner .contact-us_social .contact_social {
  font-size: 40px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.main .main-contant .contact-us_main .contact-us_inner .contact-us_left-inner .contact-us_social .contact_social a > i {
  color: rgba(0, 0, 0, 0.1882352941);
}
.main .main-contant .contact-us_main .contact-us_inner .contact-us_left-inner .contact-us_social .contact_social a > i:hover {
  color: #000;
}
.main .main-contant .contact-us_main .contact-us_inner .contact-us_right-inner form {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 40px;
}
.main .main-contant .contact-us_main .contact-us_inner .contact-us_right-inner form .input_holder {
  flex: 33%;
}
.main .main-contant .contact-us_main .contact-us_inner .contact-us_right-inner form .input_holder input {
  width: 100%;
}
.main .main-contant .contact-us_main .contact-us_inner .contact-us_right-inner form .form_cta-holder {
  flex: 100%;
}
.main .main-contant .contact-us_main .contact-us_inner .contact-us_right-inner form .form_cta-holder .form_cta {
  background: #f9920e;
  color: #fff;
  padding: 15px 70px;
  border-radius: 50px;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 700;
  border: 2px solid transparent;
  transition: 0.2s ease all;
}
.main .main-contant .contact-us_main .contact-us_inner .contact-us_right-inner form .form_cta-holder .form_cta:hover {
  color: #f9920e;
  border: 2px solid #f9920e;
  background: transparent;
}
.main .title-two {
  margin-bottom: 20px !important;
}
.main .main-title-text {
  text-align: center;
}
.main .main-title-text .main-title {
  font-size: 24px;
  margin-bottom: 35px;
  color: #f9920e;
  font-weight: bold;
  text-transform: uppercase;
}
.main .footer {
  background-color: #eee;
  border-radius: 50px;
  padding: 50px;
  margin-top: 30px;
}
.main .footer .footer-inner .footer-top .footer-top-inner .footer-ul {
  padding: 0px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .footer .footer-inner .footer-top .footer-top-inner .footer-ul .footer-li {
  font-size: 20px;
  font-weight: 600;
  max-width: 320px;
  margin: 15px auto;
}
.main .footer .footer-inner .footer-top .footer-top-inner .footer-ul .footer-li .footer-li-inner .footer-a {
  color: #000;
}
.main .footer .footer-inner .footer-top .footer-top-inner .footer-ul .footer-li .footer-li-inner .cols {
  margin: 15px 0px 10px;
}
.main .footer .footer-inner .footer-top .footer-top-inner .footer-ul .footer-li .footer-li-inner .cols .col-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0px;
  flex-wrap: wrap;
}
.main .footer .footer-inner .footer-top .footer-top-inner .footer-ul .footer-li .footer-li-inner .cols .col-ul .col-li {
  font-size: 18px;
  font-weight: 400;
}
.main .footer .footer-inner .footer-top .footer-top-inner .footer-ul .footer-li .footer-li-inner .cols .col-ul .col-li a {
  color: #000;
}
.main .footer .footer-inner .footer-top .footer-top-inner .footer-ul .footer-li .footer-li-inner .cols .col-ul .col-li a:hover {
  color: aqua;
}
.main .footer .footer-inner .footer-top .footer-top-inner .footer-ul .footer-li .footer-li-inner .cols .col-ul .col-li:hover {
  color: aqua;
}
.main .footer .footer-inner .footer-bottom {
  max-width: 500px;
  margin: 90px auto 0px;
}
.main .footer .footer-inner .footer-bottom img {
  width: 100%;
  text-align: center;
}

@media (max-width: 1080px) {
  .header-ul,
  .header-right-inner {
    gap: 12px !important;
  }
}

@media (max-width: 991px) {
  .navbar-toggler {
    border-radius: 50px !important;
    padding: 10px !important;
    font-size: 15px !important;
    border: 2px solid #f9920e !important;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .hero-section {
    height: 500px !important;
  }
  .hero-section .header {
    border-radius: 40px !important;
  }
  .hero-section .header .header-left .header-left img {
    height: 35px !important;
  }
  .hero-section .header .header-left .company-text {
    font-size: 22px !important;
  }
  .hero-section .header .header-ul,
  .hero-section .header .header-right-inner {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  .hero-section .text-banner {
    max-width: 500px !important;
    font-size: 34px !important;
  }
  .htw-card {
    padding: 50px !important;
  }
  .main .main-contant .our-product-img-section-inner {
    -moz-column-count: 2;
         column-count: 2;
  }
  .main .main-contant .our-product-img-section-inner .op-img {
    margin: 0px 10px 10px 0px;
  }
}
@media (max-width: 860px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .main {
    padding: 10px !important;
  }
  .main .news-card-row {
    padding: 20px !important;
  }
  .main .htw-card {
    flex: 100% !important;
    padding: 25px !important;
  }
  .main .product-section {
    padding: 25px !important;
  }
  .main .footer {
    padding: 30px !important;
  }
  .main .footer .footer-li {
    width: 100%;
    margin: 20px 0px !important;
  }
  .main .footer .footer-bottom {
    max-width: 450px !important;
    margin: 40px auto 15px !important;
  }
}/*# sourceMappingURL=app.css.map */