* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 500;
  color: #596075;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 200%;
}
@media (min-width: 1200px) {
  * {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  * {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  * {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  * {
    font-size: 18.5px;
  }
}

body {
  overflow-x: hidden;
  transition: 0.5s ease all;
}

.container-companies {
  max-width: 95%;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container-companies {
    width: 93.227%;
  }
}

.container-center {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .container-center {
    max-width: 85.828%;
  }
}
@media (min-width: 1200px) {
  .container-center {
    max-width: 82%;
  }
}
@media (min-width: 1350px) {
  .container-center {
    max-width: 71.828%;
  }
}
@media (min-width: 1440px) {
  .container-center {
    max-width: 71.828%;
  }
}

.container-box {
  max-width: 94.906%;
}
@media (min-width: 992px) {
  .container-box {
    max-width: 95.758%;
  }
}

.container-core {
  max-width: 87.239%;
  margin-left: auto;
  margin-right: 0;
}

.container-caseStudies {
  max-width: 94.906%;
  margin-right: 0;
  margin-left: auto;
}
.container-short {
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .container-short {
    max-width: 81.195%;
  }
}
@media (min-width: 1440px) {
  .container-short {
    max-width: 85.416%;
  }
}

.container-ctn {
  max-width: 92%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-ctn {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .container-ctn {
    max-width: 88.685%;
  }
}
@media (min-width: 1200px) {
  .container-ctn {
    max-width: 95.395%;
  }
}
ul {
  padding: 0;
  margin: 0;
}

button {
  height: -moz-fit-content;
  height: fit-content;
  background: unset;
  border: unset;
}

h1, h2, h3, h4 {
  white-space: pre-line;
}

a:focus, a:active {
  outline: unset !important;
  box-shadow: unset !important;
}

.p-0 {
  padding: 0 !important;
}

.commonPadding {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .commonPadding {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .commonPadding {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1280px) {
  .commonPadding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .commonPadding {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}
@media (min-width: 1600px) {
  .commonPadding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1900px) {
  .commonPadding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.commonPadding-80 {
  padding: 40px 0px;
}
@media (min-width: 768px) {
  .commonPadding-80 {
    padding: 65px 0px;
  }
}
@media (min-width: 992px) {
  .commonPadding-80 {
    padding: 70px 0px;
  }
}
@media (min-width: 1200px) {
  .commonPadding-80 {
    padding: 75px 0px;
  }
}
@media (min-width: 1440px) {
  .commonPadding-80 {
    padding: 80px 0px;
  }
}

.position, .btn-normal::before, .btn-normal::after, .btn.themeBtn::before, .btn.themeBtn::after, .btn.commonBtn::before, .btn.commonBtn::after, .filter-buttons button::after, .media .gallery-item::after, .media .gallery-item::before, .legacy picture::after, .legacy::before, .ceo-info::before, .ceo::before, .core-values::before, .mission-vision-wrapper-box::before, .industries::after, .industries::before, .why-choose .col-left picture::before, .products-slider-item picture:after, .banner.home-banner picture::after, .breadcrumb li + li::before, .inner-banner picture::after, .drop-downs::after, label.error::after, .details ul li::before, .slick-navigation > div::after {
  content: "";
  position: absolute;
}

.wh-100 {
  width: 100%;
  height: 100%;
}

.slick-nav {
  cursor: pointer;
  width: 100%;
  transform: translateY(0%);
  align-items: self-end;
}
.slick-nav > div {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s ease all;
}

.slick-navigation {
  cursor: pointer;
  gap: 10px;
}
@media (max-width: 575px) {
  .slick-navigation {
    justify-content: space-between;
    width: 120px;
  }
}
.slick-navigation > div {
  position: relative;
  border-radius: 8px;
  width: 48px;
  height: 48px;
}
@media (max-width: 575px) {
  .slick-navigation > div {
    border: 1px solid #FFF;
  }
  .slick-navigation > div path {
    stroke: #fff;
  }
}
@media (min-width: 576px) {
  .slick-navigation > div {
    background: #202124;
    border-radius: 8px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .slick-navigation > div {
    border-radius: 9px;
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 992px) {
  .slick-navigation > div {
    border-radius: 10px;
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .slick-navigation > div {
    border-radius: 11px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1280px) {
  .slick-navigation > div {
    border-radius: 12px;
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 1360px) {
  .slick-navigation > div {
    width: 54px;
    height: 54px;
  }
}
@media (min-width: 1440px) {
  .slick-navigation > div {
    width: 56px;
    height: 56px;
  }
}
.slick-navigation > div svg {
  height: auto;
  width: 37.52%;
}
@media (min-width: 768px) {
  .slick-navigation > div svg {
    width: 37.52%;
  }
}
.slick-navigation > div::after {
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  transition: 0.2s ease all;
  opacity: 0;
}
.slick-navigation > div:hover path {
  stroke: #000;
}
.slick-navigation > div:hover::after {
  opacity: 1;
  transition: 0.5s ease all;
  width: 100%;
}
.slick-navigation > div + div::after {
  left: 0;
  right: unset;
}
.slick-navigation svg {
  position: relative;
  z-index: 1;
}

.slick-nav-center {
  gap: 32px;
}
@media (min-width: 576px) {
  .slick-nav-center {
    display: none !important;
  }
}
.slick-nav-center div {
  overflow: hidden;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #FFF;
}

.slick-dots {
  display: flex;
  justify-content: center;
  bottom: -28px;
  z-index: 9999;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  gap: 15px;
}
.slick-dots li {
  margin: 0;
  display: flex;
  width: auto;
  justify-content: center;
}
.slick-dots li button {
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  background-color: #c1c1c1;
}
.slick-dots li button::before {
  font-size: 0;
  width: auto;
}
.slick-dots li.slick-active button {
  width: 35px;
  transition: 0.4s ease all;
  background: #2E3192;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100% !important;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  width: 100%;
  height: 100% !important;
}

.jq-star-svg polygon {
  stroke-linejoin: round;
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.tab-content > .active {
  height: auto;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 80px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #D6DFFA;
  border-radius: 80px;
}

roll::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #D6DFFA;
  border-radius: 10px;
  /* GAP using border and background clip */
  border: 2px solid transparent;
  background-clip: padding-box;
  margin: 10px 0; /* Adds top & bottom gap (optional) */
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.bg-unset {
  background: unset !important;
}

picture,
article {
  display: block;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.py-0 {
  padding: 0 !important;
}

li {
  list-style: none;
}

.details ul {
  padding-left: 10px;
}
@media (min-width: 576px) {
  .details ul {
    padding-left: 31px;
  }
}
.details ul li {
  list-style: none;
  padding-left: 30px;
  position: relative;
}
@media (min-width: 576px) {
  .details ul li {
    padding-left: 41px;
  }
}
.details ul li::before {
  background: url('data:image/svg+xml,<svg width="23" height="24" viewBox="0 0 23 24" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="11.4889" cy="11.8203" rx="11.4889" ry="11.5" fill="white"/><path d="M8.41063 7.32031L7.36719 8.49531L10.7565 12.3203L7.36719 16.1453L8.41063 17.3203L12.8508 12.3203L8.41063 7.32031Z" fill="%2300562C"/><path d="M11.9653 7.32031L10.9219 8.49531L14.3112 12.3203L10.9219 16.1453L11.9653 17.3203L16.4055 12.3203L11.9653 7.32031Z" fill="%2300562C"/></svg>');
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 3px;
}
@media (min-width: 576px) {
  .details ul li::before {
    width: 23px;
    height: 23px;
  }
}

.list ul li {
  position: relative;
  padding-left: 28px;
}
@media (min-width: 768px) {
  .list ul li {
    padding-left: 22px;
  }
}
@media (min-width: 992px) {
  .list ul li {
    padding-left: 24px;
  }
}
@media (min-width: 1200px) {
  .list ul li {
    padding-left: 26px;
  }
}
@media (min-width: 1360px) {
  .list ul li {
    padding-left: 28px;
  }
}
@media (min-width: 1440px) {
  .list ul li {
    padding-left: 30px;
  }
}
@media (min-width: 1600px) {
  .list ul li {
    padding-left: 35px;
  }
}
@media (min-width: 1900px) {
  .list ul li {
    padding-left: 45px;
  }
}
.list ul li::before {
  content: "";
  font-weight: 600;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.9993 20.1654C16.0621 20.1654 20.166 16.0614 20.166 10.9987C20.166 5.93595 16.0621 1.83203 10.9993 1.83203C5.9366 1.83203 1.83268 5.93595 1.83268 10.9987C1.83268 16.0614 5.9366 20.1654 10.9993 20.1654ZM11.4302 7.76286C11.5591 7.63412 11.7338 7.5618 11.916 7.5618C12.0982 7.5618 12.2729 7.63412 12.4018 7.76286L15.1518 10.5129C15.2806 10.6418 15.3529 10.8165 15.3529 10.9987C15.3529 11.1809 15.2806 11.3556 15.1518 11.4845L12.4018 14.2345C12.3389 14.3021 12.263 14.3563 12.1787 14.3938C12.0943 14.4314 12.0033 14.4516 11.911 14.4532C11.8187 14.4549 11.727 14.4379 11.6414 14.4033C11.5558 14.3687 11.478 14.3173 11.4127 14.252C11.3474 14.1867 11.296 14.1089 11.2614 14.0233C11.2268 13.9377 11.2098 13.846 11.2115 13.7537C11.2131 13.6614 11.2333 13.5704 11.2709 13.486C11.3085 13.4017 11.3626 13.3258 11.4302 13.2629L13.0068 11.6862H7.33268C7.15035 11.6862 6.97548 11.6138 6.84655 11.4848C6.71762 11.3559 6.64518 11.181 6.64518 10.9987C6.64518 10.8164 6.71762 10.6415 6.84655 10.5126C6.97548 10.3836 7.15035 10.3112 7.33268 10.3112H13.0068L11.4302 8.73453C11.3014 8.60562 11.2291 8.43089 11.2291 8.2487C11.2291 8.06651 11.3014 7.89177 11.4302 7.76286Z" fill="%238888C7"/></svg>');
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .list ul li::before {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1600px) {
  .list ul li::before {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 1900px) {
  .list ul li::before {
    top: -3px;
    width: 31px;
    height: 31px;
  }
}
.list ul li + li {
  margin-top: 6px;
}

span.error {
  border: 1px solid #FF4040 !important;
}

.error-message {
  color: #FF4040;
  display: none;
  font-size: 12px;
  bottom: -20px;
  left: 0;
  line-height: normal;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px;
  border-radius: 5px;
  margin-bottom: 3px;
  margin-top: -10px;
}

.iti {
  width: 100%;
}

.iti__flag-container {
  padding-left: 6px;
}

.iti--allow-dropdown input[type=tel] {
  padding-left: 71px;
}

.iti__country-list {
  z-index: 9;
}

.iti__arrow {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M12.75 7.5L9 11.25L5.25 7.5" stroke="%23414A66" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  border: unset !important;
  transition: 0.5s ease all;
  margin-left: 10px;
}

.iti__arrow--up {
  transform: rotate(180deg);
  transition: 0.5s ease all;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: unset;
}

.iti__selected-flag div:first-child {
  transform: scale(1.4);
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: 5px;
}

textarea {
  resize: none;
}

input,
textarea,
select {
  outline: unset;
  border: unset;
}
input:focus, input:focus-visible, input:focus-within,
textarea:focus,
textarea:focus-visible,
textarea:focus-within,
select:focus,
select:focus-visible,
select:focus-within {
  outline: unset;
  border: unset;
}

select {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M5.25 7.5L9 11.25L12.75 7.5" stroke="%23414A66" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  border: unset;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 90%;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}
select:focus-visible {
  outline: unset;
}

@media (min-width: 992px) {
  .justify-content-lg-between {
    justify-content: space-between;
  }
}

.navbar-toggler:focus {
  border: unset;
  outline: unset;
  box-shadow: unset;
}

input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
}

.file-upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.file-label {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border: 2px solid #2E3192;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #007bff;
  text-decoration: none;
}

.file-label:hover {
  background-color: #2E3192;
}
.file-label:hover span {
  color: white;
}

.file-input {
  display: none;
}

.file-info {
  font-size: 0.9em;
  color: #555;
}

.file-name {
  margin-top: 10px;
  font-size: 0.9em;
  color: #333;
  word-wrap: break-word;
}

.file-icon {
  margin-right: 10px;
}

.file-cta {
  display: flex;
  align-items: center;
}

#fadeSection {
  opacity: 0;
  transition: opacity 1s ease-in-out; /* Smooth transition */
}

/* Class to change opacity to 1 */
.visible {
  opacity: 1 !important;
  transition: opacity 1s ease-in-out;
}

.formGroup {
  position: relative;
}

.custom-radio {
  display: inline-block;
  cursor: pointer;
}

.custom-radio input[type=radio] {
  display: none;
}

.custom-radio input[type=radio]:checked + .radio-content {
  border-color: #007bff;
}

.tabb-content {
  display: none;
}

.tabb-content.active {
  display: block;
}

.w700 {
  font-weight: 700;
}

input.error, textarea.error {
  border: 1px solid #FF4040 !important;
}

label.error {
  color: #FF4040 !important;
  position: relative;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
label.error::after {
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.33333 8C1.33333 4.3181 4.3181 1.33333 8 1.33333C11.6819 1.33333 14.6667 4.3181 14.6667 8C14.6667 11.6819 11.6819 14.6667 8 14.6667C4.3181 14.6667 1.33333 11.6819 1.33333 8ZM8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM5.74485 5.74477C5.96282 5.52681 6.31621 5.52681 6.53418 5.74477L7.99999 7.21058L9.46578 5.74479C9.68375 5.52682 10.0371 5.52682 10.2551 5.74479C10.4731 5.96276 10.4731 6.31615 10.2551 6.53412L8.78932 7.99991L10.2551 9.46569C10.4731 9.68366 10.4731 10.0371 10.2551 10.255C10.0371 10.473 9.68373 10.473 9.46576 10.255L7.99999 8.78924L6.53419 10.255C6.31623 10.473 5.96283 10.473 5.74487 10.255C5.5269 10.0371 5.5269 9.68367 5.74487 9.4657L7.21066 7.99991L5.74485 6.5341C5.52688 6.31613 5.52688 5.96274 5.74485 5.74477Z" fill="%23FF4040"/></svg>');
  background-size: cover;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.gap-sm-5 {
  gap: 10px;
}

@media (min-width: 992px) {
  .gap-6-md {
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .gap-9-lg {
    gap: 10px;
  }
}
@media (min-width: 1440px) {
  .gap-10-xl {
    gap: 10px;
  }
}
/* Hide number input spinner */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.custom-checkbox {
  margin-top: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .checkmark {
  position: relative;
  background-color: transparent;
  border: 1px solid #CFCFD2;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px; /* Add this for rounded corners */
  height: 17px;
  width: 17px;
}
@media (min-width: 992px) {
  .custom-checkbox .checkmark {
    margin-right: 8px;
  }
}
@media (min-width: 1200px) {
  .custom-checkbox .checkmark {
    margin-right: 9px;
    height: 19px;
    width: 19px;
  }
}
@media (min-width: 1440px) {
  .custom-checkbox .checkmark {
    margin-right: 10px;
    height: 20px;
    width: 20px;
  }
}
@media (min-width: 1600px) {
  .custom-checkbox .checkmark {
    height: 22px;
    width: 22px;
  }
}
@media (min-width: 1900px) {
  .custom-checkbox .checkmark {
    height: 24px;
    width: 24px;
  }
}

.custom-checkbox input:checked ~ .checkmark::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 18px;
  border: solid #00C2AE;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  top: -6px;
  right: 0px;
}
@media (min-width: 1440px) {
  .custom-checkbox input:checked ~ .checkmark::before {
    width: 9px;
    height: 18px;
  }
}
@media (min-width: 1600px) {
  .custom-checkbox input:checked ~ .checkmark::before {
    width: 11px;
    height: 20px;
  }
}
@media (min-width: 1900px) {
  .custom-checkbox input:checked ~ .checkmark::before {
    width: 13px;
    height: 22px;
  }
}

.hidden {
  display: none;
}

.show {
  display: block;
}

/* Fullscreen Loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #161B22;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Loader Content */
.loader-content {
  text-align: center;
}

.spinner {
  height: 42.03px;
  margin-bottom: 18px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Loader Text */
.loader-content p {
  background: linear-gradient(90deg, #3412E0 0%, #7928E5 47.91%, #07B4CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 40px;
  line-height: normal;
  font-size: 19px;
  font-weight: 900;
  color: #007acc; /* Same blue as spinner */
}
@media (max-width: 575px) {
  .loader-content p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .loader-content p {
    font-size: 19px;
    margin-bottom: 66px;
  }
}
@media (min-width: 992px) {
  .loader-content p {
    font-size: 20px;
    margin-bottom: 68px;
  }
}
@media (min-width: 1200px) {
  .loader-content p {
    font-size: 22px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1440px) {
  .loader-content p {
    font-size: 24px;
    margin-bottom: 72px;
  }
}
.loader-content span {
  font-size: 16.898px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .loader-content span {
    font-size: 16.898px;
  }
}
@media (min-width: 992px) {
  .loader-content span {
    font-size: 18.898px;
  }
}
@media (min-width: 1200px) {
  .loader-content span {
    font-size: 21.898px;
  }
}
@media (min-width: 1440px) {
  .loader-content span {
    font-size: 22.898px;
  }
}

.visibility-hidden {
  visibility: hidden;
}

.dropdown-menu {
  width: 100%;
  margin: auto !important;
  background: unset;
}
.dropdown-menu button {
  color: #fff;
}

.dropdown-item.active {
  background: unset !important;
}
.dropdown-item.active:hover {
  color: #000 !important;
}

.dropdown-item:hover {
  background: #fff !important;
}

.dropDown {
  margin-bottom: 24px;
  border-radius: 8px;
  background: #2E3192;
  font-size: 16px;
  line-height: 24px;
}
.dropDown button {
  color: #fff;
  font-weight: 400;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  position: relative;
  padding: 8px 20px 8px 20px;
  white-space: pre-line;
}
.dropDown button::after {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: unset;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0889 6.19526C13.3493 6.45561 13.3493 6.87772 13.0889 7.13807L8.4468 11.7802C8.32178 11.9052 8.15221 11.9754 7.9754 11.9754C7.79859 11.9754 7.62902 11.9052 7.50399 11.7802L2.86188 7.13807C2.60153 6.87772 2.60153 6.45561 2.86188 6.19526C3.12223 5.93491 3.54434 5.93491 3.80469 6.19526L7.9754 10.366L12.1461 6.19526C12.4065 5.93491 12.8286 5.93491 13.0889 6.19526Z" fill="%23ffff"/></svg>');
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  border-radius: 8px;
}

.select2-container--default .select2-results > .select2-results__options {
  padding: 8px;
  background-color: #2f353f;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background-color: #2f353f;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #979A9C;
}

.select2-dropdown {
  background-color: transparent;
}

.select2-results__option {
  padding: 4px 12px;
  line-height: 150%;
  margin-bottom: 4px;
}

.enquiryBtn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #D6DFFA;
  padding: 2.948% 11.205%;
}

.slick-track {
  margin-left: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: none;
}

.fancybox-navigation .fancybox-button div {
  background: rgb(255, 255, 255);
}

.fancybox-container {
  z-index: 100000000000000000;
}

.fancybox-button {
  background: rgb(255, 255, 255);
}

.p-26 {
  font-weight: 400;
  font-family: "IBM Plex Serif";
  font-size: 16px;
  line-height: 138.462%;
}
@media (min-width: 768px) {
  .p-26 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .p-26 {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .p-26 {
    font-size: 17px;
  }
}
@media (min-width: 1360px) {
  .p-26 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .p-26 {
    font-size: 19px;
  }
}
@media (min-width: 1600px) {
  .p-26 {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .p-26 {
    font-size: 26px;
  }
}

.btn-theme {
  display: block;
  line-height: normal;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  padding: 10px 15px;
}
@media (min-width: 1600px) {
  .btn-theme {
    padding: 12px 17px;
  }
}
@media (min-width: 1900px) {
  .btn-theme {
    padding: 14px 19px;
  }
}
.btn-theme.btnLight {
  background-color: #D6DFFA;
  color: #2E3192;
}
.btn-theme.btnLight:hover {
  background-color: #2E3192;
  color: #D6DFFA;
}
.btn-theme.btnDark {
  background-color: #2E3192;
  color: #fff;
}
.btn-theme.btnDark:hover {
  color: #2E3192;
  background-color: #D6DFFA;
}
.btn-theme.btnBorder {
  border: 1px solid #8888C7;
}

.arrow-btn {
  border-radius: 50%;
  background: #A5A5DF;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 8.37px;
  bottom: 13.83px;
  width: 35px;
  height: 35px;
}
@media (min-width: 1600px) {
  .arrow-btn {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1900px) {
  .arrow-btn {
    width: 45px;
    height: 45px;
  }
}
.arrow-btn:hover {
  background-color: #fff;
}
.arrow-btn:hover path {
  fill: #2E3192;
}

.btn-cancel {
  border: 1px solid #DADDE4;
  background: #FFF;
}

.slick-nav {
  justify-content: space-between;
  margin-left: auto;
  position: absolute;
  right: 10px;
  z-index: 999;
  width: 110px;
}
@media (min-width: 768px) {
  .slick-nav {
    width: 95px;
  }
}
@media (min-width: 992px) {
  .slick-nav {
    width: 100px;
  }
}
@media (min-width: 1200px) {
  .slick-nav {
    width: 139px;
  }
}
@media (min-width: 1600px) {
  .slick-nav {
    width: 170px;
  }
}
@media (min-width: 1900px) {
  .slick-nav {
    width: 195px;
  }
}
.slick-nav div {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .slick-nav div {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .slick-nav div {
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 1280px) {
  .slick-nav div {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1440px) {
  .slick-nav div {
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 1600px) {
  .slick-nav div {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1900px) {
  .slick-nav div {
    width: 90px;
    height: 90px;
  }
}
.slick-nav div svg {
  height: auto;
  width: 15px;
}
@media (min-width: 576px) {
  .slick-nav div svg {
    width: 16px;
  }
}
@media (min-width: 768px) {
  .slick-nav div svg {
    width: 17px;
  }
}
@media (min-width: 992px) {
  .slick-nav div svg {
    width: 18px;
  }
}
@media (min-width: 1200px) {
  .slick-nav div svg {
    width: 19px;
  }
}
@media (min-width: 1440px) {
  .slick-nav div svg {
    width: 20.475px;
  }
}
@media (min-width: 1600px) {
  .slick-nav div svg {
    width: 22px;
  }
}
@media (min-width: 1900px) {
  .slick-nav div svg {
    width: 25px;
  }
}

.heading h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .heading h2 {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .heading h2 {
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .heading h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1360px) {
  .heading h2 {
    margin-bottom: 23px;
  }
}
@media (min-width: 1440px) {
  .heading h2 {
    margin-bottom: 25px;
  }
}
.heading h2 span {
  font-weight: 300;
  display: block;
  line-height: normal;
}

.modal-backdrop.show {
  opacity: 0.53;
  background: rgb(25, 33, 60);
}

.product-btn {
  font-weight: 500;
  color: #2E3192;
  gap: 8.14px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 11px;
}
@media (min-width: 1200px) {
  .product-btn {
    font-size: 12.5px;
  }
}
@media (min-width: 1440px) {
  .product-btn {
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .product-btn {
    font-size: 15px;
  }
}
@media (min-width: 1900px) {
  .product-btn {
    font-size: 17px;
  }
}
.product-btn i {
  background-color: #A5A5DF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
  width: 22px;
  height: 22px;
}
@media (min-width: 768px) {
  .product-btn i {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .product-btn i {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 1280px) {
  .product-btn i {
    width: 30.174px;
    height: 30.66px;
  }
}
@media (min-width: 1440px) {
  .product-btn i {
    width: 33.174px;
    height: 33.66px;
  }
}
@media (min-width: 1600px) {
  .product-btn i {
    width: 36.174px;
    height: 36.66px;
  }
}
@media (min-width: 1440px) {
  .product-btn i {
    width: 39.174px;
    height: 39.66px;
  }
}
.product-btn i svg {
  height: auto;
  width: 10px;
}
@media (min-width: 768px) {
  .product-btn i svg {
    width: 10.5px;
  }
}
@media (min-width: 1200px) {
  .product-btn i svg {
    width: 11.5px;
  }
}
@media (min-width: 1280px) {
  .product-btn i svg {
    width: 12px;
  }
}
@media (min-width: 1440px) {
  .product-btn i svg {
    width: 12.6px;
  }
}
@media (min-width: 1600px) {
  .product-btn i svg {
    width: 14.6px;
  }
}
@media (min-width: 1900px) {
  .product-btn i svg {
    width: 16.6px;
  }
}
.product-btn:hover {
  color: #111722;
}
.product-btn:hover i {
  background-color: #2E3192;
}
.product-btn:hover i svg {
  animation: arrowExitEnter 0.5s ease-in-out;
}

.load {
  line-height: 128.571%;
  color: #A5A5DF;
  font-weight: 600;
}

.mobile-menu {
  padding-bottom: 11px;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.mobile-menu button {
  margin: 0;
  padding: 6px 19px;
  border: 1px solid #d6dffa;
  border-radius: 8px;
  color: rgba(46, 49, 146, 0.6588235294);
}

.title h1 span {
  font-weight: 400;
  color: #414A66;
}

.top-header {
  padding: 10px 0px 10px 0px;
  z-index: 999;
  position: relative;
}
@media (max-width: 767px) {
  .top-header {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .top-header {
    padding: 10px 0px 10px 0px;
  }
}
@media (min-width: 1200px) {
  .top-header {
    padding: 19.09px 0px 19.09px 0px;
  }
}
@media (min-width: 1600px) {
  .top-header {
    padding: 20px 0px 20px 0px;
  }
}
.top-header > div > .d-flex {
  max-width: 100%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .top-header > div > .d-flex {
    max-width: 85%;
  }
}
@media (min-width: 1440px) {
  .top-header > div > .d-flex {
    max-width: 86.463%;
  }
}
.top-header .country {
  gap: 17px;
}
@media (min-width: 1900px) {
  .top-header .country {
    gap: 25px;
  }
}
.top-header .country img {
  height: auto;
  margin-right: 8px;
}
@media (min-width: 1600px) {
  .top-header .country img {
    width: 35px;
  }
}
@media (min-width: 1900px) {
  .top-header .country img {
    width: 40px;
  }
}
.top-header .country a {
  color: #414A66;
}

header {
  transition: 0.5s ease all;
  position: relative;
  z-index: 9999;
}
header + picture {
  position: absolute;
  top: 22px;
  z-index: 0;
}
header + picture img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  header.scrolled nav {
    align-items: center;
  }
}
header .main-header {
  top: 3px;
  position: fixed;
  width: 100%;
  z-index: 99;
}
@media (min-width: 768px) {
  header .main-header {
    top: 35px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  header .main-header {
    top: 29px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  header .main-header {
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  header .main-header {
    padding-right: 30px;
    top: 33px;
  }
}
@media (min-width: 1600px) {
  header .main-header {
    top: 36px;
  }
}
@media (min-width: 1900px) {
  header .main-header {
    top: 39px;
  }
}
header .main-header a.brand {
  width: 90px;
}
@media (min-width: 768px) {
  header .main-header a.brand {
    width: 11.54%;
    transform: translateX(-15px);
  }
}
@media (min-width: 1600px) {
  header .main-header a.brand {
    transform: translateX(-27px);
  }
}
header .main-header a.brand img {
  width: 100%;
  height: auto;
}
header .main-header nav {
  display: flex;
  justify-content: end;
  width: 80.5%;
}
@media (max-width: 767px) {
  header .main-header nav {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  header .main-header nav {
    align-items: center;
    margin-top: 22px;
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 5px 5px 20px;
  }
}
@media (max-width: 1199px) {
  header .main-header nav {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  header .main-header nav {
    background-color: #fff;
    justify-content: space-between;
    width: 87.579%;
  }
}
@media (min-width: 1280px) {
  header .main-header nav {
    padding: 6px 6px 6px 24px;
  }
}
@media (min-width: 1440px) {
  header .main-header nav {
    padding: 8px 8px 8px 28px;
    width: 86.579%;
  }
}
@media (min-width: 1600px) {
  header .main-header nav {
    width: 85.9%;
    padding: 10px 10px 10px 30px;
  }
}
@media (min-width: 1900px) {
  header .main-header nav {
    padding: 12px 12px 12px 35px;
  }
}
header .main-header nav ul {
  gap: 33px;
}
@media (min-width: 1200px) {
  header .main-header nav ul {
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  header .main-header nav ul {
    gap: 26px;
  }
}
@media (min-width: 1440px) {
  header .main-header nav ul {
    gap: 33px;
  }
}
@media (min-width: 1600px) {
  header .main-header nav ul {
    gap: 45px;
  }
}
@media (min-width: 1900px) {
  header .main-header nav ul {
    gap: 49px;
  }
}
header .main-header nav ul a {
  font-weight: 400;
  color: #414A66;
}
header .main-header nav ul a:hover, header .main-header nav ul a.active {
  color: #2E3192;
}
header .contact-details {
  gap: 18px;
}
@media (min-width: 1200px) {
  header .contact-details {
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  header .contact-details {
    gap: 24px;
  }
}
@media (min-width: 1600px) {
  header .contact-details {
    gap: 30px;
  }
}
@media (min-width: 1900px) {
  header .contact-details {
    gap: 35px;
  }
}
header .contact-details div {
  display: flex;
  align-items: center;
}
header .contact-details div a {
  color: #414A66;
  position: relative;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 1600px) {
  header .contact-details div a {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  header .contact-details div a {
    font-size: 18px;
  }
}
header .contact-details div a + a {
  padding-left: 10px;
  margin-left: 10px;
}
header .contact-details div a + a::after {
  position: absolute;
  content: "|";
  left: 0;
}
@media (min-width: 1600px) {
  header .contact-details div a + a {
    padding-left: 12px;
    margin-left: 12px;
  }
}
@media (min-width: 1600px) {
  header .contact-details div a + a {
    padding-left: 14px;
    margin-left: 14px;
  }
}
header .contact-details div a:hover {
  color: #2E3192;
}
header .contact-details svg {
  margin-right: 5px;
  height: auto;
}
@media (min-width: 1600px) {
  header .contact-details svg {
    width: 18px;
  }
}
@media (min-width: 1900px) {
  header .contact-details svg {
    margin-right: 8px;
    width: 23px;
  }
}

.drop-downs {
  position: relative;
  padding-right: 20px;
}
@media (min-width: 1600px) {
  .drop-downs {
    padding-right: 25px;
  }
}
@media (min-width: 1900px) {
  .drop-downs {
    padding-right: 30px;
  }
}
.drop-downs::after {
  background: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.431969 1.13119C0.596056 0.967151 0.818576 0.875 1.05059 0.875C1.28261 0.875 1.50513 0.967151 1.66922 1.13119L6.00047 5.46244L10.3317 1.13119C10.4967 0.9718 10.7178 0.883605 10.9472 0.885598C11.1766 0.887592 11.3961 0.979615 11.5583 1.14185C11.7205 1.30408 11.8126 1.52354 11.8146 1.75296C11.8166 1.98238 11.7284 2.20341 11.569 2.36844L6.61909 7.31831C6.45501 7.48235 6.23249 7.5745 6.00047 7.5745C5.76845 7.5745 5.54593 7.48235 5.38184 7.31831L0.431969 2.36844C0.267932 2.20435 0.175781 1.98183 0.175781 1.74981C0.175781 1.51779 0.267932 1.29527 0.431969 1.13119Z" fill="%23414A66"/></svg>');
  width: 12px;
  height: 12px;
  top: 46%;
  transform: translateY(-50%);
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (min-width: 1440px) {
  .drop-downs::after {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 1900px) {
  .drop-downs::after {
    width: 16px;
    height: 16px;
  }
}
.drop-downs:hover .product-sidebar {
  display: block;
}

.navbar-toggler {
  background: #2e3192;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}

.scrolled .main-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  padding-right: 0;
  top: 0;
  transition: 0.8s ease all;
}
.scrolled .main-header a.brand {
  width: 60px;
  transition: 0.5s ease all;
  transform: translateX(0);
}
@media (min-width: 768px) {
  .scrolled .main-header a.brand {
    width: 80px;
  }
}
.scrolled .main-header nav {
  margin-top: 0;
}

.mobDropDown {
  position: relative;
  background-color: unset;
}
.mobDropDown button {
  background-color: #2E3192;
  position: absolute;
  right: 0;
  top: 0;
  width: 27px;
  height: 27px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.mobDropDown button svg {
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}
.mobDropDown button.show svg {
  transition: transform 0.5s ease;
  transform: rotate(180deg);
}
.mobDropDown .dropdown-menu {
  position: unset !important;
  transform: translate(0) !important;
  border: unset;
  padding-left: 25px;
  background: unset;
}
.mobDropDown .dropdown-menu li {
  margin-bottom: 10px;
}

.submenu > ul {
  padding-left: 20px;
}

body.modal-open header {
  z-index: 999;
  transition: 0.5s ease all;
}

header .product-menu {
  background: #FFF;
  padding: 28px;
  width: 47.323%;
}
header .top-brands {
  padding: 28px;
  width: 52.6%;
}
header .product-sidebar {
  padding-top: 13px;
  position: absolute;
  width: 672px;
  top: 23px;
  display: none;
  border-radius: 0px 0px 12px 12px;
  overflow: hidden;
}
header .product-sidebar p {
  color: #414A66;
  line-height: normal;
  padding-bottom: 13px;
  margin-bottom: 17px;
  color: #333;
  border-bottom: 1px solid rgba(129, 141, 166, 0.22);
}
@media (min-width: 1440px) {
  header .product-sidebar {
    padding-top: 18px;
  }
}
@media (min-width: 1440px) {
  header .product-sidebar {
    width: 672px;
  }
}
@media (min-width: 1600px) {
  header .product-sidebar {
    width: 700px;
  }
}
@media (min-width: 1900px) {
  header .product-sidebar {
    width: 800px;
  }
}
header .product-sidebar .d-flex {
  background: #f7f8fc;
}
header .product-sidebar .icon {
  display: flex;
}
header .product-sidebar .icon svg {
  height: auto;
  width: 18px;
}
header .accordion-item {
  overflow: hidden;
  border-radius: 5px !important;
  background: rgba(217, 217, 217, 0.22);
  border: unset;
}
header .accordion-item.active button {
  color: #2E3192;
}
header .accordion-item.active button path {
  stroke: #2E3192;
}
header .accordion-item.active .submenu {
  display: block;
}
header .accordion-item.active .accordion-toggle .arrow {
  transform: rotate(180deg);
}
header .accordion-item + div {
  margin-top: 10px;
}
header .accordion-toggle {
  gap: 8px;
  width: 100%;
  padding: 6px 12px;
  background: none;
  border: none;
  outline: none;
  background: none;
  font-size: 13px;
  display: flex;
  cursor: pointer;
  position: relative;
}
header .accordion-toggle::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 13px;
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M1.43197 4.63143C1.59606 4.4674 1.81858 4.37524 2.05059 4.37524C2.28261 4.37524 2.50513 4.4674 2.66922 4.63143L7.00047 8.96268L11.3317 4.63143C11.4967 4.47204 11.7178 4.38385 11.9472 4.38584C12.1766 4.38784 12.3961 4.47986 12.5583 4.64209C12.7205 4.80432 12.8126 5.02378 12.8146 5.25321C12.8166 5.48263 12.7284 5.70366 12.569 5.86868L7.61909 10.8186C7.45501 10.9826 7.23249 11.0747 7.00047 11.0747C6.76845 11.0747 6.54593 10.9826 6.38184 10.8186L1.43197 5.86868C1.26793 5.7046 1.17578 5.48208 1.17578 5.25006C1.17578 5.01804 1.26793 4.79552 1.43197 4.63143Z" fill="%23414A66"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
header .accordion-item.active .accordion-toggle::after {
  transform: rotate(180deg);
}
header .submenu {
  list-style: none;
  margin: 0;
  padding: 0 14px 0px 14px;
  display: none;
  max-height: 139px;
  overflow-y: auto;
  direction: rtl;
  margin-left: 33px;
  margin-bottom: 13px;
}
header .submenu::-webkit-scrollbar {
  width: 2px;
}
header .submenu::-webkit-scrollbar-thumb {
  background: #414A66;
}
header .submenu li + li {
  margin-top: 14px;
}
header .submenu li, header .submenu a {
  line-height: normal;
  font-size: 13px;
}

.brands-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.brands-grid picture {
  max-height: 33px;
  overflow: hidden;
}
@media (min-width: 1900px) {
  .brands-grid picture {
    min-height: 37px;
  }
}
.brands-grid a {
  text-align: center;
  width: 48%;
  background: #fff;
  border-radius: 8px;
  padding: 16px 17px;
  height: auto;
  box-sizing: border-box;
}

footer {
  margin-bottom: 30px;
  margin-top: 48px;
}
@media (min-width: 1200px) {
  footer {
    margin-bottom: 32px;
    margin-top: 54px;
  }
}
@media (min-width: 1280px) {
  footer {
    margin-bottom: 34px;
    margin-top: 60px;
  }
}
@media (min-width: 1440px) {
  footer {
    margin-bottom: 36px;
    margin-top: 66px;
  }
}
@media (min-width: 1600px) {
  footer {
    margin-bottom: 38px;
  }
}
@media (min-width: 1900px) {
  footer {
    margin-bottom: 40px;
  }
}
footer a:hover {
  color: #A5A5DF;
}
footer .container-ctn {
  background: #111722;
  border-radius: 21px;
  padding: 25px 20px 25px 20px;
}
@media (min-width: 768px) {
  footer .container-ctn {
    padding: 45px 55.5px 28px 55.5px;
  }
}
@media (min-width: 1200px) {
  footer .container-ctn {
    border-radius: 23px;
    padding: 50px 60.5px 33px 60.5px;
  }
}
@media (min-width: 1280px) {
  footer .container-ctn {
    border-radius: 25px;
    padding: 55px 65.5px 38px 65.5px;
  }
}
@media (min-width: 1440px) {
  footer .container-ctn {
    border-radius: 27px;
    padding: 60px 70.5px 43px 70.5px;
  }
}
@media (min-width: 1600px) {
  footer .container-ctn {
    border-radius: 29px;
    padding: 65px 75.5px 48px 75.5px;
  }
}
@media (min-width: 1900px) {
  footer .container-ctn {
    border-radius: 31px;
    padding: 70px 80.5px 53px 80.5px;
  }
}
footer .footer-about {
  width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  footer .footer-about {
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  footer .footer-about {
    width: 54.854%;
  }
}
footer .footer-about div a {
  margin-top: 10px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  footer .footer-about div a {
    margin-top: 16px;
    margin-left: 19px;
  }
}
@media (min-width: 1280px) {
  footer .footer-about div a {
    margin-top: 18px;
    margin-left: 21px;
  }
}
@media (min-width: 1440px) {
  footer .footer-about div a {
    margin-top: 20px;
    margin-left: 23px;
  }
}
@media (min-width: 1600px) {
  footer .footer-about div a {
    margin-top: 22px;
    margin-left: 25px;
  }
}
@media (min-width: 1900px) {
  footer .footer-about div a {
    margin-top: 24px;
    margin-left: 27px;
  }
}
@media (min-width: 768px) {
  footer .footer-about div {
    width: 79.852%;
  }
}
footer .logo {
  width: 50%;
}
@media (min-width: 768px) {
  footer .logo {
    width: 16.655%;
  }
}
footer .subscribe-form {
  width: 100%;
}
@media (max-width: 1199px) {
  footer .subscribe-form {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  footer .subscribe-form {
    width: 36.95%;
  }
}
footer .footer-top {
  border-bottom: 1px solid #99999A;
  padding-bottom: 31.54px;
  margin-bottom: 44.14px;
}
@media (min-width: 1280px) {
  footer .footer-top {
    padding-bottom: 33.54px;
    margin-bottom: 46.14px;
  }
}
@media (min-width: 1440px) {
  footer .footer-top {
    padding-bottom: 35.54px;
    margin-bottom: 48.14px;
  }
}
@media (min-width: 1600px) {
  footer .footer-top {
    padding-bottom: 37.54px;
    margin-bottom: 52.14px;
  }
}
@media (min-width: 1900px) {
  footer .footer-top {
    padding-bottom: 39.54px;
    margin-bottom: 56.14px;
  }
}
footer p,
footer a,
footer strong,
footer li {
  color: #818DA6;
}
footer strong {
  line-height: normal;
  display: block;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  margin-bottom: 16.5px;
}
@media (min-width: 1200px) {
  footer strong {
    font-size: 13px;
    margin-bottom: 16.5px;
  }
}
@media (min-width: 1350px) {
  footer strong {
    font-size: 15px;
    margin-bottom: 17.5px;
  }
}
@media (min-width: 1440px) {
  footer strong {
    font-size: 16px;
    margin-bottom: 18.5px;
  }
}
@media (min-width: 1600px) {
  footer strong {
    font-size: 18px;
    margin-bottom: 20.5px;
  }
}
@media (min-width: 1900px) {
  footer strong {
    font-size: 20px;
    margin-bottom: 22.5px;
  }
}
footer .location-box .location-address {
  gap: 2%;
}
@media (min-width: 992px) {
  footer .location-box .location-address div {
    width: 90.036%;
  }
}
footer .location-box ul {
  gap: 0;
}
footer .location-box + div {
  margin-top: 15px;
}

.subscribe-form label {
  display: flex;
  align-items: center;
}
.subscribe-form div {
  border-radius: 5px;
  border: 1px solid #818DA6;
  padding: 4.5px 4px 4.5px 15px;
  margin-top: 19px;
}
@media (min-width: 1200px) {
  .subscribe-form div {
    padding: 2.5px 2px 2.5px 10px;
  }
}
@media (min-width: 1280px) {
  .subscribe-form div {
    padding: 3px 2.3px 3px 11px;
    margin-top: 17px;
  }
}
@media (min-width: 1440px) {
  .subscribe-form div {
    padding: 3.77px 3px 3.77px 12px;
    margin-top: 19px;
  }
}
@media (min-width: 1600px) {
  .subscribe-form div {
    padding: 4.77px 4px 4.77px 13px;
    margin-top: 21px;
  }
}
@media (min-width: 1900px) {
  .subscribe-form div {
    padding: 5.77px 5px 5.77px 14px;
    margin-top: 21px;
  }
}
.subscribe-form p {
  line-height: 138.462%;
}
.subscribe-form input:focus {
  border: unset;
}
.subscribe-form input::-moz-placeholder {
  font-size: 13px;
}
.subscribe-form p,
.subscribe-form input,
.subscribe-form input::placeholder {
  font-size: 13px;
}
@media (min-width: 1200px) {
  .subscribe-form input::-moz-placeholder {
    font-size: 12px;
  }
  .subscribe-form p,
  .subscribe-form input,
  .subscribe-form input::placeholder {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .subscribe-form input::-moz-placeholder {
    font-size: 13px;
  }
  .subscribe-form p,
  .subscribe-form input,
  .subscribe-form input::placeholder {
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .subscribe-form input::-moz-placeholder {
    font-size: 14px;
  }
  .subscribe-form p,
  .subscribe-form input,
  .subscribe-form input::placeholder {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .subscribe-form input::-moz-placeholder {
    font-size: 15px;
  }
  .subscribe-form p,
  .subscribe-form input,
  .subscribe-form input::placeholder {
    font-size: 15px;
  }
}
.subscribe-form .btn-theme {
  background-color: #A5A5DF;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .subscribe-form .btn-theme {
    font-size: 15px;
    min-width: 130px;
  }
}
@media (min-width: 1440px) {
  .subscribe-form .btn-theme {
    min-width: 148px;
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .subscribe-form .btn-theme {
    min-width: 33.945%;
    font-size: 17px;
  }
}
@media (min-width: 1900px) {
  .subscribe-form .btn-theme {
    font-size: 17px;
  }
}
.subscribe-form strong {
  margin-bottom: 4.55px;
}
@media (min-width: 1200px) {
  .subscribe-form strong {
    margin-bottom: 2.55px;
  }
}
@media (min-width: 1440px) {
  .subscribe-form strong {
    margin-bottom: 4.55px;
  }
}
@media (min-width: 1600px) {
  .subscribe-form strong {
    margin-bottom: 6.55px;
  }
}
@media (min-width: 1900px) {
  .subscribe-form strong {
    margin-bottom: 8.55px;
  }
}
.subscribe-form input {
  background: transparent;
  outline: unset;
  border: unset;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .subscribe-form input {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .subscribe-form input {
    margin-left: 10px;
  }
}
@media (min-width: 1440px) {
  .subscribe-form input {
    margin-left: 12px;
  }
}
@media (min-width: 1600px) {
  .subscribe-form input {
    margin-left: 14px;
  }
}
@media (min-width: 1900px) {
  .subscribe-form input {
    margin-left: 16px;
  }
}
.subscribe-form svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .subscribe-form svg {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1200px) {
  .subscribe-form svg {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1440px) {
  .subscribe-form svg {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1600px) {
  .subscribe-form svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1900px) {
  .subscribe-form svg {
    width: 22px;
    height: 22px;
  }
}

.footer-bottom svg {
  width: 14px;
  height: 14px;
}
@media (min-width: 1200px) {
  .footer-bottom svg {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1440px) {
  .footer-bottom svg {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1600px) {
  .footer-bottom svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1900px) {
  .footer-bottom svg {
    width: 22px;
    height: 22px;
  }
}
.footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
@media (min-width: 1200px) {
  .footer-bottom ul {
    gap: 11px;
  }
}
@media (min-width: 1440px) {
  .footer-bottom ul {
    gap: 13px;
  }
}
@media (min-width: 1600px) {
  .footer-bottom ul {
    gap: 14px;
  }
}
@media (min-width: 1900px) {
  .footer-bottom ul {
    gap: 16px;
  }
}
.footer-bottom ul li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
@media (min-width: 1440px) {
  .footer-bottom ul li {
    gap: 4px;
  }
}
@media (min-width: 1600px) {
  .footer-bottom ul li {
    gap: 6px;
  }
}
@media (min-width: 1900px) {
  .footer-bottom ul li {
    gap: 8px;
  }
}
.footer-bottom ul span {
  display: flex;
}
.footer-bottom ul + strong {
  margin-top: 25.5px;
}
@media (min-width: 1200px) {
  .footer-bottom ul + strong {
    margin-top: 23.5px;
  }
}
@media (min-width: 1440px) {
  .footer-bottom ul + strong {
    margin-top: 25.5px;
  }
}
@media (min-width: 1600px) {
  .footer-bottom ul + strong {
    margin-top: 27.5px;
  }
}
@media (min-width: 1900px) {
  .footer-bottom ul + strong {
    margin-top: 29.5px;
  }
}
.footer-bottom ul + strong + ul {
  gap: 15px;
}
@media (min-width: 1200px) {
  .footer-bottom ul + strong + ul {
    gap: 13px;
  }
}
@media (min-width: 1440px) {
  .footer-bottom ul + strong + ul {
    gap: 15px;
  }
}
@media (min-width: 1600px) {
  .footer-bottom ul + strong + ul {
    gap: 17px;
  }
}
@media (min-width: 1900px) {
  .footer-bottom ul + strong + ul {
    gap: 19px;
  }
}
.footer-bottom ul + strong + ul li {
  line-height: 20px;
}
@media (min-width: 1600px) {
  .footer-bottom ul + strong + ul li {
    line-height: 22px;
  }
}
@media (min-width: 1900px) {
  .footer-bottom ul + strong + ul li {
    line-height: 24px;
  }
}
.footer-bottom li,
.footer-bottom a {
  line-height: normal;
}
@media (min-width: 1200px) {
  .footer-bottom .colums {
    gap: 30px 0px;
  }
}
@media (max-width: 767px) {
  .footer-bottom .colums div {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer-bottom .colums div + div {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer-bottom {
    gap: 25px 0px;
  }
}
.footer-bottom .quick-links {
  width: 60%;
}
@media (min-width: 768px) {
  .footer-bottom .quick-links {
    width: 23%;
  }
}
@media (max-width: 767px) {
  .footer-bottom .quick-links:first-child {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom .quick-links:first-child {
    width: 15%;
  }
}
.footer-bottom .quick-links:first-child ul {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .footer-bottom .quick-links:first-child ul li {
    width: 46%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom .quick-links:last-child {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .footer-bottom .quick-links:last-child {
    order: -1;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-bottom .quick-links:nth-child(3) {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer-bottom .address {
    width: 31%;
  }
}

.footer-category {
  margin-top: 40px;
  gap: 20px 2%;
}
@media (min-width: 768px) {
  .footer-category {
    gap: 40px 2%;
  }
}
@media (min-width: 1200px) {
  .footer-category {
    margin-top: 50px;
    gap: 50px 2%;
  }
}
.footer-category > div {
  width: 100%;
}
@media (min-width: 576px) {
  .footer-category > div {
    width: 32%;
  }
}
@media (min-width: 992px) {
  .footer-category > div {
    width: 18%;
  }
}
.footer-category a strong:hover {
  color: #A5A5DF;
}

.copyright {
  border-top: 1px solid #99999A;
  margin-top: 43.36px;
  padding-top: 12.18px;
}
@media (max-width: 1199px) {
  .copyright {
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .copyright {
    margin-top: 45.36px;
    padding-top: 13.18px;
  }
}
@media (min-width: 1440px) {
  .copyright {
    margin-top: 47.36px;
    padding-top: 15.18px;
  }
}
@media (min-width: 1600px) {
  .copyright {
    margin-top: 49.36px;
    padding-top: 17.18px;
  }
}
@media (min-width: 1900px) {
  .copyright {
    margin-top: 51.36px;
    padding-top: 19.18px;
  }
}
.copyright ul,
.copyright .copy-text {
  gap: 10.27px;
}
@media (min-width: 768px) {
  .copyright ul,
  .copyright .copy-text {
    gap: 12.27px;
  }
}
@media (min-width: 1200px) {
  .copyright ul,
  .copyright .copy-text {
    gap: 14.27px;
  }
}
@media (min-width: 1440px) {
  .copyright ul,
  .copyright .copy-text {
    gap: 16.27px;
  }
}
@media (min-width: 1600px) {
  .copyright ul,
  .copyright .copy-text {
    gap: 18.27px;
  }
}
@media (min-width: 1900px) {
  .copyright ul,
  .copyright .copy-text {
    gap: 20.27px;
  }
}
.copyright ul {
  display: flex;
}
@media (max-width: 767px) {
  .copyright ul {
    width: 100%;
    justify-content: center;
  }
}
.copyright ul li {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 15.73px;
  padding-left: 22.73px;
}
@media (min-width: 1200px) {
  .copyright ul li {
    padding-left: 24.73px;
  }
}
@media (min-width: 1440px) {
  .copyright ul li {
    padding-left: 26.73px;
  }
}
@media (min-width: 1600px) {
  .copyright ul li {
    padding-left: 28.73px;
  }
}
@media (min-width: 1900px) {
  .copyright ul li {
    padding-left: 30.73px;
  }
}
.copyright ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #D9D9D9;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .copyright ul li::before {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1440px) {
  .copyright ul li::before {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1600px) {
  .copyright ul li::before {
    width: 11px;
    height: 11px;
  }
}
@media (min-width: 1900px) {
  .copyright ul li::before {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .copyright p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .copyright p, .copyright a {
    text-align: center;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .social {
    width: 100%;
    text-align: center;
  }
  .social-links {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .social {
    order: -2;
  }
}
@media (max-width: 1199px) {
  .social + div {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .social + div {
    order: 2;
  }
}
.social strong {
  margin-bottom: 10.5px;
}
@media (min-width: 1200px) {
  .social strong {
    margin-bottom: 10.5px;
  }
}
@media (min-width: 1440px) {
  .social strong {
    margin-bottom: 12.5px;
  }
}
@media (min-width: 1600px) {
  .social strong {
    margin-bottom: 14.5px;
  }
}
@media (min-width: 1900px) {
  .social strong {
    margin-bottom: 16.5px;
  }
}
.social-links {
  gap: 5px;
}
@media (min-width: 1200px) {
  .social-links {
    gap: 6px;
  }
}
@media (min-width: 1440px) {
  .social-links {
    gap: 7px;
  }
}
@media (min-width: 1600px) {
  .social-links {
    gap: 10px;
  }
}
@media (min-width: 1900px) {
  .social-links {
    gap: 13px;
  }
}
.social-links a {
  display: flex;
}
.social-links a:hover {
  filter: invert(1);
}
.social-links svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 1200px) {
  .social-links svg {
    width: 21px;
    height: 21px;
  }
}
@media (min-width: 1280px) {
  .social-links svg {
    width: 23px;
    height: 23px;
  }
}
@media (min-width: 1440px) {
  .social-links svg {
    width: 25px;
    height: 25px;
  }
}

.offcanvas {
  width: 100%;
  z-index: 9999999;
}

.searchOffcanvas {
  height: -moz-fit-content;
  height: fit-content;
}
.searchOffcanvas .offcanvas-header {
  background: #ebe5f0;
}
@media (min-width: 992px) {
  .searchOffcanvas .offcanvas-header {
    padding: 12px 60px;
  }
}
@media (min-width: 1200px) {
  .searchOffcanvas .offcanvas-header {
    padding: 15px 70px;
  }
}
@media (min-width: 1600px) {
  .searchOffcanvas .offcanvas-header {
    padding: 20px 100px;
  }
}
.searchOffcanvas .searchButton {
  height: 100%;
  display: block;
  padding: 0px 20px;
  border-radius: 5px;
}
.searchOffcanvas .search {
  background: #2E3192;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.searchOffcanvas div#searchOffcanvasLabel {
  width: 95%;
}
.searchOffcanvas input {
  border: unset;
  border-radius: 5px 0px 0px 5px;
  height: 50px;
  padding-left: 20px;
  color: #2E3192;
}
.searchOffcanvas .btn-close:focus {
  box-shadow: unset;
}

.mobile_left_menu {
  min-height: 100vh;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0px 0px 16px 16px;
  background: #f9faff;
  box-shadow: 0px 2px 4px 0px rgba(22, 40, 2, 0.1);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
@media (min-width: 768px) {
  .mobile_left_menu {
    width: 25%;
  }
}
.mobile_left_menu nav {
  padding-left: 20px;
}
.mobile_left_menu nav a {
  color: #596075;
  font-weight: 400;
}
.mobile_left_menu li.has-sub > ul {
  padding-left: 25px;
  margin-bottom: 20px;
}
.mobile_left_menu ul {
  width: 100%;
}
.mobile_left_menu .social {
  position: absolute;
  bottom: 30px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
.mobile_left_menu .social .btn {
  width: 100%;
  color: #fff;
  font-weight: 600;
  padding: 8px 0px;
  margin-bottom: 15px;
}
.mobile_left_menu .social .btn:last-child {
  border: 1px solid #fff;
}
.mobile_left_menu .social .btn:last-child:hover {
  background-color: #D6DFFA;
  border-color: #D6DFFA;
}
.mobile_left_menu .social ul {
  display: flex;
  justify-content: space-between;
}
.mobile_left_menu .social ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 13px;
  gap: 5px;
}
.mobile_left_menu .social ul svg {
  width: 22px;
  height: auto;
}
.mobile_left_menu .offcanvas-header div {
  display: flex;
  align-items: center;
  gap: 39px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .mobile_left_menu .offcanvas-header div {
    gap: 34px;
  }
}
.mobile_left_menu .btn-close {
  filter: invert(0);
  opacity: 1;
  width: 26px;
  height: 26px;
}
.mobile_left_menu .btn-close path {
  fill: #fff;
  stroke: #fff;
}
.mobile_left_menu ul li {
  margin-bottom: 5px;
}
.mobile_left_menu ul li a {
  font-size: 16px;
}
.mobile_left_menu .btn-close {
  margin-right: 0;
}
.mobile_left_menu .offcanvas-header {
  padding-bottom: 0;
}

@keyframes arrowExitEnter {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(20px);
    opacity: 0;
  }
  70% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.enquiryForm .modal-dialog {
  margin: auto;
  max-width: 95%;
}
@media (min-width: 992px) {
  .enquiryForm .modal-dialog {
    max-width: 58.96%;
  }
}
.enquiryForm .modal-content {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 10px 10px rgba(54, 54, 54, 0.11);
  padding: 42px 32px 32px 32px;
}
.enquiryForm .formGroup {
  padding: 0;
}
.enquiryForm .row {
  gap: 12px;
}
@media (min-width: 768px) {
  .enquiryForm .row {
    gap: 8px;
  }
}
@media (min-width: 992px) {
  .enquiryForm .row {
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .row {
    gap: 13px;
  }
}
@media (min-width: 1280px) {
  .enquiryForm .row {
    gap: 14px;
  }
}
@media (min-width: 1360px) {
  .enquiryForm .row {
    gap: 15px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm .row {
    gap: 16px;
  }
}
.enquiryForm .col--6 {
  width: 100%;
}
@media (min-width: 768px) {
  .enquiryForm .col--6 {
    width: 49%;
  }
}
.enquiryForm .col--4 {
  width: 100%;
}
@media (min-width: 768px) {
  .enquiryForm .col--4 {
    width: 32%;
  }
}
.enquiryForm .title {
  font-weight: 600;
  color: #414A66;
  font-size: 18px;
  margin-bottom: 30px;
}
.enquiryForm .btn-close {
  position: absolute;
  right: 20px;
  background-color: #DEDEF6;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  top: 32px;
  z-index: 2;
  z-index: 2;
}
@media (max-width: 991px) {
  .enquiryForm .btn-close svg {
    width: 20px;
  }
}
@media (min-width: 992px) {
  .enquiryForm .btn-close {
    width: 42px;
    height: 42px;
  }
}
.enquiryForm .btn-close:focus {
  outline: unset;
  box-shadow: unset;
}
.enquiryForm .buttonGroup {
  gap: 12px;
}
.enquiryForm .buttonGroup button {
  min-width: 119px;
  min-height: 36px;
}
@media (min-width: 1200px) {
  .enquiryForm .buttonGroup button {
    min-height: 46px;
  }
}
.enquiryForm .buttonGroup .btn-cancel:hover {
  background-color: #D6DFFA;
  color: #2E3192;
}

input, textarea {
  line-height: normal;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #DADDE4;
  background: #FFF;
  padding: 13.5px 12px;
}
input:focus, textarea:focus {
  border: 1px solid #DADDE4;
}

textarea {
  height: 150px;
}

.leftFixedBox {
  position: fixed;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  right: 1.9%;
  top: 77%;
  z-index: 10000;
  gap: 22.53px;
}
.leftFixedBox > div:first-child img {
  animation: pulse 2s infinite;
}
@media (max-width: 991px) {
  .leftFixedBox {
    display: none;
  }
}
.leftFixedBox .dropdown-toggle.iconBox {
  margin-bottom: 0;
  margin-bottom: 0;
}
.leftFixedBox .iconBox {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  background: #D6DFFA;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .leftFixedBox .iconBox {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 992px) {
  .leftFixedBox .iconBox {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .leftFixedBox .iconBox {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 1360px) {
  .leftFixedBox .iconBox {
    width: 54px;
    height: 54px;
  }
}
@media (min-width: 1440px) {
  .leftFixedBox .iconBox {
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 1600px) {
  .leftFixedBox .iconBox {
    width: 58px;
    height: 58px;
  }
}
@media (min-width: 1900px) {
  .leftFixedBox .iconBox {
    width: 60px;
    height: 60px;
  }
}
.leftFixedBox .iconBox img {
  height: auto;
  width: 40px;
}
@media (min-width: 768px) {
  .leftFixedBox .iconBox img {
    width: 48px;
  }
}
@media (min-width: 992px) {
  .leftFixedBox .iconBox img {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .leftFixedBox .iconBox img {
    width: 52px;
  }
}
@media (min-width: 1360px) {
  .leftFixedBox .iconBox img {
    width: 54px;
  }
}
@media (min-width: 1440px) {
  .leftFixedBox .iconBox img {
    width: 56px;
  }
}
@media (min-width: 1600px) {
  .leftFixedBox .iconBox img {
    width: 58px;
  }
}
@media (min-width: 1900px) {
  .leftFixedBox .iconBox img {
    width: 60px;
  }
}
.leftFixedBox .iconBox i {
  color: #6f4287;
}
.leftFixedBox .dropdown-menu {
  min-width: 40px;
  width: auto;
  height: 50px;
  background: transparent;
  padding: 0;
  border: 0;
}
.leftFixedBox .dropdown-menu .iconBox {
  background: #2E3192;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  box-shadow: 0px 2px 10px 2px rgba(56, 52, 52, 0.2);
  text-decoration: none;
}
.leftFixedBox .dropdown-menu .iconBox i {
  color: #ffffff;
  font-size: 18px;
}
.leftFixedBox .dropdown-menu .iconBox:hover {
  background: #0a1821;
}
.leftFixedBox .dropdown-menu.show {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
}
.leftFixedBox .QuickSideRightBar {
  position: relative;
}
.leftFixedBox .QuickSideRightBar .iconBox {
  box-shadow: 0px 15px 15px 0px rgba(106, 40, 117, 0.15);
  background: #2E3192;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
}
.leftFixedBox .QuickSideRightBar .slideLeft {
  box-shadow: 0px 15px 15px 0px rgba(106, 40, 117, 0.15);
  position: absolute;
  background: #2E3192;
  width: 0;
  height: 50px;
  right: 0;
  top: 0px;
  font-size: 13px;
  line-height: 40px;
  color: #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  transition: ease-in-out 0.5s;
  border-radius: 30px;
}
.leftFixedBox .QuickSideRightBar .slideLeft .textRight {
  position: absolute;
  left: 12px;
  top: 0;
  font-size: 17px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10px;
}
.leftFixedBox .QuickSideRightBar:hover .slideLeft {
  opacity: 1;
  transition: 0.3s ease-in-out;
  width: 190px;
}
.leftFixedBox .animateBox {
  animation: animate2 2s linear infinite;
}

.bottomFixedMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  border-radius: 10px 10px 0px 0px;
  padding: 12px 0px;
  overflow: hidden;
  background: #2E3192;
}
.bottomFixedMenu ul {
  list-style: none;
}
.bottomFixedMenu span {
  color: #fff;
  display: block;
  line-height: 12px;
}
@media (max-width: 575px) {
  .bottomFixedMenu span {
    font-size: 12px;
  }
}
.bottomFixedMenu li {
  display: flex;
  width: 33.3%;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3803921569);
}
.bottomFixedMenu li a, .bottomFixedMenu li button {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.inner-banner picture {
  position: relative;
  right: -1px;
}
@media (max-width: 767px) {
  .inner-banner picture {
    border-radius: 50% 0% 0% 0px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .inner-banner picture {
    -webkit-mask-image: url(../images/inner/inner-bg-mask.png);
            mask-image: url(../images/inner/inner-bg-mask.png);
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}
.inner-banner picture::after {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0px 0px 50px 50px;
  background: rgba(46, 49, 146, 0.51);
  filter: blur(15px);
  z-index: 0;
}
@media (max-width: 767px) {
  .inner-banner picture img {
    height: 290px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}

.breadcrumb {
  position: absolute;
  bottom: 18px;
  z-index: 1;
  gap: 12px;
  margin: 0 0 0 15px;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin: 0 0 0 51px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb {
    margin: 0 0 0 11px;
  }
}
.breadcrumb svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 1600px) {
  .breadcrumb svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1900px) {
  .breadcrumb svg {
    width: 22px;
    height: 22px;
  }
}
.breadcrumb li, .breadcrumb a {
  color: #D0D2FF;
  line-height: normal;
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li:last-child {
  font-weight: 600;
}
.breadcrumb li + li {
  padding-left: 30px;
}
.breadcrumb li + li::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M7.5 5.25L11.25 9L7.5 12.75" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  background-size: contain;
  transform: translateY(-50%);
}
@media (min-width: 1600px) {
  .breadcrumb li + li::before {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1900px) {
  .breadcrumb li + li::before {
    width: 22px;
    height: 22px;
  }
}

.banner .slick-nav {
  bottom: 10px;
}
@media (min-width: 768px) {
  .banner .slick-nav {
    bottom: 0;
    right: 5px;
  }
}
@media (min-width: 992px) {
  .banner .slick-nav {
    right: 16px;
  }
}
@media (min-width: 1440px) {
  .banner .slick-nav {
    right: 36px;
  }
}
.banner .slick-nav div {
  border: 0.65px solid #D9D9D9;
  background: #FFF;
}
.banner .slick-nav div:hover {
  background-color: #E2E2F0;
}
.banner .slick-nav div:hover path {
  fill: #2E3192;
}
@media (max-width: 767px) {
  .banner {
    margin-top: 55px;
  }
}
.banner.home-banner picture {
  z-index: 0 !important;
  position: relative;
  right: -1px;
}
@media (max-width: 767px) {
  .banner.home-banner picture {
    border-radius: 50% 0% 0% 0px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .banner.home-banner picture {
    -webkit-mask-image: url(../images/home/banner-mask.webp);
            mask-image: url(../images/home/banner-mask.webp);
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}
.banner.home-banner picture::after {
  width: 100%;
  height: 251.056px;
  bottom: 0;
  border-radius: 0px 0px 50px 50px;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0.65) -122.5%, rgba(0, 0, 0, 0.74) 100%);
  filter: blur(20px);
  z-index: 0;
}
.banner.home-banner picture img {
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .banner.home-banner picture img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}

.banner-text-slider {
  position: absolute;
  left: 10px;
  bottom: 60px;
  width: 70%;
}
@media (min-width: 768px) {
  .banner-text-slider {
    left: 58px;
    bottom: 73.89px;
    width: 50.015%;
  }
}
@media (min-width: 1900px) {
  .banner-text-slider {
    left: 69px;
    bottom: 84.89px;
  }
}
.banner-text-slider h1, .banner-text-slider p {
  color: #fff;
}
.banner-text-slider p {
  font-weight: 400;
  text-transform: capitalize;
}
.banner-text-slider h1 {
  font-weight: 600;
  line-height: normal;
}

.about-home {
  padding: 69px 0px;
}
.about-home img {
  border-radius: 30px;
}

.about-image {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .about-image {
    position: sticky;
    top: 100px;
    width: 47.26%;
    padding-right: 4.962%;
  }
}
@media (min-width: 1280px) {
  .about-image {
    width: 38.26%;
  }
}
.about-image img {
  border-radius: 30px;
  width: 100%;
  height: auto;
}
.about-image-text {
  display: flex;
  align-items: center;
  border-radius: 20px;
  background-color: #FFF;
  background-image: url(../images/icons/dots.webp);
  background-position: 115% 100%;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 20px 5px rgba(46, 49, 146, 0.14);
  position: absolute;
  right: 8px;
  bottom: 10px;
  gap: 16px;
  width: 235px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .about-image-text {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .about-image-text {
    padding-left: 22.53px;
    padding-right: 27.34px;
  }
}
@media (min-width: 992px) {
  .about-image-text {
    width: 67.192%;
    bottom: 85.42px;
  }
}
@media (min-width: 1900px) {
  .about-image-text {
    background-position: 110% -4%;
    bottom: 115.42px;
    width: 66.192%;
    padding-left: 36.53px;
  }
}
.about-image-text strong {
  font-weight: 600;
  color: #2E3192;
  font-size: 55px;
  line-height: normal;
}
@media (min-width: 992px) {
  .about-image-text strong {
    right: 0px;
    font-size: 69px;
  }
}
@media (min-width: 1200px) {
  .about-image-text strong {
    font-size: 90px;
  }
}
@media (min-width: 1440px) {
  .about-image-text strong {
    font-size: 96px;
  }
}
@media (min-width: 1900px) {
  .about-image-text strong {
    font-size: 125px;
  }
}
.about-image-text p {
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
  margin: 0;
  color: #596075;
  white-space: pre-line;
}
@media (min-width: 992px) {
  .about-image-text p {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .about-image-text p {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .about-image-text p {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .about-image-text p {
    font-size: 23px;
  }
}
.about-image > h2 {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #E2E2F0;
  font-weight: 500;
  line-height: normal;
  border-radius: 40px;
  margin-bottom: 10px;
  padding: 3px 14px;
}
@media (min-width: 768px) {
  .about-image > h2 {
    padding: 4px 18px;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .about-image > h2 {
    padding: 4px 22px;
  }
}
@media (min-width: 992px) {
  .about-image > h2 {
    padding: 4px 24px;
  }
}
@media (min-width: 1200px) {
  .about-image > h2 {
    padding: 4px 26px;
  }
}
@media (min-width: 1350px) {
  .about-image > h2 {
    padding: 4px 28px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1440px) {
  .about-image > h2 {
    padding: 4px 30px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1600px) {
  .about-image > h2 {
    padding: 4px 32px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1900px) {
  .about-image > h2 {
    padding: 4px 34px;
    margin-bottom: 20px;
  }
}
.about-image > p {
  font-weight: 600;
  color: #000;
  line-height: 136.111%;
  font-size: 25px;
}
@media (min-width: 768px) {
  .about-image > p {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .about-image > p {
    font-size: 35px;
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .about-image > p {
    font-size: 37px;
  }
}
@media (min-width: 1280px) {
  .about-image > p {
    font-size: 33px;
  }
}
@media (min-width: 1350px) {
  .about-image > p {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .about-image > p {
    font-size: 38px;
  }
}
@media (min-width: 1600px) {
  .about-image > p {
    font-size: 42px;
  }
}
@media (min-width: 1900px) {
  .about-image > p {
    font-size: 50px;
  }
}

.about .d-flex {
  gap: 2%;
}
@media (min-width: 992px) {
  .about .d-flex {
    padding-left: 29px;
  }
}
@media (min-width: 1200px) {
  .about .d-flex {
    gap: 4.7%;
  }
}
.about-description {
  width: 100%;
}
@media (max-width: 991px) {
  .about-description {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .about-description {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .about-description {
    width: 50.21%;
  }
}
@media (min-width: 1200px) {
  .about-description {
    width: 45.21%;
  }
}
.about-description strong {
  line-height: normal;
  display: block;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 1900px) {
  .about-description strong {
    font-size: 21.6px;
  }
}
.about-description p {
  margin-bottom: 0;
}
.about-description p + p {
  margin-top: 12px;
}
@media (min-width: 1280px) {
  .about-description p + p {
    margin-top: 15px;
  }
}
@media (min-width: 1440px) {
  .about-description p + p {
    margin-top: 19px;
  }
}
@media (min-width: 1600px) {
  .about-description p + p {
    margin-top: 22px;
  }
}
@media (min-width: 1900px) {
  .about-description p + p {
    margin-top: 25px;
  }
}
.about-description .btn-theme {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .about-description .btn-theme {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) {
  .about-description .btn-theme {
    margin-top: 35px;
  }
}
.about .service {
  position: relative;
  z-index: 1;
  background-color: #E2E2F0;
  border-radius: 35px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
.about .service .slick-dots {
  bottom: -48px;
}
.about .service .slick-list {
  margin: 0px -10px;
}
.about .service .slick-slide {
  margin: 0px 10px;
}
@media (min-width: 992px) {
  .about .service {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .about .service {
    padding: 34px;
    border-radius: 50px;
  }
}
@media (min-width: 1280px) {
  .about .service {
    padding: 38px;
  }
}
@media (min-width: 1440px) {
  .about .service {
    padding: 42px;
  }
}
.about .service-col {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  padding: 15px;
}
@media (min-width: 768px) {
  .about .service-col {
    width: 31.5%;
  }
}
@media (min-width: 1200px) {
  .about .service-col {
    border-radius: 30px;
    padding: 24px;
  }
}
@media (min-width: 1280px) {
  .about .service-col {
    padding: 28px;
  }
}
@media (min-width: 1440px) {
  .about .service-col {
    padding: 32px;
  }
}
.about .service img {
  width: 100%;
  height: auto;
}
.about .service-description {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.about .service-description p {
  flex-grow: 1;
}
.about .service h3 {
  margin-bottom: 15px;
}
.about .service picture {
  margin-bottom: 20px;
}
.about .service img {
  border-radius: 10px;
}
.about .service .btn-theme {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .about .service .btn-theme {
    margin-top: 18px;
  }
}
@media (min-width: 1440px) {
  .about .service .btn-theme {
    margin-top: 20px;
  }
}

.products {
  margin-top: -190px;
}
@media (min-width: 1440px) {
  .products {
    margin-top: -220px;
  }
}
.products .container-ctn {
  background-color: #0A0C5F;
  border-radius: 20px;
  padding: 250px 29px 29px 29px;
  background-image: url(../images/home/logo.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media (min-width: 768px) {
  .products .container-ctn {
    border-radius: 50px;
    padding: 208px 29px 43px 4.99%;
  }
}
@media (min-width: 1440px) {
  .products .container-ctn {
    padding: 276px 72px 43px 72px;
  }
}
@media (min-width: 1900px) {
  .products .container-ctn {
    padding: 290px 72px 46.08px 72px;
  }
}
.products h2 {
  font-weight: 400;
  text-transform: capitalize;
  width: 100%;
}
@media (min-width: 1200px) {
  .products h2 {
    width: 15.672%;
  }
}
@media (min-width: 1280px) {
  .products h2 {
    width: 14.672%;
  }
}
@media (min-width: 1440px) {
  .products h2 {
    width: 12.729%;
  }
}
.products h2 strong {
  font-size: inherit;
  font-weight: 600;
  line-height: 100%;
}
.products h3,
.products h2,
.products p,
.products strong,
.products div {
  color: #fff;
}

.products-wrapper {
  width: 100%;
}
@media (min-width: 1200px) {
  .products-wrapper {
    width: 84.3%;
  }
}
@media (min-width: 1280px) {
  .products-wrapper {
    width: 85.3%;
  }
}
@media (min-width: 1440px) {
  .products-wrapper {
    width: 84.99%;
  }
}
.products-wrapper .slick-nav {
  top: 0;
}
@media (max-width: 767px) {
  .products-wrapper .slick-nav {
    position: initial;
  }
}
.products-wrapper .slick-nav div {
  border: 0.65px solid #8888C7;
  background: #2E3192;
}
.products-wrapper .slick-nav div path {
  fill: #fff;
}
.products-wrapper .slick-nav div:hover {
  background-color: #E2E2F0;
}
.products-wrapper .slick-nav div:hover path {
  fill: #2E3192;
}

.products-main-description {
  width: 100%;
}
@media (min-width: 768px) {
  .products-main-description {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .products-main-description {
    width: 53.555%;
  }
}

.products-slider img,
.products-slider picture {
  border-radius: 10px;
}
.products-slider img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: clamp(223px, 23.282vw, 447px);
}
.products-slider .slick-list {
  margin: 0px -5px;
}
@media (min-width: 1280px) {
  .products-slider .slick-list {
    margin: 0px -5px;
  }
}
.products-slider-item {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 20px;
  transition: 0.5s ease all;
  position: relative;
}
@media (min-width: 768px) {
  .products-slider-item {
    margin-top: 41px;
  }
}
@media (min-width: 1600px) {
  .products-slider-item {
    margin-top: 51px;
  }
}
@media (min-width: 1900px) {
  .products-slider-item {
    margin-top: 60px;
  }
}
.products-slider-item picture {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.products-slider-item picture:after {
  transition: 0.5s ease all;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(46, 49, 146, 0.91) 19.91%, rgba(111, 106, 106, 0) 100%);
}
.products-slider-item:hover {
  transform: translateY(-10px);
  transition: 0.5s ease all;
}
.products-slider-item:hover picture::after {
  transform: translateY(50%);
  transition: 0.5s ease all;
}
.products-slider-item .btn {
  position: absolute;
}

.product-description {
  position: absolute;
  bottom: 19.52px;
  margin-left: 13.02px;
  width: 74.84%;
}
@media (min-width: 1900px) {
  .product-description {
    width: 79.84%;
  }
}
.product-description p {
  font-size: 13px;
}
@media (min-width: 1900px) {
  .product-description p {
    font-size: 18px;
  }
}

.about.container-box-rest ~ .products {
  margin-top: 0;
}
.about.container-box-rest ~ .products .container-ctn {
  padding-top: 29px;
}
@media (min-width: 992px) {
  .about.container-box-rest ~ .products .container-ctn {
    padding-top: 50px;
  }
}
@media (min-width: 1440px) {
  .about.container-box-rest ~ .products .container-ctn {
    padding-top: 72px;
  }
}

.why-choose {
  background: rgba(217, 217, 217, 0.26);
}
.why-choose .col-left {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 992px) {
  .why-choose .col-left {
    position: sticky;
    top: 75px;
  }
}
.why-choose .col-left.title span {
  line-height: normal;
  font-weight: 400;
}
.why-choose .col-left span {
  display: block;
}
.why-choose .col-left > span {
  line-height: normal;
  font-size: 18px;
}
@media (min-width: 992px) {
  .why-choose .col-left > span {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .why-choose .col-left > span {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .why-choose .col-left > span {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .why-choose .col-left > span {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .why-choose .col-left > span {
    font-size: 28px;
  }
}
.why-choose .col-left h2 {
  margin-top: 14px;
  white-space: pre-line;
}
@media (min-width: 1200px) {
  .why-choose .col-left p {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .why-choose .col-left p {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .why-choose .col-left p {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .why-choose .col-left p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .why-choose .col-left {
    width: 30.965%;
  }
}
.why-choose .col-left picture {
  width: 90%;
}
@media (max-width: 991px) {
  .why-choose .col-left picture {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .why-choose .col-left picture {
    width: 91.28%;
  }
}
.why-choose .col-left img {
  width: 100%;
}
.why-choose .col-left picture {
  position: relative;
  margin-left: 32px;
}
@media (min-width: 992px) {
  .why-choose .col-left picture {
    margin-left: 51.5px;
  }
}
.why-choose .col-left picture img {
  height: auto;
  border-radius: 10px 180px 10px 10px;
}
.why-choose .col-left picture::before {
  z-index: -1;
  background-color: #D6DFFA;
  left: -33.01px;
  bottom: -32.67px;
  width: 100%;
  height: 100%;
  border-radius: 10px 180px 10px 10px;
}
.why-choose .col-right {
  width: 100%;
}
.why-choose .col-right p + p {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .why-choose .col-right p + p {
    margin-top: 18px;
  }
}
@media (min-width: 992px) {
  .why-choose .col-right p + p {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .why-choose .col-right p + p {
    margin-top: 22px;
  }
}
@media (min-width: 1280px) {
  .why-choose .col-right p + p {
    margin-top: 23px;
  }
}
@media (min-width: 1440px) {
  .why-choose .col-right p + p {
    margin-top: 25px;
  }
}
@media (min-width: 1600px) {
  .why-choose .col-right p + p {
    margin-top: 27px;
  }
}
@media (min-width: 1900px) {
  .why-choose .col-right p + p {
    margin-top: 29px;
  }
}
@media (min-width: 992px) {
  .why-choose .col-right {
    width: 59.478%;
  }
}
.why-choose .btn-theme {
  margin-top: 19px;
}
@media (max-width: 991px) {
  .why-choose .d-flex:first-child {
    gap: 15px;
  }
}
.why-choose .d-flex + .d-flex {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .why-choose .d-flex + .d-flex {
    margin-top: 46.3px;
  }
}
.why-choose ul {
  counter-reset: css-counter 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1200px) {
  .why-choose ul {
    gap: 26px;
    padding-right: 21.98%;
  }
}
.why-choose ul li {
  counter-increment: css-counter 1;
  position: relative;
  padding-left: 68px;
}
@media (min-width: 992px) {
  .why-choose ul li {
    padding-left: 73.24px;
  }
}
@media (min-width: 1600px) {
  .why-choose ul li {
    padding-left: 83.24px;
  }
}
@media (min-width: 1900px) {
  .why-choose ul li {
    padding-left: 93.24px;
  }
}
.why-choose ul li::after {
  content: " 0" counter(css-counter);
  position: absolute;
  color: #414A66;
  font-weight: 600;
  left: 20px;
  top: 3px;
  font-size: 30px;
}
@media (min-width: 1200px) {
  .why-choose ul li::after {
    top: 7px;
    font-size: 34px;
  }
}
@media (min-width: 1600px) {
  .why-choose ul li::after {
    font-size: 40px;
  }
}
@media (min-width: 1900px) {
  .why-choose ul li::after {
    font-size: 45px;
  }
}
.why-choose ul li::before {
  content: "";
  position: absolute;
  background-color: #A5A5DF;
  left: 0;
  border-radius: 0px 20px;
  top: 12px;
  width: 36px;
  height: 36px;
}
@media (min-width: 1200px) {
  .why-choose ul li::before {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1600px) {
  .why-choose ul li::before {
    width: 45px;
    height: 45px;
    top: 16px;
    border-radius: 0px 25px;
  }
}
@media (min-width: 1900px) {
  .why-choose ul li::before {
    top: 16px;
    border-radius: 0px 30px;
    width: 50px;
    height: 50px;
  }
}
.why-choose ul strong {
  display: block;
  line-height: 150%;
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 1600px) {
  .why-choose ul strong {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1900px) {
  .why-choose ul strong {
    font-size: 20px;
    margin-bottom: 9px;
  }
}

.partners .container-short {
  background-color: #D6DFFA;
  border-radius: 20px;
  padding: 30px;
}
@media (min-width: 576px) {
  .partners .container-short {
    border-radius: 30px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .partners .container-short {
    padding: 64px 92px;
  }
}
@media (min-width: 1600px) {
  .partners .container-short {
    padding: 74px 102px;
    border-radius: 35px;
  }
}
@media (min-width: 1900px) {
  .partners .container-short {
    padding: 84px 112px;
    border-radius: 40px;
  }
}
.partners-description {
  width: 100%;
}
@media (min-width: 992px) {
  .partners-description {
    width: 48.618%;
  }
}
.partners-description h2 {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .partners-description h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .partners-description h2 {
    margin-bottom: 26px;
  }
}
.partners-logos {
  gap: 5px 2%;
  width: 100%;
}
@media (max-width: 991px) {
  .partners-logos {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .partners-logos {
    gap: 22.5px 4.5%;
    width: 47.5%;
  }
}
.partners-logos a {
  position: relative;
  overflow: hidden;
  width: 49%;
  background: #fff;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .partners-logos a {
    width: 47.73%;
  }
}
.partners-logos a picture {
  display: flex;
  align-items: center;
}
.partners-logos a picture img {
  transition: 0.5s ease all;
}
.partners-logos a:hover img {
  transform: scale(1.1);
  transition: 0.5s ease all;
}
.partners-logos a strong {
  display: block;
  line-height: normal;
  color: #000;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 10px;
}
@media (max-width: 575px) {
  .partners-logos a strong {
    margin-bottom: 3px;
  }
}
@media (min-width: 768px) {
  .partners-logos a strong {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .partners-logos a strong {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .partners-logos a strong {
    font-size: 14px;
  }
}
.partners-logos img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  width: 65%;
  height: 37px;
  margin: 20px auto;
}
@media (min-width: 576px) {
  .partners-logos img {
    margin: 20px auto;
  }
}
@media (min-width: 992px) {
  .partners-logos img {
    margin: 5px auto;
    height: 100px;
  }
}

.industries {
  padding: 40px 0px 61px 0px;
}
@media (min-width: 768px) {
  .industries {
    padding: 30px 0px 90px 0px;
  }
}
@media (min-width: 1200px) {
  .industries {
    padding: 48.58px 0px 121.52px 0px;
  }
}
.industries::before {
  width: 50%;
  height: 100%;
  background: rgba(217, 217, 217, 0.26);
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 0px 0px 0px 30px;
}
.industries::after {
  background-image: url(../images/icons/radial.webp);
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: 0px -250px;
  background-size: 200px;
  z-index: -1;
}
@media (min-width: 992px) {
  .industries::after {
    background-position: 0px -40px;
    background-size: 510px;
  }
}
@media (min-width: 1900px) {
  .industries::after {
    background-position: -30px -120px;
    background-size: 500px;
  }
}
.industries .head {
  width: 100%;
}
@media (min-width: 768px) {
  .industries .head {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .industries .head {
    width: 35.445%;
  }
}
.industries-list {
  width: 100%;
}
@media (max-width: 991px) {
  .industries-list {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .industries-list {
    width: 61.847%;
  }
}
.industries-list ul {
  gap: 16px;
}
@media (min-width: 768px) {
  .industries-list ul {
    gap: 23px;
  }
}
.industries-list li {
  border-radius: 10px;
  border: 1px solid #8888C7;
  background: #FFF;
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .industries-list li {
    min-height: 100px;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .industries-list li {
    height: 85px;
  }
}
@media (min-width: 1200px) {
  .industries-list li {
    height: 90px;
  }
}
@media (min-width: 1280px) {
  .industries-list li {
    height: 95px;
  }
}
@media (min-width: 1440px) {
  .industries-list li {
    height: 107px;
  }
}
@media (min-width: 1600px) {
  .industries-list li {
    height: 117px;
  }
}
@media (min-width: 1900px) {
  .industries-list li {
    height: 127px;
  }
}
.industries-list li img {
  height: auto;
  margin-bottom: 5px;
  width: 33px;
}
@media (min-width: 992px) {
  .industries-list li img {
    width: 33px;
  }
}
@media (min-width: 1200px) {
  .industries-list li img {
    width: 40px;
  }
}
@media (min-width: 1440px) {
  .industries-list li img {
    width: 42px;
  }
}
@media (min-width: 1600px) {
  .industries-list li img {
    width: 44px;
  }
}
@media (min-width: 1900px) {
  .industries-list li img {
    margin-bottom: 10px;
    width: 47px;
  }
}
@media (max-width: 575px) {
  .industries-list p {
    font-size: 12px;
    text-align: center;
  }
}
@media (min-width: 1900px) {
  .industries-list p {
    font-size: 20px;
  }
}

.caseStudies {
  overflow-x: hidden;
}
.caseStudies .slick-nav div {
  border: 0.65px solid #D9D9D9;
  background: #FFF;
}
.caseStudies .slick-nav div:hover {
  background-color: #E2E2F0;
}
.caseStudies .slick-nav div:hover path {
  fill: #2E3192;
}
.caseStudies-slider {
  margin-top: 36.95px;
}
.caseStudies-slider-item {
  position: relative;
  padding-bottom: 35px;
  width: 300px;
}
@media (min-width: 768px) {
  .caseStudies-slider-item {
    width: 346.357px;
  }
}
@media (min-width: 1280px) {
  .caseStudies-slider-item {
    width: 335.357px;
  }
}
@media (min-width: 1440px) {
  .caseStudies-slider-item {
    width: 346.357px;
  }
}
@media (min-width: 1600px) {
  .caseStudies-slider-item {
    width: 400.357px;
  }
}
@media (min-width: 1900px) {
  .caseStudies-slider-item {
    width: 474.357px;
  }
}
.caseStudies-slider-item-title {
  width: 81.47%;
  position: absolute;
  bottom: 0;
  border-radius: 20px;
  background: #DEDEF6;
  left: 50%;
  transform: translateX(-50%);
  padding: 16.5px 10px 16.5px 16.66px;
}
@media (min-width: 1600px) {
  .caseStudies-slider-item-title {
    padding: 19.5px 11px 19.5px 19.5px;
  }
}
@media (min-width: 1900px) {
  .caseStudies-slider-item-title {
    padding: 21.5px 12px 21.5px 21.5px;
  }
}
.caseStudies-slider-item-title i {
  position: absolute;
  bottom: 9.77px;
}
.caseStudies-slider-item-title a {
  display: flex;
  justify-content: space-between;
}
.caseStudies-slider-item-title h3 {
  width: 78.28%;
  line-height: normal;
  margin: 0;
  font-size: 15px;
}
@media (min-width: 768px) {
  .caseStudies-slider-item-title h3 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .caseStudies-slider-item-title h3 {
    font-size: 17px;
  }
}
@media (min-width: 1280px) {
  .caseStudies-slider-item-title h3 {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .caseStudies-slider-item-title h3 {
    font-size: 21px;
  }
}
@media (min-width: 1900px) {
  .caseStudies-slider-item-title h3 {
    font-size: 23px;
  }
}
.caseStudies-slider-item-title:hover h3 {
  color: #2E3192;
}
.caseStudies-slider-item-title:hover .arrow-btn {
  background-color: #fff;
}
.caseStudies-slider-item-title:hover .arrow-btn path {
  fill: #2E3192;
}
.caseStudies .container-short {
  margin-bottom: 37.75px;
}
.caseStudies .slick-nav {
  position: initial;
  gap: 14.79px;
}
.caseStudies .slick-nav div {
  border: 0.65px solid #D9D9D9;
  background: #FFF;
}
.caseStudies picture img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  min-height: 300px;
}
@media (min-width: 768px) {
  .caseStudies picture img {
    min-height: 346px;
  }
}
@media (min-width: 1280px) {
  .caseStudies picture img {
    min-height: 335px;
  }
}
@media (min-width: 1440px) {
  .caseStudies picture img {
    min-height: 346px;
  }
}
@media (min-width: 1600px) {
  .caseStudies picture img {
    min-height: 400px;
  }
}
@media (min-width: 1900px) {
  .caseStudies picture img {
    min-height: 474px;
  }
}
.caseStudies .slick-list {
  margin: 0px -11.82px;
}
.caseStudies .slick-slide {
  margin: 0px 11.82px;
}

.testimonial {
  background: rgba(217, 217, 217, 0.26);
  padding: 40px 0px 40px 0px;
}
@media (min-width: 768px) {
  .testimonial {
    padding: 58px 0px 75.85px 0px;
  }
}
.testimonial > svg {
  position: absolute;
  top: 10.05px;
  left: 5.66px;
  height: auto;
  width: 17.726%;
}
.testimonial-profile {
  gap: 16px;
  display: flex;
}
@media (max-width: 575px) {
  .testimonial-profile {
    height: 100%;
    align-items: center;
  }
}
.testimonial-profile p {
  line-height: normal;
}
.testimonial-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: end;
}
@media (min-width: 992px) {
  .testimonial-head {
    width: 27.916%;
  }
}
.testimonial img {
  border-radius: 50%;
}
.testimonial picture {
  width: 58px;
}
@media (min-width: 576px) {
  .testimonial picture {
    width: 50px;
  }
}
@media (min-width: 768px) {
  .testimonial picture {
    width: 48px;
  }
}
@media (min-width: 1200px) {
  .testimonial picture {
    width: 52px;
  }
}
@media (min-width: 1280px) {
  .testimonial picture {
    width: 55px;
  }
}
@media (min-width: 1440px) {
  .testimonial picture {
    width: 58px;
  }
}
@media (min-width: 1900px) {
  .testimonial picture {
    width: 65px;
  }
}
.testimonial picture img {
  width: 100%;
  height: auto;
}
.testimonial .slider-for {
  border-radius: 30px;
  background-color: #2E3192;
  padding: 18px 15px 18px 15px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 576px) {
  .testimonial .slider-for {
    width: 49.7622%;
  }
}
@media (min-width: 992px) {
  .testimonial .slider-for {
    width: 32.7622%;
    padding: 20px 25px 20px 25px;
  }
}
@media (min-width: 1280px) {
  .testimonial .slider-for {
    padding: 23px 29px 23px 29px;
  }
}
@media (min-width: 1440px) {
  .testimonial .slider-for {
    padding: 26.16px 32px 26.16px 32px;
  }
}
@media (min-width: 1900px) {
  .testimonial .slider-for {
    padding: 30.16px 36px 30.16px 36px;
    width: 30.7622%;
  }
}
.testimonial .slider-for p {
  color: #B3C4F7;
}
.testimonial .slider-for p strong {
  color: #fff;
}
.testimonial .slider-for svg {
  height: auto;
  margin-bottom: 10.32px;
  width: 25px;
}
@media (min-width: 768px) {
  .testimonial .slider-for svg {
    width: 35px;
    margin-bottom: 14.32px;
  }
}
@media (min-width: 1200px) {
  .testimonial .slider-for svg {
    margin-bottom: 20.32px;
    width: 44px;
  }
}
@media (min-width: 1280px) {
  .testimonial .slider-for svg {
    margin-bottom: 22.32px;
    width: 46px;
  }
}
@media (min-width: 1440px) {
  .testimonial .slider-for svg {
    margin-bottom: 24.32px;
    width: 48px;
  }
}
@media (min-width: 1900px) {
  .testimonial .slider-for svg {
    margin-bottom: 28.32px;
    width: 52px;
  }
}
.testimonial .slider-for .testimonial-profile {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .testimonial .slider-for .testimonial-profile {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .testimonial .slider-for .testimonial-profile {
    margin-top: 23px;
  }
}
@media (min-width: 1200px) {
  .testimonial .slider-for .testimonial-profile {
    margin-top: 26.7px;
  }
}
@media (min-width: 1280px) {
  .testimonial .slider-for .testimonial-profile {
    margin-top: 28.7px;
  }
}
@media (min-width: 1440px) {
  .testimonial .slider-for .testimonial-profile {
    margin-top: 30.7px;
  }
}
@media (min-width: 1900px) {
  .testimonial .slider-for .testimonial-profile {
    margin-top: 35.7px;
  }
}
.testimonial .slider-for .testimonial-profile p {
  color: #A5A5DF;
  font-size: 16px;
}
@media (min-width: 992px) {
  .testimonial .slider-for .testimonial-profile p {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .testimonial .slider-for .testimonial-profile p {
    font-size: 16px;
  }
}
@media (min-width: 1350px) {
  .testimonial .slider-for .testimonial-profile p {
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  .testimonial .slider-for .testimonial-profile p {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .testimonial .slider-for .testimonial-profile p {
    font-size: 22px;
  }
}
.testimonial .slider-for .testimonial-profile span {
  color: #D6DFFA;
}
.testimonial span {
  font-size: 12px;
}
@media (min-width: 992px) {
  .testimonial span {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .testimonial span {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .testimonial span {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .testimonial span {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .testimonial span {
    font-size: 20px;
  }
}
.testimonial .slider-nav {
  width: 100%;
}
@media (max-width: 575px) {
  .testimonial .slider-nav {
    margin-top: 20px;
  }
}
@media (min-width: 576px) {
  .testimonial .slider-nav {
    width: 46.266%;
  }
}
@media (min-width: 992px) {
  .testimonial .slider-nav {
    width: 35.266%;
  }
}
@media (max-width: 575px) {
  .testimonial .slider-nav .slick-slide > p, .testimonial .slider-nav .slick-slide > strong, .testimonial .slider-nav .slick-slide > p strong {
    font-size: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .testimonial .slider-nav p {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial .slider-nav p {
    font-size: 14px;
  }
}
.testimonial .slider-nav .slick-current {
  display: none;
}
.testimonial .slider-nav .slick-list {
  margin: -5px 0px;
}
@media (min-width: 576px) {
  .testimonial .slider-nav .slick-list {
    margin: -15.74px 0px;
  }
}
@media (min-width: 1200px) {
  .testimonial .slider-nav .slick-list {
    margin: -11.74px 0px;
  }
}
@media (min-width: 1350px) {
  .testimonial .slider-nav .slick-list {
    margin: -13.74px 0px;
  }
}
@media (min-width: 1350px) {
  .testimonial .slider-nav .slick-list {
    margin: -13.74px 0px;
  }
}
@media (min-width: 1440px) {
  .testimonial .slider-nav .slick-list {
    margin: -15.74px 0px;
  }
}
@media (min-width: 1900px) {
  .testimonial .slider-nav .slick-list {
    margin: -19.74px 0px;
  }
}
.testimonial .slider-nav .social-media {
  bottom: 6px;
  right: 6px;
}
.testimonial .slider-nav .slick-slide {
  position: relative;
  margin: 5px 0px;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px;
}
@media (min-width: 576px) {
  .testimonial .slider-nav .slick-slide {
    margin: -15.74px 0px;
  }
}
@media (min-width: 992px) {
  .testimonial .slider-nav .slick-slide {
    padding: 18px;
  }
}
@media (min-width: 1200px) {
  .testimonial .slider-nav .slick-slide {
    margin: 11.74px 0px;
    padding: 22px;
  }
}
@media (min-width: 1280px) {
  .testimonial .slider-nav .slick-slide {
    padding: 24px;
  }
}
@media (min-width: 1350px) {
  .testimonial .slider-nav .slick-slide {
    padding: 30px;
    margin: 13.74px 0px;
  }
}
@media (min-width: 1440px) {
  .testimonial .slider-nav .slick-slide {
    padding: 34px;
    margin: 15.74px 0px;
  }
}
@media (min-width: 1900px) {
  .testimonial .slider-nav .slick-slide {
    padding: 38px;
    margin: 19.74px 0px;
  }
}
@media (min-width: 576px) {
  .testimonial .slider-nav .testimonial-profile {
    margin-top: 12px;
  }
}
.testimonial .slick-nav {
  position: initial;
  gap: 11px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .testimonial .slick-nav {
    margin-bottom: 20px;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .testimonial .slick-nav {
    margin-right: 0px !important;
    margin-top: 37.4px;
  }
}
.testimonial .slick-nav div {
  border: 0.65px solid #D9D9D9;
  background: #FFF;
}
.testimonial .slick-nav div:hover {
  background-color: #E2E2F0;
}
.testimonial .slick-nav div:hover path {
  fill: #2E3192;
}
.testimonial .social-media picture {
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0;
  background: #fff;
  border-radius: 50%;
  padding: 2px;
  display: flex;
  margin-left: 10px;
  justify-content: flex-end;
}
.testimonial .social-media img {
  width: 24px !important;
}
@media (max-width: 575px) {
  .testimonial .social-media img {
    width: 18px !important;
  }
}
.testimonial .social-media {
  bottom: 0;
  right: 2px;
}

.clients {
  padding: 35px 0px;
  overflow-x: hidden;
}
.clients .slick-track {
  margin-left: auto;
  margin-right: auto;
}
.clients picture {
  border: 1px solid #f8f8f8;
  padding: 10px 25px;
}
.clients .slick-slide {
  margin: 0px 10px;
}
@media (min-width: 768px) {
  .clients .slick-slide {
    margin: 0px 25px;
  }
}
@media (min-width: 992px) {
  .clients .slick-slide {
    margin: 0px 30px;
  }
}
@media (min-width: 1200px) {
  .clients .slick-slide {
    margin: 0px 25px;
  }
}
@media (min-width: 1280px) {
  .clients .slick-slide {
    margin: 0px 35px;
  }
}
@media (min-width: 1440px) {
  .clients .slick-slide {
    margin: 0px 45px;
  }
}
@media (min-width: 1600px) {
  .clients .slick-slide {
    margin: 0px 55px;
  }
}
@media (min-width: 1900px) {
  .clients .slick-slide {
    margin: 0px 60px;
  }
}
.clients .slick-list {
  margin: 0px -10px;
}
@media (min-width: 768px) {
  .clients .slick-list {
    margin: 0px -35px;
  }
}
@media (min-width: 992px) {
  .clients .slick-list {
    margin: 0px -40px;
  }
}
@media (min-width: 1200px) {
  .clients .slick-list {
    margin: 0px -45px;
  }
}
@media (min-width: 1280px) {
  .clients .slick-list {
    margin: 0px -50px;
  }
}
@media (min-width: 1440px) {
  .clients .slick-list {
    margin: 0px -60px;
  }
}
@media (min-width: 1600px) {
  .clients .slick-list {
    margin: 0px -65px;
  }
}
@media (min-width: 1900px) {
  .clients .slick-list {
    margin: 0px -70px;
  }
}
.clients img {
  width: 100%;
  height: auto;
}

.articles {
  background: linear-gradient(180deg, rgba(226, 226, 240, 0.59) 79.81%, rgba(254, 254, 255, 0.59) 100%);
}
@media (max-width: 575px) {
  .articles {
    padding-bottom: 0;
  }
}
.articles .slick-nav {
  position: initial;
  gap: 11px;
}
.articles .slick-nav div {
  border: 0.65px solid #D9D9D9;
  background: #FFF;
}
.articles .slick-nav div:hover {
  background-color: #E2E2F0;
}
.articles .slick-nav div:hover path {
  fill: #2E3192;
}
.articles-slider {
  margin-top: 23px;
}
.articles-slider .slick-list {
  margin: 0px -9.4px;
}
@media (min-width: 1440px) {
  .articles-slider .slick-list {
    margin: 0px -9.4px;
  }
}
@media (min-width: 1600px) {
  .articles-slider .slick-list {
    margin: 0px -12.4px;
  }
}
@media (min-width: 1900px) {
  .articles-slider .slick-list {
    margin: 0px -15.4px;
  }
}
.articles-slider-item {
  border-radius: 20px;
  border: 1px solid #A5A5DF;
  background: #FFF;
  padding: 15px 15px 23px 15px;
  margin: 0px 9.4px;
}
@media (min-width: 1440px) {
  .articles-slider-item {
    margin: 0px 9.4px;
  }
}
@media (min-width: 1600px) {
  .articles-slider-item {
    margin: 0px 12.4px;
  }
}
@media (min-width: 1900px) {
  .articles-slider-item {
    margin: 0px 15.4px;
  }
}
.articles-slider-info {
  gap: 7.52px;
}
.articles-slider-info div {
  border: 1px solid #DEDEF6;
  background: #DEDEF6;
  display: flex;
  align-items: center;
  line-height: normal;
  padding: 5px 10px;
  border-radius: 80px;
  gap: 8px;
  font-size: 11px;
}
@media (min-width: 1440px) {
  .articles-slider-info div {
    font-size: 11px;
  }
}
@media (min-width: 1600px) {
  .articles-slider-info div {
    font-size: 13px;
  }
}
@media (min-width: 1900px) {
  .articles-slider-info div {
    font-size: 15px;
  }
}
.articles-slider-info div + div {
  background-color: #fff;
}
.articles-slider-info svg {
  height: auto;
}
@media (min-width: 1900px) {
  .articles-slider-info svg {
    width: 22px;
    width: 22px;
  }
}
.articles-slider-content {
  margin-top: 14.4px;
}
.articles-slider-content p {
  line-height: 169.231%;
  font-size: 13px;
}
@media (min-width: 1440px) {
  .articles-slider-content p {
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .articles-slider-content p {
    font-size: 15px;
  }
}
@media (min-width: 1900px) {
  .articles-slider-content p {
    font-size: 22px;
  }
}
.articles-slider-content h3 {
  font-size: 18px;
}
@media (min-width: 1600px) {
  .articles-slider-content h3 {
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  .articles-slider-content h3 {
    font-size: 22px;
  }
}
.articles-slider img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.articles-slider picture {
  margin-bottom: 16.19px;
}

.mission-vision {
  background: unset;
}
@media (min-width: 768px) {
  .mission-vision .col-left {
    width: 42%;
  }
  .mission-vision .col-right {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .mission-vision .col-right {
    margin-top: 20px;
  }
}
@media (min-width: 1900px) {
  .mission-vision ul li::before {
    top: 3px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .mission-vision .col-left p {
    font-size: 13.5px;
  }
}
.mission-vision ul + h3 {
  margin-top: 20px;
}
.mission-vision h3 {
  display: flex;
  flex-direction: column;
  gap: 17px;
  line-height: 66.667%;
  margin-bottom: 20px;
  font-size: 25px;
}
@media (min-width: 1440px) {
  .mission-vision h3 {
    gap: 17px;
  }
}
@media (min-width: 1600px) {
  .mission-vision h3 {
    gap: 18px;
  }
}
@media (min-width: 1900px) {
  .mission-vision h3 {
    gap: 19px;
  }
}
.mission-vision h3 span {
  color: #414A66;
  font-weight: 400;
  line-height: 75%;
  font-size: 32px;
}
@media (min-width: 1440px) {
  .mission-vision h3 span {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .mission-vision h3 span {
    font-size: 34px;
  }
}
@media (min-width: 1900px) {
  .mission-vision h3 span {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .mission-vision h3 {
    margin-bottom: 22px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .mission-vision h3 {
    margin-bottom: 20px;
    font-size: 33px;
  }
}
@media (min-width: 1280px) {
  .mission-vision h3 {
    margin-bottom: 24px;
    font-size: 35px;
  }
}
@media (min-width: 1440px) {
  .mission-vision h3 {
    margin-bottom: 29px;
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  .mission-vision h3 {
    margin-bottom: 31px;
    font-size: 34px;
  }
}
@media (min-width: 1900px) {
  .mission-vision h3 {
    margin-bottom: 33px;
    font-size: 38px;
  }
}
.mission-vision-wrapper-box {
  position: relative;
  border-radius: 40px;
  padding: 25px;
  width: 100%;
}
@media (min-width: 1200px) {
  .mission-vision-wrapper-box ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.mission-vision-wrapper-box::before {
  width: 10%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: -1px;
  background-image: url(../images/about/shape.webp);
}
.mission-vision-wrapper-box:nth-child(odd) {
  background-color: #D6DFFA;
}
.mission-vision-wrapper-box:nth-child(even) {
  background-color: rgba(214, 223, 250, 0.5);
}
@media (min-width: 576px) {
  .mission-vision-wrapper-box {
    padding: 30px 99px 30px 30px;
  }
}
@media (max-width: 767px) {
  .mission-vision-wrapper-box + div {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .mission-vision-wrapper-box {
    width: 49%;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .mission-vision-wrapper-box {
    width: 47.945%;
    padding: 25px 25px 25px 25px;
  }
}
@media (min-width: 1280px) {
  .mission-vision-wrapper-box {
    padding: 28px 33px 28px 33px;
  }
}
@media (min-width: 1350px) {
  .mission-vision-wrapper-box {
    padding: 30px 35px 30px 35px;
  }
}
@media (min-width: 1440px) {
  .mission-vision-wrapper-box {
    padding: 36px 41px 36px 41px;
  }
}
.mission-vision picture {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .mission-vision picture {
    display: none;
  }
}
@media (max-width: 1199px) {
  .mission-vision picture {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .mission-vision picture {
    width: 33.498%;
  }
}
.mission-vision picture img {
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .mission-vision picture img {
    max-height: 500px;
  }
}
@media (min-width: 1280px) {
  .mission-vision picture img {
    max-height: 520px;
  }
}
@media (min-width: 1360px) {
  .mission-vision picture img {
    max-height: 500px;
  }
}
@media (min-width: 1440px) {
  .mission-vision picture img {
    max-height: 549px;
  }
}
@media (min-width: 1600px) {
  .mission-vision picture img {
    max-height: 600px;
  }
}
@media (min-width: 1900px) {
  .mission-vision picture img {
    max-height: 630px;
  }
}

@media (min-width: 992px) {
  .core-values {
    margin-top: 60px;
  }
}
.core-values::before {
  width: 11.158%;
  height: 90px;
  background-color: #D6DFFA;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .core-values::before {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .core-values::before {
    height: 120px;
    top: 36px;
  }
}
@media (min-width: 1200px) {
  .core-values::before {
    height: 130px;
  }
}
@media (min-width: 1280px) {
  .core-values::before {
    height: 138px;
  }
}
@media (min-width: 1440px) {
  .core-values::before {
    height: 142px;
  }
}
.core-values h2 {
  line-height: normal;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .core-values h2 {
    margin-bottom: 30px;
    padding-top: 12px;
  }
}
@media (min-width: 992px) {
  .core-values h2 {
    padding-top: 60px;
  }
}
.core-values h2 span {
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 992px) {
  .core-values h2 {
    width: 8.165%;
  }
}
.core-values-box {
  background: rgba(214, 223, 250, 0.4);
  border-radius: 10px 0px 0px 10px;
  padding: 41px 5% 41px 27px;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .core-values-box {
    gap: 30px;
    padding: 41px 5% 41px 27px;
  }
}
@media (min-width: 992px) {
  .core-values-box {
    width: 87.766%;
    gap: 40px;
    padding: 41px 9% 41px 27px;
  }
}
@media (min-width: 1200px) {
  .core-values-box {
    gap: 45px;
  }
}
@media (min-width: 1350px) {
  .core-values-box {
    gap: 55px;
  }
}
@media (min-width: 1440px) {
  .core-values-box {
    gap: 60px;
  }
}
.core-values-box picture {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .core-values-box picture {
    width: 42.917%;
    margin-top: -107px;
  }
}
.core-values-box picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
.core-values-box-description {
  direction: rtl;
  text-align: left;
  width: 100%;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .core-values-box-description {
    width: 49.043%;
    padding-left: 36px;
  }
}
@media (min-width: 1200px) {
  .core-values-box-description {
    height: 191px;
  }
}
@media (min-width: 1360px) {
  .core-values-box-description {
    height: 175px;
  }
}
@media (min-width: 1440px) {
  .core-values-box-description {
    height: 215px;
  }
}
@media (min-width: 1600px) {
  .core-values-box-description {
    height: 245px;
  }
}
@media (min-width: 1900px) {
  .core-values-box-description {
    height: 299px;
  }
}
.core-values ul {
  padding-top: 15px;
}

.ceo {
  position: relative;
}
.ceo::before {
  width: 100%;
  height: 100%;
  background: #EEEEF6;
  left: 0;
  top: 0;
  z-index: -1;
}
.ceo-description {
  width: 100%;
}
@media (min-width: 768px) {
  .ceo-description {
    width: 60.68%;
  }
}
.ceo-info {
  position: absolute;
  right: 0;
  bottom: 9%;
  border-radius: 0px 30px;
  background: #FFF;
  padding: 7.19% 6.692%;
}
.ceo-info::before {
  border-radius: 0px 30px;
  width: 100%;
  height: 100%;
  right: -7px;
  bottom: -8px;
  background-color: #A5A5DF;
  z-index: -1;
}
@media (min-width: 768px) {
  .ceo-info {
    bottom: 16%;
  }
}
@media (min-width: 992px) {
  .ceo-info {
    bottom: 9%;
  }
}
.ceo-info strong,
.ceo-info span {
  display: block;
  line-height: 100%;
}
.ceo-info strong {
  font-weight: 600;
  margin-bottom: 8px;
  color: #414A66;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .ceo-info strong {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .ceo-info strong {
    font-size: 23px;
  }
}
@media (min-width: 1900px) {
  .ceo-info strong {
    font-size: 25px;
  }
}
.ceo-info span {
  font-weight: 500;
  font-size: 11px;
}
@media (min-width: 1440px) {
  .ceo-info span {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .ceo-info span {
    font-size: 13px;
  }
}
@media (min-width: 1900px) {
  .ceo-info span {
    font-size: 14px;
  }
}
.ceo-image {
  padding-right: 9.03%;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media (min-width: 768px) {
  .ceo-image {
    position: sticky;
    top: 90px;
    width: 35.243%;
  }
}
.ceo-image img {
  height: auto;
}
.ceo-image picture {
  padding-top: 46px;
  border-radius: 134px 135px 80px 0px;
  overflow: hidden;
  background: #A5A5DF;
  z-index: -1;
  position: relative;
}
.ceo-image picture img {
  width: 100%;
  height: auto;
}
.ceo-description {
  border-radius: 30px;
  border: 1px solid #8888C7;
}
@media (max-width: 767px) {
  .ceo-description {
    margin-top: 50px;
  }
}
.ceo-description-box {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .ceo-description-box {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .ceo-description-box {
    padding: 40px 0px 20px 0px;
  }
}
@media (min-width: 576px) {
  .ceo-description-box {
    padding: 60px 0px 30px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ceo-description-box {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 86%;
  }
}
@media (min-width: 992px) {
  .ceo-description-box {
    margin: auto;
    padding-left: 4.1%;
    width: 76.7%;
  }
}
@media (min-width: 1350px) {
  .ceo-description-box {
    width: 68.7%;
  }
}
.ceo-description svg {
  position: absolute;
  background-color: #2E3192;
  border-radius: 50%;
  padding: 8px;
  width: 40px;
  height: 40px;
  left: 80%;
  bottom: -6%;
}
@media (min-width: 768px) {
  .ceo-description svg {
    padding: 10px;
    left: 66px;
    width: 45px;
    height: 45px;
    top: -30px;
  }
}
@media (min-width: 992px) {
  .ceo-description svg {
    padding: 10px;
    width: 55px;
    height: 55px;
    top: -30px;
  }
}
@media (min-width: 1200px) {
  .ceo-description svg {
    padding: 12px;
    width: 65px;
    height: 65px;
    top: -35px;
  }
}
@media (min-width: 1440px) {
  .ceo-description svg {
    top: -40px;
    padding: 16px;
    width: 80px;
    height: 80px;
  }
}
.ceo-description p {
  font-weight: 400;
  line-height: 162.5%;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .ceo-description p {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .ceo-description p {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .ceo-description p {
    font-size: 18px;
  }
}
.ceo-description p + p {
  margin-top: 15px;
}
.ceo .head {
  position: absolute;
  background: #EEEEF6;
  left: 9%;
  top: -6%;
}
@media (max-width: 767px) {
  .ceo .head {
    padding: 0px 10px;
  }
}
@media (min-width: 768px) {
  .ceo .head {
    left: -10.5%;
    top: 20%;
  }
}
@media (min-width: 1900px) {
  .ceo .head {
    left: -9%;
  }
}
.ceo .head span,
.ceo .head strong {
  display: block;
}
.ceo .head span {
  margin-bottom: 8px;
  font-weight: 400;
  line-height: 116.16%;
  color: #596075;
  font-size: 14px;
}
@media (min-width: 768px) {
  .ceo .head span {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .ceo .head span {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .ceo .head span {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
@media (min-width: 1350px) {
  .ceo .head span {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .ceo .head span {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .ceo .head span {
    font-size: 26px;
  }
}
@media (min-width: 1920px) {
  .ceo .head span {
    font-size: 28px;
  }
}
.ceo .head h2 {
  color: #414A66;
  font-size: 22px;
  line-height: 77.77%;
}
@media (min-width: 992px) {
  .ceo .head h2 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .ceo .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 1350px) {
  .ceo .head h2 {
    font-size: 33px;
  }
}
@media (min-width: 1440px) {
  .ceo .head h2 {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  .ceo .head h2 {
    font-size: 38px;
  }
}
@media (min-width: 1900px) {
  .ceo .head h2 {
    font-size: 40px;
  }
}

.ceo-image-wrapper svg {
  position: absolute;
  right: 0;
  top: 8.143%;
}

.legacy {
  position: relative;
  border-radius: 10px 0px 0px 10px;
  background: #E3E9FC;
}
.legacy::before {
  width: 100%;
  height: 18.634%;
  bottom: 0;
  right: 0;
  background: #C2CEF4;
}
@media (min-width: 768px) {
  .legacy::before {
    width: 38.634%;
    height: 100%;
    top: 0;
  }
}
.legacy-description {
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .legacy-description {
    width: 39.806%;
  }
}
.legacy picture {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .legacy picture {
    width: 55.632%;
  }
}
.legacy picture img {
  border-radius: 20px;
  border: 12px solid #E3E9FC;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media (min-width: 768px) {
  .legacy picture img {
    height: 100%;
  }
}
.legacy picture::after {
  width: 100%;
  height: 100%;
  border: 12px solid #E3E9FC;
  left: 0;
  border-radius: 20px;
  top: 0;
  z-index: 1;
}

.regional {
  padding-top: 66px;
}
@media (max-width: 575px) {
  .regional {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .regional {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .regional {
    padding-top: 90px;
  }
}
@media (min-width: 1360px) {
  .regional {
    padding-top: 100px;
  }
}
@media (min-width: 1440px) {
  .regional {
    padding-top: 116px;
  }
}
.regional .container-center {
  border-radius: 20px 0;
  background-color: #D6DFFA;
}
.regional .container-center picture {
  margin-top: -11.056%;
  margin-left: -2.237%;
  width: 100%;
}
@media (min-width: 768px) {
  .regional .container-center picture {
    margin-top: -5.056%;
    margin-left: -2.237%;
    width: 51.82%;
  }
}
.regional .container-center picture img {
  width: 100%;
  height: auto;
}
.regional-description {
  overflow-y: auto;
  direction: rtl;
  text-align: left;
  width: 100%;
  padding: 20px 20px 20px 20px;
}
@media (min-width: 768px) {
  .regional-description {
    width: 45.112%;
    height: 190px;
    padding: 0px 10px 0px 25px;
  }
}
@media (min-width: 992px) {
  .regional-description {
    height: 250px;
    padding: 0px 10px 0px 36px;
  }
}

.companies {
  background-image: url(../images/about/vector.png);
  background-repeat: no-repeat;
  background-position: 0% 40%;
  background-size: 25%;
  padding-bottom: 92px;
}
.companies .slick-nav {
  position: initial;
  margin-right: auto;
  margin-left: 0;
}
.companies .heading {
  width: 93%;
}
@media (max-width: 767px) {
  .companies .heading {
    margin-bottom: 20px;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .companies .heading {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .companies .heading {
    width: 20.075%;
  }
}
.companies-slider {
  margin-bottom: 30px;
}
.companies-slider picture {
  margin-bottom: 12.45px;
}
.companies-slider h3 {
  margin-bottom: 7px;
}
.companies-item {
  width: 250px;
  position: relative;
}
.companies-item img {
  height: auto;
  width: 100px;
}
@media (min-width: 992px) {
  .companies-item img {
    width: 110px;
  }
}
@media (min-width: 1200px) {
  .companies-item img {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .companies-item {
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .companies-item {
    width: 306px;
  }
}
@media (min-width: 1600px) {
  .companies-item {
    width: 356px;
  }
}
@media (min-width: 1900px) {
  .companies-item {
    width: 428px;
  }
}
.companies-item a {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  transition: 0.5s ease all;
  color: transparent;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.companies-item:hover a {
  transition: 0.5s opacity ease all;
  opacity: 1;
  color: #2E3192;
  display: flex;
}
.companies-item:hover a img, .companies-item:hover a picture {
  width: 85%;
  margin: auto;
}
.companies-slider-container {
  padding-top: 50px;
  width: 90%;
}
@media (max-width: 767px) {
  .companies-slider-container {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .companies-slider-container {
    width: 68.989%;
  }
}
.companies-slider-container::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  background: #D6DFFA;
  border-radius: 10px 0 0 10px;
  right: -8px;
  top: 0;
}
@media (min-width: 768px) {
  .companies-slider-container::before {
    right: 0;
    width: 81.652%;
  }
}
.companies h2 {
  font-size: 20x;
}
@media (min-width: 1200px) {
  .companies h2 {
    gap: 8px;
  }
}
@media (min-width: 1440px) {
  .companies h2 {
    gap: 9px;
  }
}
.companies h2 span {
  line-height: 112.5%;
  font-size: 22px;
}
@media (min-width: 576px) {
  .companies h2 span {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .companies h2 span {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .companies h2 span {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .companies h2 span {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .companies h2 span {
    font-size: 32px;
  }
}
@media (min-width: 576px) {
  .companies h2 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .companies h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .companies h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .companies h2 {
    font-size: 34px;
  }
}
@media (min-width: 1440px) {
  .companies h2 {
    font-size: 36px;
  }
}
.companies .slick-slide {
  border-radius: 10px;
  border: 1px solid #A5A5DF;
  background: #FFF;
  margin: 0px 9px;
  padding: 18px;
}
@media (min-width: 768px) {
  .companies .slick-slide {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .companies .slick-slide {
    padding: 22px;
  }
}
@media (min-width: 1200px) {
  .companies .slick-slide {
    padding: 26px;
  }
}
@media (min-width: 1440px) {
  .companies .slick-slide {
    padding: 30px;
  }
}
.companies .slick-list {
  margin: 0px -9px;
}
.companies .slick-nav {
  right: unset;
  left: 0;
}
.companies .slick-nav div {
  border: 0.65px solid #D9D9D9;
  background: #FFF;
}
.companies .slick-nav div:hover {
  background-color: #E2E2F0;
}
.companies .slick-nav div:hover path {
  fill: #2E3192;
}
.companies .slick-nav div {
  border-radius: 50%;
  border: 0.65px solid #D9D9D9;
  background: #FFF;
}

@media (max-width: 767px) {
  .product-sort .title {
    justify-content: space-between;
    display: flex;
  }
}

.inner-padding {
  padding-bottom: 15px;
  padding-top: 20px;
}
.inner-padding .col-left h2 {
  margin: 0;
}
@media (min-width: 768px) {
  .inner-padding {
    padding-bottom: 20px;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .inner-padding {
    padding-bottom: 25px;
    padding-top: 35px;
  }
}
@media (min-width: 1200px) {
  .inner-padding {
    padding-bottom: 30px;
    padding-top: 40px;
  }
}
@media (min-width: 1440px) {
  .inner-padding {
    padding-bottom: 35px;
    padding-top: 48px;
  }
}

.dropdown-wrapper {
  gap: 4px;
}
@media (min-width: 768px) {
  .dropdown-wrapper {
    gap: 8.24px;
  }
}
@media (max-width: 991px) {
  .dropdown-wrapper {
    width: 100%;
    justify-content: space-between;
  }
}
.dropdown-wrapper select {
  cursor: pointer;
  border-radius: 8.276px;
  background-color: #F4F2F2;
  padding: 0px 21.76px 0px 10px;
  height: 44px;
  font-size: 11px;
}
@media (max-width: 767px) {
  .dropdown-wrapper select {
    width: 32.5%;
  }
  .dropdown-wrapper select option {
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .dropdown-wrapper select {
    font-size: 13px;
    padding: 0px 21.76px 0px 16px;
    min-width: 202.759px;
    width: 32%;
  }
}
@media (min-width: 1440px) {
  .dropdown-wrapper select {
    font-size: 13px;
    height: 48px;
  }
}
@media (min-width: 1600px) {
  .dropdown-wrapper select {
    font-size: 15px;
  }
}
@media (min-width: 1900px) {
  .dropdown-wrapper select {
    font-size: 17px;
  }
}
.dropdown-wrapper select option {
  border: unset;
}

@media (max-width: 767px) {
  .product-list .offcanvas {
    height: 100%;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .product-list .offcanvas {
    z-index: 0;
    visibility: visible;
    position: sticky;
    height: -moz-fit-content;
    height: fit-content;
    top: 105px;
    transform: translate(0);
  }
}
@media (min-width: 1200px) {
  .product-list {
    padding-bottom: 45px;
  }
}
.product-list .load {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .product-list .load {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .product-list .offcanvas {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .product-list .offcanvas {
    width: 36%;
  }
}
@media (min-width: 1200px) {
  .product-list .offcanvas {
    width: 26.98%;
  }
}
.product-list aside {
  width: 100%;
  border-radius: 10px;
  background: rgba(217, 217, 217, 0.24);
  padding: 20px 20px 60px 20px;
}
@media (min-width: 768px) {
  .product-list aside {
    padding: 22px 22px 70px 22px;
  }
}
@media (min-width: 1200px) {
  .product-list aside {
    padding: 28px 16px 85.16px 16px;
  }
}
@media (min-width: 1440px) {
  .product-list aside {
    padding: 28px 28px 85.16px 28px;
  }
}
.product-list aside > p {
  line-height: 100%;
  font-size: 16px;
  margin-bottom: 16px;
}
.product-list aside .view-more {
  color: #0A0C5F;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  line-height: 100%;
  font-size: 12px;
  font-weight: 400;
  padding: 23px 13px 21px 13px;
}
.product-list .brands {
  padding-top: 28px;
  gap: 15px;
}
@media (min-width: 1440px) {
  .product-list .brands {
    gap: 24px;
  }
}
.product-list .brands a {
  width: 45.5%;
  text-align: center;
}
.product-list .brands a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 42px;
}
.product-list article {
  width: 100%;
  gap: 10.9px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 768px) {
  .product-list article {
    width: 51%;
  }
}
@media (min-width: 992px) {
  .product-list article {
    width: 61.291%;
  }
}
@media (min-width: 1200px) {
  .product-list article {
    width: 71.291%;
  }
}
@media (min-width: 1200px) {
  .product-list article {
    gap: 8.5px;
  }
}
@media (min-width: 1350px) {
  .product-list article {
    gap: 9.5px;
  }
}
@media (min-width: 1440px) {
  .product-list article {
    gap: 10.9px;
  }
}
.product-list-search {
  margin-bottom: 12px;
}
.product-list-search svg {
  background-color: #fff;
}
.product-list-search button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.product-list-search input {
  padding: 0px 29px 0px 12px;
  height: 38px;
  border-radius: 5px;
  border: 1px solid rgba(89, 96, 117, 0.24);
  background: #FFF;
}
.product-list-search input::-moz-placeholder {
  font-weight: 400;
  color: #596075;
}
.product-list-search input::placeholder {
  font-weight: 400;
  color: #596075;
}
.product-list summary:focus, .product-list summary:focus-visible {
  outline: unset;
}
.product-list summary,
.product-list summary a {
  color: #414A66;
  font-weight: 400;
  list-style: none;
  line-height: normal;
  padding: 17px 29px 17px 12px;
  position: relative;
}
@media (min-width: 1200px) {
  .product-list summary,
  .product-list summary a {
    padding: 15px 29px 15px 10px;
  }
}
@media (min-width: 1350px) {
  .product-list summary,
  .product-list summary a {
    padding: 17px 29px 17px 12px;
  }
}
.product-list summary details summary,
.product-list summary a details summary {
  background: #FBFAFA;
}
.product-list summary::after,
.product-list summary a::after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M5.25 7.5L9 11.25L12.75 7.5" stroke="%23414A66" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  width: 18px;
  height: 18px;
}
.product-list .accordion-button:focus {
  box-shadow: unset;
}
@media (min-width: 1200px) {
  .product-list .accordion-item button {
    padding: 15px 29px 15px 10px;
  }
}
.product-list .accordion-button::after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M5.25 7.5L9 11.25L12.75 7.5" stroke="%23414A66" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  width: 18px;
  height: 18px;
}
.product-list details {
  transition: 0.5s ease all;
  line-height: normal;
}
.product-list details + details {
  margin-top: 2px;
}
.product-list details details summary {
  background: #FBFAFA;
  padding: 13px 29px 13px 25px;
}
@media (min-width: 1200px) {
  .product-list details details summary {
    padding: 11px 29px 11px 21px;
  }
}
@media (min-width: 1350px) {
  .product-list details details summary {
    padding: 13px 29px 13px 25px;
  }
}
.product-list details ul {
  background: #F0F0F0;
}
.product-list details ul li {
  padding: 13px 11px 13px 36px;
}
@media (min-width: 1200px) {
  .product-list details ul li {
    padding: 11px 9px 11px 34px;
  }
}
@media (min-width: 1350px) {
  .product-list details ul li {
    padding: 13px 11px 13px 36px;
  }
}
.product-list details ul li,
.product-list details ul a {
  line-height: 92.857%;
}
.product-list details ul li:hover,
.product-list details ul a:hover {
  color: #0A0C5F;
  transition: 0.5s ease all;
}
.product-list details[open] {
  transition: 0.5s ease all;
}
.product-list details[open] summary,
.product-list details[open] summary a {
  color: #0A0C5F;
  font-weight: 500;
}
.product-list input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.product-list .accordion-item {
  background: unset;
  border: unset !important;
}
.product-list .accordion-item a {
  color: #0A0C5F;
  font-weight: 500;
}
.product-list .accordion-body {
  background: #F0F0F0;
}

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

article .product-card {
  width: 48.1%;
}
@media (min-width: 768px) {
  article .product-card {
    width: 100%;
  }
}
@media (min-width: 992px) {
  article .product-card {
    width: 49%;
  }
}
@media (min-width: 1200px) {
  article .product-card {
    width: 32.501%;
  }
}

.product-card {
  display: flex !important;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid rgba(111, 106, 106, 0.23);
  background: #FFF;
  padding: 5px;
  transition: 0.5s ease all;
}
@media (min-width: 768px) {
  .product-card {
    padding: 8px;
  }
}
@media (min-width: 1200px) {
  .product-card {
    padding: 10px;
  }
}
@media (min-width: 1350px) {
  .product-card {
    padding: 12px;
  }
}
@media (min-width: 1440px) {
  .product-card {
    padding: 19px;
  }
}
@media (min-width: 1600px) {
  .product-card {
    padding: 21px;
  }
}
@media (min-width: 1900px) {
  .product-card {
    padding: 23px;
  }
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 20px -20px;
  transition: 0.5s ease all;
}
.product-card:hover img {
  transform: scale(1.1);
  transition: 0.5s ease all;
}
.product-card:hover svg {
  animation: arrowExitEnter 0.5s ease-in-out;
}
.product-card:hover a {
  color: #111722;
}
.product-card:hover a i {
  background-color: #2E3192;
}
.product-card h3 {
  line-height: 92.857%;
  margin-bottom: 9px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .product-card h3 {
    margin-bottom: 11px;
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .product-card h3 {
    margin-bottom: 13px;
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .product-card h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.product-card img {
  transition: 0.5s ease all;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.product-card picture {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15.36px;
}
.product-card .product-btn {
  justify-content: flex-end;
}

.product-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 10.58px;
}
.product-details p {
  line-height: 150%;
  font-weight: 400;
  font-size: 10.5px;
}
@media (min-width: 768px) {
  .product-details p {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .product-details p {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .product-details p {
    font-size: 16px;
  }
}

.product-taxonomies {
  gap: 8.1px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product-taxonomies {
    margin-bottom: 13px;
  }
}
@media (min-width: 1200px) {
  .product-taxonomies {
    margin-bottom: 14px;
  }
}
@media (min-width: 1440px) {
  .product-taxonomies {
    margin-bottom: 14.32px;
  }
}
.product-taxonomies a {
  display: block;
  border-radius: 80px;
  border: 1px solid #D6DFFA;
  color: #414A66;
  line-height: 163.636%;
  font-weight: 400;
  padding: 2px 5px;
  font-size: 8px;
}
@media (min-width: 768px) {
  .product-taxonomies a {
    padding: 5px 10px;
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .product-taxonomies a {
    padding: 4px 8px;
    font-size: 10px;
  }
}
@media (min-width: 1280px) {
  .product-taxonomies a {
    padding: 5px 10px;
    font-size: 11px;
  }
}
@media (min-width: 1440px) {
  .product-taxonomies a {
    padding: 5px 10px;
    font-size: 11px;
  }
}
@media (min-width: 1600px) {
  .product-taxonomies a {
    padding: 7px 12px;
    font-size: 13px;
  }
}
@media (min-width: 1900px) {
  .product-taxonomies a {
    padding: 9px 14px;
    font-size: 15px;
  }
}
.product-taxonomies a:nth-child(odd), .product-taxonomies a:hover {
  background-color: #D6DFFA;
}

/* When open, rotate the arrow */
details[open] > summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.product-detail h2 {
  margin-bottom: 9px;
}
@media (min-width: 1600px) {
  .product-detail h2 {
    margin-bottom: 13px;
  }
}
@media (min-width: 1900px) {
  .product-detail h2 {
    margin-bottom: 17px;
  }
}
.product-detail .meta {
  gap: 12px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .product-detail .meta span {
    font-size: 12px;
  }
  .product-detail .meta svg {
    width: 14px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .product-detail .meta {
    gap: 8px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .product-detail .meta {
    margin-bottom: 20px;
    gap: 10px;
  }
}
@media (min-width: 1280px) {
  .product-detail .meta {
    margin-bottom: 26px;
    gap: 13px;
  }
}
@media (min-width: 1440px) {
  .product-detail .meta {
    margin-bottom: 28px;
    gap: 14px;
  }
}
@media (min-width: 1600px) {
  .product-detail .meta {
    margin-bottom: 34px;
  }
}
@media (min-width: 1600px) {
  .product-detail .meta {
    margin-bottom: 34px;
  }
}
@media (min-width: 1900px) {
  .product-detail .meta {
    margin-bottom: 38px;
  }
}
.product-detail .meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-detail .features li {
  line-height: normal;
}
.product-detail .features li::before {
  top: -1px;
}
.product-detail .features li + li {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .product-detail .features li + li {
    margin-top: 12px;
  }
}
@media (min-width: 992px) {
  .product-detail .features li + li {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .product-detail .features li + li {
    margin-top: 14px;
  }
}
@media (min-width: 1440px) {
  .product-detail .features li + li {
    margin-top: 18px;
  }
}
@media (min-width: 1600px) {
  .product-detail .features li + li {
    margin-top: 24px;
  }
}
@media (min-width: 1900px) {
  .product-detail .features li + li {
    margin-top: 26px;
  }
}
.product-detail .btn-group {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .product-detail .btn-group {
    margin-top: 15px;
  }
}
.product-detail .gallery {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 992px) {
  .product-detail .gallery {
    top: 100px;
    position: sticky;
    width: 45.777%;
  }
}
.product-detail .content {
  width: 100%;
  top: 100px;
}
@media (max-width: 991px) {
  .product-detail .content {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .product-detail .content {
    width: 51.255%;
  }
}
.product-detail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.product-detail .btn-group {
  display: flex;
  gap: 12px;
}
.product-detail .btn-group a {
  border: 1px solid #8888C7;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
}
@media (min-width: 768px) {
  .product-detail .btn-group a {
    min-width: 190px;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .product-detail .btn-group a {
    min-width: 180px;
    padding: 18px;
  }
}
@media (min-width: 1280px) {
  .product-detail .btn-group a {
    min-width: 190px;
    padding: 20px;
  }
}
@media (min-width: 1440px) {
  .product-detail .btn-group a {
    min-width: 210px;
    padding: 23px;
  }
}

.product-slider-for {
  margin-bottom: 12px;
}
.product-slider-for img {
  border-radius: 10px;
}

.product-slider-nav img {
  border-radius: 5px;
}
.product-slider-nav .slick-list {
  margin: 0px -4px;
}
@media (min-width: 992px) {
  .product-slider-nav .slick-list {
    margin: 0px -9px;
  }
}
.product-slider-nav .slick-slide {
  margin: 0px 4px;
  padding: 2px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5.4px;
  opacity: 0.4;
  transition: 0.5s ease all;
}
@media (min-width: 992px) {
  .product-slider-nav .slick-slide {
    padding: 4.78px 4px;
    margin: 0px 9px;
  }
}
.product-slider-nav .slick-slide.slick-current.slick-active {
  opacity: 1;
  border: 1px solid #A5A5DF;
  transition: 0.5s ease all;
}

.product-slider-nav .slick-track {
  transform: none !important;
  transition: transform 0.4s ease !important;
}

.product-main-description {
  margin-top: 40px;
  border-top: 1px solid #DADDE4;
}
.product-main-description .nav-tabs {
  position: relative;
  gap: 32px;
  flex-wrap: nowrap;
  overflow: auto;
  overflow-y: hidden;
}
.product-main-description .nav-tabs::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #DADDE4;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 80px;
  z-index: -1;
}
.product-main-description .nav-tabs button {
  background: unset;
  color: #414A66;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 9px;
  border: unset;
  position: relative;
}
.product-main-description .nav-tabs button::after {
  content: "";
  position: absolute;
  width: 0%;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #2E3192;
  transition: 0.5s ease all;
  border-radius: 80px;
}
.product-main-description .nav-tabs button.active {
  font-weight: 600;
  color: #2E3192;
}
.product-main-description .nav-tabs button.active::after {
  width: 100%;
  transition: 0.5s ease all;
}
.product-main-description .tab-container {
  background: rgba(217, 217, 217, 0.13);
  padding: 20px 15px;
  border-radius: 20px;
  overflow-x: auto;
}
@media (min-width: 1200px) {
  .product-main-description .tab-container {
    padding: 28px 26px;
  }
}
.product-main-description .tab-content {
  margin-top: 16px;
  font-weight: 400;
}
.product-main-description .tab-content p,
.product-main-description .tab-content li {
  font-weight: 400;
}
.product-main-description .tab-content strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.brands h2 {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .brands h2 {
    margin-bottom: 14px;
  }
}
@media (min-width: 1440px) {
  .brands h2 {
    margin-bottom: 16px;
  }
}
.brands .container-short {
  overflow: hidden;
}
.brands picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  height: 77px;
}
@media (min-width: 768px) {
  .brands picture img {
    height: 82px;
  }
}
@media (min-width: 992px) {
  .brands picture img {
    height: 87px;
  }
}
@media (min-width: 1200px) {
  .brands picture img {
    height: 92px;
  }
}
@media (min-width: 1350px) {
  .brands picture img {
    height: 97px;
  }
}
@media (min-width: 1440px) {
  .brands picture img {
    height: 102px;
  }
}
@media (min-width: 1600px) {
  .brands picture img {
    height: 107px;
  }
}
@media (min-width: 1900px) {
  .brands picture img {
    height: 112px;
  }
}
.brands .slick-slide {
  margin: 0px 10.5px;
}
@media (min-width: 1200px) {
  .brands .slick-slide {
    margin: 0px 21.5px;
  }
}
.brands .slick-list {
  margin: 0px -10.5px;
}
@media (min-width: 1200px) {
  .brands .slick-list {
    margin: 0px 21.5px;
  }
}

.other-products .slick-slide {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 19px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .other-products .slick-slide {
    margin-top: 22px;
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .other-products .slick-slide {
    margin-top: 25px;
    margin-bottom: 21px;
  }
}
@media (min-width: 1280px) {
  .other-products .slick-slide {
    margin-top: 28px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1440px) {
  .other-products .slick-slide {
    margin-top: 31px;
    margin-bottom: 27px;
  }
}
.other-products .slick-list {
  margin: 0px -4px;
}

.product-category-intro img {
  border-radius: 10px;
}

.alternate-description {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .alternate-description {
    margin-top: 40px;
  }
}
@media (min-width: 1280px) {
  .alternate-description {
    margin-top: 45px;
  }
}
@media (min-width: 1440px) {
  .alternate-description {
    margin-top: 51px;
  }
}
.alternate-description p + p,
.alternate-description p + h3,
.alternate-description p + h2,
.alternate-description p + ul,
.alternate-description p + h3 {
  margin-top: 26px;
}

.sub-category > .container-short > .d-flex {
  gap: 8px 2.3%;
}
@media (min-width: 768px) {
  .sub-category > .container-short > .d-flex {
    gap: 26px 9px;
  }
}
@media (min-width: 992px) {
  .sub-category > .container-short > .d-flex {
    gap: 26px 9px;
  }
}
@media (min-width: 1200px) {
  .sub-category > .container-short > .d-flex {
    gap: 26px 9px;
  }
}
@media (min-width: 1350px) {
  .sub-category > .container-short > .d-flex {
    gap: 27px 10px;
  }
}
@media (min-width: 1440px) {
  .sub-category > .container-short > .d-flex {
    gap: 28px 11px;
  }
}
@media (min-width: 1600px) {
  .sub-category > .container-short > .d-flex {
    gap: 30px 13px;
  }
}
@media (min-width: 1900px) {
  .sub-category > .container-short > .d-flex {
    gap: 32px 15px;
  }
}
.sub-category .product-card {
  width: 48.8%;
}
@media (min-width: 768px) {
  .sub-category .product-card {
    width: 49.3%;
  }
}
@media (min-width: 992px) {
  .sub-category .product-card {
    width: 32.67%;
  }
}
@media (min-width: 1200px) {
  .sub-category .product-card {
    width: 24.282%;
  }
}
.sub-category h2 {
  margin-bottom: 31px;
}

@media (max-width: 767px) {
  .sub-category-mobile-slider {
    margin-bottom: 40px !important;
  }
  .sub-category-mobile-slider .slick-slide {
    margin: 0px 3px;
  }
  .sub-category-mobile-slider .slick-slide div + div {
    margin-top: 5px;
  }
  .sub-category-mobile-slider .slick-list {
    margin: 0px -3px;
    margin-bottom: 10px;
  }
}

.major-products {
  padding-top: 46px;
}
.major-products .head h2 {
  color: #414A66;
  width: 50%;
  font-weight: 600;
}
.major-products .slick-nav {
  position: initial;
}
.major-products .slick-nav div {
  border: 0.65px solid #D9D9D9;
  background: #FFF;
}
.major-products .slick-nav div:hover {
  background-color: #E2E2F0;
}
.major-products .slick-nav div:hover path {
  fill: #2E3192;
}
@media (min-width: 992px) {
  .major-products .slick-slide {
    width: 210.394px;
  }
}
@media (min-width: 1200px) {
  .major-products .slick-slide {
    width: 210.394px;
  }
}
@media (min-width: 1280px) {
  .major-products .slick-slide {
    width: 210.394px;
  }
}
@media (min-width: 1350px) {
  .major-products .slick-slide {
    width: 230.394px;
  }
}
@media (min-width: 1440px) {
  .major-products .slick-slide {
    width: 251.394px;
  }
}
@media (min-width: 1600px) {
  .major-products .slick-slide {
    width: 280.394px;
  }
}
@media (min-width: 1900px) {
  .major-products .slick-slide {
    width: 339px;
  }
}
.major-products .products-slider-item {
  margin-top: 39px;
}
.major-products ~ footer {
  margin-top: 6px;
}

.yt-video button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  width: 55px;
  height: 55px;
}
@media (min-width: 768px) {
  .yt-video button {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 992px) {
  .yt-video button {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 1200px) {
  .yt-video button {
    width: 78px;
    height: 78px;
  }
}
@media (min-width: 1350px) {
  .yt-video button {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1440px) {
  .yt-video button {
    width: 83px;
    height: 83px;
  }
}
@media (min-width: 1600px) {
  .yt-video button {
    width: 85px;
    height: 85px;
  }
}
@media (min-width: 1900px) {
  .yt-video button {
    width: 90px;
    height: 90px;
  }
}
.yt-video button svg {
  height: auto;
  width: 15px;
}
@media (min-width: 992px) {
  .yt-video button svg {
    width: 18px;
  }
}
@media (min-width: 1200px) {
  .yt-video button svg {
    width: 20px;
  }
}
@media (min-width: 1280px) {
  .yt-video button svg {
    width: 22px;
  }
}
@media (min-width: 1350px) {
  .yt-video button svg {
    width: 24px;
  }
}
@media (min-width: 1440px) {
  .yt-video button svg {
    width: 26px;
  }
}
@media (min-width: 1600px) {
  .yt-video button svg {
    width: 28px;
  }
}
@media (min-width: 1900px) {
  .yt-video button svg {
    width: 30px;
  }
}
.yt-video iframe {
  width: 100%;
  height: 194px;
}
@media (min-width: 576px) {
  .yt-video iframe {
    height: 294px;
  }
}
@media (min-width: 768px) {
  .yt-video iframe {
    height: 387px;
  }
}
@media (min-width: 992px) {
  .yt-video iframe {
    height: 507px;
  }
}
@media (min-width: 1200px) {
  .yt-video iframe {
    height: 547px;
  }
}
@media (min-width: 1280px) {
  .yt-video iframe {
    height: 577px;
  }
}
@media (min-width: 1360px) {
  .yt-video iframe {
    height: 617px;
  }
}
@media (min-width: 1440px) {
  .yt-video iframe {
    height: 690px;
  }
}
@media (min-width: 1600px) {
  .yt-video iframe {
    height: 770px;
  }
}
@media (min-width: 1900px) {
  .yt-video iframe {
    height: 920px;
  }
}
.yt-video:hover button {
  opacity: 1;
}

table, tr, td {
  padding: 10px;
  border: 1px solid #596075;
}

table td:has(strong) {
  background-color: #2E3192;
}
@media (max-width: 575px) {
  table td:has(strong) {
    min-width: 190px;
  }
}
table strong {
  color: #fff;
}

.services-detail + .cta {
  margin-top: 0;
}
.services-detail-left {
  width: 100%;
}
@media (max-width: 991px) {
  .services-detail-left {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .services-detail-left {
    width: 39.898%;
  }
}
.services-detail-left img {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .services-detail-left {
    position: sticky;
    top: 100px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.services-detail-left h2,
.services-detail-left span {
  line-height: normal;
}
.services-detail-left h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .services-detail-left h2 {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .services-detail-left h2 {
    margin-bottom: 18px;
  }
}
@media (min-width: 1280px) {
  .services-detail-left h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1350px) {
  .services-detail-left h2 {
    margin-bottom: 22px;
  }
}
@media (min-width: 1440px) {
  .services-detail-left h2 {
    margin-bottom: 24px;
  }
}
.services-detail-left h2 span {
  font-weight: 400;
}
.services-detail-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .services-detail-right {
    width: 56.167%;
  }
}
.services-detail-right div {
  width: 100%;
  border-radius: 10px;
  background: rgba(222, 222, 246, 0.38);
  padding: 15px;
  margin-top: 12px;
}
@media (min-width: 576px) {
  .services-detail-right div {
    padding: 20px 18px;
    width: 49.054%;
  }
}
@media (min-width: 1440px) {
  .services-detail-right div {
    padding: 23px 21px;
    margin-top: 15px;
  }
}
.services-detail-right p + p {
  margin-top: 6px;
}
@media (min-width: 1440px) {
  .services-detail-right p + p {
    margin-top: 8px;
  }
}
.services-detail strong {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
}
@media (min-width: 1440px) {
  .services-detail strong {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.services-detail .d-flex {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .services-detail .d-flex {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .services-detail .d-flex {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .services-detail .d-flex {
    margin-bottom: 44px;
  }
}
@media (min-width: 1200px) {
  .services-detail ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4%;
  }
  .services-detail ul:has(li:nth-child(3)) li {
    width: 41%;
  }
  .services-detail ul:has(li:nth-child(7)) li {
    width: 33%;
  }
}

.services-mid {
  background: linear-gradient(180deg, rgba(226, 226, 240, 0.59) 79.81%, rgba(254, 254, 255, 0.59) 100%);
}
.services-mid h2 {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .services-mid h2 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .services-mid h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1440px) {
  .services-mid h2 {
    margin-bottom: 28px;
  }
}
.services-mid img {
  border-radius: 10px;
}
.services-mid-left {
  width: 100%;
}
@media (min-width: 1200px) {
  .services-mid-left {
    width: 57.312%;
  }
}
.services-mid picture {
  width: 100%;
}
@media (max-width: 1199px) {
  .services-mid picture {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .services-mid picture {
    width: 39.898%;
  }
}

@media (min-width: 1200px) {
  .cta {
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  .cta {
    margin-top: 49px;
  }
}
.cta h2 {
  margin-bottom: 23px;
}
.cta-container {
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(90deg, #6A6ABD 0%, #2E3192 100%);
  padding: 30px 10px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .cta-container {
    border-radius: 20px;
    max-width: 84.093%;
    padding: 22px;
  }
}
@media (min-width: 1200px) {
  .cta-container {
    max-width: 74.093%;
    padding: 25x;
  }
}
@media (min-width: 1440px) {
  .cta-container {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta .btn-theme {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cta .btn-wrap {
    width: 60%;
    gap: 20px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cta .btn-wrap {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .cta .btn-wrap {
    gap: 10px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cta .btn-wrap {
    gap: 3.7%;
    width: 64.179%;
  }
}
.cta .btn-wrap a {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .cta .btn-wrap a {
    font-size: 18px;
    width: 100%;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .cta .btn-wrap a {
    gap: 12px;
  }
}
@media (min-width: 992px) {
  .cta .btn-wrap a {
    gap: 17px;
  }
}
@media (min-width: 1200px) {
  .cta .btn-wrap a {
    gap: 16px;
  }
}
@media (min-width: 1440px) {
  .cta .btn-wrap a {
    gap: 18px;
  }
}
.cta .btn-wrap i {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #8888C7;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .cta .btn-wrap i {
    height: 35px;
    width: 35px;
  }
}
@media (min-width: 1200px) {
  .cta .btn-wrap i {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 1350px) {
  .cta .btn-wrap i {
    height: 45px;
    width: 45px;
  }
}
@media (min-width: 1440px) {
  .cta .btn-wrap i {
    height: 50px;
    width: 50px;
  }
}
@media (min-width: 1600px) {
  .cta .btn-wrap i {
    height: 60px;
    width: 60px;
  }
}
@media (min-width: 1900px) {
  .cta .btn-wrap i {
    height: 65px;
    width: 65px;
  }
}
.cta .btn-wrap i svg {
  height: auto;
  width: 17px;
}
@media (min-width: 768px) {
  .cta .btn-wrap i svg {
    width: 18px;
  }
}
@media (min-width: 1200px) {
  .cta .btn-wrap i svg {
    width: 21px;
  }
}
@media (min-width: 1350px) {
  .cta .btn-wrap i svg {
    width: 22px;
  }
}
@media (min-width: 1440px) {
  .cta .btn-wrap i svg {
    width: 24px;
  }
}
@media (min-width: 1600px) {
  .cta .btn-wrap i svg {
    width: 26px;
  }
}
@media (min-width: 1900px) {
  .cta .btn-wrap i svg {
    width: 28px;
  }
}
@media (max-width: 767px) {
  .cta a {
    width: 48%;
  }
}
.cta h2,
.cta .btn-wrap p,
.cta .btn-wrap a {
  color: #fff;
  font-weight: 600;
  line-height: 92.857%;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cta h2,
  .cta .btn-wrap p,
  .cta .btn-wrap a {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .cta h2,
  .cta .btn-wrap p,
  .cta .btn-wrap a {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .cta h2,
  .cta .btn-wrap p,
  .cta .btn-wrap a {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .cta h2,
  .cta .btn-wrap p,
  .cta .btn-wrap a {
    font-size: 20px;
  }
}
@media (min-width: 1350px) {
  .cta h2,
  .cta .btn-wrap p,
  .cta .btn-wrap a {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .cta h2,
  .cta .btn-wrap p,
  .cta .btn-wrap a {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .cta h2,
  .cta .btn-wrap p,
  .cta .btn-wrap a {
    font-size: 31px;
  }
}
@media (min-width: 1900px) {
  .cta h2,
  .cta .btn-wrap p,
  .cta .btn-wrap a {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .cta h2 {
    font-size: 24px;
  }
}
.cta .btn-theme {
  background: #FFF;
  color: #2E3192;
  padding: 10px 25px;
}
@media (max-width: 768px) {
  .cta .btn-theme {
    padding: 10px 13px;
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cta .btn-theme {
    padding: 15px 43px;
  }
}
@media (min-width: 1200px) {
  .cta .btn-theme {
    padding: 17px 45px;
  }
}
@media (min-width: 1280px) {
  .cta .btn-theme {
    padding: 19px 47px;
  }
}
@media (min-width: 1350px) {
  .cta .btn-theme {
    padding: 21px 49px;
  }
}
@media (min-width: 1440px) {
  .cta .btn-theme {
    padding: 23px 51px;
  }
}
@media (min-width: 1600px) {
  .cta .btn-theme {
    padding: 25px 53px;
  }
}
@media (min-width: 1440px) {
  .cta .btn-theme {
    padding: 27px 55px;
  }
}

.quick-contact .formGroup {
  padding: 0;
}
.quick-contact h2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 92.857%;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .quick-contact h2 {
    font-size: 22px;
    margin-bottom: 33px;
  }
}
@media (min-width: 992px) {
  .quick-contact h2 {
    font-size: 24px;
    margin-bottom: 36px;
  }
}
@media (min-width: 1200px) {
  .quick-contact h2 {
    font-size: 26px;
    margin-bottom: 38px;
  }
}
@media (min-width: 1350px) {
  .quick-contact h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .quick-contact h2 {
    font-size: 28px;
    margin-bottom: 42px;
  }
}
.quick-contact .container-short {
  padding: 35px 0px;
  border-radius: 20px;
  background: #8888C7;
}
@media (min-width: 1200px) {
  .quick-contact .container-short {
    padding: 40px 0px;
  }
}
@media (min-width: 1440px) {
  .quick-contact .container-short {
    padding: 50px 0px;
  }
}
@media (min-width: 1600px) {
  .quick-contact .container-short {
    padding: 55px 0px;
  }
}
@media (min-width: 1900px) {
  .quick-contact .container-short {
    padding: 65px 0px;
  }
}
.quick-contact form .row {
  margin: auto;
  width: 89.179%;
}
@media (min-width: 768px) {
  .quick-contact form .row {
    width: 80.179%;
  }
}
@media (min-width: 992px) {
  .quick-contact form .row {
    width: 74.179%;
  }
}
@media (min-width: 1200px) {
  .quick-contact form .row {
    width: 64.179%;
  }
}
.quick-contact .buttonGroup {
  gap: 12px;
  margin-top: 14px;
}
@media (min-width: 768px) {
  .quick-contact .buttonGroup {
    margin-top: 18px;
  }
}
@media (min-width: 992px) {
  .quick-contact .buttonGroup {
    margin-top: 22px;
  }
}
@media (min-width: 1200px) {
  .quick-contact .buttonGroup {
    margin-top: 24px;
  }
}
@media (min-width: 1280px) {
  .quick-contact .buttonGroup {
    margin-top: 26px;
  }
}
@media (min-width: 1440px) {
  .quick-contact .buttonGroup {
    margin-top: 28px;
  }
}
.quick-contact .buttonGroup button,
.quick-contact .buttonGroup a {
  width: 119px;
}
.quick-contact .buttonGroup button + a,
.quick-contact .buttonGroup button + button,
.quick-contact .buttonGroup a + a,
.quick-contact .buttonGroup a + button {
  color: #414A66;
}
.quick-contact .col--6 {
  width: 100%;
}
@media (min-width: 768px) {
  .quick-contact .col--6 {
    width: 48.919%;
  }
}
.quick-contact input,
.quick-contact .iti {
  margin-bottom: 17px;
}

.other-services-slider .slick-slide {
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .other-services-slider .slick-slide {
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .other-services-slider .slick-slide {
    margin-bottom: 24px;
  }
}
@media (min-width: 1280px) {
  .other-services-slider .slick-slide {
    margin-bottom: 26px;
  }
}
@media (min-width: 1440px) {
  .other-services-slider .slick-slide {
    margin-bottom: 28px;
  }
}
.other-services-slider .slick-list {
  margin: 0 -6px;
}

.services-list .load {
  margin-top: 40px;
}

.services-list {
  z-index: 1;
  position: relative;
}

.sectors-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 47%;
}
@media (min-width: 992px) {
  .sectors-card {
    width: 31.395%;
  }
}
.sectors-row {
  gap: 25px 6%;
}
@media (min-width: 768px) {
  .sectors-row {
    gap: 40px 6%;
  }
}
@media (min-width: 992px) {
  .sectors-row {
    gap: 45px 2.9%;
  }
}
@media (min-width: 1200px) {
  .sectors-row {
    gap: 55px 2.9%;
  }
}
@media (min-width: 1350px) {
  .sectors-row {
    gap: 62px 2.9%;
  }
}
@media (min-width: 1440px) {
  .sectors-row {
    gap: 67px 2.9%;
  }
}
.sectors-content {
  width: 100%;
}
@media (max-width: 767px) {
  .sectors-content {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .sectors-content {
    width: 78.91%;
  }
}
@media (min-width: 1440px) {
  .sectors h3 {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .sectors h3 {
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  .sectors h3 {
    font-size: 22px;
  }
}
.sectors picture {
  background-color: #E2E2F0;
  border-radius: 6px;
  padding: 6px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1200px) {
  .sectors picture {
    padding: 8px;
  }
}
@media (min-width: 1440px) {
  .sectors picture {
    padding: 9px;
  }
}
.sectors picture img {
  height: auto;
  width: 28px;
}
@media (min-width: 768px) {
  .sectors picture img {
    width: 32px;
  }
}
@media (min-width: 992px) {
  .sectors picture img {
    width: 34px;
  }
}
@media (min-width: 1200px) {
  .sectors picture img {
    width: 36px;
  }
}
@media (min-width: 1280px) {
  .sectors picture img {
    width: 38px;
  }
}
@media (min-width: 1350px) {
  .sectors picture img {
    width: 40px;
  }
}
@media (min-width: 1440px) {
  .sectors picture img {
    width: 42px;
  }
}

.brandPartner picture {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .brandPartner picture {
    width: 145px;
  }
}
@media (min-width: 1200px) {
  .brandPartner picture {
    width: 150.2px;
    margin-bottom: 11px;
  }
}
@media (min-width: 1440px) {
  .brandPartner picture {
    width: 163.2px;
    margin-bottom: 13px;
  }
}
@media (min-width: 1600px) {
  .brandPartner picture {
    width: 173.2px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1900px) {
  .brandPartner picture {
    width: 183.2px;
    margin-bottom: 18px;
  }
}
.brandPartner-row {
  gap: 16.26px 4%;
}
@media (min-width: 992px) {
  .brandPartner-row {
    gap: 25.26px 1.55%;
  }
}
.brandPartner-card {
  text-align: center;
  border: 1px solid rgba(111, 106, 106, 0.23);
  background: #FFF;
  border-radius: 10px;
  width: 47.9%;
  padding: 15px;
}
@media (min-width: 576px) {
  .brandPartner-card {
    width: 32.3%;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .brandPartner-card {
    padding: 23px;
    width: 23.826%;
  }
}
@media (min-width: 1280px) {
  .brandPartner-card {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .brandPartner-card {
    padding: 27px;
  }
}
@media (min-width: 1600px) {
  .brandPartner-card {
    padding: 29px;
  }
}
@media (min-width: 1900px) {
  .brandPartner-card {
    padding: 33px;
  }
}
.brandPartner-card a {
  justify-content: center;
}
.brandPartner-card:hover i {
  background-color: #2E3192;
}
.brandPartner-card:hover i svg {
  animation: arrowExitEnter 0.5s ease-in-out;
}
.brandPartner .product-btn i {
  width: 28px;
  height: 28px;
}
@media (min-width: 1200px) {
  .brandPartner .product-btn i {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1440px) {
  .brandPartner .product-btn i {
    width: 34px;
    height: 34px;
  }
}

.brand-logo {
  width: 50.51%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .brand-logo {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .brand-logo {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .brand-logo {
    margin-bottom: 44px;
  }
}
.brand-logo img {
  width: 100%;
  height: auto;
}

.brand-details p {
  font-weight: 400;
}
@media (min-width: 992px) {
  .brand-details .gallery {
    width: 40.797%;
  }
}
@media (min-width: 992px) {
  .brand-details .content {
    width: 54.859%;
  }
}
@media (max-width: 575px) {
  .brand-details .content h1 {
    white-space: normal;
  }
}
.brand-details .content h1 + p,
.brand-details .content h1 + strong {
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .brand-details .content h1 + p,
  .brand-details .content h1 + strong {
    margin-top: 16px;
  }
}
@media (min-width: 1440px) {
  .brand-details .content h1 + p,
  .brand-details .content h1 + strong {
    margin-top: 20px;
  }
}
.brand-details .content h1 span {
  font-weight: 400;
  display: block;
}
.brand-details .content strong {
  display: block;
}
.brand-details .content strong + p {
  margin-top: 8px;
}
.brand-details .content p + p {
  margin-top: 15px;
}

.highlights {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 21px;
  gap: 8px;
}
@media (min-width: 768px) {
  .highlights {
    margin-top: 39px;
    margin-bottom: 21px;
  }
}
.highlights > div {
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 5px;
  border: 1px solid #D6DFFA;
  background: #FFF;
  padding: 8px;
  width: 48.6%;
}
@media (min-width: 768px) {
  .highlights > div {
    padding: 12px;
    width: 32.3%;
  }
}
.highlights > div picture {
  border-radius: 4.2px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  width: 27px;
}
@media (min-width: 768px) {
  .highlights > div picture {
    height: 35px;
    width: 35px;
  }
}
.highlights > div picture img {
  height: auto;
  width: 18px;
}
@media (min-width: 768px) {
  .highlights > div picture img {
    width: 22px;
  }
}
.highlights > div div {
  width: 74%;
}
.highlights > div p {
  font-size: 11px;
  line-height: normal;
  width: 104px;
  white-space: pre-line;
  font-weight: 600;
  color: #414A66;
}
@media (min-width: 768px) {
  .highlights > div p {
    width: 100%;
    font-size: 12px;
  }
}
.highlights > div:nth-child(1) picture {
  background: rgba(255, 18, 19, 0.17);
}
.highlights > div:nth-child(2) picture {
  background: rgba(255, 195, 0, 0.22);
}
.highlights > div:nth-child(3) picture {
  background: rgba(165, 165, 223, 0.28);
}

.header-slider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .header-slider {
    width: 87%;
  }
}
@media (max-width: 1199px) {
  .header-slider {
    gap: 0 !important;
    margin-bottom: 15px;
  }
}
.header-slider p {
  font-weight: 400;
}

.slider-container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .slider-container {
    width: 85.2%;
  }
}

.slider-container-services {
  position: relative;
  padding: 4.252% 5.32% 0 5.32%;
}
.slider-container-services:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 76.459%;
  border-radius: 10px;
  background: rgba(255, 18, 19, 0.04);
  z-index: -1;
}
@media (min-width: 768px) {
  .slider-container-services:before {
    height: 83.459%;
  }
}

@media (min-width: 1200px) {
  .brands-other-products .title,
  .our-services .title {
    margin-bottom: 38px;
  }
}
.brands-other-products .title h2,
.our-services .title h2 {
  display: flex;
  gap: 15px;
}
.brands-other-products .title h2 span,
.our-services .title h2 span {
  font-weight: 400;
}

.brands-other-products {
  background: linear-gradient(180deg, rgba(226, 226, 240, 0.59) 79.81%, rgba(254, 254, 255, 0.59) 100%);
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .brands-other-products {
    margin-top: 33px;
    padding-top: 33px;
    padding-bottom: 50.54px;
  }
}
@media (min-width: 992px) {
  .brands-other-products {
    margin-top: 35px;
    padding-top: 35px;
    padding-bottom: 52.54px;
  }
}
@media (min-width: 1200px) {
  .brands-other-products {
    margin-top: 38px;
    padding-top: 38px;
    padding-bottom: 55.54px;
  }
}
@media (min-width: 1440px) {
  .brands-other-products {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 57.54px;
  }
}
.brands-other-products .slick-nav {
  z-index: 0;
  width: 100%;
  right: 0;
  display: flex;
  top: 54%;
}
@media (min-width: 992px) {
  .brands-other-products .slick-nav {
    top: 44%;
  }
}
.brands-other-products .slick-nav div {
  border: 0.65px solid #D9D9D9;
  background: #FFF;
}
.brands-other-products .slick-nav div:hover {
  background-color: #E2E2F0;
}
.brands-other-products .slick-nav div:hover path {
  fill: #2E3192;
}
.brands-other-products .slick-list {
  margin: 0px -14.34px;
}
@media (min-width: 1350px) {
  .brands-other-products .slick-list {
    margin: 0px -12.34px;
  }
}
@media (min-width: 1440px) {
  .brands-other-products .slick-list {
    margin: 0px -14.34px;
  }
}
.brands-other-products .slick-slide {
  margin: 0px 14.34px;
}
@media (min-width: 1350px) {
  .brands-other-products .slick-slide {
    margin: 0px 12.34px;
  }
}
@media (min-width: 1440px) {
  .brands-other-products .slick-slide {
    margin: 0px 14.34px;
  }
}
.brands-other-products picture {
  border-radius: 10px;
}
.brands-other-products picture img {
  border-radius: 10px;
  border: 1px solid rgba(165, 165, 223, 0.55);
  width: 100%;
  height: auto;
}

.other-product-details {
  overflow: hidden;
  border-radius: 10px;
  width: 88.58%;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  z-index: 1;
  position: relative;
  padding: 12px;
}
@media (min-width: 1200px) {
  .other-product-details {
    padding: 15px;
  }
}
@media (min-width: 1440px) {
  .other-product-details {
    padding: 17px;
  }
}
@media (min-width: 1600px) {
  .other-product-details {
    padding: 19px;
  }
}
@media (min-width: 1900px) {
  .other-product-details {
    padding: 21px;
  }
}
.other-product-details h3 {
  font-weight: 600;
  margin-bottom: 6.68px;
  font-size: 16px;
}
@media (min-width: 1600px) {
  .other-product-details h3 {
    margin-bottom: 7.68px;
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .other-product-details h3 {
    margin-bottom: 8.68px;
    font-size: 20px;
  }
}
.other-product-details p {
  font-size: 12px;
  line-height: 183.333%;
}
@media (min-width: 1600px) {
  .other-product-details p {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .other-product-details p {
    font-size: 16px;
  }
}

.our-services {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .our-services {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .our-services {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .our-services {
    margin-bottom: 70px;
  }
}
@media (min-width: 1440px) {
  .our-services {
    margin-bottom: 77px;
  }
}
@media (min-width: 1200px) {
  .our-services .col-left {
    width: 44.04%;
  }
}
@media (min-width: 1200px) {
  .our-services .col-right {
    width: 49.995%;
  }
}
.our-services img {
  width: 100%;
  height: auto;
}
.our-services .slick-slide {
  margin: 0px 10px;
}
@media (min-width: 1200px) {
  .our-services .slick-slide {
    margin: 0px 10px;
  }
}
@media (min-width: 1350px) {
  .our-services .slick-slide {
    margin: 0px 13px;
  }
}
@media (min-width: 1440px) {
  .our-services .slick-slide {
    margin: 0px 17px;
  }
}
.our-services .slick-list {
  margin: 0px -10px;
}
@media (min-width: 1200px) {
  .our-services .slick-list {
    margin: 0px -10px;
  }
}
@media (min-width: 1350px) {
  .our-services .slick-list {
    margin: 0px -13px;
  }
}
@media (min-width: 1440px) {
  .our-services .slick-list {
    margin: 0px -17px;
  }
}
.our-services-slider {
  z-index: 3;
}
.our-services-card {
  border-radius: 10px;
  border: 1px solid #A5A5DF;
  border-bottom: 4px solid #FF1213;
  background: #FFF;
  padding: 12px 12px 21px;
}
.our-services-card picture {
  margin-bottom: 12px;
}
.our-services-card picture img {
  border-radius: 10px;
}
.our-services-card h3 {
  font-weight: 600;
  margin-bottom: 7px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .our-services-card h3 {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .our-services-card h3 {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .our-services-card h3 {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .our-services-card h3 {
    font-size: 18px;
  }
}
.our-services-card p {
  line-height: 183.333%;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .our-services-card p {
    font-size: 10px;
  }
}
@media (min-width: 1350px) {
  .our-services-card p {
    font-size: 11px;
  }
}
@media (min-width: 1440px) {
  .our-services-card p {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .our-services-card p {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  .our-services-card p {
    font-size: 16px;
  }
}
.our-services .slick-nav {
  z-index: 0;
  width: 92%;
  display: flex;
  right: 0;
  left: 0;
  top: 50%;
  transform: translate(0%, -79%);
  margin: auto;
}
.our-services .slick-nav div {
  border: 0.65px solid #D9D9D9;
  background: #FFF;
}
.our-services .slick-nav div:hover {
  background-color: #E2E2F0;
}
.our-services .slick-nav div:hover path {
  fill: #2E3192;
}

.terms-content {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .terms-content {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .terms-content {
    margin-top: 28px;
  }
}
@media (min-width: 1200px) {
  .terms-content {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) {
  .terms-content {
    margin-top: 34px;
  }
}
.terms-content p {
  font-weight: 400;
}
.terms-content p + p, .terms-content p + strong {
  display: block;
  margin-top: 34px;
}
.terms-content strong {
  font-size: 18px;
  margin-bottom: 8px;
}
.terms-content p + ul {
  margin-top: 14px;
}

.pulse-background {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 115px;
}
@media (min-width: 768px) {
  .pulse-background {
    width: 165px;
    height: 165px;
  }
}
@media (min-width: 992px) {
  .pulse-background {
    width: 170px;
    height: 170px;
  }
}
@media (min-width: 1200px) {
  .pulse-background {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 1350px) {
  .pulse-background {
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1440px) {
  .pulse-background {
    width: 200px;
    height: 200px;
  }
}

.pulse-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(214, 223, 250, 0.35);
  animation: pulseRing 2.5s infinite ease-out;
}
.pulse-circle:nth-child(1) {
  animation-delay: 0.4s;
  background: rgba(214, 223, 250, 0.81);
}
.pulse-circle:nth-child(2) {
  animation-delay: 0.8s;
}
.pulse-circle:nth-child(3) {
  animation-delay: 1.2s;
}
.pulse-circle:nth-child(4) {
  animation-delay: 1.6s;
}

.icon-wrapper {
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .icon-wrapper {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .icon-wrapper {
    width: 115px;
    height: 115px;
  }
}
@media (min-width: 1200px) {
  .icon-wrapper {
    width: 125px;
    height: 125px;
  }
}
@media (min-width: 1280px) {
  .icon-wrapper {
    width: 135px;
    height: 135px;
  }
}
@media (min-width: 1280px) {
  .icon-wrapper {
    width: 135px;
    height: 135px;
  }
}
@media (min-width: 1350px) {
  .icon-wrapper {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 1440px) {
  .icon-wrapper {
    width: 148px;
    height: 148px;
  }
}
.icon-wrapper SVG {
  width: 100%;
  height: auto;
}

@keyframes pulseRing {
  0% {
    transform: scale(0.6);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.thank-you {
  margin: 30px 0px 50px;
}
@media (min-width: 992px) {
  .thank-you {
    margin: 50px 0px 135px;
  }
}
@media (min-width: 1200px) {
  .thank-you {
    margin: 55px 0px 140px;
  }
}
@media (min-width: 1280px) {
  .thank-you {
    margin: 60px 0px 150px;
  }
}
@media (min-width: 1350px) {
  .thank-you {
    margin: 63px 0px 160px;
  }
}
@media (min-width: 1440px) {
  .thank-you {
    margin: 68px 0px 170px;
  }
}
.thank-you .btn-theme {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .thank-you .btn-theme {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .thank-you .btn-theme {
    margin-top: 28px;
  }
}
@media (min-width: 1200px) {
  .thank-you .btn-theme {
    margin-top: 30px;
  }
}
@media (min-width: 1350px) {
  .thank-you .btn-theme {
    margin-top: 32px;
  }
}
@media (min-width: 1440px) {
  .thank-you .btn-theme {
    margin-top: 34px;
  }
}

.header-section .col-left {
  width: 100%;
}
@media (min-width: 992px) {
  .header-section .col-left {
    width: 45%;
  }
}
.header-section .col-right {
  width: 100%;
}
@media (min-width: 992px) {
  .header-section .col-right {
    width: 45%;
  }
}
.header-section .slick-nav {
  display: flex;
  position: initial;
}
.header-section .slick-nav div {
  border: 0.65px solid #D9D9D9;
  background: #FFF;
}
.header-section .slick-nav div:hover {
  background-color: #E2E2F0;
}
.header-section .slick-nav div:hover path {
  fill: #2E3192;
}

.recent-blog .recent-blog-slider {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .recent-blog .recent-blog-slider picture img {
    height: 412px;
  }
}
@media (min-width: 1200px) {
  .recent-blog .recent-blog-slider picture img {
    height: 332px;
  }
}
@media (min-width: 1280px) {
  .recent-blog .recent-blog-slider picture img {
    height: 333px;
  }
}
@media (min-width: 1350px) {
  .recent-blog .recent-blog-slider picture img {
    height: 343px;
  }
}
@media (min-width: 1440px) {
  .recent-blog .recent-blog-slider picture img {
    height: 373px;
  }
}
@media (min-width: 1600px) {
  .recent-blog .recent-blog-slider picture img {
    height: 413px;
  }
}
@media (min-width: 1900px) {
  .recent-blog .recent-blog-slider picture img {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .recent-blog .recent-blog-slider {
    margin-top: 30px;
  }
}
@media (min-width: 1350px) {
  .recent-blog .recent-blog-slider {
    margin-top: 35px;
  }
}
@media (min-width: 1440px) {
  .recent-blog .recent-blog-slider {
    margin-top: 42px;
  }
}
@media (min-width: 1600px) {
  .recent-blog .recent-blog-slider {
    margin-top: 47px;
  }
}
@media (min-width: 1900px) {
  .recent-blog .recent-blog-slider {
    margin-top: 52px;
  }
}
.recent-blog .recent-blog-slider .recent-blog-details {
  position: relative;
  width: 100%;
  padding: 18px;
}
@media (min-width: 992px) {
  .recent-blog .recent-blog-slider .recent-blog-details {
    width: 53.72%;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .recent-blog .recent-blog-slider .recent-blog-details {
    padding: 28px 45px 28px 28px;
  }
}
@media (min-width: 1280px) {
  .recent-blog .recent-blog-slider .recent-blog-details {
    padding: 28px 65px 28px 28px;
  }
}
@media (min-width: 1440px) {
  .recent-blog .recent-blog-slider .recent-blog-details {
    padding: 30px 71px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .recent-blog .profile {
    margin-right: 28px;
  }
}
.recent-blog .profile img {
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.recent-blog picture {
  width: 100%;
}
@media (max-width: 991px) {
  .recent-blog picture {
    order: -1;
  }
}
@media (min-width: 992px) {
  .recent-blog picture {
    width: 46.268%;
  }
}
.recent-blog picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent-blog .author {
  justify-content: space-between;
}
.recent-blog .recent-blog-details h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .recent-blog .recent-blog-details h2 {
    font-size: 20px;
  }
}
@media (min-width: 1350px) {
  .recent-blog .recent-blog-details h2 {
    margin-bottom: 18px;
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .recent-blog .recent-blog-details h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .recent-blog .recent-blog-details h2 {
    font-size: 28px;
  }
}
@media (min-width: 1900px) {
  .recent-blog .recent-blog-details h2 {
    font-size: 32px;
  }
}
.recent-blog .btn-theme {
  margin-top: 22px;
}
@media (min-width: 1280px) {
  .recent-blog .btn-theme {
    margin-top: 27px;
  }
}
@media (min-width: 1440px) {
  .recent-blog .btn-theme {
    margin-top: 31px;
  }
}

@media (max-width: 575px) {
  .blog-listing .views {
    position: absolute;
    right: 17px;
    text-align: right;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.blog-listing picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 220px;
}
@media (min-width: 992px) {
  .blog-listing picture img {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .blog-listing picture img {
    height: 190px;
  }
}
@media (min-width: 1350px) {
  .blog-listing picture img {
    height: 210px;
  }
}
@media (min-width: 1440px) {
  .blog-listing picture img {
    height: 220px;
  }
}
@media (min-width: 1600px) {
  .blog-listing picture img {
    height: 270px;
  }
}
@media (min-width: 1900px) {
  .blog-listing picture img {
    height: 300px;
  }
}
.blog-listing .recent-blog-card {
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #E2E2F0;
  background: #FFF;
}
.blog-listing .profile, .blog-listing meta div, .blog-listing .author div {
  font-size: 11px;
}
@media (min-width: 1440px) {
  .blog-listing .profile, .blog-listing meta div, .blog-listing .author div {
    font-size: 11px;
  }
}
@media (min-width: 1600px) {
  .blog-listing .profile, .blog-listing meta div, .blog-listing .author div {
    font-size: 13px;
  }
}
@media (min-width: 1900px) {
  .blog-listing .profile, .blog-listing meta div, .blog-listing .author div {
    font-size: 15px;
  }
}
.blog-listing .profile span {
  display: block;
  line-height: normal;
  margin-left: 8px;
  color: #818DA6;
  font-size: 13px;
}
@media (min-width: 1440px) {
  .blog-listing .profile span {
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .blog-listing .profile span {
    font-size: 15px;
  }
}
@media (min-width: 1900px) {
  .blog-listing .profile span {
    font-size: 16px;
  }
}
.blog-listing .author {
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .blog-listing .author {
    gap: 17px;
  }
}
@media (max-width: 575px) {
  .blog-listing .author {
    gap: 10px;
  }
}
.blog-listing .author > div {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-listing .author div {
  color: #596075;
}
@media (max-width: 575px) {
  .blog-listing .author div {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.blog-listing .author .date + .time {
  margin-left: 8px;
}
.blog-listing .author .time + .date {
  margin-left: 8px;
}

.blog-list .views {
  position: absolute;
  right: 18px;
  bottom: 20px;
  font-size: 11px;
}
@media (min-width: 1440px) {
  .blog-list .views {
    font-size: 11px;
  }
}
@media (min-width: 1600px) {
  .blog-list .views {
    font-size: 13px;
  }
}
@media (min-width: 1900px) {
  .blog-list .views {
    font-size: 15px;
  }
}
.blog-list .container-short > .d-flex {
  gap: 14px 3.2%;
}
.blog-list .recent-blog-card {
  width: 100%;
}
@media (min-width: 768px) {
  .blog-list .recent-blog-card {
    width: 48.18%;
  }
}
@media (min-width: 1200px) {
  .blog-list .recent-blog-card {
    width: 31.18%;
  }
}
.blog-list .recent-blog-details {
  position: relative;
  padding: 18px;
}
.blog-list .recent-blog-details div + a {
  margin-top: 21px;
}
@media (min-width: 1440px) {
  .blog-list .recent-blog-details div + a {
    margin-top: 21px;
  }
}
@media (min-width: 1600px) {
  .blog-list .recent-blog-details div + a {
    margin-top: 23px;
  }
}
@media (min-width: 1900px) {
  .blog-list .recent-blog-details div + a {
    margin-top: 25px;
  }
}
@media (min-width: 1440px) {
  .blog-list .recent-blog-details {
    padding: 18px;
  }
}
@media (min-width: 1600px) {
  .blog-list .recent-blog-details {
    padding: 22px;
  }
}
@media (min-width: 1440px) {
  .blog-list .recent-blog-details {
    padding: 26px;
  }
}
.blog-list .recent-blog-details p {
  font-size: 13px;
}
@media (min-width: 1440px) {
  .blog-list .recent-blog-details p {
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .blog-list .recent-blog-details p {
    font-size: 15px;
  }
}
@media (min-width: 1900px) {
  .blog-list .recent-blog-details p {
    font-size: 17px;
  }
}
.blog-list .author {
  justify-content: space-between;
}
.blog-list .author img {
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.blog-list .author .profile {
  width: 100%;
}
@media (min-width: 768px) {
  .blog-list .author .profile {
    width: 45%;
  }
}
.blog-list .author .meta {
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .blog-list .author .meta {
    width: 53%;
  }
}
.blog-list h3, .blog-list h2 {
  line-height: normal;
  font-size: 16px;
}
@media (min-width: 1440px) {
  .blog-list h3, .blog-list h2 {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .blog-list h3, .blog-list h2 {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .blog-list h3, .blog-list h2 {
    font-size: 20px;
  }
}

.blog-info .profile {
  gap: 12px;
}
@media (max-width: 991px) {
  .blog-info .profile {
    width: 100%;
    justify-content: space-between;
  }
}
.blog-info .views {
  margin-left: 6px;
}
.blog-info .meta-info {
  gap: 18px;
}
@media (max-width: 991px) {
  .blog-info .meta-info {
    margin-top: 10px;
    width: 100%;
    justify-content: space-between;
  }
}
.blog-info .meta-info div {
  gap: 8px;
  display: flex;
  align-items: center;
}

.newsDetail article {
  width: 100%;
}
@media (min-width: 992px) {
  .newsDetail article {
    width: 62.625%;
  }
}
.newsDetail article h1 {
  margin-bottom: 19px;
}
.newsDetail article .blogHead {
  margin-bottom: 19px;
  width: 100%;
}
.newsDetail article picture {
  width: 100%;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .newsDetail article picture {
    margin-bottom: 28px;
  }
}
.newsDetail article picture img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.newsDetail article p + p, .newsDetail article p + ul, .newsDetail article ul + p, .newsDetail article p + picture, .newsDetail article ul + picture, .newsDetail article p + h3, .newsDetail article p + h2 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .newsDetail article p + p, .newsDetail article p + ul, .newsDetail article ul + p, .newsDetail article p + picture, .newsDetail article ul + picture, .newsDetail article p + h3, .newsDetail article p + h2 {
    margin-top: 18px;
  }
}
@media (min-width: 992px) {
  .newsDetail article p + p, .newsDetail article p + ul, .newsDetail article ul + p, .newsDetail article p + picture, .newsDetail article ul + picture, .newsDetail article p + h3, .newsDetail article p + h2 {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .newsDetail article p + p, .newsDetail article p + ul, .newsDetail article ul + p, .newsDetail article p + picture, .newsDetail article ul + picture, .newsDetail article p + h3, .newsDetail article p + h2 {
    margin-top: 24px;
  }
}
@media (min-width: 1350px) {
  .newsDetail article p + p, .newsDetail article p + ul, .newsDetail article ul + p, .newsDetail article p + picture, .newsDetail article ul + picture, .newsDetail article p + h3, .newsDetail article p + h2 {
    margin-top: 26px;
  }
}
@media (min-width: 1440px) {
  .newsDetail article p + p, .newsDetail article p + ul, .newsDetail article ul + p, .newsDetail article p + picture, .newsDetail article ul + picture, .newsDetail article p + h3, .newsDetail article p + h2 {
    margin-top: 28px;
  }
}
.newsDetail article picture + h3, .newsDetail article picture + h2.picture + p, .newsDetail article picture + ul {
  margin-top: 6px;
}
@media (min-width: 992px) {
  .newsDetail article picture + h3, .newsDetail article picture + h2.picture + p, .newsDetail article picture + ul {
    margin-top: 8px;
  }
}
@media (min-width: 1200px) {
  .newsDetail article picture + h3, .newsDetail article picture + h2.picture + p, .newsDetail article picture + ul {
    margin-top: 10px;
  }
}
@media (min-width: 1350px) {
  .newsDetail article picture + h3, .newsDetail article picture + h2.picture + p, .newsDetail article picture + ul {
    margin-top: 12px;
  }
}
@media (min-width: 1440px) {
  .newsDetail article picture + h3, .newsDetail article picture + h2.picture + p, .newsDetail article picture + ul {
    margin-top: 14px;
  }
}
.newsDetail article .navigation-and-share {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 8px 0px;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .newsDetail article .navigation-and-share {
    padding: 12.5px 0px;
    margin-top: 31px;
  }
}
@media (max-width: 991px) {
  .newsDetail article .navigation-and-share {
    margin-bottom: 30px;
  }
}
.newsDetail article .navigation-and-share .share {
  display: flex;
  align-items: center;
  gap: 12px;
}
.newsDetail article .navigation-and-share .share > a {
  color: #596075;
  gap: 5px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .newsDetail article .navigation-and-share .share > a {
    gap: 12px;
  }
}
.newsDetail article .navigation-and-share .share > a svg {
  height: auto;
  width: 15px;
}
@media (min-width: 992px) {
  .newsDetail article .navigation-and-share .share > a svg {
    width: 20px;
  }
}
.newsDetail article .navigation-and-share .share ul {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (min-width: 992px) {
  .newsDetail article .navigation-and-share .share ul {
    gap: 14px;
  }
}
.newsDetail article .navigation-and-share .share ul svg {
  height: auto;
  width: 18px;
}
@media (min-width: 992px) {
  .newsDetail article .navigation-and-share .share ul svg {
    width: 24px;
  }
}
.newsDetail article .navigation-and-share .share li {
  margin: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.newsDetail article .navigation-and-share .share li:before {
  content: none;
}
.newsDetail article .navigation-and-share .navigation {
  display: flex;
  align-items: center;
  gap: 15px;
}
.newsDetail article .navigation-and-share .navigation a {
  display: flex;
  align-items: center;
  color: #414A66;
  gap: 4px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .newsDetail article .navigation-and-share .navigation a {
    gap: 8px;
    font-size: 16px;
  }
}
.newsDetail article .navigation-and-share .navigation a:hover {
  color: #2E3192;
}
.newsDetail article .navigation-and-share .navigation a:hover path {
  stroke: #2E3192;
}
.newsDetail article .navigation-and-share .navigation a.disabled {
  color: #B5B7BD;
  cursor: unset;
}
.newsDetail article .navigation-and-share .navigation a.disabled path {
  stroke: #B5B7BD;
}
@media (min-width: 768px) {
  .newsDetail article ul:has(li:nth-child(5)) {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.newsDetail aside {
  position: sticky;
  top: 100px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 22px;
  width: 100%;
  border-radius: 20px;
  background: rgba(214, 223, 250, 0.42);
}
@media (min-width: 992px) {
  .newsDetail aside {
    width: 33.439%;
  }
}
.newsDetail aside h2 {
  margin-bottom: 11px;
  font-size: 22px;
}
@media (min-width: 992px) {
  .newsDetail aside h2 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .newsDetail aside h2 {
    font-size: 22px;
  }
}
@media (min-width: 1360px) {
  .newsDetail aside h2 {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .newsDetail aside h2 {
    font-size: 28px;
  }
}
.newsDetail aside .recent-article {
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.newsDetail aside .recent-article + div {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .newsDetail aside .recent-article + div {
    margin-top: 20px;
  }
}
.newsDetail aside .recent-article h3 {
  font-size: 15px;
  line-height: normal;
}
@media (min-width: 992px) {
  .newsDetail aside .recent-article h3 {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .newsDetail aside .recent-article h3 {
    font-size: 14px;
  }
}
@media (min-width: 1350px) {
  .newsDetail aside .recent-article h3 {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .newsDetail aside .recent-article h3 {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .newsDetail aside .recent-article h3 {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .newsDetail aside .recent-article h3 {
    font-size: 22px;
  }
}
.newsDetail aside .recent-article img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1200px) {
  .newsDetail aside .recent-article img {
    height: 85px;
  }
}
@media (min-width: 1350px) {
  .newsDetail aside .recent-article img {
    height: 90px;
  }
}
@media (min-width: 1440px) {
  .newsDetail aside .recent-article img {
    height: 100px;
  }
}
@media (min-width: 1600px) {
  .newsDetail aside .recent-article img {
    height: 120px;
  }
}
@media (min-width: 1900px) {
  .newsDetail aside .recent-article img {
    height: 140px;
  }
}
.newsDetail aside .recent-article picture {
  width: 33.98%;
}
.newsDetail aside .recent-article > div {
  padding: 0px 20px 0px 0px;
  width: 60%;
}
.newsDetail aside .recent-article a i {
  height: 20.917px;
  width: 20.917px;
}
@media (min-width: 992px) {
  .newsDetail aside .recent-article a i {
    height: 24.917px;
    width: 24.917px;
  }
}
.newsDetail aside .recent-article a i svg {
  width: 8.97px;
}

.project-row {
  align-items: stretch;
  gap: 20px 3%;
}
@media (min-width: 576px) {
  .project-row {
    gap: 22px 3%;
  }
}
@media (min-width: 768px) {
  .project-row {
    gap: 25px 3%;
  }
}
@media (min-width: 992px) {
  .project-row {
    gap: 30px 3%;
  }
}
@media (min-width: 1200px) {
  .project-row {
    gap: 33px 3%;
  }
}
@media (min-width: 1350px) {
  .project-row {
    gap: 36px 3%;
  }
}
@media (min-width: 1440px) {
  .project-row {
    gap: 38px 3%;
  }
}
.project-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid #E2E2F0;
  background: #FFF;
  width: 100%;
}
@media (min-width: 768px) {
  .project-card {
    width: 48.4%;
  }
}
@media (min-width: 1200px) {
  .project-card {
    width: 31.287%;
  }
}
.project-card h3 {
  font-size: 16px;
  color: #323C59;
}
@media (min-width: 1600px) {
  .project-card h3 {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .project-card h3 {
    font-size: 20px;
  }
}
.project-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 14px;
}
@media (min-width: 1200px) {
  .project-details {
    padding: 16px;
  }
}
@media (min-width: 1350px) {
  .project-details {
    padding: 18px;
  }
}
@media (min-width: 1440px) {
  .project-details {
    padding: 20px;
  }
}
@media (min-width: 1600px) {
  .project-details {
    padding: 22px;
  }
}
@media (min-width: 1900px) {
  .project-details {
    padding: 26px;
  }
}
.project-details .description {
  margin-bottom: 18px;
  line-height: 157.143%;
}
.project-image {
  position: relative;
}
.project-image img {
  width: 100%;
  height: auto;
}
.project-image .logo {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 31.319%;
}
@media (min-width: 1600px) {
  .project-image .logo {
    bottom: 7px;
    right: 7px;
  }
}
@media (min-width: 1900px) {
  .project-image .logo {
    bottom: 9px;
    right: 9px;
  }
}
.project-image .logo img {
  border-radius: 5px;
}
.project-image > picture img {
  border-radius: 20px 20px 0px 0px;
}
.project .btn-theme {
  margin-top: auto;
}
.project .country {
  gap: 8px;
  width: 100%;
}
.project .country img {
  width: 18px;
  height: 18px;
}
@media (min-width: 1900px) {
  .project .country img {
    width: 22px;
    height: 22px;
  }
}

.projects-details .slick-nav {
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px;
}
.projects-details .slick-nav div {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.projects-details .projects-slider-container {
  width: 100%;
}
.projects-details .projects-slider-container img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .projects-details .projects-slider-container {
    width: 40.47%;
  }
}
.projects-details .projects-slider-container img, .projects-details .projects-slider-container picture {
  border-radius: 20px;
}
.projects-details .description {
  width: 100%;
}
@media (max-width: 991px) {
  .projects-details .description {
    order: -1;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .projects-details .description {
    width: 56.5%;
  }
}
.projects-details .description > picture {
  width: 21.698%;
  margin-bottom: 11px;
}
.projects-details .description > picture img {
  width: 100%;
  height: auto;
}
.projects-details .description p, .projects-details .description div, .projects-details .description li {
  line-height: 162.5%;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .projects-details .description p, .projects-details .description div, .projects-details .description li {
    font-size: 13px;
  }
}
@media (min-width: 1350px) {
  .projects-details .description p, .projects-details .description div, .projects-details .description li {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .projects-details .description p, .projects-details .description div, .projects-details .description li {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .projects-details .description p, .projects-details .description div, .projects-details .description li {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .projects-details .description p, .projects-details .description div, .projects-details .description li {
    font-size: 20px;
  }
}
.projects-details .description h2 {
  margin-bottom: 12px;
}
.projects-details .description ul, .projects-details .description p + p {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .projects-details .description ul, .projects-details .description p + p {
    margin-top: 18px;
  }
}
@media (min-width: 1350px) {
  .projects-details .description ul, .projects-details .description p + p {
    margin-top: 20px;
  }
}
@media (min-width: 1440px) {
  .projects-details .description ul, .projects-details .description p + p {
    margin-top: 25px;
  }
}
@media (min-width: 1600px) {
  .projects-details .description ul, .projects-details .description p + p {
    margin-top: 30px;
  }
}
@media (min-width: 1900px) {
  .projects-details .description ul, .projects-details .description p + p {
    margin-top: 33px;
  }
}
.projects-details .description .project-info {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .projects-details .description .project-info {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .projects-details .description .project-info {
    margin-bottom: 18px;
  }
}
@media (min-width: 1350px) {
  .projects-details .description .project-info {
    margin-bottom: 22px;
  }
}
@media (min-width: 1440px) {
  .projects-details .description .project-info {
    margin-bottom: 24px;
  }
}
.projects-details .description .project-info {
  display: flex;
  align-items: center;
  gap: 27px;
}
.projects-details .description .project-info div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.projects-details .slick-list {
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .projects-details .slick-list {
    margin-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .projects-details .slick-list {
    margin-bottom: 27px;
  }
}
.projects-details .slick-nav {
  position: unset;
  margin: auto;
}
.projects-details .slick-nav div {
  color: #B5B7BD;
}
.projects-details .slick-nav div:hover, .projects-details .slick-nav div:focus, .projects-details .slick-nav div:focus-within {
  color: #414A66;
}
.projects-details .heighlights {
  margin-top: 22px;
  gap: 10px 2.5%;
}
@media (min-width: 768px) {
  .projects-details .heighlights {
    gap: 10px 1.8%;
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .projects-details .heighlights {
    gap: 10px 2%;
    margin-top: 28px;
  }
}
@media (min-width: 1200px) {
  .projects-details .heighlights {
    gap: 10px 3%;
    margin-top: 30px;
  }
}
@media (min-width: 1350px) {
  .projects-details .heighlights {
    gap: 10px 3.3%;
    margin-top: 33px;
  }
}
@media (min-width: 1440px) {
  .projects-details .heighlights {
    gap: 10px 3.5%;
    margin-top: 38px;
  }
}
.projects-details .heighlights img {
  width: 100%;
  height: auto;
}
.projects-details .heighlights picture {
  width: 26px;
}
@media (min-width: 768px) {
  .projects-details .heighlights picture {
    width: 30px;
  }
}
@media (min-width: 992px) {
  .projects-details .heighlights picture {
    width: 22px;
  }
}
@media (min-width: 1200px) {
  .projects-details .heighlights picture {
    width: 24px;
  }
}
@media (min-width: 1350px) {
  .projects-details .heighlights picture {
    width: 26px;
  }
}
@media (min-width: 1440px) {
  .projects-details .heighlights picture {
    width: 32px;
  }
}
@media (min-width: 1600px) {
  .projects-details .heighlights picture {
    width: 35px;
  }
}
@media (min-width: 1900px) {
  .projects-details .heighlights picture {
    width: 38px;
  }
}
.projects-details .heighlights > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 5px;
  background: #FADBDB;
  padding: 10px 7px;
  width: 48.6%;
}
@media (max-width: 767px) {
  .projects-details .heighlights > div {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .projects-details .heighlights > div {
    justify-content: space-between;
    width: 23.6%;
    padding: 11px 15px;
  }
}
@media (min-width: 992px) {
  .projects-details .heighlights > div {
    width: 23.5%;
    padding: 9px 5px;
  }
}
@media (min-width: 1200px) {
  .projects-details .heighlights > div {
    padding: 11px 7px;
    width: 22.55%;
  }
}
@media (min-width: 1350px) {
  .projects-details .heighlights > div {
    padding: 13px 9px;
    width: 20.55%;
  }
}
@media (min-width: 1440px) {
  .projects-details .heighlights > div {
    padding: 15px 11px;
  }
}
@media (min-width: 1600px) {
  .projects-details .heighlights > div {
    padding: 17px 13px;
  }
}
@media (min-width: 1900px) {
  .projects-details .heighlights > div {
    padding: 19px 15px;
  }
}
.projects-details .heighlights > div div {
  width: 65%;
  display: flex;
  flex-direction: column;
}
.projects-details .heighlights span, .projects-details .heighlights strong {
  line-height: normal;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .projects-details .heighlights span, .projects-details .heighlights strong {
    font-size: 12px;
  }
}
.projects-details .heighlights span {
  display: block;
}
.projects-details .list ul li::before {
  top: 1px;
}

.case-study {
  padding-top: 49px;
  padding-bottom: 75px;
  gap: 20px 3.7%;
}
@media (min-width: 992px) {
  .case-study {
    gap: 40px 4.7%;
  }
}

.case-card {
  border-radius: 10px;
  background-color: #D6DFFA;
  padding: 18px;
  width: 100%;
}
@media (min-width: 576px) {
  .case-card {
    width: 48%;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .case-card {
    width: 30.169%;
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .case-card {
    padding: 26px;
  }
}
@media (min-width: 1280px) {
  .case-card {
    padding: 28px;
  }
}
@media (min-width: 1440px) {
  .case-card {
    padding: 30px;
  }
}
.case-card picture {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  width: 70px;
  height: 70px;
}
@media (min-width: 992px) {
  .case-card picture {
    width: 68px;
    height: 68px;
  }
}
@media (min-width: 1200px) {
  .case-card picture {
    width: 72px;
    height: 72px;
  }
}
@media (min-width: 1280px) {
  .case-card picture {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 1440px) {
  .case-card picture {
    width: 80px;
    height: 80px;
  }
}
.case-card picture img {
  width: 45px;
  height: auto;
}
@media (min-width: 768px) {
  .case-card picture img {
    width: 42px;
  }
}
@media (min-width: 992px) {
  .case-card picture img {
    width: 46px;
  }
}
@media (min-width: 1200px) {
  .case-card picture img {
    width: 48px;
  }
}
@media (min-width: 1280px) {
  .case-card picture img {
    width: 50px;
  }
}
@media (min-width: 1440px) {
  .case-card picture img {
    width: 54px;
  }
}
.case-card h3 {
  color: #5252B7;
  line-height: 130%;
  font-weight: 600;
  font-size: 20px;
}
.case-card p {
  font-weight: 400;
  line-height: 162.5%;
  font-size: 16px;
}
.case-card p + p {
  margin-top: 19px;
}

.recent-project-slider {
  margin-top: 33px;
}
.recent-project-slider .country {
  gap: 8px;
}
.recent-project-slider .slick-slide {
  margin: 0px 20.5px;
}
.recent-project-slider .slick-list {
  margin: 0px -20.5px;
}
.recent-project-slider .project-details {
  background-color: #fff;
  border-radius: 0px 0px 20px 20px;
}

.recent-project-item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid #E2E2F0;
  background: rgba(218, 221, 228, 0.71);
}
.recent-project-item picture {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 0px;
}
@media (min-width: 768px) {
  .recent-project-item picture {
    padding: 18px 0px;
  }
}
@media (min-width: 992px) {
  .recent-project-item picture {
    padding: 20px 0px;
  }
}
@media (min-width: 1200px) {
  .recent-project-item picture {
    padding: 22px 0px;
  }
}
@media (min-width: 1350px) {
  .recent-project-item picture {
    padding: 27px 0px;
  }
}
@media (min-width: 1440px) {
  .recent-project-item picture {
    padding: 29px 0px;
  }
}
.recent-project-item picture img {
  width: 100%;
  height: auto;
}

.location .title {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .location .title {
    margin-bottom: 35px;
  }
}
@media (min-width: 1350px) {
  .location .title {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .location .title {
    margin-bottom: 45px;
  }
}
@media (min-width: 1600px) {
  .location .title {
    margin-bottom: 50px;
  }
}
@media (min-width: 1900px) {
  .location .title {
    margin-bottom: 55px;
  }
}
.location .location-row {
  gap: 15px;
}
@media (min-width: 768px) {
  .location .location-row {
    gap: 20px 2%;
  }
}
@media (min-width: 1200px) {
  .location .location-row {
    gap: 2%;
  }
}
@media (min-width: 1350px) {
  .location .location-row {
    gap: 5.2%;
  }
}
.location .location-box {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  width: 100%;
  padding: 15px;
}
@media (min-width: 768px) {
  .location .location-box {
    width: 49%;
  }
}
@media (min-width: 992px) {
  .location .location-box {
    padding: 18px;
  }
}
@media (min-width: 1200px) {
  .location .location-box {
    padding: 20px;
    width: 32%;
  }
}
@media (min-width: 1350px) {
  .location .location-box {
    padding: 22px;
    width: 29.842%;
  }
}
@media (min-width: 1440px) {
  .location .location-box {
    padding: 24px;
  }
}
@media (min-width: 1600px) {
  .location .location-box {
    padding: 26px;
  }
}
@media (min-width: 1900px) {
  .location .location-box {
    padding: 28px;
  }
}
.location .location-box ul {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .location .location-box ul {
    margin-top: 22px;
  }
}
@media (min-width: 1440px) {
  .location .location-box ul {
    margin-top: 25px;
  }
}
@media (min-width: 1600px) {
  .location .location-box ul {
    margin-top: 28px;
  }
}
@media (min-width: 1900px) {
  .location .location-box ul {
    margin-top: 31px;
  }
}
.location .location-box li {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  background: rgba(217, 217, 217, 0.25);
  padding: 15px 12px;
}
@media (min-width: 768px) {
  .location .location-box li {
    padding: 21px 18px;
  }
}
@media (min-width: 1200px) {
  .location .location-box li {
    padding: 11px 8px;
  }
}
@media (min-width: 1280px) {
  .location .location-box li {
    padding: 12px 9px;
  }
}
@media (min-width: 1350px) {
  .location .location-box li {
    padding: 19px 16px;
  }
}
@media (min-width: 1440px) {
  .location .location-box li {
    padding: 21px 18px;
  }
}
@media (min-width: 1600px) {
  .location .location-box li {
    padding: 23px 20px;
  }
}
@media (min-width: 1900px) {
  .location .location-box li {
    padding: 25px 22px;
  }
}
.location .location-box li + li {
  margin-top: 6px;
}
@media (min-width: 1200px) {
  .location .location-box li + li {
    margin-top: 9px;
  }
}
@media (min-width: 1280px) {
  .location .location-box li + li {
    margin-top: 11px;
  }
}
@media (min-width: 1440px) {
  .location .location-box li + li {
    margin-top: 12px;
  }
}
@media (min-width: 1600px) {
  .location .location-box li + li {
    margin-top: 14px;
  }
}
@media (min-width: 1900px) {
  .location .location-box li + li {
    margin-top: 16px;
  }
}
.location .location-box li i {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.75px;
  background: #8888C7;
  width: 36px;
  height: 36px;
}
@media (min-width: 1200px) {
  .location .location-box li i {
    width: 29px;
    height: 29px;
  }
}
@media (min-width: 1350px) {
  .location .location-box li i {
    width: 33px;
    height: 33px;
  }
}
@media (min-width: 1440px) {
  .location .location-box li i {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1600px) {
  .location .location-box li i {
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 1900px) {
  .location .location-box li i {
    width: 50px;
    height: 50px;
  }
}
.location .location-box li i svg {
  width: 28.5px;
  height: 28.5px;
}
@media (min-width: 1200px) {
  .location .location-box li i svg {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1350px) {
  .location .location-box li i svg {
    width: 26.5px;
    height: 26.5px;
  }
}
@media (min-width: 1440px) {
  .location .location-box li i svg {
    width: 28.5px;
    height: 28.5px;
  }
}
@media (min-width: 1600px) {
  .location .location-box li i svg {
    width: 30.5px;
    height: 30.5px;
  }
}
@media (min-width: 1900px) {
  .location .location-box li i svg {
    width: 33.5px;
    height: 33.5px;
  }
}
.location .location-box li div {
  display: flex;
  flex-wrap: wrap;
  width: 82.57%;
}
@media (min-width: 1350px) {
  .location .location-box li div {
    width: 80.57%;
  }
}
@media (min-width: 1440px) {
  .location .location-box li div {
    width: 79.57%;
  }
}
.location .location-box li div strong {
  width: 100%;
}
.location .location-box li div a + a {
  padding-left: 5px;
}
.location .location-box li div a + a::before {
  content: "|";
  position: relative;
  left: -2.5px;
}
.location .location-box strong,
.location .location-box p,
.location .location-box a {
  line-height: 142.857%;
  color: #414A66;
}
.location .location-box p,
.location .location-box a {
  font-weight: 400;
}
.location .location-box .map {
  margin-top: 16px;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #E5E4E4;
  background: #FFF;
}
.location .location-box .map iframe {
  border-radius: 10px;
  margin-bottom: -9px;
  width: 100%;
  height: 81px;
}
@media (min-width: 1440px) {
  .location .location-box .map iframe {
    height: 81px;
    margin-bottom: -9px;
  }
}
@media (min-width: 1600px) {
  .location .location-box .map iframe {
    margin-bottom: -11px;
    height: 90px;
  }
}
@media (min-width: 1900px) {
  .location .location-box .map iframe {
    margin-bottom: -12px;
    height: 100px;
  }
}
.location .location-address {
  justify-content: space-between;
}
.location .location-address strong {
  display: block;
  line-height: normal;
  width: 100%;
}
.location .location-address p {
  font-weight: 400;
}
.location .location-address picture {
  width: 24px;
}
@media (min-width: 1200px) {
  .location .location-address picture {
    width: 26px;
  }
}
@media (min-width: 1280px) {
  .location .location-address picture {
    width: 27px;
  }
}
@media (min-width: 1350px) {
  .location .location-address picture {
    width: 29px;
  }
}
@media (min-width: 1440px) {
  .location .location-address picture {
    width: 30px;
  }
}
@media (min-width: 1600px) {
  .location .location-address picture {
    width: 35px;
  }
}
@media (min-width: 1900px) {
  .location .location-address picture {
    width: 38px;
  }
}
.location .location-address picture img {
  width: 100%;
  height: auto;
}
.location .location-address div {
  width: 89.036%;
}
@media (min-width: 768px) {
  .location .location-address div {
    width: 86.036%;
  }
}

.get-in-touch .btn-theme.btnDark {
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
.get-in-touch button + button {
  display: none;
}
.get-in-touch h3, .get-in-touch h3 span, .get-in-touch h3 strong {
  line-height: normal;
  font-size: 24px;
}
@media (min-width: 1440px) {
  .get-in-touch h3, .get-in-touch h3 span, .get-in-touch h3 strong {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .get-in-touch h3, .get-in-touch h3 span, .get-in-touch h3 strong {
    font-size: 28px;
  }
}
@media (min-width: 1900px) {
  .get-in-touch h3, .get-in-touch h3 span, .get-in-touch h3 strong {
    font-size: 32px;
  }
}
.get-in-touch h3 {
  display: flex;
  flex-wrap: wrap;
}
.get-in-touch h3 span {
  font-weight: 400;
  width: 100%;
  margin-bottom: 8px;
}
.get-in-touch .container-short {
  background: #EEEEF6;
  position: relative;
  padding: 25px 18px;
  border-radius: 20px;
}
.get-in-touch .container-short > svg {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .get-in-touch .container-short {
    border-radius: 30px;
    padding: 30px 40px;
  }
}
@media (min-width: 992px) {
  .get-in-touch .container-short {
    padding: 32px 42px;
  }
}
@media (min-width: 1200px) {
  .get-in-touch .container-short {
    padding: 35px 45px;
  }
}
@media (min-width: 1350px) {
  .get-in-touch .container-short {
    padding: 38px 48px;
  }
}
@media (min-width: 1440px) {
  .get-in-touch .container-short {
    padding: 40px 50px;
  }
}
@media (min-width: 1600px) {
  .get-in-touch .container-short {
    padding: 45px 55px;
  }
}
@media (min-width: 1900px) {
  .get-in-touch .container-short {
    padding: 50px 60px;
  }
}

.form-wrapper {
  z-index: 1;
  position: relative;
  margin-top: 15px;
  background: #FFF;
  padding: 20px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .form-wrapper {
    border-radius: 20px;
    padding: 18px;
  }
}
@media (min-width: 992px) {
  .form-wrapper {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .form-wrapper {
    padding: 22px;
  }
}
@media (min-width: 1350px) {
  .form-wrapper {
    padding: 26px;
  }
}
@media (min-width: 1440px) {
  .form-wrapper {
    padding: 28px;
  }
}
.form-wrapper form .error-message {
  padding: 0;
  position: relative;
  z-index: 2;
  bottom: -10px;
}
.form-wrapper form .d-flex {
  gap: 24px 0px;
}
.form-wrapper form .d-flex > div {
  position: relative;
}
.form-wrapper form button {
  height: 46px;
  width: 100%;
}
@media (min-width: 768px) {
  .form-wrapper form button {
    width: 183px;
  }
}
@media (min-width: 1200px) {
  .form-wrapper form button {
    margin-top: 8px;
  }
}
.form-wrapper .col--4 {
  width: 100%;
}
@media (min-width: 992px) {
  .form-wrapper .col--4 {
    width: 31.955%;
  }
}
.form-wrapper .hours {
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .form-wrapper .hours {
    width: 100%;
  }
}
.form-wrapper .hours div {
  display: flex;
  flex-direction: column;
}
.form-wrapper .hours strong, .form-wrapper .hours p, .form-wrapper .hours a {
  line-height: 142.857%;
  color: #414A66;
}
.form-wrapper .hours p, .form-wrapper .hours a {
  font-weight: 400;
}
.form-wrapper .hours i {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #8888C7;
  width: 48px;
  height: 48px;
}
@media (min-width: 1440px) {
  .form-wrapper .hours i {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1600px) {
  .form-wrapper .hours i {
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 1900px) {
  .form-wrapper .hours i {
    width: 65px;
    height: 65px;
  }
}
.form-wrapper .hours i svg {
  width: 38px;
}
@media (min-width: 1600px) {
  .form-wrapper .hours i svg {
    width: 45px;
  }
}
@media (min-width: 1900px) {
  .form-wrapper .hours i svg {
    width: 550px;
  }
}
@media (max-width: 767px) {
  .form-wrapper .socials {
    width: 100%;
  }
}
.form-wrapper .socials a:hover path {
  stroke: #2E3192;
}
.form-wrapper .socials strong {
  line-height: normal;
  display: block;
  width: 100%;
  margin-bottom: 8.49px;
  font-size: 16px;
}
.form-wrapper .socials ul,
.form-wrapper .socials li,
.form-wrapper .socials a {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
.form-wrapper .socials ul {
  gap: 8px;
}
@media (max-width: 767px) {
  .form-wrapper .socials ul svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) {
  .form-wrapper .socials ul {
    gap: 14px;
  }
}

.follow-and-working {
  border-radius: 10px;
  background: rgba(217, 217, 217, 0.21);
  padding: 15px 20px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .follow-and-working {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .follow-and-working {
    margin-top: 49px;
    padding: 25px 20px;
  }
}

.media .title h2 {
  margin: 0;
}
.media .title span {
  font-weight: 400;
  display: block;
}
.media .gallery {
  gap: 10px 1.8%;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .media .gallery {
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  .media .gallery {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .media .gallery {
    margin-top: 45px;
    gap: 18px 1.8%;
  }
}
@media (min-width: 1350px) {
  .media .gallery {
    gap: 20px 1.8%;
    margin-top: 55px;
  }
}
@media (min-width: 1440px) {
  .media .gallery {
    margin-top: 60px;
  }
}
.media .gallery-item {
  position: relative;
  width: 49.1%;
}
@media (min-width: 768px) {
  .media .gallery-item {
    width: 32.1%;
  }
}
@media (min-width: 1200px) {
  .media .gallery-item {
    width: 23.65%;
  }
}
.media .gallery-item::before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 38.59%, rgba(0, 0, 0, 0.47) 80.87%);
  transition: 0.5s ease all;
}
.media .gallery-item::after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M9.19956 17.0026C13.6196 17.0026 17.2028 13.4194 17.2028 8.99936C17.2028 4.57928 13.6196 0.996094 9.19956 0.996094C4.77947 0.996094 1.19629 4.57928 1.19629 8.99936C1.19629 13.4194 4.77947 17.0026 9.19956 17.0026Z" stroke="%23596075" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.2036 19.0053L14.8518 14.6535M9.19947 6V12.0025M6.19824 9.00123H12.2007" stroke="%23596075" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 18px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.66);
  right: 19px;
  bottom: 13px;
  background-position: center;
  transform: scale(0);
  transition: 0.3s ease all;
}
.media .gallery-item:hover img {
  filter: contrast(0.5);
}
.media .gallery-item:hover::before {
  height: 0%;
  transition: 0.3s ease all;
}
.media .gallery-item:hover::after {
  transition: 0.3s ease all;
  transform: scale(1);
}
.media .gallery img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  height: 178px;
}
@media (min-width: 576px) {
  .media .gallery img {
    height: 248px;
  }
}
@media (min-width: 768px) {
  .media .gallery img {
    height: 248px;
  }
}
@media (min-width: 992px) {
  .media .gallery img {
    height: 250px;
  }
}
@media (min-width: 1350px) {
  .media .gallery img {
    height: 270px;
  }
}
@media (min-width: 1440px) {
  .media .gallery img {
    height: 298px;
  }
}
@media (min-width: 1600px) {
  .media .gallery img {
    height: 328px;
  }
}
@media (min-width: 1900px) {
  .media .gallery img {
    height: 388px;
  }
}
.media .gallery .caption {
  position: absolute;
  color: #fff;
  font-weight: 600;
  line-height: 90%;
  font-size: 13px;
  left: 0px;
  bottom: 10px;
}
@media (max-width: 575px) {
  .media .gallery .caption {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .media .gallery .caption {
    font-size: 14px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .media .gallery .caption {
    bottom: 29px;
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .media .gallery .caption {
    left: 26px;
    font-size: 16px;
  }
}
@media (min-width: 1350px) {
  .media .gallery .caption {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .media .gallery .caption {
    font-size: 20px;
  }
}

.filter-dropdown {
  margin-top: 20px;
  border: 2px solid #D6DFFA;
  padding: 5px 15px;
  border-radius: 30px;
  color: #2E3192;
}
.filter-dropdown:focus, .filter-dropdown:focus-within {
  border: 2px solid #D6DFFA;
}

.filter-buttons {
  width: 84.536%;
  display: flex;
  gap: 28px;
  position: relative;
}
@media (min-width: 1440px) {
  .filter-buttons {
    gap: 28px;
  }
}
@media (min-width: 1600px) {
  .filter-buttons {
    gap: 30px;
  }
}
@media (min-width: 1900px) {
  .filter-buttons {
    gap: 33px;
  }
}
.filter-buttons::before {
  content: "";
  border-radius: 80px;
  width: 100%;
  height: 3px;
  background: #DADDE4;
  position: absolute;
  bottom: 0;
}
@media (min-width: 1600px) {
  .filter-buttons::before {
    height: 4px;
  }
}
.filter-buttons button {
  position: relative;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
}
@media (min-width: 1440px) {
  .filter-buttons button {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .filter-buttons button {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .filter-buttons button {
    font-size: 20px;
  }
}
.filter-buttons button span {
  background-color: #D6DFFA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-weight: 600;
  line-height: normal;
  border-radius: 3px;
  font-size: 10px;
}
@media (min-width: 1600px) {
  .filter-buttons button span {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
}
@media (min-width: 1900px) {
  .filter-buttons button span {
    font-size: 14px;
    width: 24px;
    height: 24px;
  }
}
.filter-buttons button::after {
  width: 0;
  height: 3px;
  bottom: 0;
  background-color: #2E3192;
}
@media (min-width: 1600px) {
  .filter-buttons button::after {
    height: 4px;
  }
}
.filter-buttons button.active {
  color: #2E3192;
  font-weight: 600;
}
.filter-buttons button.active::after {
  width: 100%;
}
.filter-buttons button.active path {
  fill: #2E3192;
}
.filter-buttons button.active span {
  font-weight: 600;
  background-color: #2E3192;
  color: #fff;
}
.filter-buttons button svg {
  height: auto;
  width: 18px;
}
@media (min-width: 1440px) {
  .filter-buttons button svg {
    width: 18px;
  }
}
@media (min-width: 1600px) {
  .filter-buttons button svg {
    width: 20px;
  }
}
@media (min-width: 1900px) {
  .filter-buttons button svg {
    width: 22px;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 33, 60, 0.53);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.close-btn {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
}
@media (min-width: 768px) {
  .close-btn {
    top: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
  }
}
.close-btn:hover {
  background-color: #2E3192;
}
.close-btn:hover svg {
  filter: invert(1);
}

.popup-caption {
  color: #414A66;
  font-size: 15px;
  line-height: normal;
}
@media (min-width: 768px) {
  .popup-caption {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .popup-caption {
    font-size: 20px;
  }
}

.popup-card {
  border-radius: 20px;
  background: #FFF;
  padding: 10px 10px 25px;
  width: 85%;
}
@media (min-width: 768px) {
  .popup-card {
    padding: 20px 20px 35px;
    width: 550px;
  }
}
@media (min-width: 992px) {
  .popup-card {
    width: 580px;
  }
}
@media (min-width: 1200px) {
  .popup-card {
    width: 580px;
  }
}
@media (min-width: 1350px) {
  .popup-card {
    width: 626px;
  }
}
@media (min-width: 1440px) {
  .popup-card {
    width: 746px;
  }
}
@media (min-width: 1600px) {
  .popup-card {
    width: 760px;
  }
}
@media (min-width: 1900px) {
  .popup-card {
    width: 780px;
  }
}
.popup-card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 20px;
  height: 270px;
}
@media (min-width: 768px) {
  .popup-card img {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .popup-card img {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .popup-card img {
    height: 450px;
  }
}
@media (min-width: 1350px) {
  .popup-card img {
    height: 520px;
  }
}
@media (min-width: 1440px) {
  .popup-card img {
    height: 576px;
  }
}
@media (min-width: 1600px) {
  .popup-card img {
    height: 590px;
  }
}
@media (min-width: 1900px) {
  .popup-card img {
    height: 610px;
  }
}

img.popup-image {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  img.popup-image {
    margin-bottom: 38px;
  }
}

.popup-nav {
  gap: 15px;
}
.popup-nav span {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.popup-nav span:hover {
  color: #2E3192;
}
.popup-nav svg {
  height: auto;
  width: 18px;
}
@media (min-width: 1600px) {
  .popup-nav svg {
    width: 22px;
  }
}
@media (min-width: 1900px) {
  .popup-nav svg {
    width: 26px;
  }
}

.not-found {
  padding-top: 56px;
}
.not-found img {
  margin-bottom: 46px;
}
@media (max-width: 575px) {
  .not-found img {
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
  }
}
.not-found span {
  line-height: normal;
  font-weight: 400;
  font-size: 22px;
}
@media (min-width: 768px) {
  .not-found span {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .not-found span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .not-found span {
    font-size: 30px;
  }
}
@media (min-width: 1280px) {
  .not-found span {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .not-found span {
    font-size: 34px;
  }
}
.not-found h1, .not-found span {
  color: #414A66;
}
.not-found p {
  color: #596075;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .not-found p {
    margin-bottom: 28px;
  }
}
@media (min-width: 1200px) {
  .not-found p {
    margin-bottom: 34px;
  }
}
@media (min-width: 1440px) {
  .not-found p {
    margin-bottom: 39px;
  }
}
.not-found p + .d-flex {
  gap: 12px;
}
.not-found h1 {
  font-weight: 600;
  line-height: normal;
  font-size: 30px;
}
@media (min-width: 768px) {
  .not-found h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .not-found h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .not-found h1 {
    font-size: 44px;
  }
}
@media (min-width: 1350px) {
  .not-found h1 {
    font-size: 48px;
  }
}
@media (min-width: 1440px) {
  .not-found h1 {
    font-size: 52px;
  }
}

.leftFixedBox {
  position: fixed;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  right: 1.9%;
  top: 77%;
  z-index: 10000;
  gap: 22.53px;
}
.leftFixedBox > div:first-child img {
  animation: pulse 2s infinite;
}
@media (max-width: 991px) {
  .leftFixedBox {
    display: none;
  }
}
.leftFixedBox .dropdown-toggle.iconBox {
  margin-bottom: 0;
  margin-bottom: 0;
}
.leftFixedBox .iconBox {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  background: #D6DFFA;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .leftFixedBox .iconBox {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 992px) {
  .leftFixedBox .iconBox {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .leftFixedBox .iconBox {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 1360px) {
  .leftFixedBox .iconBox {
    width: 54px;
    height: 54px;
  }
}
@media (min-width: 1440px) {
  .leftFixedBox .iconBox {
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 1600px) {
  .leftFixedBox .iconBox {
    width: 58px;
    height: 58px;
  }
}
@media (min-width: 1900px) {
  .leftFixedBox .iconBox {
    width: 60px;
    height: 60px;
  }
}
.leftFixedBox .iconBox img {
  height: auto;
  width: 40px;
}
@media (min-width: 768px) {
  .leftFixedBox .iconBox img {
    width: 48px;
  }
}
@media (min-width: 992px) {
  .leftFixedBox .iconBox img {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .leftFixedBox .iconBox img {
    width: 52px;
  }
}
@media (min-width: 1360px) {
  .leftFixedBox .iconBox img {
    width: 54px;
  }
}
@media (min-width: 1440px) {
  .leftFixedBox .iconBox img {
    width: 56px;
  }
}
@media (min-width: 1600px) {
  .leftFixedBox .iconBox img {
    width: 58px;
  }
}
@media (min-width: 1900px) {
  .leftFixedBox .iconBox img {
    width: 60px;
  }
}
.leftFixedBox .iconBox i {
  color: #6f4287;
}
.leftFixedBox .dropdown-menu {
  min-width: 40px;
  width: auto;
  height: 50px;
  background: transparent;
  padding: 0;
  border: 0;
}
.leftFixedBox .dropdown-menu .iconBox {
  background: #2E3192;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  box-shadow: 0px 2px 10px 2px rgba(56, 52, 52, 0.2);
  text-decoration: none;
}
.leftFixedBox .dropdown-menu .iconBox i {
  color: #ffffff;
  font-size: 18px;
}
.leftFixedBox .dropdown-menu .iconBox:hover {
  background: #0a1821;
}
.leftFixedBox .dropdown-menu.show {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
}
.leftFixedBox .QuickSideRightBar {
  position: relative;
}
.leftFixedBox .QuickSideRightBar .iconBox {
  box-shadow: 0px 15px 15px 0px rgba(106, 40, 117, 0.15);
  background: #2E3192;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
}
.leftFixedBox .QuickSideRightBar .slideLeft {
  box-shadow: 0px 15px 15px 0px rgba(106, 40, 117, 0.15);
  position: absolute;
  background: #2E3192;
  width: 0;
  height: 50px;
  right: 0;
  top: 0px;
  font-size: 13px;
  line-height: 40px;
  color: #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  transition: ease-in-out 0.5s;
  border-radius: 30px;
}
.leftFixedBox .QuickSideRightBar .slideLeft .textRight {
  position: absolute;
  left: 12px;
  top: 0;
  font-size: 17px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10px;
}
.leftFixedBox .QuickSideRightBar:hover .slideLeft {
  opacity: 1;
  transition: 0.3s ease-in-out;
  width: 190px;
}
.leftFixedBox .animateBox {
  animation: animate2 2s linear infinite;
}

.bottomFixedMenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  border-radius: 10px 10px 0px 0px;
  padding: 12px 0px;
  overflow: hidden;
  background: #2E3192;
}
.bottomFixedMenu ul {
  list-style: none;
}
.bottomFixedMenu span {
  color: #fff;
  display: block;
  line-height: 12px;
}
@media (max-width: 575px) {
  .bottomFixedMenu span {
    font-size: 12px;
  }
}
.bottomFixedMenu li {
  display: flex;
  width: 33.3%;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3803921569);
}
.bottomFixedMenu li a, .bottomFixedMenu li button {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  width: 100%;
  height: 100%;
}

.jq-star-svg polygon {
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  filter: drop-shadow(-2px -2px 2px #888);
}

.my-rating-readonly {
  display: flex;
  gap: 8px;
}
@media (min-width: 768px) {
  .my-rating-readonly {
    gap: 5.5px;
  }
}
@media (min-width: 992px) {
  .my-rating-readonly {
    gap: 8.5px;
  }
}
@media (min-width: 1200px) {
  .my-rating-readonly {
    gap: 10.5px;
  }
}

.jq-star {
  width: 15px !important;
}

@media (min-width: 768px) {
  .jq-star {
    width: 11px !important;
  }
}
@media (min-width: 992px) {
  .jq-star {
    width: 12px !important;
  }
}
@media (min-width: 1200px) {
  .jq-star {
    width: 13px !important;
  }
}
@media (min-width: 1280px) {
  .jq-star {
    width: 14px !important;
  }
}
@media (min-width: 1360px) {
  .jq-star {
    width: 15px !important;
  }
}
@media (min-width: 1440px) {
  .jq-star {
    width: 16px !important;
  }
}
@media (min-width: 1600px) {
  .jq-star {
    width: 17px !important;
  }
}
@media (min-width: 1900px) {
  .jq-star {
    width: 18px !important;
  }
}
@keyframes arrowExitEnter {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(20px);
    opacity: 0;
  }
  70% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.btn.commonBtn {
  position: relative;
}
.btn.commonBtn.bgLinear::before {
  background: linear-gradient(97deg, #8A0CE1 0.11%, #5E0C9E 50%, #320064 99.89%);
}
.btn.commonBtn::before, .btn.commonBtn::after {
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.btn.commonBtn::before {
  width: 100%;
}
.btn.commonBtn::after {
  width: 0;
  transition: 0.5s ease all;
}
.btn.commonBtn:hover::after {
  background: #8A0CE1;
  width: 100%;
  transition: 0.5s ease all;
}
.btn.commonBtn p, .btn.commonBtn span {
  font-family: Inter;
  font-weight: 600;
  z-index: 1;
  color: #fff;
  position: relative;
}
.btn.themeBtn {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 49px;
  gap: 25px;
  padding: 0px 15px 0px 20px;
}
@media (min-width: 768px) {
  .btn.themeBtn {
    height: 58px;
    gap: 42px;
    padding: 0px 19px 0px 24px;
  }
}
@media (min-width: 992px) {
  .btn.themeBtn {
    height: 60px;
    gap: 45px;
    padding: 0px 20px 0px 26px;
  }
}
@media (min-width: 1200px) {
  .btn.themeBtn {
    height: 62px;
    gap: 48px;
    padding: 0px 22px 0px 28px;
  }
}
@media (min-width: 1360px) {
  .btn.themeBtn {
    height: 66px;
    gap: 50px;
    padding: 0px 24px 0px 29px;
  }
}
@media (min-width: 1440px) {
  .btn.themeBtn {
    height: 69px;
    gap: 54px;
    padding: 0px 26px 0px 31px;
  }
}
@media (min-width: 1600px) {
  .btn.themeBtn {
    height: 71px;
    gap: 58px;
    padding: 0px 29px 0px 33px;
  }
}
@media (min-width: 1900px) {
  .btn.themeBtn {
    height: 73px;
    gap: 60px;
    padding: 0px 30.5px 0px 35px;
  }
}
.btn.themeBtn svg {
  transform: translateX(0px);
  transition: 0.5s ease all;
}
.btn.themeBtn::before, .btn.themeBtn::after {
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn.themeBtn::before {
  width: 100%;
  background: linear-gradient(97deg, #8B0CE0 0.11%, #5E0C9E 50.5%, #340067 99.89%);
}
.btn.themeBtn::after {
  width: 0;
  transition: 0.5s ease all;
}
.btn.themeBtn:hover::after {
  background: #8A0CE1;
  width: 100%;
  transition: 0.5s ease all;
}
.btn.themeBtn:hover svg {
  transform: translateX(-15px);
  transition: 0.5s ease all;
}
.btn svg {
  height: auto;
  width: 20px;
}
@media (min-width: 768px) {
  .btn svg {
    width: 16px;
  }
}
@media (min-width: 1200px) {
  .btn svg {
    width: 18px;
  }
}
@media (min-width: 1360px) {
  .btn svg {
    width: 19px;
  }
}
@media (min-width: 1600px) {
  .btn svg {
    width: 20px;
  }
}

.btn-normal {
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  color: #D6DFFA;
  position: relative;
}
.btn-normal::after {
  width: 100%;
  height: 1px;
  background-color: #D6DFFA;
  bottom: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .btn-normal::after {
    bottom: 5px;
  }
}
.btn-normal::before {
  z-index: 1;
  transition: 0.5s ease all;
  width: 0%;
  height: 1px;
  background-color: #E2FF06;
  bottom: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .btn-normal::before {
    bottom: 5px;
  }
}
.btn-normal:hover::before {
  width: 100%;
  transition: 0.5s ease all;
}

h1, .h1,
h2, .h2,
h3,
h4,
h5,
h6 {
  color: #414A66;
  font-weight: 600;
  line-height: normal;
}

h2 span, h1 span {
  line-height: normal;
}

h1, .h1 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 45px;
  }
}
@media (min-width: 1360px) {
  h1, .h1 {
    font-size: 50px;
  }
}
@media (min-width: 1440px) {
  h1, .h1 {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  h1, .h1 {
    font-size: 66px;
  }
}
@media (min-width: 1900px) {
  h1, .h1 {
    font-size: 80px;
  }
}

h2, .h2,
h2 span, .h2 span {
  font-size: 24px;
}
@media (min-width: 768px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 30px;
  }
}
@media (min-width: 1360px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 34px;
  }
}
@media (min-width: 1600px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 40px;
  }
}
@media (min-width: 1900px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 48px;
  }
}

h3,
.h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 17px;
  }
}
@media (min-width: 1280px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  h3,
  .h3 {
    font-size: 25px;
  }
}
@media (min-width: 1900px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}

p {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */