@font-face {
  font-family: "Bw Modelica";
  src: url(../font/BwModelica-ExtraBold.otf) format("woff");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Bw Modelica";
  src: url(../font/BwModelica-Bold.otf) format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Bw Modelica";
  src: url(../font/BwModelica-Medium.otf) format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Bw Modelica";
  src: url(../font/BwModelica-Regular.otf) format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Bw Modelica";
  src: url(../font/BwModelica-Light-hairline.otf) format("woff");
  font-weight: 300;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 700;
  color: #231F20;
  font-family: "Bw Modelica";
  font-size: 12px;
  line-height: 150%;
}
@media (min-width: 992px) {
  * {
    font-size: 12px;
  }
}
@media (min-width: 1280px) {
  * {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  * {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  * {
    font-size: 18px;
  }
}

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

.container-center {
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .container-center {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .container-center {
    max-width: 71.72%;
  }
}

.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: 80.276%;
  }
}
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: 75px;
    padding-bottom: 75px;
  }
}

.position, .btn-normal::before, .btn-normal::after, .btn.themeBtn::before, .btn.themeBtn::after, .btn.commonBtn::before, .btn.commonBtn::after, .add-on::before, .about-why-choose::after, .renovation-card .details::before, .renovation-card .btn::before, .download-application a::before, .download-application a::after, .plans .card ul li::before, .team-card picture::after, .services::before, .page-banner::before, .page-banner::after, footer .newsletter a::before, footer .newsletter a::after, footer::before, .top-header a + a::after, label.error::after, .slick-navigation > div::after {
  content: "";
  position: absolute;
}

.wh-100, .add-on::before {
  width: 100%;
  height: 100%;
}

.slick-nav {
  cursor: pointer;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  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: #DD1F26;
}

.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: #231F20;
  border-radius: 80px;
}

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

::-webkit-scrollbar-thumb {
  background-color: #231F20;
  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;
}

.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 width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6.75" cy="6.75" r="6" fill="%23DD1F26"/><path d="M5.64432 8.78205L5.64494 8.78136L3.97746 6.91229C3.92117 6.84705 3.88999 6.75965 3.89063 6.66889C3.89128 6.57814 3.9237 6.4913 3.98091 6.42708C4.03813 6.36286 4.11555 6.3264 4.19652 6.32554C4.27748 6.32469 4.35551 6.35952 4.41379 6.42252L6.08127 8.29194L9.35663 4.62129C9.38512 4.58823 9.41919 4.56187 9.45686 4.54373C9.49454 4.52559 9.53506 4.51604 9.57606 4.51564C9.61706 4.51524 9.65772 4.524 9.69567 4.5414C9.73362 4.5588 9.7681 4.5845 9.79709 4.617C9.82608 4.6495 9.84901 4.68815 9.86454 4.73068C9.88007 4.77322 9.88788 4.8188 9.88752 4.86476C9.88717 4.91072 9.87865 4.95613 9.86246 4.99836C9.84628 5.04059 9.82276 5.07878 9.79326 5.11071L6.29927 9.02676C6.24137 9.09165 6.16284 9.1281 6.08096 9.1281C5.99908 9.1281 5.92055 9.09165 5.86264 9.02676L5.64432 8.78205Z" fill="white"/></svg>');
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .list ul li::before {
    top: 9px;
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 1200px) {
  .list ul li::before {
    width: 16px;
    height: 16px;
    top: 11px;
  }
}
@media (min-width: 1440px) {
  .list ul li::before {
    width: 18px;
    height: 18px;
    top: 10px;
  }
}
@media (min-width: 1600px) {
  .list ul li::before {
    width: 20px;
    height: 20px;
    top: 10.5px;
  }
}
.list ul li + li {
  margin-top: 10px;
}
.list.list-details li::before {
  top: 0;
}
@media (min-width: 992px) {
  .list.list-details li::before {
    top: 3px;
  }
}

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

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

.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 #DD1F26;
  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: #DD1F26;
}
.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;
}
.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>');
}
.dropDown {
  border-radius: 8px;
  background: #DD1F26;
  font-size: 16px;
  line-height: 24px;
}

.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: #231F20;
  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-quote {
  text-transform: capitalize;
}

.btn-theme, .contact-form-contact-page button, .contact-form button {
  text-transform: capitalize;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  line-height: normal;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  background-color: #DD1F26;
  color: #fff;
  padding: 8px 10px;
}
@media (max-width: 767px) {
  .btn-theme, .contact-form-contact-page button, .contact-form button {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-width: 768px) {
  .btn-theme, .contact-form-contact-page button, .contact-form button {
    padding: 9px 20px;
  }
}
@media (min-width: 992px) {
  .btn-theme, .contact-form-contact-page button, .contact-form button {
    padding: 9px 24px;
  }
}
@media (min-width: 1280px) {
  .btn-theme, .contact-form-contact-page button, .contact-form button {
    padding: 10px 25px;
  }
}
@media (min-width: 1440px) {
  .btn-theme, .contact-form-contact-page button, .contact-form button {
    padding: 11px 26px;
  }
}
@media (min-width: 1600px) {
  .btn-theme, .contact-form-contact-page button, .contact-form button {
    padding: 12px 27px;
  }
}
.btn-theme.btn-tall, .contact-form-contact-page button.btn-tall, .contact-form button.btn-tall {
  height: 39.5px;
}
.btn-theme:hover, .contact-form-contact-page button:hover, .contact-form button:hover {
  background-color: #231F20;
  color: #fff;
}
.btn-theme.btn-bg-white:hover, .contact-form-contact-page button.btn-bg-white:hover, .contact-form button.btn-bg-white:hover {
  background-color: #231F20;
  color: #fff;
}
.btn-theme.btnLight, .contact-form-contact-page button.btnLight, .contact-form button.btnLight {
  background-color: #fff;
  color: #231F20;
}
.btn-theme.btnLight:hover, .contact-form-contact-page button.btnLight:hover, .contact-form button.btnLight:hover {
  background-color: #231F20;
  color: #fff;
}
.btn-theme.btn-border, .contact-form-contact-page button.btn-border, .contact-form button.btn-border {
  border: 0.75px solid #666;
  background-color: #fff;
  color: #111D15;
}
.btn-theme.btn-border:hover, .contact-form-contact-page button.btn-border:hover, .contact-form button.btn-border:hover {
  background-color: #666;
  color: #fff;
}
.btn-theme.btn-red-border, .contact-form-contact-page button.btn-red-border, .contact-form button.btn-red-border {
  background: transparent;
  border: 1px solid #DD1F26;
  color: #111010;
}
.btn-theme.btn-red-border:hover, .contact-form-contact-page button.btn-red-border:hover, .contact-form button.btn-red-border:hover {
  background-color: #DD1F26;
  color: #fff;
}

.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: #DD1F26;
}

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

.slick-nav {
  justify-content: space-between;
  margin-left: auto;
  position: absolute;
  z-index: 999;
}
.slick-nav div {
  height: 29px;
  transition: 0.5s ease all;
  font-weight: 700;
  opacity: 0.4;
  font-size: clamp(25px, 3.339vw, 54px);
}
.slick-nav div:hover {
  opacity: 1;
  transition: 0.5s ease all;
}

.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: 1;
  background: rgba(25, 33, 60, 0.53);
}

.product-btn {
  font-weight: 500;
  color: #DD1F26;
  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: #DD1F26;
}
.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: #DD1F26;
}

