*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerpadding: 23px;
  --headerheight: calc(51px + (var(--headerpadding) * 2));
  --headerfixed: 75px;
  --footerstrip: 38px;
  --primary: #00ADEF;
  --primary-light: #E0F6FF;
  --text: #666666;
  --white: #FFFFFF;
  --black: #000000;
  --black-light: #211F20;
  --gray: #EFEFEF;
  --container: 1280px;
  --containerfluid: 2rem;
}
@media only screen and (max-width: 1366px) {
  :root {
    --homecounterstrip: 75px;
  }
}
@media only screen and (max-width: 1152px) {
  :root {
    --containerfluid: 1rem;
  }
}
@media only screen and (max-width: 1007px) {
  :root {
    --headerheight: calc(29px + (var(--headerpadding) * 2));
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --containerfluid: 15px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --headerfixed: 75px;
  }
}
@media only screen and (max-width: 675px) {
  :root {
    --headerfixed: 65px;
    --headerheight: calc(15px + (var(--headerpadding) * 2));
  }
}
@media only screen and (max-width: 320px) {
  :root {
    --containerfluid: 10px;
  }
}

body::-webkit-scrollbar {
  width: 10px;
  background: var(--black);
}
body::-webkit-scrollbar-track {
  box-shadow: none;
}
body::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
body.overflow-hidden {
  overflow: hidden;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 10px);
}
@media only screen and (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

b {
  font-weight: 600;
}

small {
  font-size: 14px;
  font-weight: 500;
}

.text-uppercase {
  text-transform: uppercase;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease;
}
a[href].logo {
  display: block;
  line-height: 0;
}

.container {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .container {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 345px) {
  .container {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 320px) {
  .container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 .heading {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .container.container2 .heading {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .container.container2 .heading {
    padding-right: 10px;
  }
}

.container-fluid {
  padding: 0 var(--containerfluid);
  height: 100%;
  display: block;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1, h2, h3 {
  font-family: "Century Gothic";
}

h1 {
  font-size: 48px;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 675px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 520px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.05;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 675px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 36px;
  line-height: 1.06;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 675px) {
  h3 {
    font-size: 26px;
  }
}

.heading h3, .heading h2 {
  font-size: 36px;
  line-height: 1.12;
}
@media only screen and (max-width: 767px) {
  .heading h3, .heading h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 675px) {
  .heading h3, .heading h2 {
    font-size: 26px;
  }
}
.heading p {
  color: var(--text);
  font-size: 18px;
  margin-top: 6px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .heading p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 675px) {
  .heading p {
    font-size: 14px;
  }
}

h4 {
  font-size: 32px;
  line-height: 1.28;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  line-height: 1.167;
  font-weight: 500;
}

h6 {
  font-size: 18px;
  font-weight: 500;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.inline-flex {
  --gap: 12px;
  display: inline-flex;
  align-items: center;
  gap: 0 var(--gap);
}

img {
  max-width: 100%;
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

button {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
}

.item-md {
  position: relative;
}
.item-md figure {
  overflow: hidden;
  line-height: 0;
  height: 100%;
}
.item-md figure img, .item-md figure video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.8s ease;
}
.item-md::before, .item-md::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.item-md.center figcaption {
  bottom: auto;
  top: 50%;
  translate: 0 -50%;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(100%);
  transition: 0s ease 0.5s, opacity 0.5s ease;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}
@media only screen and (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  transition: opacity 1s ease;
  opacity: 1;
  transform: translateY(0%);
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  background: var(--white);
  background-position: 0% 80%;
  background-size: 75%;
  max-width: 435px;
  width: 100%;
}
.model .close {
  position: absolute;
  top: 0;
  right: 0;
  top: 40px;
  right: 40px;
}
@media only screen and (max-width: 520px) {
  .model .close {
    top: 20px;
    right: 20px;
  }
}
.model .close path {
  stroke: var(--white);
}

.btn {
  --height: 44px;
  --padding: 31px;
  display: inline-block;
  vertical-align: middle;
  height: var(--height);
  line-height: var(--height);
  padding: 0 var(--padding);
  background: var(--primary);
  overflow: hidden;
  text-transform: capitalize;
  color: var(--white);
  border: 1px solid var(--primary);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.5s ease;
  border-radius: 30px;
  font-weight: 500;
  caret-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.btn:hover {
  background: none;
  color: var(--primary);
}
.btn.white {
  background: var(--white);
  border-color: var(--white);
  color: var(--black);
}
.btn.white:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.btn.white.hover-border:hover {
  background: none;
  border-color: var(--white);
}
.btn.black-light {
  background: var(--black-light);
  border-color: var(--black-light);
  color: var(--white);
}
.btn.black-light:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.btn.white-border {
  background: none;
  border-color: var(--white);
  color: var(--white);
}
.btn.white-border:hover {
  background: var(--white);
  color: var(--black);
}
.btn.black-border {
  background: none;
  border-color: var(--black);
  color: var(--black);
}
.btn.black-border:hover {
  background: var(--black);
  color: var(--white);
}
.btn.w-100 {
  width: 100%;
}

.custom-select {
  max-width: 100%;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  padding: 0 var(--paddingleftright);
}
.custom-select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15%;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2211%22%20viewBox%3D%220%200%2017%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M15.75%201.875L8.5%209.125L1.25%201.875%22%20stroke%3D%22%23666666%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-position: calc(100% - var(--paddingleftright)) 50%;
  background-repeat: no-repeat;
  background-size: auto 15%;
}
.custom-select .current {
  display: block;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: var(--inputsize);
  color: var(--labelbefore);
  font-weight: var(--font);
}
.custom-select .current.selected {
  color: var(--color);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transform-origin: 50% 0;
  z-index: 7;
  max-height: 180px;
  overflow-y: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  pointer-events: none;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  display: block;
  line-height: 1.2;
  padding: 10px 20px;
  white-space: break-spaces;
}
@media only screen and (max-width: 420px) {
  .custom-select .list li {
    font-size: 14px;
  }
}
.custom-select .list li.selected {
  background: var(--primary);
  color: var(--white);
}
.custom-select .list li.selected:hover {
  background: var(--primary);
  color: var(--white);
}
.custom-select .list li:hover {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.form {
  --inputsize: 48px;
  --labelbefore: var(--text);
  --labelafter: var(--text);
  --borderbefore: var(--text);
  --borderafter: var(--black);
  --labelfontbefore: 16px;
  --labelfontafter: 12px;
  --font: 400;
  --inputsize: 42px;
  --color: var(--black);
  --borderwidth: 1px;
  --labelbackground: none;
  --font: 400;
  --textareaheight: 86px;
  --paddingleftright: 0px;
  --item: 1;
  --gaplr: 17px;
  --gaptb: 17px;
  display: grid;
  grid-template-columns: repeat(var(--item), calc((100% - var(--gaplr) * (var(--item) - 1)) / var(--item)));
  gap: var(--gaptb) var(--gaplr);
}
.form .full {
  grid-column: span var(--item);
}
.form .form-group {
  position: relative;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  --selectheight: var(--inputsize);
  line-height: 0;
}
.form .form-group.active::after {
  width: 100%;
}
.form .form-group::before, .form .form-group::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--borderwidth);
  transition: 0.5s ease;
}
.form .form-group::before {
  background: var(--borderbefore);
}
.form .form-group::after {
  width: 0;
  background: var(--borderafter);
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: calc(var(--inputsize) / 2 - var(--labelfontbefore) / 2);
  left: var(--paddingleftright);
  color: var(--labelbefore);
  line-height: 1;
  font-size: var(--labelfontbefore);
  background: none;
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input, .form .form-group textarea {
  height: calc(var(--inputsize) - var(--borderwidth));
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
  cursor: initial;
  padding: 0 var(--paddingleftright);
}
.form .form-group input:focus, .form .form-group input.valid, .form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input:focus ~ label, .form .form-group input.valid ~ label, .form .form-group textarea:focus ~ label, .form .form-group textarea.valid ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
  background: var(--labelbackground);
}
.form .form-group textarea {
  height: var(--textareaheight);
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
  line-height: 1.2;
  cursor: initial;
  padding: 0 var(--paddingleftright);
  padding-right: 15px;
}
.form .form-group textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.form .form-group textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group textarea::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 15px;
}
.form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
  margin-top: 13px;
  height: calc(var(--textareaheight) - 13px);
}
.form .form-group select:focus {
  outline: none;
}
.form .form-group select ~ label {
  position: absolute;
  top: calc(var(--labelfontafter) / -2);
  left: var(--paddingleftright);
  color: var(--labelafter);
  translate: 0 0;
  font-size: var(--labelfontafter);
  opacity: 0;
  transition: 0.6s ease;
  background: var(--labelbackground);
}
.form .form-group select.valid {
  color: var(--color);
}
.form .form-group select.valid ~ label {
  opacity: 1;
}
.form .submit-grp {
  text-align: center;
  margin-top: 23px;
}
.form .submit-grp .btn {
  --padding: 41px;
}

.banner {
  position: relative;
  margin-top: var(--headerheight);
}
.banner .bg {
  line-height: 0;
  height: 626px;
  position: relative;
}
.banner .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
@media only screen and (max-width: 1366px) {
  .banner .bg {
    height: calc(100vh - var(--headerheight));
  }
}
@media only screen and (max-width: 1024px) {
  .banner .bg {
    height: 575px;
  }
}
@media only screen and (max-width: 675px) {
  .banner .bg {
    height: 400px;
  }
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
.banner .banner-wrapper h1, .banner .banner-wrapper p {
  color: var(--white);
}
.banner .banner-wrapper p {
  font-weight: 500;
}
.banner.banner-banner .bg::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 74.5%);
}
.banner.banner-banner .banner-wrapper {
  top: auto;
  bottom: 15%;
}
.banner.banner-banner .banner-wrapper h1 {
  margin-bottom: 15px;
}

.swiper-slide {
  height: auto;
}

.swiper-nav {
  line-height: 0;
}
.swiper-nav.center-full {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper-nav.center-full .swiper-prev, .swiper-nav.center-full .swiper-next {
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.swiper-nav.primary-fill .swiper-prev, .swiper-nav.primary-fill .swiper-next {
  background: var(--primary);
  border-color: var(--primary);
}
.swiper-nav.primary-fill .swiper-prev svg path, .swiper-nav.primary-fill .swiper-next svg path {
  fill: var(--white);
}
.swiper-nav.white-fill .swiper-prev, .swiper-nav.white-fill .swiper-next {
  background: var(--white);
  border-color: var(--white);
}
.swiper-nav.white-fill .swiper-prev svg path, .swiper-nav.white-fill .swiper-next svg path {
  fill: var(--black);
}
.swiper-nav.white-fill .swiper-prev:hover, .swiper-nav.white-fill .swiper-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.swiper-nav.white-fill .swiper-prev:hover svg path, .swiper-nav.white-fill .swiper-next:hover svg path {
  fill: var(--white);
}
.swiper-nav.btn-no-background .swiper-prev, .swiper-nav.btn-no-background .swiper-next {
  border: none;
  height: auto;
  width: auto;
  border-radius: initial;
}
.swiper-nav.btn-no-background .swiper-prev svg, .swiper-nav.btn-no-background .swiper-next svg {
  position: unset;
  translate: 0 0;
}
.swiper-nav.btn-no-background .swiper-prev:hover, .swiper-nav.btn-no-background .swiper-next:hover {
  background: none;
}
.swiper-nav.btn-no-background .swiper-prev:hover path, .swiper-nav.btn-no-background .swiper-next:hover path {
  fill: var(--primary);
}
.swiper-nav.swiper-nav-fill .swiper-prev, .swiper-nav.swiper-nav-fill .swiper-next {
  border-color: var(--white);
  background: var(--white);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.swiper-nav.swiper-nav-fill .swiper-prev path, .swiper-nav.swiper-nav-fill .swiper-next path {
  fill: var(--primary);
}
.swiper-nav.swiper-nav-fill .swiper-prev:hover, .swiper-nav.swiper-nav-fill .swiper-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.swiper-nav.swiper-nav-fill .swiper-prev:hover path, .swiper-nav.swiper-nav-fill .swiper-next:hover path {
  fill: var(--white);
}
.swiper-nav.black .swiper-prev, .swiper-nav.black .swiper-next {
  border-color: var(--black);
}
.swiper-nav.black .swiper-prev path, .swiper-nav.black .swiper-next path {
  fill: var(--black);
}
.swiper-nav.black .swiper-prev:hover, .swiper-nav.black .swiper-next:hover {
  border-color: var(--primary);
  background: var(--primary);
}
.swiper-nav.black .swiper-prev:hover path, .swiper-nav.black .swiper-next:hover path {
  fill: var(--white);
}
.swiper-nav.group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 15px;
}
@media only screen and (max-width: 1152px) {
  .swiper-nav.group {
    gap: 0 8px;
  }
}
.swiper-nav.icon-width-auto .swiper-next svg, .swiper-nav.icon-width-auto .swiper-prev svg {
  width: auto;
  height: auto;
}

.swiper-prev svg, .swiper-prev img {
  transform: scaleX(-1);
}

.swiper-prev, .swiper-next {
  flex: 0 1 auto;
  --btn: 45px;
  height: var(--btn);
  width: var(--btn);
  border-radius: 50%;
  border: 1px solid var(--white);
  transition: 0.5s ease;
  position: relative;
  background: none;
}
.swiper-prev svg, .swiper-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(var(--btn) / 5);
  height: auto;
}
.swiper-prev path, .swiper-next path {
  transition: 0.5s ease;
  fill: var(--white);
}
.swiper-prev:hover, .swiper-next:hover {
  background: var(--white);
  border-color: var(--white);
}
.swiper-prev:hover path, .swiper-next:hover path {
  fill: var(--primary);
}
.swiper-prev.swiper-button-disabled, .swiper-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-pagination-bullets {
  --swiper-pagination-bullet-horizontal-gap: 5px;
  caret-color: transparent;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: #989898;
  opacity: 1;
  caret-color: transparent;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary);
}

.container-fluid, .header-wrapper {
  height: 100%;
}

.header-wrapper .colA, .header-wrapper .colB, .header-wrapper .colC {
  height: 100%;
  display: flex;
  align-items: center;
}

.play-btn {
  --btnsize: 56px;
  --border: 2px;
  --bordercolor: var(--white);
  --playbtncolor: var(--white);
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: none;
}
@media only screen and (max-width: 1024px) {
  .play-btn {
    --btnsize: 50px;
  }
}
@media only screen and (max-width: 675px) {
  .play-btn {
    --btnsize: 45px;
    --border: 1px;
  }
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
}
.play-btn.play-btn2 {
  --btnsize: 87px;
  --offset: 8px;
  --background: var(--white);
  background: var(--white);
  --playbtncolor: var(--primary);
  border: none;
  outline: 1px solid var(--background);
  outline-offset: var(--offset);
}

.website-content > :first-child {
  margin-top: 0 !important;
}
.website-content h1 {
  font-size: 48px;
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (max-width: 675px) {
  .website-content h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.website-content h2 {
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .website-content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 675px) {
  .website-content h2 {
    font-size: 22px;
  }
}
.website-content h3, .website-content h4 {
  font-size: 24px;
  line-height: 1.21;
  font-weight: 700;
}
@media only screen and (max-width: 675px) {
  .website-content h3, .website-content h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
.website-content h4 {
  font-size: 22px;
}
@media only screen and (max-width: 675px) {
  .website-content h4 {
    font-size: 20px;
  }
}
.website-content h5 {
  font-size: 20px;
}
@media only screen and (max-width: 675px) {
  .website-content h5 {
    font-size: 18px;
  }
}
.website-content h6 {
  font-size: 18px;
}
.website-content h2, .website-content h3, .website-content h4 {
  margin: 40px 0 18px;
}
.website-content h5, .website-content h6 {
  margin: 28px 0 18px;
  font-weight: 600;
}
.website-content p, .website-content li {
  color: var(--text);
  text-align: justify;
}
.website-content a {
  color: var(--black);
}
.website-content a:hover {
  text-decoration: underline;
}
.website-content p, .website-content ul {
  margin-bottom: 20px;
}
.website-content ul {
  padding-left: 18px;
}
@media only screen and (max-width: 675px) {
  .website-content ul {
    padding-left: 10px;
  }
}
.website-content ul li {
  position: relative;
  padding-left: 28px;
}
@media only screen and (max-width: 675px) {
  .website-content ul li {
    padding-left: 20px;
  }
}
.website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.website-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--primary);
}
.website-content.website-content-white * {
  color: var(--white);
}

@media only screen and (max-width: 520px) {
  .breadcrumps {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
  }
}
.breadcrumps li {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumps li a {
  color: var(--text);
  font-size: 14px;
}
@media only screen and (max-width: 520px) {
  .breadcrumps li a {
    font-size: 12px;
    text-overflow: ellipsis;
  }
}
.breadcrumps li a.active {
  color: var(--black);
}
.breadcrumps li:not(:last-child) {
  position: relative;
  padding-right: 20px;
}
@media only screen and (max-width: 520px) {
  .breadcrumps li:not(:last-child) {
    padding-right: 8px;
  }
}
.breadcrumps li:not(:last-child)::before {
  content: ">";
  position: absolute;
  left: 100%;
  top: 50%;
  translate: 0 -50%;
  font-size: 12px;
  color: var(--text);
}
.breadcrumps li:not(:first-child) {
  padding-left: 20px;
}
@media only screen and (max-width: 520px) {
  .breadcrumps li:not(:first-child) {
    padding-left: 8px;
  }
}

.change-currency {
  position: fixed;
  bottom: 60px;
  right: 20px;
  --size: 50px;
  --padlr: 5px;
  --padtb: 5px;
  z-index: 5;
}
.change-currency .crn-drp {
  height: var(--size);
  background: var(--primary);
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: var(--padtb) var(--padlr);
  border-radius: 30px;
  gap: 4px;
}
.change-currency .crn-drp li {
  position: relative;
  height: calc(var(--size) - var(--padtb) * 2);
  line-height: calc(var(--size) - var(--padtb) * 2);
  width: calc(var(--size) - var(--padtb) * 2);
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  color: var(--white);
}
.change-currency .crn-drp li input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
.change-currency .crn-drp li:has(input:checked) {
  background: var(--white);
  color: var(--black);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  transition: 0.5s ease;
  height: var(--headerheight);
  transition: 0.5s ease;
  background: var(--white);
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: var(--white);
  height: 0;
  z-index: -1;
  transition: 0.5s ease;
}
header.header-shadow, header.header-fixed {
  box-shadow: 0px 4px 4px 0px rgba(141, 141, 141, 0.2509803922);
}
header.header-fixed {
  height: var(--headerfixed);
  --headerpadding: 12px;
}
header.header-fixed::before {
  height: var(--headerfixed);
}
header.header-fixed .header-wrapper .colA {
  flex: 0 1 160px;
}
@media only screen and (max-width: 675px) {
  header.header-fixed .header-wrapper .colA {
    flex: 0 1 125px;
  }
}
@media only screen and (max-width: 345px) {
  header.header-fixed .header-wrapper .colA {
    flex: 0 1 108px;
  }
}
header .container-fluid {
  height: 100%;
}
header .header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper {
    --headerpadding: 10px;
  }
}
@media only screen and (max-width: 675px) {
  header .header-wrapper {
    --headerpadding: 5px;
  }
}
header .header-wrapper .colA {
  flex: 0 1 217px;
  height: calc(100% - var(--headerpadding) * 2);
  margin: var(--headerpadding) 0;
  transition: 0.5s ease;
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colA {
    flex: 0 1 160px;
  }
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colA {
    flex: 0 1 125px;
  }
}
@media only screen and (max-width: 345px) {
  header .header-wrapper .colA {
    flex: 0 1 108px;
  }
}
header .header-wrapper .colA a, header .header-wrapper .colA img {
  height: 100%;
}
header .header-wrapper .colB {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: 36px;
  position: relative;
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  header .header-wrapper .colB {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colB {
    margin-left: 10px;
  }
}
header .header-wrapper .colB .product-nav-wrap {
  flex: 0 1 auto;
  height: 100%;
}
header .header-wrapper .colB .product-nav-wrap:hover .product-nav-menu {
  display: block;
}
header .header-wrapper .colB .product-nav-wrap .product-nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #DCDCDC;
  background: #F3F0F0;
  padding: 0 30px;
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav {
    background: var(--primary);
    border-color: var(--primary);
  }
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav {
    padding: 0 18px;
  }
}
header .header-wrapper .colB .product-nav-wrap .product-nav .nv-pr {
  display: inline-flex;
  align-items: center;
  gap: 0 14px;
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav .nv-pr {
    gap: 0 10px;
  }
}
header .header-wrapper .colB .product-nav-wrap .product-nav .nv-pr .ico {
  line-height: 0;
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav .nv-pr .ico svg {
    width: 12px;
    height: auto;
  }
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav .nv-pr .ico svg path {
    fill: var(--white);
  }
}
header .header-wrapper .colB .product-nav-wrap .product-nav .nv-pr span {
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav .nv-pr span {
    color: var(--white);
  }
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav .nv-pr span {
    font-size: 14px;
  }
}
header .header-wrapper .colB .product-nav-wrap .product-nav-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--white);
  --size: 25%;
  display: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    z-index: 7;
    display: block;
    --size: 100%;
    max-width: 400px;
    width: 100%;
    transform: translateX(100%);
    transition: 0.5s ease;
  }
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu.is-open {
    transform: translateX(0%);
  }
}
header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left {
  max-width: var(--size);
  width: 100%;
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left {
    height: 100%;
  }
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .close-nav-mobile {
    position: absolute;
    top: 30px;
    right: 30px;
  }
}
header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left > ul {
  padding: 30px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 160px;
  background: #f5f5f5;
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left > ul {
    height: 100%;
    background: var(--white);
    --mypad: 25px;
    padding: 75px 0 45px;
    overflow-y: auto;
  }
}
header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li > a {
  display: block;
  color: var(--black);
  padding: 8px 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li > a {
    font-size: 24px;
    font-weight: 500;
    padding-left: var(--mypad);
    position: relative;
    padding-right: 22px;
    margin-right: var(--mypad);
  }
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li > a::before {
    content: "+";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    line-height: 52px;
  }
}
header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li:hover > a, header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li.active > a {
  background: var(--primary);
  color: var(--white);
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li:hover > a, header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li.active > a {
    background: none;
    color: var(--black);
  }
}
@media only screen and (min-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li:hover .aside-right, header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li.active .aside-right {
    display: block !important;
    pointer-events: all !important;
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li.current > a::before {
    content: "-";
  }
}
header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right {
  position: absolute;
  right: 0;
  left: var(--size);
  top: 0;
  height: 100%;
  overflow-y: auto;
  display: none;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-top: 1px solid #DCDCDC;
}
header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right::-webkit-scrollbar {
  width: 7px;
  background: none;
}
header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right::-webkit-scrollbar-track {
  box-shadow: none;
}
header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 10px;
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right {
    position: unset;
    padding: 20px 0;
    border-bottom: 1px solid #DCDCDC;
    pointer-events: all;
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
    overflow: hidden;
  }
}
header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right .aside-right-wrap {
  display: block;
  width: 100%;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 30px;
       column-gap: 30px;
  background: var(--white);
  padding: 30px;
  min-height: 100%;
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right .aside-right-wrap {
    -moz-column-count: initial;
         column-count: initial;
    overflow-y: auto;
    padding: 0;
  }
}
header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right .aside-right-wrap .sub-category-col {
  margin-bottom: 22px;
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right .aside-right-wrap .sub-category-col {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right .aside-right-wrap .sub-category-col:not(:last-child) {
    margin-bottom: 12px;
  }
}
header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right .aside-right-wrap .sub-category-col h6 {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right .aside-right-wrap .sub-category-col h6 {
    font-size: 18px;
    position: relative;
    padding-right: 20px;
    color: var(--text);
    padding-left: var(--mypad);
    margin-right: var(--mypad);
  }
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right .aside-right-wrap .sub-category-col h6.active {
    color: var(--black);
  }
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right .aside-right-wrap .sub-category-col h6.active::before {
    background-image: url(../../icon/arrow-down-black.svg);
  }
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right .aside-right-wrap .sub-category-col h6::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    width: 15px;
    height: 15px;
    background-image: url(../../icon/arrow-down-gray.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right .aside-right-wrap .sub-category-col ul {
    display: none;
    padding: 15px var(--mypad);
    background: #f5f5f5;
  }
}
header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right .aside-right-wrap .sub-category-col ul li:not(:last-child) {
  margin-bottom: 0.1rem;
}
header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right .aside-right-wrap .sub-category-col ul li a {
  font-size: 14px;
  color: var(--text);
  display: block;
  padding: 2px 0;
  line-height: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right .aside-right-wrap .sub-category-col ul li a {
    font-size: 14px;
    color: var(--black);
    padding: 4px 0;
  }
}
header .header-wrapper .colB .product-nav-wrap .product-nav-menu .aside-left .categegory-li .aside-right .aside-right-wrap .sub-category-col ul li a:hover {
  color: var(--primary);
}
header .header-wrapper .colB .header-nav {
  flex: 1;
  text-align: right;
  height: 100%;
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .header-nav {
    display: none;
  }
}
header .header-wrapper .colB .header-nav li {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  height: 100%;
}
header .header-wrapper .colB .header-nav li:not(:last-child):not(:nth-last-child(2)) {
  margin-right: 41px;
}
@media only screen and (max-width: 1024px) {
  header .header-wrapper .colB .header-nav li:not(:last-child):not(:nth-last-child(2)) {
    margin-right: 25px;
  }
}
header .header-wrapper .colB .header-nav li:not(:has(.header-enquire)) a {
  color: var(--black);
  font-weight: 500;
}
header .header-wrapper .colB .header-nav li:not(:has(.header-enquire)) a:hover {
  color: var(--primary);
}
header .header-wrapper .colB .header-nav li:has(.header-enquire) {
  margin-left: 33px;
}
header .header-wrapper .colB .header-nav li:has(.header-enquire) .btn {
  --padding: 21px;
}
header .header-wrapper .colB .header-nav li.hasDropdown {
  position: relative;
  --triangle: 15px;
}
header .header-wrapper .colB .header-nav li.hasDropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  transform: perspective(2000px) translate3d(0px, -25px, 50px) rotateX(-90deg) scale3d(0.86, 0.75, 1) translateY(50px);
  transform-origin: top;
  transition: 0.4s ease;
  opacity: 0;
}
header .header-wrapper .colB .header-nav li.hasDropdown .dropdown-menu .arrow {
  display: block;
  position: absolute;
  bottom: calc(100% - var(--triangle) / 2);
  left: 50%;
  translate: -50% 0;
  width: var(--triangle);
  height: var(--triangle);
  background: var(--white);
  border: 1px solid #ccc;
  transform: rotate(45deg);
  z-index: -1;
}
header .header-wrapper .colB .header-nav li.hasDropdown .dropdown-menu ul {
  background: var(--white);
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
}
header .header-wrapper .colB .header-nav li.hasDropdown .dropdown-menu ul li {
  display: block;
  margin-right: 0;
  text-align: left;
  white-space: nowrap;
}
header .header-wrapper .colB .header-nav li.hasDropdown .dropdown-menu ul li:not(:last-child) {
  margin-bottom: 12px;
}
header .header-wrapper .colB .header-nav li.hasDropdown .dropdown-menu ul li a {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
  font-weight: 500;
  color: var(--black);
  font-size: 14px;
  color: var(--text);
}
header .header-wrapper .colB .header-nav li.hasDropdown .dropdown-menu ul li a:hover {
  color: var(--primary);
}
header .header-wrapper .colB .header-nav li.hasDropdown .dropdown-menu ul li a span {
  display: block;
  width: 18px;
  line-height: 0;
}
header .header-wrapper .colB .header-nav li.hasDropdown:hover .dropdown-menu {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
header .header-wrapper .colB .ham-btn {
  flex: 0 1 auto;
  line-height: 0;
  height: 22px;
  width: 42px;
  margin-left: auto;
  display: none;
  flex-direction: column;
  gap: 8px;
  --lineheight: 2px;
  margin-left: 1rem;
}
@media only screen and (max-width: 1007px) {
  header .header-wrapper .colB .ham-btn {
    display: flex;
  }
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colB .ham-btn {
    height: 20px;
    width: 30px;
    gap: 6px;
  }
}
header .header-wrapper .colB .ham-btn span {
  display: block;
  height: var(--lineheight);
  width: inherit;
  background: var(--black);
}

footer .upper-footer {
  background: var(--black-light);
  padding: 27px 0;
}
@media only screen and (max-width: 767px) {
  footer .upper-footer {
    padding: 12px 0;
  }
}
footer .upper-footer .flex .colA {
  flex: 0 1 16%;
}
@media only screen and (max-width: 991px) {
  footer .upper-footer .flex .colA {
    display: none;
  }
}
footer .upper-footer .flex .colB {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0 5rem;
}
@media only screen and (max-width: 1024px) {
  footer .upper-footer .flex .colB {
    gap: 0 2rem;
  }
}
@media only screen and (max-width: 991px) {
  footer .upper-footer .flex .colB {
    justify-content: space-between;
  }
}
footer .upper-footer .flex .colB .mbl-no {
  font-size: 18px;
  color: var(--white);
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  footer .upper-footer .flex .colB .mbl-no {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  footer .upper-footer .flex .colB .social-icons {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) and (max-width: 675px) {
  footer .upper-footer .flex .colB .social-icons {
    margin-right: auto;
    margin-left: 0;
  }
}
footer .upper-footer .flex .colB .social-icons a:not(:last-child) {
  margin-right: 0.8rem;
}
@media only screen and (max-width: 675px) {
  footer .upper-footer .flex .colB .social-icons a:not(:last-child) {
    margin-right: 0.4rem;
  }
}
footer .upper-footer .flex .colB .btn-div > *:not(:last-child) {
  margin-right: 14px;
}
@media only screen and (max-width: 767px) {
  footer .upper-footer .flex .colB .btn-div > *:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  footer .upper-footer .flex .colB .btn-div .btn {
    font-size: 14px;
    --height: 40px;
  }
}
@media only screen and (max-width: 345px) {
  footer .upper-footer .flex .colB .btn-div .btn {
    --padding: 12px;
  }
}
@media only screen and (max-width: 767px) {
  footer .upper-footer .flex .colB .btn-div .btn:last-child {
    display: none;
  }
}
footer .main-footer {
  padding: 40px 0;
}
footer .main-footer .footer-wrap {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 4rem;
}
@media only screen and (max-width: 1024px) {
  footer .main-footer .footer-wrap {
    grid-gap: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  footer .main-footer .footer-wrap {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
}
@media only screen and (max-width: 675px) {
  footer .main-footer .footer-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
footer .main-footer .footer-wrap li a {
  color: var(--text);
  padding: 2px 0;
  display: inline-block;
}
@media only screen and (max-width: 675px) {
  footer .main-footer .footer-wrap li a {
    font-size: 14px;
  }
}
footer .main-footer .footer-wrap li a:hover {
  color: var(--primary);
}
footer .main-footer .footer-wrap li:not(:last-child) {
  margin-bottom: 4px;
}
@media only screen and (max-width: 675px) {
  footer .main-footer .footer-wrap li:not(:last-child) {
    margin-bottom: 2px;
  }
}
footer .main-footer .footer-wrap .col-md {
  flex: 0 1 30%;
}
footer .main-footer .footer-wrap .col-md h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 675px) {
  footer .main-footer .footer-wrap .col-md h6 {
    margin-bottom: 0.8rem;
  }
}
footer .main-footer .footer-wrap .col-md:nth-child(4) {
  flex: 1;
}
footer .main-footer .footer-wrap .col-md:nth-child(3) {
  flex: 0 1 22%;
}
@media only screen and (max-width: 991px) {
  footer .main-footer .footer-wrap .col-md:last-child {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 675px) {
  footer .main-footer .footer-wrap .col-md:last-child {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 991px) {
  footer .main-footer .footer-wrap .col-md:last-child ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  footer .main-footer .footer-wrap .col-md:last-child ul {
    grid-template-columns: 1fr auto;
  }
}
@media only screen and (max-width: 675px) {
  footer .main-footer .footer-wrap .col-md:last-child ul {
    grid-template-columns: 100%;
  }
}
footer .main-footer .footer-wrap .col-md:last-child ul li:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 991px) {
  footer .main-footer .footer-wrap .col-md:last-child ul li:not(:last-child) {
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 675px) {
  footer .main-footer .footer-wrap .col-md:last-child ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
}
footer .main-footer .footer-wrap .col-md:last-child ul li a {
  display: inline-flex;
  gap: 0 12px;
}
footer .main-footer .footer-wrap .col-md:last-child ul li a svg {
  min-width: 20px;
  margin-top: 4px;
}
footer .bottom-footer {
  text-align: center;
  background: var(--gray);
  padding: 28px 0;
}
@media only screen and (max-width: 767px) {
  footer .bottom-footer {
    padding: 16px 0;
  }
}
@media only screen and (max-width: 675px) {
  footer .bottom-footer {
    padding: 15px 0 calc(15px + var(--footerstrip));
  }
}
footer .bottom-footer .flex {
  justify-content: space-between;
}
@media only screen and (max-width: 1007px) {
  footer .bottom-footer .flex ul {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 365px) {
  footer .bottom-footer .flex ul {
    display: flex;
    flex-wrap: wrap;
  }
}
footer .bottom-footer .flex ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
@media only screen and (max-width: 365px) {
  footer .bottom-footer .flex ul li {
    flex: 0 1 50%;
  }
}
footer .bottom-footer .flex ul li:not(:last-child) {
  border-right: 1px solid var(--text);
  margin-right: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  footer .bottom-footer .flex ul li:not(:last-child) {
    margin-right: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 675px) {
  footer .bottom-footer .flex ul li:not(:last-child) {
    margin-right: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 365px) {
  footer .bottom-footer .flex ul li:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
}
footer .bottom-footer .flex ul li a {
  color: var(--text);
  font-size: 14px;
  line-height: 12px;
}
@media only screen and (max-width: 1024px) {
  footer .bottom-footer .flex ul li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 675px) {
  footer .bottom-footer .flex ul li a {
    font-size: 10px;
    line-height: 1;
  }
}
footer .bottom-footer .flex ul li a:hover {
  color: var(--primary);
}
footer .bottom-footer p {
  font-size: 14px;
  line-height: 12px;
  color: #606060;
}
@media only screen and (max-width: 1024px) {
  footer .bottom-footer p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1007px) {
  footer .bottom-footer p {
    flex: 0 1 100%;
    text-align: center;
  }
}
footer .bottom-footer p span {
  border-left: 1px solid #606060;
  padding-left: 12px;
  margin-left: 12px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 675px) {
  footer .bottom-footer p span {
    display: block;
    margin-left: 0;
    padding-left: 0;
    border: none;
    margin-top: 0.4rem;
  }
}
footer .bottom-footer p span a {
  display: inline-block;
  vertical-align: sub;
  margin-left: 5px;
  line-height: 0;
  text-align: left;
}
@media only screen and (max-width: 675px) {
  footer .bottom-footer p span a {
    width: 53px;
  }
}
footer .bottom-footer p span a img {
  width: 35%;
}
@media only screen and (max-width: 675px) {
  footer .bottom-footer p span a img {
    width: 100%;
  }
}

.enquire-pop, .product-enquire-pop {
  right: 0;
  transform: translateX(100%);
  transition: 0.6s ease;
  max-width: 566px;
}
.enquire-pop.is-open, .product-enquire-pop.is-open {
  transform: translateX(0%);
}
.enquire-pop .close path, .product-enquire-pop .close path {
  stroke: var(--black);
}
.enquire-pop .model-body, .product-enquire-pop .model-body {
  padding: 45px 40px 20px;
  height: 100%;
  overflow-y: auto;
}
.enquire-pop .model-body::-webkit-scrollbar, .product-enquire-pop .model-body::-webkit-scrollbar {
  width: 3px;
  background: none;
}
.enquire-pop .model-body::-webkit-scrollbar-track, .product-enquire-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.enquire-pop .model-body::-webkit-scrollbar-thumb, .product-enquire-pop .model-body::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 10px;
}
@media only screen and (max-width: 675px) {
  .enquire-pop .model-body, .product-enquire-pop .model-body {
    padding: 40px 20px 20px;
  }
}
.enquire-pop .model-body .title, .product-enquire-pop .model-body .title {
  text-align: center;
  margin-bottom: 2rem;
}
.enquire-pop .model-body .title .ico, .product-enquire-pop .model-body .title .ico {
  max-width: 70px;
  width: 100%;
  margin-bottom: 6px;
}
@media only screen and (max-width: 675px) {
  .enquire-pop .model-body .title .ico, .product-enquire-pop .model-body .title .ico {
    max-width: 50px;
  }
}
.enquire-pop .model-body .title h3, .product-enquire-pop .model-body .title h3 {
  font-size: 30px;
}
.enquire-pop .model-body .title p, .product-enquire-pop .model-body .title p {
  color: var(--text);
  margin-top: 10px;
}
@media only screen and (max-width: 675px) {
  .enquire-pop .model-body .title p, .product-enquire-pop .model-body .title p {
    font-size: 14px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.enquire-pop .model-body .form, .product-enquire-pop .model-body .form {
  --item: 2;
}
@media only screen and (max-width: 675px) {
  .enquire-pop .model-body .form, .product-enquire-pop .model-body .form {
    --item: 1;
  }
}

.footer-strip {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: var(--black-light);
  display: none;
}
@media only screen and (max-width: 520px) {
  .footer-strip {
    display: block;
  }
}
.footer-strip.hidden {
  transform: translateY(100%);
}
.footer-strip ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-strip ul li {
  flex: 1;
}
.footer-strip ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-strip ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  gap: 5px;
  color: var(--white);
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (max-width: 345px) {
  .footer-strip ul li a {
    font-size: 12px;
  }
}
.footer-strip ul li a svg {
  width: 25px;
  height: 25px;
  fill: var(--white);
}
.footer-strip ul li a svg path {
  fill: var(--white);
}

.ham-pop {
  right: 0;
  max-width: 480px;
  background: var(--white);
  transform: translateX(100%);
  transition: 0.5s ease;
  background: #fff;
}
.ham-pop.is-open {
  transform: translateX(0%);
}
.ham-pop .close path {
  stroke: var(--text);
  stroke-width: 2;
}
.ham-pop .model-body {
  padding: 60px 52px 30px;
  background-position: 100% 100%;
  height: 100%;
  overflow-y: auto;
}
.ham-pop .model-body::-webkit-scrollbar {
  width: 3px;
  background: var(--white);
}
.ham-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.ham-pop .model-body::-webkit-scrollbar-thumb {
  background-color: rgba(204, 204, 204, 0.8);
  border-radius: 8px;
}
@media only screen and (max-width: 675px) {
  .ham-pop .model-body {
    padding: 60px 25px 20px;
  }
}
.ham-pop .model-body .ico {
  margin-bottom: 2rem;
  line-height: 0;
  max-width: 60px;
}
@media only screen and (max-width: 675px) {
  .ham-pop .model-body .ico {
    max-width: 40px;
  }
}
.ham-pop .model-body .ico svg {
  width: 100%;
  height: auto;
}
.ham-pop .model-body .nav-list > li:not(:last-child) {
  margin-bottom: 22px;
}
@media only screen and (max-width: 1366px) {
  .ham-pop .model-body .nav-list > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.ham-pop .model-body .nav-list > li > a {
  font-size: 32px;
  line-height: 1.06;
  color: var(--text);
  display: inline-block;
  font-weight: 600;
}
@media only screen and (max-width: 1366px) {
  .ham-pop .model-body .nav-list > li > a {
    font-size: 28px;
  }
}
@media only screen and (max-width: 675px) {
  .ham-pop .model-body .nav-list > li > a {
    font-size: 24px;
  }
}
.ham-pop .model-body .nav-list > li.hasdropdown.active > a {
  color: var(--black);
}
.ham-pop .model-body .nav-list > li.hasdropdown.active > a::before {
  background-image: url(../../icon/arrow-down-black.svg);
}
.ham-pop .model-body .nav-list > li.hasdropdown > a {
  position: relative;
  display: block;
}
.ham-pop .model-body .nav-list > li.hasdropdown > a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  background-image: url(../../icon/arrow-down-gray.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.ham-pop .model-body .nav-list > li.hasdropdown .dropdown-menu-ham {
  padding: 15px 0 6px;
  display: none;
}
.ham-pop .model-body .nav-list > li.hasdropdown .dropdown-menu-ham li:not(:last-child) {
  margin-bottom: 2px;
}
.ham-pop .model-body .nav-list > li.hasdropdown .dropdown-menu-ham li a {
  display: block;
  padding: 2px 0;
  color: var(--text);
}
.ham-pop .model-body .bottom-list {
  border-top: 1px solid #ccc;
  margin-top: 2rem;
  padding-top: 2rem;
}
.ham-pop .model-body .bottom-list .social-icons {
  margin-bottom: 2rem;
}
.ham-pop .model-body .bottom-list .social-icons a {
  display: inline-block;
  vertical-align: middle;
}
.ham-pop .model-body .bottom-list .social-icons a:not(:last-child) {
  margin-right: 15px;
}
.ham-pop .model-body .bottom-list .social-icons a path {
  transition: 0.5s ease;
}/*# sourceMappingURL=header.css.map */