/* [project]/uploads/styles/component/component.css [app-client] (css) */
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.hero_sec {
  margin-top: calc(var(--headerheight) + 25px);
}

.hero_sec.static_hero .hero_wrapper:before {
  background: linear-gradient(0deg, #000, #0000 25%);
}

.hero_sec.static_hero .hero_wrapper .bg .banner-wrapper .heading {
  text-align: center;
  max-width: 375px;
  margin: 0;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, 15%);
}

.hero_sec.static_hero .hero_wrapper .bg .banner-wrapper .heading h1, .hero_sec.static_hero .hero_wrapper .bg .banner-wrapper .heading p {
  color: var(--white);
}

.hero_sec.aboutus_hero .banner-wrapper .heading p {
  max-width: 420px;
}

.hero_sec .hero_wrapper:before {
  background: linear-gradient(90deg, #ffffffde 40%, #fff0 80%);
  border-radius: 10px;
}

.hero_sec .hero_wrapper .bg {
  height: 530px;
}

.hero_sec .hero_wrapper .bg video, .hero_sec .hero_wrapper .bg img {
  border-radius: 10px;
}

.hero_sec .hero_wrapper .bg .banner-wrapper {
  width: 100%;
  height: 100%;
  padding: 35px 40px;
  line-height: 1.5;
}

.hero_sec .hero_wrapper .bg .banner-wrapper .tag {
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
}

.hero_sec .hero_wrapper .bg .banner-wrapper .heading {
  max-width: 530px;
  margin: 60px 0;
}

.hero_sec .hero_wrapper .bg .banner-wrapper .heading h1 {
  color: var(--primary);
  font-weight: 700;
}

.hero_sec .hero_wrapper .bg .banner-wrapper .heading p {
  font-weight: 400;
}

.hero_sec .hero_wrapper .bg .banner-wrapper .heading .btn {
  margin-top: 30px;
}

.hero_sec .hero_wrapper .bg .banner-wrapper .counter_wrapper {
  background: var(--white);
  border-radius: 0 15px 15px 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
  padding: 25px 50px;
  display: flex;
  position: absolute;
  bottom: 75px;
  left: 0;
}

.hero_sec .hero_wrapper .bg .banner-wrapper .counter_wrapper .counter_col h6 {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.hero_sec .hero_wrapper .bg .banner-wrapper .counter_wrapper .counter_col h6 span {
  font-weight: 700;
}

.hero_sec .hero_wrapper .bg .banner-wrapper .counter_wrapper .counter_col p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.team_sec {
  background: linear-gradient(0deg, #88888842, #fff);
}

.team_sec.about_team {
  background: var(--white);
}

.team_sec.about_team .team_wrapper .team_col {
  background: #eee;
}

.team_sec .heading {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .team_sec .heading {
    margin-bottom: 40px;
  }
}

.team_sec .team_wrapper {
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .team_sec .team_wrapper {
    gap: 30px;
  }
}

.team_sec .team_wrapper .team_col {
  cursor: pointer;
  background: var(--white);
  border-radius: 10px;
  flex: 0 350px;
}

@media only screen and (max-width: 991px) {
  .team_sec .team_wrapper .team_col {
    flex: 1;
  }
}

.team_sec .team_wrapper .team_col:hover figure img {
  transform: scale(1.1);
}

.team_sec .team_wrapper .team_col figure {
  background: #b8e9ff;
  border-radius: 10px 10px 0 0;
  padding: 20px 0 0;
  line-height: 0;
  overflow: hidden;
}

.team_sec .team_wrapper .team_col figure img {
  transition: all .8s;
}

.team_sec .team_wrapper .team_col figcaption {
  text-align: center;
  padding: 10px 20px 20px;
}

.team_sec .team_wrapper .team_col figcaption h6 {
  font-size: 22px;
  line-height: 1.2;
}

.team_sec .team_wrapper .team_col figcaption p {
  color: var(--black);
}

.team_sec .btn_wrap {
  justify-content: center;
  margin-top: 60px;
}

.positions-pop.model {
  border-radius: 15px;
  max-width: 90%;
  height: fit-content;
  transition: all .6s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100vh);
}

@media only screen and (max-width: 768px) {
  .positions-pop.model {
    border-radius: 0;
    height: 100%;
  }
}

.positions-pop.model.is-open {
  transition: all .6s;
  transform: translate(-50%, -50%);
}

.positions-pop.model .close:not(.btn) {
  z-index: 1;
  top: 35px;
  right: 35px;
}

.positions-pop.model .close:not(.btn) svg {
  width: 20px;
  height: 20px;
}

.positions-pop.model .model-body {
  background: var(--white);
  border-radius: 15px;
  max-height: 90vh;
  margin-top: 30px;
  padding: 0 30px 30px;
  overflow-y: auto;
}

.positions-pop.model .model-body::-webkit-scrollbar {
  background: #f5f5f5;
  width: 5px;
  height: 5px;
}

.positions-pop.model .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}

.positions-pop.model .model-body::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .positions-pop.model .model-body {
    padding: 0 20px 20px;
  }
}

.positions-pop.model .model-body .post_wrapper {
  flex-wrap: wrap;
  display: flex;
}

.positions-pop.model .model-body .post_wrapper .post_details_wrap {
  border-right: 1px solid #0000002e;
  flex: 1;
  padding: 30px;
}

.positions-pop.model .model-body .post_wrapper .post_details_wrap .post-content p, .positions-pop.model .model-body .post_wrapper .post_details_wrap .post-content li {
  font-weight: 400;
}

.positions-pop.model .model-body .post_wrapper .post_form {
  flex: 1;
  padding: 100px 20px 20px 40px;
}

.positions-pop.model .model-body .post_wrapper .post_form .heading h2 {
  color: var(--primary);
  font-size: 30px;
}

.positions-pop.model .model-body .post_wrapper .post_form .heading h2 span {
  font-style: italic;
  font-weight: 300;
}

.positions-pop.model .model-body .post_wrapper .post_form .form-grid {
  --item: 2;
  --labelfontbefore: 14px;
  --gaplr: 15px;
  --color: var(--black);
  margin: 30px 0 50px;
}

.positions-pop.model .model-body .post_wrapper .post_form .form-grid .form-group label {
  color: var(--text);
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
  position: static;
}

.positions-pop.model .model-body .post_wrapper .post_form .form-grid .form-group .form-control, .positions-pop.model .model-body .post_wrapper .post_form .form-grid .form-group .file-name {
  background: #e8e8e8;
  border-radius: 5px;
  outline: none;
  padding: 0 10px;
}

.positions-pop.model .model-body .post_wrapper .post_form .form-grid .form-group .form-control::-moz-placeholder {
  color: #818181;
}

.positions-pop.model .model-body .post_wrapper .post_form .form-grid .form-group .file-name::-moz-placeholder {
  color: #818181;
}

.positions-pop.model .model-body .post_wrapper .post_form .form-grid .form-group .form-control::placeholder, .positions-pop.model .model-body .post_wrapper .post_form .form-grid .form-group .file-name::placeholder {
  color: #818181;
}

.positions-pop.model .model-body .post_wrapper .post_form .form-grid .form-group .file-name {
  --paddingleftright: 10px;
}

.client_sec .main_wrapper .client_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.client_sec .main_wrapper .client_slider figure {
  background: #ededed;
  width: 100%;
  padding: 40px 20px;
  transform: skewX(15deg);
}

@media only screen and (max-width: 1170px) {
  .client_sec .main_wrapper .client_slider figure {
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .client_sec .main_wrapper .client_slider figure {
    padding: 15px;
  }
}

.client_sec .main_wrapper .client_slider figure img {
  -o-object-fit: contain;
  object-fit: contain;
  background-blend-mode: multiply;
  height: 75px;
  transform: skewX(-15deg);
}

@media only screen and (max-width: 991px) {
  .client_sec .main_wrapper .client_slider figure img {
    height: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .client_sec .main_wrapper .client_slider figure img {
    height: 50px;
  }
}

@media only screen and (max-width: 540px) {
  .client_sec .main_wrapper .client_slider figure img {
    height: 40px;
  }
}

.team-pop.model {
  border-radius: 15px;
  max-width: 800px;
  height: fit-content;
  transition: all .6s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100vh);
}

@media only screen and (max-width: 768px) {
  .team-pop.model {
    border-radius: 0;
    height: 100%;
    overflow-y: auto;
  }
}

.team-pop.model.is-open {
  transition: all .6s;
  transform: translate(-50%, -50%);
}

.team-pop.model .close:not(.btn) {
  z-index: 1;
  top: 20px;
  right: 20px;
}

.team-pop.model .close:not(.btn) svg {
  width: 20px;
  height: 20px;
}

.team-pop.model .model-body {
  background: var(--white);
  border-radius: 15px;
  margin-top: 30px;
  padding: 0 30px 100px;
  position: relative;
}

.team-pop.model .model-body:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  filter: invert();
  opacity: .03;
  background: url("/assets/logo-vector-white.svg") 95% 100% / 200px no-repeat;
  transition: all .5s;
  position: absolute;
  inset: 0;
}

@media only screen and (max-width: 991px) {
  .team-pop.model .model-body {
    padding: 0 30px 80px;
  }
}

@media only screen and (max-width: 768px) {
  .team-pop.model .model-body {
    margin-top: 50px;
    padding: 0 20px 20px;
  }
}

@media only screen and (max-width: 540px) {
  .team-pop.model .model-body {
    overflow-y: auto;
  }
}

.team-pop.model .model-body .team_wrapper {
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .team-pop.model .model-body .team_wrapper {
    flex-direction: column;
  }
}

@media only screen and (max-width: 540px) {
  .team-pop.model .model-body .team_wrapper {
    gap: 20px;
  }
}

.team-pop.model .model-body .team_wrapper figure {
  background: #b8e9ff;
  border-radius: 10px;
  flex: 0 40%;
  justify-content: center;
  align-items: flex-end;
  padding: 20px 0 0;
  line-height: 0;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .team-pop.model .model-body .team_wrapper figure {
    flex: 0 50%;
    width: 50%;
  }
}

@media only screen and (max-width: 540px) {
  .team-pop.model .model-body .team_wrapper figure {
    flex: 0 100%;
    width: 100%;
  }
}

.team-pop.model .model-body .team_wrapper figure img {
  border-radius: 0 0 10px 10px;
}

.team-pop.model .model-body .team_wrapper figure .linkedin {
  z-index: 0;
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  top: 5%;
  right: 5%;
}

.team-pop.model .model-body .team_wrapper figure .linkedin img, .team-pop.model .model-body .team_wrapper figure .linkedin svg {
  width: 100%;
  height: 100%;
}

.team-pop.model .model-body .team_wrapper figcaption {
  flex: 1;
}

.team-pop.model .model-body .team_wrapper figcaption .heading {
  border-bottom: 2px solid #d2d2d2;
  padding-bottom: 10px;
}

.team-pop.model .model-body .team_wrapper figcaption .heading h6 {
  color: var(--black);
  font-size: 24px;
}

@media only screen and (max-width: 991px) {
  .team-pop.model .model-body .team_wrapper figcaption .heading h6 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 540px) {
  .team-pop.model .model-body .team_wrapper figcaption .heading h6 {
    font-size: 20px;
  }
}

.team-pop.model .model-body .team_wrapper figcaption .heading p {
  color: var(--black);
  margin-top: 0;
}

.team-pop.model .model-body .team_wrapper figcaption .team_details {
  max-height: 240px;
  padding: 15px 15px 15px 0;
  overflow-y: auto;
}

.team-pop.model .model-body .team_wrapper figcaption .team_details::-webkit-scrollbar {
  background: #d9d9d9;
  width: 4px;
  height: 4px;
}

.team-pop.model .model-body .team_wrapper figcaption .team_details::-webkit-scrollbar-track {
  box-shadow: none;
}

.team-pop.model .model-body .team_wrapper figcaption .team_details::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .team-pop.model .model-body .team_wrapper figcaption .team_details {
    max-height: 100%;
    overflow-y: visible;
  }
}

.team-pop.model .model-body .team_wrapper figcaption .team_details p {
  font-size: 14px;
}

.team-pop.model .model-body .team_wrapper figcaption .team_details p:not(:last-child) {
  margin-bottom: 10px;
}

.contact_form_sec {
  background: var(--primary);
  --container: 810px;
}

.contact_form_sec .heading {
  text-align: center;
  max-width: 550px;
  margin: 0 auto 50px;
}