.theme-heading-margin, .team .head {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .theme-heading-margin, .team .head {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .theme-heading-margin, .team .head {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .theme-heading-margin, .team .head {
    margin-bottom: 53px;
  }
}

.p-15, .trust-us p, .team p {
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-15, .trust-us p, .team p {
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  .p-15, .trust-us p, .team p {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .p-15, .trust-us p, .team p {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .p-15, .trust-us p, .team p {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .p-15, .trust-us p, .team p {
    font-size: 19px;
  }
}

.tabs-dropdown {
  text-align: center;
}
.tabs-dropdown select {
  border: 1px solid #fff;
  width: 300px;
  border-radius: 15px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  height: 40px;
  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="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: 90%;
}

.popup-overlay {
  position: fixed;
  z-index: 10000000000000000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}

.popup-box {
  max-width: 90%;
  border-radius: 31px;
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 70.1px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 0px 16px 26px 16px;
  position: relative;
}
@media (min-width: 768px) {
  .popup-box {
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  .popup-box {
    max-width: 531px;
    padding: 0px 46px 38px 46px;
  }
}
.popup-box button#popupClose {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #e91c34;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  box-shadow: 0px 0px 20px -1px #777373;
}
@media (min-width: 992px) {
  .popup-box button#popupClose {
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
  }
}
.popup-box button#popupClose:hover {
  background-color: #231F20;
}
.popup-box img {
  width: 100%;
  height: auto;
  margin-top: -1px;
}
.popup-box .discount {
  color: #DD1F26;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.33px;
  font-size: 100px;
}
.popup-box .offer {
  color: #111D15;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.33px;
  margin-bottom: 15px;
  font-size: 35px;
}
@media (min-width: 768px) {
  .popup-box .offer {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .popup-box .offer {
    font-size: 50px;
  }
}
.popup-box .cta {
  color: #111D15;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.33px;
  margin-bottom: 8px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .popup-box .cta {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .popup-box .cta {
    font-size: 24px;
  }
}
.popup-box > svg {
  position: absolute;
  right: 0;
  bottom: -30px;
}
@media (min-width: 992px) {
  .popup-box > svg {
    bottom: -46px;
  }
}
.popup-box .whatsapp svg {
  transform: scale(1);
  transition: 0.5s ease all;
}
.popup-box .whatsapp:hover svg {
  transform: scale(0.8);
  transition: 0.5s ease all;
}
.popup-box span {
  writing-mode: sideways-lr;
  text-orientation: mixed;
  position: absolute;
  left: 10px;
  bottom: 22%;
}

.top-header {
  background-color: #231F20;
  padding: 14px 0px;
}
@media (max-width: 767px) {
  .top-header > .container-ctn {
    justify-content: space-between;
  }
}
.top-header a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (min-width: 768px) {
  .top-header a {
    gap: 14px;
  }
}
@media (min-width: 992px) {
  .top-header a {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .top-header a {
    width: 49%;
  }
  .top-header a + a {
    justify-content: flex-end;
  }
}
.top-header a span, .top-header a p {
  line-height: normal;
  color: #fff;
}
.top-header a span {
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.3px;
  font-size: 9px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .top-header a span {
    font-size: 10px;
    margin-bottom: 4px;
  }
}
@media (min-width: 1280px) {
  .top-header a span {
    margin-bottom: 4.5px;
    font-size: 11px;
  }
}
@media (min-width: 1440px) {
  .top-header a span {
    margin-bottom: 5px;
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .top-header a span {
    margin-bottom: 5.5px;
    font-size: 13px;
  }
}
@media (min-width: 1900px) {
  .top-header a span {
    margin-bottom: 6px;
    font-size: 14px;
  }
}
.top-header a p {
  line-height: 120%;
  font-size: 13px;
}
@media (min-width: 768px) {
  .top-header a p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .top-header a p {
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  .top-header a p {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .top-header a p {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .top-header a p {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .top-header a p {
    font-size: 19px;
  }
}
.top-header a div {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .top-header a + a {
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .top-header a + a {
    margin-left: 17px;
    padding-left: 17px;
  }
}
@media (min-width: 1280px) {
  .top-header a + a {
    margin-left: 19px;
    padding-left: 19px;
  }
}
@media (min-width: 1440px) {
  .top-header a + a {
    margin-left: 21px;
    padding-left: 21px;
  }
}
@media (min-width: 1600px) {
  .top-header a + a {
    margin-left: 23px;
    padding-left: 23px;
  }
}
@media (min-width: 1900px) {
  .top-header a + a {
    margin-left: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 768px) {
  .top-header a + a::after {
    height: 64.75%;
    width: 2px;
    background-color: #fff;
    left: -13%;
    left: 0;
  }
}
.top-header a svg {
  height: auto;
  width: 29px;
}
@media (min-width: 768px) {
  .top-header a svg {
    width: 28px;
  }
}
@media (min-width: 992px) {
  .top-header a svg {
    width: 32px;
  }
}
@media (min-width: 1280px) {
  .top-header a svg {
    width: 34px;
  }
}
@media (min-width: 1440px) {
  .top-header a svg {
    width: 36px;
  }
}
@media (min-width: 1600px) {
  .top-header a svg {
    width: 38px;
  }
}
@media (min-width: 1900px) {
  .top-header a svg {
    width: 42px;
  }
}

.header-row {
  padding: 18px 0px;
}
@media (min-width: 768px) {
  .header-row {
    padding: 15px 0px;
  }
}
@media (min-width: 992px) {
  .header-row {
    padding: 18px 0px;
  }
}
@media (min-width: 1280px) {
  .header-row {
    padding: 23px 0px;
  }
}
@media (min-width: 1440px) {
  .header-row {
    padding: 26px 0px;
  }
}
@media (min-width: 1600px) {
  .header-row {
    padding: 29px 0px;
  }
}
@media (min-width: 1900px) {
  .header-row {
    padding: 39px 0px;
  }
}
@media (max-width: 767px) {
  .header-row nav {
    display: none;
  }
}
.header-row nav li a {
  color: #4D4D4D;
}
.header-row nav li a:hover, .header-row nav li a.active {
  color: #DD1F26;
}
.header-row nav ul {
  gap: 21.75px;
}
@media (min-width: 992px) {
  .header-row nav ul {
    gap: 21.75px;
  }
}
@media (min-width: 1280px) {
  .header-row nav ul {
    gap: 23.75px;
  }
}
@media (min-width: 1440px) {
  .header-row nav ul {
    gap: 25.75px;
  }
}
@media (min-width: 1600px) {
  .header-row nav ul {
    gap: 27.75px;
  }
}
@media (min-width: 1900px) {
  .header-row nav ul {
    gap: 35.75px;
  }
}

header {
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
}
@media (max-width: 767px) {
  header .navbar-toggler {
    margin-left: 10px;
    display: flex;
    align-items: center;
    background-color: #231F20;
    border-radius: 50%;
    width: 38px;
    height: 38px;
  }
}
header .brand {
  width: 125px;
}
@media (min-width: 768px) {
  header .brand {
    width: 153px;
  }
}
header .brand img {
  width: 100%;
  height: auto;
}
header.scrolled {
  background-color: #fff;
  transition: 0.5s ease all;
}
header.scrolled ~ .mobile_left_menu {
  margin-top: 0;
}
header.scrolled .top-header {
  display: none;
}
header ul.dropdown-menu {
  border: unset;
  border-radius: 0 0 10px 10px;
  background: #FFF;
  box-shadow: 0 4px 21.8px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  header ul.dropdown-menu li {
    padding: 12px 10px 9px 10px;
  }
  header ul.dropdown-menu {
    min-width: 200px;
  }
}
header ul.dropdown-menu a {
  text-transform: capitalize;
  color: #19191B;
  line-height: normal;
  font-size: 16px;
}
header ul.dropdown-menu li:first-child {
  padding-bottom: 8px;
}
header ul.dropdown-menu li + li {
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
header ul.dropdown-menu li:hover a {
  color: #DD1F26;
}
header .dropdown-toggle.show {
  color: #DD1F26;
}

.mobDropDown button {
  position: absolute;
  top: 0;
  right: 10px;
  background-color: #DD1F26;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 27px;
  height: 27px;
}
.mobDropDown button svg {
  width: 12px;
  height: auto;
  transform: rotate(0deg);
  transition: 0.5s ease all;
}
.mobDropDown button.show svg {
  transform: rotate(180deg);
  transition: 0.5s ease all;
}
.mobDropDown ul {
  border: unset;
}
.mobDropDown .dropdown-menu {
  padding-left: 20px;
  position: unset !important;
  transform: translate(0) !important;
  padding-top: 10px;
}

footer {
  position: relative;
  background-color: #DD1F26;
  padding: 50px 0 0 0;
}
footer::before {
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/footer-bg-mobile.png);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
@media (min-width: 992px) {
  footer::before {
    background-position: left center;
    opacity: 0.15;
    background-image: url(../images/footer-bg.png);
  }
}
@media (min-width: 992px) {
  footer {
    padding: 39px 0 0 0;
  }
}
@media (min-width: 1200px) {
  footer::before {
    background-size: contain;
  }
  footer {
    padding: 41px 0 0 0;
  }
}
@media (min-width: 1440px) {
  footer {
    padding: 43px 0 0 0;
  }
}
@media (min-width: 1600px) {
  footer {
    padding: 45px 0 0 0;
  }
}
@media (min-width: 1900px) {
  footer {
    padding: 50px 0 0 0;
  }
}
footer .container-ctn {
  position: relative;
  z-index: 1;
}
footer p, footer span, footer a {
  color: #fff;
}
footer a {
  text-transform: capitalize;
}
footer .about {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  footer .about {
    margin-bottom: 32px;
  }
}
footer .about picture {
  margin-left: auto;
  margin-right: auto;
  width: 125px;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  footer .about picture {
    width: 20.42%;
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  footer .about picture {
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  footer .about picture {
    margin-bottom: 22px;
  }
}
@media (min-width: 1600px) {
  footer .about picture {
    margin-bottom: 24px;
  }
}
@media (min-width: 1900px) {
  footer .about picture {
    margin-bottom: 26px;
  }
}
footer .about p {
  font-weight: 500;
}
@media (min-width: 1200px) {
  footer .about p {
    width: 85%;
  }
}
@media (min-width: 1900px) {
  footer .about p {
    width: 82%;
  }
}
footer .newsletter .icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .menu {
  width: 100%;
}
@media (max-width: 991px) {
  footer .menu {
    margin: 20px 0px;
  }
}
footer .menu .about-content {
  width: 100%;
}
@media (max-width: 575px) {
  footer .menu .about-content {
    margin-top: 20px;
  }
}
@media (min-width: 576px) {
  footer .menu .about-content {
    width: 58%;
  }
}
footer .menu .about-content p:last-child {
  font-weight: 600;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  footer .menu .about-content p:last-child {
    padding: 19px;
  }
}
@media (min-width: 768px) {
  footer .menu .about-content p:last-child {
    padding: 28px;
  }
}
@media (min-width: 992px) {
  footer .menu .about-content p:last-child {
    padding: 39px;
  }
}
@media (min-width: 1200px) {
  footer .menu .about-content p:last-child {
    padding: 24px;
    min-height: 155px;
  }
}
@media (min-width: 1350px) {
  footer .menu .about-content p:last-child {
    min-height: 180px;
    padding: 26px;
  }
}
@media (min-width: 1440px) {
  footer .menu .about-content p:last-child {
    min-height: 200px;
    padding: 30px;
  }
}
footer .menu-links li + li {
  margin-top: 5px;
}
@media (min-width: 992px) {
  footer .menu-links li + li {
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  footer .menu-links li + li {
    margin-top: 7px;
  }
}
@media (min-width: 1440px) {
  footer .menu-links li + li {
    margin-top: 8px;
  }
}
@media (min-width: 1600px) {
  footer .menu-links li + li {
    margin-top: 9px;
  }
}
@media (min-width: 1900px) {
  footer .menu-links li + li {
    margin-top: 10px;
  }
}
footer .menu-links a:hover {
  color: #111D15;
}
@media (max-width: 991px) {
  footer .menu-links {
    width: 20%;
  }
}
@media (max-width: 575px) {
  footer .menu-links {
    width: 50%;
  }
}
@media (min-width: 992px) {
  footer .menu {
    width: 72.073%;
  }
}
footer .menu p {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  footer .menu p {
    margin-bottom: 27px;
  }
}
@media (min-width: 1200px) {
  footer .menu p {
    margin-bottom: 29px;
  }
}
@media (min-width: 1440px) {
  footer .menu p {
    margin-bottom: 31px;
  }
}
@media (min-width: 1600px) {
  footer .menu p {
    margin-bottom: 33px;
  }
}
@media (min-width: 1900px) {
  footer .menu p {
    margin-bottom: 35px;
  }
}
footer .newsletter .title {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  footer .newsletter .title {
    margin-bottom: 27px;
  }
}
@media (min-width: 1200px) {
  footer .newsletter .title {
    margin-bottom: 29px;
  }
}
@media (min-width: 1440px) {
  footer .newsletter .title {
    margin-bottom: 31px;
  }
}
@media (min-width: 1600px) {
  footer .newsletter .title {
    margin-bottom: 33px;
  }
}
@media (min-width: 1900px) {
  footer .newsletter .title {
    margin-bottom: 35px;
  }
}
footer .download-app {
  margin-top: 19.5px;
  width: 48%;
}
footer .download-app img {
  width: 100%;
  height: auto;
}
footer .newsletter {
  width: 100%;
}
footer .newsletter a {
  text-transform: none !important;
}
@media (max-width: 400px) {
  footer .newsletter p.add {
    width: 65%;
  }
  footer .newsletter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  footer .newsletter {
    width: 24.94%;
  }
}
footer .newsletter .icon {
  margin-bottom: 5px;
}
footer .newsletter .icon svg {
  width: 20px;
  height: auto;
}
footer .newsletter p {
  margin-bottom: clamp(12px, 1.04vw, 20px);
}
footer .newsletter input {
  color: #fff;
  border: 0.75px solid #FFF;
  border-radius: 5.73px;
  background-color: transparent;
  padding: 7.5px 12px;
  margin-bottom: 10.5px;
}
@media (max-width: 991px) {
  footer .newsletter input {
    height: 40px;
  }
}
@media (min-width: 992px) {
  footer .newsletter input {
    padding: 7.5px 12px;
    margin-bottom: 19.5px;
  }
}
@media (min-width: 1200px) {
  footer .newsletter input {
    padding: 8.5px 13px;
    margin-bottom: 20.5px;
  }
}
@media (min-width: 1440px) {
  footer .newsletter input {
    padding: 9.5px 14px;
    margin-bottom: 21.5px;
  }
}
@media (min-width: 1600px) {
  footer .newsletter input {
    padding: 10.5px 15px;
    margin-bottom: 22.5px;
  }
}
@media (min-width: 1900px) {
  footer .newsletter input {
    padding: 11.5px 16px;
    margin-bottom: 23.5px;
  }
}
footer .newsletter input::-moz-placeholder {
  color: #fff;
}
footer .newsletter input::placeholder {
  color: #fff;
}
@media (max-width: 991px) {
  footer .newsletter button {
    width: 100%;
    justify-content: center;
  }
}
footer .newsletter a {
  position: relative;
}
footer .newsletter a::before, footer .newsletter a::after {
  height: 100%;
  left: 0;
  top: 0;
}
footer .newsletter a + a:hover::before {
  background-color: #000;
  background-image: url(../images/download-w.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
footer .copyright {
  border-top: 1px solid #D9D9D9;
  margin-top: 18px;
  padding: 18px 0px 18px 0px;
}
@media (min-width: 992px) {
  footer .copyright {
    padding: 14px 0px 23.96px 0px;
    margin-top: 48px;
  }
}
@media (min-width: 1200px) {
  footer .copyright {
    padding: 20px 0px 30.96px 0px;
    margin-top: 50px;
  }
}
@media (min-width: 1440px) {
  footer .copyright {
    padding: 22px 0px 32.96px 0px;
    margin-top: 52px;
  }
}
@media (min-width: 1600px) {
  footer .copyright {
    padding: 24px 0px 34.96px 0px;
    margin-top: 54px;
  }
}
@media (min-width: 1900px) {
  footer .copyright {
    padding: 26px 0px 36.96px 0px;
    margin-top: 56px;
  }
}
@media (max-width: 991px) {
  footer .copyright ul {
    order: -1;
    margin-bottom: 5px;
  }
}
footer .copyright li {
  position: relative;
  padding-left: 10px;
}
footer .copyright li::before {
  content: "|";
  color: #fff;
  position: relative;
  left: -5px;
  top: 0;
}
@media (max-width: 767px) {
  footer .copyright li:first-child {
    padding-left: 0;
  }
  footer .copyright li:first-child:before {
    content: unset;
  }
}
footer .copyright a:hover {
  color: #000;
}
@media (max-width: 575px) {
  footer .copyright p {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  footer .copyright p, footer .copyright a {
    font-size: 11px;
  }
}
@media (min-width: 1280px) {
  footer .copyright p, footer .copyright a {
    font-size: 12px;
  }
}
@media (min-width: 1350px) {
  footer .copyright p, footer .copyright a {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  footer .copyright p, footer .copyright a {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  footer .copyright p, footer .copyright a {
    font-size: 15px;
  }
}
@media (min-width: 1900px) {
  footer .copyright p, footer .copyright a {
    font-size: 18px;
  }
}

.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: #DD1F26;
  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: #DD1F26;
}
.searchOffcanvas .btn-close:focus {
  box-shadow: unset;
}

.mobile_left_menu {
  margin-top: 60px;
  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);
  backdrop-filter: blur(40px);
}
@media (min-width: 768px) {
  .mobile_left_menu {
    width: 25%;
  }
}
.mobile_left_menu nav {
  padding-left: 20px;
}
@media (max-width: 575px) {
  .mobile_left_menu nav {
    height: 380px;
    align-items: flex-start;
  }
}
.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: #231F20;
  border-color: #231F20;
}
.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: 10px;
}
.mobile_left_menu ul li a {
  font-size: 16px;
}
.mobile_left_menu .btn-close {
  margin-right: 0;
}
.mobile_left_menu .offcanvas-header {
  padding-bottom: 20px;
}

.offcanvas-header a img {
  width: 125px;
}

@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 .error-message {
  position: initial !important;
  margin-top: 4px;
}
.enquiryForm .modal-dialog {
  margin: auto;
  max-width: 95%;
}
@media (min-width: 992px) {
  .enquiryForm .modal-dialog {
    max-width: 58.96%;
  }
}
.enquiryForm .modal-content {
  width: 95%;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 10px 10px rgba(54, 54, 54, 0.11);
  padding: 30px 20px 20px 20px;
}
@media (min-width: 768px) {
  .enquiryForm .modal-content {
    width: 87.01%;
  }
}
@media (min-width: 992px) {
  .enquiryForm .modal-content {
    padding: 31px 22px 31px 22px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .modal-content {
    width: 600px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm .modal-content {
    padding: 31px 42px 31px 42px;
  }
}
@media (min-width: 1600px) {
  .enquiryForm .modal-content {
    width: 700px;
  }
}
.enquiryForm .formGroup {
  padding: 0;
  padding-bottom: 10px;
  text-align: right;
}
.enquiryForm .formGroup > svg {
  height: auto;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .enquiryForm .formGroup > svg {
    position: absolute;
    right: 2px;
    top: -20px;
  }
}
.enquiryForm .row {
  gap: 0px;
}
@media (min-width: 576px) {
  .enquiryForm .row {
    gap: 0px 9px;
  }
}
@media (min-width: 992px) {
  .enquiryForm .row {
    gap: 0px 9px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .row {
    gap: 0px 11px;
  }
}
@media (min-width: 1280px) {
  .enquiryForm .row {
    gap: 0px 11px;
  }
}
@media (min-width: 1360px) {
  .enquiryForm .row {
    gap: 0px 10px;
  }
}
@media (min-width: 1600px) {
  .enquiryForm .row {
    gap: 0px 11px;
  }
}
.enquiryForm .col--6 {
  width: 100%;
}
@media (min-width: 576px) {
  .enquiryForm .col--6 {
    width: 49%;
  }
}
.enquiryForm .col--4 {
  width: 100%;
}
@media (min-width: 768px) {
  .enquiryForm .col--4 {
    width: 32%;
  }
}
.enquiryForm .title {
  font-weight: 800;
  color: #DD1F26;
  margin-bottom: 10px;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .enquiryForm .title {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm .title {
    font-size: 23px;
  }
}
@media (min-width: 1600px) {
  .enquiryForm .title {
    font-size: 25px;
  }
}
.enquiryForm .modal-content > svg {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  top: 30px;
  width: 20px;
}
@media (min-width: 768px) {
  .enquiryForm .modal-content > svg {
    width: 24px;
  }
}
@media (min-width: 992px) {
  .enquiryForm .modal-content > svg {
    width: 28px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .modal-content > svg {
    width: 32px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm .modal-content > svg {
    width: 36px;
  }
}
@media (min-width: 1600px) {
  .enquiryForm .modal-content > svg {
    width: 40px;
  }
}
@media (min-width: 1900px) {
  .enquiryForm .modal-content > svg {
    width: 44px;
  }
}
.enquiryForm .btn-close {
  opacity: 1;
  position: absolute;
  right: 20px;
  background: unset;
  top: 19px;
}
@media (min-width: 1200px) {
  .enquiryForm .btn-close {
    right: 33px;
  }
}
.enquiryForm .btn-close {
  z-index: 2;
}
.enquiryForm .btn-close:focus {
  outline: unset;
  box-shadow: unset;
}
.enquiryForm .btn-close svg {
  height: auto;
  width: 10px;
}
@media (min-width: 768px) {
  .enquiryForm .btn-close svg {
    width: 14px;
  }
}
@media (min-width: 992px) {
  .enquiryForm .btn-close svg {
    width: 18px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .btn-close svg {
    width: 22px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm .btn-close svg {
    width: 26px;
  }
}
@media (min-width: 1600px) {
  .enquiryForm .btn-close svg {
    width: 30px;
  }
}
@media (min-width: 1900px) {
  .enquiryForm .btn-close svg {
    width: 34px;
  }
}
.enquiryForm .buttonGroup {
  gap: 12px;
}
.enquiryForm .buttonGroup button {
  line-height: normal;
  padding: 7px 15px;
  margin-top: 10px;
  gap: 5.73px;
  min-width: 119px;
  width: 68.55%;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .enquiryForm .buttonGroup button svg {
    width: 14px;
    height: auto;
  }
}
@media (max-width: 575px) {
  .enquiryForm .buttonGroup button {
    width: 100%;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .enquiryForm .buttonGroup button {
    padding: 9px 24px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .enquiryForm .buttonGroup button {
    padding: 10px 26px;
    gap: 14px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm .buttonGroup button {
    padding: 11px 28px;
    gap: 16px;
  }
}
@media (min-width: 1600px) {
  .enquiryForm .buttonGroup button {
    padding: 12px 30px;
    gap: 18px;
  }
}
@media (min-width: 1900px) {
  .enquiryForm .buttonGroup button {
    padding: 13px 32px;
    gap: 20px;
  }
}
.enquiryForm .buttonGroup button svg {
  transition: 0.5s ease alll;
  transform: translateX(0px);
}
.enquiryForm .buttonGroup button:hover svg {
  transform: rotate(180deg);
  transition: 0.5s ease alll;
}
.enquiryForm .buttonGroup .btn-cancel:hover {
  background-color: #231F20;
  color: #DD1F26;
}
.enquiryForm .fileText {
  gap: 5px;
}
.enquiryForm #fileText {
  color: #666;
  font-size: 10px;
}
.enquiryForm i {
  display: block;
  text-align: right;
  color: #DD1F26;
}
.enquiryForm input[type=date], .enquiryForm select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: url('data:image/svg+xml,<svg width="7" height="6" viewBox="0 0 7 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.03136 0.68448L3.90848 5.34688L3.03552 5.34688L0.91264 0.68448L2.17248 0.68448L3.472 3.68032L4.77152 0.68448L6.03136 0.68448Z" fill="black"/></svg>') no-repeat right 16px center;
  background-size: 9px;
  padding-right: 40px;
  cursor: pointer;
}
.enquiryForm {
  /* File upload hidden - custom button */
}
.enquiryForm input[type=file] {
  display: none;
}
.enquiryForm .custom-file-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.enquiryForm .custom-file-label:hover img {
  transition: 0.5s ease all;
  filter: invert(1);
}
.enquiryForm .custom-file-label:hover path {
  transition: 0.5s ease all;
  fill: #000;
}
.enquiryForm .custom-file-label svg {
  height: auto;
  width: 15.063px;
}
@media (min-width: 1200px) {
  .enquiryForm .custom-file-label svg {
    width: 17.063px;
  }
}
@media (min-width: 1440px) {
  .enquiryForm .custom-file-label svg {
    width: 19.063px;
  }
}
@media (min-width: 1600px) {
  .enquiryForm .custom-file-label svg {
    width: 21.063px;
  }
}
@media (min-width: 1900px) {
  .enquiryForm .custom-file-label svg {
    width: 23.063px;
  }
}
.enquiryForm .custom-file-label img {
  width: 20px;
  height: auto;
}
@media (max-width: 575px) {
  .enquiryForm i {
    position: absolute;
    right: 4px;
    top: -10px;
  }
}

input, select {
  height: 30px;
}
@media (min-width: 992px) {
  input, select {
    height: 38px;
  }
}
@media (min-width: 1200px) {
  input, select {
    height: 40px;
  }
}
@media (min-width: 1440px) {
  input, select {
    height: 42px;
  }
}
@media (min-width: 1600px) {
  input, select {
    height: 44px;
  }
}
@media (min-width: 1900px) {
  input, select {
    height: 46px;
  }
}

.custom-file-label div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 4px 11.9px 0 rgba(0, 0, 0, 0.1);
  height: 36px;
  width: 36px;
}
@media (min-width: 992px) {
  .custom-file-label div {
    height: 38px;
    width: 38px;
  }
}
@media (min-width: 1200px) {
  .custom-file-label div {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 1440px) {
  .custom-file-label div {
    height: 42px;
    width: 42px;
  }
}
@media (min-width: 1600px) {
  .custom-file-label div {
    height: 44px;
    width: 44px;
  }
}
@media (min-width: 1900px) {
  .custom-file-label div {
    height: 46px;
  }
}

input, textarea, select {
  color: #666;
  line-height: 120%;
  font-size: 9.92px;
}
@media (min-width: 992px) {
  input, textarea, select {
    font-size: 9.92px;
  }
}
@media (min-width: 1200px) {
  input, textarea, select {
    font-size: 11.92px;
  }
}
@media (min-width: 1440px) {
  input, textarea, select {
    font-size: 13.92px;
  }
}
@media (min-width: 1600px) {
  input, textarea, select {
    font-size: 14.92px;
  }
}
@media (min-width: 1900px) {
  input, textarea, select {
    font-size: 16.92px;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #666;
}
input::placeholder, textarea::placeholder, select::placeholder {
  color: #666;
}
input, textarea, select {
  line-height: normal;
  width: 100%;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 4px 11.9px 0 rgba(0, 0, 0, 0.1);
  padding: 2px 16px;
}
@media (min-width: 992px) {
  input, textarea, select {
    padding: 9px 14px;
  }
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #DD1F26;
}

textarea {
  height: 70px;
}
@media (max-width: 991px) {
  textarea {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  textarea {
    height: 89px;
  }
}

.modal {
  z-index: 99999;
}

.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: #231F20;
  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: #DD1F26;
  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: #DD1F26;
  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: #DD1F26;
  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: #DD1F26;
}
.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;
}

.whatsappFixed {
  position: fixed;
  right: 22px;
  top: 90%;
  transform: translateY(-50%);
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #61fd7d 0%, #25cf43 100%);
  box-shadow: 0 14px 30px rgba(37, 207, 67, 0.38);
  isolation: isolate;
}
.whatsappFixed::before, .whatsappFixed::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(97, 253, 125, 0.55);
  z-index: -1;
  animation: whatsappPulse 2s ease-out infinite;
}
.whatsappFixed::after {
  inset: -16px;
  border-color: rgba(97, 253, 125, 0.28);
  animation-delay: 0.8s;
}
.whatsappFixed svg {
  width: 30px;
  height: 30px;
  display: block;
}
.whatsappFixed:hover {
  box-shadow: 0 18px 38px rgba(37, 207, 67, 0.5);
}
@media (max-width: 991.98px) {
  .whatsappFixed {
    width: 56px;
    height: 56px;
    top: auto;
    bottom: 88px;
    right: 16px;
    transform: none;
  }
  .whatsappFixed svg {
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 767px) {
  .whatsappFixed {
    width: 52px;
    height: 52px;
    right: 12px;
    bottom: 84px;
  }
  .whatsappFixed svg {
    width: 25px;
    height: 25px;
  }
}

@keyframes whatsappPulse {
  0% {
    transform: scale(0.92);
    opacity: 0.9;
  }
  70% {
    transform: scale(1.22);
    opacity: 0;
  }
  100% {
    transform: scale(1.28);
    opacity: 0;
  }
}
.inner-banner .container-ctn {
  position: absolute;
  bottom: 8.915%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.inner-banner .container-ctn h1 {
  text-transform: uppercase;
  line-height: 115%;
  color: #fff;
  font-size: 39px;
}
@media (min-width: 992px) {
  .inner-banner .container-ctn h1 {
    font-size: 39px;
  }
}
@media (min-width: 1200px) {
  .inner-banner .container-ctn h1 {
    font-size: 43px;
  }
}
@media (min-width: 1440px) {
  .inner-banner .container-ctn h1 {
    font-size: 47px;
  }
}
@media (min-width: 1600px) {
  .inner-banner .container-ctn h1 {
    font-size: 51px;
  }
}
@media (min-width: 1900px) {
  .inner-banner .container-ctn h1 {
    font-size: 55px;
  }
}
.inner-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 350px;
}
@media (min-width: 768px) {
  .inner-banner img {
    height: auto;
  }
}

.page-banner::before, .page-banner::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-banner::before {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 9999;
}

.banner {
  overflow: hidden;
  margin-top: 59px;
}
@media (min-width: 768px) {
  .banner {
    margin-top: 61px;
  }
}
.banner > .container-ctn {
  position: relative;
}
.banner > .container-ctn picture {
  z-index: 9999;
  position: absolute;
  width: 80%;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .banner > .container-ctn picture {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .banner > .container-ctn picture {
    right: -8%;
    width: 58.832%;
  }
}
.banner .container-fluid + .container-ctn {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 9999;
  bottom: 19.185%;
}
@media (min-width: 1280px) {
  .banner .container-fluid + .container-ctn {
    bottom: 23.185%;
  }
}
@media (min-width: 1350px) {
  .banner .container-fluid + .container-ctn {
    bottom: 24.185%;
  }
}
@media (min-width: 1440px) {
  .banner .container-fluid + .container-ctn {
    bottom: 25.185%;
  }
}
@media (min-width: 1600px) {
  .banner .container-fluid + .container-ctn {
    bottom: 27.185%;
  }
}
.banner.page-banner .container-fluid + .container-ctn {
  bottom: 38px;
}
.banner.page-banner h1 {
  color: #FFF;
  text-transform: uppercase;
}
.banner picture {
  position: absolute;
  width: 511px;
}
.banner img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .banner-image-slider img {
    height: 380px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.banner-text-slider {
  width: 90%;
}
@media (min-width: 768px) {
  .banner-text-slider {
    width: 49%;
  }
}
.banner-text-slider span {
  color: #111010;
  display: block;
  font-size: 15px;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .banner-text-slider span {
    font-size: 15px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  .banner-text-slider span {
    font-size: 16px;
    margin-bottom: 19px;
  }
}
@media (min-width: 1440px) {
  .banner-text-slider span {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .banner-text-slider span {
    font-size: 18px;
    margin-bottom: 21px;
  }
}
@media (min-width: 1900px) {
  .banner-text-slider span {
    font-size: 19px;
    margin-bottom: 22px;
  }
}
.banner-text-slider h1 {
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (min-width: 576px) {
  .banner-text-slider h1 {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .banner-text-slider h1 {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .banner-text-slider h1 {
    margin-bottom: 18px;
  }
}
.banner-text-slider h1 strong {
  text-transform: uppercase;
  font-weight: 800;
}
.banner-text-slider .btn-theme, .banner-text-slider .contact-form-contact-page button, .contact-form-contact-page .banner-text-slider button, .banner-text-slider .contact-form button, .contact-form .banner-text-slider button {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .banner-text-slider .btn-theme, .banner-text-slider .contact-form-contact-page button, .contact-form-contact-page .banner-text-slider button, .banner-text-slider .contact-form button, .contact-form .banner-text-slider button {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .banner-text-slider .btn-theme, .banner-text-slider .contact-form-contact-page button, .contact-form-contact-page .banner-text-slider button, .banner-text-slider .contact-form button, .contact-form .banner-text-slider button {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .banner-text-slider .btn-theme, .banner-text-slider .contact-form-contact-page button, .contact-form-contact-page .banner-text-slider button, .banner-text-slider .contact-form button, .contact-form .banner-text-slider button {
    margin-top: 41px;
  }
}
.banner-text-slider p {
  width: 54%;
}

.home-cta {
  overflow-x: hidden;
}
.home-cta .btn-theme.btn--red:hover, .home-cta .contact-form-contact-page button.btn--red:hover, .contact-form-contact-page .home-cta button.btn--red:hover, .home-cta .contact-form button.btn--red:hover, .contact-form .home-cta button.btn--red:hover {
  background-color: white;
  color: #000;
}
.home-cta h2 {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  .home-cta h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .home-cta h2 {
    margin-bottom: 17px;
  }
}
@media (min-width: 992px) {
  .home-cta h2 {
    margin-bottom: 23px;
  }
}
.home-cta h2 strong {
  font-weight: 800;
  display: block;
}
.home-cta .row h2,
.home-cta .row p {
  color: #fff;
}
.home-cta .row h2,
.home-cta .row h2 strong {
  text-transform: uppercase;
  font-size: 22px;
}
@media (min-width: 992px) {
  .home-cta .row h2,
  .home-cta .row h2 strong {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .home-cta .row h2,
  .home-cta .row h2 strong {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .home-cta .row h2,
  .home-cta .row h2 strong {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .home-cta .row h2,
  .home-cta .row h2 strong {
    font-size: 30px;
  }
}
@media (min-width: 1900px) {
  .home-cta .row h2,
  .home-cta .row h2 strong {
    font-size: 34px;
  }
}
.home-cta .row p {
  width: 95%;
}
@media (min-width: 768px) {
  .home-cta .row p {
    width: 80%;
  }
}
@media (min-width: 1900px) {
  .home-cta .row p {
    width: 70%;
  }
}
.home-cta .row div:nth-child(odd) {
  background-color: #DD1F26;
  padding: 30px;
}
@media (min-width: 768px) {
  .home-cta .row div:nth-child(odd) {
    padding: 4.333% 4.333% 4.333% 3.7%;
  }
}
@media (min-width: 992px) {
  .home-cta .row div:nth-child(odd) {
    padding: 4.333% 4.333% 4.333% 10.7%;
  }
}
.home-cta .row div:nth-child(even) {
  background-color: #231F20;
  padding: 30px;
}
@media (min-width: 768px) {
  .home-cta .row div:nth-child(even) {
    padding: 4.333% 3.7% 4.333% 4.333%;
  }
}
@media (min-width: 992px) {
  .home-cta .row div:nth-child(even) {
    padding: 4.333% 10.7% 4.333% 4.333%;
  }
}
.home-cta .row div:nth-child(even) strong {
  color: #DD1F26;
}
.home-cta .btn-theme, .home-cta .contact-form-contact-page button, .contact-form-contact-page .home-cta button, .home-cta .contact-form button, .contact-form .home-cta button {
  margin-top: 15px;
}
@media (min-width: 576px) {
  .home-cta .btn-theme, .home-cta .contact-form-contact-page button, .contact-form-contact-page .home-cta button, .home-cta .contact-form button, .contact-form .home-cta button {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .home-cta .btn-theme, .home-cta .contact-form-contact-page button, .contact-form-contact-page .home-cta button, .home-cta .contact-form button, .contact-form .home-cta button {
    margin-top: 22px;
  }
}
@media (min-width: 992px) {
  .home-cta .btn-theme, .home-cta .contact-form-contact-page button, .contact-form-contact-page .home-cta button, .home-cta .contact-form button, .contact-form .home-cta button {
    margin-top: 28px;
  }
}

.about-us + .services {
  border-top: 1px solid #DD1F26;
}
.about-us p {
  color: #666;
  font-size: 15px;
}
@media (min-width: 992px) {
  .about-us p {
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  .about-us p {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .about-us p {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .about-us p {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .about-us p {
    font-size: 19px;
  }
}
.about-us-content {
  width: 100%;
}
@media (max-width: 767px) {
  .about-us-content {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .about-us-content {
    width: 48.24%;
  }
}
.about-us-image {
  width: 100%;
}
@media (min-width: 768px) {
  .about-us-image {
    width: 43.175%;
  }
}
.about-us .btn-theme, .about-us .contact-form-contact-page button, .contact-form-contact-page .about-us button, .about-us .contact-form button, .contact-form .about-us button {
  margin-top: 15px;
}
@media (min-width: 576px) {
  .about-us .btn-theme, .about-us .contact-form-contact-page button, .contact-form-contact-page .about-us button, .about-us .contact-form button, .contact-form .about-us button {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .about-us .btn-theme, .about-us .contact-form-contact-page button, .contact-form-contact-page .about-us button, .about-us .contact-form button, .contact-form .about-us button {
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  .about-us .btn-theme, .about-us .contact-form-contact-page button, .contact-form-contact-page .about-us button, .about-us .contact-form button, .contact-form .about-us button {
    margin-top: 39px;
  }
}
.about-us h2 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about-us h2 {
    margin-bottom: 23px;
  }
}

.head h2 {
  text-transform: uppercase;
}
.head span {
  font-weight: 800;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1090px) {
  .head span {
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .head span {
    margin-bottom: 10px;
  }
}
@media (min-width: 1350px) {
  .head span {
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .head span {
    margin-bottom: 14px;
  }
}
@media (min-width: 1600px) {
  .head span {
    margin-bottom: 16px;
  }
}
@media (min-width: 1900px) {
  .head span {
    margin-bottom: 18px;
  }
}

.services-container {
  width: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .services-container {
    width: 57.153%;
  }
}

.services {
  position: relative;
}
.services::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
  background: rgba(217, 217, 217, 0.2);
  z-index: -1;
}
.services .services-slider {
  position: relative;
  margin-bottom: 40px;
}
.services .service-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8%;
  padding: 40px 20px 0px 20px;
}
@media (min-width: 768px) {
  .services .service-slide {
    padding: 40px 20px;
  }
}
@media (max-width: 575px) {
  .services .service-slide {
    flex-direction: column;
  }
}
.services .service-slide > div:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .services .service-slide > div:first-child {
    width: 27.553%;
  }
}
@media (max-width: 767px) {
  .services .service-slide .service-content {
    width: 100%;
  }
}
.services .service-slide .service-content li,
.services .service-slide .service-content p {
  font-size: 14px;
}
@media (min-width: 1440px) {
  .services .service-slide .service-content li,
  .services .service-slide .service-content p {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .services .service-slide .service-content li,
  .services .service-slide .service-content p {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .services .service-slide .service-content li,
  .services .service-slide .service-content p {
    font-size: 18px;
  }
}
.services .service-icon-main {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
@media (max-width: 767px) {
  .services .service-icon-main {
    width: 100px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .services .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.services .service-icon-main img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.services .service-title {
  text-align: center;
  color: #000;
  font-size: clamp(14px, 1.1vw, 20px);
  font-weight: 900;
  margin-top: clamp(15px, 2.1vw, 40px);
}
.services .service-list {
  list-style: disc;
  margin: 10px 0 20px 20px;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .services .service-list {
    margin-left: auto;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
  }
}
.services .service-list li {
  text-transform: capitalize;
  list-style: disc;
}
.services .service-btn {
  border: 1px solid #000;
  padding: 6px 18px;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
  background: #fff;
}
.services {
  /* Slick arrows (custom) */
}
.services .slick-prev,
.services .slick-next {
  width: 30px;
  height: 30px;
  z-index: 5;
}
.services .slick-prev:before,
.services .slick-next:before {
  font-size: 30px;
  color: #777;
}
.services .slick-prev {
  left: -40px;
}
.services .slick-next {
  right: -40px;
}
.services {
  /* Bottom icon row */
}
.services .services-icons-row {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 20px 2%;
}
@media (min-width: 992px) {
  .services .services-icons-row {
    gap: 2%;
  }
}
.services .service-icon-item {
  text-align: center;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  width: 32%;
}
@media (min-width: 992px) {
  .services .service-icon-item {
    width: 14.95%;
  }
}
.services .service-icon-item img {
  margin: auto;
  height: auto;
  width: 55px;
}
.services .service-icon-item.slick-current.slick-active {
  display: none;
}
.services .service-icon-label {
  margin-top: clamp(6px, 1.06vw, 15.22px);
}
.services .btn {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 800;
  display: flex;
  align-items: center;
  color: #111D15;
  border-radius: 5.73px;
  border: 0.75px solid #666;
  gap: 7.5px;
  font-size: 10px;
  margin-top: 10px;
  padding: 5px 10px;
}
@media (min-width: 992px) {
  .services .btn {
    padding: 6px 11px;
  }
}
@media (min-width: 1280px) {
  .services .btn {
    font-size: 9.5px;
    padding: 7px 12px;
  }
}
@media (min-width: 1440px) {
  .services .btn {
    font-size: 10px;
    padding: 7px 15px;
  }
}
@media (min-width: 1600px) {
  .services .btn {
    font-size: 12px;
    padding: 7.5px 18px;
  }
}
@media (min-width: 1900px) {
  .services .btn {
    font-size: 14px;
    padding: 8px 21px;
  }
}
.services .btn svg {
  height: auto;
  width: 12px;
}
@media (min-width: 992px) {
  .services .btn svg {
    width: 13px;
  }
}
@media (min-width: 1200px) {
  .services .btn svg {
    width: 14px;
  }
}
@media (min-width: 1440px) {
  .services .btn svg {
    width: 16px;
  }
}
@media (min-width: 1600px) {
  .services .btn svg {
    width: 18px;
  }
}
@media (min-width: 1900px) {
  .services .btn svg {
    width: 20px;
  }
}
.services .btn:hover {
  background-color: #DD1F26;
  color: #fff;
  border: 1px solid #DD1F26;
}
.services .btn:hover path {
  fill: #fff;
}

.team {
  background: linear-gradient(rgba(221, 31, 38, 0.9), rgba(221, 31, 38, 0.9)), url(../images/home/team-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding-bottom: 83px;
}
@media (min-width: 1090px) {
  .team {
    padding-bottom: 88px;
  }
}
@media (min-width: 1200px) {
  .team {
    padding-bottom: 93px;
  }
}
@media (min-width: 1350px) {
  .team {
    padding-bottom: 98px;
  }
}
@media (min-width: 1440px) {
  .team {
    padding-bottom: 103px;
  }
}
@media (min-width: 1600px) {
  .team {
    padding-bottom: 108px;
  }
}
@media (min-width: 1900px) {
  .team {
    padding-bottom: 113px;
  }
}
.team .d-flex {
  gap: 20px 3.8%;
}
@media (min-width: 992px) {
  .team .d-flex {
    gap: 3.8%;
  }
}
.team .head h2 {
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media (min-width: 1090px) {
  .team .head h2 {
    margin-bottom: 9px;
  }
}
@media (min-width: 1200px) {
  .team .head h2 {
    margin-bottom: 11px;
  }
}
@media (min-width: 1350px) {
  .team .head h2 {
    margin-bottom: 13px;
  }
}
@media (min-width: 1440px) {
  .team .head h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1600px) {
  .team .head h2 {
    margin-bottom: 17px;
  }
}
@media (min-width: 1900px) {
  .team .head h2 {
    margin-bottom: 19px;
  }
}
.team .head p {
  line-height: 120%;
  font-weight: 600;
}
@media (min-width: 576px) {
  .team .head p {
    white-space: pre-line;
  }
}
@media (max-width: 575px) {
  .team .head p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.team .head h2,
.team .head p {
  color: #fff;
}
@media (min-width: 768px) {
  .team .head {
    width: 56.299%;
    margin-left: auto;
    margin-right: auto;
  }
}
.team-card {
  border-radius: 5.73px;
  background: #FFF;
  width: 48%;
}
@media (min-width: 768px) {
  .team-card {
    width: 30.8%;
  }
}
@media (min-width: 992px) {
  .team-card {
    width: 22.106%;
  }
}
.team-card img {
  width: 100%;
  height: auto;
}
.team-card picture {
  overflow: hidden;
  position: relative;
  border-radius: 5.73px;
  background: #F5F4F4;
}
.team-card picture::after {
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  background-image: url(../images/home/team-overlay.png);
  background-size: 65.9%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  transition: 0.5s ease all;
}
.team-card:hover picture::after {
  opacity: 0.1;
  transition: 0.5s ease all;
  transform: translateY(120%);
}
.team-description {
  z-index: 2;
  position: relative;
  text-align: center;
  border-radius: 5.73px;
  padding: 9px 0px 15px 0px;
}
@media (min-width: 992px) {
  .team-description {
    padding: 9px 0px 15px 0px;
  }
}
@media (min-width: 1090px) {
  .team-description {
    padding: 9px 0px 25px 0px;
  }
}
@media (min-width: 1280px) {
  .team-description {
    padding: 11px 0px 27px 0px;
  }
}
@media (min-width: 1350px) {
  .team-description {
    padding: 13px 0px 29px 0px;
  }
}
@media (min-width: 1440px) {
  .team-description {
    padding: 15px 0px 31px 0px;
  }
}
@media (min-width: 1600px) {
  .team-description {
    padding: 17px 0px 33px 0px;
  }
}
.team-description h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #DD1F26;
  font-weight: 800;
  font-size: 16px;
}
@media (min-width: 768px) {
  .team-description h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .team-description h3 {
    font-size: 30px;
  }
}
@media (min-width: 1090px) {
  .team-description h3 {
    font-size: 30px;
  }
}
@media (min-width: 1280px) {
  .team-description h3 {
    font-size: 33px;
  }
}
@media (min-width: 1440px) {
  .team-description h3 {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  .team-description h3 {
    font-size: 38px;
  }
}
@media (min-width: 1900px) {
  .team-description h3 {
    font-size: 40px;
  }
}
.team-description p {
  font-weight: 800;
  width: 69%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1350px) {
  .team-description p {
    width: 55%;
  }
}

.trust-us {
  margin-bottom: 42px;
}
.trust-us .container-ctn {
  padding-bottom: 30px;
  border-bottom: 1px solid #DD1F26;
}
.trust-us p {
  color: #666;
}
.trust-us h2 {
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 992px) {
  .trust-us h2 {
    width: 52.73%;
  }
}
.trust-us .description {
  width: 100%;
}
@media (min-width: 992px) {
  .trust-us .description {
    width: 46.486%;
  }
}
@media (min-width: 1080px) {
  .trust-us .description {
    width: 44.685%;
  }
}

.why-choose picture {
  width: 100%;
}
@media (max-width: 991px) {
  .why-choose picture {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .why-choose picture {
    width: 41.943%;
  }
}
.why-choose picture img {
  width: 100%;
  height: auto;
}
.why-choose .description {
  width: 100%;
  color: #666;
}
@media (min-width: 992px) {
  .why-choose .description {
    width: 50.486%;
  }
}
@media (min-width: 1080px) {
  .why-choose .description {
    width: 44.486%;
  }
}
.why-choose .description p {
  color: #666;
}
.why-choose .description h2,
.why-choose .description h3 {
  margin-bottom: 12px;
}
.why-choose .description ul {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .why-choose .description ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.why-choose .description li {
  color: #111D15;
  background: #F5F4F4;
  border-radius: 3px;
  padding-top: 7.5px;
  padding-right: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 34.5px;
}
@media (min-width: 992px) {
  .why-choose .description li {
    padding-left: 25.5px;
  }
}
@media (min-width: 1200px) {
  .why-choose .description li {
    padding-left: 27.5px;
  }
}
@media (min-width: 1440px) {
  .why-choose .description li {
    padding-left: 30.5px;
  }
}
@media (min-width: 1600px) {
  .why-choose .description li {
    padding-left: 34.5px;
  }
}
@media (min-width: 1900px) {
  .why-choose .description li {
    padding-left: 34.5px;
    padding-top: 10.5px;
    padding-right: 10.5px;
    padding-bottom: 10.5px;
  }
}
.why-choose .description li + li {
  margin-top: 12px;
}
@media (min-width: 1900px) {
  .why-choose .description li + li {
    margin-top: 18px;
  }
}
.why-choose .description li::before {
  left: 7.5px;
}
@media (min-width: 1900px) {
  .why-choose .description li::before {
    top: 13.5px;
  }
}
.why-choose .button-wrap {
  margin-top: 36px;
  gap: 18px;
}
.why-choose .button-wrap a:first-child:hover {
  border: 1px solid #DD1F26;
  color: #DD1F26;
}

.contact {
  background: rgba(217, 217, 217, 0.2);
}
.contact-info {
  padding-bottom: 15px;
  width: 100%;
}
@media (min-width: 992px) {
  .contact-info {
    width: 51.429%;
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .contact-info {
    padding-bottom: 17px;
  }
}
@media (min-width: 1440px) {
  .contact-info {
    padding-bottom: 19px;
  }
}
@media (min-width: 1600px) {
  .contact-info {
    padding-bottom: 21px;
  }
}
@media (min-width: 1900px) {
  .contact-info {
    padding-bottom: 23px;
  }
}
.contact-info div {
  width: 90%;
}
@media (min-width: 992px) {
  .contact-info div {
    width: 75%;
  }
}
.contact-info h2 {
  color: #111D15;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact-info h2 {
    margin-bottom: 35px;
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .contact-info h2 {
    margin-bottom: 45px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .contact-info h2 {
    margin-bottom: 48px;
    font-size: 33px;
  }
}
@media (min-width: 1440px) {
  .contact-info h2 {
    margin-bottom: 51px;
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  .contact-info h2 {
    margin-bottom: 54px;
    font-size: 39px;
  }
}
@media (min-width: 1900px) {
  .contact-info h2 {
    margin-bottom: 57px;
    font-size: 42px;
  }
}
.contact-info a[href^=tel] i, .contact-info a[href^=mailto] i {
  margin-top: 3px;
}
@media (min-width: 992px) {
  .contact-info a[href^=tel] i, .contact-info a[href^=mailto] i {
    margin-top: 10px;
  }
}
.contact-info a {
  display: flex;
  gap: 9px;
}
@media (min-width: 992px) {
  .contact-info a {
    gap: 9px;
  }
}
@media (min-width: 1200px) {
  .contact-info a {
    gap: 11px;
  }
}
@media (min-width: 1440px) {
  .contact-info a {
    gap: 13px;
  }
}
@media (min-width: 1600px) {
  .contact-info a {
    gap: 15px;
  }
}
@media (min-width: 1900px) {
  .contact-info a {
    gap: 17px;
  }
}
.contact-info a svg {
  height: auto;
  width: 22px;
}
@media (min-width: 992px) {
  .contact-info a svg {
    width: 22px;
  }
}
@media (min-width: 1200px) {
  .contact-info a svg {
    width: 24px;
  }
}
@media (min-width: 1440px) {
  .contact-info a svg {
    width: 26px;
  }
}
@media (min-width: 1600px) {
  .contact-info a svg {
    width: 28px;
  }
}
@media (min-width: 1900px) {
  .contact-info a svg {
    width: 30px;
  }
}
.contact-info a i {
  background-color: #DD1F26;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 38.5px;
  height: 38.5px;
}
@media (min-width: 768px) {
  .contact-info a i {
    width: 39.5px;
    height: 39.5px;
  }
}
@media (min-width: 992px) {
  .contact-info a i {
    width: 40.5px;
    height: 40.5px;
  }
}
@media (min-width: 1200px) {
  .contact-info a i {
    width: 44.5px;
    height: 44.5px;
  }
}
@media (min-width: 14400px) {
  .contact-info a i {
    width: 48.5px;
    height: 48.5px;
  }
}
@media (min-width: 1600px) {
  .contact-info a i {
    width: 52.5px;
    height: 52.5px;
  }
}
@media (min-width: 1900px) {
  .contact-info a i {
    width: 56.5px;
    height: 56.5px;
  }
}
.contact-info a span {
  font-weight: 800;
  color: #111D15;
  letter-spacing: 0.45px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .contact-info a span {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .contact-info a span {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .contact-info a span {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .contact-info a span {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  .contact-info a span {
    font-size: 24px;
  }
}
@media (min-width: 1900px) {
  .contact-info a span {
    font-size: 27px;
  }
}
.contact-info a p {
  font-weight: 800;
  line-height: 120%;
  color: #DD1F26;
  font-size: 22px;
}
@media (min-width: 768px) {
  .contact-info a p {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .contact-info a p {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .contact-info a p {
    font-size: 38px;
  }
}
@media (min-width: 1440px) {
  .contact-info a p {
    font-size: 42px;
  }
}
@media (min-width: 1600px) {
  .contact-info a p {
    font-size: 46px;
  }
}
@media (min-width: 1900px) {
  .contact-info a p {
    font-size: 50px;
  }
}
.contact-info a + a {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .contact-info a + a {
    margin-top: 45.5px;
  }
}
@media (min-width: 992px) {
  .contact-info a + a {
    margin-top: 52.5px;
  }
}
@media (min-width: 1200px) {
  .contact-info a + a {
    margin-top: 54.5px;
  }
}
@media (min-width: 1440px) {
  .contact-info a + a {
    margin-top: 56.5px;
  }
}
@media (min-width: 1600px) {
  .contact-info a + a {
    margin-top: 58.5px;
  }
}
@media (min-width: 1900px) {
  .contact-info a + a {
    margin-top: 60.5px;
  }
}
.contact-form {
  width: 100%;
}
@media (max-width: 991px) {
  .contact-form {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .contact-form {
    width: 47.715%;
  }
}
@media (min-width: 1080px) {
  .contact-form {
    width: 41.715%;
  }
}
.contact-form h3 {
  font-weight: 800;
  line-height: 120%;
  color: #111D15;
  margin-bottom: 8px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .contact-form h3 {
    margin-bottom: 10px;
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .contact-form h3 {
    margin-bottom: 12px;
    font-size: 27px;
  }
}
.contact-form p {
  color: #666;
  letter-spacing: -0.12px;
}
.contact-form form {
  margin-top: 30px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0.75px solid #F3F3F3;
  background: #FFF;
  border-radius: 5.73px;
  padding: 13.5px 13.5px 13.5px 15px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: 0 3px 3.75px 0 rgba(0, 0, 0, 0.03);
}
.contact-form textarea {
  height: 66px;
}
.contact-form .input-wrap {
  width: 100%;
  margin-bottom: 22.5px;
}
.trust-us + .service {
  background-color: #fff;
}

.service {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .service {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .service {
    padding-bottom: 171px;
  }
}
.service .toolbar {
  display: flex;
  gap: 25px;
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .service .toolbar {
    gap: 9px;
    margin-bottom: 13px;
  }
}
@media (min-width: 1200px) {
  .service .toolbar {
    gap: 11px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1440px) {
  .service .toolbar {
    gap: 13px;
    margin-bottom: 17px;
  }
}
@media (min-width: 1600px) {
  .service .toolbar {
    gap: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1900px) {
  .service .toolbar {
    gap: 20px;
    margin-bottom: 24px;
  }
}
.service .toolbar .active line {
  stroke: #dd1f26;
}
.service .toolbar .active rect {
  fill: red;
}
.service .toolbar svg {
  height: auto;
  width: 18px;
}
@media (min-width: 992px) {
  .service .toolbar svg {
    width: 18px;
  }
}
@media (min-width: 1200px) {
  .service .toolbar svg {
    width: 24px;
  }
}
@media (min-width: 1440px) {
  .service .toolbar svg {
    width: 26px;
  }
}
@media (min-width: 1600px) {
  .service .toolbar svg {
    width: 28px;
  }
}
@media (min-width: 1900px) {
  .service .toolbar svg {
    width: 30px;
  }
}
.service .load-more {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-top: 30px;
}
@media (min-width: 576px) {
  .service .load-more {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .service .load-more {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .service .load-more {
    margin-top: 64px;
  }
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 4%;
}
@media (min-width: 768px) {
  .service-row {
    gap: 24px 4%;
  }
}
@media (min-width: 992px) {
  .service-row {
    gap: 28px 4%;
  }
}

.service-card {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .service-card {
    padding-top: 51px;
  }
}
.service-card > div picture {
  display: none;
}
@media (min-width: 992px) {
  .service-card {
    width: 47.895%;
  }
}
.service-card:nth-child(1) {
  border-top: unset;
}
@media (min-width: 992px) {
  .service-card:nth-child(1), .service-card:nth-child(2) {
    border-top: unset;
  }
}
.service-card img {
  width: 100%;
  height: auto;
}
.service-card picture {
  width: 28.29%;
}
@media (min-width: 768px) {
  .service-card picture {
    width: 30.29%;
  }
}
.service-card > div {
  width: 69%;
}
@media (min-width: 768px) {
  .service-card > div {
    width: 66%;
  }
}
.service-card > div h3 {
  font-weight: 800;
  color: #111D15;
  line-height: 120%;
  margin-bottom: 8px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .service-card > div h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .service-card > div h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .service-card > div h3 {
    margin-bottom: 14px;
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .service-card > div h3 {
    margin-bottom: 16px;
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .service-card > div h3 {
    margin-bottom: 18px;
    font-size: 24px;
  }
}
@media (min-width: 1900px) {
  .service-card > div h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.service-card > div p {
  color: #666;
  font-size: 11px;
}
@media (min-width: 768px) {
  .service-card > div p {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .service-card > div p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .service-card > div p {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .service-card > div p {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .service-card > div p {
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  .service-card > div p {
    font-size: 22px;
  }
}
.service-card .btn-wrap {
  gap: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .service-card .btn-wrap {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .service-card .btn-wrap {
    margin-top: 32px;
  }
}
@media (min-width: 1200px) {
  .service-card .btn-wrap {
    margin-top: 34px;
  }
}
@media (min-width: 1440px) {
  .service-card .btn-wrap {
    margin-top: 36px;
  }
}
@media (min-width: 1600px) {
  .service-card .btn-wrap {
    margin-top: 38px;
  }
}
@media (min-width: 1900px) {
  .service-card .btn-wrap {
    margin-top: 40px;
  }
}
.service-card .btn {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 800;
  display: flex;
  align-items: center;
  color: #111D15;
  border-radius: 5.73px;
  border: 0.75px solid #666;
  gap: 7.5px;
  font-size: 10px;
  padding: 5px 14px;
}
@media (min-width: 768px) {
  .service-card .btn {
    padding: 8px 15px;
  }
}
@media (min-width: 992px) {
  .service-card .btn {
    gap: 7.5px;
    padding: 6px 18px;
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .service-card .btn {
    gap: 9.5px;
    padding: 10px 21px;
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .service-card .btn {
    gap: 11.5px;
    padding: 10.5px 25px;
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .service-card .btn {
    gap: 13.5px;
    padding: 11px 28px;
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .service-card .btn {
    gap: 15.5px;
    padding: 14px 30px;
    font-size: 18px;
  }
}
.service-card .btn:hover {
  border-color: #DD1F26;
  background-color: #DD1F26;
  color: #fff;
}
.service-card .btn:hover path {
  fill: #fff;
}
.service-card .btn svg {
  height: auto;
  width: 15px;
}
@media (min-width: 768px) {
  .service-card .btn svg {
    width: 17px;
  }
}
@media (min-width: 992px) {
  .service-card .btn svg {
    width: 20px;
  }
}

.list-view .service-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid-view .service-card {
  border: unset;
  width: 100%;
}
.grid-view .service-card:nth-child(even) {
  flex-direction: row-reverse;
}
.grid-view .service-card > div {
  position: relative;
}
.grid-view .service-card > div picture {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 36.365px;
}
@media (min-width: 768px) {
  .grid-view .service-card > div picture {
    width: 55.365px;
    right: 28px;
    bottom: 23px;
  }
}
@media (min-width: 992px) {
  .grid-view .service-card > div picture {
    width: 67.365px;
  }
}
@media (min-width: 1200px) {
  .grid-view .service-card > div picture {
    width: 72.365px;
  }
}
@media (min-width: 1350px) {
  .grid-view .service-card > div picture {
    width: 77.365px;
  }
}
@media (min-width: 1440px) {
  .grid-view .service-card > div picture {
    width: 82.365px;
  }
}
@media (min-width: 1600px) {
  .grid-view .service-card > div picture {
    width: 87.365px;
  }
}
@media (min-width: 1900px) {
  .grid-view .service-card > div picture {
    width: 92.365px;
  }
}
@media (max-width: 575px) {
  .grid-view .service-card > div {
    margin-top: 15px;
  }
}
.grid-view .service-card > picture,
.grid-view .service-card > div {
  width: 100%;
}
@media (min-width: 576px) {
  .grid-view .service-card > picture,
  .grid-view .service-card > div {
    width: 48.58%;
  }
}
.grid-view .service-card > div {
  justify-content: center;
  padding: 12.75px 24px;
  border-radius: 5.73px;
  border: 0.75px solid #DD1F26;
  padding: 20px;
}
@media (min-width: 576px) {
  .grid-view .service-card > div {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .grid-view .service-card > div {
    padding: 35px;
  }
}
@media (min-width: 992px) {
  .grid-view .service-card > div {
    padding: 40px;
  }
}
@media (min-width: 1090px) {
  .grid-view .service-card > div {
    padding: 45px;
  }
}
@media (min-width: 1200px) {
  .grid-view .service-card > div {
    padding: 47px;
  }
}
@media (min-width: 1350px) {
  .grid-view .service-card > div {
    padding: 49px;
  }
}
@media (min-width: 1440px) {
  .grid-view .service-card > div {
    padding: 51px;
  }
}
@media (min-width: 1600px) {
  .grid-view .service-card > div {
    padding: 53px;
  }
}
@media (min-width: 1900px) {
  .grid-view .service-card > div {
    padding: 55px;
  }
}
@media (min-width: 576px) {
  .grid-view .service-card p {
    width: 90%;
  }
}
.grid-view .service-card p + p {
  margin-top: 35px;
}
.grid-view .service-card picture {
  display: flex;
}
.grid-view .service-card > div {
  display: flex;
  flex-direction: column;
}
.grid-view .service-card .btn {
  padding: 5px 8px;
}
@media (min-width: 992px) {
  .grid-view .service-card .btn {
    padding: 9px 15px;
  }
}
@media (min-width: 1200px) {
  .grid-view .service-card .btn {
    padding: 10px 17px;
  }
}
@media (min-width: 1440px) {
  .grid-view .service-card .btn {
    padding: 11px 19px;
  }
}
@media (min-width: 1600px) {
  .grid-view .service-card .btn {
    padding: 12px 21px;
  }
}
@media (min-width: 1900px) {
  .grid-view .service-card .btn {
    padding: 13px 23px;
  }
}

.pricing {
  background: url(../images/bg-pricing.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .pricing {
    padding-top: 56px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .pricing {
    padding-top: 61px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .pricing {
    padding-top: 66px;
    padding-bottom: 85px;
  }
}
@media (min-width: 1600px) {
  .pricing {
    padding-top: 71px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1900px) {
  .pricing {
    padding-top: 76px;
    padding-bottom: 100px;
  }
}
.pricing .head span {
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 8px;
  font-size: 15px;
}
@media (min-width: 992px) {
  .pricing .head span {
    margin-bottom: 8px;
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .pricing .head span {
    margin-bottom: 10px;
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  .pricing .head span {
    margin-bottom: 12px;
    font-size: 19px;
  }
}
@media (min-width: 1600px) {
  .pricing .head span {
    margin-bottom: 14px;
    font-size: 21px;
  }
}
@media (min-width: 1900px) {
  .pricing .head span {
    margin-bottom: 16px;
    font-size: 23px;
  }
}
.pricing .head h2 {
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .pricing .head h2 {
    margin-bottom: 27px;
  }
}
@media (min-width: 1200px) {
  .pricing .head h2 {
    margin-bottom: 29px;
  }
}
@media (min-width: 1440px) {
  .pricing .head h2 {
    margin-bottom: 31px;
  }
}
@media (min-width: 1600px) {
  .pricing .head h2 {
    margin-bottom: 33px;
  }
}
@media (min-width: 1900px) {
  .pricing .head h2 {
    margin-bottom: 35px;
  }
}
.pricing .head span,
.pricing .head h2 {
  color: #fff;
}
.pricing .toggle-btns {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  background: #F4F5F8;
  margin-left: auto;
  margin-right: auto;
  border-radius: 150px;
  gap: 12px;
  padding: 4.5px 6px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .pricing .toggle-btns {
    gap: 12px;
    padding: 4.5px 6px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .pricing .toggle-btns {
    gap: 14px;
    padding: 6.5px 8px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1440px) {
  .pricing .toggle-btns {
    gap: 16px;
    padding: 8.5px 10px;
    margin-bottom: 34px;
  }
}
@media (min-width: 1600px) {
  .pricing .toggle-btns {
    gap: 18px;
    padding: 10.5px 12px;
    margin-bottom: 36px;
  }
}
@media (min-width: 1900px) {
  .pricing .toggle-btns {
    gap: 20px;
    padding: 12.5px 14px;
    margin-bottom: 38px;
  }
}
.pricing .toggle-btns button {
  box-shadow: 0 0 7.5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 150px;
  padding: 5.25px 16.5px;
  font-size: 15px;
}
@media (min-width: 992px) {
  .pricing .toggle-btns button {
    padding: 5.25px 16.5px;
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .pricing .toggle-btns button {
    padding: 7.25px 18.5px;
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  .pricing .toggle-btns button {
    padding: 7.25px 36.5px;
    font-size: 19px;
  }
}
@media (min-width: 1900px) {
  .pricing .toggle-btns button {
    padding: 8.25px 38.5px;
    font-size: 21px;
  }
}
.pricing .toggle-btns button.active {
  color: #fff;
  background-color: #DD1F26;
}

.plans {
  margin-top: -40.5px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .plans {
    margin-top: -50.5px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .plans {
    margin-top: -60.5px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .plans {
    margin-top: -75.5px;
  }
}
@media (min-width: 1600px) {
  .plans {
    padding-bottom: 100px;
    margin-top: -85.5px;
  }
}
@media (min-width: 1900px) {
  .plans {
    margin-top: -97.5px;
  }
}
.plans small {
  color: #DD1F26;
}
.plans .tab-content {
  display: none;
}
.plans .tab-content.active {
  display: block;
}
.plans .pricing-cards {
  gap: 15px;
}
@media (min-width: 768px) {
  .plans .pricing-cards {
    gap: 2%;
  }
}
.plans .card {
  box-shadow: 0 3.75px 15px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5.73px;
  background: #FFF;
  padding: 10.36px 15.25px 40.5px 15.25px;
  width: 100%;
}
@media (min-width: 768px) {
  .plans .card {
    width: 32%;
    padding: 8.36px 24.25px 52.5px 24.25px;
  }
}
@media (min-width: 992px) {
  .plans .card {
    padding: 9.36px 26.25px 54.5px 26.25px;
  }
}
@media (min-width: 1200px) {
  .plans .card {
    padding: 10.36px 28.25px 56.5px 28.25px;
  }
}
@media (min-width: 1440px) {
  .plans .card {
    padding: 11.36px 30.25px 58.5px 30.25px;
  }
}
@media (min-width: 1600px) {
  .plans .card {
    padding: 12.36px 32.25px 60.5px 32.25px;
  }
}
@media (min-width: 1900px) {
  .plans .card {
    padding: 13.36px 34.25px 62.5px 34.25px;
  }
}
.plans .card picture {
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 1090px) {
  .plans .card picture {
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .plans .card picture {
    margin-bottom: 14px;
  }
}
@media (min-width: 1350px) {
  .plans .card picture {
    margin-bottom: 16px;
  }
}
@media (min-width: 1440px) {
  .plans .card picture {
    margin-bottom: 18px;
  }
}
@media (min-width: 1600px) {
  .plans .card picture {
    margin-bottom: 20px;
  }
}
@media (min-width: 1900px) {
  .plans .card picture {
    margin-bottom: 21px;
  }
}
.plans .card picture img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
}
@media (min-width: 576px) {
  .plans .card picture img {
    width: 50px;
  }
}
@media (min-width: 768px) {
  .plans .card picture img {
    width: 56px;
  }
}
@media (min-width: 992px) {
  .plans .card picture img {
    width: 59px;
  }
}
@media (min-width: 1090px) {
  .plans .card picture img {
    width: 61px;
  }
}
@media (min-width: 1200px) {
  .plans .card picture img {
    width: 64px;
  }
}
@media (min-width: 1350px) {
  .plans .card picture img {
    width: 67px;
  }
}
@media (min-width: 1440px) {
  .plans .card picture img {
    width: 70px;
  }
}
@media (min-width: 1600px) {
  .plans .card picture img {
    width: 73px;
  }
}
@media (min-width: 1900px) {
  .plans .card picture img {
    width: 76px;
  }
}
.plans .card h3 {
  text-align: center;
  text-transform: uppercase;
  color: #111D15;
  font-weight: 800;
  margin-bottom: 18px;
  font-size: 15px;
}
@media (min-width: 992px) {
  .plans .card h3 {
    margin-bottom: 18px;
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .plans .card h3 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  .plans .card h3 {
    margin-bottom: 22px;
    font-size: 19px;
  }
}
@media (min-width: 1600px) {
  .plans .card h3 {
    margin-bottom: 24px;
    font-size: 21px;
  }
}
@media (min-width: 1900px) {
  .plans .card h3 {
    margin-bottom: 26px;
    font-size: 23px;
  }
}
.plans .card .price {
  display: flex;
  align-items: center;
  background-color: #DD1F26;
  color: #fff;
  justify-content: center;
  border-radius: 5.73px;
  gap: 7.5px;
  margin-bottom: 27px;
  padding: 15px 30px;
}
@media (min-width: 768px) {
  .plans .card .price {
    padding: 12px 2px;
  }
}
@media (min-width: 992px) {
  .plans .card .price {
    margin-bottom: 27px;
    padding: 15px 30px;
  }
}
@media (min-width: 1200px) {
  .plans .card .price {
    margin-bottom: 29px;
    padding: 17px 32px;
  }
}
@media (min-width: 1440px) {
  .plans .card .price {
    margin-bottom: 31px;
    padding: 19px 34px;
  }
}
@media (min-width: 1600px) {
  .plans .card .price {
    margin-bottom: 33px;
    padding: 21px 36px;
  }
}
@media (min-width: 1900px) {
  .plans .card .price {
    margin-bottom: 35px;
    padding: 23px 38px;
  }
}
.plans .card .price p {
  line-height: 120%;
  color: #fff;
  display: flex;
  align-items: end;
  font-size: 24px;
}
@media (min-width: 992px) {
  .plans .card .price p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .plans .card .price p {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .plans .card .price p {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .plans .card .price p {
    font-size: 30px;
  }
}
@media (min-width: 1900px) {
  .plans .card .price p {
    font-size: 32px;
  }
}
.plans .card .price p span {
  padding-bottom: 4px;
}
.plans .card .price span {
  display: block;
  color: #fff;
}
.plans .card ul {
  padding-left: 8px;
  margin-bottom: 53px;
}
@media (min-width: 992px) {
  .plans .card ul {
    padding-left: 8px;
    margin-bottom: 53px;
  }
}
@media (min-width: 1200px) {
  .plans .card ul {
    padding-left: 10px;
    margin-bottom: 55px;
  }
}
@media (min-width: 1440px) {
  .plans .card ul {
    padding-left: 12px;
    margin-bottom: 55px;
  }
}
@media (min-width: 1600px) {
  .plans .card ul {
    padding-left: 14px;
    margin-bottom: 57px;
  }
}
@media (min-width: 1900px) {
  .plans .card ul {
    padding-left: 16px;
    margin-bottom: 59px;
  }
}
.plans .card ul li {
  color: #666;
  font-weight: 800;
  position: relative;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .plans .card ul li {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .plans .card ul li {
    padding-left: 12px;
  }
}
@media (min-width: 1440px) {
  .plans .card ul li {
    padding-left: 14px;
  }
}
@media (min-width: 1600px) {
  .plans .card ul li {
    padding-left: 16px;
  }
}
@media (min-width: 1900px) {
  .plans .card ul li {
    padding-left: 18px;
  }
}
.plans .card ul li + li {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .plans .card ul li + li {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .plans .card ul li + li {
    margin-top: 17px;
  }
}
@media (min-width: 1440px) {
  .plans .card ul li + li {
    margin-top: 19px;
  }
}
@media (min-width: 1600px) {
  .plans .card ul li + li {
    margin-top: 21px;
  }
}
@media (min-width: 1900px) {
  .plans .card ul li + li {
    margin-top: 23px;
  }
}
.plans .card ul li::before {
  border-radius: 50%;
  left: 0;
  background-color: #666;
  top: 7px;
  height: 3px;
  width: 3px;
}
@media (min-width: 992px) {
  .plans .card ul li::before {
    height: 3px;
    width: 3px;
    top: 7px;
  }
}
@media (min-width: 1200px) {
  .plans .card ul li::before {
    height: 4px;
    width: 4px;
  }
}
@media (min-width: 1440px) {
  .plans .card ul li::before {
    height: 5px;
    width: 5px;
    top: 10px;
  }
}
@media (min-width: 1600px) {
  .plans .card ul li::before {
    height: 6px;
    width: 6px;
  }
}
@media (min-width: 1900px) {
  .plans .card ul li::before {
    height: 7px;
    width: 7px;
  }
}
.plans .card button, .plans .card a {
  text-align: center;
  width: 100%;
  margin-top: auto;
  display: block;
  line-height: 120%;
  border-radius: 5.73px;
  padding: 15px 30px;
}
@media (min-width: 992px) {
  .plans .card button, .plans .card a {
    padding: 15px 30px;
  }
}
@media (min-width: 1200px) {
  .plans .card button, .plans .card a {
    padding: 17px 33px;
  }
}
@media (min-width: 1440px) {
  .plans .card button, .plans .card a {
    padding: 19px 36px;
  }
}
@media (min-width: 1600px) {
  .plans .card button, .plans .card a {
    padding: 21px 39px;
  }
}
@media (min-width: 1900px) {
  .plans .card button, .plans .card a {
    padding: 23px 42px;
  }
}
.plans .card button, .plans .card a {
  color: #111D15;
  border: 0.75px solid #666;
}
.plans .card button:hover, .plans .card a:hover {
  background-color: #DD1F26;
  color: #fff;
  border-color: #DD1F26;
}

@media (max-width: 767px) {
  .download-application.white-bg > picture img {
    height: 240px;
    -o-object-position: -35px;
       object-position: -35px;
  }
}
.download-application.white-bg h2,
.download-application.white-bg p {
  color: #000 !important;
}
.download-application img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.download-application a {
  position: relative;
}
.download-application a::before, .download-application a::after {
  height: 100%;
  left: 0;
  top: 0;
}
.download-application a::before {
  width: 100%;
  background: #fff;
  z-index: -2;
  border-radius: clamp(8px, 1vw, 20px);
}
.download-application a::after {
  opacity: 0;
  background: #000;
  z-index: -1;
  transition: 0.5s ease all;
  border-radius: clamp(8px, 1vw, 20px);
  width: 0%;
  z-index: -1;
}
.download-application a:hover img {
  filter: invert(1);
}
.download-application a:hover::after {
  opacity: 1;
  width: 100%;
  transition: 0.5s ease all;
}
.download-application a + a:hover::before {
  background-color: #000;
  background-image: url(../images/download-w.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.download-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 576px) {
  .download-container {
    width: 33.1%;
  }
}
@media (min-width: 768px) {
  .download-container {
    width: 31.1%;
  }
}
.download-container h2,
.download-container p {
  color: #fff;
  text-transform: uppercase;
}
.download-container h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .download-container h2 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .download-container h2 {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .download-container h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1090px) {
  .download-container h2 {
    font-size: 33px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .download-container h2 {
    font-size: 35px;
    margin-bottom: 37px;
  }
}
@media (min-width: 1350px) {
  .download-container h2 {
    font-size: 37px;
    margin-bottom: 39px;
  }
}
@media (min-width: 1440px) {
  .download-container h2 {
    font-size: 39px;
    margin-bottom: 41px;
  }
}
@media (min-width: 1600px) {
  .download-container h2 {
    font-size: 42px;
    margin-bottom: 43px;
  }
}
@media (min-width: 1900px) {
  .download-container h2 {
    font-size: 45px;
    margin-bottom: 45px;
  }
}
.download-container p {
  font-size: 9px;
}
@media (min-width: 992px) {
  .download-container p {
    font-size: 9.5px;
  }
}
@media (min-width: 1090px) {
  .download-container p {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .download-container p {
    font-size: 12px;
  }
}
@media (min-width: 1350px) {
  .download-container p {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .download-container p {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .download-container p {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .download-container p {
    font-size: 20px;
  }
}
.download-container .d-flex {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .download-container .d-flex {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .download-container .d-flex {
    margin-bottom: 22px;
  }
}
@media (min-width: 1090px) {
  .download-container .d-flex {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .download-container .d-flex {
    margin-bottom: 27px;
  }
}
@media (min-width: 1350px) {
  .download-container .d-flex {
    margin-bottom: 29px;
  }
}
@media (min-width: 1440px) {
  .download-container .d-flex {
    margin-bottom: 32px;
  }
}
@media (min-width: 1600px) {
  .download-container .d-flex {
    margin-bottom: 35px;
  }
}
@media (min-width: 1900px) {
  .download-container .d-flex {
    margin-bottom: 38px;
  }
}
.download-container .download-app {
  width: 49.035%;
}

.management {
  background: url(../images/management-bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 25px;
}
@media (min-width: 576px) {
  .management {
    padding-top: 35px;
  }
}
@media (min-width: 768px) {
  .management {
    padding-top: 45px;
  }
}
@media (min-width: 992px) {
  .management {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .management {
    padding-top: 55px;
  }
}
@media (min-width: 1350px) {
  .management {
    padding-top: 60px;
  }
}
@media (min-width: 1440px) {
  .management {
    padding-top: 65px;
  }
}
@media (min-width: 1600px) {
  .management {
    padding-top: 70px;
  }
}
@media (min-width: 1900px) {
  .management {
    padding-top: 70px;
  }
}
.management h2,
.management p,
.management span,
.management strong {
  color: #fff !important;
}
@media (max-width: 991px) {
  .management .head {
    margin-bottom: 30px;
  }
}
.management .col-left {
  width: 100%;
}
@media (min-width: 992px) {
  .management .col-left {
    width: 55.568%;
    padding-bottom: 46px;
  }
}
.management .col-left span,
.management .col-left p {
  line-height: 150%;
  font-size: 17px;
}
@media (min-width: 576px) {
  .management .col-left span,
  .management .col-left p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .management .col-left span,
  .management .col-left p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .management .col-left span,
  .management .col-left p {
    font-size: 20px;
  }
}
@media (min-width: 1090px) {
  .management .col-left span,
  .management .col-left p {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .management .col-left span,
  .management .col-left p {
    font-size: 24px;
  }
}
@media (min-width: 1350px) {
  .management .col-left span,
  .management .col-left p {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .management .col-left span,
  .management .col-left p {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .management .col-left span,
  .management .col-left p {
    font-size: 33px;
  }
}
@media (min-width: 1900px) {
  .management .col-left span,
  .management .col-left p {
    font-size: 39px;
  }
}
.management .col-left p {
  font-weight: 500;
}
.management .col-left span + p,
.management .col-left p + p {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .management .col-left span + p,
  .management .col-left p + p {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .management .col-left span + p,
  .management .col-left p + p {
    margin-top: 23px;
  }
}
@media (min-width: 1090px) {
  .management .col-left span + p,
  .management .col-left p + p {
    margin-top: 26px;
  }
}
.management .col-left a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 5.73px;
  border: 0.75px solid #fff;
  gap: 7.5px;
  font-size: 10px;
  padding: 7.5px 10px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .management .col-left a {
    margin-top: 28px;
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .management .col-left a {
    margin-top: 35px;
    font-size: 11px;
    padding: 8px 10.5px;
  }
}
@media (min-width: 1350px) {
  .management .col-left a {
    margin-top: 38px;
    font-size: 12px;
    padding: 8.5px 11px;
  }
}
@media (min-width: 1440px) {
  .management .col-left a {
    margin-top: 40px;
    font-size: 13px;
    padding: 9px 11.5px;
  }
}
@media (min-width: 1600px) {
  .management .col-left a {
    margin-top: 45px;
    font-size: 14px;
    padding: 9.5px 12px;
  }
}
@media (min-width: 1900px) {
  .management .col-left a {
    margin-top: 50px;
    font-size: 15px;
    padding: 10px 12.5px;
  }
}
.management picture {
  width: 70%;
}
@media (max-width: 991px) {
  .management picture {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .management picture {
    width: 40.51%;
  }
}
.management picture img {
  width: 100%;
  height: auto;
}

.container-management {
  max-width: 91.867%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .container-management {
    margin-right: auto;
  }
}

.banner.renovations span, .banner.renovations h1, .banner.renovations p {
  color: #fff;
}
.banner.renovations strong {
  color: #DD1F26;
}

.renovation {
  padding-bottom: 50px;
}
.renovation .d-flex {
  gap: 30px 2%;
}
.renovation img {
  width: 100%;
  height: auto;
}
.renovation-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 576px) {
  .renovation-card {
    width: 48.95%;
  }
}
@media (min-width: 992px) {
  .renovation-card {
    width: 31.95%;
  }
}
.renovation-card h3 {
  line-height: 120%;
  color: #111D15;
  font-weight: 700;
  margin-bottom: 12px;
}
.renovation-card p {
  font-weight: 600;
  color: #666;
}
.renovation-card .btn {
  transition: 0.5s ease all;
  position: relative;
  text-decoration: underline;
  color: #666;
  display: block;
  border-radius: 11.25px;
  margin-top: 15px;
  padding: 15px 0px;
}
.renovation-card .btn::before {
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #D8D8D8;
  transition: 0.8s ease all;
}
.renovation-card .details {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 23px 19.25px 8.5px;
  transition: 0.3s ease all;
}
.renovation-card .details::before {
  opacity: 0;
  width: 100%;
  height: 0%;
  left: 0;
  top: 0;
  transition: 0.5s ease all;
  border-radius: 0 0 5.73px 5.73px;
  border-left: 0.75px solid;
  border-right: 0.75px solid;
  border-bottom: 0.75px solid;
  border-color: #DD1F26;
}
.renovation-card .details p {
  flex-grow: 1;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 1090px) {
  .renovation-card .details p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .renovation-card .details p {
    font-size: 15px;
  }
}
@media (min-width: 1350px) {
  .renovation-card .details p {
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  .renovation-card .details p {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .renovation-card .details p {
    font-size: 19px;
  }
}
@media (min-width: 1900px) {
  .renovation-card .details p {
    font-size: 20px;
  }
}
.renovation-card:hover {
  transition: 0.5s ease all;
}
.renovation-card:hover .details {
  transition: 0.3s ease all;
}
.renovation-card:hover .details::before {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: 0.5s ease all;
}
.renovation-card:hover .btn::before {
  width: 0%;
  transition: 0.2s ease all;
}
.renovation-card:hover .btn {
  transition: 0.5s ease all;
  text-decoration: unset;
  background-color: #DD1F26;
  padding: 15px;
  border-radius: 11.25px;
  color: #fff;
  text-align: center;
}

.deliver {
  padding: 51px 0px;
}
.deliver > picture {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.deliver > picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.deliver .container-ctn {
  z-index: 2;
  position: relative;
}
.deliver h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .deliver h2 {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .deliver h2 {
    margin-bottom: 42px;
  }
}
.deliver .d-flex {
  gap: 10px;
  margin-bottom: 32.23px;
}
@media (min-width: 768px) {
  .deliver .d-flex {
    gap: 19px;
  }
}
.deliver-details {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(35, 31, 32, 0.7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease all;
  padding: 15px;
}
.deliver-details div {
  display: none;
  color: #fff;
  margin-top: 8.77px;
}
.deliver-details div p {
  color: #fff;
}
.deliver-details h3 {
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 575px) {
  .deliver-details h3 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .deliver-details h3 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .deliver-details h3 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .deliver-details h3 {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .deliver-details h3 {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .deliver-details h3 {
    font-size: 24px;
  }
}
.deliver-details:hover {
  background: rgba(35, 31, 32, 0.4);
  transition: 0.5s ease all;
}
.deliver-details:hover div {
  display: block;
}
.deliver-card {
  width: 48%;
}
@media (min-width: 768px) {
  .deliver-card {
    width: 23%;
  }
}
@media (min-width: 992px) {
  .deliver-card {
    width: 19.112%;
  }
}
.deliver-card:hover h3 {
  color: #fff;
  text-decoration: underline;
}
.deliver-card picture {
  width: 100%;
}
.deliver-card img {
  width: 100%;
  height: auto;
}

.projects .projects-head {
  background: #231F20;
  padding: 25px 0px;
}
@media (min-width: 768px) {
  .projects .projects-head {
    padding: 35px 0px;
  }
}
@media (min-width: 992px) {
  .projects .projects-head {
    padding: 48px 0px;
  }
}
.projects .tabs {
  display: flex;
}
.projects .tab {
  line-height: normal;
  color: #fff;
  background: transparent;
  border: none;
  padding: 10px 20px;
  margin-right: 3px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}
.projects .tab.active {
  background: #DD1F26;
  border-radius: 4.5px;
}
.projects {
  /* Gallery */
}
.projects .gallery {
  display: flex;
  flex-wrap: wrap;
}
.projects .gallery-item {
  display: none;
  overflow: hidden;
  width: 50%;
}
@media (min-width: 768px) {
  .projects .gallery-item {
    width: 25%;
  }
}
.projects .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}
.projects .gallery-item.show {
  display: block;
}

.contentlim .read-more-btn {
  color: #DD1F26;
}
.contentlim .read-more-btn span {
  color: #DD1F26;
}
.contentlim p + p {
  margin-top: 5px;
}

.about-us-inner {
  margin-top: 105px;
}
@media (min-width: 576px) {
  .about-us-inner {
    margin-top: 110px;
  }
}
@media (min-width: 768px) {
  .about-us-inner {
    margin-top: 120px;
  }
}
@media (min-width: 992px) {
  .about-us-inner {
    margin-top: 146px;
  }
}
.about-us-inner .container-ctn {
  border-bottom: 1px solid #DD1F26;
  padding-bottom: 26.75px;
}
@media (min-width: 992px) {
  .about-us-inner .container-ctn {
    padding-bottom: 52.75px;
  }
}
.about-us-inner p + p {
  margin-top: 20px;
}
.about-why-choose {
  position: relative;
  background: url(../images/why-choose.jpg);
  padding: 50px 0px;
}
@media (min-width: 1090px) {
  .about-why-choose {
    padding: 50px 0px;
  }
}
@media (min-width: 1200px) {
  .about-why-choose {
    padding: 55px 0px;
  }
}
@media (min-width: 1350px) {
  .about-why-choose {
    padding: 60px 0px;
  }
}
@media (min-width: 1440px) {
  .about-why-choose {
    padding: 65px 0px;
  }
}
@media (min-width: 1600px) {
  .about-why-choose {
    padding: 70px 0px;
  }
}
@media (min-width: 1900px) {
  .about-why-choose {
    padding: 75px 0px;
  }
}
.about-why-choose::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  z-index: -1;
}
.about-why-choose h2 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}
@media (min-width: 1090px) {
  .about-why-choose h2 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .about-why-choose h2 {
    margin-bottom: 27px;
  }
}
@media (min-width: 1350px) {
  .about-why-choose h2 {
    margin-bottom: 29px;
  }
}
@media (min-width: 1440px) {
  .about-why-choose h2 {
    margin-bottom: 31px;
  }
}
@media (min-width: 1600px) {
  .about-why-choose h2 {
    margin-bottom: 33px;
  }
}
@media (min-width: 1900px) {
  .about-why-choose h2 {
    margin-bottom: 35px;
  }
}
.about-why-choose h3, .about-why-choose p, .about-why-choose span {
  color: #fff;
}
.about-why-choose .d-flex {
  gap: 20px 0.9%;
}
@media (min-width: 576px) {
  .about-why-choose .d-flex {
    gap: 8px 0.9%;
  }
}
@media (min-width: 1090px) {
  .about-why-choose .d-flex {
    gap: 10px 0.9%;
  }
}
@media (min-width: 1200px) {
  .about-why-choose .d-flex {
    gap: 7px 0.9%;
  }
}
@media (min-width: 1350px) {
  .about-why-choose .d-flex {
    gap: 9px 0.9%;
  }
}
@media (min-width: 1440px) {
  .about-why-choose .d-flex {
    gap: 11px 0.9%;
  }
}
@media (min-width: 1600px) {
  .about-why-choose .d-flex {
    gap: 13px 0.9%;
  }
}
@media (min-width: 1900px) {
  .about-why-choose .d-flex {
    gap: 15px 0.9%;
  }
}

.why-choose-card {
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  .why-choose-card {
    width: 47.837%;
  }
}
@media (min-width: 992px) {
  .why-choose-card {
    width: 32.7%;
  }
}
.why-choose-card svg {
  margin-bottom: 23px;
}
@media (min-width: 1200px) {
  .why-choose-card p {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .why-choose-card p {
    font-size: 14px;
  }
}
.why-choose-card h3 {
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 1090px) {
  .why-choose-card h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .why-choose-card h3 {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1350px) {
  .why-choose-card h3 {
    font-size: 17px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1440px) {
  .why-choose-card h3 {
    font-size: 18px;
    margin-bottom: 26px;
  }
}
@media (min-width: 1600px) {
  .why-choose-card h3 {
    font-size: 19px;
    margin-bottom: 28px;
  }
}
.why-choose-card:last-child p {
  width: 60%;
  margin: auto;
}
.why-choose-card p + p, .why-choose-card p + span {
  margin-top: 10px;
}
.why-choose-card span, .why-choose-card strong {
  font-weight: 700;
  color: #fff;
  display: block;
  font-size: 6px;
}
@media (min-width: 992px) {
  .why-choose-card span, .why-choose-card strong {
    font-size: 6px;
  }
}
@media (min-width: 1200px) {
  .why-choose-card span, .why-choose-card strong {
    font-size: 7px;
  }
}
@media (min-width: 1440px) {
  .why-choose-card span, .why-choose-card strong {
    font-size: 8px;
  }
}
@media (min-width: 1600px) {
  .why-choose-card span, .why-choose-card strong {
    font-size: 9px;
  }
}
@media (min-width: 1900px) {
  .why-choose-card span, .why-choose-card strong {
    font-size: 10px;
  }
}

.team-inner .team-card {
  background-color: #F9F9F9;
}
.team-inner .team-card picture::after {
  content: none;
}
.team-inner .head {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .team-inner .head {
    margin-bottom: 60px;
  }
}
@media (min-width: 1090px) {
  .team-inner .head {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .team-inner .head {
    margin-bottom: 69px;
  }
}
@media (min-width: 1350px) {
  .team-inner .head {
    margin-bottom: 75px;
  }
}
@media (min-width: 1440px) {
  .team-inner .head {
    margin-bottom: 82px;
  }
}
@media (min-width: 1600px) {
  .team-inner .head {
    margin-bottom: 87px;
  }
}
@media (min-width: 1900px) {
  .team-inner .head {
    margin-bottom: 91px;
  }
}
.team-inner .head h2 {
  color: #DD1F26;
}
.team-inner .head p {
  color: #111D15;
  font-weight: 800;
}
@media (min-width: 992px) {
  .team-inner .head p {
    white-space: pre-line;
  }
}
@media (min-width: 992px) {
  .team-inner .d-flex {
    gap: 27px 3.8%;
  }
}
.team-inner .team-card picture {
  border-radius: 5.73px 5.73px 0px 0px;
}

.career {
  padding: 50px 0px 50px 0px;
}
@media (min-width: 768px) {
  .career {
    padding: 70px 0px 90px 0px;
  }
}
@media (min-width: 992px) {
  .career {
    padding: 82px 0px 104px 0px;
  }
}
@media (min-width: 1200px) {
  .career {
    padding: 92px 0px 114px 0px;
  }
}
@media (min-width: 1440px) {
  .career {
    padding: 102px 0px 124px 0px;
  }
}
@media (min-width: 1600px) {
  .career {
    padding: 112px 0px 134px 0px;
  }
}
@media (min-width: 1900px) {
  .career {
    padding: 122px 0px 144px 0px;
  }
}
.career .head span, .career .head h2 {
  margin-bottom: 9px;
}
.career .head p {
  margin-bottom: 25px;
  color: #666;
}

.contact-page {
  padding: 50px 0px;
}
@media (min-width: 576px) {
  .contact-page {
    padding: 95px 0px;
  }
}
@media (min-width: 768px) {
  .contact-page {
    padding: 110px 0px;
  }
}
@media (min-width: 992px) {
  .contact-page {
    padding: 140px 0px;
  }
}
@media (min-width: 1200px) {
  .contact-page {
    padding: 145px 0px;
  }
}
@media (min-width: 1440px) {
  .contact-page {
    padding: 150px 0px;
  }
}
@media (min-width: 1600px) {
  .contact-page {
    padding: 155px 0px;
  }
}
@media (min-width: 1900px) {
  .contact-page {
    padding: 160px 0px;
  }
}
.contact-page .contact-info {
  padding-bottom: 0;
}
.contact-page .contact-info a {
  border-radius: 5.73px;
  border: 0.75px solid #F3F3F3;
  background: #FBFBFB;
  padding: 15px;
}
.contact-page .contact-info a + a {
  margin-top: 15.5px;
}
@media (min-width: 768px) {
  .contact-page .contact-info a + a {
    margin-top: 9.5px;
  }
}
@media (min-width: 992px) {
  .contact-page .contact-info a + a {
    margin-top: 22.5px;
  }
}
@media (min-width: 1080px) {
  .contact-page .contact-form {
    width: 45.715%;
  }
}
.contact-page .contact-form iframe {
  margin-bottom: -5px;
}
@media (max-width: 575px) {
  .contact-page .contact-form iframe {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .contact-page .contact-form iframe {
    min-height: 438px;
  }
}
@media (min-width: 1200px) {
  .contact-page .contact-form iframe {
    min-height: 490px;
  }
}
@media (min-width: 1350px) {
  .contact-page .contact-form iframe {
    min-height: 489px;
  }
}
@media (min-width: 1440px) {
  .contact-page .contact-form iframe {
    min-height: 531px;
  }
}
@media (min-width: 1600px) {
  .contact-page .contact-form iframe {
    min-height: 573px;
  }
}
@media (min-width: 1900px) {
  .contact-page .contact-form iframe {
    min-height: 616px;
  }
}

.contact-form-contact-page {
  padding-top: 15px;
  padding-bottom: 50px;
}
@media (min-width: 576px) {
  .contact-form-contact-page {
    padding-top: 21px;
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) {
  .contact-form-contact-page {
    padding-top: 25px;
    padding-bottom: 85px;
  }
}
@media (min-width: 992px) {
  .contact-form-contact-page {
    padding-top: 29px;
    padding-bottom: 93px;
  }
}
@media (min-width: 1200px) {
  .contact-form-contact-page {
    padding-top: 33px;
    padding-bottom: 96px;
  }
}
@media (min-width: 1440px) {
  .contact-form-contact-page {
    padding-top: 36px;
    padding-bottom: 99px;
  }
}
@media (min-width: 1600px) {
  .contact-form-contact-page {
    padding-top: 39px;
    padding-bottom: 102px;
  }
}
@media (min-width: 1900px) {
  .contact-form-contact-page {
    padding-top: 42px;
    padding-bottom: 105px;
  }
}
.contact-form-contact-page h2 {
  line-height: normal;
  margin-bottom: 20px;
  font-size: 38px;
}
@media (min-width: 576px) {
  .contact-form-contact-page h2 {
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  .contact-form-contact-page h2 {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .contact-form-contact-page h2 {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  .contact-form-contact-page h2 {
    font-size: 58px;
  }
}
@media (min-width: 1440px) {
  .contact-form-contact-page h2 {
    font-size: 62px;
  }
}
@media (min-width: 1600px) {
  .contact-form-contact-page h2 {
    font-size: 66px;
  }
}
@media (min-width: 1900px) {
  .contact-form-contact-page h2 {
    font-size: 70px;
  }
}
.contact-form-contact-page p {
  font-weight: 800;
  color: #000;
  font-size: 14px;
}
@media (min-width: 992px) {
  .contact-form-contact-page p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .contact-form-contact-page p {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .contact-form-contact-page p {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .contact-form-contact-page p {
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  .contact-form-contact-page p {
    font-size: 22px;
  }
}
.contact-form-contact-page button {
  text-transform: uppercase;
  padding: 12px 24px;
}
@media (max-width: 575px) {
  .contact-form-contact-page button {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .contact-form-contact-page button {
    padding: 12px 24px;
  }
}
@media (min-width: 1200px) {
  .contact-form-contact-page button {
    padding: 13px 26px;
  }
}
@media (min-width: 1440px) {
  .contact-form-contact-page button {
    padding: 15px 28px;
  }
}
@media (min-width: 1600px) {
  .contact-form-contact-page button {
    padding: 16px 30px;
  }
}
@media (min-width: 1900px) {
  .contact-form-contact-page button {
    padding: 18px 36px;
  }
}
.contact-form-contact-page form {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .contact-form-contact-page form {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .contact-form-contact-page form {
    margin-top: 44px;
  }
}
@media (min-width: 1440px) {
  .contact-form-contact-page form {
    margin-top: 48px;
  }
}
@media (min-width: 1600px) {
  .contact-form-contact-page form {
    margin-top: 52px;
  }
}
@media (min-width: 1900px) {
  .contact-form-contact-page form {
    margin-top: 56px;
  }
}
.contact-form-contact-page form textarea {
  height: 104px;
}
@media (min-width: 992px) {
  .contact-form-contact-page form textarea {
    height: 104px;
  }
}
@media (min-width: 1200px) {
  .contact-form-contact-page form textarea {
    height: 108px;
  }
}
@media (min-width: 1440px) {
  .contact-form-contact-page form textarea {
    height: 112px;
  }
}
@media (min-width: 1600px) {
  .contact-form-contact-page form textarea {
    height: 116px;
  }
}
@media (min-width: 1900px) {
  .contact-form-contact-page form textarea {
    height: 120px;
  }
}
.contact-form-contact-page form input {
  height: 50px;
}
@media (min-width: 1200px) {
  .contact-form-contact-page form input {
    height: 53px;
  }
}
@media (min-width: 1440px) {
  .contact-form-contact-page form input {
    height: 56px;
  }
}
@media (min-width: 1600px) {
  .contact-form-contact-page form input {
    height: 59px;
  }
}
@media (min-width: 1900px) {
  .contact-form-contact-page form input {
    height: 62px;
  }
}
.contact-form-contact-page form input, .contact-form-contact-page form textarea {
  border: 1px solid #E0E0E0;
  box-shadow: unset;
  color: #828282;
  font-weight: 800;
  padding: 12px 20px;
}
@media (min-width: 992px) {
  .contact-form-contact-page form input, .contact-form-contact-page form textarea {
    padding: 12px 20px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .contact-form-contact-page form input, .contact-form-contact-page form textarea {
    padding: 14px 22px;
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  .contact-form-contact-page form input, .contact-form-contact-page form textarea {
    padding: 16px 24px;
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .contact-form-contact-page form input, .contact-form-contact-page form textarea {
    padding: 18px 26px;
    font-size: 17px;
  }
}
@media (min-width: 1900px) {
  .contact-form-contact-page form input, .contact-form-contact-page form textarea {
    padding: 20px 28px;
    font-size: 18px;
  }
}
.contact-form-contact-page .input-wrap + div, .contact-form-contact-page .input-wrap + button {
  margin-top: 21px;
}
@media (min-width: 992px) {
  .contact-form-contact-page .input-wrap + div, .contact-form-contact-page .input-wrap + button {
    margin-top: 21px;
  }
}
@media (min-width: 1200px) {
  .contact-form-contact-page .input-wrap + div, .contact-form-contact-page .input-wrap + button {
    margin-top: 23px;
  }
}
@media (min-width: 1440px) {
  .contact-form-contact-page .input-wrap + div, .contact-form-contact-page .input-wrap + button {
    margin-top: 25px;
  }
}
@media (min-width: 1600px) {
  .contact-form-contact-page .input-wrap + div, .contact-form-contact-page .input-wrap + button {
    margin-top: 27px;
  }
}
@media (min-width: 1900px) {
  .contact-form-contact-page .input-wrap + div, .contact-form-contact-page .input-wrap + button {
    margin-top: 29px;
  }
}

.thank-you {
  padding: 160px 0% 50px 0%;
}
@media (min-width: 576px) {
  .thank-you {
    padding: 220px 0% 110px 0%;
  }
}
@media (min-width: 768px) {
  .thank-you {
    padding: 250px 0% 130px 0%;
  }
}
@media (min-width: 992px) {
  .thank-you {
    padding: 264px 0% 142px 0%;
  }
}
.thank-you picture {
  width: 25.33%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15.26px;
}
@media (min-width: 992px) {
  .thank-you picture {
    margin-bottom: 27.26px;
  }
}
.thank-you h1 {
  color: #000;
  line-height: normal;
  margin-bottom: 2.073%;
  font-size: 25px;
}
@media (min-width: 768px) {
  .thank-you h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .thank-you h1 {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .thank-you h1 {
    font-size: 56px;
  }
}
@media (min-width: 1440px) {
  .thank-you h1 {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  .thank-you h1 {
    font-size: 64px;
  }
}
@media (min-width: 1900px) {
  .thank-you h1 {
    font-size: 68px;
  }
}
.thank-you p {
  line-height: normal;
  color: hsl(225, 14%, 40%);
  margin-bottom: 30px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .thank-you p {
    margin-bottom: 68px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .thank-you p {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .thank-you p {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .thank-you p {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .thank-you p {
    font-size: 24px;
  }
}

.not-found {
  padding: 160px 0% 50px 0%;
}
@media (min-width: 576px) {
  .not-found {
    padding: 220px 0% 110px 0%;
  }
}
@media (min-width: 768px) {
  .not-found {
    padding: 250px 0% 130px 0%;
  }
}
@media (min-width: 992px) {
  .not-found {
    padding: 264px 0% 142px 0%;
  }
}
.not-found picture {
  width: 40.297%;
  margin-bottom: 20.34px;
}
@media (min-width: 768px) {
  .not-found picture {
    margin-bottom: 24.34px;
  }
}
@media (min-width: 992px) {
  .not-found picture {
    margin-bottom: 28.34px;
  }
}
@media (min-width: 1200px) {
  .not-found picture {
    margin-bottom: 30.34px;
  }
}
@media (min-width: 1440px) {
  .not-found picture {
    margin-bottom: 32.34px;
  }
}
@media (min-width: 1600px) {
  .not-found picture {
    margin-bottom: 34.34px;
  }
}
@media (min-width: 1900px) {
  .not-found picture {
    margin-bottom: 36.34px;
  }
}
.not-found h1, .not-found span {
  line-height: normal;
  color: #000;
}
.not-found span {
  display: block;
  font-weight: 600;
  font-size: 28px;
}
@media (min-width: 768px) {
  .not-found span {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .not-found span {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .not-found span {
    font-size: 34px;
  }
}
@media (min-width: 1600px) {
  .not-found span {
    font-size: 36px;
  }
}
@media (min-width: 1900px) {
  .not-found span {
    font-size: 38px;
  }
}
.not-found h1 {
  margin-bottom: 20px;
  font-size: 40px;
}
@media (min-width: 768px) {
  .not-found h1 {
    margin-bottom: 40px;
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .not-found h1 {
    margin-bottom: 43px;
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .not-found h1 {
    margin-bottom: 45px;
    font-size: 50px;
  }
}
@media (min-width: 1440px) {
  .not-found h1 {
    margin-bottom: 47px;
    font-size: 52px;
  }
}
@media (min-width: 1600px) {
  .not-found h1 {
    margin-bottom: 50px;
    font-size: 55px;
  }
}
@media (min-width: 1900px) {
  .not-found h1 {
    margin-bottom: 53px;
    font-size: 58px;
  }
}
.not-found .button-wrap {
  gap: 18px;
}
@media (min-width: 992px) {
  .not-found .button-wrap {
    gap: 18px;
  }
}
@media (min-width: 1200px) {
  .not-found .button-wrap {
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .not-found .button-wrap {
    gap: 22px;
  }
}
@media (min-width: 1600px) {
  .not-found .button-wrap {
    gap: 24px;
  }
}
@media (min-width: 1900px) {
  .not-found .button-wrap {
    gap: 26px;
  }
}

.terms-content {
  padding-bottom: 60px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .terms-content {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .terms-content {
    margin-top: 28px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .terms-content {
    margin-top: 30px;
  }
}
@media (min-width: 1440px) {
  .terms-content {
    margin-top: 34px;
  }
}
.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;
}

.terms-header {
  padding: 160px 0% 0 0%;
}
@media (min-width: 768px) {
  .terms-header {
    padding: 150px 0% 0 0%;
  }
}
@media (min-width: 992px) {
  .terms-header {
    padding: 190px 0% 0 0%;
  }
}
@media (min-width: 1200px) {
  .terms-header {
    padding: 200px 0% 0 0%;
  }
}
@media (min-width: 1440px) {
  .terms-header {
    padding: 230px 0% 0 0%;
  }
}

.add-on {
  position: relative;
  padding: 66px 0px;
}
@media (min-width: 1090px) {
  .add-on {
    padding: 69px 0px;
  }
}
@media (min-width: 1200px) {
  .add-on {
    padding: 72px 0px;
  }
}
@media (min-width: 1350px) {
  .add-on {
    padding: 75px 0px;
  }
}
@media (min-width: 1440px) {
  .add-on {
    padding: 78px 0px;
  }
}
@media (min-width: 1600px) {
  .add-on {
    padding: 81px 0px;
  }
}
@media (min-width: 1900px) {
  .add-on {
    padding: 84px 0px;
  }
}
.add-on::before {
  left: 0;
  top: 0;
  background-color: #D9D9D9;
  opacity: 0.3;
  z-index: -1;
}
.add-on-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  width: 46%;
}
@media (min-width: 576px) {
  .add-on-card {
    width: 26%;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .add-on-card {
    width: 10%;
    gap: 29px;
  }
}
@media (max-width: 991px) {
  .add-on-card + a {
    margin-top: 20px;
  }
}
.add-on h3 {
  margin: auto;
  width: 90%;
  color: #000;
  font-weight: 700;
  line-height: 150%;
  font-size: 12px;
}
@media (min-width: 1090px) {
  .add-on h3 {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .add-on h3 {
    font-size: 14px;
  }
}
@media (min-width: 1350px) {
  .add-on h3 {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .add-on h3 {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .add-on h3 {
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  .add-on h3 {
    font-size: 22px;
  }
}
.add-on img {
  height: auto;
}
@media (min-width: 1090px) {
  .add-on img {
    width: 72px;
  }
}
@media (min-width: 1200px) {
  .add-on img {
    width: 75px;
  }
}
@media (min-width: 1350px) {
  .add-on img {
    width: 78px;
  }
}
@media (min-width: 1440px) {
  .add-on img {
    width: 81px;
  }
}
@media (min-width: 1600px) {
  .add-on img {
    width: 84px;
  }
}
@media (min-width: 1900px) {
  .add-on img {
    width: 87px;
  }
}

.add-on-head h2 {
  line-height: 150%;
  font-size: 35px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .add-on-head h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .add-on-head h2 {
    font-size: 44px;
    margin-bottom: 55px;
  }
}
@media (min-width: 1090px) {
  .add-on-head h2 {
    font-size: 48px;
    margin-bottom: 61px;
  }
}
@media (min-width: 1200px) {
  .add-on-head h2 {
    font-size: 52px;
    margin-bottom: 65px;
  }
}
@media (min-width: 1350px) {
  .add-on-head h2 {
    font-size: 56px;
    margin-bottom: 69px;
  }
}
@media (min-width: 1440px) {
  .add-on-head h2 {
    font-size: 60px;
    margin-bottom: 73px;
  }
}
@media (min-width: 1600px) {
  .add-on-head h2 {
    font-size: 64px;
    margin-bottom: 77px;
  }
}
@media (min-width: 1900px) {
  .add-on-head h2 {
    font-size: 68px;
    margin-bottom: 81px;
  }
}

.services-inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 90.709%;
}
@media (min-width: 992px) {
  .services-inner-container {
    max-width: 60.709%;
  }
}
.services-inner-container .services-slide-main, .services-inner-container .services-electricals-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 90.8884%;
}
@media (min-width: 992px) {
  .services-inner-container .services-slide-main, .services-inner-container .services-electricals-nav {
    max-width: 74.8884%;
  }
}
.services-inner-container .service-slide > div {
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.services-inner-container .service-electrical-main {
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .services-inner-container .service-electrical-main {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .services-inner-container .service-electrical-main {
    width: 48.483%;
  }
}
.services-inner-container .service-electrical-main picture {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .services-inner-container .service-electrical-main picture {
    margin-bottom: 38px;
  }
}
@media (min-width: 1200px) {
  .services-inner-container .service-electrical-main picture {
    margin-bottom: 40px;
  }
}
@media (min-width: 1350px) {
  .services-inner-container .service-electrical-main picture {
    margin-bottom: 42px;
  }
}
@media (min-width: 1440px) {
  .services-inner-container .service-electrical-main picture {
    margin-bottom: 44px;
  }
}
@media (min-width: 1600px) {
  .services-inner-container .service-electrical-main picture {
    margin-bottom: 46px;
  }
}
@media (min-width: 1900px) {
  .services-inner-container .service-electrical-main picture {
    margin-bottom: 48px;
  }
}
.services-inner-container .service-electrical-main picture img {
  height: auto;
  width: 80px;
}
@media (min-width: 576px) {
  .services-inner-container .service-electrical-main picture img {
    width: 90px;
  }
}
@media (min-width: 768px) {
  .services-inner-container .service-electrical-main picture img {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .services-inner-container .service-electrical-main picture img {
    width: 136px;
  }
}
@media (min-width: 1200px) {
  .services-inner-container .service-electrical-main picture img {
    width: 140px;
  }
}
@media (min-width: 1350px) {
  .services-inner-container .service-electrical-main picture img {
    width: 144px;
  }
}
@media (min-width: 1440px) {
  .services-inner-container .service-electrical-main picture img {
    width: 148px;
  }
}
@media (min-width: 1600px) {
  .services-inner-container .service-electrical-main picture img {
    width: 152px;
  }
}
@media (min-width: 1900px) {
  .services-inner-container .service-electrical-main picture img {
    width: 156px;
  }
}
.services-inner-container .service-content {
  width: 100%;
}
@media (min-width: 768px) {
  .services-inner-container .service-content {
    width: 50.309%;
  }
}
.services-inner-container .service-content p {
  color: #666;
  font-size: 13px;
}
@media (min-width: 992px) {
  .services-inner-container .service-content p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .services-inner-container .service-content p {
    font-size: 15px;
  }
}
@media (min-width: 1350px) {
  .services-inner-container .service-content p {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .services-inner-container .service-content p {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .services-inner-container .service-content p {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .services-inner-container .service-content p {
    font-size: 19px;
  }
}
.services-inner-container .service-content a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 7.5px;
  border-radius: 5.73px;
  border: 0.75px solid #666;
  margin-top: 15px;
  padding: 5px 11px;
}
@media (max-width: 767px) {
  .services-inner-container .service-content a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .services-inner-container .service-content a {
    margin-top: 20px;
    padding: 6px 13px;
  }
}
@media (min-width: 992px) {
  .services-inner-container .service-content a {
    margin-top: 35px;
    padding: 8px 15px;
  }
}
.services-inner-container .service-content a:hover {
  border: 0.75px solid #DD1F26;
  background: #DD1F26;
  color: #fff;
}
.services-inner-container .service-content a:hover path {
  fill: #fff;
}
.services-inner-container .slick-nav {
  top: 20%;
}
.services-inner-container .service-title, .services-inner-container .service-electrical-label {
  text-align: center;
  font-weight: 800;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .services-inner-container .service-title, .services-inner-container .service-electrical-label {
    font-size: 16px;
    margin-top: 38px;
  }
}
@media (min-width: 1200px) {
  .services-inner-container .service-title, .services-inner-container .service-electrical-label {
    font-size: 16.5px;
    margin-top: 39px;
  }
}
@media (min-width: 1350px) {
  .services-inner-container .service-title, .services-inner-container .service-electrical-label {
    font-size: 17px;
    margin-top: 40px;
  }
}
@media (min-width: 1440px) {
  .services-inner-container .service-title, .services-inner-container .service-electrical-label {
    font-size: 17.5px;
    margin-top: 41px;
  }
}
@media (min-width: 1600px) {
  .services-inner-container .service-title, .services-inner-container .service-electrical-label {
    font-size: 18px;
    margin-top: 42px;
  }
}
@media (min-width: 1900px) {
  .services-inner-container .service-title, .services-inner-container .service-electrical-label {
    font-size: 18.5px;
    margin-top: 43px;
  }
}

.services-electricals-nav {
  margin-top: 50px;
}
@media (min-width: 576px) {
  .services-electricals-nav {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .services-electricals-nav {
    margin-top: 70px;
  }
}
@media (min-width: 992px) {
  .services-electricals-nav {
    margin-top: 80px;
  }
}
.services-electricals-nav .slick-list {
  margin: 0px -9px;
}
@media (min-width: 576px) {
  .services-electricals-nav .slick-list {
    margin: 0px -11px;
  }
}
@media (min-width: 768px) {
  .services-electricals-nav .slick-list {
    margin: 0px -13px;
  }
}
@media (min-width: 992px) {
  .services-electricals-nav .slick-list {
    margin: 0px -15px;
  }
}
.services-electricals-nav .slick-slide {
  margin: 0px 9px;
}
@media (min-width: 576px) {
  .services-electricals-nav .slick-slide {
    margin: 0px 11px;
  }
}
@media (min-width: 768px) {
  .services-electricals-nav .slick-slide {
    margin: 0px 13px;
  }
}
@media (min-width: 992px) {
  .services-electricals-nav .slick-slide {
    margin: 0px 15px;
  }
}
.services-electricals-nav .slick-slide.slick-current.slick-active {
  display: none;
}
.services-electricals-nav img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
}
@media (min-width: 576px) {
  .services-electricals-nav img {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .services-electricals-nav img {
    width: 65px;
  }
}
@media (min-width: 992px) {
  .services-electricals-nav img {
    width: 72px;
  }
}
@media (min-width: 1200px) {
  .services-electricals-nav img {
    width: 74px;
  }
}
@media (min-width: 1350px) {
  .services-electricals-nav img {
    width: 76px;
  }
}
@media (min-width: 1440px) {
  .services-electricals-nav img {
    width: 78px;
  }
}
@media (min-width: 1600px) {
  .services-electricals-nav img {
    width: 80px;
  }
}
@media (min-width: 1900px) {
  .services-electricals-nav img {
    width: 82px;
  }
}
.services-electricals-nav .service-electrical-label {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .services-electricals-nav .service-electrical-label {
    margin-top: 23px;
  }
}
@media (min-width: 1200px) {
  .services-electricals-nav .service-electrical-label {
    margin-top: 25px;
  }
}
@media (min-width: 1350px) {
  .services-electricals-nav .service-electrical-label {
    margin-top: 27px;
  }
}
@media (min-width: 1440px) {
  .services-electricals-nav .service-electrical-label {
    margin-top: 29px;
  }
}
@media (min-width: 1600px) {
  .services-electricals-nav .service-electrical-label {
    margin-top: 31px;
  }
}
@media (min-width: 1900px) {
  .services-electricals-nav .service-electrical-label {
    margin-top: 33px;
  }
}

.inner-sub {
  padding-top: 60px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .inner-sub {
    padding-top: 130px;
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) {
  .inner-sub {
    padding-top: 140px;
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .inner-sub {
    padding-top: 155px;
    padding-bottom: 77px;
  }
}
@media (min-width: 1200px) {
  .inner-sub {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1350px) {
  .inner-sub {
    padding-top: 165px;
    padding-bottom: 83px;
  }
}
@media (min-width: 1440px) {
  .inner-sub {
    padding-top: 170px;
    padding-bottom: 86px;
  }
}
@media (min-width: 1600px) {
  .inner-sub {
    padding-top: 175px;
    padding-bottom: 89px;
  }
}
@media (min-width: 1900px) {
  .inner-sub {
    padding-top: 180px;
    padding-bottom: 92px;
  }
}

.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: #231F20;
  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: #DD1F26;
  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: #DD1F26;
  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: #DD1F26;
  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: #DD1F26;
}
.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;
}

.whatsappFixed {
  position: fixed;
  right: 22px;
  top: 90%;
  transform: translateY(-50%);
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #61fd7d 0%, #25cf43 100%);
  box-shadow: 0 14px 30px rgba(37, 207, 67, 0.38);
  isolation: isolate;
}
.whatsappFixed::before, .whatsappFixed::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(97, 253, 125, 0.55);
  z-index: -1;
  animation: whatsappPulse 2s ease-out infinite;
}
.whatsappFixed::after {
  inset: -16px;
  border-color: rgba(97, 253, 125, 0.28);
  animation-delay: 0.8s;
}
.whatsappFixed svg {
  width: 30px;
  height: 30px;
  display: block;
}
.whatsappFixed:hover {
  box-shadow: 0 18px 38px rgba(37, 207, 67, 0.5);
}
@media (max-width: 991.98px) {
  .whatsappFixed {
    width: 56px;
    height: 56px;
    top: auto;
    bottom: 88px;
    right: 16px;
    transform: none;
  }
  .whatsappFixed svg {
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 767px) {
  .whatsappFixed {
    width: 52px;
    height: 52px;
    right: 12px;
    bottom: 84px;
  }
  .whatsappFixed svg {
    width: 25px;
    height: 25px;
  }
}

@keyframes whatsappPulse {
  0% {
    transform: scale(0.92);
    opacity: 0.9;
  }
  70% {
    transform: scale(1.22);
    opacity: 0;
  }
  100% {
    transform: scale(1.28);
    opacity: 0;
  }
}
.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: #231F20;
  position: relative;
}
.btn-normal::after {
  width: 100%;
  height: 1px;
  background-color: #231F20;
  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: #DD1F26;
  font-weight: 800;
  line-height: normal;
}

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

h1, .h1, h1 strong {
  line-height: 115%;
  font-size: 22px;
}
@media (min-width: 768px) {
  h1, .h1, h1 strong {
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  h1, .h1, h1 strong {
    font-size: 33px;
  }
}
@media (min-width: 1080px) {
  h1, .h1, h1 strong {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  h1, .h1, h1 strong {
    font-size: 40px;
  }
}
@media (min-width: 1360px) {
  h1, .h1, h1 strong {
    font-size: 45px;
  }
}
@media (min-width: 1440px) {
  h1, .h1, h1 strong {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  h1, .h1, h1 strong {
    font-size: 57px;
  }
}
@media (min-width: 1900px) {
  h1, .h1, h1 strong {
    font-size: 60px;
  }
}

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: 1080px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 33px;
  }
}
@media (min-width: 1200px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 35px;
  }
}
@media (min-width: 1360px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 37px;
  }
}
@media (min-width: 1440px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 39px;
  }
}
@media (min-width: 1600px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 42px;
  }
}
@media (min-width: 1900px) {
  h2, .h2,
  h2 span, .h2 span {
    font-size: 46px;
  }
}

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

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