@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
}

.banner-btn a span {
  background-color: #C6993A;
  padding: 7px 0;
  border-radius: 3px;
  margin-right: 5px;
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.style {
  font-family: "Style Script", cursive;
}
.style.t36 {
  font-size: 24px;
}
.style.t34 {
  font-size: 20px;
}

.frank {
  font-family: "Frank Ruhl Libre", serif;
}
.frank.t80 {
  font-size: 40px;
}
.frank.t70 {
  font-size: 40px;
}
.frank.t56 {
  font-size: 30px;
}
.frank.t44 {
  font-size: 26px;
}
.frank.t34 {
  font-size: 18px;
}
.frank.t32 {
  font-size: 20px;
}
.frank.t30 {
  font-size: 18px;
}
.frank.t36 {
  font-size: 20px;
}

.lato {
  font-family: "Lato", sans-serif;
}
.lato.t60 {
  font-size: 20px;
}
.lato.t40 {
  font-size: 24px;
}
.lato.t30 {
  font-size: 18px;
}
.lato.t24 {
  font-size: 14px;
}
.lato.t22 {
  font-size: 22px;
}
.lato.t20 {
  font-size: 15px;
}
.lato.t18 {
  font-size: 14px;
}
.lato.t16 {
  font-size: 14px;
}
.lato.t15 {
  font-size: 15px;
}

.desk-hide {
  display: block !important;
}

.mobi-hide {
  display: none;
}

.main-wrap {
  padding: 0 10px;
}

@media only screen and (min-width: 1200px) {
  .desk-hide {
    display: none !important;
  }
  .mobi-hide {
    display: block !important;
  }
  .style.t36 {
    font-size: 1.875vw;
  }
  .style.t34 {
    font-size: 1.7708333333vw;
  }
  .frank.t80 {
    font-size: 4.1666666667vw;
  }
  .frank.t70 {
    font-size: 3.6458333333vw;
  }
  .frank.t56 {
    font-size: 2.9166666667vw;
  }
  .frank.t44 {
    font-size: 2.2916666667vw;
  }
  .frank.t34 {
    font-size: 1.7708333333vw;
  }
  .frank.t32 {
    font-size: 1.6666666667vw;
  }
  .frank.t30 {
    font-size: 1.5625vw;
  }
  .frank.t36 {
    font-size: 1.875vw;
  }
  .lato.t60 {
    font-size: 3.125vw;
  }
  .lato.t40 {
    font-size: 2.0833333333vw;
  }
  .lato.t30 {
    font-size: 1.5625vw;
  }
  .lato.t24 {
    font-size: 1.25vw;
  }
  .lato.t22 {
    font-size: 1.1458333333vw;
  }
  .lato.t20 {
    font-size: 1.1458333333vw;
  }
  .lato.t18 {
    font-size: 0.9375vw;
  }
  .lato.t16 {
    font-size: 0.8333333333vw;
  }
  .lato.t15 {
    font-size: 0.78125vw;
  }
}
.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.mob-hide {
  display: none;
}

.des-hide {
  display: block;
}

.header {
  padding: 10px;
  position: relative;
  z-index: 100;
}
.header.search-hide .main-wrapper .header-wrap .search-wrap-mobile {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;
  display: block !important;
}
.header.is-active.--hidden {
  position: fixed;
  -webkit-transform: none;
          transform: none;
}
.header.sticky {
  top: 0;
  height: 149.78px;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  position: fixed;
  z-index: 100;
  width: 100%;
}
.header.sticky .scroll {
  display: none;
}
.header.sticky .main-wrapper .header-wrap {
  padding-top: 15px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 5px;
  background: #000;
  border-radius: 30px;
  /* Search Icon */
  /* Search Mobile Overlay */
  /* Mobile Menu */
}
.header.sticky .main-wrapper .header-wrap .search-wrap-mobile {
  padding-top: 10px;
  z-index: 999;
  width: 0;
  opacity: 0;
  display: none !important;
  position: relative;
}
.header.sticky .main-wrapper .header-wrap .search-wrap-mobile .search-svg {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  -webkit-transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease, -webkit-transform 0.3s ease;
}
.header.sticky .main-wrapper .header-wrap .search-wrap-mobile .search-svg.active {
  fill: #00A19A;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay .search-container {
  width: 80%;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-top: 55px;
  height: 20%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-input {
  width: 83%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-close-btn:hover {
  color: red;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-btn {
  font-size: 0;
  border: 0;
  height: 42px;
  width: 17%;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-btn svg {
  height: 42px;
  width: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header.sticky .main-wrapper .header-wrap .hdr-logo {
  position: relative;
  z-index: 999;
}
.header.sticky .main-wrapper .header-wrap .hdr-logo a img {
  width: 117px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu {
  padding-top: 10px;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .mob-toggler {
  position: relative;
  z-index: 999;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .mob-toggler .menu-toggle img.menu-open {
  display: block;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .mob-toggler .menu-toggle img.menu-close {
  display: none;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay {
  display: none;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active {
  display: block;
  border-radius: 30px;
  border: 1px solid #C6993A;
  background: #fff;
  width: 95%;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  height: 97vh;
  overflow-y: auto !important;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  z-index: 888;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-mob-overlay-content-inner {
  margin-top: 134px;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-mob-overlay-content-inner .menu-bg-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: -1;
  opacity: 0.25;
  width: 100%;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-toggle img.menu-open {
  display: none;
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-toggle img.menu-close {
  display: block;
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay .menu-mob-overlay-content-inner .mobi-menu-inner ul {
  text-align: center;
  padding: 30px;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay .menu-mob-overlay-content-inner .mobi-menu-inner ul li.current_page_item a {
  color: #C6993A;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay .menu-mob-overlay-content-inner .mobi-menu-inner ul li a {
  color: #2A2A2A;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.44px;
  text-transform: capitalize;
  text-align: center;
}
.header.--hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  position: absolute;
  overflow: hidden;
}
.header.--hidden .nav-menu {
  background: none;
}
.header .main-wrapper .header-wrap {
  padding-top: 25px;
  padding-left: 24px;
  padding-right: 24px;
  /* Search Icon */
  /* Search Mobile Overlay */
  /* Mobile Menu */
}
.header .main-wrapper .header-wrap .search-wrap-mobile {
  padding-top: 10px;
  z-index: 999;
  position: relative;
  width: 0;
  opacity: 0;
  display: none !important;
}
.header .main-wrapper .header-wrap .search-wrap-mobile .search-svg {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  -webkit-transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease, -webkit-transform 0.3s ease;
}
.header .main-wrapper .header-wrap .search-wrap-mobile .search-svg.active {
  fill: #00A19A;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.header .main-wrapper .header-wrap .search-mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header .main-wrapper .header-wrap .search-mobile-overlay.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.header .main-wrapper .header-wrap .search-mobile-overlay .search-container {
  width: 80%;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-top: 55px;
  height: 20%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.header .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-input {
  width: 83%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.header .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-close-btn:hover {
  color: red;
}
.header .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-btn {
  font-size: 0;
  border: 0;
  height: 42px;
  width: 17%;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
}
.header .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-btn svg {
  height: 42px;
  width: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .main-wrapper .header-wrap .hdr-logo {
  position: relative;
  z-index: 999;
}
.header .main-wrapper .header-wrap .hdr-logo a img {
  width: 117px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .main-wrapper .header-wrap .mobile-menu {
  padding-top: 10px;
}
.header .main-wrapper .header-wrap .mobile-menu .mob-toggler {
  position: relative;
  z-index: 999;
}
.header .main-wrapper .header-wrap .mobile-menu .mob-toggler .menu-toggle img.menu-open {
  display: block;
}
.header .main-wrapper .header-wrap .mobile-menu .mob-toggler .menu-toggle img.menu-close {
  display: none;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay {
  display: none;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active {
  display: block;
  border-radius: 30px;
  border: 1px solid #C6993A;
  background: #fff;
  width: 95%;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  height: 97vh;
  overflow-y: auto !important;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  z-index: 888;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-mob-overlay-content-inner {
  margin-top: 134px;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-mob-overlay-content-inner .menu-bg-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: -1;
  opacity: 0.25;
  width: 100%;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-toggle img.menu-open {
  display: none;
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-toggle img.menu-close {
  display: block;
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay .menu-mob-overlay-content-inner .mobi-menu-inner ul {
  text-align: center;
  padding: 30px;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay .menu-mob-overlay-content-inner .mobi-menu-inner ul li.current_page_item a {
  color: #C6993A;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay .menu-mob-overlay-content-inner .mobi-menu-inner ul li a {
  color: #2A2A2A;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.44px;
  text-transform: capitalize;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .header {
    padding: 0;
  }
  .header .main-wrapper .header-wrap {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .header .main-wrapper .header-wrap .desk-menu {
    width: 48%;
    padding-right: 0vw !important;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a, .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 800 !important;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a:after, .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a:after {
    position: absolute;
    content: "";
    border-radius: 3px;
    background: #076324;
    left: 0;
    right: 0;
    height: 3px;
    width: 73%;
    bottom: 0;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
  }
  .header .main-wrapper .header-wrap .hdr-logo {
    width: 12%;
    padding-bottom: 1.0416666667vw;
  }
  .header .main-wrapper .header-wrap .hdr-logo a img {
    height: 7.8125vw;
    width: 10.0520833333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .main-wrapper .header-wrap .search-full-wrap {
    width: 40%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .main-wrapper .header-wrap .search-full-wrap::after {
    content: "";
    height: 2.0833333333vw;
    width: 1px;
    background: rgba(42, 42, 42, 0.5);
    right: 188px;
    position: absolute;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap {
    margin-right: 2.34375vw;
    position: relative;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container {
    width: 20.0520833333vw;
    background: #EBEBEB;
    height: 2.9166666667vw;
    border-radius: 1.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-input {
    width: 15.625vw;
    bottom: 0;
    outline: none !important;
    height: 2.5vw;
    background: rgba(232, 232, 232, 0);
    border: 0;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn {
    width: 2.3958333333vw;
    font-size: 0;
    border: 0;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn .footer-svg {
    height: 2.3958333333vw;
    width: 2.3958333333vw;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-icon img {
    margin-right: 0.78125vw;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap p {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.32px;
    text-transform: capitalize;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap a.hdr-call {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    text-decoration: none;
  }
  .header.sticky {
    top: 0vw;
    height: 8.28125vw;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    position: fixed;
    z-index: 100;
    width: 100%;
  }
  .header.sticky .scroll {
    display: none;
  }
  .header.sticky .main-wrapper .header-wrap {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    background: #fff;
    border-radius: 0;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu {
    width: 48%;
    padding-right: 0vw !important;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a, .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 800 !important;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a:after, .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a:after {
    position: absolute;
    content: "";
    border-radius: 3px;
    background: #076324;
    left: 0;
    right: 0;
    height: 3px;
    width: 73%;
    bottom: 0;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
  }
  .header.sticky .main-wrapper .header-wrap .hdr-logo {
    width: 12%;
    padding-bottom: 1.0416666667vw;
  }
  .header.sticky .main-wrapper .header-wrap .hdr-logo a img {
    height: 7.8125vw;
    width: 10.0520833333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap {
    width: 40%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap::after {
    content: "";
    height: 2.0833333333vw;
    width: 1px;
    background: rgba(42, 42, 42, 0.5);
    right: 188px;
    position: absolute;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap {
    margin-right: 2.34375vw;
    position: relative;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container {
    width: 20.0520833333vw;
    background: #EBEBEB;
    height: 2.9166666667vw;
    border-radius: 1.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-input {
    width: 15.625vw;
    bottom: 0;
    outline: none !important;
    height: 2.5vw;
    background: rgba(232, 232, 232, 0);
    border: 0;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn {
    width: 2.3958333333vw;
    font-size: 0;
    border: 0;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn .footer-svg {
    height: 2.3958333333vw;
    width: 2.3958333333vw;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-icon img {
    margin-right: 0.78125vw;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap p {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.32px;
    text-transform: capitalize;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap a.hdr-call {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1400px) {
  .header {
    padding: 0;
  }
  .header .main-wrapper .header-wrap {
    padding-left: 6.7708333333vw;
    padding-right: 6.7708333333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .header .main-wrapper .header-wrap .desk-menu {
    width: 36.4583333333vw;
    padding-right: 0vw !important;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a, .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 800 !important;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a:after, .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a:after {
    position: absolute;
    content: "";
    border-radius: 3px;
    background: #076324;
    left: 0;
    right: 0;
    height: 3px;
    width: 73%;
    bottom: 0;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
  }
  .header .main-wrapper .header-wrap .hdr-logo {
    width: 10.0520833333vw;
    padding-bottom: 1.0416666667vw;
  }
  .header .main-wrapper .header-wrap .hdr-logo a img {
    height: 7.8125vw;
    width: 10.0520833333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .main-wrapper .header-wrap .search-full-wrap {
    width: 36.4583333333vw;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .main-wrapper .header-wrap .search-full-wrap::after {
    content: unset;
    height: 2.0833333333vw;
    width: 1px;
    background: rgba(42, 42, 42, 0.5);
    right: 9.4791666667vw;
    position: absolute;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap {
    margin-right: 2.34375vw;
    position: relative;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container {
    width: 20.0520833333vw;
    background: #EBEBEB;
    height: 2.9166666667vw;
    border-radius: 1.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-input {
    width: 15.625vw;
    bottom: 0;
    outline: none !important;
    height: 2.5vw;
    background: rgba(232, 232, 232, 0);
    border: 0;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn {
    width: 2.3958333333vw;
    font-size: 0;
    border: 0;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn .footer-svg {
    height: 2.3958333333vw;
    width: 2.3958333333vw;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-icon img {
    margin-right: 0.78125vw;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap p {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.32px;
    text-transform: capitalize;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap a.hdr-call {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    text-decoration: none;
  }
  .header.sticky {
    top: 0vw;
    height: 8.28125vw;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    position: fixed;
    z-index: 100;
    width: 100%;
  }
  .header.sticky .scroll {
    display: none;
  }
  .header.sticky .main-wrapper .header-wrap {
    padding-left: 6.7708333333vw;
    padding-right: 6.7708333333vw;
    background: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu {
    width: 36.4583333333vw;
    padding-right: 0vw !important;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a, .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 800 !important;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a:after, .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a:after {
    position: absolute;
    content: "";
    border-radius: 3px;
    background: #076324;
    left: 0;
    right: 0;
    height: 3px;
    width: 73%;
    bottom: 0;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
  }
  .header.sticky .main-wrapper .header-wrap .hdr-logo {
    width: 10.0520833333vw;
    padding-bottom: 1.0416666667vw;
  }
  .header.sticky .main-wrapper .header-wrap .hdr-logo a img {
    height: 7.8125vw;
    width: 10.0520833333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap {
    width: 36.4583333333vw;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap::after {
    content: unset;
    height: 2.0833333333vw;
    width: 1px;
    background: rgba(42, 42, 42, 0.5);
    right: 9.4791666667vw;
    position: absolute;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap {
    margin-right: 2.34375vw;
    position: relative;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container {
    width: 20.0520833333vw;
    background: #EBEBEB;
    height: 2.9166666667vw;
    border-radius: 1.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-input {
    width: 15.625vw;
    bottom: 0;
    outline: none !important;
    height: 2.5vw;
    background: rgba(232, 232, 232, 0);
    border: 0;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn {
    width: 2.3958333333vw;
    font-size: 0;
    border: 0;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn .footer-svg {
    height: 2.3958333333vw;
    width: 2.3958333333vw;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-icon img {
    margin-right: 0.78125vw;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap p {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.32px;
    text-transform: capitalize;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap a.hdr-call {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1920px) {
  .header .main-wrapper .header-wrap .desk-menu {
    width: 36.4583333333vw;
    padding-right: 0vw !important;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a, .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 800 !important;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a:after, .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a:after {
    position: absolute;
    content: "";
    border-radius: 3px;
    background: #076324;
    left: 0;
    right: 0;
    height: 3px;
    width: 73%;
    bottom: 0;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
  }
  .header .main-wrapper .header-wrap .search-full-wrap::after {
    content: "";
  }
  .header.sticky {
    top: 0vw;
    height: 8.28125vw;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    position: fixed;
    z-index: 100;
    width: 100%;
  }
  .header.sticky .scroll {
    display: none;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu {
    width: 36.4583333333vw;
    padding-right: 0vw !important;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a, .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 800 !important;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a:after, .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a:after {
    position: absolute;
    content: "";
    border-radius: 3px;
    background: #076324;
    left: 0;
    right: 0;
    height: 3px;
    width: 73%;
    bottom: 0;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap::after {
    content: "";
  }
}
.gen-title-wrap .gen-title {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) bottom right/50% 50% no-repeat, -webkit-gradient(linear, right top, left bottom, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) bottom left/50% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) top left/50% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) top right/50% 50% no-repeat;
  background: linear-gradient(to bottom right, #2a2a2a 15%, #c6993a 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, #2a2a2a 15%, #c6993a 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, #2a2a2a 15%, #c6993a 50%) top left/50% 50% no-repeat, linear-gradient(to top right, #2a2a2a 15%, #c6993a 50%) top right/50% 50% no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: -2px;
  padding-bottom: 20px;
}
.gen-title-wrap img {
  position: absolute;
  height: 74px;
  width: 74px;
  -o-object-fit: contain;
  object-fit: contain;
  top: -44%;
  right: 12%;
}

.gen-sub-title {
  font-weight: 300;
  padding-bottom: 40px;
}

.gen-intro {
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-btn, .gen-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-btn a, .gen-button a {
  border: 1px solid #2a2a2a;
  padding: 10px 30px;
  text-decoration: none;
  color: #2a2a2a;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2.34px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-btn a .svg-addon .search-svg, .gen-button a .svg-addon .search-svg {
  height: 8.13px;
  width: 8.13px;
}

/*.slick-dots */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  right: 0;
}
.slick-dots .slick-active button {
  width: 40px !important;
  background-color: #c6993a !important;
}
.slick-dots li {
  margin: 0 5px;
  font-size: 0;
}
.slick-dots li button {
  display: block;
  width: 15px;
  height: 5px;
  background-color: #e4d7c5;
  padding: 0;
  border: none;
  border-radius: 10px;
  text-indent: -9999px;
}

@media only screen and (min-width: 600px) {
  .gen-title-wrap {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
  .gen-title-wrap img {
    top: -31%;
    right: -13%;
  }
}
@media only screen and (min-width: 1200px) {
  .mob-hide {
    display: block;
  }
  .des-hide {
    display: none;
  }
  .gen-title-wrap .gen-title {
    font-size: 4.1666666667vw;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 1.3020833333vw;
    line-height: initial;
    letter-spacing: -0.2083333333vw;
  }
  .gen-title-wrap img {
    height: 6.09375vw;
    width: 5.78125vw;
    top: -14%;
    right: -10%;
  }
  .gen-sub-title {
    padding-bottom: 2.6041666667vw;
  }
  .gen-intro {
    padding: 0 0 3.125vw;
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.slow-shake {
  -webkit-animation: sllow 20s infinite ease-in-out;
          animation: sllow 20s infinite ease-in-out;
}

@-webkit-keyframes sllow {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
}

@keyframes sllow {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
}
.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block !important;
  height: 0 !important;
  overflow-y: hidden;
  visibility: hidden;
  position: absolute;
  width: 100%;
}

.tab-content > .tab-pane.active,
.pill-content > .pill-pane.active {
  height: auto !important;
  overflow-y: visible;
  visibility: visible;
  position: relative;
}

.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap::after {
  background-image: url(../img/comma.png);
}

@media only screen and (min-width: 1200px) {
  .cus-exp-sec .main-wrap .cus-silder .cus-item::before {
    background-image: url(../img/comma.png);
  }
}
.fade-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}

.fade-up-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

.banner-btn a span {
  background-color: #C6993A;
  padding: 7px 0;
  border-radius: 3px;
  margin-right: 5px;
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.style {
  font-family: "Style Script", cursive;
}
.style.t36 {
  font-size: 24px;
}
.style.t34 {
  font-size: 20px;
}

.frank {
  font-family: "Frank Ruhl Libre", serif;
}
.frank.t80 {
  font-size: 40px;
}
.frank.t70 {
  font-size: 40px;
}
.frank.t56 {
  font-size: 30px;
}
.frank.t44 {
  font-size: 26px;
}
.frank.t34 {
  font-size: 18px;
}
.frank.t32 {
  font-size: 20px;
}
.frank.t30 {
  font-size: 18px;
}
.frank.t36 {
  font-size: 20px;
}

.lato {
  font-family: "Lato", sans-serif;
}
.lato.t60 {
  font-size: 20px;
}
.lato.t40 {
  font-size: 24px;
}
.lato.t30 {
  font-size: 18px;
}
.lato.t24 {
  font-size: 14px;
}
.lato.t22 {
  font-size: 22px;
}
.lato.t20 {
  font-size: 15px;
}
.lato.t18 {
  font-size: 14px;
}
.lato.t16 {
  font-size: 14px;
}
.lato.t15 {
  font-size: 15px;
}

.desk-hide {
  display: block !important;
}

.mobi-hide {
  display: none;
}

.main-wrap {
  padding: 0 10px;
}

@media only screen and (min-width: 1200px) {
  .desk-hide {
    display: none !important;
  }
  .mobi-hide {
    display: block !important;
  }
  .style.t36 {
    font-size: 1.875vw;
  }
  .style.t34 {
    font-size: 1.7708333333vw;
  }
  .frank.t80 {
    font-size: 4.1666666667vw;
  }
  .frank.t70 {
    font-size: 3.6458333333vw;
  }
  .frank.t56 {
    font-size: 2.9166666667vw;
  }
  .frank.t44 {
    font-size: 2.2916666667vw;
  }
  .frank.t34 {
    font-size: 1.7708333333vw;
  }
  .frank.t32 {
    font-size: 1.6666666667vw;
  }
  .frank.t30 {
    font-size: 1.5625vw;
  }
  .frank.t36 {
    font-size: 1.875vw;
  }
  .lato.t60 {
    font-size: 3.125vw;
  }
  .lato.t40 {
    font-size: 2.0833333333vw;
  }
  .lato.t30 {
    font-size: 1.5625vw;
  }
  .lato.t24 {
    font-size: 1.25vw;
  }
  .lato.t22 {
    font-size: 1.1458333333vw;
  }
  .lato.t20 {
    font-size: 1.1458333333vw;
  }
  .lato.t18 {
    font-size: 0.9375vw;
  }
  .lato.t16 {
    font-size: 0.8333333333vw;
  }
  .lato.t15 {
    font-size: 0.78125vw;
  }
}
.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.mob-hide {
  display: none;
}

.des-hide {
  display: block;
}

.header {
  padding: 10px;
  position: relative;
  z-index: 100;
}
.header.search-hide .main-wrapper .header-wrap .search-wrap-mobile {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;
  display: block !important;
}
.header.is-active.--hidden {
  position: fixed;
  -webkit-transform: none;
          transform: none;
}
.header.sticky {
  top: 0;
  height: 149.78px;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  position: fixed;
  z-index: 100;
  width: 100%;
}
.header.sticky .scroll {
  display: none;
}
.header.sticky .main-wrapper .header-wrap {
  padding-top: 15px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 5px;
  background: #000;
  border-radius: 30px;
  /* Search Icon */
  /* Search Mobile Overlay */
  /* Mobile Menu */
}
.header.sticky .main-wrapper .header-wrap .search-wrap-mobile {
  padding-top: 10px;
  z-index: 999;
  width: 0;
  opacity: 0;
  display: none !important;
  position: relative;
}
.header.sticky .main-wrapper .header-wrap .search-wrap-mobile .search-svg {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  -webkit-transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease, -webkit-transform 0.3s ease;
}
.header.sticky .main-wrapper .header-wrap .search-wrap-mobile .search-svg.active {
  fill: #00A19A;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay .search-container {
  width: 80%;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-top: 55px;
  height: 20%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-input {
  width: 83%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-close-btn:hover {
  color: red;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-btn {
  font-size: 0;
  border: 0;
  height: 42px;
  width: 17%;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-btn svg {
  height: 42px;
  width: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header.sticky .main-wrapper .header-wrap .hdr-logo {
  position: relative;
  z-index: 999;
}
.header.sticky .main-wrapper .header-wrap .hdr-logo a img {
  width: 117px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu {
  padding-top: 10px;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .mob-toggler {
  position: relative;
  z-index: 999;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .mob-toggler .menu-toggle img.menu-open {
  display: block;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .mob-toggler .menu-toggle img.menu-close {
  display: none;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay {
  display: none;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active {
  display: block;
  border-radius: 30px;
  border: 1px solid #C6993A;
  background: #fff;
  width: 95%;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  height: 97vh;
  overflow-y: auto !important;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  z-index: 888;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-mob-overlay-content-inner {
  margin-top: 134px;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-mob-overlay-content-inner .menu-bg-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: -1;
  opacity: 0.25;
  width: 100%;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-toggle img.menu-open {
  display: none;
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-toggle img.menu-close {
  display: block;
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay .menu-mob-overlay-content-inner .mobi-menu-inner ul {
  text-align: center;
  padding: 30px;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay .menu-mob-overlay-content-inner .mobi-menu-inner ul li.current_page_item a {
  color: #C6993A;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay .menu-mob-overlay-content-inner .mobi-menu-inner ul li a {
  color: #2A2A2A;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.44px;
  text-transform: capitalize;
  text-align: center;
}
.header.--hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  position: absolute;
  overflow: hidden;
}
.header.--hidden .nav-menu {
  background: none;
}
.header .main-wrapper .header-wrap {
  padding-top: 25px;
  padding-left: 24px;
  padding-right: 24px;
  /* Search Icon */
  /* Search Mobile Overlay */
  /* Mobile Menu */
}
.header .main-wrapper .header-wrap .search-wrap-mobile {
  padding-top: 10px;
  z-index: 999;
  position: relative;
  width: 0;
  opacity: 0;
  display: none !important;
}
.header .main-wrapper .header-wrap .search-wrap-mobile .search-svg {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  -webkit-transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease, -webkit-transform 0.3s ease;
}
.header .main-wrapper .header-wrap .search-wrap-mobile .search-svg.active {
  fill: #00A19A;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.header .main-wrapper .header-wrap .search-mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header .main-wrapper .header-wrap .search-mobile-overlay.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.header .main-wrapper .header-wrap .search-mobile-overlay .search-container {
  width: 80%;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-top: 55px;
  height: 20%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.header .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-input {
  width: 83%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.header .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-close-btn:hover {
  color: red;
}
.header .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-btn {
  font-size: 0;
  border: 0;
  height: 42px;
  width: 17%;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
}
.header .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-btn svg {
  height: 42px;
  width: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .main-wrapper .header-wrap .hdr-logo {
  position: relative;
  z-index: 999;
}
.header .main-wrapper .header-wrap .hdr-logo a img {
  width: 117px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .main-wrapper .header-wrap .mobile-menu {
  padding-top: 10px;
}
.header .main-wrapper .header-wrap .mobile-menu .mob-toggler {
  position: relative;
  z-index: 999;
}
.header .main-wrapper .header-wrap .mobile-menu .mob-toggler .menu-toggle img.menu-open {
  display: block;
}
.header .main-wrapper .header-wrap .mobile-menu .mob-toggler .menu-toggle img.menu-close {
  display: none;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay {
  display: none;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active {
  display: block;
  border-radius: 30px;
  border: 1px solid #C6993A;
  background: #fff;
  width: 95%;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  height: 97vh;
  overflow-y: auto !important;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  z-index: 888;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-mob-overlay-content-inner {
  margin-top: 134px;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-mob-overlay-content-inner .menu-bg-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: -1;
  opacity: 0.25;
  width: 100%;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-toggle img.menu-open {
  display: none;
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-toggle img.menu-close {
  display: block;
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay .menu-mob-overlay-content-inner .mobi-menu-inner ul {
  text-align: center;
  padding: 30px;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay .menu-mob-overlay-content-inner .mobi-menu-inner ul li.current_page_item a {
  color: #C6993A;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay .menu-mob-overlay-content-inner .mobi-menu-inner ul li a {
  color: #2A2A2A;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.44px;
  text-transform: capitalize;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .header {
    padding: 0;
  }
  .header .main-wrapper .header-wrap {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .header .main-wrapper .header-wrap .desk-menu {
    width: 48%;
    padding-right: 0vw !important;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a, .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 800 !important;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a:after, .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a:after {
    position: absolute;
    content: "";
    border-radius: 3px;
    background: #076324;
    left: 0;
    right: 0;
    height: 3px;
    width: 73%;
    bottom: 0;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
  }
  .header .main-wrapper .header-wrap .hdr-logo {
    width: 12%;
    padding-bottom: 1.0416666667vw;
  }
  .header .main-wrapper .header-wrap .hdr-logo a img {
    height: 7.8125vw;
    width: 10.0520833333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .main-wrapper .header-wrap .search-full-wrap {
    width: 40%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .main-wrapper .header-wrap .search-full-wrap::after {
    content: "";
    height: 2.0833333333vw;
    width: 1px;
    background: rgba(42, 42, 42, 0.5);
    right: 188px;
    position: absolute;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap {
    margin-right: 2.34375vw;
    position: relative;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container {
    width: 20.0520833333vw;
    background: #EBEBEB;
    height: 2.9166666667vw;
    border-radius: 1.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-input {
    width: 15.625vw;
    bottom: 0;
    outline: none !important;
    height: 2.5vw;
    background: rgba(232, 232, 232, 0);
    border: 0;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn {
    width: 2.3958333333vw;
    font-size: 0;
    border: 0;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn .footer-svg {
    height: 2.3958333333vw;
    width: 2.3958333333vw;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-icon img {
    margin-right: 0.78125vw;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap p {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.32px;
    text-transform: capitalize;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap a.hdr-call {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    text-decoration: none;
  }
  .header.sticky {
    top: 0vw;
    height: 8.28125vw;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    position: fixed;
    z-index: 100;
    width: 100%;
  }
  .header.sticky .scroll {
    display: none;
  }
  .header.sticky .main-wrapper .header-wrap {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    background: #fff;
    border-radius: 0;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu {
    width: 48%;
    padding-right: 0vw !important;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a, .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 800 !important;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a:after, .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a:after {
    position: absolute;
    content: "";
    border-radius: 3px;
    background: #076324;
    left: 0;
    right: 0;
    height: 3px;
    width: 73%;
    bottom: 0;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
  }
  .header.sticky .main-wrapper .header-wrap .hdr-logo {
    width: 12%;
    padding-bottom: 1.0416666667vw;
  }
  .header.sticky .main-wrapper .header-wrap .hdr-logo a img {
    height: 7.8125vw;
    width: 10.0520833333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap {
    width: 40%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap::after {
    content: "";
    height: 2.0833333333vw;
    width: 1px;
    background: rgba(42, 42, 42, 0.5);
    right: 188px;
    position: absolute;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap {
    margin-right: 2.34375vw;
    position: relative;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container {
    width: 20.0520833333vw;
    background: #EBEBEB;
    height: 2.9166666667vw;
    border-radius: 1.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-input {
    width: 15.625vw;
    bottom: 0;
    outline: none !important;
    height: 2.5vw;
    background: rgba(232, 232, 232, 0);
    border: 0;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn {
    width: 2.3958333333vw;
    font-size: 0;
    border: 0;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn .footer-svg {
    height: 2.3958333333vw;
    width: 2.3958333333vw;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-icon img {
    margin-right: 0.78125vw;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap p {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.32px;
    text-transform: capitalize;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap a.hdr-call {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1400px) {
  .header {
    padding: 0;
  }
  .header .main-wrapper .header-wrap {
    padding-left: 6.7708333333vw;
    padding-right: 6.7708333333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .header .main-wrapper .header-wrap .desk-menu {
    width: 36.4583333333vw;
    padding-right: 0vw !important;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a, .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 800 !important;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a:after, .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a:after {
    position: absolute;
    content: "";
    border-radius: 3px;
    background: #076324;
    left: 0;
    right: 0;
    height: 3px;
    width: 73%;
    bottom: 0;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
  }
  .header .main-wrapper .header-wrap .hdr-logo {
    width: 10.0520833333vw;
    padding-bottom: 1.0416666667vw;
  }
  .header .main-wrapper .header-wrap .hdr-logo a img {
    height: 7.8125vw;
    width: 10.0520833333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .main-wrapper .header-wrap .search-full-wrap {
    width: 36.4583333333vw;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .main-wrapper .header-wrap .search-full-wrap::after {
    content: unset;
    height: 2.0833333333vw;
    width: 1px;
    background: rgba(42, 42, 42, 0.5);
    right: 9.4791666667vw;
    position: absolute;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap {
    margin-right: 2.34375vw;
    position: relative;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container {
    width: 20.0520833333vw;
    background: #EBEBEB;
    height: 2.9166666667vw;
    border-radius: 1.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-input {
    width: 15.625vw;
    bottom: 0;
    outline: none !important;
    height: 2.5vw;
    background: rgba(232, 232, 232, 0);
    border: 0;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn {
    width: 2.3958333333vw;
    font-size: 0;
    border: 0;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn .footer-svg {
    height: 2.3958333333vw;
    width: 2.3958333333vw;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-icon img {
    margin-right: 0.78125vw;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap p {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.32px;
    text-transform: capitalize;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap a.hdr-call {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    text-decoration: none;
  }
  .header.sticky {
    top: 0vw;
    height: 8.28125vw;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    position: fixed;
    z-index: 100;
    width: 100%;
  }
  .header.sticky .scroll {
    display: none;
  }
  .header.sticky .main-wrapper .header-wrap {
    padding-left: 6.7708333333vw;
    padding-right: 6.7708333333vw;
    background: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu {
    width: 36.4583333333vw;
    padding-right: 0vw !important;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a, .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 800 !important;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a:after, .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a:after {
    position: absolute;
    content: "";
    border-radius: 3px;
    background: #076324;
    left: 0;
    right: 0;
    height: 3px;
    width: 73%;
    bottom: 0;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
  }
  .header.sticky .main-wrapper .header-wrap .hdr-logo {
    width: 10.0520833333vw;
    padding-bottom: 1.0416666667vw;
  }
  .header.sticky .main-wrapper .header-wrap .hdr-logo a img {
    height: 7.8125vw;
    width: 10.0520833333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap {
    width: 36.4583333333vw;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap::after {
    content: unset;
    height: 2.0833333333vw;
    width: 1px;
    background: rgba(42, 42, 42, 0.5);
    right: 9.4791666667vw;
    position: absolute;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap {
    margin-right: 2.34375vw;
    position: relative;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container {
    width: 20.0520833333vw;
    background: #EBEBEB;
    height: 2.9166666667vw;
    border-radius: 1.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-input {
    width: 15.625vw;
    bottom: 0;
    outline: none !important;
    height: 2.5vw;
    background: rgba(232, 232, 232, 0);
    border: 0;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn {
    width: 2.3958333333vw;
    font-size: 0;
    border: 0;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn .footer-svg {
    height: 2.3958333333vw;
    width: 2.3958333333vw;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-icon img {
    margin-right: 0.78125vw;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap p {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.32px;
    text-transform: capitalize;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap a.hdr-call {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1920px) {
  .header .main-wrapper .header-wrap .desk-menu {
    width: 36.4583333333vw;
    padding-right: 0vw !important;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a, .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 800 !important;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a:after, .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a:after {
    position: absolute;
    content: "";
    border-radius: 3px;
    background: #076324;
    left: 0;
    right: 0;
    height: 3px;
    width: 73%;
    bottom: 0;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
  }
  .header .main-wrapper .header-wrap .search-full-wrap::after {
    content: "";
  }
  .header.sticky {
    top: 0vw;
    height: 8.28125vw;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    position: fixed;
    z-index: 100;
    width: 100%;
  }
  .header.sticky .scroll {
    display: none;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu {
    width: 36.4583333333vw;
    padding-right: 0vw !important;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a, .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 800 !important;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a:after, .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a:after {
    position: absolute;
    content: "";
    border-radius: 3px;
    background: #076324;
    left: 0;
    right: 0;
    height: 3px;
    width: 73%;
    bottom: 0;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap::after {
    content: "";
  }
}
.gen-title-wrap .gen-title {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) bottom right/50% 50% no-repeat, -webkit-gradient(linear, right top, left bottom, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) bottom left/50% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) top left/50% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) top right/50% 50% no-repeat;
  background: linear-gradient(to bottom right, #2a2a2a 15%, #c6993a 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, #2a2a2a 15%, #c6993a 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, #2a2a2a 15%, #c6993a 50%) top left/50% 50% no-repeat, linear-gradient(to top right, #2a2a2a 15%, #c6993a 50%) top right/50% 50% no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: -2px;
  padding-bottom: 20px;
}
.gen-title-wrap img {
  position: absolute;
  height: 74px;
  width: 74px;
  -o-object-fit: contain;
  object-fit: contain;
  top: -44%;
  right: 12%;
}

.gen-sub-title {
  font-weight: 300;
  padding-bottom: 40px;
}

.gen-intro {
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-btn, .gen-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-btn a, .gen-button a {
  border: 1px solid #2a2a2a;
  padding: 10px 30px;
  text-decoration: none;
  color: #2a2a2a;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2.34px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-btn a .svg-addon .search-svg, .gen-button a .svg-addon .search-svg {
  height: 8.13px;
  width: 8.13px;
}

/*.slick-dots */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  right: 0;
}
.slick-dots .slick-active button {
  width: 40px !important;
  background-color: #c6993a !important;
}
.slick-dots li {
  margin: 0 5px;
  font-size: 0;
}
.slick-dots li button {
  display: block;
  width: 15px;
  height: 5px;
  background-color: #e4d7c5;
  padding: 0;
  border: none;
  border-radius: 10px;
  text-indent: -9999px;
}

@media only screen and (min-width: 600px) {
  .gen-title-wrap {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
  .gen-title-wrap img {
    top: -31%;
    right: -13%;
  }
}
@media only screen and (min-width: 1200px) {
  .mob-hide {
    display: block;
  }
  .des-hide {
    display: none;
  }
  .gen-title-wrap .gen-title {
    font-size: 4.1666666667vw;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 1.3020833333vw;
    line-height: initial;
    letter-spacing: -0.2083333333vw;
  }
  .gen-title-wrap img {
    height: 6.09375vw;
    width: 5.78125vw;
    top: -14%;
    right: -10%;
  }
  .gen-sub-title {
    padding-bottom: 2.6041666667vw;
  }
  .gen-intro {
    padding: 0 0 3.125vw;
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.slow-shake {
  -webkit-animation: sllow 20s infinite ease-in-out;
          animation: sllow 20s infinite ease-in-out;
}

@keyframes sllow {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
}
.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block !important;
  height: 0 !important;
  overflow-y: hidden;
  visibility: hidden;
  position: absolute;
  width: 100%;
}

.tab-content > .tab-pane.active,
.pill-content > .pill-pane.active {
  height: auto !important;
  overflow-y: visible;
  visibility: visible;
  position: relative;
}

.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap::after {
  background-image: url(../img/comma.png);
}

@media only screen and (min-width: 1200px) {
  .cus-exp-sec .main-wrap .cus-silder .cus-item::before {
    background-image: url(../img/comma.png);
  }
}
.fade-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}

.fade-up-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.about-story-sec .main-wrap .story-wrap {
  padding: 0 0 60px;
}
.about-story-sec .main-wrap .story-wrap .image-wrap {
  padding: 0 15px 40px;
}
.about-story-sec .main-wrap .story-wrap .image-wrap.second {
  padding: 0 15px 0;
}
.about-story-sec .main-wrap .story-wrap .image-wrap img {
  width: 100%;
  height: 372px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 11px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.about-story-sec .main-wrap .story-wrap .story-content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .about-story-sec .main-wrap {
    padding: 0 6.7708333333vw 7.2916666667vw;
  }
  .about-story-sec .main-wrap .story-wrap {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-story-sec .main-wrap .story-wrap .image-wrap {
    padding: 0;
    width: 28%;
  }
  .about-story-sec .main-wrap .story-wrap .image-wrap.second {
    padding: 0;
  }
  .about-story-sec .main-wrap .story-wrap .image-wrap img {
    width: 100%;
    height: 29.2708333333vw;
    border-radius: 1.5625vw;
    -webkit-box-shadow: 0px 0px 2.6041666667vw 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 2.6041666667vw 0px rgba(0, 0, 0, 0.1);
  }
  .about-story-sec .main-wrap .story-wrap .story-content {
    padding: 0 3.125vw;
    width: 46% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .about-story-sec .main-wrap .story-wrap .story-content .gen-title-wrap .gen-title {
    padding-bottom: 0;
  }
}

.about-industry-sec .main-wrapper {
  padding: 0 0 60px;
}
.about-industry-sec .main-wrapper .industry-wrap .industry-title-wrap {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.about-industry-sec .main-wrapper .industry-brand-slider {
  padding-left: 25px;
  padding-bottom: 40px;
}
.about-industry-sec .main-wrapper .industry-brand-slider .slick-list {
  padding-right: 20%;
}
.about-industry-sec .main-wrapper .industry-brand-slider .slick-slide {
  padding: 5px;
}
.about-industry-sec .main-wrapper .industry-brand-slider.slick-slider .single-industry {
  padding: 37px;
  border-radius: 25px;
  border: 1px solid rgba(42, 42, 42, 0.3);
  background: #FEFDFB;
}
.about-industry-sec .main-wrapper .industry-brand-slider.slick-slider .single-industry:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.about-industry-sec .main-wrapper .industry-brand-slider.slick-slider .single-industry img {
  height: 45px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media only screen and (min-width: 1200px) {
  .about-industry-sec .main-wrapper {
    padding: 0 12.8125vw 10.4166666667vw 6.7708333333vw;
  }
  .about-industry-sec .main-wrapper .industry-wrap .industry-title-wrap {
    padding: 0 0 1.5625vw;
  }
  .about-industry-sec .main-wrapper .industry-brand-slider {
    padding-left: 0;
    padding-bottom: 0;
  }
  .about-industry-sec .main-wrapper .industry-brand-slider .slick-list {
    padding-right: 0%;
  }
  .about-industry-sec .main-wrapper .industry-brand-slider .slick-slide {
    padding: 0.2604166667vw;
  }
  .about-industry-sec .main-wrapper .industry-brand-slider.slick-slider {
    position: relative;
  }
  .about-industry-sec .main-wrapper .industry-brand-slider.slick-slider::after {
    content: "";
    position: absolute;
    width: 4.0104166667vw;
    background: #333;
    z-index: 99999;
    top: 0;
    bottom: 0;
    right: -9.1104166667vw;
    margin: auto;
    height: 0.0520833333vw;
  }
  .about-industry-sec .main-wrapper .industry-brand-slider.slick-slider .single-industry {
    padding: 2.5520833333vw 2.2916666667vw;
    border-radius: 1.3020833333vw;
    border: 0.0520833333vw solid rgba(42, 42, 42, 0.3);
  }
  .about-industry-sec .main-wrapper .industry-brand-slider.slick-slider .single-industry img {
    height: 2.7083333333vw;
  }
  .about-industry-sec .main-wrapper .industry-brand-slider.slick-slider .slick-prev {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/left.png");
    background-repeat: no-repeat;
    top: -2.6041666667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: -8.2291666667vw;
  }
  .about-industry-sec .main-wrapper .industry-brand-slider.slick-slider .slick-prev:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .about-industry-sec .main-wrapper .industry-brand-slider.slick-slider .slick-next {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/right.png");
    background-repeat: no-repeat;
    top: 2.6041666667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: -8.2291666667vw;
  }
  .about-industry-sec .main-wrapper .industry-brand-slider.slick-slider .slick-next:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.about-award-sec .main-wrapper {
  padding: 0 0 60px;
}
.about-award-sec .main-wrapper .award-wrap {
  padding: 0 25px 40px;
  width: 100%;
}
.about-award-sec .main-wrapper .award-wrap .award-title-wrap {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.about-award-sec .main-wrapper .award-wrap .award-title-wrap .gen-title-wrap .gen-title {
  width: 90%;
  line-height: 40px;
}
.about-award-sec .main-wrapper .award-wrap .award-wrap-intro p {
  text-align: justify;
}
.about-award-sec .main-wrapper .award-slider {
  padding-left: 25px;
  padding-bottom: 40px;
}
.about-award-sec .main-wrapper .award-slider .slick-list {
  padding-right: 20%;
}
.about-award-sec .main-wrapper .award-slider .slick-slide {
  padding: 5px;
}
.about-award-sec .main-wrapper .award-slider.slick-slider .single-award {
  padding: 41px;
  border-radius: 25px;
  border: 1px solid rgba(42, 42, 42, 0.3);
  background: #FEFDFB;
  margin-bottom: 20px;
}
.about-award-sec .main-wrapper .award-slider.slick-slider .single-award img {
  height: 187.283px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-award-sec .main-wrapper .award-slider.slick-slider .year {
  color: #2A2A2A;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 400;
}
.about-award-sec .main-wrapper .award-slider.slick-slider .award-name {
  color: #2A2A2A;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 600px) {
  .about-award-sec .main-wrapper .award-wrap .award-title-wrap .gen-title-wrap .gen-title {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .about-award-sec .main-wrapper {
    padding: 0 6.7708333333vw 7.2916666667vw 6.7708333333vw;
  }
  .about-award-sec .main-wrapper .award-wrap {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-award-sec .main-wrapper .award-wrap .award-title-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    padding-bottom: 1.4583333333vw;
  }
  .about-award-sec .main-wrapper .award-wrap .award-title-wrap .gen-title-wrap .gen-title {
    line-height: normal;
  }
  .about-award-sec .main-wrapper .award-wrap .award-wrap-intro {
    width: 34.53125vw;
  }
  .about-award-sec .main-wrapper .award-slider {
    padding-left: 0;
    padding-right: 6.0416666667vw;
    padding-bottom: 0;
  }
  .about-award-sec .main-wrapper .award-slider .slick-list {
    padding-right: 0%;
  }
  .about-award-sec .main-wrapper .award-slider .slick-slide {
    padding: 0.2604166667vw;
  }
  .about-award-sec .main-wrapper .award-slider.slick-slider {
    position: relative;
  }
  .about-award-sec .main-wrapper .award-slider.slick-slider .single-award-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-award-sec .main-wrapper .award-slider.slick-slider .single-award {
    padding: 2.7604166667vw 2.7604166667vw;
    border-radius: 1.3020833333vw;
    border: 0.0520833333vw solid rgba(42, 42, 42, 0.3);
    width: 100%;
  }
  .about-award-sec .main-wrapper .award-slider.slick-slider .single-award img {
    height: 12.5vw;
  }
  .about-award-sec .main-wrapper .award-slider.slick-slider .year {
    padding-bottom: 1.0416666667vw;
  }
  .about-award-sec .main-wrapper .award-slider.slick-slider .award-name {
    width: 11.21828125vw;
  }
  .about-award-sec .main-wrapper .award-slider.slick-slider .slick-prev {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/left.png");
    background-repeat: no-repeat;
    top: -2.6041666667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: -1.2291666667vw;
  }
  .about-award-sec .main-wrapper .award-slider.slick-slider .slick-prev::after {
    content: "";
    position: absolute;
    width: 4.0104166667vw;
    background: #333;
    z-index: 99999;
    top: 0;
    bottom: -2.5520833333vw;
    right: -0.5895833333vw;
    margin: auto;
    height: 0.0520833333vw;
  }
  .about-award-sec .main-wrapper .award-slider.slick-slider .slick-prev:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .about-award-sec .main-wrapper .award-slider.slick-slider .slick-next {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/right.png");
    background-repeat: no-repeat;
    top: 2.6041666667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: -1.2291666667vw;
  }
  .about-award-sec .main-wrapper .award-slider.slick-slider .slick-next:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.about-certificate-sec .full-wrapper {
  position: relative;
  width: 100%;
  padding: 0 0 60px;
}
.about-certificate-sec .full-wrapper .image-wrap {
  position: absolute;
  left: 0;
  top: 165px;
  width: 100%;
}
.about-certificate-sec .full-wrapper .image-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 394px;
}
.about-certificate-sec .full-wrapper .right-div .certificate-wrap {
  padding: 0 25px 40px;
  width: 100%;
}
.about-certificate-sec .full-wrapper .right-div .certificate-wrap .certificate-title-wrap {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.about-certificate-sec .full-wrapper .right-div .certification-slider {
  padding-left: 25px;
  padding-bottom: 40px;
  margin-top: 97px;
}
.about-certificate-sec .full-wrapper .right-div .certification-slider .slick-list {
  padding-right: 20%;
}
.about-certificate-sec .full-wrapper .right-div .certification-slider .slick-slide {
  padding: 5px;
}
.about-certificate-sec .full-wrapper .right-div .certification-slider.slick-slider .single-certificate-wrap .single-wrap {
  padding: 41px;
  border-radius: 25px;
  border: 1px solid rgba(42, 42, 42, 0.3);
  background: #FEFDFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.about-certificate-sec .full-wrapper .right-div .certification-slider.slick-slider .single-certificate-wrap .single-wrap .single-certificate {
  margin-bottom: 20px;
}
.about-certificate-sec .full-wrapper .right-div .certification-slider.slick-slider .single-certificate-wrap .single-wrap .single-certificate img {
  height: 100px;
  width: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-certificate-sec .full-wrapper .right-div .certification-slider.slick-slider .single-certificate-wrap .single-wrap .name {
  color: #2A2A2A;
  text-align: center;
  padding-bottom: 20px;
  font-weight: 500;
}
.about-certificate-sec .full-wrapper .right-div .certification-slider.slick-slider .single-certificate-wrap .single-wrap .content {
  color: #2A2A2A;
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) {
  .about-certificate-sec .full-wrapper {
    padding: 0 0 7.2916666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about-certificate-sec .full-wrapper .image-wrap {
    top: 0;
    width: 50vw;
  }
  .about-certificate-sec .full-wrapper .image-wrap img {
    width: 50vw;
    height: 39.6354166667vw;
  }
  .about-certificate-sec .full-wrapper .left-div {
    width: 42.3%;
  }
  .about-certificate-sec .full-wrapper .right-div {
    width: 57.7%;
  }
  .about-certificate-sec .full-wrapper .right-div .certificate-wrap {
    padding: 2.6041666667vw 6.7708333333vw 0 11.9791666667vw;
    width: 100%;
  }
  .about-certificate-sec .full-wrapper .right-div .certificate-wrap .certificate-title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .about-certificate-sec .full-wrapper .right-div .certificate-wrap .certificate-title-wrap .gen-title-wrap {
    margin: 0;
  }
  .about-certificate-sec .full-wrapper .right-div .certificate-wrap .certificate-title-wrap .gen-title-wrap .gen-title {
    padding-bottom: 0;
  }
  .about-certificate-sec .full-wrapper .right-div .certification-slider {
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
  .about-certificate-sec .full-wrapper .right-div .certification-slider .slick-list {
    padding-right: 20%;
  }
  .about-certificate-sec .full-wrapper .right-div .certification-slider .slick-slide {
    padding: 0.2604166667vw 7.65625vw 0.2604166667vw 0.2604166667vw;
  }
  .about-certificate-sec .full-wrapper .right-div .certification-slider.slick-slider {
    position: relative;
  }
  .about-certificate-sec .full-wrapper .right-div .certification-slider.slick-slider::after {
    content: "";
    position: absolute;
    width: 4.0104166667vw;
    background: #333;
    z-index: 99999;
    top: 0;
    bottom: 0;
    right: 12.7604166667vw;
    margin: auto;
    height: 0.0520833333vw;
  }
  .about-certificate-sec .full-wrapper .right-div .certification-slider.slick-slider .single-certificate-wrap .single-wrap {
    padding: 2.6041666667vw 4.2708333333vw 2.8645833333vw;
    border-radius: 1.3020833333vw;
    border: 0.0520833333vw solid rgba(42, 42, 42, 0.3);
  }
  .about-certificate-sec .full-wrapper .right-div .certification-slider.slick-slider .single-certificate-wrap .single-wrap .single-certificate {
    margin-bottom: 1.5625vw;
  }
  .about-certificate-sec .full-wrapper .right-div .certification-slider.slick-slider .single-certificate-wrap .single-wrap .single-certificate img {
    height: 8.2291666667vw;
    width: auto;
  }
  .about-certificate-sec .full-wrapper .right-div .certification-slider.slick-slider .single-certificate-wrap .single-wrap .name {
    padding-bottom: 1.1458333333vw;
  }
  .about-certificate-sec .full-wrapper .right-div .certification-slider.slick-slider .single-certificate-wrap .single-wrap .content {
    width: 22.7083333333vw;
  }
  .about-certificate-sec .full-wrapper .right-div .certification-slider.slick-slider .slick-prev {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/left.png");
    background-repeat: no-repeat;
    top: -2.6041666667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: 13.7708333333vw;
  }
  .about-certificate-sec .full-wrapper .right-div .certification-slider.slick-slider .slick-prev:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .about-certificate-sec .full-wrapper .right-div .certification-slider.slick-slider .slick-next {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/right.png");
    background-repeat: no-repeat;
    top: 2.6041666667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: 13.7708333333vw;
  }
  .about-certificate-sec .full-wrapper .right-div .certification-slider.slick-slider .slick-next:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.about-achievement-sec .main-wrapper {
  padding: 0 25px 60px;
}
.about-achievement-sec .main-wrapper .achievement-wrap {
  padding: 0 0 20px;
}
.about-achievement-sec .main-wrapper .achievement-wrap .achievement-title-wrap {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.about-achievement-sec .main-wrapper .achievement-wrap .achievement-title-wrap .gen-title-wrap .gen-title {
  width: 90%;
  line-height: 40px;
}
.about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
.about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .detail-wrap {
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 23px 34px;
}
.about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .detail-wrap .left {
  padding: 0 0 30px;
}
.about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .detail-wrap .left .name {
  padding-bottom: 20px;
  color: #2A2A2A;
}
.about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .detail-wrap .left .content {
  text-align: justify;
  color: #2A2A2A;
}
.about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .detail-wrap .right .image-wrap img {
  height: 203px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .year-div {
  width: 4%;
  padding-top: 20px;
}
.about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .year-div::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #AFAFAE;
  z-index: 9;
  top: 57px;
  left: 8px;
  height: 86%;
}
.about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .year-div::before {
  content: "";
  position: absolute;
  width: 15px;
  background: transparent;
  background-size: contain;
  background-image: url("../img/dot-f.png");
  background-repeat: no-repeat;
  z-index: 9;
  bottom: 0;
  left: 4px;
  height: 15px;
}
.about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .year-div .year {
  color: #2A2A2A;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-weight: 700;
}
@media only screen and (min-width: 600px) {
  .about-achievement-sec .main-wrapper .achievement-wrap .achievement-title-wrap .gen-title-wrap .gen-title {
    width: 100%;
  }
  .about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .year-div::after {
    height: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .about-achievement-sec .main-wrapper {
    padding: 0 6.7708333333vw 7.2916666667vw 0;
  }
  .about-achievement-sec .main-wrapper .achievement-wrap {
    padding: 0 0 2.6041666667vw;
  }
  .about-achievement-sec .main-wrapper .achievement-wrap .achievement-title-wrap .gen-title-wrap .gen-title {
    line-height: normal;
  }
  .about-achievement-sec .main-wrapper .achievement-slider {
    padding-right: 6.0416666667vw;
  }
  .about-achievement-sec .main-wrapper .achievement-slider.slick-slider {
    position: relative;
  }
  .about-achievement-sec .main-wrapper .achievement-slider.slick-slider .slick-list {
    padding-left: 22.2916666667vw;
  }
  .about-achievement-sec .main-wrapper .achievement-slider.slick-slider .slick-prev {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/left.png");
    background-repeat: no-repeat;
    top: -2.6041666667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: -1.75vw;
  }
  .about-achievement-sec .main-wrapper .achievement-slider.slick-slider .slick-prev::after {
    content: "";
    position: absolute;
    width: 4.0104166667vw;
    background: #333;
    z-index: 99999;
    top: 0;
    bottom: -2.5520833333vw;
    right: -0.5895833333vw;
    margin: auto;
    height: 0.0520833333vw;
  }
  .about-achievement-sec .main-wrapper .achievement-slider.slick-slider .slick-prev:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .about-achievement-sec .main-wrapper .achievement-slider.slick-slider .slick-next {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/right.png");
    background-repeat: no-repeat;
    top: 2.6041666667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: -1.75vw;
  }
  .about-achievement-sec .main-wrapper .achievement-slider.slick-slider .slick-next:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 3.90625vw;
  }
  .about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap::after {
    content: "";
    position: absolute;
    width: 56.6666666667vw;
    background: #AFAFAE;
    z-index: 9;
    bottom: 1.0416666667vw;
    right: 6.4104166667vw;
    height: 0.0520833333vw;
  }
  .about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .detail-wrap {
    width: 95%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 3.90625vw 3.6458333333vw 1.1666666667vw;
  }
  .about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .detail-wrap .left {
    padding: 0 2.6041666667vw 0 0;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .detail-wrap .left .name {
    padding-bottom: 1.5625vw;
    width: 22.7083333333vw;
    font-size: 1.25vw;
  }
  .about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .detail-wrap .left .content {
    width: 22.7083333333vw;
  }
  .about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .detail-wrap .right {
    width: 50%;
  }
  .about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .detail-wrap .right .image-wrap img {
    height: 18.2291666667vw;
    border-radius: 1.0416666667vw;
  }
  .about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .year-div {
    width: 5%;
    padding-top: 3.5416666667vw;
    padding-right: 1.8229166667vw;
  }
  .about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .year-div::after {
    width: 0.0520833333vw;
    top: 0vw;
    left: unset;
    right: 2.2708333333vw;
    height: 18.2291666667vw;
  }
  .about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .year-div::before {
    width: 3.125vw;
    bottom: 0;
    left: unset;
    right: 0.6458333333vw;
    height: 3.125vw;
  }
  .about-achievement-sec .main-wrapper .achievement-slider .single-achievement-wrap .single-wrap .year-div .year {
    font-size: 3.125vw;
    line-height: 110%; /* 66px */
    letter-spacing: -0.15625vw;
  }
}

.about-history-sec .main-wrapper {
  position: relative;
  padding: 0 0 50px;
  margin-bottom: 60px;
}
.about-history-sec .main-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#2A2A2A), color-stop(40.3%, #554730), color-stop(70.14%, #745C35), to(#947139));
  background: linear-gradient(270deg, #2A2A2A 0%, #554730 40.3%, #745C35 70.14%, #947139 100%);
  z-index: -1;
  bottom: 0;
  left: 0;
  height: 80%;
}
.about-history-sec .main-wrapper .right-div {
  padding: 0 20px;
}
.about-history-sec .main-wrapper .right-div .history-wrap {
  width: 100%;
}
.about-history-sec .main-wrapper .right-div .history-wrap .history-title-wrap {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.about-history-sec .main-wrapper .right-div .image-wrap-mobile {
  padding-bottom: 40px;
}
.about-history-sec .main-wrapper .right-div .image-wrap-mobile img {
  height: 385px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-history-sec .main-wrapper .right-div .content p {
  text-align: justify;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .about-history-sec .main-wrapper {
    padding: 0 6.7708333333vw 4.7395833333vw;
    margin-bottom: 7.2916666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about-history-sec .main-wrapper::after {
    background: -webkit-gradient(linear, right top, left top, from(#2A2A2A), color-stop(40.3%, #554730), color-stop(70.14%, #745C35), to(#947139));
    background: linear-gradient(270deg, #2A2A2A 0%, #554730 40.3%, #745C35 70.14%, #947139 100%);
    height: 80%;
  }
  .about-history-sec .main-wrapper .left-div {
    width: 50%;
  }
  .about-history-sec .main-wrapper .left-div .image-wrap-desktop img {
    width: 41.6666666667vw;
    height: 41.6666666667vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-history-sec .main-wrapper .right-div {
    padding: 0;
    width: 50%;
  }
  .about-history-sec .main-wrapper .right-div .history-wrap {
    padding-bottom: 2.6041666667vw;
  }
  .about-history-sec .main-wrapper .right-div .history-wrap .history-title-wrap {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about-history-sec .main-wrapper .right-div .history-wrap .history-title-wrap .gen-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0;
  }
  .about-history-sec .main-wrapper .right-div .history-wrap .history-title-wrap .gen-title-wrap .gen-sub-title {
    padding-bottom: 2.9041666667vw;
    padding-left: 1.0416666667vw;
  }
  .about-history-sec .main-wrapper .right-div .content p {
    text-align: justify;
    color: #fff;
  }
}

.supply-sec .main-wrapper {
  padding: 0 25px 60px;
}
.supply-sec .main-wrapper .supply-item:last-child .supply-item-inner {
  padding-bottom: 0;
}
.supply-sec .main-wrapper .supply-item:nth-child(odd) .supply-item-inner .right-div .detail-wrapper {
  background: #A9B8A3;
}
.supply-sec .main-wrapper .supply-item:nth-child(even) .supply-item-inner .right-div .detail-wrapper {
  background: #E4D7C5;
}
.supply-sec .main-wrapper .supply-item .supply-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 60px;
}
.supply-sec .main-wrapper .supply-item .supply-item-inner .left-div {
  width: 90%;
}
.supply-sec .main-wrapper .supply-item .supply-item-inner .left-div .image-wrap img {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}
.supply-sec .main-wrapper .supply-item .supply-item-inner .right-div .detail-wrapper {
  padding: 170px 20px 40px;
  border-radius: 20px;
  margin-top: -150px;
  z-index: -1;
  position: relative;
}
.supply-sec .main-wrapper .supply-item .supply-item-inner .right-div .detail-wrapper .title {
  padding-bottom: 30px;
  color: #2A2A2A;
  text-align: center;
}
.supply-sec .main-wrapper .supply-item .supply-item-inner .right-div .detail-wrapper .content p {
  color: #2A2A2A;
  text-align: justify;
}
.supply-sec .main-wrapper .supply-item .supply-item-inner .right-div .detail-wrapper .content p a {
  color: #2A2A2A;
  cursor: pointer;
}
.supply-sec .main-wrapper .supply-item .supply-item-inner .right-div .detail-wrapper .content p a:hover {
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .supply-sec .main-wrapper {
    padding: 3.7708333333vw 8.3333333333vw 7.2916666667vw;
  }
  .supply-sec .main-wrapper .supply-item:nth-child(odd) .supply-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .supply-sec .main-wrapper .supply-item:nth-child(odd) .supply-item-inner .right-div .detail-wrapper {
    padding: 8.2291666667vw 5.2083333333vw 8.2291666667vw 9.6875vw;
    margin-top: -7.5416666667vw;
    margin-left: -4.4791666667vw;
  }
  .supply-sec .main-wrapper .supply-item:nth-child(even) .supply-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .supply-sec .main-wrapper .supply-item:nth-child(even) .supply-item-inner .right-div .detail-wrapper {
    padding: 8.2291666667vw 9.6875vw 8.2291666667vw 5.2083333333vw;
    margin-top: -7.5416666667vw;
    margin-right: -4.4791666667vw;
  }
  .supply-sec .main-wrapper .supply-item .supply-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 11.90625vw;
  }
  .supply-sec .main-wrapper .supply-item .supply-item-inner .left-div {
    width: 50%;
  }
  .supply-sec .main-wrapper .supply-item .supply-item-inner .left-div .image-wrap img {
    border-radius: 2.0833333333vw;
    -webkit-box-shadow: 0px 0px 2.6041666667vw 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 2.6041666667vw 0px rgba(0, 0, 0, 0.1);
    height: 40.625vw;
  }
  .supply-sec .main-wrapper .supply-item .supply-item-inner .right-div {
    width: 50%;
  }
  .supply-sec .main-wrapper .supply-item .supply-item-inner .right-div .detail-wrapper {
    border-radius: 2.6041666667vw;
    margin-top: -13.5416666667vw;
    height: 40.625vw;
  }
  .supply-sec .main-wrapper .supply-item .supply-item-inner .right-div .detail-wrapper .title {
    padding-bottom: 3.125vw;
    text-align: left;
  }
  .supply-sec .main-wrapper .supply-item .supply-item-inner .right-div .detail-wrapper .content {
    width: 32.5vw;
  }
}

.collection-sec .full-wrapper {
  padding: 0 0 60px;
}
.collection-sec .full-wrapper .collection-wrap {
  padding: 0 0 20px;
}
.collection-sec .full-wrapper .collection-wrap .collection-title-wrap {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.collection-sec .full-wrapper .collection-wrap .collection-title-wrap .gen-title-wrap .gen-title {
  width: 90%;
  line-height: 40px;
}
.collection-sec .full-wrapper .bottom-section {
  padding: 0 10px;
}
.collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider .collection-item {
  margin: 0 10px;
}
.collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider .collection-item .collection-inner {
  position: relative;
}
.collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider .collection-item .collection-inner .image-wrap img {
  height: 478px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider .collection-item .collection-inner .detail-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 478px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20.31%, rgba(16, 29, 20, 0)), color-stop(95.81%, #000));
  background: linear-gradient(180deg, rgba(16, 29, 20, 0) 20.31%, #000 95.81%);
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider .collection-item .collection-inner .detail-wrap .d-name {
  color: #fff;
  text-align: center;
}
.collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider .slick-dots {
  bottom: -30px;
}
@media only screen and (min-width: 600px) {
  .collection-sec .full-wrapper .collection-wrap .collection-title-wrap .gen-title-wrap .gen-title {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .collection-sec .full-wrapper {
    padding: 0 0 7.2916666667vw;
  }
  .collection-sec .full-wrapper .collection-wrap {
    padding: 0 0 2.8645833333vw;
  }
  .collection-sec .full-wrapper .collection-wrap .collection-title-wrap .gen-title-wrap .gen-title {
    line-height: normal;
  }
  .collection-sec .full-wrapper .bottom-section {
    padding: 0;
  }
  .collection-sec .full-wrapper .bottom-section .slider-wrapper {
    position: relative;
  }
  .collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider.slick-slider::after {
    content: "";
    position: absolute;
    width: 4.0104166667vw;
    background: #fff;
    z-index: 99999;
    top: 0;
    bottom: -24.3229166667vw;
    left: 36.5625vw;
    margin: auto;
    height: 0.0520833333vw;
  }
  .collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider.slick-slider .slick-prev {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-size: contain;
    background-image: url("../img/left-white.png");
    background-repeat: no-repeat;
    bottom: 8.375vw;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    left: 37.5625vw;
    opacity: 0.5;
  }
  .collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider.slick-slider .slick-prev:hover {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider.slick-slider .slick-next {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-size: contain;
    background-image: url("../img/right-white.png");
    background-repeat: no-repeat;
    bottom: 3.8541666667vw;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    left: 37.5625vw;
    opacity: 0.5;
  }
  .collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider.slick-slider .slick-next:hover {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider .slick-list {
    padding: 0 13.1770833333vw !important;
  }
  .collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider .collection-item {
    margin: 0 0 0 0.2604166667vw;
  }
  .collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider .collection-item.slick-slide .collection-inner .image-wrap {
    position: relative;
  }
  .collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider .collection-item.slick-slide .collection-inner .image-wrap::after {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    content: unset;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  }
  .collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider .collection-item.slick-slide .collection-inner .detail-wrap .d-name {
    display: none;
  }
  .collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider .collection-item.slick-center .collection-inner .image-wrap::after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(49.78%, rgba(0, 0, 0, 0.1)), color-stop(70%, rgba(0, 0, 0, 0.6)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 49.78%, rgba(0, 0, 0, 0.6) 70%, #000 100%);
  }
  .collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider .collection-item.slick-center .collection-inner .detail-wrap .d-name {
    display: block;
  }
  .collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider .collection-item .collection-inner .image-wrap img {
    height: 37.5vw;
  }
  .collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider .collection-item .collection-inner .detail-wrap {
    height: 37.5vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.56) 70%, rgba(0, 0, 0, 0.8) 100%);
    padding: 3.6458333333vw 8.6458333333vw;
  }
  .collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider .collection-item .collection-inner .detail-wrap .d-name {
    padding-bottom: 0.78125vw;
    font-size: 3.125vw;
  }
  .collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider .collection-item .collection-inner .detail-wrap .arrow-num-collection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5208333333vw;
  }
  .collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider .collection-item .collection-inner .detail-wrap .arrow-num-collection .num-pack-collections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-family: "Lato", sans-serif;
    font-size: 1.5625vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3020833333vw;
    color: #fff;
  }
  .collection-sec .full-wrapper .bottom-section .slider-wrapper .collection-slider .collection-item .collection-inner .detail-wrap .arrow-num-collection .num-pack-collections span {
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
    padding-top: 0.2604166667vw;
  }
}

#footer .footer-inner {
  position: relative;
}
#footer .footer-inner .footer-top {
  background: #2A2A2A;
  padding: 60px 25px 40px;
}
#footer .footer-inner .footer-top .footer-main {
  overflow: hidden;
}
#footer .footer-inner .footer-top .footer-main .image-wrap {
  position: absolute;
  left: -20px;
  top: -140px;
}
#footer .footer-inner .footer-top .footer-main .image-wrap img {
  width: 300.617px;
  height: 432.749px;
  -o-object-fit: cover;
     object-fit: cover;
}
#footer .footer-inner .footer-top .footer-main .top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#footer .footer-inner .footer-top .footer-main .top-wrap .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#footer .footer-inner .footer-top .footer-main .top-wrap .title-wrapper .gen-tagline {
  color: #fff;
  text-align: right;
  width: 50%;
}
#footer .footer-inner .footer-top .footer-main .top-wrap .title-wrapper .gen-title-wrap {
  margin: 0;
}
#footer .footer-inner .footer-top .footer-main .top-wrap .title-wrapper .gen-title-wrap .gen-title {
  text-align: right;
  margin: 0;
  line-height: 45px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#C6993A), color-stop(116.92%, #F9F6F1));
  background: linear-gradient(90deg, #C6993A 0%, #F9F6F1 116.92%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#footer .footer-inner .footer-top .footer-main .top-wrap .title-wrapper .gen-title-wrap img {
  top: -25%;
  right: 70%;
}
#footer .footer-inner .footer-top .footer-main .top-wrap .logo-wrapper {
  margin-bottom: 60px;
}
#footer .footer-inner .footer-top .footer-main .top-wrap .logo-wrapper img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .right-wrap {
  padding-bottom: 40px;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .right-wrap .footer-details {
  padding-bottom: 40px;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .right-wrap .footer-details .detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .right-wrap .footer-details .detail-item p {
  color: #fff;
  text-align: center;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .right-wrap .footer-details .detail-item p span {
  font-weight: 800;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .right-wrap .footer-details .detail-item a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 10px;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .right-wrap .footer-details .detail-item a:first-child {
  padding-left: 0;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .right-wrap .footer-details .detail-item a:nth-child(2)::before, #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .right-wrap .footer-details .detail-item a:nth-child(3)::before {
  width: 10px;
  height: 7px;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  left: 2px;
  top: 4px;
  content: "/";
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .right-wrap .footer-socail-media {
  width: 100%;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .right-wrap .footer-socail-media .footer-social-media-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
  padding: 0;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .right-wrap .footer-socail-media .footer-social-media-list li img {
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .top {
  border-bottom: 1px solid rgba(254, 253, 251, 0.2431372549);
  border-top: 1px solid rgba(254, 253, 251, 0.2431372549);
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .top .footer-menu {
  padding: 30px 0 35px;
  position: relative;
  z-index: 7;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .top .footer-menu .menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .top .footer-menu .menu .menu-item {
  list-style: none;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .top .footer-menu .menu .menu-item a {
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 388.889% */
  letter-spacing: -0.18px;
  text-transform: capitalize;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .bottom .privacy-menu {
  padding: 30px 0 0;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .bottom .privacy-menu .menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .bottom .privacy-menu .menu li {
  list-style: none;
  position: relative;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .bottom .privacy-menu .menu li:first-child::before {
  content: unset;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .bottom .privacy-menu .menu li::before {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  left: -8%;
  top: 50%;
  content: "";
  position: absolute;
  background: #fff;
}
#footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .bottom .privacy-menu .menu li a {
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px; /* 15px */
  letter-spacing: -0.35px;
  text-transform: capitalize;
}
#footer .footer-inner .footer-bottom {
  background: #076324;
}
#footer .footer-inner .footer-bottom .bottom-footer-inner {
  padding: 25px 40px 30px;
}
#footer .footer-inner .footer-bottom .bottom-footer-inner .footer-sm {
  color: #fff;
  text-align: center;
}
#footer .footer-inner .footer-bottom .bottom-footer-inner .footer-sm a {
  color: #C6993A;
  text-decoration: none;
  text-transform: capitalize;
}
@media only screen and (min-width: 419px) {
  #footer .footer-inner .footer-top .footer-main .top-wrap .title-wrapper .gen-title-wrap img {
    right: 78%;
    top: -78%;
  }
}
@media only screen and (min-width: 450px) {
  #footer .footer-inner .footer-top .footer-main .top-wrap .title-wrapper .gen-title-wrap img {
    right: 90%;
    top: -43%;
  }
}
@media only screen and (min-width: 480px) {
  #footer .footer-inner .footer-top .footer-main .top-wrap .title-wrapper .gen-title-wrap img {
    right: 94%;
  }
}
@media only screen and (min-width: 1200px) {
  #footer .footer-inner .footer-top {
    padding: 5.2083333333vw 6.7708333333vw 5.2083333333vw 27.0833333333vw;
  }
  #footer .footer-inner .footer-top .footer-main .image-wrap {
    left: 1.0416666667vw;
    top: -12.9791666667vw;
  }
  #footer .footer-inner .footer-top .footer-main .image-wrap img {
    width: 28.64015625vw;
    height: 44.9090625vw;
  }
  #footer .footer-inner .footer-top .footer-main .top-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .footer-inner .footer-top .footer-main .top-wrap .title-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer .footer-inner .footer-top .footer-main .top-wrap .title-wrapper .gen-tagline {
    text-align: left;
    width: 100%;
  }
  #footer .footer-inner .footer-top .footer-main .top-wrap .title-wrapper .gen-title-wrap .gen-title {
    text-align: left;
    line-height: normal;
    padding-bottom: 4.1666666667vw;
  }
  #footer .footer-inner .footer-top .footer-main .top-wrap .title-wrapper .gen-title-wrap img {
    top: -28%;
    right: -11%;
  }
  #footer .footer-inner .footer-top .footer-main .top-wrap .logo-wrapper {
    margin-bottom: 0;
  }
  #footer .footer-inner .footer-top .footer-main .top-wrap .logo-wrapper img {
    width: 8.8020833333vw;
    height: 6.7708333333vw;
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .right-wrap {
    padding-bottom: 0;
    width: 35%;
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .right-wrap .footer-details {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .right-wrap .footer-details .detail-item {
    width: 67%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .right-wrap .footer-details .detail-item p {
    text-align: right;
    line-height: 165%;
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .right-wrap .footer-details .detail-item a {
    text-align: right;
    padding-left: 0.5208333333vw;
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .right-wrap .footer-details .detail-item a:nth-child(2)::before, #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .right-wrap .footer-details .detail-item a:nth-child(3)::before {
    width: 0.5208333333vw;
    height: 0.8333333333vw;
    font-size: 0.8333333333vw;
    line-height: 0.8333333333vw;
    left: -0.1041666667vw;
    top: 0.2083333333vw;
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap {
    width: 65%;
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .top {
    border-bottom: 0.0520833333vw solid rgba(254, 253, 251, 0.2431372549);
    border-top: 0.0520833333vw solid rgba(254, 253, 251, 0.2431372549);
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .top .footer-menu {
    padding: 1.5625vw 0 2.03125vw;
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .top .footer-menu .menu {
    gap: 2.0833333333vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .top .footer-menu .menu .menu-item a {
    font-size: 0.9375vw;
    line-height: 0.9375vw; /* 388.889% */
    letter-spacing: -0.01875vw;
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.0416666667vw 0 0;
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .bottom .privacy-menu {
    padding: 0;
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .bottom .privacy-menu .menu {
    gap: 2.0833333333vw;
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .bottom .privacy-menu .menu li::before {
    width: 0.2083333333vw;
    height: 0.2083333333vw;
    border-radius: 0.2083333333vw;
    left: -16%;
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .bottom .privacy-menu .menu li a {
    font-size: 0.78125vw;
    line-height: 0.78125vw;
    letter-spacing: -0.0390625vw;
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .bottom .footer-socail-media {
    width: 40%;
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .bottom .footer-socail-media .footer-social-media-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 2.0833333333vw;
    padding: 0;
  }
  #footer .footer-inner .footer-top .footer-main .bottom-wrap .footer-main-wrap .left-wrap .bottom .footer-socail-media .footer-social-media-list li img {
    height: 0.8333333333vw;
  }
  #footer .footer-inner .footer-bottom .bottom-footer-inner {
    padding: 1.5625vw 6.7708333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .footer-inner .footer-bottom .bottom-footer-inner .footer-sm {
    text-align: left;
  }
}

.recipe-listing-sec .full-wrapper .recipe-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recipe-listing-sec .full-wrapper .recipe-wrap .featured-wrapper {
  width: 100%;
  padding: 0 20px 35px;
}
.recipe-listing-sec .full-wrapper .recipe-wrap .featured-wrapper .nav-link-1 {
  padding: 30px 15px 30px 40px;
  border-radius: 15px;
  position: relative;
  background: #A9B8A3;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.recipe-listing-sec .full-wrapper .recipe-wrap .featured-wrapper .nav-link-1 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recipe-listing-sec .full-wrapper .recipe-wrap .featured-wrapper .nav-link-1 .wrap .f {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: #F00;
  padding: 32px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px 0px 0px 15px;
}
.recipe-listing-sec .full-wrapper .recipe-wrap .featured-wrapper .nav-link-1 .wrap .f .featured {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #fff;
  text-transform: uppercase;
}
.recipe-listing-sec .full-wrapper .recipe-wrap .featured-wrapper .nav-link-1 .wrap .image-wrapper {
  width: 35%;
}
.recipe-listing-sec .full-wrapper .recipe-wrap .featured-wrapper .nav-link-1 .wrap .image-wrapper img {
  width: 100%;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.recipe-listing-sec .full-wrapper .recipe-wrap .featured-wrapper .nav-link-1 .wrap .detail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 65%;
}
.recipe-listing-sec .full-wrapper .recipe-wrap .featured-wrapper .nav-link-1 .wrap .detail-wrapper .name {
  color: #2A2A2A;
  padding-bottom: 15px;
}
.recipe-listing-sec .full-wrapper .recipe-wrap .featured-wrapper .nav-link-1 .wrap .detail-wrapper .content {
  color: #2A2A2A;
  text-align: justify;
  font-size: 12px;
}
.recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper {
  width: 100%;
  padding-bottom: 55px;
}
.recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title {
  padding-left: 20px;
  padding-bottom: 40px;
  border: 0;
  display: block !important;
  white-space: nowrap;
}
.recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title .slick-list {
  padding-right: 20%;
}
.recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title .slick-slide {
  padding: 5px;
  margin-right: 0 !important;
}
.recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title.slick-slider {
  display: block !important;
}
.recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title.slick-slider .nav-item-1 {
  display: inline-block !important;
  float: none;
  vertical-align: top;
  white-space: normal;
}
.recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title.slick-slider .nav-item-1 .nav-link-1 {
  padding: 33px 22px;
  border-radius: 15px;
  background: #E4D7C5;
  border: 0;
}
.recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title.slick-slider .nav-item-1 .nav-link-1 .name {
  color: #2A2A2A;
  padding-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
.recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title.slick-slider .nav-item-1 .nav-link-1 .content {
  text-align: center;
  color: #2A2A2A;
  font-size: 14px;
}
.recipe-listing-sec .full-wrapper .recipe-content {
  padding: 0 20px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .title-wrapper .name {
  color: #2A2A2A;
  text-align: center;
  padding-bottom: 15px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .title-wrapper .date {
  color: #2A2A2A;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .title-wrapper .date span {
  color: #898989;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .left .image-wrap {
  position: relative;
  padding-bottom: 40px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .left .image-wrap img {
  width: 100%;
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .left .image-wrap .f {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 33px;
  background: #F00;
  padding: 12px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px 0px 0px 0px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .left .image-wrap .f .featured {
  color: #fff;
  text-transform: uppercase;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .right .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .right .title-wrap img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .right .title-wrap .title {
  text-align: left;
  padding-left: 10px;
  color: #2A2A2A;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .right .listing-wrap {
  padding-left: 20px;
  padding-bottom: 50px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .right .listing-wrap li {
  padding-bottom: 10px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .right .listing-wrap li::marker {
  color: #076324;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .right .listing-wrap li:last-child {
  padding-bottom: 0;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .content-wrapper {
  padding-bottom: 45px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .content-wrapper .content {
  padding-bottom: 45px;
  border-bottom: 1px dashed #2A2A2A;
  text-align: justify;
  color: #2A2A2A;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .content-wrapper .content p {
  text-align: justify;
  color: #2A2A2A;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .guide-wrapper {
  padding-bottom: 50px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .guide-wrapper .title {
  text-align: center;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) bottom right/50% 50% no-repeat, -webkit-gradient(linear, right top, left bottom, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) bottom left/50% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) top left/50% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) top right/50% 50% no-repeat;
  background: linear-gradient(to bottom right, #2a2a2a 15%, #c6993a 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, #2a2a2a 15%, #c6993a 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, #2a2a2a 15%, #c6993a 50%) top left/50% 50% no-repeat, linear-gradient(to top right, #2a2a2a 15%, #c6993a 50%) top right/50% 50% no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 25px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .guide-wrapper .list-wrp .guide-item:last-child .guide-inner {
  padding-bottom: 0;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .guide-wrapper .list-wrp .guide-item .guide-inner {
  padding-bottom: 35px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .guide-wrapper .list-wrp .guide-item .guide-inner .list-name {
  color: #2A2A2A;
  text-align: center;
  padding-bottom: 25px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .guide-wrapper .list-wrp .guide-item .guide-inner .list-content {
  color: #2A2A2A;
  text-align: justify;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .guide-wrapper .list-wrp .guide-item .guide-inner .list-content p {
  color: #2A2A2A;
  text-align: justify;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .video-wrapper {
  padding-bottom: 40px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .video-wrapper .video-wrap {
  position: relative;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .video-wrapper .video-wrap video {
  display: none;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .video-wrapper .video-wrap .image-wrap img {
  height: 260px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .video-wrapper .video-wrap .video-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(-0.94%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, left bottom, color-stop(49.93%, rgba(0, 0, 0, 0)), to(#000)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) -0.94%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 49.93%, #000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .video-wrapper .video-wrap .video-icon-wrap .video-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .video-wrapper .video-wrap .video-icon-wrap .video-icon img {
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .video-wrapper .video-wrap .video-icon-wrap .video-icon .play {
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper {
  padding-top: 30px;
  border-top: 1px dashed #2A2A2A;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item {
  padding-bottom: 60px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item .single-wrap .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 25px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item .single-wrap .top .left img {
  width: 57px;
  height: 57px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 57px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item .single-wrap .top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 10px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item .single-wrap .top .right .c-name {
  color: #2A2A2A;
  text-align: left;
  padding-bottom: 5px;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item .single-wrap .top .right .c-desig {
  color: #2A2A2A;
  text-align: left;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item .single-wrap .bottom .descrip {
  text-align: justify;
  color: #2A2A2A;
}
.recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item .single-wrap .bottom .descrip p {
  text-align: justify;
  color: #2A2A2A;
}
@media only screen and (min-width: 768px) {
  .recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title.slick-slider .nav-item-1 .nav-link-1 .name {
    min-height: 58px;
  }
}
@media only screen and (min-width: 1200px) {
  .recipe-listing-sec .full-wrapper .recipe-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 7.2916666667vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .featured-wrapper {
    width: 46%;
    padding: 0 7.65625vw 0 6.7708333333vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .featured-wrapper .nav-link-1 {
    padding: 0.9375vw 2.6041666667vw 0.9375vw 4.2708333333vw;
    border-radius: 1.3020833333vw;
    -webkit-box-shadow: 0px 0px 2.6041666667vw 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 2.6041666667vw 0px rgba(0, 0, 0, 0.1);
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .featured-wrapper .nav-link-1 .wrap .f {
    width: 2.7083333333vw;
    padding: 1.6145833333vw 1.0416666667vw;
    border-radius: 1.3020833333vw 0px 0px 1.3020833333vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .featured-wrapper .nav-link-1 .wrap .image-wrapper img {
    height: 6.09375vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .featured-wrapper .nav-link-1 .wrap .detail-wrapper {
    padding-left: 1.3020833333vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .featured-wrapper .nav-link-1 .wrap .detail-wrapper .name {
    padding-bottom: 1.0416666667vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .featured-wrapper .nav-link-1 .wrap .detail-wrapper .content {
    font-size: 0.8333333333vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper {
    width: 54%;
    padding-bottom: 0;
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title {
    padding-left: 0;
    padding-bottom: 0;
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title .slick-list {
    padding-right: 17%;
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title .slick-slide {
    padding: 0.2604166667vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title.slick-slider {
    position: relative;
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title.slick-slider .slick-prev {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/left.png");
    background-repeat: no-repeat;
    top: -2.8219791667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: 56.8578125vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title.slick-slider .slick-prev::after {
    content: "";
    position: absolute;
    width: 4.0104166667vw;
    background: #333;
    z-index: 99999;
    top: 0;
    bottom: -2.65625vw;
    right: -0.5208333333vw;
    margin: auto;
    height: 0.0520833333vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title.slick-slider .slick-prev:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title.slick-slider .slick-next {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/right.png");
    background-repeat: no-repeat;
    top: 2.8219791667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: 56.8578125vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title.slick-slider .slick-next:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title.slick-slider .nav-item-1 .nav-link-1 {
    padding: 1.6145833333vw 2.6041666667vw;
    border-radius: 1.3020833333vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title.slick-slider .nav-item-1 .nav-link-1 .name {
    padding-bottom: 1.0416666667vw;
    font-size: 1.0416666667vw;
    min-height: unset;
  }
  .recipe-listing-sec .full-wrapper .recipe-wrap .slider-wrapper .recipe-cat-title.slick-slider .nav-item-1 .nav-link-1 .content {
    font-size: 0.8333333333vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content {
    padding: 0 6.7708333333vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 3.3854166667vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .title-wrapper .name {
    text-align: left;
    padding-bottom: 0;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .title-wrapper .date {
    text-align: right;
    padding-bottom: 0;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .left {
    width: 60%;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .left .image-wrap {
    padding-bottom: 0;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .left .image-wrap img {
    height: 36.09375vw;
    border-radius: 2.0833333333vw;
    -webkit-box-shadow: 0px 0px 2.6041666667vw 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 2.6041666667vw 0px rgba(0, 0, 0, 0.1);
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .left .image-wrap .f {
    width: 10.4166666667vw;
    height: 3.1770833333vw;
    padding: 1.25vw 2.8125vw;
    border-radius: 2.0833333333vw 0px 0px 0px;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .right {
    width: 40%;
    padding: 2.6041666667vw 0 2.6041666667vw 4.1666666667vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .right .title-wrap {
    padding-bottom: 2.0833333333vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .right .title-wrap img {
    width: 3.125vw;
    height: 3.125vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .right .title-wrap .title {
    padding-left: 1.0416666667vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .right .listing-wrap {
    padding-left: 0.8854166667vw;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-y: scroll;
    height: 25vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .right .listing-wrap::-webkit-scrollbar {
    width: 2px;
    background: transparent;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .right .listing-wrap::-webkit-scrollbar-track {
    background: transparent;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .right .listing-wrap::-webkit-scrollbar-thumb {
    background: #020512;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .right .listing-wrap::-webkit-scrollbar-thumb:hover {
    background: #020512;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .image-in-wrapper .right .listing-wrap li {
    padding-bottom: 1.0416666667vw;
    width: 48.5%;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .content-wrapper {
    padding-bottom: 3.6458333333vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .content-wrapper .content {
    padding: 4.53125vw 6.7708333333vw 0;
    border-bottom: 0.0520833333vw dashed #2A2A2A;
    text-align: center;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .content-wrapper .content p {
    text-align: center;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .guide-wrapper {
    padding: 0 6.7708333333vw 5.2083333333vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .guide-wrapper .title {
    padding-bottom: 2.7604166667vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .guide-wrapper .list-wrp .guide-item .guide-inner {
    padding-bottom: 2.0833333333vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .guide-wrapper .list-wrp .guide-item .guide-inner .list-name {
    padding-bottom: 2.0833333333vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .guide-wrapper .list-wrp .guide-item .guide-inner .list-content {
    text-align: center;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .guide-wrapper .list-wrp .guide-item .guide-inner .list-content p {
    text-align: center;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .video-wrapper {
    padding: 0 0 5.2083333333vw;
    margin: 0 11.9791666667vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .video-wrapper .video-wrap .image-wrap img {
    height: 31.25vw;
    border-radius: 2.6041666667vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .video-wrapper .video-wrap .video-icon-wrap {
    border-radius: 2.6041666667vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .video-wrapper .video-wrap .video-icon-wrap .video-icon img {
    width: 5.7291666667vw;
    height: 5.7291666667vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .video-wrapper .video-wrap .video-icon-wrap .video-icon .play {
    padding-left: 0.78125vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .video-wrapper .video-wrap .duration-wrap {
    position: absolute;
    padding: 0 4.1666666667vw 3.6458333333vw;
    width: 100%;
    height: 20%;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .video-wrapper .video-wrap .duration-wrap .text {
    color: #fff;
    text-align: left;
    padding-bottom: 0.78125vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .video-wrapper .video-wrap .duration-wrap .duration {
    text-align: left;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .video-wrapper .video-wrap .duration-wrap .duration span {
    color: #fff;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper {
    padding: 4.1666666667vw 0 7.2916666667vw;
    border-top: 0.0520833333vw dashed #2A2A2A;
    margin: 0 11.9791666667vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item {
    padding-bottom: 0;
    position: relative;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item:nth-child(1), .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item:nth-child(2), .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item:nth-child(3) {
    padding-bottom: 3.125vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item:last-child {
    padding-bottom: 0;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item .single-wrap {
    padding-left: 9.8958333333vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item .single-wrap .top {
    padding-bottom: 2.0833333333vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item .single-wrap .top .left {
    position: absolute;
    left: 0;
    top: 0;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item .single-wrap .top .left img {
    width: 7.8125vw;
    height: 7.8125vw;
    border-radius: 7.8125vw;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item .single-wrap .top .right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
    width: 100%;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item .single-wrap .top .right .c-name {
    padding-bottom: 0;
  }
  .recipe-listing-sec .full-wrapper .recipe-content .tab-content-inner-wrap .tab-inner .chef-wrapper .chef-item .single-wrap .top .right .c-desig {
    text-align: right;
  }
}

.search-wrapper .section-inner {
  padding: 0 20px;
  margin-bottom: 140px;
  margin-top: 60px;
}
.search-wrapper .section-inner .result-for {
  color: #020512;
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -1px;
}
.search-wrapper .section-inner .message-no {
  color: #020512;
  padding-bottom: 40px;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -1px;
}
.search-wrapper .section-inner .alert-info {
  color: #020512;
}
.search-wrapper .section-inner .search-listing {
  list-style: none;
  padding-left: 0;
}
.search-wrapper .section-inner .search-listing li {
  margin-bottom: 10px;
}
.search-wrapper .section-inner .search-listing li a {
  width: 100%;
  text-decoration: underline;
  color: #000;
}

@media only screen and (min-width: 1200px) {
  .search-wrapper .section-inner {
    padding: 0 11.4583333333vw;
    margin-bottom: 13.8020833333vw;
    margin-top: 5.2083333333vw;
  }
  .search-wrapper .section-inner .result-for {
    padding-bottom: 4.1666666667vw;
    font-size: 2.6041666667vw;
    letter-spacing: -0.078125vw;
  }
  .search-wrapper .section-inner .message-no {
    padding-bottom: 3.125vw;
    font-size: 2.6041666667vw;
    letter-spacing: -0.078125vw;
  }
  .search-wrapper .section-inner .alert-info {
    color: #020512;
  }
  .search-wrapper .section-inner .search-listing {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.5208333333vw;
  }
  .search-wrapper .section-inner .search-listing li {
    margin-bottom: 1.0416666667vw;
    width: 100%;
    padding: 0 0.5208333333vw;
  }
  .search-wrapper .section-inner .search-listing li a {
    font-size: 1.0416666667vw;
    text-underline-offset: 0.1041666667vw;
  }
}
h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
}

.banner-btn a span {
  background-color: #C6993A;
  padding: 7px 0;
  border-radius: 3px;
  margin-right: 5px;
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.style {
  font-family: "Style Script", cursive;
}
.style.t36 {
  font-size: 24px;
}
.style.t34 {
  font-size: 20px;
}

.frank {
  font-family: "Frank Ruhl Libre", serif;
}
.frank.t80 {
  font-size: 40px;
}
.frank.t70 {
  font-size: 40px;
}
.frank.t56 {
  font-size: 30px;
}
.frank.t44 {
  font-size: 26px;
}
.frank.t34 {
  font-size: 18px;
}
.frank.t32 {
  font-size: 20px;
}
.frank.t30 {
  font-size: 18px;
}
.frank.t36 {
  font-size: 20px;
}

.lato {
  font-family: "Lato", sans-serif;
}
.lato.t60 {
  font-size: 20px;
}
.lato.t40 {
  font-size: 24px;
}
.lato.t30 {
  font-size: 18px;
}
.lato.t24 {
  font-size: 14px;
}
.lato.t22 {
  font-size: 22px;
}
.lato.t20 {
  font-size: 15px;
}
.lato.t18 {
  font-size: 14px;
}
.lato.t16 {
  font-size: 14px;
}
.lato.t15 {
  font-size: 15px;
}

.desk-hide {
  display: block !important;
}

.mobi-hide {
  display: none;
}

.main-wrap {
  padding: 0 10px;
}

@media only screen and (min-width: 1200px) {
  .desk-hide {
    display: none !important;
  }
  .mobi-hide {
    display: block !important;
  }
  .style.t36 {
    font-size: 1.875vw;
  }
  .style.t34 {
    font-size: 1.7708333333vw;
  }
  .frank.t80 {
    font-size: 4.1666666667vw;
  }
  .frank.t70 {
    font-size: 3.6458333333vw;
  }
  .frank.t56 {
    font-size: 2.9166666667vw;
  }
  .frank.t44 {
    font-size: 2.2916666667vw;
  }
  .frank.t34 {
    font-size: 1.7708333333vw;
  }
  .frank.t32 {
    font-size: 1.6666666667vw;
  }
  .frank.t30 {
    font-size: 1.5625vw;
  }
  .frank.t36 {
    font-size: 1.875vw;
  }
  .lato.t60 {
    font-size: 3.125vw;
  }
  .lato.t40 {
    font-size: 2.0833333333vw;
  }
  .lato.t30 {
    font-size: 1.5625vw;
  }
  .lato.t24 {
    font-size: 1.25vw;
  }
  .lato.t22 {
    font-size: 1.1458333333vw;
  }
  .lato.t20 {
    font-size: 1.1458333333vw;
  }
  .lato.t18 {
    font-size: 0.9375vw;
  }
  .lato.t16 {
    font-size: 0.8333333333vw;
  }
  .lato.t15 {
    font-size: 0.78125vw;
  }
}
.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.mob-hide {
  display: none;
}

.des-hide {
  display: block;
}

.header {
  padding: 10px;
  position: relative;
  z-index: 100;
}
.header.search-hide .main-wrapper .header-wrap .search-wrap-mobile {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;
  display: block !important;
}
.header.is-active.--hidden {
  position: fixed;
  -webkit-transform: none;
          transform: none;
}
.header.sticky {
  top: 0;
  height: 149.78px;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  position: fixed;
  z-index: 100;
  width: 100%;
}
.header.sticky .scroll {
  display: none;
}
.header.sticky .main-wrapper .header-wrap {
  padding-top: 15px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 5px;
  background: #000;
  border-radius: 30px;
  /* Search Icon */
  /* Search Mobile Overlay */
  /* Mobile Menu */
}
.header.sticky .main-wrapper .header-wrap .search-wrap-mobile {
  padding-top: 10px;
  z-index: 999;
  width: 0;
  opacity: 0;
  display: none !important;
  position: relative;
}
.header.sticky .main-wrapper .header-wrap .search-wrap-mobile .search-svg {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  -webkit-transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease, -webkit-transform 0.3s ease;
}
.header.sticky .main-wrapper .header-wrap .search-wrap-mobile .search-svg.active {
  fill: #00A19A;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay .search-container {
  width: 80%;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-top: 55px;
  height: 20%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-input {
  width: 83%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-close-btn:hover {
  color: red;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-btn {
  font-size: 0;
  border: 0;
  height: 42px;
  width: 17%;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
}
.header.sticky .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-btn svg {
  height: 42px;
  width: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header.sticky .main-wrapper .header-wrap .hdr-logo {
  position: relative;
  z-index: 999;
}
.header.sticky .main-wrapper .header-wrap .hdr-logo a img {
  width: 117px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu {
  padding-top: 10px;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .mob-toggler {
  position: relative;
  z-index: 999;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .mob-toggler .menu-toggle img.menu-open {
  display: block;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .mob-toggler .menu-toggle img.menu-close {
  display: none;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay {
  display: none;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active {
  display: block;
  border-radius: 30px;
  border: 1px solid #C6993A;
  background: #fff;
  width: 95%;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  height: 97vh;
  overflow-y: auto !important;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  z-index: 888;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-mob-overlay-content-inner {
  margin-top: 134px;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-mob-overlay-content-inner .menu-bg-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: -1;
  opacity: 0.25;
  width: 100%;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-toggle img.menu-open {
  display: none;
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-toggle img.menu-close {
  display: block;
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay .menu-mob-overlay-content-inner .mobi-menu-inner ul {
  text-align: center;
  padding: 30px;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay .menu-mob-overlay-content-inner .mobi-menu-inner ul li.current_page_item a {
  color: #C6993A;
}
.header.sticky .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay .menu-mob-overlay-content-inner .mobi-menu-inner ul li a {
  color: #2A2A2A;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.44px;
  text-transform: capitalize;
  text-align: center;
}
.header.--hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  position: absolute;
  overflow: hidden;
}
.header.--hidden .nav-menu {
  background: none;
}
.header .main-wrapper .header-wrap {
  padding-top: 25px;
  padding-left: 24px;
  padding-right: 24px;
  /* Search Icon */
  /* Search Mobile Overlay */
  /* Mobile Menu */
}
.header .main-wrapper .header-wrap .search-wrap-mobile {
  padding-top: 10px;
  z-index: 999;
  position: relative;
  width: 0;
  opacity: 0;
  display: none !important;
}
.header .main-wrapper .header-wrap .search-wrap-mobile .search-svg {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  -webkit-transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: fill 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease;
  transition: transform 0.3s ease, fill 0.3s ease, -webkit-transform 0.3s ease;
}
.header .main-wrapper .header-wrap .search-wrap-mobile .search-svg.active {
  fill: #00A19A;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.header .main-wrapper .header-wrap .search-mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header .main-wrapper .header-wrap .search-mobile-overlay.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.header .main-wrapper .header-wrap .search-mobile-overlay .search-container {
  width: 80%;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-top: 55px;
  height: 20%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.header .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-input {
  width: 83%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.header .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-close-btn:hover {
  color: red;
}
.header .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-btn {
  font-size: 0;
  border: 0;
  height: 42px;
  width: 17%;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
}
.header .main-wrapper .header-wrap .search-mobile-overlay .search-container .search-btn svg {
  height: 42px;
  width: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .main-wrapper .header-wrap .hdr-logo {
  position: relative;
  z-index: 999;
}
.header .main-wrapper .header-wrap .hdr-logo a img {
  width: 117px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .main-wrapper .header-wrap .mobile-menu {
  padding-top: 10px;
}
.header .main-wrapper .header-wrap .mobile-menu .mob-toggler {
  position: relative;
  z-index: 999;
}
.header .main-wrapper .header-wrap .mobile-menu .mob-toggler .menu-toggle img.menu-open {
  display: block;
}
.header .main-wrapper .header-wrap .mobile-menu .mob-toggler .menu-toggle img.menu-close {
  display: none;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay {
  display: none;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active {
  display: block;
  border-radius: 30px;
  border: 1px solid #C6993A;
  background: #fff;
  width: 95%;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  height: 97vh;
  overflow-y: auto !important;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  z-index: 888;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-mob-overlay-content-inner {
  margin-top: 134px;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-mob-overlay-content-inner .menu-bg-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: -1;
  opacity: 0.25;
  width: 100%;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-toggle img.menu-open {
  display: none;
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay.active .menu-toggle img.menu-close {
  display: block;
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay .menu-mob-overlay-content-inner .mobi-menu-inner ul {
  text-align: center;
  padding: 30px;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay .menu-mob-overlay-content-inner .mobi-menu-inner ul li.current_page_item a {
  color: #C6993A;
}
.header .main-wrapper .header-wrap .mobile-menu .menu-mob-overlay .menu-mob-overlay-content-inner .mobi-menu-inner ul li a {
  color: #2A2A2A;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.44px;
  text-transform: capitalize;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .header {
    padding: 0;
  }
  .header .main-wrapper .header-wrap {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .header .main-wrapper .header-wrap .desk-menu {
    width: 48%;
    padding-right: 0vw !important;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a, .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 800 !important;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a:after, .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a:after {
    position: absolute;
    content: "";
    border-radius: 3px;
    background: #076324;
    left: 0;
    right: 0;
    height: 3px;
    width: 73%;
    bottom: 0;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
  }
  .header .main-wrapper .header-wrap .hdr-logo {
    width: 12%;
    padding-bottom: 1.0416666667vw;
  }
  .header .main-wrapper .header-wrap .hdr-logo a img {
    height: 7.8125vw;
    width: 10.0520833333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .main-wrapper .header-wrap .search-full-wrap {
    width: 40%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .main-wrapper .header-wrap .search-full-wrap::after {
    content: "";
    height: 2.0833333333vw;
    width: 1px;
    background: rgba(42, 42, 42, 0.5);
    right: 188px;
    position: absolute;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap {
    margin-right: 2.34375vw;
    position: relative;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container {
    width: 20.0520833333vw;
    background: #EBEBEB;
    height: 2.9166666667vw;
    border-radius: 1.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-input {
    width: 15.625vw;
    bottom: 0;
    outline: none !important;
    height: 2.5vw;
    background: rgba(232, 232, 232, 0);
    border: 0;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn {
    width: 2.3958333333vw;
    font-size: 0;
    border: 0;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn .footer-svg {
    height: 2.3958333333vw;
    width: 2.3958333333vw;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-icon img {
    margin-right: 0.78125vw;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap p {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.32px;
    text-transform: capitalize;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap a.hdr-call {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    text-decoration: none;
  }
  .header.sticky {
    top: 0vw;
    height: 8.28125vw;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    position: fixed;
    z-index: 100;
    width: 100%;
  }
  .header.sticky .scroll {
    display: none;
  }
  .header.sticky .main-wrapper .header-wrap {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    background: #fff;
    border-radius: 0;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu {
    width: 48%;
    padding-right: 0vw !important;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a, .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 800 !important;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a:after, .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a:after {
    position: absolute;
    content: "";
    border-radius: 3px;
    background: #076324;
    left: 0;
    right: 0;
    height: 3px;
    width: 73%;
    bottom: 0;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
  }
  .header.sticky .main-wrapper .header-wrap .hdr-logo {
    width: 12%;
    padding-bottom: 1.0416666667vw;
  }
  .header.sticky .main-wrapper .header-wrap .hdr-logo a img {
    height: 7.8125vw;
    width: 10.0520833333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap {
    width: 40%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap::after {
    content: "";
    height: 2.0833333333vw;
    width: 1px;
    background: rgba(42, 42, 42, 0.5);
    right: 188px;
    position: absolute;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap {
    margin-right: 2.34375vw;
    position: relative;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container {
    width: 20.0520833333vw;
    background: #EBEBEB;
    height: 2.9166666667vw;
    border-radius: 1.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-input {
    width: 15.625vw;
    bottom: 0;
    outline: none !important;
    height: 2.5vw;
    background: rgba(232, 232, 232, 0);
    border: 0;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn {
    width: 2.3958333333vw;
    font-size: 0;
    border: 0;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn .footer-svg {
    height: 2.3958333333vw;
    width: 2.3958333333vw;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-icon img {
    margin-right: 0.78125vw;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap p {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.32px;
    text-transform: capitalize;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap a.hdr-call {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1400px) {
  .header {
    padding: 0;
  }
  .header .main-wrapper .header-wrap {
    padding-left: 6.7708333333vw;
    padding-right: 6.7708333333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .header .main-wrapper .header-wrap .desk-menu {
    width: 36.4583333333vw;
    padding-right: 0vw !important;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a, .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 800 !important;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a:after, .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a:after {
    position: absolute;
    content: "";
    border-radius: 3px;
    background: #076324;
    left: 0;
    right: 0;
    height: 3px;
    width: 73%;
    bottom: 0;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
  }
  .header .main-wrapper .header-wrap .hdr-logo {
    width: 10.0520833333vw;
    padding-bottom: 1.0416666667vw;
  }
  .header .main-wrapper .header-wrap .hdr-logo a img {
    height: 7.8125vw;
    width: 10.0520833333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .main-wrapper .header-wrap .search-full-wrap {
    width: 36.4583333333vw;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .main-wrapper .header-wrap .search-full-wrap::after {
    content: unset;
    height: 2.0833333333vw;
    width: 1px;
    background: rgba(42, 42, 42, 0.5);
    right: 9.4791666667vw;
    position: absolute;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap {
    margin-right: 2.34375vw;
    position: relative;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container {
    width: 20.0520833333vw;
    background: #EBEBEB;
    height: 2.9166666667vw;
    border-radius: 1.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-input {
    width: 15.625vw;
    bottom: 0;
    outline: none !important;
    height: 2.5vw;
    background: rgba(232, 232, 232, 0);
    border: 0;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn {
    width: 2.3958333333vw;
    font-size: 0;
    border: 0;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn .footer-svg {
    height: 2.3958333333vw;
    width: 2.3958333333vw;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-icon img {
    margin-right: 0.78125vw;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap p {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.32px;
    text-transform: capitalize;
  }
  .header .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap a.hdr-call {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    text-decoration: none;
  }
  .header.sticky {
    top: 0vw;
    height: 8.28125vw;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    position: fixed;
    z-index: 100;
    width: 100%;
  }
  .header.sticky .scroll {
    display: none;
  }
  .header.sticky .main-wrapper .header-wrap {
    padding-left: 6.7708333333vw;
    padding-right: 6.7708333333vw;
    background: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu {
    width: 36.4583333333vw;
    padding-right: 0vw !important;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a, .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 800 !important;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a:after, .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a:after {
    position: absolute;
    content: "";
    border-radius: 3px;
    background: #076324;
    left: 0;
    right: 0;
    height: 3px;
    width: 73%;
    bottom: 0;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
  }
  .header.sticky .main-wrapper .header-wrap .hdr-logo {
    width: 10.0520833333vw;
    padding-bottom: 1.0416666667vw;
  }
  .header.sticky .main-wrapper .header-wrap .hdr-logo a img {
    height: 7.8125vw;
    width: 10.0520833333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap {
    width: 36.4583333333vw;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap::after {
    content: unset;
    height: 2.0833333333vw;
    width: 1px;
    background: rgba(42, 42, 42, 0.5);
    right: 9.4791666667vw;
    position: absolute;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap {
    margin-right: 2.34375vw;
    position: relative;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container {
    width: 20.0520833333vw;
    background: #EBEBEB;
    height: 2.9166666667vw;
    border-radius: 1.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-input {
    width: 15.625vw;
    bottom: 0;
    outline: none !important;
    height: 2.5vw;
    background: rgba(232, 232, 232, 0);
    border: 0;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn {
    width: 2.3958333333vw;
    font-size: 0;
    border: 0;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .search-wrap .search-container .search-btn .footer-svg {
    height: 2.3958333333vw;
    width: 2.3958333333vw;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-icon img {
    margin-right: 0.78125vw;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap p {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.32px;
    text-transform: capitalize;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap .contact-wrap .call-wrap a.hdr-call {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1920px) {
  .header .main-wrapper .header-wrap .desk-menu {
    width: 36.4583333333vw;
    padding-right: 0vw !important;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a, .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 800 !important;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a:after, .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a:after {
    position: absolute;
    content: "";
    border-radius: 3px;
    background: #076324;
    left: 0;
    right: 0;
    height: 3px;
    width: 73%;
    bottom: 0;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
  }
  .header .main-wrapper .header-wrap .search-full-wrap::after {
    content: "";
  }
  .header.sticky {
    top: 0vw;
    height: 8.28125vw;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    position: fixed;
    z-index: 100;
    width: 100%;
  }
  .header.sticky .scroll {
    display: none;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu {
    width: 36.4583333333vw;
    padding-right: 0vw !important;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a, .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 800 !important;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul .current-menu-item a:after, .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li:hover a:after {
    position: absolute;
    content: "";
    border-radius: 3px;
    background: #076324;
    left: 0;
    right: 0;
    height: 3px;
    width: 73%;
    bottom: 0;
    -webkit-transition: all 0.3 ease-in;
    transition: all 0.3 ease-in;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .header.sticky .main-wrapper .header-wrap .desk-menu .menu-main-menu-container ul li a {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.0166666667vw;
    text-transform: capitalize;
  }
  .header.sticky .main-wrapper .header-wrap .search-full-wrap::after {
    content: "";
  }
}
.gen-title-wrap .gen-title {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) bottom right/50% 50% no-repeat, -webkit-gradient(linear, right top, left bottom, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) bottom left/50% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) top left/50% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) top right/50% 50% no-repeat;
  background: linear-gradient(to bottom right, #2a2a2a 15%, #c6993a 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, #2a2a2a 15%, #c6993a 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, #2a2a2a 15%, #c6993a 50%) top left/50% 50% no-repeat, linear-gradient(to top right, #2a2a2a 15%, #c6993a 50%) top right/50% 50% no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: -2px;
  padding-bottom: 20px;
}
.gen-title-wrap img {
  position: absolute;
  height: 74px;
  width: 74px;
  -o-object-fit: contain;
  object-fit: contain;
  top: -44%;
  right: 12%;
}

.gen-sub-title {
  font-weight: 300;
  padding-bottom: 40px;
}

.gen-intro {
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-btn, .gen-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-btn a, .gen-button a {
  border: 1px solid #2a2a2a;
  padding: 10px 30px;
  text-decoration: none;
  color: #2a2a2a;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2.34px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-btn a .svg-addon .search-svg, .gen-button a .svg-addon .search-svg {
  height: 8.13px;
  width: 8.13px;
}

/*.slick-dots */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  right: 0;
}
.slick-dots .slick-active button {
  width: 40px !important;
  background-color: #c6993a !important;
}
.slick-dots li {
  margin: 0 5px;
  font-size: 0;
}
.slick-dots li button {
  display: block;
  width: 15px;
  height: 5px;
  background-color: #e4d7c5;
  padding: 0;
  border: none;
  border-radius: 10px;
  text-indent: -9999px;
}

@media only screen and (min-width: 600px) {
  .gen-title-wrap {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
  .gen-title-wrap img {
    top: -31%;
    right: -13%;
  }
}
@media only screen and (min-width: 1200px) {
  .mob-hide {
    display: block;
  }
  .des-hide {
    display: none;
  }
  .gen-title-wrap .gen-title {
    font-size: 4.1666666667vw;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 1.3020833333vw;
    line-height: initial;
    letter-spacing: -0.2083333333vw;
  }
  .gen-title-wrap img {
    height: 6.09375vw;
    width: 5.78125vw;
    top: -14%;
    right: -10%;
  }
  .gen-sub-title {
    padding-bottom: 2.6041666667vw;
  }
  .gen-intro {
    padding: 0 0 3.125vw;
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.slow-shake {
  -webkit-animation: sllow 20s infinite ease-in-out;
          animation: sllow 20s infinite ease-in-out;
}

@keyframes sllow {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
}
.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block !important;
  height: 0 !important;
  overflow-y: hidden;
  visibility: hidden;
  position: absolute;
  width: 100%;
}

.tab-content > .tab-pane.active,
.pill-content > .pill-pane.active {
  height: auto !important;
  overflow-y: visible;
  visibility: visible;
  position: relative;
}

.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap::after {
  background-image: url(../img/comma.png);
}

@media only screen and (min-width: 1200px) {
  .cus-exp-sec .main-wrap .cus-silder .cus-item::before {
    background-image: url(../img/comma.png);
  }
}
.fade-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}

.fade-up-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.general-image-section .main-wrap .single-banner .banner-img img {
  border-radius: 30px 30px;
}
@media only screen and (min-width: 1024px) {
  .general-image-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .general-image-section .main-wrap .single-banner .banner-img img {
    border-radius: 30px 30px;
    height: 535px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.general-image-section-product .main-wrap .single-banner .banner-img img {
  border-radius: 30px 30px;
}
@media only screen and (min-width: 1024px) {
  .general-image-section-product {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .general-image-section-product .main-wrap .single-banner .banner-img img {
    border-radius: 30px 30px;
    height: 535px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.inner-page-title-section {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 50px;
  margin-bottom: 60px;
  text-align: center; /* Center content */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
}
@media only screen and (min-width: 768px) {
  .inner-page-title-section {
    padding-top: 60px;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .inner-page-title-section {
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .inner-page-title-section {
    padding-top: 5.2083333333vw;
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
    padding-bottom: 0.4166666667vw;
    margin-bottom: 0;
  }
}

.inner-page-title {
  font-family: "Frank Ruhl Libre", serif;
  letter-spacing: -1px;
}
@media only screen and (min-width: 1200px) {
  .inner-page-title {
    position: absolute;
    top: 2.9895833333vw;
    left: 0;
    right: 0;
  }
}

.inner-page-description {
  padding-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 375px) {
  .inner-page-description {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .inner-page-description {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .inner-page-description {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .inner-page-description {
    padding-top: 3.125vw;
    padding-left: 11.9791666667vw;
    padding-right: 11.9791666667vw;
    font-size: 0.8333333333vw;
  }
}

.breadcrumb-wrapper {
  position: relative;
  width: 100%;
  margin: 0 !important; /* Remove any margins */
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1200px) {
  .breadcrumb-wrapper {
    font-size: 1.0416666667vw;
    padding: 0 0 0.8854166667vw;
  }
}
.breadcrumb-wrapper .bredcrumbswrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
@media only screen and (min-width: 1024px) {
  .breadcrumb-wrapper .bredcrumbswrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important;
  margin: 0 !important;
}
.breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li {
  color: #020512;
  padding: 0 !important;
  margin: 0 !important;
}
@media only screen and (min-width: 1200px) {
  .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li li a {
    font-size: 1.0416666667vw;
  }
}
.breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a {
  text-decoration: none;
  color: #020512;
}
.breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li {
  position: relative;
}
.breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li::before {
  content: "/";
  color: #020512;
  font-size: 16px;
  padding-left: 0.45rem;
  margin: 0 !important;
}
.breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li:last-child span {
  font-weight: 700;
  padding-left: 0.45rem;
}

.contact-us-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .contact-us-details {
    padding-left: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-us-details {
    padding-left: 6.7708333333vw;
  }
}

.contact-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  padding: 20px;
  text-align: left;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .contact-box {
    margin-bottom: 50px;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-box {
    padding-right: 0 !important;
  }
}

/* Responsive: Stacks divs on smaller screens */
@media (min-width: 320px) and (max-width: 767px) {
  .contact-us-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* Stack items in a single column */
  }
}
.contact-us-style-title {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) bottom right/50% 50% no-repeat, -webkit-gradient(linear, right top, left bottom, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) bottom left/50% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) top left/50% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) top right/50% 50% no-repeat;
  background: linear-gradient(to bottom right, #2a2a2a 15%, #c6993a 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, #2a2a2a 15%, #c6993a 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, #2a2a2a 15%, #c6993a 50%) top left/50% 50% no-repeat, linear-gradient(to top right, #2a2a2a 15%, #c6993a 50%) top right/50% 50% no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: -2px;
}

.contact-us-sub-title {
  font-weight: 300;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .contact-us-sub-title {
    color: #2A2A2A;
    font-family: "Lato", sans-serif;
    font-size: 1.875vw !important;
    font-weight: 300;
    letter-spacing: -0.0625vw;
    width: 100%;
  }
}

.contact-us-description {
  font-size: 14px;
  text-align: justify;
  line-height: 22px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .contact-us-description {
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
    padding-top: 0vw;
    padding-bottom: 0vw;
    width: 80%;
    text-align: justify;
  }
}

.contact-us-mini-title {
  text-decoration: none;
  font-weight: 400;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  font-size: 14px;
  color: #3a3a3a;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .contact-us-mini-title {
    font-size: 0.7291666667vw;
    letter-spacing: -0.0145833333vw;
    padding-bottom: 0.5208333333vw;
  }
}

@media only screen and (min-width: 1200px) {
  .brand-name {
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1.5625vw;
    letter-spacing: -0.025vw;
  }
}

.contact-us-address {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.32px;
  padding-bottom: 40px;
}
.contact-us-address a {
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .contact-us-address {
    font-size: 1.25vw;
    line-height: 1.5625vw;
    letter-spacing: -0.025vw;
    padding-bottom: 2.6041666667vw;
    width: 75%;
  }
}

.contact-us-email {
  text-decoration: none;
  color: #0D0D0D;
}

.contact-us-hotline {
  text-decoration: none;
  color: #0D0D0D;
}

@media only screen and (min-width: 768px) {
  .move-left {
    margin: 0 !important;
  }
}

.c-bottom-blue-line {
  background-color: #2A2A2A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  position: relative;
  top: -26px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 86px;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1024px) {
  .c-bottom-blue-line {
    border-bottom-right-radius: 0;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .c-bottom-blue-line {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1440px) {
  .c-bottom-blue-line {
    padding-top: 2.6041666667vw;
    padding-bottom: 2.6041666667vw;
    border-bottom-left-radius: 3.125vw;
  }
}
.c-bottom-blue-line .bottom-line-link {
  display: inline;
}
.c-bottom-blue-line .bottom-line-link .link-item {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 15px;
}
@media only screen and (min-width: 320px) {
  .c-bottom-blue-line .bottom-line-link .link-item {
    padding-right: 5px;
    padding-left: 5px;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2.4px;
  }
}
@media only screen and (min-width: 375px) {
  .c-bottom-blue-line .bottom-line-link .link-item {
    padding-right: 10px;
    padding-left: 10px;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2.4px;
  }
}
@media only screen and (min-width: 1440px) {
  .c-bottom-blue-line .bottom-line-link .link-item {
    padding-right: 1.0416666667vw;
    font-family: "Lato", sans-serif;
    font-size: 0.78125vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.15625vw;
  }
}
.c-bottom-blue-line .get-in-touch {
  font-size: 18px;
  color: #FFFFFF;
  position: relative; /* Required for absolute positioning of ::after */
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: -1.2px;
  font-weight: 300;
  font-family: "Frank Ruhl Libre", serif;
}
@media only screen and (min-width: 1200px) {
  .c-bottom-blue-line .get-in-touch {
    font-size: 1.3541666667vw;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: -0.0625vw;
    font-weight: 300;
    font-family: "Frank Ruhl Libre", serif;
  }
}
@media only screen and (min-width: 320px) {
  .c-bottom-blue-line .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 8px;
  }
}
@media only screen and (min-width: 375px) {
  .c-bottom-blue-line .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .c-bottom-blue-line .left {
    padding-bottom: 0.4166666667vw;
  }
}
@media only screen and (min-width: 320px) {
  .c-bottom-blue-line .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 375px) {
  .c-bottom-blue-line .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 320px) {
  .contact-map iframe {
    height: 343px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-map iframe {
    height: 476px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-map {
    margin-right: 0 !important;
  }
  .contact-map iframe {
    height: 660px;
    border-top-left-radius: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-map {
    margin-right: 0 !important;
  }
  .contact-map iframe {
    height: 39.0625vw;
    max-width: 100%;
    border-top-left-radius: 3.125vw;
  }
}

@media only screen and (min-width: 1200px) {
  .contact-map {
    margin: 0 !important;
  }
}

/* General form styling */
/* Contact Form Section */
.contact-us-form {
  padding: 40px;
  overflow-x: hidden; /* Remove unwanted horizontal scrolling */
  margin-bottom: 60px;
}
@media only screen and (min-width: 320px) {
  .contact-us-form {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-us-form .contact-us-form-wrapper {
    border-radius: 3.125vw;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-us-form {
    padding-left: 15.625vw;
    padding-right: 15.625vw;
    padding-top: 7.2916666667vw;
  }
}

/* Form Row - Groups two fields in a row */
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

/* Half Width Inputs (Desktop) */
.half-width {
  width: 100%;
}

/* Desktop View */
@media only screen and (min-width: 1024px) {
  .half-width {
    width: calc(50% - 10px);
  }
  .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 50px;
  }
  .submit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; /* Move the button to the right */
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .form-row {
    padding-bottom: 2.0833333333vw;
  }
}
/* Form Wrapper */
.contact-us-form-wrapper {
  background: -webkit-gradient(linear, left bottom, left top, from(#2A2A2A), color-stop(40.3%, #554730), color-stop(70.14%, #745C35), to(#947139));
  background: linear-gradient(0deg, #2A2A2A 0%, #554730 40.3%, #745C35 70.14%, #947139 100%);
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 320px) {
  .contact-us-form-wrapper {
    padding: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-us-form-wrapper {
    padding-left: 187px;
    padding-right: 187px;
    border-radius: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-us-form-wrapper {
    padding-left: 8.6979166667vw;
    padding-right: 8.6979166667vw;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    border-radius: 3.125vw;
  }
}

.form-wrap br {
  display: none;
}
.form-wrap p {
  line-height: -0.3px;
}

/* Form Header */
.contact-form-header {
  text-align: center;
}

/* Title */
.contact-form-title {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (min-width: 320px) {
  .contact-form-title {
    font-size: 40px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-form-title {
    font-size: 4.1666666667vw;
    font-weight: 500;
    padding-top: 0vw;
    padding-bottom: 3.125vw;
    letter-spacing: -0.2083333333vw;
  }
}

/* Form Container */
/* Form Group */
@media only screen and (min-width: 320px) {
  .form-group {
    padding-bottom: 20px;
  }
}

/* Labels */
.form-group label {
  display: block;
  font-weight: bold;
  color: #D9D9D9; /* White text */
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 320px) {
  .form-group label {
    font-weight: 400;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-group label {
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 0.9375vw;
  }
}

.form-group p {
  line-height: 28px;
}
@media only screen and (min-width: 1200px) {
  .form-group p {
    line-height: 2.6041666667vw;
  }
}

.form-group br {
  display: none !important;
}

/* Inputs & Select Fields */
.contact-form-container input,
.contact-form-container select,
.contact-form-container textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #F9F6F1;
  background: transparent;
  color: #C6993A;
  font-size: 16px;
  outline: none;
  text-align: left;
  line-height: 105%;
}
@media only screen and (min-width: 1200px) {
  .contact-form-container input,
  .contact-form-container select,
  .contact-form-container textarea {
    font-size: 1.5625vw;
  }
}

/* Placeholder Styling */
@media only screen and (min-width: 320px) {
  .contact-form-container input::-webkit-input-placeholder, .contact-form-container textarea::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.36px;
    font-family: "Lato", sans-serif;
    color: #C6993A;
  }
  .contact-form-container input::-moz-placeholder, .contact-form-container textarea::-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.36px;
    font-family: "Lato", sans-serif;
    color: #C6993A;
  }
  .contact-form-container input:-ms-input-placeholder, .contact-form-container textarea:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.36px;
    font-family: "Lato", sans-serif;
    color: #C6993A;
  }
  .contact-form-container input::-ms-input-placeholder, .contact-form-container textarea::-ms-input-placeholder {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.36px;
    font-family: "Lato", sans-serif;
    color: #C6993A;
  }
  .contact-form-container input::placeholder,
  .contact-form-container textarea::placeholder {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.36px;
    font-family: "Lato", sans-serif;
    color: #C6993A;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-form-container input::-webkit-input-placeholder, .contact-form-container textarea::-webkit-input-placeholder {
    font-size: 1.5625vw;
  }
  .contact-form-container input::-moz-placeholder, .contact-form-container textarea::-moz-placeholder {
    font-size: 1.5625vw;
  }
  .contact-form-container input:-ms-input-placeholder, .contact-form-container textarea:-ms-input-placeholder {
    font-size: 1.5625vw;
  }
  .contact-form-container input::-ms-input-placeholder, .contact-form-container textarea::-ms-input-placeholder {
    font-size: 1.5625vw;
  }
  .contact-form-container input::placeholder,
  .contact-form-container textarea::placeholder {
    font-size: 1.5625vw;
  }
}

/* Dropdown Styling */
.custom-dropdown {
  position: relative;
}

.custom-dropdown select {
  width: 100%;
  padding: 10px 0; /* Remove left & right padding */
  border: none;
  border-bottom: 1px solid #F9F6F1;
  background: transparent;
  color: #C6993A;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  text-align: left; /* Ensure text starts at the left */
  font-size: 18px;
}
@media only screen and (min-width: 320px) {
  .custom-dropdown select {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.36px;
    font-family: "Lato", sans-serif;
    color: #C6993A;
  }
}
@media only screen and (min-width: 1024px) {
  .custom-dropdown select {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .custom-dropdown select {
    font-size: 1.5625vw;
  }
}

/* Dropdown Arrow */
.custom-dropdown .dropdown-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #F9F6F1;
  pointer-events: none;
}

/* Contact Number Field */
.phone-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* Stack country code and number field */
}

.phone-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.phone-input select {
  width: 25% !important;
  border: none;
  border-bottom: 2px solid #fff;
  background: transparent;
  color: white;
  outline: none;
  text-align: left; /* Align text to the left */
}

.phone-input input {
  width: 75% !important;
  text-align: left; /* Align input text to the left */
}

/* Submit Button */
.submit-btn {
  position: relative;
  margin-bottom: 50px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.submit-btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  padding: 10px 30px;
  width: 90%;
}
.submit-btn p input {
  text-decoration: none;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2.34px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submit-btn p .svg-addon {
  background-color: #C6993A;
  padding: 7px 0;
  border-radius: 3px;
  margin-right: 10px;
  width: 13%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.submit-btn p .svg-addon .search-svg {
  height: 8.13px;
  width: 8.13px;
}

.submit-btn input[type=submit] {
  background-color: transparent;
  color: white;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.34px;
  text-transform: uppercase;
  position: relative;
  padding: 0; /* Extra left padding for the icon */
}
@media only screen and (min-width: 375px) {
  .submit-btn input[type=submit] {
    padding: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .submit-btn input[type=submit] {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .submit-btn input[type=submit] {
    margin-top: 4.6875vw;
    margin-bottom: 5.2083333333vw;
  }
}
.submit-btn input[type=submit] span .wpcf7-spinner:before {
  display: none !important;
  overflow: hidden !important;
}

.submit-btn .btn-icon {
  position: absolute;
  left: 15px;
  font-size: 18px;
}

.freq-asked-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  overflow-x: hidden;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .freq-asked-q {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .freq-asked-q {
    padding-left: 0.5208333333vw;
    padding-right: 0.5208333333vw;
    margin-bottom: 3.125vw;
  }
}

.faq-wrapper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Centers horizontally */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Centers vertically */
  text-align: center; /* Ensures text is centered */
  width: 100%;
  max-width: 900px; /* Adjust this as needed */
  margin: 0 auto; /* Centers within the parent container */
  padding: 40px 20px; /* Adjust for spacing */
}
@media only screen and (min-width: 1440px) {
  .faq-wrapper-text {
    width: 100%;
  }
}

.faq-custom-title {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) bottom right/50% 50% no-repeat, -webkit-gradient(linear, right top, left bottom, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) bottom left/50% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) top left/50% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) top right/50% 50% no-repeat;
  background: linear-gradient(to bottom right, #2a2a2a 15%, #c6993a 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, #2a2a2a 15%, #c6993a 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, #2a2a2a 15%, #c6993a 50%) top left/50% 50% no-repeat, linear-gradient(to top right, #2a2a2a 15%, #c6993a 50%) top right/50% 50% no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-max-content;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: -2px;
  text-align: center;
}

.faq-top-title {
  text-align: center !important;
}

.faq-description {
  text-align: center !important;
  font-weight: 500 !important;
}

.cmp-accordion .section-inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: -80px;
}
.cmp-accordion .section-inner .accordion-item {
  border: none;
  padding-bottom: 25px;
  margin-top: 25px;
  border-bottom: 1px solid #4D4D4F;
  -webkit-transition: ease all 0.8s;
  transition: ease all 0.8s;
  padding-top: 25px;
}
.cmp-accordion .section-inner .accordion-item .accordion-head {
  color: #2A2A2A;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.28px;
  -webkit-transition: ease all 0.8s;
  transition: ease all 0.8s;
  padding-left: 0;
  padding-right: 10px;
  position: relative;
}
.cmp-accordion .section-inner .accordion-item .accordion-head .faq {
  padding-left: 10px;
}
.cmp-accordion .section-inner .accordion-item .accordion-head::after {
  content: "";
  position: absolute;
  right: 4%;
  width: 20px;
  height: 10px;
  background-image: url(../img/faq-down.png);
  background-size: cover;
  top: 4px;
}
.cmp-accordion .section-inner .accordion-item .acccordion-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: ease all 0.8s;
  transition: ease all 0.8s;
  padding: 0 20px;
  width: auto;
  background-color: #E4D7C5;
}
.cmp-accordion .section-inner .accordion-item .acccordion-body .detail-div {
  color: #231F20;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1.04px;
  text-transform: capitalize;
  text-align: justify;
}
.cmp-accordion .section-inner .accordion-item.open {
  background-color: #E4D7C5;
  border-bottom: 6px solid #076324;
  padding-top: 3.4375vw;
  padding-left: 1.5625vw;
  border-radius: 20px;
}
.cmp-accordion .section-inner .accordion-item.open .accordion-head {
  padding-bottom: 20px;
  color: #0D0D0D;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1.12px;
  text-transform: inherit;
}
.cmp-accordion .section-inner .accordion-item.open .accordion-head .faq {
  padding-bottom: 20px;
  color: #0D0D0D;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1.12px;
  text-transform: initial;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .cmp-accordion .section-inner .accordion-item.open .accordion-head .faq {
    font-size: 24px;
    line-height: 30px;
  }
}
.cmp-accordion .section-inner .accordion-item.open .accordion-head::after {
  content: "";
  position: absolute;
  right: 4%;
  width: 20px;
  height: 10px;
  background-image: url(../img/faq-up.png);
  background-size: cover;
  top: 4px;
}
.cmp-accordion .section-inner .accordion-item.open .acccordion-body {
  max-height: 400px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .cmp-accordion .section-inner .accordion-item.open .acccordion-body {
    width: 100%;
  }
  .cmp-accordion .section-inner .accordion-item.open .acccordion-body .detail-div {
    font-size: 16px;
    text-align: justify;
  }
}
@media only screen and (min-width: 1024px) {
  .cmp-accordion .section-inner .accordion-item.open .acccordion-body {
    padding-left: 78px;
    padding-right: 86px;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-accordion .section-inner .accordion-item.open .acccordion-body {
    padding-left: 5.7291666667vw;
    padding-right: 4.6875vw;
    padding-bottom: 4.1666666667vw;
  }
}

@media only screen and (min-width: 768px) {
  .cmp-accordion {
    width: 85%; /* Adjust width for better centering */
    margin: 0 auto; /* Center horizontally */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cmp-accordion .section-inner {
    width: 100%;
    max-width: 90%; /* Ensures it doesn’t stretch too much */
    margin: 0 auto;
  }
  .cmp-accordion .section-title {
    text-align: center;
    font-size: 36px; /* Adjust for tablets */
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1px;
    text-transform: capitalize;
    padding-left: 15px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .cmp-accordion .accordion-item {
    border: none;
    padding-bottom: 15px;
    margin-top: 25px;
    border-bottom: 1px solid rgba(58, 58, 58, 0.14);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    padding-top: 25px;
  }
  .cmp-accordion .accordion-item > * {
    -webkit-transition: none !important;
    transition: none !important;
  }
  .cmp-accordion .accordion-head {
    color: #0D0D0D;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.44px;
    text-transform: capitalize;
    position: relative;
  }
  .cmp-accordion .accordion-head .faq {
    color: #2A2A2A;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.44px;
    text-transform: initial;
    padding-left: 10px;
    line-height: 30px;
  }
  .cmp-accordion .faq-no {
    font-size: 40px;
  }
  .cmp-accordion .accordion-head::after {
    content: "";
    position: absolute;
    right: 10px;
    width: 20px;
    height: 10px;
    background-image: url(../img/faq-down.png);
    background-size: cover;
    top: 4px;
  }
  .cmp-accordion .acccordion-body {
    width: 100%;
    color: #231F20;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.44px;
    text-transform: inherit;
    text-align: center;
    padding: 20px;
  }
  .cmp-accordion .accordion-item.open {
    background-color: #E4D7C5;
    border-bottom: 6px solid #076324;
    border-radius: 20px;
  }
  .cmp-accordion .accordion-item.open .accordion-head {
    color: #0D0D0D;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.44px;
    text-transform: capitalize;
  }
  .cmp-accordion .accordion-item.open .accordion-head::after {
    background-image: url(../img/faq-up.png);
  }
  .cmp-accordion .accordion-item.open .acccordion-body {
    max-height: 400px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .cmp-accordion {
    width: 100%;
  }
  .cmp-accordion .section-inner {
    margin-top: unset;
    margin-bottom: unset;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5.2083333333vw;
    border-radius: 0.5208333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmp-accordion .section-inner .section-title {
    text-align: center;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.6458333333vw;
    letter-spacing: -2px;
    text-transform: capitalize;
    padding-left: 1.3020833333vw;
    width: 33.75vw;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmp-accordion .section-inner .section-title .highlights {
    color: #1B1B1B;
  }
  .cmp-accordion .section-inner .accordion-item {
    border: none;
    padding-bottom: 0.78125vw;
    margin-top: 1.3020833333vw;
    border-bottom: 1px solid rgba(58, 58, 58, 0.1411764706);
    -webkit-transition: ease all 0.8s;
    transition: ease all 0.8s;
    padding-top: 1.3020833333vw;
    width: 63.0822916667vw;
  }
  .cmp-accordion .section-inner .accordion-item .accordion-head {
    color: #0D0D0D;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.075vw;
    text-transform: capitalize;
  }
  .cmp-accordion .section-inner .accordion-item .accordion-head .faq {
    color: #2A2A2A;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.075vw;
    text-transform: initial;
    padding-left: 0.5208333333vw;
  }
  .cmp-accordion .section-inner .accordion-item .accordion-head .faq .faq-no {
    font-size: 3.125vw;
  }
  .cmp-accordion .section-inner .accordion-item .acccordion-body {
    width: 100%;
  }
  .cmp-accordion .section-inner .accordion-item .acccordion-body .detail-div {
    color: #231F20;
    font-size: 0.9375vw !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.075vw;
    text-transform: inherit;
  }
  .cmp-accordion .section-inner .accordion-item.open .accordion-head {
    color: #0D0D0D;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.075vw;
    text-transform: capitalize;
  }
  .cmp-accordion .section-inner .accordion-item.open .accordion-head .faq {
    color: #0D0D0D;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.075vw;
    text-transform: initial;
    padding-left: 0.5208333333vw;
  }
  .submit-btn p {
    padding: 1.0416666667vw 1.5625vw;
    width: 13.8541666667vw !important;
  }
  .submit-btn p .svg-addon {
    padding: 0.3645833333vw 0;
    width: 6%;
  }
}
/* Product Main Landing Page */
.products-ranges {
  margin-bottom: 52px;
}
@media only screen and (min-width: 768px) {
  .products-ranges {
    margin-bottom: 52px;
  }
}
@media only screen and (min-width: 1200px) {
  .products-ranges {
    padding-left: 13.5416666667vw;
    padding-right: 13.5416666667vw;
  }
}

.product-categories-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .product-categories-container {
    padding-bottom: 20px;
  }
}

/* Default Layout: Content first, then image */
.normal-layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* Reverse Layout: Image first, then content */
.reverse-layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* Content Styling */
.products-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #A9B8A3;
  padding: 60px 110px;
  height: auto;
  border-radius: 50px;
}
.products-content .banner-btn a {
  position: relative;
  z-index: 50;
}
.products-content .gen-title-wrap .gen-title {
  background: #0D0D0D;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding-left: 10px;
}
.products-content .gen-tagline {
  margin: 0;
  text-align: center;
  padding-left: 10px;
}
.products-content .gen-intro {
  text-align: justify;
}

.product-intro {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.product-cat-cus {
  margin: 0 !important;
}

/* Image Styling */
.product-display-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-display-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}

.product-categories-container:nth-child(even) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.product-categories-container:nth-child(odd) {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

/* Responsive Fixes */
@media only screen and (min-width: 768px) {
  .products-content {
    padding: 40px;
  }
  .products-content .banner-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products-content .gen-tagline {
    text-align: left;
    padding-left: 10px;
  }
  .product-categories-container {
    gap: 15px;
    margin-bottom: 20px;
  }
  .product-display-image img {
    height: 410px;
  }
}
@media only screen and (min-width: 1024px) {
  .products-content {
    padding: 50px 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-categories-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; /* Stretch both sections to full height */
    margin-bottom: 1.5625vw;
    gap: 0.8333333333vw;
    padding-bottom: 1.0416666667vw;
  }
  .product-categories-container:last-child {
    padding-bottom: 0.5208333333vw;
  }
  .products-ranges {
    margin-bottom: 5.2083333333vw;
  }
  .products-content {
    width: 59.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 2.6041666667vw;
    padding: 4.6875vw 5.7291666667vw;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .products-content .gen-tagline {
    text-align: left;
  }
  .products-content .gen-title-wrap .gen-title {
    background: #0D0D0D;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
  .products-content .bg-cat-image {
    position: absolute;
    top: 0;
    left: 0;
  }
  .products-content .banner-btn {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .product-display-image {
    width: 40.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; /* Ensure the image container stretches */
  }
  .product-display-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; /* Ensures the image fills the entire space */
    border-radius: 2.6041666667vw;
  }
  .product-intro {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/* Mobile Styles (Up to 767px) */
@media only screen and (max-width: 767px) {
  .product-categories-container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; /* Stack items vertically */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding: 15px;
  }
  .products-content {
    max-width: 100%;
    /* padding: 25px; */
    text-align: center;
    padding-top: 53px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 64px;
  }
  .products-content .bg-cat-image {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .product-intro {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .product-display-image {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-display-image img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  /* Remove Zig-Zag effect on mobile for better readability */
  .product-categories-container:nth-child(even),
  .product-categories-container:nth-child(odd) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media only screen and (min-width: 768px) {
  .products-ranges .full-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .products-ranges .products-content .bg-cat-image {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .products-ranges .full-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.about-discover {
  padding-left: 10px;
  padding-right: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.about-discover .inner-wrapper {
  position: relative;
  padding-bottom: 80px;
}
.about-discover .inner-wrapper .image-wrap img {
  width: 100%;
  height: 667px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.about-discover .inner-wrapper .detail-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 667px;
  padding: 10px 37px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-discover .inner-wrapper .detail-wrap .left-div .top-section {
  padding-top: 50px;
  padding-bottom: 10px;
}
.about-discover .inner-wrapper .detail-wrap .left-div .top-section .gen-tagline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.about-discover .inner-wrapper .detail-wrap .left-div .top-section .gen-title-wrap .gen-title {
  background: #fff !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  width: 100%;
  margin: auto;
  padding-bottom: 0;
  text-align: center;
}
.about-discover .inner-wrapper .detail-wrap .left-div .top-section .gen-intro {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.about-discover .inner-wrapper .detail-wrap .left-div .top-section .large {
  color: #fff;
  text-align: center;
}
.about-discover .inner-wrapper .detail-wrap .left-div .top-section .sub {
  color: #fff;
  text-align: center;
}
.about-discover .inner-wrapper .detail-wrap .left-div .top-section .sl {
  color: #fff;
  text-align: center;
}
.about-discover .inner-wrapper .detail-wrap .left-div .bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 30px;
}
.about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec .image-contain {
  width: 16%;
}
.about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec .image-contain img {
  width: 35px;
  height: 35px;
}
.about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec .detail-contain .reach-us-on {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22.92px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  color: white;
  text-align: left;
}
.about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec .detail-contain .whatsapp-number {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  text-decoration: none;
  text-align: left;
}
.about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .banner-btn a {
  border: 1px solid #fff;
  color: #fff;
}
.about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .btn-sec .btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .about-discover .inner-wrapper {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-discover .inner-wrapper .image-wrap img {
    width: 100%;
    height: 310px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-discover .inner-wrapper .detail-wrap {
    width: 70%;
    height: 150px;
    padding: 25px 30px 25px 40px;
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
    padding-top: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .top-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .top-section .gen-tagline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    color: #fff;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .top-section .gen-title-wrap .gen-title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    padding-bottom: 0;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .top-section .gen-intro {
    width: 90%;
    color: #fff;
    text-align: left;
    padding: 0;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 49%;
    gap: 10px;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec .image-contain {
    width: 10%;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec .image-contain img {
    width: 30px;
    height: 30px;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec .detail-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 10px;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec .detail-contain .reach-us-on {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.36px;
    text-transform: uppercase;
    color: white;
    text-align: left;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec .detail-contain .whatsapp-number {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .banner-btn {
    position: relative;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 10px;
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .about-discover .inner-wrapper .detail-wrap {
    padding: 25px 30px 25px 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-discover .inner-wrapper {
    width: 885px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-discover .inner-wrapper .image-wrap img {
    width: 100%;
    height: 310px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-discover .inner-wrapper .detail-wrap {
    width: 80%;
    height: 150px;
    padding: 25px 30px;
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
    padding-top: 52px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .top-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .top-section .gen-tagline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    color: #fff;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .top-section .gen-title-wrap .gen-title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    padding-bottom: 0;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .top-section .gen-intro {
    width: 90%;
    color: #fff;
    text-align: left;
    padding: 0;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: auto;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec .image-contain {
    width: 10%;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec .image-contain img {
    width: 30px;
    height: 30px;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec .detail-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 10px;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec .detail-contain .reach-us-on {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.36px;
    text-transform: uppercase;
    color: white;
    text-align: left;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec .detail-contain .whatsapp-number {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .banner-btn {
    position: relative;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-discover {
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
  }
  .about-discover .inner-wrapper {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-bottom: 10.4166666667vw;
  }
  .about-discover .inner-wrapper .image-wrap img {
    width: 100%;
    height: 31.25vw;
    border-radius: 2.6041666667vw;
  }
  .about-discover .inner-wrapper .detail-wrap {
    width: 90%;
    height: 31.25vw;
    padding: 3.75vw 100px;
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
    padding-top: 5.2083333333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .top-section {
    padding: 0;
    padding-bottom: 0.5208333333vw;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .top-section .gen-tagline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    color: #fff;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .top-section .gen-title-wrap .gen-title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    padding-bottom: 2.0833333333vw;
    text-align: left;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .top-section .gen-intro {
    width: 70%;
    color: #fff;
    text-align: left;
    font-size: 0.8333333333vw;
    font-weight: 500;
    line-height: 1.3020833333vw; /* 156.25% */
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2.6041666667vw;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40%;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec .image-contain img {
    width: 2.9605208333vw;
    height: 2.9605208333vw;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec .detail-contain {
    padding-left: 0.78125vw;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec .detail-contain .reach-us-on {
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-weight: 700;
    line-height: 1.5916666667vw;
    letter-spacing: 0.2604166667vw;
    text-transform: uppercase;
    color: white;
    text-align: left;
    padding-left: 10px;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .phone-sec .detail-contain .whatsapp-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 1.5625vw;
    font-weight: 900;
    text-transform: capitalize;
    text-decoration: none;
    text-align: left;
    padding-left: 10px;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .banner-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .banner-btn a {
    border: 1px solid #fff;
    color: #fff;
    padding: 1.0416666667vw 1.5625vw;
  }
  .about-discover .inner-wrapper .detail-wrap .left-div .bottom-section .btn-sec .btn-inner .btn-item {
    width: 15.530625vw;
  }
}

.product-category-archive {
  margin-bottom: 20px;
}
.product-category-archive .products-list {
  overflow: hidden;
}
.product-category-archive .products-list .product-item {
  padding: 20px;
  position: relative;
  height: 450px;
}
.product-category-archive .products-list .product-item .product-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.product-category-archive .products-list .product-item .product-thumbnail::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23.71%, rgba(42, 42, 42, 0)), color-stop(46.3%, rgba(42, 42, 42, 0)), color-stop(58.18%, rgba(42, 42, 42, 0.6)), color-stop(74.98%, rgba(42, 42, 42, 0.8)), color-stop(102.73%, #2A2A2A));
  background: linear-gradient(180deg, rgba(42, 42, 42, 0) 23.71%, rgba(42, 42, 42, 0) 46.3%, rgba(42, 42, 42, 0.6) 58.18%, rgba(42, 42, 42, 0.8) 74.98%, #2A2A2A 102.73%);
  pointer-events: none;
}
.product-category-archive .products-list .product-item .product-thumbnail .product-thumbnail-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.product-category-archive .products-list .product-item .single-product .single-product-name {
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-decoration: none;
  list-style: none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 26px;
  text-transform: capitalize;
  bottom: 185px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  text-align: center;
  left: 0;
  /* Underline effect */
}
.product-category-archive .products-list .product-item .single-product .single-product-name::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 90%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product-category-archive .products-list .product-item .single-product .single-product-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-decoration: none;
  list-style: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  line-height: 22px;
  bottom: 145px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  text-align: center;
  left: 0;
  padding-left: 38px;
  padding-right: 37px;
}

@media only screen and (min-width: 1200px) {
  .load-more-btn-container {
    margin-bottom: 0 !important;
    margin-top: 1.5625vw !important;
  }
  .load-more-btn-container .banner-btn {
    width: 25%;
  }
  .load-more-btn-container .banner-btn a {
    width: 100%;
  }
  .product-category-archive {
    padding-left: 15.625vw;
    padding-right: 15.625vw;
    margin-bottom: 0;
  }
  .product-category-archive .products-list {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 0.5208333333vw;
  }
  .product-category-archive .products-list .product-item {
    position: relative;
    height: 28.6458333333vw;
  }
  .product-category-archive .products-list .product-item .product-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 1.3020833333vw;
    overflow: hidden;
  }
  .product-category-archive .products-list .product-item .product-thumbnail::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.0416666667vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23.71%, rgba(42, 42, 42, 0)), color-stop(46.3%, rgba(42, 42, 42, 0)), color-stop(58.18%, rgba(42, 42, 42, 0.6)), color-stop(74.98%, rgba(42, 42, 42, 0.8)), color-stop(102.73%, #2A2A2A));
    background: linear-gradient(180deg, rgba(42, 42, 42, 0) 23.71%, rgba(42, 42, 42, 0) 46.3%, rgba(42, 42, 42, 0.6) 58.18%, rgba(42, 42, 42, 0.8) 74.98%, #2A2A2A 102.73%);
    pointer-events: none;
    -webkit-transition: background 0.9s ease-in-out;
    transition: background 0.9s ease-in-out;
  }
  .product-category-archive .products-list .product-item .product-thumbnail:hover::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29.94%, rgba(42, 42, 42, 0)), color-stop(49.97%, rgba(42, 42, 42, 0)), color-stop(60.5%, rgba(42, 42, 42, 0.6)), color-stop(75.4%, rgba(29, 64, 40, 0.8)), to(#076324));
    background: linear-gradient(180deg, rgba(42, 42, 42, 0) 29.94%, rgba(42, 42, 42, 0) 49.97%, rgba(42, 42, 42, 0.6) 60.5%, rgba(29, 64, 40, 0.8) 75.4%, #076324 100%);
    height: 100%;
    cursor: pointer;
  }
  .product-category-archive .products-list .product-item .product-thumbnail .product-thumbnail-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; /* Ensures image fills the area properly */
    border-radius: 1.0416666667vw;
  }
  .product-category-archive .products-list .product-item .single-product .single-product-name {
    padding-left: 3.0208333333vw;
    padding-right: 3.0208333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-decoration: none;
    list-style: none;
    color: #fff;
    font-size: 1.25vw;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    line-height: 1.3541666667vw;
    text-transform: capitalize;
    bottom: 9.8958333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    text-align: center;
    left: 0;
    /* Underline effect */
  }
  .product-category-archive .products-list .product-item .single-product .single-product-name::before {
    content: "";
    position: absolute;
    bottom: -1.0416666667vw;
    left: 50%;
    width: 70%;
    height: 0.0520833333vw;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .product-category-archive .products-list .product-item .single-product .single-product-description {
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-decoration: none;
    list-style: none;
    color: #fff;
    font-size: 0.8333333333vw;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    line-height: 1.3020833333vw;
    bottom: 8.3333333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    text-align: center;
    left: 0;
  }
}
.load-more-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.no-prods-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  background: transparent;
}

.intl-tel-input .selected-flag .iti-flag {
  display: none;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 0;
  color: #C6993A;
  font-size: 16px;
  text-align: center;
  width: 25%;
}
.intl-tel-input.separate-dial-code .selected-dial-code::before {
  content: "(";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}
.intl-tel-input.separate-dial-code .selected-dial-code::after {
  content: ")";
  position: absolute;
  right: 22px;
  top: 0;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  .intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 1.25vw;
  }
}

.country-select .flag.us {
  display: none;
}

.country-select.inside .flag-dropdown:hover .selected-flag {
  background: transparent;
}

.country-select.inside input, .country-select.inside input[type=text] {
  padding-left: 0;
}

.country-select .flag {
  display: none;
}

.country-select .selected-flag .arrow {
  display: none;
}

.intl-tel-input .selected-flag .iti-arrow {
  border-top: 4px solid #fff;
}

.tax-product_category .general-image-section {
  display: none;
}

/**/
.home-story-sec .main-wrap {
  padding: 0;
}
.home-story-sec .main-wrap .d-flex {
  /* Syncing the second block styles for story-slider */
}
.home-story-sec .main-wrap .d-flex .story-content {
  padding: 0 10px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.home-story-sec .main-wrap .d-flex .story-slider-wrap {
  padding-bottom: 50px;
  min-height: 390px;
}
.home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider {
  background-color: #fff;
}
.home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider .single-img {
  padding: 0 4px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider .single-img img {
  -webkit-animation: slideIn 0.5s ease-in-out;
          animation: slideIn 0.5s ease-in-out;
  border-radius: 20px;
  background: url(<path-to-image>) lightgray 0px -2.335px/100% 107.984% no-repeat;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider .slick-list {
  padding-left: 20%;
  padding-right: 20%;
}
.home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider .slick-active {
  padding-top: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-story-sec .main-wrap .story-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.excellence-sec {
  position: relative;
  overflow: hidden;
}
.excellence-sec .full-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.excellence-sec .full-wrap .excellence-content-wrap {
  padding-top: 50px;
  padding-left: 23px;
  padding-right: 23px;
}
.excellence-sec .full-wrap .excellence-content-wrap .excellence-content .gen-title-wrap {
  position: relative;
  margin: inherit;
}
.excellence-sec .full-wrap .excellence-content-wrap .excellence-content .gen-title-wrap .gen-title {
  margin: auto 0;
  padding-bottom: 0;
  text-align: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.excellence-sec .full-wrap .excellence-content-wrap .excellence-content .gen-title-wrap img {
  top: -46%;
  right: 6%;
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}
.excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap {
  width: 100%;
  padding-bottom: 60px;
}
.excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points {
  width: 100%;
  padding-bottom: 40px;
}
.excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point {
  padding-right: 10px;
  position: relative;
  padding-left: 20px;
  min-height: 110px;
}
.excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point:before {
  content: "";
  position: absolute;
  border-radius: 5px;
  background: #076324;
  height: 100%;
  width: 6px;
  left: 0;
}
.excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point h4 {
  color: #2A2A2A;
  leading-trim: both;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  padding-bottom: 20px;
}
.excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point .point-intro {
  color: #2A2A2A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.excellence-sec .full-wrap .excellence-img {
  position: relative;
  background-repeat: no-repeat;
  min-height: 300px;
  margin-bottom: 40px;
}
.excellence-sec .full-wrap .excellence-img::before {
  content: "";
  position: absolute;
  border-radius: 0px 0px 0px 50px;
  background: -webkit-gradient(linear, right top, left top, from(#2A2A2A), color-stop(40.3%, #554730), color-stop(70.14%, #745C35), to(#947139));
  background: linear-gradient(270deg, #2A2A2A 0%, #554730 40.3%, #745C35 70.14%, #947139 100%);
  height: 255px;
  width: 100%;
  z-index: -1;
  top: 27%;
  left: 75px;
}
.excellence-sec .full-wrap .excellence-img::after {
  content: "";
  z-index: 99;
  top: 70%;
  left: 33%;
  right: 0;
  bottom: -11%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.excellence-sec .full-wrap .excellence-img img {
  width: 100%;
  padding-left: 43px;
}

.product-range-sec {
  padding-bottom: 100px;
  overflow: hidden;
}
.product-range-sec .fade:not(.show) {
  opacity: 0;
  display: none !important;
}
.product-range-sec .full-wrap .title-all-wrap .title-wrap .gen-tagline {
  text-align: center;
}
.product-range-sec .full-wrap .title-all-wrap .title-wrap .gen-title {
  padding-left: 42px;
  padding-right: 42px;
  width: auto !important;
  text-align: center;
  line-height: initial;
  padding-bottom: 40px;
}
.product-range-sec .full-wrap .title-all-wrap .banner-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.product-range-sec .full-wrap .title-all-wrap .banner-btn a {
  text-align: center;
}
.product-range-sec .full-wrap .product-wrap {
  padding-top: 60px;
  padding-left: 25px;
}
.product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title {
  border-bottom: 0;
}
.product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title .nav-item .nav-link {
  color: #2A2A2A;
  font-family: "Frank Ruhl Libre", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.6px;
  border: 0px solid transparent;
}
.product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title .nav-item .nav-link.active {
  color: #2A2A2A;
  font-family: "Frank Ruhl Libre", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 76.923% */
  letter-spacing: -0.78px;
  border-bottom: 3px solid #076324;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-intro {
  padding-top: 40px;
  padding-right: 25px;
  margin-bottom: 20px;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-intro .gen-tagline {
  text-align: center;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-intro .gen-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-intro .gen-title-wrap .gen-title {
  background: #2A2A2A !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-intro .gen-intro {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-intro .gen-button {
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-intro .bg-cat-image {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .slick-list {
  padding-right: 15%;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .slick-dots {
  bottom: -40px;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .single-cat-wrap {
  padding-right: 8px;
  position: relative;
  height: 380px;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .single-cat-wrap a {
  border-radius: 25px;
  pointer-events: none;
  cursor: default;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .single-cat-wrap a .cat-img {
  position: relative;
  height: 380px !important;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .single-cat-wrap a .cat-img:before {
  content: "";
  position: absolute;
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.94%, rgba(42, 42, 42, 0)), color-stop(49.97%, rgba(42, 42, 42, 0)), color-stop(60.5%, rgba(42, 42, 42, 0.6)), color-stop(75.4%, rgba(42, 42, 42, 0.8)), to(#2A2A2A));
  background: linear-gradient(180deg, rgba(42, 42, 42, 0) 29.94%, rgba(42, 42, 42, 0) 49.97%, rgba(42, 42, 42, 0.6) 60.5%, rgba(42, 42, 42, 0.8) 75.4%, #2A2A2A 100%);
  height: 380px;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .single-cat-wrap a .cat-img img {
  border-radius: 25px;
  height: 380px !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .single-cat-wrap a .cat-wrap {
  color: #fff;
  text-decoration: none;
  list-style: none;
  position: absolute;
  z-index: 9;
  left: 35px;
  right: 35px;
  text-align: center;
  bottom: 30px;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .single-cat-wrap a .cat-wrap .cat-title {
  color: #FFF;
  position: relative;
  padding-bottom: 25px;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .single-cat-wrap a .cat-wrap .cat-title::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 1px;
  background: #FFF;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .single-cat-wrap a .cat-wrap .cat-intro {
  padding-top: 25px;
}

.product-range-sec .product-wrap .tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block !important;
  height: 0 !important;
  overflow-y: hidden !important;
}

.supply-chain-sec {
  background: -webkit-gradient(linear, left bottom, left top, from(#2A2A2A), color-stop(40.3%, #554730), color-stop(70.14%, #745C35), to(#947139));
  background: linear-gradient(0deg, #2A2A2A 0%, #554730 40.3%, #745C35 70.14%, #947139 100%);
  position: relative;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
}
.supply-chain-sec::after {
  content: "";
  position: absolute;
  background: #fff;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 85px;
  z-index: 1;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner {
  width: 100%;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .gen-tagline {
  color: #fff;
  text-align: center;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .gen-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .gen-title-wrap .gen-title {
  background: -webkit-gradient(linear, left top, right top, from(#C6993A), color-stop(116.92%, #F9F6F1));
  background: linear-gradient(90deg, #C6993A 0%, #F9F6F1 116.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .gen-title-wrap img {
  width: 74px !important;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .gen-sub-title {
  color: #fff;
  text-align: center;
  font-weight: 300;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-intro {
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
  width: 100%;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-btn-wrap {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: auto !important;
  margin-top: 30px;
  color: #fff !important;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-btn-wrap .banner-btn a {
  border: 1px solid #fff;
  color: #fff;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-points-wrap {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-points-wrap .single-points li {
  position: relative;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  height: 35px;
  margin-bottom: 30px;
  width: 91%;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-img-wrap .supply-main-img {
  position: relative;
  z-index: 2;
}

.industry-sec {
  padding-bottom: 60px;
}
.industry-sec .main-wrapper .industry-wrap {
  padding: 0 25px;
  width: 100%;
}
.industry-sec .main-wrapper .industry-wrap .industry-title-wrap {
  width: 100%;
}
.industry-sec .main-wrapper .industry-wrap .industry-title-wrap .gen-tagline {
  text-align: center;
}
.industry-sec .main-wrapper .industry-wrap .industry-title-wrap .gen-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.industry-sec .main-wrapper .industry-wrap .industry-title-wrap .gen-title-wrap img {
  height: 73px;
  width: 100px;
  top: 28%;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0;
}
.industry-sec .main-wrapper .industry-wrap .industry-wrap-intro {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
}
.industry-sec .main-wrapper .industry-slider {
  padding-left: 25px;
  padding-bottom: 40px;
}
.industry-sec .main-wrapper .industry-slider .slick-list {
  padding-right: 20%;
}
.industry-sec .main-wrapper .industry-slider .slick-slide {
  padding: 5px;
}
.industry-sec .main-wrapper .industry-slider.slick-slider .single-industry {
  padding: 37px;
  border-radius: 25px;
  border: 1px solid rgba(42, 42, 42, 0.3);
  background: #FEFDFB;
}
.industry-sec .main-wrapper .industry-slider.slick-slider .single-industry:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.industry-sec .main-wrapper .industry-slider.slick-slider .single-industry img {
  height: 45px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.cus-exp-sec .main-wrap {
  padding: 0 12.5px 100px;
}
.cus-exp-sec .main-wrap .cus-exp-wrap {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.cus-exp-sec .main-wrap .cus-exp-wrap .gen-title {
  padding-bottom: 0;
  line-height: 40px;
  width: 90%;
}
.cus-exp-sec .main-wrap .cus-exp-wrap .gen-sub-title {
  padding-bottom: 40px;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item {
  position: relative;
  border-radius: 30px;
  margin: 0 12.5px;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item::after {
  width: 100%;
  height: 40px;
  border-radius: 20px 20px 0px 0px;
  background: #947139;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap {
  border-radius: 30px;
  border: 1px solid rgba(42, 42, 42, 0.3);
  background: #FEFDFB;
  padding: 80px 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-name {
  color: #2A2A2A;
  text-transform: uppercase;
  padding-bottom: 40px;
  position: relative;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-name::after {
  width: 25px;
  height: 2px;
  background: #A23E48;
  position: absolute;
  left: 45%;
  bottom: 20px;
  content: "";
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 90px;
  position: relative;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap::after {
  width: 38px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 45%;
  bottom: 40px;
  content: "";
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap .cus-company {
  color: #2A2A2A;
  text-align: center;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap .cus-position {
  color: #2A2A2A;
  text-align: center;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-title-wrap .cus-title {
  color: #2A2A2A;
  text-align: center;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-texonomy {
  color: #2A2A2A;
  text-align: center;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-texonomy p {
  color: #2A2A2A;
  text-align: center;
}
.cus-exp-sec .main-wrap .cus-silder .slick-dots {
  bottom: -40px;
}

.cetificate-sec .full-wrap {
  padding-bottom: 100px;
}
.cetificate-sec .full-wrap .ceti-wrap {
  position: relative;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-bg {
  position: absolute;
  left: 0;
  top: 0;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-bg img {
  height: 471px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-intro {
  padding: 0 25px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-intro .gen-tagline {
  position: relative;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-intro .gen-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-intro .gen-title-wrap .gen-title {
  width: 50%;
  margin: 0;
  line-height: 40px;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap {
  padding: 0 0 0 12.5px;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap {
  margin: 0 12.5px;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap {
  border-radius: 20px;
  border: 1px solid rgba(42, 42, 42, 0.3);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 30px 45px;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap img {
  width: auto;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 30px;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap .ceti-sinlge-intro .year {
  color: rgba(42, 42, 42, 0.5);
  text-align: center;
  padding-bottom: 10px;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap .ceti-sinlge-intro .ceti-name {
  color: #2A2A2A;
  text-align: center;
  padding-bottom: 30px;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap .ceti-sinlge-intro .ceti-intro-p {
  color: #2A2A2A;
  text-align: center;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap .ceti-sinlge-intro .ceti-intro-p p {
  color: #2A2A2A;
  text-align: center;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .slick-dots {
  bottom: -40px;
}

.instagram-sec .full-wrap {
  padding: 0 0 100px;
}
.instagram-sec .full-wrap img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 428px) {
  .home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider .single-img img {
    height: 400px;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-content .gen-title-wrap img {
    right: 18%;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point {
    min-height: auto;
  }
}
@media only screen and (min-width: 600px) {
  .cus-exp-sec .main-wrap {
    padding: 0 12.5px 100px;
  }
  .cus-exp-sec .main-wrap .cus-exp-wrap {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .cus-exp-sec .main-wrap .cus-exp-wrap .gen-title {
    padding-bottom: 0;
    line-height: inherit;
    width: 100%;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-content .gen-title-wrap img {
    right: -17%;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point {
    min-height: auto;
  }
  .excellence-sec .full-wrap .excellence-img::before {
    height: -webkit-fill-available;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-points-wrap .single-points {
    margin-bottom: 40px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media only screen and (min-width: 768px) {
  .product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title {
    text-align: center;
  }
  .product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title .nav-item .nav-link {
    text-align: center;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-intro {
    width: 80%;
    margin: auto;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .slick-list {
    padding-right: 38%;
  }
  .cus-exp-sec .main-wrap {
    padding: 0 0 100px 12.5px;
  }
  .cus-exp-sec .main-wrap .cus-silder .slick-list {
    padding-right: 20%;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-points-wrap .single-points {
    margin-bottom: 40px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media only screen and (min-width: 992px) {
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-intro {
    width: 60%;
    margin: auto;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-img-wrap {
    margin: auto;
    width: 61%;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-img-wrap .supply-main-img {
    width: 100% !important;
    margin: auto;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 1024px) {
  .excellence-sec .full-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .excellence-sec .full-wrap .excellence-content-wrap {
    width: 70% !important;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-content .gen-title-wrap img {
    right: 18%;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point {
    min-height: auto;
  }
  .excellence-sec .full-wrap .excellence-img {
    width: 28% !important;
  }
  .excellence-sec .full-wrap .excellence-img img {
    padding-left: 0;
  }
  .industry-sec {
    padding-bottom: 7.03125vw;
  }
  .industry-sec .main-wrapper {
    padding-left: 6.7708333333vw;
    padding-right: 6.7708333333vw;
  }
  .industry-sec .main-wrapper .industry-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0.7291666667vw;
  }
  .industry-sec .main-wrapper .industry-wrap .industry-title-wrap {
    width: calc(100% - 750px);
  }
  .industry-sec .main-wrapper .industry-wrap .industry-title-wrap .gen-tagline {
    text-align: left;
    line-height: 1.875vw;
  }
  .industry-sec .main-wrapper .industry-wrap .industry-title-wrap .gen-title-wrap {
    text-align: left;
    margin: 0;
  }
  .industry-sec .main-wrapper .industry-wrap .industry-title-wrap .gen-title-wrap .gen-title {
    text-align: left;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 2.0833333333vw;
  }
  .industry-sec .main-wrapper .industry-wrap .industry-title-wrap .gen-title-wrap img {
    height: 6.1458333333vw;
    top: -14%;
    right: -122%;
    width: auto !important;
    bottom: 0;
  }
  .industry-sec .main-wrapper .industry-wrap .industry-wrap-intro {
    width: 34.53125vw;
    text-align: left;
    padding-top: 1.5625vw;
    padding-bottom: 3.4375vw;
  }
  .industry-sec .main-wrapper .industry-slider {
    padding-left: 0;
    padding-bottom: 0;
  }
  .industry-sec .main-wrapper .industry-slider .slick-list {
    padding-right: 0%;
  }
  .industry-sec .main-wrapper .industry-slider .slick-slide {
    padding: 0.2604166667vw;
  }
  .industry-sec .main-wrapper .industry-slider.slick-slider {
    position: relative;
  }
  .industry-sec .main-wrapper .industry-slider.slick-slider::after {
    content: "";
    position: absolute;
    width: 4.0104166667vw;
    background: #333;
    z-index: 99999;
    top: 0;
    bottom: 0;
    right: -5.5895833333vw;
    margin: auto;
    height: 0.0520833333vw;
  }
  .industry-sec .main-wrapper .industry-slider.slick-slider .single-industry {
    padding: 2.5520833333vw 2.2916666667vw;
    border-radius: 1.3020833333vw;
    border: 0.0520833333vw solid rgba(42, 42, 42, 0.3);
  }
  .industry-sec .main-wrapper .industry-slider.slick-slider .single-industry img {
    height: 2.7083333333vw;
  }
  .industry-sec .main-wrapper .industry-slider.slick-slider .slick-prev {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/left.png");
    background-repeat: no-repeat;
    top: -2.6041666667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: -4.7083333333vw;
  }
  .industry-sec .main-wrapper .industry-slider.slick-slider .slick-prev:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .industry-sec .main-wrapper .industry-slider.slick-slider .slick-next {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/right.png");
    background-repeat: no-repeat;
    top: 2.6041666667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: -4.7083333333vw;
  }
  .industry-sec .main-wrapper .industry-slider.slick-slider .slick-next:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 1200px) {
  .home-story-sec {
    background: #FEFDFB;
    z-index: 1;
  }
  .home-story-sec .main-wrap {
    padding: 0 6.7708333333vw;
  }
  .home-story-sec .main-wrap .d-flex .story-content {
    width: 38.125vw !important;
    margin: auto;
  }
  .home-story-sec .main-wrap .d-flex .story-content .banner-btn a {
    width: 20.3125vw;
  }
  .home-story-sec .main-wrap .d-flex .story-slider-wrap {
    margin-top: -11.40625vw;
    min-height: 42.1875vw;
    padding-bottom: 7.2916666667vw;
    z-index: -1;
  }
  .home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider .single-img {
    padding: 0 0.4166666667vw;
  }
  .home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider .single-img img {
    height: 29.2708333333vw;
  }
  .home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider .slick-list {
    padding-left: 25%;
    padding-right: 25%;
  }
  .home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider .slick-active {
    padding-top: 13.125vw;
  }
  .home-story-sec .main-wrap .story-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .excellence-sec {
    background: #FEFDFB;
    padding-top: 2.34375vw;
  }
  .excellence-sec .full-wrap .excellence-content-wrap {
    width: calc(100% - 40vw) !important;
    padding: 0 0 0 6.6145833333vw;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-content .gen-title-wrap img {
    right: -5.34375vw;
    top: -84%;
    height: 8.09375vw;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap {
    padding-bottom: 0vw;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0vw;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point {
    width: 33%;
    margin-bottom: 2.6041666667vw;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point h4 {
    color: #2A2A2A;
    font-size: 0.9375vw;
    line-height: 1.1979166667vw;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point .point-intro {
    font-size: 0.9375vw;
    line-height: 1.0416666667vw;
  }
  .excellence-sec .full-wrap .excellence-img {
    width: 40vw !important;
    margin-bottom: 0;
  }
  .excellence-sec .full-wrap .excellence-img::before {
    z-index: 0;
  }
  .excellence-sec .full-wrap .excellence-img::after {
    content: "";
    z-index: 0;
    top: 0;
    left: -57.8125vw;
    right: 20.8333333333vw;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    height: 27.5vw;
    width: -webkit-fill-available;
  }
  .excellence-sec .full-wrap .excellence-img img {
    position: relative;
  }
  .product-range-sec .full-wrap .title-all-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 6.7708333333vw;
    padding-left: 6.7708333333vw;
    padding-top: 7.2916666667vw;
    padding-bottom: 4.5833333333vw;
  }
  .product-range-sec .full-wrap .title-all-wrap .title-wrap {
    width: calc(100% - 40vw) !important;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-range-sec .full-wrap .title-all-wrap .title-wrap .gen-title {
    padding: 0;
    width: 100% !important;
    text-align: start;
  }
  .product-range-sec .full-wrap .title-all-wrap .banner-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .product-range-sec .full-wrap .title-all-wrap .banner-btn a {
    width: 20.3125vw;
  }
  .product-range-sec .full-wrap .product-wrap {
    padding: 0;
    padding-left: 7.03125vw;
  }
  .product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title.slick-slider {
    position: relative;
  }
  .product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title.slick-slider .nav-item {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    text-align: left !important;
  }
  .product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title.slick-slider .nav-item .nav-link {
    font-size: 1.6666666667vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.05vw;
    padding-left: 0;
    padding-right: 0;
  }
  .product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title.slick-slider .nav-item .nav-link.active {
    font-size: 2.2916666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.06875vw;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 5.1041666667vw;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-intro {
    width: calc(100% - 70.8333333333vw) !important;
    position: relative;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-left: 0 !important;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-intro .gen-title-wrap {
    position: relative;
    margin-left: 0 !important;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-intro .gen-title-wrap .gen-title {
    font-size: 4.0666666667vw;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-intro .gen-intro {
    text-align: left !important;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-intro .banner-btn a {
    width: 17.03125vw;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-intro .bg-cat-image {
    width: 100%;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-cat-slider {
    width: 64.375vw;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-cat-slider * {
    overflow: hidden;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-cat-slider.slick-slider .single-cat-wrap {
    position: relative;
    height: 28.6458333333vw;
    border-radius: 1.3020833333vw;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-cat-slider.slick-slider .single-cat-wrap a .cat-img {
    height: 28.6458333333vw !important;
    border-radius: 1.3020833333vw;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-cat-slider.slick-slider .single-cat-wrap a .cat-img:before {
    height: 28.6458333333vw;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-cat-slider.slick-slider .single-cat-wrap a .cat-img img {
    width: 100%;
    height: 28.6458333333vw !important;
    border-radius: 1.3020833333vw;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-cat-slider.slick-slider .single-cat-wrap a .cat-wrap {
    left: 2.34375vw;
    right: 2.34375vw;
    bottom: 2.6041666667vw;
    border-radius: 1.3020833333vw;
  }
  .supply-chain-sec {
    padding-top: 6.5625vw;
    padding-bottom: 2.1875vw;
    padding-left: 0vw;
    padding-right: 0px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#2A2A2A), color-stop(40.3%, #554730), color-stop(70.14%, #745C35), to(#947139));
    background: linear-gradient(90deg, #2A2A2A 0%, #554730 40.3%, #745C35 70.14%, #947139 100%);
  }
  .supply-chain-sec::after {
    bottom: 0vw;
    height: 6.7708333333vw;
  }
  .supply-chain-sec .full-wrap {
    padding-left: 6.7708333333vw;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner {
    width: 47.9166666667vw;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .gen-tagline {
    text-align: left;
    line-height: 1.875vw;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .gen-title-wrap {
    margin: auto 0;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .gen-title-wrap img {
    top: -14%;
    right: -10%;
    height: 4.2317708333vw;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .gen-sub-title {
    margin: auto 0;
    text-align: left;
    padding-bottom: 1.5625vw;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap {
    padding-bottom: 6.6145833333vw;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-intro {
    width: 22.03125vw;
    margin: auto 0;
    padding-bottom: 3.6458333333vw;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-intro p {
    text-align: left;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-btn-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 1.0416666667vw !important;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-points-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-img-wrap {
    width: 43.75vw;
    position: relative;
    margin: 0;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-img-wrap .supply-main-img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: -13.0555729167vw;
    bottom: 0;
    left: -7.0833333333vw;
    right: 0;
    height: 51.4583333333vw;
    width: 52.0833333333vw !important;
    margin: 0 0 0 auto;
  }
  .cus-exp-sec .main-wrap {
    padding: 0 0 7.2916666667vw;
  }
  .cus-exp-sec .main-wrap .cus-silder.slick-slider {
    position: relative;
  }
  .cus-exp-sec .main-wrap .cus-silder.slick-slider::after {
    content: "";
    position: absolute;
    width: 4.0104166667vw;
    background: #333;
    z-index: 99999;
    top: 0;
    bottom: 4.3333333333vw;
    right: 2.6291666667vw;
    margin: auto;
    height: 0.0520833333vw;
  }
  .cus-exp-sec .main-wrap .cus-silder.slick-slider .slick-prev {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/left.png");
    background-repeat: no-repeat;
    top: -7.6041666667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: 3.25vw;
  }
  .cus-exp-sec .main-wrap .cus-silder.slick-slider .slick-prev:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .cus-exp-sec .main-wrap .cus-silder.slick-slider .slick-next {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/right.png");
    background-repeat: no-repeat;
    top: -1.3958333333vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: 3.25vw;
  }
  .cus-exp-sec .main-wrap .cus-silder.slick-slider .slick-next:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .cus-exp-sec .main-wrap .cus-silder .slick-list {
    padding: 0 27% 0 22%;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item {
    border-radius: 1.5625vw;
    margin: 0 0.78125vw;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item.slick-active {
    opacity: 1 !important;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item.slick-slide {
    opacity: 0.5;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item::after {
    width: 3.6458333333vw;
    height: 100%;
    border-radius: 1.5625vw 0px 0px 1.5625vw;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item::before {
    width: 2.0019270833vw;
    height: 1.5665625vw;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 2.6041666667vw;
    top: 9.6354166667vw;
    content: "";
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap {
    border-radius: 1.5625vw;
    border: 0.0520833333vw solid rgba(42, 42, 42, 0.3);
    padding: 4.1666666667vw 2.6041666667vw 4.1666666667vw 6.25vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-name {
    padding-bottom: 1.0416666667vw;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-name::after {
    content: unset;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 3.9583333333vw;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap::after {
    content: unset;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap .cus-company {
    text-align: left;
    position: relative;
    padding-right: 2.0833333333vw;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap .cus-company::after {
    width: 0.3645833333vw;
    height: 0.3645833333vw;
    border-radius: 0.3645833333vw;
    background: #A23E48;
    position: absolute;
    right: 0.5208333333vw;
    bottom: 30%;
    content: "";
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap .cus-position {
    text-align: left;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-title-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 2.6041666667vw;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-texonomy {
    text-align: justify;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-texonomy p {
    text-align: justify;
  }
  .cus-exp-sec .main-wrap .cus-exp-wrap .gen-tagline {
    line-height: 1.875vw;
  }
  .cus-exp-sec .main-wrap .cus-exp-wrap .gen-sub-title {
    padding-bottom: 4.6875vw;
  }
  .cus-exp-sec .main-wrap .cus-exp-wrap .gen-title-wrap .gen-title {
    line-height: 4.1666666667vw;
    padding-bottom: 0;
  }
  .cetificate-sec .full-wrap {
    padding-bottom: 7.2916666667vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-bg {
    left: 6.7708333333vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-bg img {
    height: 26.0416666667vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-intro {
    padding: 0.9375vw 0 0 10.9375vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-intro .gen-title-wrap .gen-title {
    line-height: normal;
    width: 100%;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap {
    padding: 0 0 0 10.9375vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper {
    width: 70%;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider.slick-slider {
    position: relative;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider.slick-slider .slick-prev {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/left.png");
    background-repeat: no-repeat;
    top: 12.1780208333vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: -5.14203125vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider.slick-slider .slick-prev::after {
    content: "";
    position: absolute;
    width: 4.0104166667vw;
    background: #333;
    z-index: 99999;
    top: 0;
    bottom: -2.8645833333vw;
    right: -0.92046875vw;
    margin: auto;
    height: 0.0520833333vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider.slick-slider .slick-prev:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider.slick-slider .slick-next {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/right.png");
    background-repeat: no-repeat;
    top: 17.8219791667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: -5.14203125vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider.slick-slider .slick-next:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap {
    margin: 0 0.6510416667vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap {
    border-radius: 20px;
    border: 1px solid rgba(42, 42, 42, 0.3);
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.125vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap img {
    height: 7.2916666667vw;
    margin-bottom: 1.5625vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap .ceti-sinlge-intro .year {
    padding-bottom: 0.5208333333vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap .ceti-sinlge-intro .ceti-name {
    padding-bottom: 1.5625vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .test-div {
    width: 30%;
  }
  .instagram-sec .full-wrap {
    padding: 0 10.4166666667vw 10.4166666667vw;
  }
  .instagram-sec .full-wrap img {
    height: 20.625vw;
  }
}
@media only screen and (min-width: 1920px) {
  .product-range-sec .full-wrap .title-all-wrap .banner-btn a {
    width: 16.25vw;
  }
  .supply-chain-sec .full-wrap {
    padding-left: 6.7708333333vw;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-btn-wrap {
    margin: 0 0 0 3.6458333333vw !important;
  }
}
/**/
.home-story-sec .main-wrap {
  padding: 0;
}
.home-story-sec .main-wrap .d-flex {
  /* Syncing the second block styles for story-slider */
}
.home-story-sec .main-wrap .d-flex .story-content {
  padding: 0 10px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.home-story-sec .main-wrap .d-flex .story-slider-wrap {
  padding-bottom: 50px;
  min-height: 390px;
}
.home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider {
  background-color: #fff;
}
.home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider .single-img {
  padding: 0 4px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider .single-img img {
  -webkit-animation: slideIn 0.5s ease-in-out;
          animation: slideIn 0.5s ease-in-out;
  border-radius: 20px;
  background: url(<path-to-image>) lightgray 0px -2.335px/100% 107.984% no-repeat;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider .slick-list {
  padding-left: 20%;
  padding-right: 20%;
}
.home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider .slick-active {
  padding-top: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-story-sec .main-wrap .story-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.excellence-sec {
  position: relative;
  overflow: hidden;
}
.excellence-sec .full-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.excellence-sec .full-wrap .excellence-content-wrap {
  padding-top: 50px;
  padding-left: 23px;
  padding-right: 23px;
}
.excellence-sec .full-wrap .excellence-content-wrap .excellence-content .gen-title-wrap {
  position: relative;
  margin: inherit;
}
.excellence-sec .full-wrap .excellence-content-wrap .excellence-content .gen-title-wrap .gen-title {
  margin: auto 0;
  padding-bottom: 0;
  text-align: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.excellence-sec .full-wrap .excellence-content-wrap .excellence-content .gen-title-wrap img {
  top: -46%;
  right: 6%;
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}
.excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap {
  width: 100%;
  padding-bottom: 60px;
}
.excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points {
  width: 100%;
  padding-bottom: 40px;
}
.excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point {
  padding-right: 10px;
  position: relative;
  padding-left: 20px;
  min-height: 110px;
}
.excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point:before {
  content: "";
  position: absolute;
  border-radius: 5px;
  background: #076324;
  height: 100%;
  width: 6px;
  left: 0;
}
.excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point h4 {
  color: #2A2A2A;
  leading-trim: both;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 153.333% */
  padding-bottom: 20px;
}
.excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point .point-intro {
  color: #2A2A2A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.excellence-sec .full-wrap .excellence-img {
  position: relative;
  background-repeat: no-repeat;
  min-height: 300px;
  margin-bottom: 40px;
}
.excellence-sec .full-wrap .excellence-img::before {
  content: "";
  position: absolute;
  border-radius: 0px 0px 0px 50px;
  background: -webkit-gradient(linear, right top, left top, from(#2A2A2A), color-stop(40.3%, #554730), color-stop(70.14%, #745C35), to(#947139));
  background: linear-gradient(270deg, #2A2A2A 0%, #554730 40.3%, #745C35 70.14%, #947139 100%);
  height: 255px;
  width: 100%;
  z-index: -1;
  top: 27%;
  left: 75px;
}
.excellence-sec .full-wrap .excellence-img::after {
  content: "";
  z-index: 99;
  top: 70%;
  left: 33%;
  right: 0;
  bottom: -11%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.excellence-sec .full-wrap .excellence-img img {
  width: 100%;
  padding-left: 43px;
}

.product-range-sec {
  padding-bottom: 100px;
  overflow: hidden;
}
.product-range-sec .fade:not(.show) {
  opacity: 0;
  display: none !important;
}
.product-range-sec .full-wrap .title-all-wrap .title-wrap .gen-tagline {
  text-align: center;
}
.product-range-sec .full-wrap .title-all-wrap .title-wrap .gen-title {
  padding-left: 42px;
  padding-right: 42px;
  width: auto !important;
  text-align: center;
  line-height: initial;
  padding-bottom: 40px;
}
.product-range-sec .full-wrap .title-all-wrap .banner-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.product-range-sec .full-wrap .title-all-wrap .banner-btn a {
  text-align: center;
}
.product-range-sec .full-wrap .product-wrap {
  padding-top: 60px;
  padding-left: 25px;
}
.product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title {
  border-bottom: 0;
}
.product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title .nav-item .nav-link {
  color: #2A2A2A;
  font-family: "Frank Ruhl Libre", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.6px;
  border: 0px solid transparent;
}
.product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title .nav-item .nav-link.active {
  color: #2A2A2A;
  font-family: "Frank Ruhl Libre", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 76.923% */
  letter-spacing: -0.78px;
  border-bottom: 3px solid #076324;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-intro {
  padding-top: 40px;
  padding-right: 25px;
  margin-bottom: 20px;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-intro .gen-tagline {
  text-align: center;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-intro .gen-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-intro .gen-title-wrap .gen-title {
  background: #2A2A2A !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-intro .gen-intro {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-intro .gen-button {
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-intro .bg-cat-image {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .slick-list {
  padding-right: 15%;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .slick-dots {
  bottom: -40px;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .single-cat-wrap {
  padding-right: 8px;
  position: relative;
  height: 380px;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .single-cat-wrap a {
  border-radius: 25px;
  pointer-events: none;
  cursor: default;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .single-cat-wrap a .cat-img {
  position: relative;
  height: 380px !important;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .single-cat-wrap a .cat-img:before {
  content: "";
  position: absolute;
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.94%, rgba(42, 42, 42, 0)), color-stop(49.97%, rgba(42, 42, 42, 0)), color-stop(60.5%, rgba(42, 42, 42, 0.6)), color-stop(75.4%, rgba(42, 42, 42, 0.8)), to(#2A2A2A));
  background: linear-gradient(180deg, rgba(42, 42, 42, 0) 29.94%, rgba(42, 42, 42, 0) 49.97%, rgba(42, 42, 42, 0.6) 60.5%, rgba(42, 42, 42, 0.8) 75.4%, #2A2A2A 100%);
  height: 380px;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .single-cat-wrap a .cat-img img {
  border-radius: 25px;
  height: 380px !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .single-cat-wrap a .cat-wrap {
  color: #fff;
  text-decoration: none;
  list-style: none;
  position: absolute;
  z-index: 9;
  left: 35px;
  right: 35px;
  text-align: center;
  bottom: 30px;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .single-cat-wrap a .cat-wrap .cat-title {
  color: #FFF;
  position: relative;
  padding-bottom: 25px;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .single-cat-wrap a .cat-wrap .cat-title::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 1px;
  background: #FFF;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .single-cat-wrap a .cat-wrap .cat-intro {
  padding-top: 25px;
}

.product-range-sec .product-wrap .tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block !important;
  height: 0 !important;
  overflow-y: hidden !important;
}

.supply-chain-sec {
  background: -webkit-gradient(linear, left bottom, left top, from(#2A2A2A), color-stop(40.3%, #554730), color-stop(70.14%, #745C35), to(#947139));
  background: linear-gradient(0deg, #2A2A2A 0%, #554730 40.3%, #745C35 70.14%, #947139 100%);
  position: relative;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
}
.supply-chain-sec::after {
  content: "";
  position: absolute;
  background: #fff;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 85px;
  z-index: 1;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner {
  width: 100%;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .gen-tagline {
  color: #fff;
  text-align: center;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .gen-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .gen-title-wrap .gen-title {
  background: -webkit-gradient(linear, left top, right top, from(#C6993A), color-stop(116.92%, #F9F6F1));
  background: linear-gradient(90deg, #C6993A 0%, #F9F6F1 116.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .gen-title-wrap img {
  width: 74px !important;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .gen-sub-title {
  color: #fff;
  text-align: center;
  font-weight: 300;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-intro {
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
  width: 100%;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-btn-wrap {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: auto !important;
  margin-top: 30px;
  color: #fff !important;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-btn-wrap .banner-btn a {
  border: 1px solid #fff;
  color: #fff;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-points-wrap {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-points-wrap .single-points li {
  position: relative;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  height: 35px;
  margin-bottom: 30px;
  width: 91%;
}
.supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-img-wrap .supply-main-img {
  position: relative;
  z-index: 2;
}

.industry-sec {
  padding-bottom: 60px;
}
.industry-sec .main-wrapper .industry-wrap {
  padding: 0 25px;
  width: 100%;
}
.industry-sec .main-wrapper .industry-wrap .industry-title-wrap {
  width: 100%;
}
.industry-sec .main-wrapper .industry-wrap .industry-title-wrap .gen-tagline {
  text-align: center;
}
.industry-sec .main-wrapper .industry-wrap .industry-title-wrap .gen-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.industry-sec .main-wrapper .industry-wrap .industry-title-wrap .gen-title-wrap img {
  height: 73px;
  width: 100px;
  top: 28%;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0;
}
.industry-sec .main-wrapper .industry-wrap .industry-wrap-intro {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
}
.industry-sec .main-wrapper .industry-slider {
  padding-left: 25px;
  padding-bottom: 40px;
}
.industry-sec .main-wrapper .industry-slider .slick-list {
  padding-right: 20%;
}
.industry-sec .main-wrapper .industry-slider .slick-slide {
  padding: 5px;
}
.industry-sec .main-wrapper .industry-slider.slick-slider .single-industry {
  padding: 37px;
  border-radius: 25px;
  border: 1px solid rgba(42, 42, 42, 0.3);
  background: #FEFDFB;
}
.industry-sec .main-wrapper .industry-slider.slick-slider .single-industry:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.industry-sec .main-wrapper .industry-slider.slick-slider .single-industry img {
  height: 45px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.cus-exp-sec .main-wrap {
  padding: 0 12.5px 100px;
}
.cus-exp-sec .main-wrap .cus-exp-wrap {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.cus-exp-sec .main-wrap .cus-exp-wrap .gen-title {
  padding-bottom: 0;
  line-height: 40px;
  width: 90%;
}
.cus-exp-sec .main-wrap .cus-exp-wrap .gen-sub-title {
  padding-bottom: 40px;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item {
  position: relative;
  border-radius: 30px;
  margin: 0 12.5px;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item::after {
  width: 100%;
  height: 40px;
  border-radius: 20px 20px 0px 0px;
  background: #947139;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap {
  border-radius: 30px;
  border: 1px solid rgba(42, 42, 42, 0.3);
  background: #FEFDFB;
  padding: 80px 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-name {
  color: #2A2A2A;
  text-transform: uppercase;
  padding-bottom: 40px;
  position: relative;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-name::after {
  width: 25px;
  height: 2px;
  background: #A23E48;
  position: absolute;
  left: 45%;
  bottom: 20px;
  content: "";
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 90px;
  position: relative;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap::after {
  width: 38px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 45%;
  bottom: 40px;
  content: "";
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap .cus-company {
  color: #2A2A2A;
  text-align: center;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap .cus-position {
  color: #2A2A2A;
  text-align: center;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-title-wrap .cus-title {
  color: #2A2A2A;
  text-align: center;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-texonomy {
  color: #2A2A2A;
  text-align: center;
}
.cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-texonomy p {
  color: #2A2A2A;
  text-align: center;
}
.cus-exp-sec .main-wrap .cus-silder .slick-dots {
  bottom: -40px;
}

.cetificate-sec .full-wrap {
  padding-bottom: 100px;
}
.cetificate-sec .full-wrap .ceti-wrap {
  position: relative;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-bg {
  position: absolute;
  left: 0;
  top: 0;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-bg img {
  height: 471px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-intro {
  padding: 0 25px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-intro .gen-tagline {
  position: relative;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-intro .gen-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-intro .gen-title-wrap .gen-title {
  width: 50%;
  margin: 0;
  line-height: 40px;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap {
  padding: 0 0 0 12.5px;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap {
  margin: 0 12.5px;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap {
  border-radius: 20px;
  border: 1px solid rgba(42, 42, 42, 0.3);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 30px 45px;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap img {
  width: auto;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 30px;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap .ceti-sinlge-intro .year {
  color: rgba(42, 42, 42, 0.5);
  text-align: center;
  padding-bottom: 10px;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap .ceti-sinlge-intro .ceti-name {
  color: #2A2A2A;
  text-align: center;
  padding-bottom: 30px;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap .ceti-sinlge-intro .ceti-intro-p {
  color: #2A2A2A;
  text-align: center;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap .ceti-sinlge-intro .ceti-intro-p p {
  color: #2A2A2A;
  text-align: center;
}
.cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .slick-dots {
  bottom: -40px;
}

.instagram-sec .full-wrap {
  padding: 0 0 100px;
}
.instagram-sec .full-wrap img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 428px) {
  .home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider .single-img img {
    height: 400px;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-content .gen-title-wrap img {
    right: 18%;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point {
    min-height: auto;
  }
}
@media only screen and (min-width: 600px) {
  .cus-exp-sec .main-wrap {
    padding: 0 12.5px 100px;
  }
  .cus-exp-sec .main-wrap .cus-exp-wrap {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .cus-exp-sec .main-wrap .cus-exp-wrap .gen-title {
    padding-bottom: 0;
    line-height: inherit;
    width: 100%;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-content .gen-title-wrap img {
    right: -17%;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point {
    min-height: auto;
  }
  .excellence-sec .full-wrap .excellence-img::before {
    height: -webkit-fill-available;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-points-wrap .single-points {
    margin-bottom: 40px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media only screen and (min-width: 768px) {
  .product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title {
    text-align: center;
  }
  .product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title .nav-item .nav-link {
    text-align: center;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-intro {
    width: 80%;
    margin: auto;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content.product-content .tab-pane .product-cat-slider .slick-list {
    padding-right: 38%;
  }
  .cus-exp-sec .main-wrap {
    padding: 0 0 100px 12.5px;
  }
  .cus-exp-sec .main-wrap .cus-silder .slick-list {
    padding-right: 20%;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-points-wrap .single-points {
    margin-bottom: 40px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media only screen and (min-width: 992px) {
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-intro {
    width: 60%;
    margin: auto;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-img-wrap {
    margin: auto;
    width: 61%;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-img-wrap .supply-main-img {
    width: 100% !important;
    margin: auto;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 1024px) {
  .excellence-sec .full-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .excellence-sec .full-wrap .excellence-content-wrap {
    width: 70% !important;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-content .gen-title-wrap img {
    right: 18%;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point {
    min-height: auto;
  }
  .excellence-sec .full-wrap .excellence-img {
    width: 28% !important;
  }
  .excellence-sec .full-wrap .excellence-img img {
    padding-left: 0;
  }
  .industry-sec {
    padding-bottom: 7.03125vw;
  }
  .industry-sec .main-wrapper {
    padding-left: 6.7708333333vw;
    padding-right: 6.7708333333vw;
  }
  .industry-sec .main-wrapper .industry-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0.7291666667vw;
  }
  .industry-sec .main-wrapper .industry-wrap .industry-title-wrap {
    width: calc(100% - 750px);
  }
  .industry-sec .main-wrapper .industry-wrap .industry-title-wrap .gen-tagline {
    text-align: left;
    line-height: 1.875vw;
  }
  .industry-sec .main-wrapper .industry-wrap .industry-title-wrap .gen-title-wrap {
    text-align: left;
    margin: 0;
  }
  .industry-sec .main-wrapper .industry-wrap .industry-title-wrap .gen-title-wrap .gen-title {
    text-align: left;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 2.0833333333vw;
  }
  .industry-sec .main-wrapper .industry-wrap .industry-title-wrap .gen-title-wrap img {
    height: 6.1458333333vw;
    top: -14%;
    right: -122%;
    width: auto !important;
    bottom: 0;
  }
  .industry-sec .main-wrapper .industry-wrap .industry-wrap-intro {
    width: 34.53125vw;
    text-align: left;
    padding-top: 1.5625vw;
    padding-bottom: 3.4375vw;
  }
  .industry-sec .main-wrapper .industry-slider {
    padding-left: 0;
    padding-bottom: 0;
  }
  .industry-sec .main-wrapper .industry-slider .slick-list {
    padding-right: 0%;
  }
  .industry-sec .main-wrapper .industry-slider .slick-slide {
    padding: 0.2604166667vw;
  }
  .industry-sec .main-wrapper .industry-slider.slick-slider {
    position: relative;
  }
  .industry-sec .main-wrapper .industry-slider.slick-slider::after {
    content: "";
    position: absolute;
    width: 4.0104166667vw;
    background: #333;
    z-index: 99999;
    top: 0;
    bottom: 0;
    right: -5.5895833333vw;
    margin: auto;
    height: 0.0520833333vw;
  }
  .industry-sec .main-wrapper .industry-slider.slick-slider .single-industry {
    padding: 2.5520833333vw 2.2916666667vw;
    border-radius: 1.3020833333vw;
    border: 0.0520833333vw solid rgba(42, 42, 42, 0.3);
  }
  .industry-sec .main-wrapper .industry-slider.slick-slider .single-industry img {
    height: 2.7083333333vw;
  }
  .industry-sec .main-wrapper .industry-slider.slick-slider .slick-prev {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/left.png");
    background-repeat: no-repeat;
    top: -2.6041666667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: -4.7083333333vw;
  }
  .industry-sec .main-wrapper .industry-slider.slick-slider .slick-prev:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .industry-sec .main-wrapper .industry-slider.slick-slider .slick-next {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/right.png");
    background-repeat: no-repeat;
    top: 2.6041666667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: -4.7083333333vw;
  }
  .industry-sec .main-wrapper .industry-slider.slick-slider .slick-next:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 1200px) {
  .home-story-sec {
    background: #FEFDFB;
    z-index: 1;
  }
  .home-story-sec .main-wrap {
    padding: 0 6.7708333333vw;
  }
  .home-story-sec .main-wrap .d-flex .story-content {
    width: 38.125vw !important;
    margin: auto;
  }
  .home-story-sec .main-wrap .d-flex .story-content .banner-btn a {
    width: 20.3125vw;
  }
  .home-story-sec .main-wrap .d-flex .story-slider-wrap {
    margin-top: -11.40625vw;
    min-height: 42.1875vw;
    padding-bottom: 7.2916666667vw;
    z-index: -1;
  }
  .home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider .single-img {
    padding: 0 0.4166666667vw;
  }
  .home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider .single-img img {
    height: 29.2708333333vw;
  }
  .home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider .slick-list {
    padding-left: 25%;
    padding-right: 25%;
  }
  .home-story-sec .main-wrap .d-flex .story-slider-wrap .story-slider .slick-active {
    padding-top: 13.125vw;
  }
  .home-story-sec .main-wrap .story-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .excellence-sec {
    background: #FEFDFB;
    padding-top: 2.34375vw;
  }
  .excellence-sec .full-wrap .excellence-content-wrap {
    width: calc(100% - 40vw) !important;
    padding: 0 0 0 6.6145833333vw;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-content .gen-title-wrap img {
    right: -5.34375vw;
    top: -84%;
    height: 8.09375vw;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap {
    padding-bottom: 0vw;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0vw;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point {
    width: 33%;
    margin-bottom: 2.6041666667vw;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point h4 {
    color: #2A2A2A;
    font-size: 0.9375vw;
    line-height: 1.1979166667vw;
  }
  .excellence-sec .full-wrap .excellence-content-wrap .excellence-points-wrap .excellence-points .single-point .point-intro {
    font-size: 0.9375vw;
    line-height: 1.0416666667vw;
  }
  .excellence-sec .full-wrap .excellence-img {
    width: 40vw !important;
    margin-bottom: 0;
  }
  .excellence-sec .full-wrap .excellence-img::before {
    z-index: 0;
  }
  .excellence-sec .full-wrap .excellence-img::after {
    content: "";
    z-index: 0;
    top: 0;
    left: -57.8125vw;
    right: 20.8333333333vw;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    height: 27.5vw;
    width: -webkit-fill-available;
  }
  .excellence-sec .full-wrap .excellence-img img {
    position: relative;
  }
  .product-range-sec .full-wrap .title-all-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 6.7708333333vw;
    padding-left: 6.7708333333vw;
    padding-top: 7.2916666667vw;
    padding-bottom: 4.5833333333vw;
  }
  .product-range-sec .full-wrap .title-all-wrap .title-wrap {
    width: calc(100% - 40vw) !important;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-range-sec .full-wrap .title-all-wrap .title-wrap .gen-title {
    padding: 0;
    width: 100% !important;
    text-align: start;
  }
  .product-range-sec .full-wrap .title-all-wrap .banner-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .product-range-sec .full-wrap .title-all-wrap .banner-btn a {
    width: 20.3125vw;
  }
  .product-range-sec .full-wrap .product-wrap {
    padding: 0;
    padding-left: 7.03125vw;
  }
  .product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title.slick-slider {
    position: relative;
  }
  .product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title.slick-slider .nav-item {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    text-align: left !important;
  }
  .product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title.slick-slider .nav-item .nav-link {
    font-size: 1.6666666667vw;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.05vw;
    padding-left: 0;
    padding-right: 0;
  }
  .product-range-sec .full-wrap .product-wrap .nav-tabs.product-cat-title.slick-slider .nav-item .nav-link.active {
    font-size: 2.2916666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.06875vw;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 5.1041666667vw;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-intro {
    width: calc(100% - 70.8333333333vw) !important;
    position: relative;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-left: 0 !important;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-intro .gen-title-wrap {
    position: relative;
    margin-left: 0 !important;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-intro .gen-title-wrap .gen-title {
    font-size: 4.0666666667vw;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-intro .gen-intro {
    text-align: left !important;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-intro .banner-btn a {
    width: 17.03125vw;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-intro .bg-cat-image {
    width: 100%;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-cat-slider {
    width: 64.375vw;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-cat-slider * {
    overflow: hidden;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-cat-slider.slick-slider .single-cat-wrap {
    position: relative;
    height: 28.6458333333vw;
    border-radius: 1.3020833333vw;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-cat-slider.slick-slider .single-cat-wrap a .cat-img {
    height: 28.6458333333vw !important;
    border-radius: 1.3020833333vw;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-cat-slider.slick-slider .single-cat-wrap a .cat-img:before {
    height: 28.6458333333vw;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-cat-slider.slick-slider .single-cat-wrap a .cat-img img {
    width: 100%;
    height: 28.6458333333vw !important;
    border-radius: 1.3020833333vw;
  }
  .product-range-sec .full-wrap .product-wrap .tab-content .tab-content-inner-wrap .product-cat-slider.slick-slider .single-cat-wrap a .cat-wrap {
    left: 2.34375vw;
    right: 2.34375vw;
    bottom: 2.6041666667vw;
    border-radius: 1.3020833333vw;
  }
  .supply-chain-sec {
    padding-top: 6.5625vw;
    padding-bottom: 2.1875vw;
    padding-left: 0vw;
    padding-right: 0px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#2A2A2A), color-stop(40.3%, #554730), color-stop(70.14%, #745C35), to(#947139));
    background: linear-gradient(90deg, #2A2A2A 0%, #554730 40.3%, #745C35 70.14%, #947139 100%);
  }
  .supply-chain-sec::after {
    bottom: 0vw;
    height: 6.7708333333vw;
  }
  .supply-chain-sec .full-wrap {
    padding-left: 6.7708333333vw;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner {
    width: 47.9166666667vw;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .gen-tagline {
    text-align: left;
    line-height: 1.875vw;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .gen-title-wrap {
    margin: auto 0;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .gen-title-wrap img {
    top: -14%;
    right: -10%;
    height: 4.2317708333vw;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .gen-sub-title {
    margin: auto 0;
    text-align: left;
    padding-bottom: 1.5625vw;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap {
    padding-bottom: 6.6145833333vw;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-intro {
    width: 22.03125vw;
    margin: auto 0;
    padding-bottom: 3.6458333333vw;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-intro p {
    text-align: left;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-btn-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 1.0416666667vw !important;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-points-wrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-img-wrap {
    width: 43.75vw;
    position: relative;
    margin: 0;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-img-wrap .supply-main-img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: -13.0555729167vw;
    bottom: 0;
    left: -7.0833333333vw;
    right: 0;
    height: 51.4583333333vw;
    width: 52.0833333333vw !important;
    margin: 0 0 0 auto;
  }
  .cus-exp-sec .main-wrap {
    padding: 0 0 7.2916666667vw;
  }
  .cus-exp-sec .main-wrap .cus-silder.slick-slider {
    position: relative;
  }
  .cus-exp-sec .main-wrap .cus-silder.slick-slider::after {
    content: "";
    position: absolute;
    width: 4.0104166667vw;
    background: #333;
    z-index: 99999;
    top: 0;
    bottom: 4.3333333333vw;
    right: 2.6291666667vw;
    margin: auto;
    height: 0.0520833333vw;
  }
  .cus-exp-sec .main-wrap .cus-silder.slick-slider .slick-prev {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/left.png");
    background-repeat: no-repeat;
    top: -7.6041666667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: 3.25vw;
  }
  .cus-exp-sec .main-wrap .cus-silder.slick-slider .slick-prev:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .cus-exp-sec .main-wrap .cus-silder.slick-slider .slick-next {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/right.png");
    background-repeat: no-repeat;
    top: -1.3958333333vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: 3.25vw;
  }
  .cus-exp-sec .main-wrap .cus-silder.slick-slider .slick-next:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .cus-exp-sec .main-wrap .cus-silder .slick-list {
    padding: 0 27% 0 22%;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item {
    border-radius: 1.5625vw;
    margin: 0 0.78125vw;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item.slick-active {
    opacity: 1 !important;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item.slick-slide {
    opacity: 0.5;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item::after {
    width: 3.6458333333vw;
    height: 100%;
    border-radius: 1.5625vw 0px 0px 1.5625vw;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item::before {
    width: 2.0019270833vw;
    height: 1.5665625vw;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 2.6041666667vw;
    top: 9.6354166667vw;
    content: "";
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap {
    border-radius: 1.5625vw;
    border: 0.0520833333vw solid rgba(42, 42, 42, 0.3);
    padding: 4.1666666667vw 2.6041666667vw 4.1666666667vw 6.25vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-name {
    padding-bottom: 1.0416666667vw;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-name::after {
    content: unset;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 3.9583333333vw;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap::after {
    content: unset;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap .cus-company {
    text-align: left;
    position: relative;
    padding-right: 2.0833333333vw;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap .cus-company::after {
    width: 0.3645833333vw;
    height: 0.3645833333vw;
    border-radius: 0.3645833333vw;
    background: #A23E48;
    position: absolute;
    right: 0.5208333333vw;
    bottom: 30%;
    content: "";
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .company-wrap .cus-position {
    text-align: left;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-title-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 2.6041666667vw;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-texonomy {
    text-align: justify;
  }
  .cus-exp-sec .main-wrap .cus-silder .cus-item .singe-slider-wrap .cus-texonomy p {
    text-align: justify;
  }
  .cus-exp-sec .main-wrap .cus-exp-wrap .gen-tagline {
    line-height: 1.875vw;
  }
  .cus-exp-sec .main-wrap .cus-exp-wrap .gen-sub-title {
    padding-bottom: 4.6875vw;
  }
  .cus-exp-sec .main-wrap .cus-exp-wrap .gen-title-wrap .gen-title {
    line-height: 4.1666666667vw;
    padding-bottom: 0;
  }
  .cetificate-sec .full-wrap {
    padding-bottom: 7.2916666667vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-bg {
    left: 6.7708333333vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-bg img {
    height: 26.0416666667vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-intro {
    padding: 0.9375vw 0 0 10.9375vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-intro .gen-title-wrap .gen-title {
    line-height: normal;
    width: 100%;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap {
    padding: 0 0 0 10.9375vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper {
    width: 70%;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider.slick-slider {
    position: relative;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider.slick-slider .slick-prev {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/left.png");
    background-repeat: no-repeat;
    top: 12.1780208333vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: -5.14203125vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider.slick-slider .slick-prev::after {
    content: "";
    position: absolute;
    width: 4.0104166667vw;
    background: #333;
    z-index: 99999;
    top: 0;
    bottom: -2.8645833333vw;
    right: -0.92046875vw;
    margin: auto;
    height: 0.0520833333vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider.slick-slider .slick-prev:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider.slick-slider .slick-next {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/right.png");
    background-repeat: no-repeat;
    top: 17.8219791667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    right: -5.14203125vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider.slick-slider .slick-next:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap {
    margin: 0 0.6510416667vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap {
    border-radius: 20px;
    border: 1px solid rgba(42, 42, 42, 0.3);
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.125vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap img {
    height: 7.2916666667vw;
    margin-bottom: 1.5625vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap .ceti-sinlge-intro .year {
    padding-bottom: 0.5208333333vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .slider-wrapper .ceti-slider .singe-slider-wrap .ceti-single-wrap .ceti-sinlge-intro .ceti-name {
    padding-bottom: 1.5625vw;
  }
  .cetificate-sec .full-wrap .ceti-wrap .ceti-sider-wrap .test-div {
    width: 30%;
  }
  .instagram-sec .full-wrap {
    padding: 0 10.4166666667vw 10.4166666667vw;
  }
  .instagram-sec .full-wrap img {
    height: 20.625vw;
  }
}
@media only screen and (min-width: 1920px) {
  .product-range-sec .full-wrap .title-all-wrap .banner-btn a {
    width: 16.25vw;
  }
  .supply-chain-sec .full-wrap {
    padding-left: 6.7708333333vw;
  }
  .supply-chain-sec .full-wrap .supply-chain-wrap .supply-chain-inner .supply-intro-wrap .supply-btn-wrap {
    margin: 0 0 0 3.6458333333vw !important;
  }
}
.home-banner {
  margin-top: -130px;
  z-index: 1;
}
.home-banner .main-wrap .banner-wrap .single-banner .banner-img {
  position: relative;
}
.home-banner .main-wrap .banner-wrap .single-banner .banner-img:before {
  content: "";
  position: absolute;
  border-radius: 30px 30px 0px 0px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(169, 169, 169, 0)), to(#a9a9a9));
  background: linear-gradient(0deg, rgba(169, 169, 169, 0) 50%, #a9a9a9 100%);
  height: 187px;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
}
.home-banner .main-wrap .banner-wrap .single-banner .banner-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 187px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(179deg, rgba(42, 42, 42, 0) 50%, #2a2a2a 100%);
  bottom: 0;
  left: 0;
  right: 0;
}
.home-banner .main-wrap .banner-wrap .single-banner .banner-img picture img {
  border-radius: 30px 30px;
  height: 535px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.home-banner .main-wrap .banner-wrap .single-banner .banner-content {
  padding-top: 40px;
  text-align: center;
  padding-bottom: 60px;
}
.home-banner .main-wrap .banner-wrap .single-banner .banner-content .banner-tagline {
  padding-bottom: 20px;
}
.home-banner .main-wrap .banner-wrap .single-banner .banner-content .banner-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.home-banner .main-wrap .banner-wrap .single-banner .banner-content .banner-title h2 {
  padding-bottom: 20px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) bottom right/50% 50% no-repeat, -webkit-gradient(linear, right top, left bottom, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) bottom left/50% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) top left/50% 52% no-repeat, -webkit-gradient(linear, left bottom, right top, color-stop(15%, #2a2a2a), color-stop(50%, #c6993a)) top right/50% 52% no-repeat;
  background: linear-gradient(to bottom right, #2a2a2a 15%, #c6993a 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, #2a2a2a 15%, #c6993a 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, #2a2a2a 15%, #c6993a 50%) top left/50% 52% no-repeat, linear-gradient(to top right, #2a2a2a 15%, #c6993a 50%) top right/50% 52% no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
  letter-spacing: -2px;
}
.home-banner .main-wrap .banner-wrap .single-banner .banner-content .banner-title .title-effect {
  width: 65.914px;
  height: 50px;
  -webkit-transform: rotate(348deg);
          transform: rotate(348deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 65.91/50;
  position: absolute;
  top: -30%;
  right: -7%;
}
.home-banner .main-wrap .banner-wrap .single-banner .banner-content .banner-sub-title {
  font-weight: 300;
  padding-bottom: 20px;
  line-height: 20px;
  letter-spacing: -0.72px;
}
.home-banner .main-wrap .banner-wrap .single-banner .banner-content .banner-sub-title span {
  font-weight: 400;
}
.home-banner .main-wrap .banner-wrap .single-banner .banner-content .banner-intro {
  font-weight: 500;
  line-height: 22px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.home-banner .main-wrap .banner-wrap .single-banner .banner-content .banner-btn a {
  padding: 10px 30px;
  text-decoration: none;
  border: 1px solid #2A2A2A;
  color: #2a2a2a;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 2.34px;
  text-transform: uppercase;
}
.home-banner .main-wrap .banner-wrap .single-banner .banner-content .banner-btn a .svg-addon .search-svg {
  height: 8.13px;
  width: 8.13px;
}
.home-banner .main-wrap .banner-wrap .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  position: absolute;
  top: 51%;
  left: 0;
  right: 0;
  bottom: inherit;
}
.home-banner .main-wrap .banner-wrap .slick-dots .slick-active button {
  width: 40px !important;
  background-color: #c6993a !important;
}
.home-banner .main-wrap .banner-wrap .slick-dots li {
  margin: 0 5px;
  font-size: 0;
}
.home-banner .main-wrap .banner-wrap .slick-dots li button {
  display: block;
  width: 15px;
  height: 5px;
  background-color: #e4d7c5;
  padding: 0;
  border: none;
  border-radius: 10px;
  text-indent: -9999px;
}
.home-banner .main-wrap .scroll-down {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .home-banner {
    padding-bottom: 4.8958333333vw;
    margin-top: 0;
  }
  .home-banner .main-wrap {
    padding: 0;
    position: relative;
  }
  .home-banner .main-wrap .banner-wrap::after {
    content: "";
    position: absolute;
    width: 4.0104166667vw;
    background: #333;
    z-index: 99999;
    top: 0;
    bottom: 0;
    right: 2.2395833333vw;
    margin: auto;
    height: 0.0520833333vw;
  }
  .home-banner .main-wrap .banner-wrap .single-banner {
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }
  .home-banner .main-wrap .banner-wrap .single-banner .banner-img:before {
    border-radius: 30px 0px 0px 30px;
    background: -webkit-gradient(linear, right top, left top, color-stop(35.06%, rgba(169, 159, 157, 0)), color-stop(61.04%, rgba(0, 0, 0, 0.25)));
    background: linear-gradient(270deg, rgba(169, 159, 157, 0) 35.06%, rgba(0, 0, 0, 0.25) 61.04%);
    z-index: 1;
    height: 100%;
  }
  .home-banner .main-wrap .banner-wrap .single-banner .banner-img:after {
    display: none;
  }
  .home-banner .main-wrap .banner-wrap .single-banner .banner-img picture img {
    height: 34.375vw;
  }
  .home-banner .main-wrap .banner-wrap .single-banner .banner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6.7708333333vw;
    margin: auto;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 2;
  }
  .home-banner .main-wrap .banner-wrap .single-banner .banner-content .banner-title {
    margin: 0;
  }
  .home-banner .main-wrap .banner-wrap .single-banner .banner-content .banner-title h2 {
    background: -webkit-gradient(linear, left top, right top, from(#c6993a), color-stop(116.92%, #f9f6f1));
    background: linear-gradient(90deg, #c6993a 0%, #f9f6f1 116.92%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .home-banner .main-wrap .banner-wrap .single-banner .banner-content .banner-title .title-effect {
    width: 8.2291666667vw;
    height: 6.71875vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    top: -51%;
    right: 31%;
  }
  .home-banner .main-wrap .banner-wrap .single-banner .banner-content .banner-intro {
    padding-right: 0.5208333333vw;
    width: 25vw;
    text-align: left;
  }
  .home-banner .main-wrap .banner-wrap .single-banner .banner-content .banner-intro p {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.0416666667vw;
    text-transform: capitalize;
  }
  .home-banner .main-wrap .banner-wrap .single-banner .banner-content .banner-btn a {
    border: 1px solid #fff;
    color: #fff;
  }
  .home-banner .main-wrap .banner-wrap .slick-prev {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/left.png");
    background-repeat: no-repeat;
    top: -2.6041666667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    left: 95%;
  }
  .home-banner .main-wrap .banner-wrap .slick-prev:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .home-banner .main-wrap .banner-wrap .slick-next {
    font-size: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    background-image: url("../img/right.png");
    background-repeat: no-repeat;
    top: 2.6041666667vw;
    bottom: 0;
    height: 1.0416666667vw;
    z-index: 18;
    width: 2.0833333333vw;
    margin: auto;
    left: 95%;
  }
  .home-banner .main-wrap .banner-wrap .slick-next:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .home-banner .main-wrap .scroll-down {
    position: absolute;
    bottom: 2.6041666667vw;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    right: 0.5208333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .home-banner .main-wrap .scroll-down .svg--icon {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    height: 0.5208333333vw;
    -webkit-animation: bounce 1.5s infinite;
            animation: bounce 1.5s infinite;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .home-banner .main-wrap .scroll-down .text {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    color: #2a2a2a;
    font-family: "Lato", sans-serif;
    font-size: 0.7291666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.1822916667vw;
    text-transform: uppercase;
  }
}
.service-wrap-sec {
  padding-bottom: 60px;
}
.service-wrap-sec .full-wrap .service-full-wrap {
  display: none;
}
@media (min-width: 992px) {
  .service-wrap-sec .full-wrap .service-full-wrap {
    display: block;
  }
}
.service-wrap-sec .full-wrap .service-full-wrap .single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 5.2083333333vw;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
}
.service-wrap-sec .full-wrap .service-full-wrap .single-wrap .single-wrap-img {
  width: 40%;
}
.service-wrap-sec .full-wrap .service-full-wrap .single-wrap .single-wrap-img img {
  border-radius: 2.6041666667vw;
  background: url(<path-to-image>) lightgray 50%/cover no-repeat;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-wrap-sec .full-wrap .service-full-wrap .single-wrap .single-wrap-content {
  width: 60%;
  padding-left: 1.5625vw;
}
.service-wrap-sec .full-wrap .service-full-wrap .single-wrap .single-wrap-content .service-intro {
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
}
.service-wrap-sec .full-wrap .service-full-wrap .single-wrap .single-wrap-content .service-points-wrap .single-service-point {
  padding-bottom: 1.3020833333vw;
}
.service-wrap-sec .full-wrap .accordion {
  display: block;
  padding: 10px;
}
@media (min-width: 992px) {
  .service-wrap-sec .full-wrap .accordion {
    display: none;
  }
}
.service-wrap-sec .full-wrap .accordion .accordion-item {
  border: 0;
  border: 1px solid rgba(198, 153, 58, 0.5);
  background: #E5DEDE;
  border-radius: 15px;
}
.service-wrap-sec .full-wrap .accordion .accordion-item .accordion-header .collapsed .acc-title {
  color: #333 !important;
  width: 60%;
}
.service-wrap-sec .full-wrap .accordion .accordion-item .accordion-header .collapsed img {
  width: 40%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-wrap-sec .full-wrap .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 15px;
  border: 1px solid rgba(198, 153, 58, 0.5);
  background: #FFF;
  outline: nne;
  padding: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 110% */
  letter-spacing: -1px;
  color: #212529;
}
.service-wrap-sec .full-wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.service-wrap-sec .full-wrap .accordion .accordion-item .accordion-header .accordion-button:after {
  width: 20px;
  height: 13px;
  background-size: contain;
  padding-right: 20px;
  margin-right: 10px;
}
.service-wrap-sec .full-wrap .accordion .accordion-item .accordion-header .accordion-button img {
  height: 100%;
  border-radius: 15px 0px 0 15px;
  width: 40%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-wrap-sec .full-wrap .accordion .accordion-item .accordion-header .accordion-button .acc-img {
  border-radius: 35px;
}
.service-wrap-sec .full-wrap .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  padding-bottom: 50px;
}
.service-wrap-sec .full-wrap .accordion .accordion-item .accordion-collapse .accordion-body img {
  margin-top: 20px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.service-wrap-sec .full-wrap .accordion .accordion-item .accordion-collapse .accordion-body .service-name {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.service-wrap-sec .full-wrap .accordion .accordion-item .accordion-collapse .accordion-body .service-intro {
  padding: 0 15px;
  padding-bottom: 20px;
}
.service-wrap-sec .full-wrap .accordion .accordion-item .accordion-collapse .accordion-body .service-points-wrap {
  padding: 0 15px;
}
@media only screen and (min-width: 576px) {
  .submit-btn p {
    width: 60% !important;
  }
}
@media only screen and (min-width: 600px) {
  .service-wrap-sec .full-wrap .accordion .accordion-item .accordion-header .accordion-button img {
    height: 150px;
  }
  .service-wrap-sec .full-wrap .accordion .accordion-item .accordion-header .accordion-button .acc-img {
    width: 80% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
  .service-wrap-sec .full-wrap .accordion .accordion-item .accordion-collapse .accordion-body img {
    width: 80% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .service-wrap-sec .full-wrap .accordion .accordion-item .accordion-collapse .accordion-body .service-points-wrap .single-service-point h4 {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .service-wrap-sec {
    padding-bottom: 3.125vw;
  }
  .service-wrap-sec .full-wrap {
    padding-left: 8.8541666667vw;
    padding-right: 8.8541666667vw;
  }
  .service-wrap-sec .full-wrap .service-full-wrap .single-wrap.even-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .service-wrap-sec .full-wrap .service-full-wrap .single-wrap .single-wrap-img {
    width: 39.4791666667vw;
  }
  .service-wrap-sec .full-wrap .service-full-wrap .single-wrap .single-wrap-content {
    width: calc(100% - 44.7916666667vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  .service-wrap-sec .full-wrap .service-full-wrap .single-wrap .single-wrap-content .service-intro {
    color: #2A2A2A;
    text-align: justify;
    font-family: "Lato", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3020833333vw;
  }
  .service-wrap-sec .full-wrap .service-full-wrap .single-wrap .single-wrap-content .service-points-wrap .single-service-point ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 8px;
    background: transparent;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background: #020512;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #020512;
  }
}
.floating-icons {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
}

.floating-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 0 50% 50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
.floating-btn img {
  width: 38px;
  height: 38px;
  -webkit-transition: margin-right 0.9s ease-in-out;
  transition: margin-right 0.9s ease-in-out;
}
.floating-btn .tooltip {
  position: absolute;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 0px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.9s ease-in-out, right 0.9s ease-in-out;
  transition: opacity 0.9s ease-in-out, right 0.9s ease-in-out;
  font-family: "Frank Ruhl Libre", serif;
}
.floating-btn:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.floating-btn.whatsapp-btn {
  bottom: 125px;
  left: -10px;
  background-color: #0C70B8;
}
.floating-btn.whatsapp-btn:hover {
  width: 170px;
  height: 62px;
  border-radius: 0px 30px 30px 0px;
  padding-left: 9px;
  margin-right: -20px;
}
.floating-btn.whatsapp-btn:hover img {
  margin-right: -100px;
}
.floating-btn.whatsapp-btn:hover .tooltip {
  left: 30px;
  background: transparent;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.floating-btn.contact-btn {
  bottom: 135px;
  right: -10px;
  background-color: #75B948;
}
.floating-btn.contact-btn:hover {
  width: 170px;
  height: 62px;
  border-radius: 0px 30px 30px 0px;
  padding-left: 15px;
  margin-right: -20px;
}
.floating-btn.contact-btn:hover img {
  margin-right: 108px;
}
.floating-btn.contact-btn:hover .tooltip {
  top: 19px;
  right: 30px;
  background: transparent;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .floating-icons {
    position: fixed;
    left: 30px;
    bottom: 130px;
    z-index: 1000;
  }
  .floating-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 0 50% 50% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: white;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    -webkit-transition: 0.8s all;
    transition: 0.8s all;
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
            animation: float 6s ease-in-out infinite;
  }
  .floating-btn img {
    width: 38px;
    height: 38px;
    -webkit-transition: margin-right 0.9s ease-in-out;
    transition: margin-right 0.9s ease-in-out;
  }
  .floating-btn .tooltip {
    position: absolute;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 0px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out, right 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, right 0.3s ease-in-out;
    font-family: "Frank Ruhl Libre", serif;
  }
  .floating-btn:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }
  .floating-btn.whatsapp-btn {
    bottom: 200px;
    left: -30px;
  }
  .floating-btn.whatsapp-btn:hover {
    width: 158px;
    height: 62px;
    border-radius: 0px 30px 30px 0px;
    padding-left: 9px;
    margin-right: -22px;
  }
  .floating-btn.whatsapp-btn:hover img {
    margin-right: -85px;
  }
  .floating-btn.whatsapp-btn:hover .tooltip {
    left: 10px;
    background: transparent;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
  }
  .floating-btn.contact-btn {
    bottom: 135px;
    right: -10px;
  }
  .floating-btn.contact-btn:hover {
    width: 150px;
    height: 62px;
    border-radius: 30px 0px 0px 30px;
    padding-left: 15px;
    margin-right: -22px;
  }
  .floating-btn.contact-btn:hover img {
    margin-right: 108px;
  }
  .floating-btn.contact-btn:hover .tooltip {
    top: 19px;
    right: 20px;
    background: transparent;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 992px) {
  .floating-icons {
    position: fixed;
    right: 20px;
    bottom: 206px;
    z-index: 1000;
  }
  .floating-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: white;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    -webkit-transition: 0.8s all;
    transition: 0.8s all;
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  .floating-btn img {
    width: 38px;
    height: 38px;
    -webkit-transition: margin-right 0.9s ease-in-out;
    transition: margin-right 0.9s ease-in-out;
  }
  .floating-btn .tooltip {
    position: absolute;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 0px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.9s ease-in-out, right 0.9s ease-in-out;
    transition: opacity 0.9s ease-in-out, right 0.9s ease-in-out;
    font-family: "Frank Ruhl Libre", serif;
  }
  .floating-btn:hover .tooltip {
    visibility: visible;
    opacity: 1;
  }
  .floating-btn.whatsapp-btn {
    bottom: 200px;
    width: 70px;
    height: 55px;
    border-radius: 0px 30px 30px 0px;
    left: -30px;
  }
  .floating-btn.whatsapp-btn:hover {
    width: 158px;
    height: 62px;
    border-radius: 0px 30px 30px 0px;
    padding-left: 9px;
    margin-right: -5px;
  }
  .floating-btn.whatsapp-btn:hover img {
    margin-right: -85px;
  }
  .floating-btn.whatsapp-btn:hover .tooltip {
    left: 10px;
    background: transparent;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
  }
  .floating-btn.contact-btn {
    bottom: 135px;
    width: 70px;
    height: 55px;
    border-radius: 0px 30px 30px 0px;
    right: -20px;
  }
  .floating-btn.contact-btn:hover {
    width: 150px;
    height: 62px;
    border-radius: 0px 30px 30px 0px;
    padding-left: 15px;
    margin-right: -12px;
  }
  .floating-btn.contact-btn:hover img {
    margin-right: 108px;
  }
  .floating-btn.contact-btn:hover .tooltip {
    top: 19px;
    right: 20px;
    background: transparent;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1200px) {
  .floating-icons {
    position: fixed;
    left: 20px;
    bottom: 0;
    z-index: 1000;
  }
  .floating-btn.whatsapp-btn {
    bottom: 5.2083333333vw;
    width: 3.6458333333vw;
    height: 2.8645833333vw;
    border-radius: 0px 1.5625vw 1.5625vw 0px;
    left: -20px;
  }
  .floating-btn.whatsapp-btn:hover {
    width: 8.2291666667vw;
    height: 3.2291666667vw;
    border-radius: 0px 1.5625vw 1.5625vw 0px;
    padding-left: 0.46875vw;
    margin-right: -0.2604166667vw;
  }
  .floating-btn.whatsapp-btn:hover img {
    margin-right: -4.4270833333vw;
  }
  .floating-btn.whatsapp-btn:hover .tooltip {
    left: 0.5208333333vw;
    font-size: 0.8333333333vw;
  }
}
.menu-item.no-link > a {
  pointer-events: none;
  cursor: default;
  color: #fff; /* optional */
}

@media only screen and (min-width: 1024px) {
  .contact-us-form-wrapper .submit-btn input[type=submit] {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-us-form-wrapper .submit-btn input[type=submit] {
    margin-top: 0;
    margin-bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.8333333333vw;
  }
}

@media only screen and (min-width: 576px) {
  .submit-btn {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .submit-btn p {
    width: 40% !important;
  }
}
.contact-form-container textarea {
  height: 40px;
}
@media only screen and (min-width: 1200px) {
  .contact-form-container textarea {
    height: 2.6041666667vw;
  }
}/*# sourceMappingURL=style.css.map */