.contact_form_sec .heading .icon {
  width: 140px;
  margin: 0 auto 20px;
}

.contact_form_sec .heading h2 {
  color: var(--white);
  font-size: 36px;
}

.contact_form_sec .form .form-grid {
  --item: 2;
}

.contact_form_sec .btn_wrap {
  justify-content: center;
  margin-top: 50px;
}

.contact_form_sec .btn_wrap .btn {
  --padding: 40px;
}

.business_col {
  --padtb: 50px;
  --padlr: 40px;
  overflow: hidden;
}

@media only screen and (max-width: 1170px) {
  .business_col {
    --padtb: 40px;
    --padlr: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .business_col {
    --padtb: 25px;
    --padlr: 20px;
  }
}

.business_col:hover figure img {
  transform: scale(1.2);
}

.business_col:hover figcaption .more {
  transform: translateY(0);
}

.business_col:before {
  background: linear-gradient(0deg, #00000080, #0000);
}

.business_col figure img {
  transition: all .7s;
}

.business_col .count {
  top: var(--padtb);
  left: var(--padlr);
  color: var(--white);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
}

@media only screen and (max-width: 1170px) {
  .business_col .count {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .business_col .count {
    font-size: 16px;
  }
}

.business_col figcaption {
  padding: 0 var(--padlr) var(--padtb);
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  display: flex;
}

.business_col figcaption .content {
  flex: 1;
  width: 100%;
}

.business_col figcaption .content h6 {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 1170px) {
  .business_col figcaption .content h6 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .business_col figcaption .content h6 {
    font-size: 26px;
  }
}

.business_col figcaption .content p {
  max-width: 223px;
  color: var(--white);
  font-size: 16px;
  line-height: 1.3;
}

@media only screen and (max-width: 991px) {
  .business_col figcaption .content p {
    font-size: 14px;
  }
}

.business_col figcaption .more {
  width: 40px;
  height: 40px;
  color: var(--black);
  background: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  transform: translateY(100px);
}

@media only screen and (max-width: 991px) {
  .business_col figcaption .more {
    width: 37px;
    height: 37px;
  }
}

/* [project]/uploads/styles/header/header.css [app-client] (css) */
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.form {
  --labelbefore: var(--text);
  --labelafter: var(--black);
  --borderbefore: var(--text);
  --borderafter: var(--black);
  --labelfontbefore: 16px;
  --labelfontafter: 14px;
  --font: normal;
  --inputsize: 42px;
  --color: var(--black);
  --borderwidth: 1px;
  --labelbackground: none;
  --textareaheight: 86px;
  --paddingleftright: 0px;
}

.form.white {
  --labelbefore: #ffffffb2;
  --labelafter: var(--white);
  --borderbefore: #ffffffb2;
  --borderafter: var(--white);
  --color: var(--white);
}

.form.white .form-group input, .form.white .form-group textarea {
  caret-color: var(--white);
}

:-webkit-any(.form.white .form-group input:-webkit-autofill, .form.white .form-group textarea:-webkit-autofill) {
  -webkit-text-fill-color: #fff !important;
}

:is(.form.white .form-group input:autofill, .form.white .form-group textarea:autofill) {
  -webkit-text-fill-color: #fff !important;
}

.form.white .check_term .input_box .in-bx {
  border: 1px solid var(--white);
}

.form.white .check_term .input_box .in-bx:before {
  background-image: url("/assets/icon/tick.svg");
  background-size: 100%;
}

.form.white .check_term .input_box p {
  color: #ffffffb2;
}

.form.white .check_term .input_box input:checked ~ .in-bx {
  background: var(--white);
  border-color: var(--white);
}

.form .form-group {
  --selectheight: var(--inputsize);
  flex: 0 100%;
  width: 100%;
  max-width: 100%;
  line-height: 0;
  position: relative;
}

.form .form-group.hasCalender {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%237E84A3' d='M19 4h-2V3a1 1 0 0 0-2 0v1H9V3a1 1 0 0 0-2 0v1H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3m1 15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-7h16Zm0-9H4V7a1 1 0 0 1 1-1h2v1a1 1 0 0 0 2 0V6h6v1a1 1 0 0 0 2 0V6h2a1 1 0 0 1 1 1Z'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
}

.form .form-group.hasCalender.hasCalender-white {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'><path fill='%23ffffff' d='M19 4h-2V3a1 1 0 0 0-2 0v1H9V3a1 1 0 0 0-2 0v1H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3m1 15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-7h16Zm0-9H4V7a1 1 0 0 1 1-1h2v1a1 1 0 0 0 2 0V6h6v1a1 1 0 0 0 2 0V6h2a1 1 0 0 1 1 1Z'/></svg>");
}

.form .form-group.active:after {
  width: 100%;
}

.form .form-group.border:before, .form .form-group.border:after {
  display: none;
}

.form .form-group.border input, .form .form-group.border textarea {
  border: 1px solid var(--white);
  border-radius: 5px;
}

.form .form-group:before, .form .form-group:after {
  content: "";
  height: var(--borderwidth);
  transition: all .5s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.form .form-group:before {
  background: var(--borderbefore);
}

.form .form-group:after {
  background: var(--borderafter);
  width: 0;
}

.form .form-group label {
  font-weight: var(--font);
  top: calc(var(--inputsize) / 2 - var(--labelfontbefore) / 2);
  left: var(--paddingleftright);
  color: var(--labelbefore);
  line-height: 1;
  font-size: var(--labelfontbefore);
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  background: none;
  transition: all .3s;
  position: absolute;
}

.form .form-group input, .form .form-group textarea {
  height: calc(var(--inputsize) - var(--borderwidth));
  resize: none;
  width: 100%;
  color: var(--color);
  font-size: inherit;
  cursor: initial;
  padding: 0 var(--paddingleftright);
  background: none;
  border: none;
  border-radius: 0;
  font-family: inherit;
}

.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);
}

.form .form-group textarea {
  height: var(--textareaheight);
  resize: none;
  width: 100%;
  color: var(--color);
  font-size: inherit;
  cursor: initial;
  background: none;
  border: none;
  font-family: inherit;
  line-height: 1.2;
  border-radius: 0 !important;
}

.form .form-group textarea::-webkit-scrollbar {
  background: none;
  width: 2px;
  height: 2px;
}

.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 {
  padding: 0 var(--paddingleftright);
  padding-right: 15px;
}

.form .form-group select:focus {
  outline: none;
}

.form .form-group select ~ label {
  top: calc(var(--labelfontafter) / -2);
  left: var(--paddingleftright);
  color: var(--labelafter);
  font-size: var(--labelfontafter);
  opacity: 0;
  transition: all .6s;
  position: absolute;
  translate: 0;
}

.form .form-group select.valid {
  color: var(--color);
}

.form .form-group select.valid ~ label {
  opacity: 1;
}

.form .form-group.file-input input[type="file"] {
  opacity: 0;
  z-index: 4;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.form .form-group.file-input .file-name {
  pointer-events: none;
  height: calc(var(--inputsize) - var(--borderwidth));
  --filename: "Attach your CV *";
  --filenameinitial: var(--filename);
  --color: var(--text);
  --background: none;
  --image: url("/assets/icon/clip.svg") no-repeat;
  appearance: none;
  line-height: calc(var(--inputsize) - var(--borderwidth));
  position: relative;
}

.form .form-group.file-input .file-name:before, .form .form-group.file-input .file-name:after {
  position: absolute;
  inset: 0;
}

.form .form-group.file-input .file-name:before {
  content: var(--filenameinitial);
  z-index: 2;
  font-family: inherit;
  font-size: inherit;
  line-height: calc(var(--inputsize) - var(--borderwidth));
  padding-left: var(--paddingleftright);
  color: var(--color);
  text-overflow: ellipsis;
  background: none;
  width: 80%;
  font-weight: 400;
  overflow: hidden;
}

.form .form-group.file-input .file-name:after {
  content: "";
  background: var(--image);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: calc(100% - var(--paddingleftright, 0)) 50%;
  opacity: .6;
  background-size: auto 50%;
  right: 0;
}

.form .form-group.file-input .file_type {
  color: var(--text);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
}

.form .form-group.file-input .error {
  left: unset;
  text-align: right;
}

.form .form-group .error {
  color: red;
  font-size: 12px;
  line-height: normal;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
}

.form .form-group .error.static {
  margin: 10px 0;
  position: static;
}

.form .check_term {
  margin: 15px 0;
}

.form .check_term .input_box {
  --boxsize: 19px;
  align-items: start;
  gap: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.form .check_term .input_box .in-bx {
  height: var(--boxsize);
  width: var(--boxsize);
  border: 1px solid var(--black);
  border-radius: 5px;
  transition: all;
  position: relative;
}

.form .check_term .input_box .in-bx:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0;
  background: url("/assets/icon/tick-white.svg") center / 48% no-repeat;
  transition: all .5s;
  position: absolute;
  inset: 0;
}

.form .check_term .input_box p {
  color: var(--black);
  flex: 1;
  max-width: 90%;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}

.form .check_term .input_box input {
  z-index: 1;
  appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.form .check_term .input_box input:checked ~ .in-bx {
  border-color: var(--primary);
  background: var(--primary);
}

.form .check_term .input_box input:checked ~ .in-bx:before {
  opacity: 1;
}

.form .submit-grp:not(.text-left) {
  text-align: center;
  margin-top: 23px;
}

@media only screen and (max-width: 540px) {
  .form .submit-grp:not(.text-left) {
    margin-top: 10px;
  }
}

.custom-select {
  cursor: pointer;
  max-width: 100%;
  height: var(--selectheight);
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  padding: 0 var(--paddingleftright);
  --arrow: 15px;
  --arrowspace: 8px;
  --paddingleftright: 0;
  font-family: inherit;
  transition: all .2s ease-in-out;
  display: block;
  position: relative;
}

.custom-select.valid .current {
  color: var(--labelafter);
}

.custom-select.has-icon {
  --iconsize: 12px;
  --iconspace: 8px;
}

.custom-select.has-icon:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: var(--iconsize);
  background: none;
  background-image: var(--iconurl);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all .5s;
  position: absolute;
  inset: 0;
}

.custom-select.has-icon .current {
  padding-left: calc(var(--iconsize) + var(--iconspace));
  padding-right: calc(var(--arrow) + var(--iconsize) + var(--arrowspace) + var(--iconspace));
}

.custom-select:before {
  content: "";
  top: 0;
  right: var(--paddingleftright);
  width: var(--arrow);
  background-image: url("/assets/icon/arrow-down-gray.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
}

.custom-select .current {
  text-overflow: ellipsis;
  width: 100%;
  line-height: var(--inputsize);
  color: var(--labelbefore);
  font-size: var(--labelfontbefore);
  font-weight: var(--font);
  padding-right: calc(var(--arrow) + var(--arrowspace));
  display: block;
  overflow: hidden;
}

.custom-select .current.selected {
  color: var(--color);
}

.custom-select .list {
  text-align: left;
  opacity: 0;
  transform-origin: 50% 0;
  z-index: 7;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  max-height: 180px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden auto;
  box-shadow: 0 1px 4px #00000029;
}

.custom-select .list::-webkit-scrollbar {
  background: none;
  width: 4px;
  height: 4px;
}

.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 {
  pointer-events: none;
}

.custom-select .list li {
  white-space: break-spaces;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.2;
  display: block;
}

.custom-select .list li.selected, .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);
}

.filter-ul li {
  --size: 20px;
  align-items: center;
  line-height: normal;
  display: flex;
  position: relative;
}

.filter-ul li:has(input:checked) .check-span {
  background: var(--primary);
}

.filter-ul li:has(input:checked) .check-span:before {
  opacity: 1;
}

.filter-ul li input {
  opacity: 0;
  appearance: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.filter-ul li .check-span {
  --size: 20px;
  height: var(--size);
  width: var(--size);
  pointer-events: none;
  background: #d9d9d9;
  border-radius: 5px;
  flex: 0 auto;
  padding: 0;
  display: block;
  position: relative;
}

.filter-ul li .check-span:before {
  content: "";
  z-index: 2;
  opacity: 0;
  background-position: 50%;
  background-size: 10px;
  position: absolute;
  inset: 0;
}

.filter-ul li p {
  padding-left: 14px;
}

.filter-ul li:not(:last-child) {
  margin-bottom: 10px;
}

.filter-ul li p {
  color: var(--text);
  font-size: 14px;
}

.daterangepicker {
  font-family: poppins !important;
}

.daterangepicker option.disabled, .daterangepicker td.disabled {
  text-decoration: none !important;
}

.daterangepicker td.active {
  background-color: var(--primary) !important;
}

.daterangepicker .drp-buttons .btn {
  --height: 30px;
  padding: 0 15px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.checkbox-full {
  --size: 20px;
  align-items: center;
  line-height: normal;
  display: flex;
  position: relative;
}

.checkbox-full:has(input:checked) .check-span {
  background: var(--primary);
}

.checkbox-full:has(input:checked) .check-span:before {
  opacity: 1;
}

.checkbox-full input {
  opacity: 0;
  appearance: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.checkbox-full .check-span {
  --size: 20px;
  height: var(--size);
  width: var(--size);
  pointer-events: none;
  background: #d9d9d9;
  border-radius: 5px;
  flex: 0 auto;
  padding: 0;
  display: block;
  position: relative;
}

.checkbox-full .check-span:before {
  content: "";
  z-index: 2;
  opacity: 0;
  background-position: 50%;
  background-size: 10px;
  position: absolute;
  inset: 0;
}

.checkbox-full p {
  padding-left: 14px;
}

.radio-full {
  --size: 20px;
  align-items: center;
  line-height: normal;
  display: flex;
  position: relative;
}

.radio-full:has(input:checked) .check-span {
  background: var(--primary);
  outline-offset: -4px;
  outline: 2px solid var(--white);
  background: var(--primary);
}

.radio-full input {
  opacity: 0;
  appearance: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.radio-full .check-span {
  --size: 17px;
  height: var(--size);
  width: var(--size);
  border: 1px solid var(--primary);
  appearance: none;
  background: none;
  border-radius: 50%;
  flex: 0 auto;
  padding: 0;
  display: inline-block;
  position: relative;
}

.radio-full p {
  padding-left: 14px;
}

*, :before, :after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
  list-style: none;
}

:root {
  --headerpadding: 12px;
  --headerheight: 90px;
  --headerfixed: 80px;
  --footerstrip: 60px;
  --elementhover: #005d99;
  --primary: #005d99;
  --secondary: #005d99;
  --bglight: #eee;
  --red: #ff2323;
  --green: #13bb75;
  --blue: #2773e5;
  --text: #666;
  --white: #fff;
  --black: #000;
  --gray: #f1f1f1;
  --para: #ffffffb3;
  --container: 1280px;
  --containerfluid: 2rem;
  --gradient-a: linear-gradient(270deg, #052559, #0f469f);
  --gradient-b: linear-gradient(90deg, #052559, #0f469f);
  --gradient-c: linear-gradient(270deg, #052559 50%, #0f469f 100%);
}

@media only screen and (max-width: 1152px) {
  :root {
    --containerfluid: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  :root {
    --containerfluid: 15px;
  }
}

@media only screen and (max-width: 540px) {
  :root {
    --headerheight: 80px;
    --headerfixed: 60px;
  }
}

@media only screen and (max-width: 320px) {
  :root {
    --containerfluid: 10px;
  }
}

main {
  margin-top: var(--headerheight);
}

.sec-heading {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.sec-pad {
  padding: 60px 0 0;
}

@media only screen and (max-width: 991px) {
  .sec-pad {
    padding: 50px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .sec-pad {
    padding: 40px 0 0;
  }
}

.sec-pad-all {
  padding: 60px 0;
}

@media only screen and (max-width: 991px) {
  .sec-pad-all {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 768px) {
  .sec-pad-all {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 540px) {
  .sec-pad-all {
    padding: 40px 0;
  }
}

body::-webkit-scrollbar {
  background: var(--white);
  width: 8px;
}

body::-webkit-scrollbar-track {
  box-shadow: none;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 10px;
}

body.overflow-hidden {
  margin-right: 8px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}

body.overflow-hidden header {
  width: calc(100% - 8px);
}

body, html {
  font-optical-sizing: auto;
  font-family: poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

select {
  display: none;
}

p {
  color: var(--text);
  font-weight: 400;
  line-height: 1.4;
}

@media only screen and (max-width: 540px) {
  p {
    font-size: 14px;
  }
}

a[href] {
  cursor: pointer;
  text-decoration: none;
  transition: all .5s;
}

a[href].logo {
  line-height: 0;
  display: block;
}

a[href]:not(.btn, .btn2) {
  color: var(--black);
}

svg path {
  transition: all .5s;
}

.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;
  }

  .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);
  margin: 0 auto;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--black);
  font-weight: 500;
}

h1 {
  font-size: 42px;
  line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 769px) {
  h1 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 540px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 36px;
  line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 769px) {
  h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 540px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 32px;
  line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 769px) {
  h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 540px) {
  h3 {
    font-size: 22px;
  }
}

.heading h3, .heading h2, .heading h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (max-width: 1170px) {
  .heading h3, .heading h2, .heading h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .heading h3, .heading h2, .heading h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .heading h3, .heading h2, .heading h1 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 540px) {
  .heading h3, .heading h2, .heading h1 {
    font-size: 24px;
  }
}

.heading > p {
  margin-top: 10px;
}

.heading.normal h2, .heading.normal h3 {
  color: var(--primary);
  text-transform: capitalize;
  font-size: 48px;
}

@media only screen and (max-width: 991px) {
  .heading.normal h2, .heading.normal h3 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .heading.normal h2, .heading.normal h3 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 540px) {
  .heading.normal h2, .heading.normal h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 28px;
  line-height: 1.28;
}

h5 {
  font-size: 24px;
  line-height: 1.25;
}

@media only screen and (max-width: 1152px) {
  h5 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 675px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
}

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

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

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

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

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

.grid {
  display: grid;
}

.span-2 {
  grid-column: span(2);
}

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

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

input {
  border-radius: 0;
}

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-webkit-autofill {
  transition: background-color 9999s ease-in-out !important;
  box-shadow: inset 0 0 0 1000px #0000 !important;
}

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

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

button {
  appearance: none;
  cursor: pointer;
  background: none;
  border: none;
}

.tab-nav {
  cursor: default;
}

.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: #0000;
}

.tab-nav-content {
  position: relative;
}

.tab-nav-content .tabs {
  transition: all .6s;
}

.tab-nav-content .tabs:not(.active) {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0;
  height: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.item-md {
  position: relative;
}

.item-md:before, .item-md:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
  background: none;
  transition: all .5s;
  position: absolute;
  inset: 0;
}

.item-md:after {
  content: none;
}

.item-md figure, .item-md .figure {
  height: 100%;
  line-height: 0;
  display: block;
  overflow: hidden;
}

.item-md figure img, .item-md figure video, .item-md .figure img, .item-md .figure video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.item-md figcaption {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.item-md .link-md {
  z-index: 3;
  position: absolute;
  inset: 0;
}

.item-md.center-item figcaption {
  top: 50%;
  bottom: auto;
  translate: 0 -50%;
}

.overlay {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  background: #000000b3;
  transition: all 0s .5s, opacity .5s;
  position: fixed;
  inset: 0;
  transform: translateY(100%);
}

@media only screen and (max-width: 540px) {
  .overlay {
    display: none;
  }
}

.overlay.is-open {
  opacity: 1;
  transition: opacity 1s;
  transform: translateY(0%);
}

.model {
  z-index: 7;
  background: var(--white);
  background-position: 0 80%;
  background-size: 75%;
  width: 100%;
  max-width: 435px;
  position: fixed;
  top: 0;
  bottom: 0;
}

.model .close:not(.btn) {
  position: absolute;
  top: 40px;
  right: 40px;
}

@media only screen and (max-width: 520px) {
  .model .close:not(.btn) {
    top: 20px;
    right: 20px;
  }
}

.model .close:not(.btn) path {
  stroke: var(--black);
}

img, video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.btn {
  --height: 40px;
  --padding: 18px;
  vertical-align: middle;
  height: var(--height);
  line-height: var(--height);
  padding: 0 var(--padding);
  text-transform: capitalize;
  border: 1px solid var(--primary);
  background: var(--primary);
  color: var(--white);
  appearance: none;
  caret-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all .5s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.btn.no-radius {
  border-radius: 0;
}

.btn.no_svg svg, .btn.no_svg img {
  display: none;
}

.btn svg {
  transition: all .6s;
}

.btn:hover {
  background: var(--white);
  color: var(--primary);
}

.btn.first_svg svg, .btn.first_svg img {
  order: -1;
}

.btn.white {
  background: var(--white);
  border-color: var(--white);
  color: var(--black);
}

.btn.white:hover {
  color: var(--primary);
}

.btn.white-border {
  border-color: var(--white);
  color: var(--white);
  background: none;
}

.btn.white-border:hover {
  background: var(--white);
  color: var(--black);
}

.btn.primary-border {
  color: var(--primary);
  background: none;
}

.btn.primary-border:hover {
  background: var(--primary);
  color: var(--white);
}

.btn.solid-secondary {
  color: var(--primary);
  background: #faa831;
}

.btn.solid-secondary:before {
  display: none;
}

.btn.solid-secondary:hover {
  color: var(--white);
}

.btn.solid-secondary:hover svg {
  transform: none;
}

.btn.solid-secondary:hover svg path {
  stroke: var(--white);
}

.btn.w-100 {
  width: 100%;
}

.btn.medium {
  --height: 36px;
}

.btn.small {
  --height: 32px;
  font-size: 14px;
}

@media only screen and (max-width: 540px) {
  .btn {
    --padding: 12px;
    --height: 32px;
    font-size: 12px;
  }
}

.form-grid {
  --item: 1;
  --gaplr: 30px;
  --gaptb: 32px;
  grid-template-columns: repeat(var(--item), calc((100% - var(--gaplr) * (var(--item) - 1)) / var(--item)));
  gap: var(--gaptb) var(--gaplr);
  display: grid;
}

.form-grid.form-2 {
  --item: 2;
}

.form-grid.form-3 {
  --item: 3;
}

.form-grid .full {
  grid-column: span var(--item);
}

.banner {
  position: relative;
}

.banner:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
  background: linear-gradient(270deg, #0000 0%, #000c 100%), linear-gradient(#0000 14%, #0009 88%);
  transition: all .5s;
  position: absolute;
  inset: 0;
}

.banner .bg {
  height: 650px;
  line-height: 0;
}

@media only screen and (max-width: 1366px) {
  .banner .bg {
    height: calc(100vh - var(--headerheight));
  }
}

.banner .bg video, .banner .bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner .banner-wrapper {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
}

.banner .banner-wrapper h1, .banner .banner-wrapper h2 {
  font-size: 36px;
  line-height: 1.2;
}

@media only screen and (max-width: 991px) {
  .banner .banner-wrapper h1, .banner .banner-wrapper h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .banner .banner-wrapper h1, .banner .banner-wrapper h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .banner .banner-wrapper h1, .banner .banner-wrapper h2 {
    font-size: 28px;
  }
}

.banner .banner-wrapper .content p {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .banner .banner-wrapper .content p {
    line-height: 1.2;
  }
}

.swiper-slide {
  height: auto;
}

.swiper-nav {
  line-height: 0;
}

@media only screen and (max-width: 540px) {
  .swiper-nav {
    display: none !important;
  }
}

.swiper-nav.center-full {
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.swiper-nav.center-full .swiper-prev, .swiper-nav.center-full .swiper-next {
  pointer-events: all;
  -webkit-user-select: auto;
  user-select: auto;
}

@media only screen and (max-width: 768px) {
  .swiper-nav.center-full {
    display: none;
  }
}

.swiper-nav.white button {
  background: var(--white);
}

.swiper-nav.primary button {
  background: var(--primary);
}

.swiper-nav.primary button svg path {
  fill: var(--white);
}

.swiper-nav.primary-border button {
  border: 1px solid var(--primary);
  background: none;
  transition: all .5s;
}

.swiper-nav.primary-border button svg path {
  fill: var(--primary);
}

.swiper-nav.primary-border button:hover {
  background: var(--primary);
}

.swiper-nav.primary-border button:hover svg path {
  fill: var(--white);
}

.swiper-nav.black-border button {
  border: 1px solid var(--black);
  background: none;
  transition: all .5s;
}

.swiper-nav.black-border button:hover {
  background: var(--black);
}

.swiper-nav.black-border button:hover svg path {
  stroke: var(--white);
}

.swiper-nav.white-border button {
  border: 1px solid var(--white);
  background: none;
  transition: all .5s;
}

.swiper-nav.white-border button svg path {
  stroke: var(--white);
}

.swiper-nav.white-border button:hover {
  background: var(--white);
}

.swiper-nav.white-border button:hover svg path {
  stroke: var(--black);
}

.swiper-nav button {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 0 1.64px 6.55px #63636333;
}

@media only screen and (max-width: 540px) {
  .swiper-nav button {
    width: 30px;
    height: 30px;
  }
}

.swiper-nav button img, .swiper-nav button svg {
  width: 80%;
  height: 80%;
}

.swiper-nav.group {
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  display: flex;
}

.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 {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 0 1.64px 6.55px #63636333;
}

@media only screen and (max-width: 540px) {
  .swiper-prev, .swiper-next {
    width: 30px;
    height: 30px;
  }
}

.swiper-prev img, .swiper-prev svg, .swiper-next img, .swiper-next svg {
  width: 80%;
  height: 80%;
}

.swiper-prev.white, .swiper-next.white {
  background: var(--white);
}

.swiper-prev.primary, .swiper-next.primary {
  background: var(--primary);
}

.swiper-prev.primary svg path, .swiper-next.primary svg path {
  fill: var(--white);
}

.swiper-prev.primary-border, .swiper-next.primary-border {
  border: 1px solid var(--primary);
  background: none;
  transition: all .5s;
}

.swiper-prev.primary-border svg path, .swiper-next.primary-border svg path {
  fill: var(--primary);
}

.swiper-prev.primary-border:hover, .swiper-next.primary-border:hover {
  background: var(--primary);
}

.swiper-prev.primary-border:hover svg path, .swiper-next.primary-border:hover svg path {
  fill: var(--white);
}

.swiper-prev.black-border, .swiper-next.black-border {
  border: 1px solid var(--black);
  background: none;
  transition: all .5s;
}

.swiper-prev.black-border:hover, .swiper-next.black-border:hover {
  background: var(--black);
}

.swiper-prev.black-border:hover svg path, .swiper-next.black-border:hover svg path {
  stroke: var(--white);
}

.swiper-prev.white-border, .swiper-next.white-border {
  border: 1px solid var(--white);
  background: none;
  transition: all .5s;
}

.swiper-prev.white-border svg path, .swiper-next.white-border svg path {
  stroke: var(--white);
}

.swiper-prev.white-border:hover, .swiper-next.white-border:hover {
  background: var(--white);
}

.swiper-prev.white-border:hover svg path, .swiper-next.white-border:hover svg path {
  stroke: var(--black);
}

.swiper-prev.swiper-button-disabled, .swiper-next.swiper-button-disabled {
  cursor: no-drop;
  opacity: .4;
}

.swiper-prev.swiper-button-lock, .swiper-next.swiper-button-lock {
  display: none !important;
}

.play-btn {
  --btnsize: 56px;
  --border: 2px;
  --bordercolor: var(--primary);
  --playbtncolor: var(--white);
  height: var(--btnsize);
  width: var(--btnsize);
  border: var(--border) solid var(--bordercolor);
  background: var(--primary);
  border-radius: 50%;
  position: relative;
}

@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 {
  content: "";
  background: var(--bordercolor);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: 1.5s ease-out infinite pulse-border;
  display: block;
  position: absolute;
  inset: 50% 0 0 50%;
  transform: translateX(-50%)translateY(-50%);
}

@keyframes pulse-border {
  0% {
    opacity: .5;
    transform: translateX(-50%)translateY(-50%)translateZ(0)scale(1);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%)translateY(-50%)translateZ(0)scale(1.5);
  }
}

.play-btn:after {
  content: "";
  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);
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.website-content > :first-child {
  margin-top: 0 !important;
}

.website-content > :last-child {
  margin-bottom: 0 !important;
}

.website-content h1, .website-content h2, .website-content h3, .website-content h4, .website-content h5, .website-content h6 {
  color: var(--black);
  font-weight: 600;
}

.website-content h1 {
  text-align: center;
  margin-bottom: 45px;
  font-size: 48px;
}

@media only screen and (max-width: 675px) {
  .website-content h1 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 520px) {
  .website-content h1 {
    font-size: 30px;
  }
}

.website-content h2 {
  font-size: 34px;
}

@media only screen and (max-width: 675px) {
  .website-content h2 {
    font-size: 24px;
  }
}

.website-content h3 {
  font-size: 28px;
  line-height: 1.21;
}

@media only screen and (max-width: 675px) {
  .website-content h3 {
    font-size: 22px;
  }
}

.website-content h4 {
  font-size: 22px;
}

@media only screen and (max-width: 675px) {
  .website-content h4 {
    font-size: 20px;
  }
}

.website-content h5 {
  font-size: 18px;
}

@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;
}

.website-content p, .website-content li {
  color: var(--text);
}

.website-content p b, .website-content li b {
  font-weight: normal;
}

.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 {
  padding-left: 28px;
  position: relative;
}

@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: "";
  aspect-ratio: 1;
  background: var(--primary);
  border-radius: 50%;
  width: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}

.slider-section .upper-sec {
  margin-bottom: 3rem;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .slider-section .upper-sec {
    margin-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 540px) {
  .slider-section .upper-sec {
    margin-bottom: 2rem;
  }
}

.slider-section .upper-sec .swiper-nav {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(2%, -50%);
}

@media only screen and (max-width: 675px) {
  .slider-section .upper-sec .swiper-nav {
    display: none;
  }
}

.slider-section .upper-sec .heading {
  text-align: center;
}

.common-grid {
  grid-gap: 50px 20px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

@media only screen and (max-width: 991px) {
  .common-grid {
    grid-gap: 30px 18px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 675px) {
  .common-grid {
    grid-gap: 10px;
    grid-template-columns: 100%;
  }
}

.gray-bg {
  background: var(--gray);
}

.light-bg {
  background: var(--bglight);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: var(--primary);
  border-color: var(--primary);
  border-radius: 50%;
  width: 17px;
  height: 17px;
  top: 50%;
  translate: 0 -50%;
  border: none !important;
}

.ui-state-default:focus, .ui-widget-content .ui-state-default:focus, .ui-widget-header .ui-state-default:focus, .ui-button:focus, html .ui-button.ui-state-disabled:hover:focus, html .ui-button.ui-state-disabled:active:focus {
  outline: none;
}

.ui-slider-horizontal {
  height: 2px;
  border: none !important;
}

.ui-widget-content {
  background: #cecece;
  border: none !important;
}

.ui-widget-header {
  background: var(--primary);
}

@media only screen and (max-width: 991px) {
  .breadcrumps {
    display: none;
  }
}

.breadcrumps li {
  vertical-align: middle;
  display: inline-block;
}

.breadcrumps li a:not(.btn, .btn2) {
  color: #ffffffb2;
  font-size: 14px;
}

@media only screen and (max-width: 520px) {
  .breadcrumps li a:not(.btn, .btn2) {
    text-overflow: ellipsis;
    font-size: 12px;
  }
}

.breadcrumps li a.active {
  color: var(--white);
}

.breadcrumps li:not(:last-child) {
  padding-right: 20px;
  position: relative;
}

@media only screen and (max-width: 520px) {
  .breadcrumps li:not(:last-child) {
    padding-right: 8px;
  }
}

.breadcrumps li:not(:last-child):before {
  content: ">";
  color: var(--white);
  font-family: monospace;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 100%;
  translate: 0 -50%;
}

.breadcrumps li:not(:first-child) {
  padding-left: 20px;
}

@media only screen and (max-width: 520px) {
  .breadcrumps li:not(:first-child) {
    padding-left: 8px;
  }
}

[data-scrollTo] {
  cursor: pointer;
}

.fancybox__container {
  --fancybox-bg: var(--black);
}

.green-color {
  color: var(--green);
}

.red-color {
  color: var(--red);
}

.orange-color {
  color: orange;
}

em {
  font-style: normal;
}

.mt-hdrfxd {
  margin-top: var(--headerfixed);
}

.mt-hdr {
  margin-top: var(--headerheight);
}

.primary {
  color: var(--primary);
}

.btn_wrap {
  align-items: center;
  gap: 10px;
  display: flex;
}

.back-to-top {
  z-index: 3;
  background: var(--primary);
  border-radius: 50%;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .6s;
  display: flex;
  position: fixed;
  bottom: 70px;
  right: 30px;
  transform: translateX(calc(100% + 30px));
}

@media only screen and (max-width: 769px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}

.back-to-top:active {
  opacity: .8;
  box-shadow: 0 50px 100px -20px #32325d40, 0 30px 60px -30px #0000004d;
}

.back-to-top.active {
  transform: translateX(0);
}

.back-to-top svg {
  width: 50%;
  height: auto;
  fill: var(--white);
}

.blog_card {
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 7px 15px #64646f33;
}

.blog_card:hover .blog_img img {
  transform: scale(1.1);
}

.blog_card .blog_img {
  border-radius: 5px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blog_card .blog_img:before {
  content: "";
  opacity: 0;
  z-index: 1;
  background: #fff;
  width: 0;
  height: 86%;
  display: block;
  position: absolute;
  top: 7%;
  left: 0%;
  transform: skewX(-20deg);
  box-shadow: 0 0 55px 12px #fff;
}

.blog_card .blog_img:hover:before {
  animation: .4s linear shine;
}

.blog_card .blog_img img {
  transition: all .5s;
  display: block;
}

.blog_card .blog_content {
  padding: 25px 10px 27px;
}

@media only screen and (max-width: 768px) {
  .blog_card .blog_content {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 540px) {
  .blog_card .blog_content {
    padding: 15px 10px;
  }
}

.blog_card .blog_content p {
  width: 100%;
  font-weight: 400;
}

.blog_card .blog_content h6 {
  margin: 12px 0 20px;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 540px) {
  .blog_card .blog_content h6 {
    margin: 10px 0 15px;
  }
}

.blog_card .blog_content .btns {
  border-top: 1px solid #0000001a;
  gap: 8px;
  padding-top: 20px;
  display: flex;
}

@media only screen and (max-width: 540px) {
  .blog_card .blog_content .btns {
    padding-top: 15px;
  }
}

.blog_card .blog_content .btns .tags {
  border: 1px solid var(--text);
  color: var(--text);
  border-radius: 25px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .blog_card .blog_content .btns .tags {
    padding: 6px 18px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 540px) {
  .blog_card .blog_content .btns .tags {
    padding: 6px 15px;
    font-size: 12px;
  }
}

.error {
  color: red;
  font-size: 12px;
  line-height: normal;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
}

.error.static {
  margin: 10px 0;
  position: static;
}

.side-nav {
  z-index: 10;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 768px) {
  .side-nav {
    display: none;
  }
}

.side-nav ul {
  padding: 18px 22px 12px 14px;
}

.side-nav ul li {
  cursor: pointer;
  position: relative;
}

.side-nav ul li:last-child:after {
  display: none;
}

.side-nav ul li.active:after {
  border-color: var(--secondary);
  width: 20px;
  height: 100px;
}

.side-nav ul li:after {
  content: "";
  border-top: 2px solid #0000;
  border-left: 2px solid #0000;
  width: 0;
  height: 0;
  transition: all .5s;
  display: block;
}

.side-nav ul li:hover .label {
  opacity: 1;
  pointer-events: all;
  -webkit-user-select: all;
  user-select: all;
}

.side-nav ul li.active .number {
  color: var(--primary);
}

.side-nav ul li .number {
  color: #0006;
  font-size: 16px;
  font-weight: 600;
  transition: all .5s;
}

.side-nav ul li .label {
  white-space: nowrap;
  background: var(--white);
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  padding: 5px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: all .5s;
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(10%);
}

header {
  z-index: 5;
  height: var(--headerheight);
  border-bottom: 1px solid #dadada;
  transition: all .5s;
  position: fixed;
  inset: 0;
}

header:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: -1;
  background: #fff;
  height: 100%;
  transition: all .5s;
  position: absolute;
  inset: 0 0 auto;
}

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

header .header-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  height: 100%;
  transition: all .5s;
  display: flex;
}

@media only screen and (max-width: 1336px) {
  header .header-container {
    gap: 2rem;
  }
}

@media only screen and (max-width: 1170px) {
  header .header-container {
    gap: 1.5rem;
  }
}

@media only screen and (max-width: 991px) {
  header .header-container {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 540px) {
  header .header-container {
    gap: 1rem;
  }
}

header .header-container .colA, header .header-container .colB, header .header-container .colC {
  height: 100%;
  display: flex;
}

header .header-container .colA {
  flex: 0 160px;
}

@media only screen and (max-width: 1170px) {
  header .header-container .colA {
    flex: 0 auto;
  }
}

@media only screen and (max-width: 540px) {
  header .header-container .colA {
    flex: 0 150px;
  }
}

header .header-container .colA .logo {
  width: 100%;
  height: 100%;
  padding: var(--headerpadding) 0;
}

header .header-container .colA .logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

header .header-container .colB {
  flex: 1;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1170px) {
  header .header-container .colB {
    justify-content: end;
  }
}

@media only screen and (max-width: 991px) {
  header .header-container .colB {
    display: none;
  }
}

header .header-container .colB .nav-items {
  justify-content: center;
  align-items: center;
  gap: 40px;
  height: 100%;
  display: flex;
}

@media only screen and (max-width: 1336px) {
  header .header-container .colB .nav-items {
    gap: 30px;
  }
}

@media only screen and (max-width: 1170px) {
  header .header-container .colB .nav-items {
    gap: 20px;
  }
}

@media only screen and (max-width: 768px) {
  header .header-container .colB .nav-items {
    gap: 20px;
  }
}

@media only screen and (max-width: 540px) {
  header .header-container .colB .nav-items {
    gap: 10px;
  }
}

header .header-container .colB .nav-items > li {
  height: 100%;
  transition: all .5s;
  position: relative;
}

header .header-container .colB .nav-items > li:hover > a, header .header-container .colB .nav-items > li:hover p {
  color: var(--secondary);
}

header .header-container .colB .nav-items > li:hover > a:before, header .header-container .colB .nav-items > li:hover p:before {
  width: 100%;
}

header .header-container .colB .nav-items > li.hasDropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%);
}

header .header-container .colB .nav-items > li.hasDropdown:hover > a svg, header .header-container .colB .nav-items > li.hasDropdown:hover p svg {
  color: var(--secondary);
  transform: rotate(180deg);
}

header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu {
  background: var(--white);
  border-radius: 10px;
  width: 500px;
  height: auto;
  max-height: 290px;
  position: absolute;
  top: 100%;
  box-shadow: 0 2px 8px #63636333;
}

header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu::-webkit-scrollbar {
  background: none;
  width: 8px;
  height: 8px;
}

header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu::-webkit-scrollbar-track {
  box-shadow: none;
}

header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #0000004d;
  border-radius: 10px;
}

header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu {
  transform-origin: top;
  pointer-events: none;
  --triangle: 10px;
  opacity: 0;
  transition: all .4s;
  left: 50%;
  transform: translate(-50%, 30px);
}

@media only screen and (max-width: 1170px) {
  header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu {
    left: 100%;
  }
}

header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu::-webkit-scrollbar {
  width: 4px;
  height: 3px;
}

header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}

@media only screen and (max-width: 991px) {
  header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu {
    top: 85%;
    left: 6%;
  }
}

header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu ul {
  grid-gap: 15px 20px;
  grid-template-columns: repeat(2, 1fr);
  padding: 18px 15px;
  display: grid;
}

header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu ul li a, header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu ul li p {
  gap: 8px;
  line-height: 1;
  transition: all .5s;
  display: flex;
}

header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu ul li a:hover .desc h6, header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu ul li p:hover .desc h6 {
  color: var(--primary);
}

header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu ul li a:hover .desc p, header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu ul li p:hover .desc p {
  color: var(--black);
}

header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu ul li a .icon, header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu ul li p .icon {
  width: 25px;
  height: 25px;
}

header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu ul li a .desc, header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu ul li p .desc {
  flex: 1;
}

header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu ul li a .desc h6, header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu ul li p .desc h6 {
  color: var(--black);
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.2;
  transition: all .5s;
}

header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu ul li a .desc p, header .header-container .colB .nav-items > li.hasDropdown .dropdown-menu ul li p .desc p {
  color: var(--text);
  font-size: 12px;
  transition: all .5s;
}

header .header-container .colB .nav-items > li > a, header .header-container .colB .nav-items > li > p {
  color: var(--black);
  cursor: pointer;
  align-items: center;
  gap: 5px;
  height: 100%;
  font-weight: 500;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 1170px) {
  header .header-container .colB .nav-items > li > a, header .header-container .colB .nav-items > li > p {
    font-size: 14px;
  }
}

header .header-container .colB .nav-items > li > a:before, header .header-container .colB .nav-items > li > p:before {
  content: "";
  background: var(--secondary);
  width: 0;
  height: 2px;
  transition: all .5s;
  position: absolute;
  bottom: 0;
  left: 0;
}

header .header-container .colB .nav-items > li > a svg, header .header-container .colB .nav-items > li > p svg {
  width: 28px;
  height: 28px;
  transition: all .5s;
}

header .header-container .colC {
  flex: 0 auto;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 1336px) {
  header .header-container .colC {
    gap: 30px;
  }
}

@media only screen and (max-width: 1170px) {
  header .header-container .colC {
    gap: 10px;
  }
}

@media only screen and (max-width: 991px) {
  header .header-container .colC {
    justify-content: end;
    gap: 20px;
  }
}

@media only screen and (max-width: 768px) {
  header .header-container .colC {
    flex: 1;
  }
}

@media only screen and (max-width: 540px) {
  header .header-container .colC {
    gap: 15px;
  }
}

header .header-container .colC .lang_select {
  cursor: pointer;
  position: relative;
}

@media only screen and (max-width: 1170px) {
  header .header-container .colC .lang_select {
    display: none;
  }
}

header .header-container .colC .lang_select:hover .selected_lang .icon:last-child {
  transform: rotate(180deg);
}

header .header-container .colC .lang_select:hover .dropdown-menu {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%);
}

header .header-container .colC .lang_select .selected_lang {
  background: #e9e9e9;
  border-radius: 25px;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  display: flex;
}

@media only screen and (max-width: 540px) {
  header .header-container .colC .lang_select .selected_lang {
    padding: 4px 10px;
  }
}

header .header-container .colC .lang_select .selected_lang .show_lan {
  color: #303030;
  flex: 1;
  margin-left: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

header .header-container .colC .lang_select .selected_lang .icon {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  transition: all .5s;
  display: flex;
}

header .header-container .colC .lang_select .selected_lang .icon svg, header .header-container .colC .lang_select .selected_lang .icon img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

header .header-container .colC .lang_select .dropdown-menu {
  background: var(--white);
  border-radius: 10px;
  width: 100%;
  height: auto;
  max-height: 290px;
  position: absolute;
  top: 100%;
  box-shadow: 0 2px 8px #63636333;
}

header .header-container .colC .lang_select .dropdown-menu::-webkit-scrollbar {
  background: none;
  width: 8px;
  height: 8px;
}

header .header-container .colC .lang_select .dropdown-menu::-webkit-scrollbar-track {
  box-shadow: none;
}

header .header-container .colC .lang_select .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #0000004d;
  border-radius: 10px;
}

header .header-container .colC .lang_select .dropdown-menu {
  transform-origin: top;
  pointer-events: none;
  --triangle: 10px;
  opacity: 0;
  transition: all .4s;
  left: 50%;
  transform: translate(-50%, 30px);
}

@media only screen and (max-width: 1170px) {
  header .header-container .colC .lang_select .dropdown-menu {
    left: 100%;
  }
}

header .header-container .colC .lang_select .dropdown-menu::-webkit-scrollbar {
  width: 4px;
  height: 3px;
}

header .header-container .colC .lang_select .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}

@media only screen and (max-width: 991px) {
  header .header-container .colC .lang_select .dropdown-menu {
    top: 85%;
    left: 6%;
  }
}

header .header-container .colC .lang_select .dropdown-menu ul {
  padding: 10px 0;
}

header .header-container .colC .lang_select .dropdown-menu ul li {
  cursor: pointer;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  transition: all .5s;
  display: flex;
}

header .header-container .colC .lang_select .dropdown-menu ul li:hover {
  background: var(--bglight);
}

header .header-container .colC .lang_select .dropdown-menu ul li img {
  border-radius: 5px;
  width: 20px;
  height: 20px;
}

header .header-container .colC .lang_select .dropdown-menu ul li span {
  color: var(--black);
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  header .header-container .colC .btn {
    display: none;
  }
}

@media only screen and (max-width: 540px) {
  header .header-container .colC .btn {
    gap: 5px;
  }

  header .header-container .colC .btn svg {
    width: 15px;
    height: 15px;
  }
}

header .header-container .colC .ham-btn {
  display: none;
}

@media only screen and (max-width: 991px) {
  header .header-container .colC .ham-btn {
    display: block;
  }
}

header .header-container .colC .ham-btn span {
  background: var(--black);
  width: 35px;
  height: 2px;
  transition: all .5s;
  display: block;
}

header .header-container .colC .ham-btn span:not(:last-child) {
  margin-bottom: 6px;
}

header.header-fixed {
  height: var(--headerfixed);
  transition: all .5s;
  box-shadow: 0 2px 8px #63636333;
}

header.header-fixed:after {
  height: 100%;
}

header.header-fit {
  border-bottom: 1px solid #0003;
  transition: all .5s;
}

header.header-fit:after {
  height: 100%;
}

header.header-fit .header-container .colA .logo {
  transition: none !important;
}

header.no_shadow {
  box-shadow: none;
}

.login-pop {
  background: var(--white);
  background: var(--white);
  max-width: 550px;
  transition: all .7s;
  right: 0;
  transform: translateX(100%);
}

.login-pop.is-open {
  transform: translateX(0%);
}

.login-pop .close {
  top: 25px;
  right: 25px;
}

@media only screen and (max-width: 675px) {
  .login-pop .close {
    top: 20px;
    right: 20px;
  }
}

.login-pop .close path {
  stroke: var(--black);
}

.login-pop .model-body {
  height: 100%;
  margin-top: 60px;
  padding: 0 70px 50px;
  overflow-y: auto;
}

.login-pop .model-body::-webkit-scrollbar {
  background: none;
  width: 6px;
  height: 6px;
}

.login-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}

.login-pop .model-body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 25px;
}

@media only screen and (max-width: 675px) {
  .login-pop .model-body {
    padding: 40px 25px 50px;
  }
}

.login-pop .model-body .title {
  margin-bottom: 2.5rem;
}

.login-pop .model-body .title .ico {
  width: 70px;
  margin: 0 auto 30px;
  line-height: 0;
}

.login-pop .model-body .title .ico img {
  width: 100%;
}

.login-pop .model-body .title h4 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.282;
}

.login-pop .model-body .form-group-login {
  border-bottom: 1px solid var(--text);
  align-items: center;
  gap: 10px;
  display: flex;
  position: relative;
}

.login-pop .model-body .form-group-login .wefeewf {
  color: red;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
}

.login-pop .model-body .form-group-login .mobile-input, .login-pop .model-body .form-group-login .dial-code {
  width: 100%;
  height: 42px;
  color: var(--black);
  border: none;
}

.login-pop .model-body .form-group-login .mobile-input:focus, .login-pop .model-body .form-group-login .dial-code:focus {
  outline: none;
}

.login-pop .model-body .form-group-login .dial-code {
  caret-color: #0000;
  flex: 0;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  display: flex;
}

.login-pop .model-body .form-group-login .dial-code svg {
  width: 100%;
  height: auto;
}

.login-pop .model-body .form-group-login .mobile-input {
  flex: 1;
}

.login-pop .model-body .sbmt-btn-div {
  text-align: center;
  margin: 40px 0;
}

.login-pop .model-body .sbmt-btn-div .btn {
  max-width: 100%;
}

.login-pop .model-body .split-sec {
  overflow: hidden;
}

.login-pop .model-body .split-sec p {
  text-align: center;
  width: fit-content;
  color: var(--text);
  margin: 0 auto;
  font-weight: 500;
  position: relative;
}

.login-pop .model-body .split-sec p:before, .login-pop .model-body .split-sec p:after {
  content: "";
  background: #ececec;
  width: 200px;
  height: 1px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.login-pop .model-body .split-sec p:before {
  left: calc(100% + 12px);
}

.login-pop .model-body .split-sec p:after {
  right: calc(100% + 12px);
}

.login-pop .model-body .btm-social-wrp {
  align-items: center;
  gap: 0 30px;
  margin-top: 40px;
  display: flex;
}

.login-pop .model-body .btm-social-wrp .btn {
  border: 1px solid var(--text);
  max-width: 100%;
  color: var(--text);
  background-color: #0000;
}

.login-pop .model-body .btm-social-wrp .btn:hover {
  border-color: var(--primary);
  color: var(--white);
  background-color: var(--primary);
}

.login-pop .model-body .btm-social-wrp .btn:hover svg path {
  fill: var(--white);
}

.login-pop .model-body .btm-social-wrp .btn svg path {
  fill: var(--text);
}

.login-pop .model-body .btm-social-wrp > * {
  flex: 1;
}

.login-pop .model-body .btm-social-wrp svg {
  width: auto;
}

.login-pop .model-body .register {
  text-align: center;
  color: var(--text);
  margin-top: 46px;
}

.login-pop .model-body .register .reg-btn {
  color: var(--primary);
  font-weight: bold;
}

.login-pop .model-body.otp-verify .otp-verify-wrap {
  padding-top: 3rem;
}

.login-pop .model-body.otp-verify .back-to-login {
  color: var(--primary);
  align-items: center;
  gap: 0 8px;
  font-weight: 500;
  display: inline-flex;
}

.login-pop .model-body.otp-verify .back-to-login:hover {
  color: var(--primary);
}

.login-pop .model-body.otp-verify .back-to-login img {
  width: 13px;
  transform: rotate(90deg);
}

.login-pop .model-body.otp-verify .enter-nm-erww {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.login-pop .model-body.otp-verify .txtVr {
  color: var(--text);
  text-align: center;
  font-size: 20px;
}

.login-pop .model-body.otp-verify .txtVr span {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.login-pop .model-body.otp-verify .cojm-wrap {
  position: relative;
}

.login-pop .model-body.otp-verify .cojm-wrap .otp-error-ozrj {
  color: red;
  text-align: center;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.login-pop .model-body.otp-verify .verify-button {
  text-align: center;
  width: 100%;
}

.login-pop .model-body.otp-verify .verify-button a {
  text-transform: uppercase;
  max-width: 100%;
}

.login-pop .model-body.otp-verify .enter_new {
  margin-bottom: 40px;
}

.login-pop .model-body.otp-verify .enter_new .form-group-login:before {
  display: none;
}

.login-pop .model-body.otp-verify .otpInput {
  flex-wrap: wrap;
  gap: 0 21px;
  max-width: 230px;
  margin: 0 auto;
  padding: 50px 0 60px;
  display: flex;
}

.login-pop .model-body.otp-verify .otpInput input {
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  flex: 1;
  width: 100%;
  height: 40px;
  font-weight: 500;
}

.login-pop .model-body.otp-verify .otpInput input:focus {
  outline: none;
}

.loanOffer-pop {
  background: var(--white);
  background: var(--white);
  max-width: 500px;
  transition: all .7s;
  right: 0;
  transform: translateX(100%);
}

.loanOffer-pop.is-open {
  transform: translateX(0%);
}

.loanOffer-pop .close {
  top: 25px;
  right: 25px;
}

@media only screen and (max-width: 675px) {
  .loanOffer-pop .close {
    top: 20px;
    right: 20px;
  }
}

.loanOffer-pop .close path {
  stroke: var(--black);
}

.loanOffer-pop .model-body {
  height: 100%;
  margin-top: 30px;
  padding: 0 70px 50px;
  overflow-y: auto;
}

.loanOffer-pop .model-body::-webkit-scrollbar {
  background: none;
  width: 6px;
  height: 6px;
}

.loanOffer-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}

.loanOffer-pop .model-body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 25px;
}

@media only screen and (max-width: 675px) {
  .loanOffer-pop .model-body {
    padding: 40px 25px 50px;
  }
}

.loanOffer-pop .model-body .title {
  text-align: center;
  margin-bottom: 1rem;
}

.loanOffer-pop .model-body .title .ico {
  margin: 0 auto 20px;
  line-height: 0;
}

.loanOffer-pop .model-body .title .ico img {
  width: 100%;
}

.loanOffer-pop .model-body .title h4 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.282;
}

.loanOffer-pop .model-body .title p {
  font-weight: 400;
}

.loanOffer-pop .model-body .form {
  --gaptb: 15px;
}

.loanOffer-pop .model-body .form .sbmt-btn-div .btn {
  max-width: 100%;
}

.model.filter_model {
  z-index: 10;
  max-width: 480px;
  transition: all .5s;
  left: 0;
  transform: translateX(-100%);
}

.model.filter_model.is-open {
  transform: translateX(0%);
}

.model.filter_model .close {
  top: 17px;
  right: 22px;
}

.model.filter_model .close svg {
  width: 18px;
}

.model.filter_model .close svg path {
  stroke: var(--black) !important;
  stroke-width: 2px !important;
}

.model.filter_model .model-body {
  flex-direction: column;
  height: calc(100% - 60px);
  margin-top: 60px;
  padding: 0 40px 30px;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.model.filter_model .model-body::-webkit-scrollbar {
  background: var(--black);
  width: 0;
  height: 0;
}

.model.filter_model .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}

.model.filter_model .model-body::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 0;
}

@media only screen and (max-width: 540px) {
  .model.filter_model .model-body {
    padding: 0 20px 40px;
  }
}

.model.filter_model .model-body .icon {
  letter-spacing: 4px;
  color: #000;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 0;
  display: flex;
}

.model.filter_model .model-body .icon img, .model.filter_model .model-body .icon svg {
  width: 50px;
  height: auto;
}

@media only screen and (max-width: 540px) {
  .model.filter_model .model-body .icon img, .model.filter_model .model-body .icon svg {
    width: 30px;
  }
}

.model.filter_model .model-body .icon img path, .model.filter_model .model-body .icon svg path {
  fill: #000;
}

.model.filter_model .model-body .nav-list {
  width: 100%;
}

.model.filter_model .model-body .nav-list > li {
  cursor: pointer;
}

.model.filter_model .model-body .nav-list > li:not(:last-child) {
  margin-bottom: 15px;
}

.model.filter_model .model-body .nav-list > li.desktop-non {
  display: none;
}

.model.filter_model .model-body .nav-list > li.hasDropdown {
  position: relative;
}

.model.filter_model .model-body .nav-list > li.hasDropdown:hover .title h5 {
  color: #666;
}

.model.filter_model .model-body .nav-list > li.hasDropdown .title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.model.filter_model .model-body .nav-list > li.hasDropdown .title.active svg {
  transform: rotate(90deg);
}

.model.filter_model .model-body .nav-list > li.hasDropdown .title h5 {
  color: #000;
  font-size: 22px;
  transition: all .5s;
}

.model.filter_model .model-body .nav-list > li.hasDropdown .title .arrow {
  width: 30px;
  transition: all .5s;
}

.model.filter_model .model-body .nav-list > li.hasDropdown .title svg {
  width: 16px;
  transition: all .5s;
}

.model.filter_model .model-body .nav-list > li.hasDropdown .dropdown-menu-ham {
  padding-top: 15px;
  display: none;
}

.model.filter_model .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 15px 10px;
}

.model.filter_model .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul li a {
  color: #666;
  padding: 5px 0;
  font-size: 18px;
  transition: all .5s;
  display: block;
}

.model.filter_model .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul li a:hover {
  color: #000;
}

.model.filter_model .model-body .nav-list > li > a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.06;
  display: inline-block;
}

.model.filter_model .model-body .nav-list > li > a:hover {
  color: #666;
}

.model.filter_model .model-body .bottom-list {
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1rem;
  display: flex;
}

.model.filter_model .model-body .bottom-list .social-icons a {
  vertical-align: middle;
  color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 0;
  display: inline-flex;
  overflow: hidden;
}

.model.filter_model .model-body .bottom-list .social-icons a:not(:last-child) {
  margin-right: 4px;
}

.model.filter_model .model-body .bottom-list .social-icons a svg {
  width: 24px;
  height: 24px;
}

.model.filter_model .model-body .bottom-list .social-icons a svg path {
  transition: none;
}

.model.filter_model .model-body .bottom-list .social-icons a svg path[stroke], .model.filter_model .model-body .bottom-list .social-icons a svg path[fill="none"] {
  stroke: currentColor;
}

.model.filter_model .model-body .bottom-list .social-icons a svg path[fill] {
  fill: currentColor;
}

.model.filter_model .model-body .bottom-list .social-icons a:hover {
  color: #666;
}

.model.filter_model .model-body .bottom-list .social-icons a:hover:before {
  opacity: 1;
  transition: all .5s;
  transform: scale(1);
}

.message-pop {
  top: calc(var(--headerheight) + 12px);
  background: var(--primary);
  z-index: 7;
  border-radius: 5px;
  padding: 8px 15px;
  position: fixed;
  right: 30px;
  box-shadow: 0 2px 8px #63636333;
}

.message-pop * {
  color: var(--white);
}

.model-full {
  pointer-events: none;
  background: none;
  align-items: center;
  width: 100%;
  max-width: 100%;
  transition: all .5s;
  display: flex;
  left: 0;
  right: 0;
  overflow: hidden;
  transform: translateY(100%);
}

.model-full.is-open {
  transform: translateY(0%);
}

.model-full .dialog-wrapper {
  background: var(--white);
  pointer-events: all;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.model-full .dialog-wrapper .title {
  color: var(--black);
  border-bottom: 1px solid #e7e7e7;
  padding: 8px 20px;
  font-size: 20px;
  font-weight: 600;
}

.model-full .dialog-wrapper .title:has(.close) {
  position: relative;
}

.model-full .dialog-wrapper .title .close {
  z-index: 2;
  line-height: 0;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}

.model-full .dialog-wrapper .title .close svg {
  width: 20px;
  height: auto;
}

.model-full .dialog-wrapper .title .close path {
  stroke: var(--black);
}

.model-full .dialog-wrapper .content {
  padding: 12px 20px;
}

.model-full.cancel-order-pop .dialog-wrapper {
  max-width: 540px;
}

.model-full.cancel-order-pop .dialog-wrapper .close {
  top: 28px;
  right: 18px;
}

.model-full.cancel-order-pop .dialog-wrapper .close svg {
  width: 18px;
}

.model-full.cancel-order-pop .dialog-wrapper .model-body {
  padding: 35px 30px 55px;
}

.model-full.cancel-order-pop .dialog-wrapper .model-body .ksxif {
  margin-bottom: 50px;
}

.model-full.cancel-order-pop .dialog-wrapper .model-body .ksxif h4 {
  color: var(--black);
  font-size: 20px;
  line-height: 24px;
}

.model-full.cancel-order-pop .dialog-wrapper .model-body .form {
  --gaptb: 18px;
}

.model-full.add-address-pop .dialog-wrapper {
  max-width: 470px;
}

@media only screen and (max-width: 540px) {
  .model-full.add-address-pop .dialog-wrapper {
    border-radius: 0;
    height: 100%;
  }
}

.model-full.add-address-pop .close {
  top: 28px;
  right: 18px;
}

.model-full.add-address-pop .model-body {
  padding: 36px 38px 60px;
}

@media only screen and (max-width: 1366px) {
  .model-full.add-address-pop .model-body {
    max-height: 530px;
    overflow-y: auto;
  }

  .model-full.add-address-pop .model-body::-webkit-scrollbar {
    background: none;
    width: 6px;
    height: 6px;
  }

  .model-full.add-address-pop .model-body::-webkit-scrollbar-track {
    box-shadow: none;
  }

  .model-full.add-address-pop .model-body::-webkit-scrollbar-thumb {
    background-color: #0000004d;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 540px) {
  .model-full.add-address-pop .model-body {
    height: 90%;
  }
}

.model-full.add-address-pop .model-body .pilce {
  gap: 1rem;
  margin-bottom: 50px;
  display: flex;
}

.model-full.add-address-pop .model-body .pilce h4 {
  text-transform: uppercase;
  flex: 1;
  font-size: 20px;
  font-weight: 500;
  line-height: 25.64px;
}

.model-full.add-address-pop .model-body .pilce .close svg {
  width: 18px;
}

.model-full.add-address-pop .model-body .form {
  --item: 2;
  --borderbefore: var(--text);
  --gaptb: 16px;
  --gaplr: 16px;
  --labelfontbefore: 14px;
  --labelfontafter: 12px;
}

.model-full.add-address-pop .model-body .form .label-tzooz {
  color: var(--black);
}

.model-full.add-address-pop .model-body .form .chckbx-tkfrb {
  margin-top: 12px;
}

.model-full.add-address-pop .model-body .form .chckbx-tkfrb p {
  font-size: var(--labelfontbefore);
}

.model-full.add-address-pop .model-body .form .btn-grp {
  margin-top: 20px;
}

.video-pop {
  z-index: 9;
  background: #0000007a;
  max-width: 100%;
  transition: all .5s;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

.video-pop.is-open {
  transform: translateY(0%);
}

.video-pop .close-video {
  background: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: calc(100% + 20px);
  right: -40px;
}

@media only screen and (max-width: 675px) {
  .video-pop .close-video {
    right: 0;
  }
}

.video-pop .close-video:hover {
  background: var(--black);
}

.video-pop .close-video svg {
  width: 35%;
  height: 35%;
}

.video-pop .close-video path {
  stroke-width: 2px;
  stroke: var(--white);
}

.video-pop .model-body {
  width: 100%;
  max-width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

@media only screen and (max-width: 675px) {
  .video-pop .model-body {
    max-width: 95%;
  }
}

.video-pop .model-body iframe {
  aspect-ratio: 1.9;
  border: 2px solid var(--white);
  width: 100%;
}

.product-not-found {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.product-not-found.not-found2 {
  position: relative;
}

.product-not-found .nt-fnd-wrp {
  text-align: center;
}

.product-not-found .nt-fnd-wrp .ico {
  filter: grayscale();
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.product-not-found .nt-fnd-wrp p {
  color: var(--black);
  margin: 10px 0 3rem;
  font-size: 24px;
}

footer {
  z-index: 0;
  background: #d2d2d275;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 540px) {
  footer {
    margin-bottom: var(--footerstrip);
  }
}

footer {
  position: relative;
}

footer:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  background: linear-gradient(0deg, #c4c3c3d9, #fffffff5 80%);
  transition: all .5s;
  position: absolute;
  inset: 0;
}

footer .footer-bg {
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

footer .call_to_action {
  background: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  display: flex;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px #63636333;
}

@media only screen and (max-width: 1170px) {
  footer .call_to_action {
    padding: 20px 35px;
  }
}

footer .call_to_action .colA ul {
  align-items: center;
  display: flex;
}

footer .call_to_action .colA ul li {
  align-items: center;
  gap: 15px;
  display: flex;
}

footer .call_to_action .colA ul li:first-child {
  border-right: 1px solid #002b1033;
  padding-right: 30px;
}

footer .call_to_action .colA ul li:last-child {
  padding-left: 20px;
}

footer .call_to_action .colA ul li .icon {
  flex: 0 auto;
  width: 25px;
  height: 25px;
}

footer .call_to_action .colA ul li .icon svg {
  width: 100%;
  height: 100%;
}

footer .call_to_action .colA ul li .content h6 {
  color: var(--text);
  letter-spacing: 10%;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5;
}

footer .call_to_action .colA ul li .content p, footer .call_to_action .colA ul li .content a {
  color: var(--text);
  line-height: 1.2;
  display: block;
}

footer .call_to_action .colA ul li .content p:hover, footer .call_to_action .colA ul li .content a:hover {
  color: var(--primary);
}

footer .call_to_action .colB {
  align-items: center;
  gap: 12px;
  display: flex;
}

footer .call_to_action .colB .btn {
  text-transform: uppercase;
  font-size: 14px;
}

footer .content {
  z-index: 2;
  position: relative;
}

footer .content .upper-footer {
  padding: 40px var(--containerfluid) 100px;
  flex-wrap: wrap;
  gap: 50px;
  display: flex;
}

@media only screen and (max-width: 1280px) {
  footer .content .upper-footer {
    padding: 40px var(--containerfluid) 80px;
  }
}

@media only screen and (max-width: 991px) {
  footer .content .upper-footer {
    padding: 40px var(--containerfluid) 60px;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
}

@media only screen and (max-width: 540px) {
  footer .content .upper-footer {
    padding: 25px var(--containerfluid) 30px;
    gap: 20px;
  }
}

footer .content .upper-footer .colA {
  flex: 0 160px;
  display: block;
}

@media only screen and (max-width: 1170px) {
  footer .content .upper-footer .colA {
    flex: 0 140px;
  }
}

@media only screen and (max-width: 991px) {
  footer .content .upper-footer .colA {
    width: 250px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  footer .content .upper-footer .colA {
    text-align: center;
    flex: 0 100%;
    width: 220px;
  }
}

@media only screen and (max-width: 540px) {
  footer .content .upper-footer .colA {
    width: 180px;
  }
}

footer .content .upper-footer .colA img {
  -o-object-fit: contain;
  object-fit: contain;
  height: unset;
}

@media only screen and (max-width: 991px) {
  footer .content .upper-footer .colA img {
    height: 100%;
  }
}

footer .content .upper-footer .colB {
  flex: 1;
  gap: 20px;
  max-width: 80%;
  margin-left: auto;
  padding: 0 0 0 75px;
  display: flex;
}

@media only screen and (max-width: 1280px) {
  footer .content .upper-footer .colB {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  footer .content .upper-footer .colB {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}

@media only screen and (max-width: 768px) {
  footer .content .upper-footer .colB {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (max-width: 540px) {
  footer .content .upper-footer .colB {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
  }
}

footer .content .upper-footer .colB .list:last-child {
  flex: 0 30%;
}

@media only screen and (max-width: 1170px) {
  footer .content .upper-footer .colB .list:last-child {
    flex: 0 40%;
  }
}

footer .content .upper-footer .colB .list:last-child ul:not(.social_icons) li {
  gap: 10px;
  padding-bottom: 15px;
  display: flex;
}

footer .content .upper-footer .colB .list:last-child ul:not(.social_icons) li .icon {
  flex: 0 25px;
  width: 25px;
  height: 25px;
}

footer .content .upper-footer .colB .list:last-child ul:not(.social_icons) li .icon svg {
  width: 100%;
  height: 100%;
}

footer .content .upper-footer .colB .list {
  flex: 1;
}

footer .content .upper-footer .colB .list h6 {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
}

footer .content .upper-footer .colB .list .social_icons {
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  display: flex;
}

@media only screen and (max-width: 991px) {
  footer .content .upper-footer .colB .list .social_icons {
    justify-content: center;
  }
}

@media only screen and (max-width: 540px) {
  footer .content .upper-footer .colB .list .social_icons {
    justify-content: center;
  }
}

footer .content .upper-footer .colB .list .social_icons li a {
  border: 1px solid var(--primary);
  width: 41px;
  height: 41px;
  color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

footer .content .upper-footer .colB .list .social_icons li a:hover {
  background: var(--primary);
  color: var(--white);
}

footer .content .upper-footer .colB .list ul:not(.social_icons) {
  padding-top: 10px;
}

footer .content .upper-footer .colB .list ul:not(.social_icons) li a {
  color: var(--text);
  flex: 1;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

footer .content .upper-footer .colB .list ul:not(.social_icons) li a:hover {
  color: var(--primary);
  transform: translateX(5px);
}

footer .content .lower-footer {
  padding: 20px var(--containerfluid) 40px;
  border-top: 1px solid #00000026;
  justify-content: center;
  gap: 10px;
  display: flex;
}

@media only screen and (max-width: 1170px) {
  footer .content .lower-footer {
    padding: 20px var(--containerfluid) 30px;
  }
}

@media only screen and (max-width: 991px) {
  footer .content .lower-footer {
    padding: 20px var(--containerfluid) 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

@media only screen and (max-width: 540px) {
  footer .content .lower-footer {
    padding: 20px var(--containerfluid);
  }
}

footer .content .lower-footer p {
  color: var(--text);
  justify-content: center;
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 768px) {
  footer .content .lower-footer p {
    gap: 5px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 540px) {
  footer .content .lower-footer p {
    flex-direction: column;
  }
}

footer .content .lower-footer p.pret {
  gap: 10px;
}

footer .content .lower-footer p a {
  color: var(--white);
  align-items: center;
  gap: 5px;
  display: flex;
}

footer .content .lower-footer p a img {
  vertical-align: middle;
  width: 65px;
}

footer .content .lower-footer img {
  flex: 1;
  max-width: 450px;
}

@media only screen and (max-width: 1100px) {
  footer .content .lower-footer img {
    max-width: 400px;
  }
}

.thanks_banner {
  margin-top: var(--headerheight);
}

.thanks_banner .bg {
  height: calc(100vh - var(--headerfixed));
}

.thanks_banner .bg .banner-wrapper .content {
  text-align: center;
}

.thanks_banner .bg .banner-wrapper .content figure {
  width: 50px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.thanks_banner .bg .banner-wrapper .content figure img {
  height: 100%;
}

.thanks_banner .bg .banner-wrapper .content h1 {
  color: var(--white);
  font-size: 60px;
  font-weight: 500;
  line-height: 1.5;
}

.thanks_banner .bg .banner-wrapper .content p {
  color: var(--white);
  padding-bottom: 50px;
  font-size: 20px;
}

.model.ham-pop {
  z-index: 10;
  max-width: 480px;
  transition: all .5s;
  right: 0;
  transform: translateX(100%);
}

.model.ham-pop:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.model.ham-pop.is-open {
  transform: translateX(0%);
}

.model.ham-pop .close {
  top: 17px;
  right: 22px;
}

.model.ham-pop .close:hover svg path {
  stroke: var(--black) !important;
}

.model.ham-pop .close svg {
  width: 25px;
}

.model.ham-pop .close svg path {
  stroke: var(--text) !important;
  stroke-width: 2px !important;
}

.model.ham-pop .model-body {
  flex-direction: column;
  height: calc(100% - 60px);
  margin-top: 60px;
  padding: 0 40px 30px;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.model.ham-pop .model-body::-webkit-scrollbar {
  background: none;
  width: 0;
  height: 0;
}

.model.ham-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}

.model.ham-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #0000004d;
  border-radius: 10px;
}

@media only screen and (max-width: 540px) {
  .model.ham-pop .model-body {
    margin-top: 40px;
    padding: 0 20px 20px;
  }
}

.model.ham-pop .model-body .nav-list {
  width: 100%;
}

.model.ham-pop .model-body .nav-list > li:not(:last-child) {
  margin-bottom: 15px;
}

.model.ham-pop .model-body .nav-list > li.hasDropdown {
  cursor: pointer;
  position: relative;
}

.model.ham-pop .model-body .nav-list > li.hasDropdown.active p svg, .model.ham-pop .model-body .nav-list > li.hasDropdown.active a svg {
  transform: rotate(-90deg);
}

.model.ham-pop .model-body .nav-list > li.hasDropdown.active .dropdown-menu-ham {
  grid-template-rows: 1fr;
}

.model.ham-pop .model-body .nav-list > li.hasDropdown.active .dropdown-menu-ham > ul {
  border-bottom: 1px solid #dadada;
  padding: 10px 0;
}

.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham {
  grid-template-rows: 0fr;
  padding-top: 15px;
  transition: all .5s;
  display: grid;
}

.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul {
  border-top: 1px solid #dadada;
  transition: all .5s;
  overflow: hidden;
}

.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li.hasSubDropdown:not(:last-child) {
  margin-bottom: 15px;
}

.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li.hasSubDropdown.active > p, .model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li.hasSubDropdown.active > a {
  color: var(--secondary);
}

.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li.hasSubDropdown.active .sub-dropdown-menu {
  grid-template-rows: 1fr;
  padding: 10px 10px 0;
}

.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li.hasSubDropdown.active .icon {
  --bgcolor: var(--secondary);
}

.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li.hasSubDropdown.active .icon:after {
  transform: scaleY(0);
}

.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li.hasSubDropdown p, .model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li.hasSubDropdown a {
  color: var(--text);
  font-size: 20px;
}

.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li.hasSubDropdown p svg, .model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li.hasSubDropdown a svg {
  transition: all .5s;
}

.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li.hasSubDropdown .icon {
  --bgcolor: var(--text);
  --size: 18px;
  --border: 2px;
  height: var(--size);
  width: var(--size);
  position: relative;
}

.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li.hasSubDropdown .icon:before, .model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li.hasSubDropdown .icon:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  background: var(--bgcolor);
  transition: all .5s;
  position: absolute;
  inset: 0;
}

.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li.hasSubDropdown .icon:before {
  top: calc(var(--size) / 2 - var(--border) / 2);
  height: var(--border);
  width: 100%;
  bottom: auto;
}

.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li.hasSubDropdown .icon:after {
  left: calc(var(--size) / 2);
  width: var(--border);
  height: 100%;
  right: auto;
  translate: -50%;
}

.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li.hasSubDropdown .sub-dropdown-menu {
  grid-template-rows: 0fr;
  padding: 0 10px;
  transition: all .5s;
  display: grid;
}

.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li.hasSubDropdown .sub-dropdown-menu ul {
  transition: all .5s;
  overflow: hidden;
}

.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li.hasSubDropdown .sub-dropdown-menu .subsubcat-li a, .model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li.hasSubDropdown .sub-dropdown-menu .subsubcat-li p {
  font-size: 14px;
}

.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li a {
  color: #666;
  padding: 3px 0;
  font-size: 16px;
  transition: all .5s;
  display: block;
}

.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham > ul li a:hover {
  color: var(--primary);
}

.model.ham-pop .model-body .nav-list > li > a, .model.ham-pop .model-body .nav-list > li p {
  color: #000;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.model.ham-pop .model-body .nav-list > li > a:hover, .model.ham-pop .model-body .nav-list > li p:hover {
  color: var(--secondary);
}

.model.ham-pop .model-body .nav-list > li > a svg, .model.ham-pop .model-body .nav-list > li p svg {
  transition: all .5s;
}

.model.ham-pop .model-body .bottom-list {
  border-top: 1px solid #dadada;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1rem;
  display: flex;
}

.model.ham-pop .model-body .bottom-list .social-icons {
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  display: flex;
}

.model.ham-pop .model-body .bottom-list .social-icons a {
  vertical-align: middle;
  border: 1px solid var(--text);
  width: 40px;
  height: 40px;
  color: var(--text);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  line-height: 0;
  display: inline-flex;
  overflow: hidden;
}

.model.ham-pop .model-body .bottom-list .social-icons a svg {
  width: 20px;
  height: 20px;
}

.model.ham-pop .model-body .bottom-list .social-icons a svg path {
  transition: none;
}

.model.ham-pop .model-body .bottom-list .social-icons a svg path[stroke], .model.ham-pop .model-body .bottom-list .social-icons a svg path[fill="none"] {
  stroke: currentColor;
}

.model.ham-pop .model-body .bottom-list .social-icons a svg path[fill] {
  fill: currentColor;
}

.model.ham-pop .model-body .bottom-list .social-icons a:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}

.enquire-pop {
  transition: all .5s;
  right: 0;
  transform: translateX(100%);
}

.enquire-pop:before {
  content: "";
  z-index: -1;
  opacity: .1;
  background-position: 190% 110%;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 540px) {
  .enquire-pop:before {
    background-size: 85%;
  }
}

.enquire-pop.is-open {
  transform: translateX(0%);
}

.enquire-pop .close:not(.btn) {
  top: 20px;
  right: 20px;
}

.enquire-pop .model-body {
  height: 100%;
  margin-top: 50px;
  padding: 0 35px 30px;
  overflow-y: auto;
}

.enquire-pop .model-body::-webkit-scrollbar {
  background: var(--white);
  width: 3px;
  height: 3px;
}

.enquire-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}

.enquire-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 8px;
}

@media only screen and (max-width: 768px) {
  .enquire-pop .model-body {
    padding: 0 15px 20px;
  }
}

.enquire-pop .model-body .title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.enquire-pop .model-body .title h4 {
  color: var(--black);
  font-size: 32px;
  font-weight: 500;
}

.enquire-pop .model-body .title p {
  color: var(--text);
  max-width: 317px;
  margin: 5px auto 0;
  font-size: 14px;
}

@media only screen and (max-width: 675px) {
  .enquire-pop .model-body .title p {
    max-width: 300px;
    font-size: 14px;
  }
}

.enquire-pop .model-body .form {
  --gaptb: 25px;
  --labelbefore: $black;
  --labelafter: $black;
  --borderbefore: var(--black);
  --color: $black;
}

.enquire-pop .model-body .form .sbmt-grp {
  margin-top: 1rem;
}

.enquire-pop .model-body .form .sbmt-grp .btn {
  margin: 0 auto;
}

.sticky_action {
  z-index: 5;
  align-items: center;
  gap: 15px;
  position: fixed;
  bottom: 3%;
  right: 3%;
  translate: 3% 3%;
}

@media only screen and (max-width: 675px) {
  .sticky_action {
    display: none;
  }
}

.sticky_action .whatsapp {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  max-width: 100%;
  height: 40px;
  padding: 0;
  display: flex;
  box-shadow: 0 5px 15px #00000059;
}

.sticky_action .whatsapp:hover {
  border-color: var(--primary);
  background: var(--primary);
}

.sticky_action .whatsapp:hover svg path {
  fill: #fff;
}

.sticky_action .call_action {
  align-items: center;
  gap: 5px;
  height: 36px;
  font-size: 14px;
  display: flex;
  box-shadow: 0 5px 15px #00000059;
}

.sticky_action .call_action:hover {
  border-color: var(--primary);
  background: var(--primary);
}

.list-filter-wrap {
  --filterheight: 45px;
  --bordercolor: #66666638;
  border-bottom: 1px solid var(--bordercolor);
  border-top: 1px solid var(--bordercolor);
  top: var(--headerfixed);
  background: var(--white);
  z-index: 4;
  height: 100%;
  position: sticky;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .list-filter-wrap {
    --filterheight: 35px;
  }
}

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

@media only screen and (max-width: 991px) {
  .list-filter-wrap .list-filter {
    justify-content: space-between;
  }
}

.list-filter-wrap .list-filter .colA {
  border-right: 1px solid var(--bordercolor);
  pointer-events: none;
  padding: 0 25px;
}

@media only screen and (max-width: 991px) {
  .list-filter-wrap .list-filter .colA {
    pointer-events: all;
    padding-left: 0;
  }
}

@media only screen and (max-width: 675px) {
  .list-filter-wrap .list-filter .colA {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 345px) {
  .list-filter-wrap .list-filter .colA {
    padding-right: 13px;
  }
}

@media only screen and (max-width: 320px) {
  .list-filter-wrap .list-filter .colA {
    padding-right: 10px;
  }
}

.list-filter-wrap .list-filter .colA .filter-btn {
  height: var(--filterheight);
  line-height: 0;
}

.list-filter-wrap .list-filter .colB {
  flex: 1;
}

@media only screen and (max-width: 991px) {
  .list-filter-wrap .list-filter .colB {
    transition: all .5s;
    right: 0;
    transform: translateX(100%);
  }

  .list-filter-wrap .list-filter .colB.is-open {
    transform: translateX(0%);
  }

  .list-filter-wrap .list-filter .colB .close {
    top: 30px;
    left: 25px;
    right: auto;
  }
}

.list-filter-wrap .list-filter .colB .filter-options {
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .list-filter-wrap .list-filter .colB .filter-options {
    height: 100%;
    padding: 70px 0 0;
    display: block;
    position: relative;
    overflow-y: auto;
  }
}

.list-filter-wrap .list-filter .colB .filter-options .btn-mbl-btm {
  z-index: 2;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 991px) {
  .list-filter-wrap .list-filter .colB .filter-options .btn-mbl-btm {
    display: none;
  }
}

.list-filter-wrap .list-filter .colB .filter-options .btn-mbl-btm .aplly-btn, .list-filter-wrap .list-filter .colB .filter-options .btn-mbl-btm .clr-btn {
  --height: 44px;
  background: var(--black);
  color: var(--white);
  border-radius: 0;
  flex: 1;
}

.list-filter-wrap .list-filter .colB .filter-options .btn-mbl-btm > * {
  border: none;
}

.list-filter-wrap .list-filter .colB .filter-options .btn-mbl-btm > :not(:last-child) {
  border-right: 1px solid #fff9;
}

.list-filter-wrap .list-filter .colB .filter-options .selected-filters-div {
  white-space: nowrap;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-left: 30px;
  display: flex;
  overflow-x: auto;
}

@media only screen and (max-width: 1280px) {
  .list-filter-wrap .list-filter .colB .filter-options .selected-filters-div {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .list-filter-wrap .list-filter .colB .filter-options .selected-filters-div {
    margin-top: 30px;
  }
}

.list-filter-wrap .list-filter .colB .filter-options .selected-filters-div .filter-item {
  vertical-align: middle;
  white-space: nowrap;
  background: var(--white);
  caret-color: #0000;
  border: 1px solid var(--text);
  color: var(--text);
  border-radius: 25px;
  padding: 2px 9px;
  font-size: 12px;
  display: inline-block;
}

.list-filter-wrap .list-filter .colB .filter-options .selected-filters-div .filter-item .close-btn {
  cursor: pointer;
  color: var(--text);
  margin-left: 3px;
}

.list-filter-wrap .list-filter .adi-select-wrap {
  --labelheight: var(--filterheight);
  padding: 0 20px;
}

@media only screen and (max-width: 991px) {
  .list-filter-wrap .list-filter .adi-select-wrap {
    width: 100%;
  }
}

@media only screen and (min-width: 991px) {
  .list-filter-wrap .list-filter .adi-select-wrap:not(.sort_by) {
    border-right: 1px solid var(--bordercolor);
  }
}

@media only screen and (max-width: 991px) {
  .list-filter-wrap .list-filter .adi-select-wrap:not(.sort_by) {
    border-top: 1px solid var(--bordercolor);
  }

  .list-filter-wrap .list-filter .adi-select-wrap:not(.sort_by) .label {
    font-weight: 500;
  }

  .list-filter-wrap .list-filter .adi-select-wrap:not(.sort_by) .adi-select-menu {
    position: unset;
    width: 100%;
    box-shadow: none;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .list-filter-wrap .list-filter .adi-select-wrap.sort_by {
    padding-right: 0;
  }
}

.footer-strip {
  z-index: 4;
  height: var(--footerstrip);
  background: var(--black);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 540px) {
  .footer-strip {
    display: block;
  }
}

.footer-strip ul {
  flex-wrap: wrap;
  display: flex;
}

.footer-strip ul li {
  flex: 1;
}

.footer-strip ul li:not(:last-child) {
  border-right: 1px solid #ffffff1a;
}

.footer-strip ul li a {
  color: var(--white);
  height: var(--footerstrip);
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 8px;
  font-size: 14px;
  display: flex;
}

.footer-strip ul li a svg {
  width: 20px;
  height: 20px;
}

/* [next]/internal/font/google/poppins_8594bebe.module.css [app-client] (css) */
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../media/1e589d51b18335ae-s.05-huglz-54p0.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../media/274673a632e02dc6-s.0nytys-8f3k7w.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../media/043b82ab31bba5a4-s.03tqs0fb1.6o8.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../media/f802f963cba79871-s.0z43oteb0spdy.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../media/b30f401cf94fe4f8-s.0pj_z6m2qbcey.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../media/c7d9ca68f9942779-s.0-ul3iyp1t7db.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/7e832ad540183e91-s.0pw-43bjt5~5_.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/2094fb60fd9c8287-s.13c6n_dh74ayc.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/c875c6f5d3e977ac-s.0g_ng0t~d_b9n.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/41e95f694c5c4549-s.0r1jrq7neqdsq.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/6c55a692938ebbbc-s.0g6rbszwfgn9y.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/a218039a3287bcfd-s.17-1enzs_j91b.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/bdc7e24a509eb931-s.0apt5mko2.qn3.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/0da9c7f357bd9d4d-s.0ek5sshv8wk3m.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/8e6fa89aa22d24ec-s.0uvzar8hswo3p.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/0a7740363b4d4863-s.1110aazvokzp..woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/5f9d24ebef5d5292-s.0esuu2f5si~v8.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/e2334d715941921e-s.12skym0rqknxy.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/b53057dbf91a7acf-s.0carvq6u72s58.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/798ea22d9983e047-s.106do9xzbuago.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/47fe1b7cd6e6ed85-s.0~mcdl10zdfb3.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins Fallback;
  src: local(Arial);
  ascent-override: 93.62%;
  descent-override: 31.21%;
  line-gap-override: 8.92%;
  size-adjust: 112.16%;
}

.poppins_8594bebe-module__ZpH7BG__className {
  font-family: Poppins, Poppins Fallback;
  font-style: normal;
}

.poppins_8594bebe-module__ZpH7BG__variable {
  Poppins: "Poppins", "Poppins Fallback";
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__057rpza._.css.map*/