/*---------------------------------------------"

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("./css2");
/* @import url("assets/css/css2-1"); */
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Gradients */
/*-------------------------
    Responsive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #f73534;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 5vw;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}

.page-content {
  margin: clamp(14px, 1.198vw, 40px) 0;
}

.x-hidden {
  overflow-x: hidden !important;
}

.locked {
  overflow-y: hidden;
}

/*-------------------------
  Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  color: #808080;
  background-color: #ffffff;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(13px, 0.833vw, 22px);
  font-weight: 400;
  line-height: 140%;
  height: 100%;
}
@media (max-width: 991px) {
  body {
    font-size: clamp(13.5px, 1.778vw, 16px);
  }
}
@media (max-width: 767px) {
  body {
    font-size: clamp(13px, 2.286vw, 14px);
  }
}
@media (max-width: 575px) {
  body {
    font-size: clamp(11.5px, 3.59vw, 14px);
  }
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: #f73534;
  transition: all 0.5s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #131110;
  margin-bottom: 0;
  font-family: "DM Sans", sans-serif;
}

h1,
.h1 {
  font-size: clamp(40px, 3.177vw, 122px);
  font-weight: 600;
  line-height: 120%;
  /* 73.2px */
  letter-spacing: -1.22px;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: clamp(38px, 5.119vw, 48px);
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: clamp(35px, 6.094vw, 45px);
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: clamp(32px, 8.78vw, 40px);
  }
}

h2,
.h2 {
  font-size: clamp(32px, 2.552vw, 98px);
  font-weight: 600;
  line-height: 120%;
  /* 58.8px */
  letter-spacing: -0.49px;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: clamp(30px, 4.048vw, 40px);
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: clamp(28px, 4.844vw, 36px);
  }
}
@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: clamp(24px, 6.829vw, 32px);
  }
}

h3,
.h3 {
  font-size: clamp(25.59px, 2.031vw, 78px);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.39px;
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: clamp(26px, 3.452vw, 34px);
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: clamp(23px, 4.141vw, 30px);
  }
}
@media (max-width: 575px) {
  h3,
  .h3 {
    font-size: clamp(21px, 5.854vw, 28px);
  }
}

h4,
.h4 {
  font-size: clamp(20.34px, 1.615vw, 62px);
  font-weight: 500;
  line-height: 120%;
  /* 37.2px */
  letter-spacing: -0.62px;
}
@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: clamp(23px, 2.976vw, 28px);
  }
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: clamp(21px, 3.594vw, 25px);
  }
}
@media (max-width: 575px) {
  h4,
  .h4 {
    font-size: clamp(19px, 5.244vw, 23px);
  }
}

h5,
.h5 {
  font-size: clamp(16.4px, 1.302vw, 50px);
  font-weight: 400;
  line-height: 130%;
  /* 32.5px */
  letter-spacing: -0.5px;
}
@media (max-width: 991px) {
  h5,
  .h5 {
    font-size: clamp(20px, 2.619vw, 23px);
  }
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: clamp(19px, 3.047vw, 21px);
  }
}
@media (max-width: 575px) {
  h5,
  .h5 {
    font-size: clamp(18px, 4.634vw, 20px);
  }
}

h6,
.h6 {
  font-size: clamp(14.5px, 1.042vw, 40px);
  font-weight: 500;
  line-height: 120%;
  /* 24px */
  letter-spacing: -0.4px;
}
@media (max-width: 991px) {
  h6,
  .h6 {
    font-size: clamp(15px, 2.107vw, 21px);
  }
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: clamp(15.5px, 2.656vw, 19px);
  }
}
@media (max-width: 575px) {
  h6,
  .h6 {
    font-size: clamp(14.45px, 4.146vw, 18px);
  }
}

.text-18 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(17px, 0.938vw, 22px);
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1199px) {
  .text-18 {
    font-size: clamp(17px, 1.251vw, 18px);
  }
}
@media (max-width: 820px) {
  .text-18 {
    font-size: clamp(16px, 1.514vw, 16px);
  }
}
@media (max-width: 768px) {
  .text-18 {
    font-size: clamp(16px, 1.825vw, 15px);
  }
}
@media (max-width: 490px) {
  .text-18 {
    font-size: clamp(15px, 2.261vw, 14px);
  }
}

.lead {
  font-size: clamp(14.5px, 1.042vw, 40px);
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  .lead {
    font-size: clamp(15px, 2.107vw, 21px);
  }
}
@media (max-width: 767px) {
  .lead {
    font-size: clamp(15.5px, 2.656vw, 19px);
  }
}
@media (max-width: 575px) {
  .lead {
    font-size: clamp(14.45px, 4.146vw, 18px);
  }
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #131110;
  text-transform: uppercase;
  font-size: clamp(14.5px, 1.042vw, 40px);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}
@media (max-width: 991px) {
  .eyebrow {
    font-size: clamp(15px, 2.107vw, 21px);
  }
}
@media (max-width: 767px) {
  .eyebrow {
    font-size: clamp(15.5px, 2.656vw, 19px);
  }
}
@media (max-width: 575px) {
  .eyebrow {
    font-size: clamp(14.45px, 4.146vw, 18px);
  }
}
.eyebrow:before {
  content: "";
  width: clamp(4px, 0.417vw, 12px);
  height: clamp(8px, 0.99vw, 32px);
  background: #f73534;
}
@media (max-width: 575px) {
  .eyebrow:before {
    width: 12px;
  }
}

span {
  display: inline-block;
}

b,
strong {
  font-family: "DM Sans", sans-serif;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #f73534 !important;
}

.color-sec {
  color: #ed7d3a !important;
}

.dark-black {
  color: #131110 !important;
}

.light-black {
  color: #282525 !important;
}

.white {
  color: #ffffff !important;
}

.dark-gray {
  color: #808080 !important;
}

.medium-gray {
  color: #bdbcbc !important;
}

.light-gray {
  color: #f5f7f9 !important;
}

.bg-color-primary {
  background-color: #f73534 !important;
}

.bg-color-sec {
  background-color: #ed7d3a !important;
}

.bg-dark-black {
  background-color: #131110 !important;
}

.bg-light-black {
  background-color: #282525 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark-gray {
  background-color: #808080 !important;
}

.bg-medium-gray {
  background-color: #bdbcbc !important;
}

.bg-light-gray {
  background-color: #f5f7f9 !important;
}

.accent-gradient {
  background-color: linear-gradient(
    180deg,
    rgba(47, 61, 126, 0) 0%,
    rgba(47, 61, 126, 0.4) 0.01%,
    rgba(47, 61, 126, 0.2) 45.5%,
    rgba(47, 61, 126, 0.4) 100%
  ) !important;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.font-primary {
  font-family: "DM Sans", sans-serif;
}

.font-sec {
  font-family: "Space Grotesk", sans-serif;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.my-80 {
  margin: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .my-80 {
    margin: 40px 0;
  }
}

.mt-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mb-80 {
  margin-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 26px;
  }
}

.mt-64 {
  margin-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 26px;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 20px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1599px) {
  .mb-32 {
    margin-bottom: 29px;
  }
}
@media (max-width: 1399px) {
  .mb-32 {
    margin-bottom: 27px;
  }
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.mb-4p {
  margin-bottom: 4px;
}

.py-160 {
  padding: clamp(96px, 8.32vw, 320px) 0;
}
@media (max-width: 575px) {
  .py-160 {
    padding: 80px 0;
  }
}

.pt-160 {
  padding-top: clamp(96px, 8.32vw, 320px);
}
.pt-80 {
  padding-top: clamp(48px, 4.16vw, 160px);
}
@media (max-width: 575px) {
  .pt-160 {
    padding-top: 80px;
  }
  pt-80 {
    padding-top: 40px;
  }
}

.pb-160 {
  padding-bottom: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

.py-80 {
  padding: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-64 {
  padding: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .py-64 {
    padding: 26px 0;
  }
}

.pt-64 {
  padding-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pt-64 {
    padding-top: 26px;
  }
}

.pb-64 {
  padding-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pb-64 {
    padding-bottom: 26px;
  }
}

.py-40 {
  padding: clamp(24px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .py-40 {
    padding: 20px 0;
  }
}

.pt-40 {
  padding-top: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pb-40 {
  padding-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.p-32 {
  padding: 32px;
}
@media (max-width: 1599px) {
  .p-32 {
    padding: 29px;
  }
}
@media (max-width: 1399px) {
  .p-32 {
    padding: 27px;
  }
}
@media (max-width: 1199px) {
  .p-32 {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .p-32 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-32 {
    padding: 20px;
  }
}

/*-------------------------
Elements
-------------------------*/
.cus-btn {
  position: relative;
  background-color: #f73534;
  padding: clamp(8px, 0.833vw, 24px) clamp(24px, 1.667vw, 48px);
  border-radius: 0;
  border: 1px solid #f73534;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
  font-size: clamp(16px, 0.938vw, 22px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
}
@media (max-width: 1199px) {
  .cus-btn {
    font-size: clamp(14px, 1.251vw, 18px);
  }
}
@media (max-width: 575px) {
  .cus-btn {
    font-size: clamp(11px, 2.261vw, 14px);
    padding: 8px 12px;
  }
}
.cus-btn.btn-sec {
  justify-content: center;
  border: 1px solid #282525;
  background-color: #282525;
  width: 100%;
}
.cus-btn::before {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  background: #ffffff;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}
.cus-btn::after {
  content: "";
  display: inline-block;
  width: 24px; /* Adjust the width of the SVG icon */
  height: 24px; /* Adjust the height of the SVG icon */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.8739 7.98103C19.5301 7.98103 19.2038 8.05711 18.9102 8.19234C18.675 7.16583 17.7549 6.3975 16.658 6.3975C16.3065 6.3975 15.9733 6.47667 15.6748 6.61762C15.4113 5.63128 14.5103 4.90252 13.442 4.90252C13.121 4.90252 12.8152 4.96842 12.5371 5.0872V2.31113C12.5372 1.03673 11.5004 0 10.226 0C8.95165 0 7.91486 1.03673 7.91486 2.31113V13.3079L6.72321 11.5389L6.70455 11.5157C5.81233 10.4066 4.24263 10.1601 3.05346 10.9425C2.43161 11.3516 2.01035 11.9791 1.86719 12.7095C1.72493 13.4354 1.87544 14.171 2.29099 14.7823L6.54391 21.4861L6.55807 21.5076C7.63001 23.0682 9.40033 24 11.2937 24H16.0657C19.4399 24 22.1851 21.2549 22.1851 17.8807V10.2921C22.1851 9.01777 21.1483 7.98103 19.8739 7.98103ZM20.7788 17.8807C20.7788 20.4795 18.6646 22.5938 16.0657 22.5938H11.2937C9.86786 22.5938 8.53451 21.8941 7.72432 20.7216L3.47201 14.0188L3.45785 13.9974C3.25211 13.6978 3.17735 13.3365 3.24719 12.9799C3.31708 12.6234 3.52277 12.317 3.82633 12.1173C4.39938 11.7403 5.15351 11.8527 5.59183 12.3765L9.32111 17.9123V2.31113C9.32111 1.81214 9.72705 1.40625 10.226 1.40625C10.725 1.40625 11.1309 1.81214 11.1309 2.31113V10.6528H12.5372V7.21369C12.5372 6.7147 12.9431 6.30881 13.442 6.30881C13.941 6.30881 14.3469 6.7147 14.3469 7.21369V10.6528H15.7532V8.70862C15.7532 8.20964 16.1591 7.80375 16.658 7.80375C17.157 7.80375 17.5629 8.20964 17.5629 8.70862V10.6528H18.9692V10.2922C18.9692 9.79317 19.3751 9.38728 19.874 9.38728C20.373 9.38728 20.7789 9.79317 20.7789 10.2922V17.8807H20.7788Z" fill="white"/></svg>');
  background-size: contain; /* Adjust the sizing as needed */
  background-repeat: no-repeat;
  padding-left: clamp(4px, 0.417vw, 12px);
  transition: all 0.5s ease-in-out;
}
.cus-btn:hover {
  color: #131110;
  transition: all 0.5s ease-in-out;
  border: 1px solid #131110;
}
.cus-btn:hover::before {
  width: 105%;
}
.cus-btn:hover::after {
  transition: all 0.5s ease-in-out;
  filter: invert(1); /* This inverts the SVG color on hover */
}

.cus-btn-2 {
  position: relative;
  background-color: #ffffff;
  padding: clamp(8px, 0.833vw, 24px) clamp(24px, 1.667vw, 48px);
  border-radius: 0;
  border: 1px solid #131110;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
  font-size: clamp(16px, 0.938vw, 22px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  color: #131110;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1199px) {
  .cus-btn-2 {
    font-size: clamp(14px, 1.251vw, 18px);
  }
}
@media (max-width: 575px) {
  .cus-btn-2 {
    font-size: clamp(11px, 2.261vw, 14px);
    padding: 8px 12px;
  }
}
.cus-btn-2::before {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  background: #f73534;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}
.cus-btn-2::after {
  content: "";
  display: inline-block;
  width: 24px; /* Adjust the width of the SVG icon */
  height: 24px; /* Adjust the height of the SVG icon */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.8739 7.98103C19.5301 7.98103 19.2038 8.05711 18.9102 8.19234C18.675 7.16583 17.7549 6.3975 16.658 6.3975C16.3065 6.3975 15.9733 6.47667 15.6748 6.61762C15.4113 5.63128 14.5103 4.90252 13.442 4.90252C13.121 4.90252 12.8152 4.96842 12.5371 5.0872V2.31113C12.5372 1.03673 11.5004 0 10.226 0C8.95165 0 7.91486 1.03673 7.91486 2.31113V13.3079L6.72321 11.5389L6.70455 11.5157C5.81233 10.4066 4.24263 10.1601 3.05346 10.9425C2.43161 11.3516 2.01035 11.9791 1.86719 12.7095C1.72493 13.4354 1.87544 14.171 2.29099 14.7823L6.54391 21.4861L6.55807 21.5076C7.63001 23.0682 9.40033 24 11.2937 24H16.0657C19.4399 24 22.1851 21.2549 22.1851 17.8807V10.2921C22.1851 9.01777 21.1483 7.98103 19.8739 7.98103ZM20.7788 17.8807C20.7788 20.4795 18.6646 22.5938 16.0657 22.5938H11.2937C9.86786 22.5938 8.53451 21.8941 7.72432 20.7216L3.47201 14.0188L3.45785 13.9974C3.25211 13.6978 3.17735 13.3365 3.24719 12.9799C3.31708 12.6234 3.52277 12.317 3.82633 12.1173C4.39938 11.7403 5.15351 11.8527 5.59183 12.3765L9.32111 17.9123V2.31113C9.32111 1.81214 9.72705 1.40625 10.226 1.40625C10.725 1.40625 11.1309 1.81214 11.1309 2.31113V10.6528H12.5372V7.21369C12.5372 6.7147 12.9431 6.30881 13.442 6.30881C13.941 6.30881 14.3469 6.7147 14.3469 7.21369V10.6528H15.7532V8.70862C15.7532 8.20964 16.1591 7.80375 16.658 7.80375C17.157 7.80375 17.5629 8.20964 17.5629 8.70862V10.6528H18.9692V10.2922C18.9692 9.79317 19.3751 9.38728 19.874 9.38728C20.373 9.38728 20.7789 9.79317 20.7789 10.2922V17.8807H20.7788Z" fill="white"/></svg>');
  background-size: contain; /* Adjust the sizing as needed */
  background-repeat: no-repeat;
  padding-left: clamp(4px, 0.417vw, 12px);
  transition: all 0.5s ease-in-out;
  filter: invert(1);
}
.cus-btn-2:hover {
  color: #ffffff;
  transition: all 0.5s ease-in-out;
  border: 1px solid #f73534;
}
.cus-btn-2:hover::before {
  width: 105%;
}
.cus-btn-2:hover::after {
  transition: all 0.5s ease-in-out;
  filter: invert(0); /* This inverts the SVG color on hover */
}

.cus-btn-3 {
  position: relative;
  background-color: #f73534;
  padding: clamp(4px, 0.417vw, 16px) clamp(12px, 0.833vw, 32px);
  border-radius: 0;
  border: 1px solid #f73534;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
  font-size: clamp(16px, 0.938vw, 22px);
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
}
@media (max-width: 1199px) {
  .cus-btn-3 {
    font-size: clamp(14px, 1.251vw, 18px);
  }
}
@media (max-width: 575px) {
  .cus-btn-3 {
    font-size: clamp(11px, 2.261vw, 14px);
    padding: 8px 12px;
  }
}
.cus-btn-3::before {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  background: #ffffff;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}
.cus-btn-3::after {
  content: "";
  display: inline-block;
  width: 24px; /* Adjust the width of the SVG icon */
  height: 24px; /* Adjust the height of the SVG icon */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M20.606 5.31366C20.5066 5.14138 20.314 5.04499 20.1166 5.06856L3.03082 7.10626C2.83533 7.12958 2.67204 7.26605 2.61432 7.45431C2.55664 7.64255 2.61549 7.84708 2.76435 7.97591L8.0588 12.5577L9.37958 19.4338C9.41559 19.6213 9.55562 19.7711 9.73904 19.8202C9.74474 19.8218 9.75049 19.8232 9.75628 19.8245C9.94811 19.8687 10.148 19.7955 10.2659 19.6378L20.5735 5.8601C20.6927 5.70082 20.7055 5.4859 20.606 5.31366ZM4.26597 7.96038L17.8291 6.34278L8.57236 11.6871L4.26597 7.96038ZM10.1438 18.1411L9.06955 12.5482L18.3264 7.20389L10.1438 18.1411Z" fill="white"/></svg>');
  background-size: contain; /* Adjust the sizing as needed */
  background-repeat: no-repeat;
  padding-left: clamp(4px, 0.417vw, 12px);
  transition: all 0.5s ease-in-out;
}
.cus-btn-3:hover {
  color: #131110;
  transition: all 0.5s ease-in-out;
  border: 1px solid #131110;
}
.cus-btn-3:hover::before {
  width: 105%;
}
.cus-btn-3:hover::after {
  transition: all 0.5s ease-in-out;
  filter: invert(1); /* This inverts the SVG color on hover */
}

.simple-btn {
  font-size: clamp(17px, 0.938vw, 22px);
  font-weight: 700;
  line-height: 120%;
  color: #131110;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 12px);
  position: relative;
}
.simple-btn:after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: clamp(154px, 8.646vw, 250px);
  height: 1px;
  background-color: #282525;
}
@media (max-width: 490px) {
  .simple-btn:after {
    bottom: -4px;
    width: 147px;
  }
}
.simple-btn svg {
  width: clamp(16px, 1.25vw, 48px);
  height: clamp(16px, 1.25vw, 49px);
}
.simple-btn svg path {
  fill: #131110;
  transition: all 0.5s ease-in-out;
}
.simple-btn:hover {
  transition: all 0.5s ease-in-out;
  color: #f73534;
}
.simple-btn:hover path {
  transition: all 0.5s ease-in-out;
  fill: #f73534;
}

.social-links ul {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 20px);
  justify-content: end;
}
.social-links ul li a {
  width: clamp(26px, 1.667vw, 60px);
  height: clamp(26px, 1.667vw, 60px);
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 3.5px;
  border: 0.5px solid #bdbcbc;
  transition: all 0.5s ease-in-out;
}
.social-links ul li a:hover {
  background-color: #ed7d3a;
  box-shadow: 0 0px 15px rgb(170, 71, 188);
}

.pagination {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: flex;
}
.pagination #border-pagination {
  display: flex;
  gap: clamp(16px, 1.25vw, 30px);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.pagination #border-pagination li {
  display: inline;
}
.pagination #border-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #282525;
  width: clamp(36px, 3.333vw, 72px);
  height: clamp(36px, 3.333vw, 72px);
  border: 1px solid #282525;
  border-radius: 5px;
  float: left;
  transition: all 0.5s ease-in-out;
  font-size: clamp(16.4px, 1.302vw, 50px);
  font-weight: 700;
  line-height: 130%;
  /* 32.5px */
  letter-spacing: -0.5px;
}
@media (max-width: 991px) {
  .pagination #border-pagination li a {
    font-size: clamp(20px, 2.619vw, 23px);
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .pagination #border-pagination li a {
    font-size: clamp(19px, 3.047vw, 21px);
  }
}
@media (max-width: 575px) {
  .pagination #border-pagination li a {
    font-size: clamp(18px, 4.634vw, 20px);
    font-weight: 500;
  }
}
.pagination #border-pagination li a svg {
  width: clamp(20px, 2.667vw, 60px);
  height: clamp(20px, 2.667vw, 60px);
}
.pagination #border-pagination li a svg path {
  stroke: #282525;
  transition: all 0.5s ease-in-out;
}
.pagination #border-pagination li a.active {
  background-color: #f73534;
  color: #ffffff;
  border: 1px solid #f73534;
}
.pagination #border-pagination li a.active svg path {
  stroke: #ffffff;
  transition: all 0.5s ease-in-out;
}
.pagination #border-pagination li a:hover {
  background-color: #f73534;
  color: #ffffff;
  border: 1px solid #f73534;
}
.pagination #border-pagination li a:hover svg path {
  stroke: #ffffff;
  transition: all 0.5s ease-in-out;
}

/*-------------------------
  Form Styling
-------------------------*/
textarea.form-control {
  min-height: 130px;
  max-height: 150px;
}
@media (max-width: 578px) {
  textarea.form-control {
    min-height: 80px;
    max-height: 80px;
  }
}

.form-control {
  padding: 14px 16px;
  border-radius: 0;
  border: 1px solid #bdbcbc;
  background: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(17px, 0.938vw, 22px);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  position: relative;
  color: #131110;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  outline: 0;
  color: #131110 !important;
  background: #ffffff;
}
.form-control:hover {
  color: #131110 !important;
}
.form-control::placeholder {
  color: #bdbcbc;
  opacity: 1;
}

input[type="file"] {
  display: none;
}

label.error {
  color: #ff0000;
}

.material-checkbox {
  display: flex;
  align-items: start;
  color: #fffcfa;
  cursor: pointer;
}
.material-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.material-checkbox input[type="checkbox"]:checked ~ .checkmark {
  background-color: #470053;
  border-color: rgba(120, 29, 136, 0.7333333333);
}
.material-checkbox input[type="checkbox"]:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.material-checkbox input[type="checkbox"]:focus ~ .checkmark {
  box-shadow: 0 0 0 2px rgba(170, 71, 188, 0.5254901961);
}
.material-checkbox:hover input[type="checkbox"] ~ .checkmark {
  border-color: #ab47bc;
}
.material-checkbox input[type="checkbox"]:disabled ~ .checkmark {
  opacity: 0.5;
  cursor: not-allowed;
}
.material-checkbox input[type="checkbox"]:disabled ~ .checkmark:hover {
  border-color: #4d4d4d;
}

.checkmark {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border: 2px solid #92949f;
  border-radius: 4px;
  transition: all 0.3s;
}

.heading {
  padding-left: clamp(60px, 7.604vw, 180px);
}
@media (max-width: 575px) {
  .heading {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .heading br {
    display: none;
  }
}
@media (max-width: 575px) {
  .heading p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: grid;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  z-index: 10000;
}
#preloader svg {
  width: 200px;
  height: 140px;
}

/*-------------------------
  layouts
-------------------------*/
/*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
header {
  background: #282525;
}
header.home-header {
  position: absolute;
  z-index: 500;
}
@media (max-width: 1199px) {
  header {
    position: unset;
    width: 100%;
  }
}
header .main-menu {
  background-color: transparent;
  width: 100%;
  background: transparent;
}
@media (max-width: 1199px) {
  header .main-menu {
    padding: 0 32px 0 24px;
  }
}
header .main-menu .main-menu__block {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1199px) {
  header .main-menu .main-menu__block {
    justify-content: space-between;
  }
}
header .main-menu .main-menu__logo {
  align-items: center;
  position: relative;
  padding: clamp(24px, 2.5vw, 96px) 3.594vw;
}
@media (max-width: 1299px) {
  header .main-menu .main-menu__logo {
    padding: clamp(24px, 2.5vw, 96px) 1.848vw;
  }
}
@media (max-width: 820px) {
  header .main-menu .main-menu__logo img {
    width: 80%;
  }
}
@media (max-width: 490px) {
  header .main-menu .main-menu__logo img {
    width: clamp(150px, 26.531vw, 280px);
  }
}
header .main-menu .main-menu-right-wrapper {
  display: flex;
}
@media (max-width: 1199px) {
  header .main-menu .main-menu-right-wrapper {
    align-items: center;
  }
}
header .main-menu .main-menu-right-wrapper .menu-double-line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 2px solid #ffffff;
  border-top: 0;
  border-bottom: 0;
}
@media (max-width: 1199px) {
  header .main-menu .main-menu-right-wrapper .menu-double-line {
    display: none;
  }
}
header .main-menu .main-menu-right-wrapper .menu-double-line .menu-details {
  display: flex;
  align-items: center;
  gap: clamp(24px, 2.5vw, 64px);
  padding: clamp(16px, 1.042vw, 28px);
  border-bottom: 2px solid #ffffff;
  width: 59.115vw;
}
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .menu-details
  .icon-block {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 16px);
}
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .menu-details
  .icon-block
  img {
  width: clamp(28px, 2.24vw, 60px);
}
header .main-menu .main-menu-right-wrapper .menu-double-line .main-menu__nav {
  padding: 0 28px;
}
@media (max-width: 1299px) {
  header .main-menu .main-menu-right-wrapper .menu-double-line .main-menu__nav {
    padding: 0 2.464vw;
  }
}
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  ul,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media screen and (min-width: 1200px) {
  header
    .main-menu
    .main-menu-right-wrapper
    .menu-double-line
    .main-menu__nav
    .main-menu__list,
  header
    .main-menu
    .main-menu-right-wrapper
    .menu-double-line
    .main-menu__nav
    .main-menu__list
    ul,
  header
    .main-menu
    .main-menu-right-wrapper
    .menu-double-line
    .main-menu__nav
    .stricky-header
    .main-menu__list,
  header
    .main-menu
    .main-menu-right-wrapper
    .menu-double-line
    .main-menu__nav
    .stricky-header
    .main-menu__list
    ul {
    display: flex;
    gap: clamp(20px, 1.667vw, 40px);
  }
}
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  > li,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li {
  position: relative;
}
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  > li
  > a,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a {
  padding: clamp(24px, 1.458vw, 40px) 0;
  font-size: clamp(17px, 0.938vw, 22px);
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #ffffff;
  display: flex;
  width: fit-content;
  align-items: center;
  position: relative;
  transition: all all 0.5s ease-in-out;
}
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  > li
  > a::before,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a::before {
  content: "";
  position: absolute;
  top: -2px;
  width: 0;
  height: 2px;
  transition: all 0.5s ease-in-out;
  background: #f73534;
}
@media (max-width: 1199px) {
  header
    .main-menu
    .main-menu-right-wrapper
    .menu-double-line
    .main-menu__nav
    .main-menu__list
    > li
    > a,
  header
    .main-menu
    .main-menu-right-wrapper
    .menu-double-line
    .main-menu__nav
    .stricky-header
    .main-menu__list
    > li
    > a {
    font-size: clamp(17px, 1.251vw, 18px);
  }
}
@media (max-width: 575px) {
  header
    .main-menu
    .main-menu-right-wrapper
    .menu-double-line
    .main-menu__nav
    .main-menu__list
    > li
    > a,
  header
    .main-menu
    .main-menu-right-wrapper
    .menu-double-line
    .main-menu__nav
    .stricky-header
    .main-menu__list
    > li
    > a {
    font-size: clamp(16px, 2.261vw, 14px);
  }
}
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  > li
  > a:hover,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  > li
  > a.active,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a:hover,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a.active {
  color: #f73534;
}
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  > li
  > a:hover::before,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  > li
  > a.active::before,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a:hover::before,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li
  > a.active::before {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  > li.current,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  > li:hover,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li.current,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  > li:hover {
  color: #f73534;
}
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  li
  ul,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 380px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  backface-visibility: hidden;
  transition: opacity all 0.5s ease-in-out, visibility all 0.5s ease-in-out,
    transform 700ms ease;
  z-index: 99;
  background-color: #282525;
  padding: 15px 20px 10px;
  border-radius: 0px;
}
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  li
  ul
  li,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li {
  width: 47%;
  position: relative;
}
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  li
  ul
  li
  > a,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li
  > a {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  display: flex;
  padding: 7px 20px;
  transition: 400ms;
  margin-bottom: 4px;
  border-radius: 0px;
}
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  li
  ul
  li
  > a::after,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li
  > a::after {
  position: absolute;
  right: 15px;
  top: 7px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  li
  ul
  li.current
  > a,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  li
  ul
  li:hover
  > a,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li.current
  > a,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li:hover
  > a {
  background-color: #f73534;
  color: #ffffff;
}
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  li
  ul
  li.current
  > a::after,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  li
  ul
  li:hover
  > a::after,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li.current
  > a::after,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li:hover
  > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  li
  ul
  li
  > ul,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li
  > ul {
  top: 0;
  left: calc(100% + 0px);
}
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  li
  ul
  li
  > ul.right-align,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li
  > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  li
  ul
  li
  > ul
  ul,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li
  ul
  li
  > ul
  ul {
  display: flex;
}
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .main-menu__list
  li:hover
  > ul,
header
  .main-menu
  .main-menu-right-wrapper
  .menu-double-line
  .main-menu__nav
  .stricky-header
  .main-menu__list
  li:hover
  > ul {
  opacity: 1;
  visibility: visible;
  gap: 6px;
  transform: scaleY(1) translateZ(0px);
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header
    .main-menu
    .main-menu-right-wrapper
    .menu-double-line
    .main-menu__nav
    .main-menu__list
    li:nth-last-child(1)
    ul
    li
    > ul,
  header
    .main-menu
    .main-menu-right-wrapper
    .menu-double-line
    .main-menu__nav
    .main-menu__list
    li:nth-last-child(2)
    ul
    li
    > ul,
  header
    .main-menu
    .main-menu-right-wrapper
    .menu-double-line
    .main-menu__nav
    .stricky-header
    .main-menu__list
    li:nth-last-child(1)
    ul
    li
    > ul,
  header
    .main-menu
    .main-menu-right-wrapper
    .menu-double-line
    .main-menu__nav
    .stricky-header
    .main-menu__list
    li:nth-last-child(2)
    ul
    li
    > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
@media (max-width: 575px) {
  header .main-menu .main-menu-right-wrapper .main-menu__right {
    gap: 24px;
  }
}
@media (max-width: 1199px) {
  header .main-menu .main-menu-right-wrapper .main-menu__right .contact-button {
    display: none;
  }
}
header
  .main-menu
  .main-menu-right-wrapper
  .main-menu__right
  .contact-button
  .question-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20.417vw;
  height: clamp(64px, 4.323vw, 90px);
}
header
  .main-menu
  .main-menu-right-wrapper
  .main-menu__right
  .contact-button
  .question-btn
  img {
  width: clamp(36px, 4.323vw, 80px);
  height: clamp(36px, 4.323vw, 80px);
}
header
  .main-menu
  .main-menu-right-wrapper
  .main-menu__right
  .contact-button
  .request-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #f73534;
  width: 20.417vw;
  height: clamp(72px, 4.219vw, 90px);
}
header
  .main-menu
  .main-menu-right-wrapper
  .main-menu__right
  .contact-button
  .request-btn
  h5 {
  transition: all 0.5s ease-in-out;
  color: #ffffff;
}
header
  .main-menu
  .main-menu-right-wrapper
  .main-menu__right
  .contact-button
  .request-btn
  svg {
  transition: all 0.5s ease-in-out;
}
header
  .main-menu
  .main-menu-right-wrapper
  .main-menu__right
  .contact-button
  .request-btn
  svg
  path {
  transition: all 0.5s ease-in-out;
}
header
  .main-menu
  .main-menu-right-wrapper
  .main-menu__right
  .contact-button
  .request-btn:hover {
  color: #282525;
  background-color: #ffffff;
}
header
  .main-menu
  .main-menu-right-wrapper
  .main-menu__right
  .contact-button
  .request-btn:hover
  svg {
  rotate: 45deg;
  transition: all 0.5s ease-in-out;
}
header
  .main-menu
  .main-menu-right-wrapper
  .main-menu__right
  .contact-button
  .request-btn:hover
  svg
  path {
  transition: all 0.5s ease-in-out;
  stroke: #282525;
}
header
  .main-menu
  .main-menu-right-wrapper
  .main-menu__right
  .contact-button
  .request-btn:hover
  h5 {
  color: #282525;
}

.mobile-nav__toggler {
  font-size: 24px;
  font-weight: 200;
  color: #ffffff;
  cursor: pointer;
  transition: 500ms;
  display: none;
}
@media (max-width: 1099px) {
  .mobile-nav__toggler {
    display: flex;
    filter: hue-rotate(50deg);
  }
}
.mobile-nav__toggler:hover {
  color: #f73534;
}

/*--------------------------------------------------------------
  # Mobile Nav
  --------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms;
}
.mobile-nav__wrapper .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #131110;
  opacity: 0.3;
  cursor: url(../media/images/close.png), auto;
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background-color: #131110;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms;
}
@media (max-width: 490px) {
  .mobile-nav__wrapper .mobile-nav__content {
    width: clamp(250px, 55.102vw, 450px);
  }
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box img {
  width: clamp(120px, 15.625vw, 320px);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}
.mobile-nav__wrapper
  .mobile-nav__content
  .main-menu__list
  ul
  li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  height: 46px;
  letter-spacing: 0.8px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
  color: #f73534;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #f73534;
  border: none;
  outline: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav__wrapper
  .mobile-nav__content
  .main-menu__list
  li
  a
  button.expanded {
  transform: rotate(0deg);
  background-color: #ffffff;
  color: #131110;
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: #ffffff;
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: #f73534;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #f73534;
}
.mobile-nav__contact li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f73534;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #ffffff;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

.hero-banner {
  background: url("../media/backgrounds/hero-banner-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .hero-banner {
    height: 76vh;
  }
}
@media (max-width: 876px) {
  .hero-banner {
    height: 674px;
  }
}
@media (max-width: 820px) {
  .hero-banner {
    height: 90vh;
  }
}
@media (max-width: 490px) {
  .hero-banner {
    height: 90vh;
  }
}
@media (max-width: 430px) {
  .hero-banner {
    height: 83vh;
  }
}
@media (max-width: 399px) {
  .hero-banner {
    height: 90vh;
  }
}
.hero-banner .vec-image {
  background: url("../media/backgrounds/hero-banner-weld.png") no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .hero-banner .vec-image {
    background-position: 40% center;
    background-size: 150%;
    height: 91vh;
  }
}
@media (max-width: 876px) {
  .hero-banner .vec-image {
    height: 700px;
  }
}
@media (max-width: 820px) {
  .hero-banner .vec-image {
    height: 91vh;
    background-position: 37% 87%;
    background-size: 171% 92%;
  }
}
@media (max-width: 768px) {
  .hero-banner .vec-image {
    background-position: 40% 96%;
    background-size: 150% 81%;
  }
}
@media (max-width: 490px) {
  .hero-banner .vec-image {
    background-position: 38% 100%;
    background-size: 153% 63%;
  }
}
.hero-banner .banner-content {
  display: grid;
  /* justify-content: center; */
  justify-content: end;
  align-items: center;
  padding: 16.875vw 0 14.896vw 7.813vw;
}
@media (max-width: 1024px) {
  .hero-banner .banner-content {
    padding: 26.875vw 0 14.896vw 0;
  }
}
@media (max-width: 490px) {
  .hero-banner .banner-content {
    padding: 50.49vw 0;
  }
}
.hero-banner .banner-content .banner-heading {
  margin-bottom: 8.906vw;
}
@media (max-width: 820px) {
  .hero-banner .banner-content .banner-heading {
    margin-bottom: 3.902vw;
  }
}
.hero-banner .banner-content .banner-heading h5 {
  background: url("../media/vector/heading-line.png") no-repeat;
  background-position: -16px 20px;
}
@media (max-width: 1599px) {
  .hero-banner .banner-content .banner-heading h5 {
    background-position: -70px 18px;
  }
}
@media (max-width: 1499px) {
  .hero-banner .banner-content .banner-heading h5 {
    background-position: -88px 15px;
  }
}
@media (max-width: 1399px) {
  .hero-banner .banner-content .banner-heading h5 {
    background-position: -106px 14px;
  }
}
@media (max-width: 1024px) {
  .hero-banner .banner-content .banner-heading h5 {
    background-position: -132px 13px;
  }
}
@media (max-width: 820px) {
  .hero-banner .banner-content .banner-heading h5 {
    background-position: -63px 16px;
  }
}
@media (max-width: 768px) {
  .hero-banner .banner-content .banner-heading h5 {
    background-position: -79px 18px;
  }
}
@media (max-width: 490px) {
  .hero-banner .banner-content .banner-heading h5 {
    background-position: -105px 14px;
  }
}
@media (max-width: 430px) {
  .hero-banner .banner-content .banner-heading h5 {
    background-position: -83px 16px;
  }
}
@media (max-width: 399px) {
  .hero-banner .banner-content .banner-heading h5 {
    background-position: -105px 14px;
  }
}
@media (max-width: 490px) {
  .hero-banner .banner-content .banner-heading h1 br {
    display: none;
  }
}
.hero-banner .banner-content .banner-heading .main-text {
  font-size: clamp(60px, 3.698vw, 120px);
  font-style: normal;
  font-weight: 700;
  line-height: 119%;
  letter-spacing: -1.42px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .hero-banner .banner-content .banner-heading .main-text {
    font-size: clamp(48px, 5.119vw, 48px);
  }
}
@media (max-width: 767px) {
  .hero-banner .banner-content .banner-heading .main-text {
    font-size: clamp(42px, 6.094vw, 45px);
  }
}
@media (max-width: 575px) {
  .hero-banner .banner-content .banner-heading .main-text {
    font-size: clamp(32px, 8.78vw, 40px);
  }
}
.hero-banner .banner-content .banner-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: clamp(16px, 1.25vw, 32px);
}
@media (max-width: 820px) {
  .hero-banner .banner-content .banner-btn {
    justify-content: flex-start;
  }
}

.marquee {
  padding: clamp(24px, 3.333vw, 92px) 0;
  background: url("../media/brands/marquee.png") no-repeat;
  background-position: center;
  background-size: cover;
}
.marquee.whyChoose {
  background: #f5f7f9;
}
.marquee .text-block {
  font-size: clamp(48px, 4.427vw, 120px);
  font-family: "Space Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 991px) {
  .marquee .text-block {
    font-size: clamp(38px, 5.119vw, 48px);
  }
}
@media (max-width: 767px) {
  .marquee .text-block {
    font-size: clamp(35px, 6.094vw, 45px);
  }
}
@media (max-width: 575px) {
  .marquee .text-block {
    font-size: clamp(18px, 4.78vw, 40px);
  }
}

.about-sec {
  background: url("../media/backgrounds/about-banner.png") no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 876px) {
  .about-sec {
    background: url("../media/backgrounds/about-tab-image.png") no-repeat;
    background-position: center;
  }
}
@media (max-width: 490px) {
  .about-sec {
    background-size: 100% 120%;
  }
}
.about-sec .about-content {
  padding: clamp(16px, 4.375vw, 120px) 0 clamp(16px, 4.375vw, 120px)
    clamp(16px, 7.552vw, 180px);
}
@media (max-width: 490px) {
  .about-sec .about-content {
    padding-top: clamp(20px, 4.898vw, 40px);
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 490px) {
  .about-sec .about-content br {
    display: none;
  }
}
.about-sec .about-slider-wrapper {
  padding: clamp(36px, 2.5vw, 92px) 0 clamp(36px, 2.5vw, 92px)
    clamp(36px, 2.5vw, 92px);
  position: relative;
}
@media (max-width: 820px) {
  .about-sec .about-slider-wrapper {
    padding: clamp(36px, 2.5vw, 92px) clamp(36px, 7.317vw, 92px);
  }
}
@media (max-width: 490px) {
  .about-sec .about-slider-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: clamp(40px, 9.796vw, 80px);
  }
}
.about-sec .about-slider-wrapper .about-slider {
  margin: 0 -16px;
}
.about-sec .about-slider-wrapper .about-slide {
  margin: 0 16px;
}
.about-sec .about-slider-wrapper .about-slide .about-heading {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.667vw, 48px);
  border-bottom: 1px solid #ffffff;
}
.about-sec .about-slider-wrapper .about-slide .about-heading h2 {
  font-size: clamp(61px, 5.99vw, 150px);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.about-sec .slider-arrows {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 24px;
}
.about-sec .slider-arrows .arrow-btn {
  display: grid;
  align-items: center;
  width: clamp(40px, 3.333vw, 90px);
  height: clamp(40px, 3.333vw, 90px);
  background: transparent;
  border-radius: 5px;
  border: 1px solid #f73534;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .about-sec .slider-arrows .arrow-btn {
    width: clamp(46px, 5.273vw, 80px);
    height: clamp(46px, 5.273vw, 80px);
  }
}
@media (max-width: 490px) {
  .about-sec .slider-arrows .arrow-btn {
    width: 34px;
    height: 34px;
  }
}
.about-sec .slider-arrows .arrow-btn:hover {
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ffffff;
}
.about-sec .slider-arrows .arrow-btn.btn-next {
  background-image: url("../media/vector/arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 490px) {
  .about-sec .slider-arrows .arrow-btn.btn-next {
    background-size: 50%;
  }
}
.about-sec .slider-arrows .arrow-btn.btn-prev {
  background-image: url("../media/vector/arrow-right.png");
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 490px) {
  .about-sec .slider-arrows .arrow-btn.btn-prev {
    background-size: 60%;
  }
}

.about-sec-1 .about-block {
  display: flex;
  padding-left: 5vw;
  gap: 24px;
}
@media (max-width: 820px) {
  .about-sec-1 .about-block {
    flex-direction: column;
  }
}
@media (max-width: 490px) {
  .about-sec-1 .about-block {
    padding-left: 0;
  }
}
.about-sec-1 .about-block.block-2 {
  padding-right: 5vw;
  gap: clamp(24px, 3.333vw, 96px);
  padding-left: 0;
}
@media (max-width: 490px) {
  .about-sec-1 .about-block.block-2 {
    padding-right: 0;
  }
}
.about-sec-1 .about-block .about-text {
  display: grid;
  align-items: center;
  padding: 3.333vw 0;
  width: 44.427vw;
}
@media (max-width: 820px) {
  .about-sec-1 .about-block .about-text {
    width: 93%;
  }
}
@media (max-width: 490px) {
  .about-sec-1 .about-block .about-text {
    padding: 3.333vw 0 3.333vw 5vw;
  }
}
@media (max-width: 820px) {
  .about-sec-1 .about-block .about-text.text-2 {
    padding-left: 5.208vw;
    width: 93%;
  }
}
@media (max-width: 820px) {
  .about-sec-1 .about-block .about-text h3 br {
    display: none;
  }
}
.about-sec-1 .about-block .about-image-box {
  padding: 0 5vw 0 3.333vw;
  background: url("../media/images/about-sec-1.png") no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  width: 51.7vw;
  display: grid;
  align-items: center;
}
@media (max-width: 820px) {
  .about-sec-1 .about-block .about-image-box {
    padding: 15.104vw 6vw;
    width: 100%;
  }
}
.about-sec-1 .about-block .about-image-box.box-2 {
  background: url("../media/images/about-sec-2.png") no-repeat;
  background-size: cover;
}
.about-sec-1 .about-block .about-image-box .about-heading {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.667vw, 48px);
  border-bottom: 1px solid #ffffff;
}
.about-sec-1 .about-block .about-image-box .about-heading h2 {
  font-size: clamp(61px, 5.99vw, 150px);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.services {
  position: relative;
}
.services .element {
  position: absolute;
  top: 0;
  right: 24.688vw;
  width: 7.292vw;
  height: 18.385vw;
}
.services .services-wrapper .services-slider {
  margin: 0 -12px;
}
.services .services-wrapper .services-block {
  padding: clamp(16px, 1.667vw, 48px);
  background-color: #f5f7f9;
  border: 2px solid #bdbcbc;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 1.667vw, 48px);
  margin: 0 12px;
  width: 100%;
}
.services .services-wrapper .services-block.v-2 {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: clamp(16px, 1.25vw, 32px);
}
.services .services-wrapper .services-block .image-box {
  overflow: hidden;
}
.services .services-wrapper .services-block .image-box img {
  width: 100%;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.services .services-wrapper .services-block h5 {
  transition: all 0.5s ease-in-out;
  color: #282525;
}
.services .services-wrapper .services-block .benefit-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services .services-wrapper .services-block .benefit-box .icon-box {
  background-color: #282525;
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(48px, 4.167vw, 120px);
  height: clamp(48px, 4.167vw, 120px);
}
.services .services-wrapper .services-block .benefit-box .icon-box.link-box {
  background-color: #f73534;
}
.services .services-wrapper .services-block:hover h5 {
  transition: all 0.5s ease-in-out;
  color: #f73534;
}
.services .services-wrapper .services-block:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.services .services-wrapper .services-arrow-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.services .services-wrapper .services-arrow-block .slider-arrows {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 24px;
}
@media (max-width: 768px) {
  .services .services-wrapper .services-arrow-block .slider-arrows {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 490px) {
  .services .services-wrapper .services-arrow-block .slider-arrows {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 24px;
  }
}
.services .services-wrapper .services-arrow-block .slider-arrows .arrow-btn {
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 3.333vw, 90px);
  height: clamp(40px, 3.333vw, 90px);
  background: transparent;
  border-radius: 5px;
  border: 1px solid #282525;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .services .services-wrapper .services-arrow-block .slider-arrows .arrow-btn {
    width: clamp(32px, 4.688vw, 80px);
    height: clamp(32px, 4.688vw, 80px);
  }
}
@media (max-width: 490px) {
  .services .services-wrapper .services-arrow-block .slider-arrows .arrow-btn {
    width: 34px;
    height: 34px;
  }
}
.services
  .services-wrapper
  .services-arrow-block
  .slider-arrows
  .arrow-btn
  svg {
  width: clamp(20px, 1.667vw, 48px);
  height: clamp(20px, 1.667vw, 48px);
}
.services
  .services-wrapper
  .services-arrow-block
  .slider-arrows
  .arrow-btn
  svg
  path {
  transition: all 0.5s ease-in-out;
}
.services
  .services-wrapper
  .services-arrow-block
  .slider-arrows
  .arrow-btn:hover {
  background-color: #f73534;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ffffff;
}
.services
  .services-wrapper
  .services-arrow-block
  .slider-arrows
  .arrow-btn:hover
  svg
  path {
  stroke: #ffffff;
  transition: all 0.5s ease-in-out;
}
.services .services-wrapper .services-arrow-block .rotate-container {
  height: 14.844vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1499px) {
  .services .services-wrapper .services-arrow-block .rotate-container {
    height: clamp(220px, 16.411vw, 290px);
  }
}
@media (max-width: 490px) {
  .services .services-wrapper .services-arrow-block .rotate-container {
    height: 0;
    align-items: end;
    margin-top: -20px;
  }
}
.services .services-wrapper .services-arrow-block .rotate-container .cus-btn {
  transform: rotate(90deg);
  flex-shrink: 0;
  margin-left: 2.969vw;
}
@media (max-width: 1499px) {
  .services .services-wrapper .services-arrow-block .rotate-container .cus-btn {
    margin-left: clamp(32px, 2.668vw, 48px);
  }
}
@media (max-width: 1024px) {
  .services .services-wrapper .services-arrow-block .rotate-container .cus-btn {
    margin-left: clamp(8px, 1.172vw, 24px);
  }
}
@media (max-width: 768px) {
  .services .services-wrapper .services-arrow-block .rotate-container .cus-btn {
    margin-left: 0;
  }
}
@media (max-width: 490px) {
  .services .services-wrapper .services-arrow-block .rotate-container .cus-btn {
    transform: rotate(0deg);
  }
}

@media (max-width: 575px) {
  .projects {
    padding-right: clamp(16px, 4.174vw, 48px);
  }
}
.projects.projects-page {
  padding-right: 0;
}
.projects .container-v2 {
  padding-right: 0;
}
.projects .project-wrapper .project-slider {
  margin: 0 -12px;
}
.projects .project-wrapper .project-block {
  position: relative;
  width: 29.167vw;
  overflow: hidden;
  margin: 0 12px;
}
@media (max-width: 1024px) {
  .projects .project-wrapper .project-block {
    width: 41.992vw !important;
  }
}
@media (max-width: 490px) {
  .projects .project-wrapper .project-block {
    width: 360px !important;
  }
}
@media (max-width: 430px) {
  .projects .project-wrapper .project-block {
    width: 390px !important;
  }
}
@media (max-width: 399px) {
  .projects .project-wrapper .project-block {
    width: 360px !important;
  }
}
.projects .project-wrapper .project-block.v-2 {
  width: 100% !important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: clamp(16px, 1.25vw, 40px);
}
.projects .project-wrapper .project-block img {
  width: 100%;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.projects .project-wrapper .project-block .content-box {
  position: absolute;
  bottom: 0;
  margin: clamp(16px, 1.667vw, 48px);
  background: #ffffff;
  padding: clamp(16px, 1.667vw, 48px);
  border-radius: clamp(10px, 1.042vw, 30px);
}
@media (max-width: 1024px) {
  .projects .project-wrapper .project-block .content-box {
    padding: 16px 16px 20px;
  }
}
.projects .project-wrapper .project-block .content-box h3 {
  text-transform: uppercase;
  color: #131110;
  transition: all 0.5s ease-in-out;
}
.projects .project-wrapper .project-block:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.projects .project-wrapper .project-block:hover .content-box h3 {
  color: #f73534;
  transition: all 0.5s ease-in-out;
}
.projects .project-wrapper .project-arrow-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  height: 100%;
  justify-content: center;
}
@media (max-width: 1399px) {
  .projects .project-wrapper .project-arrow-block {
    gap: clamp(24px, 2.287vw, 40px);
  }
}
@media (max-width: 575px) {
  .projects .project-wrapper .project-arrow-block {
    margin-bottom: clamp(16px, 5.565vw, 48px);
  }
}
.projects .project-wrapper .project-arrow-block .slider-arrows {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 768px) {
  .projects .project-wrapper .project-arrow-block .slider-arrows {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 490px) {
  .projects .project-wrapper .project-arrow-block .slider-arrows {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 16px;
  }
}
.projects .project-wrapper .project-arrow-block .arrow-btn {
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 3.333vw, 90px);
  height: clamp(40px, 3.333vw, 90px);
  background: transparent;
  border-radius: 5px;
  border: 1px solid #282525;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .projects .project-wrapper .project-arrow-block .arrow-btn {
    width: clamp(32px, 4.688vw, 80px);
    height: clamp(32px, 4.688vw, 80px);
  }
}
@media (max-width: 490px) {
  .projects .project-wrapper .project-arrow-block .arrow-btn {
    width: 34px;
    height: 34px;
  }
}
.projects .project-wrapper .project-arrow-block .arrow-btn svg {
  width: clamp(20px, 1.667vw, 48px);
  height: clamp(20px, 1.667vw, 48px);
}
.projects .project-wrapper .project-arrow-block .arrow-btn svg path {
  transition: all 0.5s ease-in-out;
}
.projects .project-wrapper .project-arrow-block .arrow-btn:hover {
  background-color: #f73534;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ffffff;
}
.projects .project-wrapper .project-arrow-block .arrow-btn:hover svg path {
  stroke: #ffffff;
  transition: all 0.5s ease-in-out;
}
.projects .project-wrapper .rotate-container {
  height: 14.844vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1499px) {
  .projects .project-wrapper .rotate-container {
    height: clamp(220px, 17.678vw, 290px);
  }
}
@media (max-width: 490px) {
  .projects .project-wrapper .rotate-container {
    height: 0;
    align-items: end;
    margin-top: -20px;
  }
}
.projects .project-wrapper .rotate-container .cus-btn {
  transform: rotate(90deg);
  flex-shrink: 0;
  margin-left: -3.4vw;
}
@media (max-width: 1499px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: clamp(-43px, -3.202vw, -60px);
  }
}
@media (max-width: 1024px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: -16px;
  }
}
@media (max-width: 820px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: -4px;
  }
}
@media (max-width: 768px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    margin-left: 6px;
  }
}
@media (max-width: 490px) {
  .projects .project-wrapper .rotate-container .cus-btn {
    transform: rotate(0deg);
  }
}

.construction-video video {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .construction-video video {
    height: 142.837vw;
    object-fit: cover;
  }
}

@media (max-width: 575px) {
  .testimonials {
    padding-right: clamp(16px, 4.174vw, 48px);
  }
}
.testimonials .container-fluid {
  padding-right: 0;
}
.testimonials .testimonials-wrapper .testimonials-slider {
  margin: 0 -12px;
}
.testimonials
  .testimonials-wrapper
  .testimonials-slider
  .testimonials-container {
  position: relative;
  background: #f5f7f9;
  border: 2px solid #bdbcbc;
  padding: 32px;
  width: 21.563vw;
  padding: clamp(20px, 2.083vw, 64px) clamp(16px, 1.667vw, 48px)
    clamp(16px, 1.667vw, 48px) clamp(16px, 1.667vw, 48px);
  margin: 0 12px;
}
@media (max-width: 1024px) {
  .testimonials
    .testimonials-wrapper
    .testimonials-slider
    .testimonials-container {
    width: clamp(320px, 34.18vw, 420px);
  }
}
@media (max-width: 490px) {
  .testimonials
    .testimonials-wrapper
    .testimonials-slider
    .testimonials-container {
    width: 350px;
  }
}
.testimonials
  .testimonials-wrapper
  .testimonials-slider
  .testimonials-container
  img:first-child {
  border-radius: clamp(8px, 0.781vw, 24px);
  width: clamp(90px, 6.667vw, 160px);
}
.testimonials
  .testimonials-wrapper
  .testimonials-slider
  .testimonials-container
  .quotes {
  position: absolute;
  right: 32px;
  top: 32px;
  width: clamp(56px, 4.347vw, 120px);
  height: clamp(40px, 3.333vw, 100px);
}
.testimonials .testimonials-wrapper .testimonials-arrow-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  height: 100%;
  justify-content: center;
}
@media (max-width: 575px) {
  .testimonials .testimonials-wrapper .testimonials-arrow-block {
    margin-bottom: clamp(20px, 4.174vw, 40px);
  }
}
.testimonials .testimonials-wrapper .testimonials-arrow-block .slider-arrows {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 575px) {
  .testimonials .testimonials-wrapper .testimonials-arrow-block .slider-arrows {
    flex-direction: row;
    justify-content: center;
  }
}
.testimonials .testimonials-wrapper .testimonials-arrow-block .arrow-btn {
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 3.333vw, 90px);
  height: clamp(40px, 3.333vw, 90px);
  background: transparent;
  border-radius: 5px;
  border: 1px solid #282525;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .testimonials .testimonials-wrapper .testimonials-arrow-block .arrow-btn {
    width: clamp(32px, 4.688vw, 80px);
    height: clamp(32px, 4.688vw, 80px);
  }
}
@media (max-width: 490px) {
  .testimonials .testimonials-wrapper .testimonials-arrow-block .arrow-btn {
    width: 34px;
    height: 34px;
  }
}
.testimonials .testimonials-wrapper .testimonials-arrow-block .arrow-btn svg {
  width: clamp(20px, 1.667vw, 48px);
  height: clamp(20px, 1.667vw, 48px);
}
.testimonials
  .testimonials-wrapper
  .testimonials-arrow-block
  .arrow-btn
  svg
  path {
  transition: all 0.5s ease-in-out;
}
.testimonials .testimonials-wrapper .testimonials-arrow-block .arrow-btn:hover {
  background-color: #f73534;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ffffff;
}
.testimonials
  .testimonials-wrapper
  .testimonials-arrow-block
  .arrow-btn:hover
  svg
  path {
  stroke: #ffffff;
  transition: all 0.5s ease-in-out;
}

.team .top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5f7f9;
  padding: clamp(24px, 4.167vw, 180px) clamp(24px, 12.5vw, 350px)
    clamp(80px, 13.75vw, 350px) clamp(24px, 12.5vw, 350px);
}
@media (max-width: 575px) {
  .team .top-row {
    padding: 20px 20px 64px 20px;
    display: block;
  }
}
.team .top-row .heading {
  padding-left: 0;
}
@media (max-width: 575px) {
  .team .top-row .heading {
    padding-bottom: 24px;
  }
}
.team .top-row .slider-arrows {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 575px) {
  .team .top-row .slider-arrows {
    justify-content: center;
  }
}
.team .top-row .arrow-btn {
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 3.333vw, 90px);
  height: clamp(40px, 3.333vw, 90px);
  background: transparent;
  border-radius: 5px;
  border: 1px solid #282525;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .team .top-row .arrow-btn {
    width: clamp(32px, 4.688vw, 80px);
    height: clamp(32px, 4.688vw, 80px);
  }
}
@media (max-width: 490px) {
  .team .top-row .arrow-btn {
    width: 34px;
    height: 34px;
  }
}
.team .top-row .arrow-btn svg {
  width: clamp(20px, 1.667vw, 48px);
  height: clamp(20px, 1.667vw, 48px);
}
.team .top-row .arrow-btn svg path {
  transition: all 0.5s ease-in-out;
}
.team .top-row .arrow-btn:hover {
  background-color: #f73534;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ffffff;
}
.team .top-row .arrow-btn:hover svg path {
  stroke: #ffffff;
  transition: all 0.5s ease-in-out;
}
.team .team-wrapper {
  padding: 0 clamp(72px, 7.604vw, 180px);
  margin-top: -10.417vw;
}
@media (max-width: 575px) {
  .team .team-wrapper {
    padding: 0 4px;
  }
}
.team .team-wrapper .team-slider {
  margin: 0 -12px;
}
.team .team-block {
  position: relative;
  margin: 0 12px;
}
.team .team-block.v-2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 48px;
}
.team .team-block.v-2 img {
  width: 100%;
}
.team .team-block .content-box {
  position: relative;
  margin-top: -2.292vw;
  margin-left: 2.865vw;
  margin-right: 2.865vw;
  text-align: center;
  padding: clamp(10px, 0.833vw, 24px) 0;
  background: #f5f7f9;
  border: 2px solid #bdbcbc;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px -10px 20px #ffffff;
}
@media (max-width: 575px) {
  .team .team-block .content-box {
    margin-top: -7.347vw;
    margin-left: 32px;
    margin-right: 32px;
  }
}
.team .team-block .content-box h5 {
  transition: all 0.5s ease-in-out;
  color: #282525;
}
.team .team-block:hover .content-box {
  transition: all 0.5s ease-in-out;
  margin-top: -5.208vw;
}
@media (max-width: 575px) {
  .team .team-block:hover .content-box {
    margin-top: -15.347vw;
  }
}
.team .team-block:hover .content-box h5 {
  transition: all 0.5s ease-in-out;
  color: #f73534;
}

.contact-banner {
  background: url("../media/backgrounds/contact-banner.png") no-repeat;
  background-position: center;
  background-size: cover;
}
.contact-banner .contact-container {
  padding: clamp(20px, 1.667vw, 50px);
}
.contact-banner form {
  padding: clamp(20px, 1.667vw, 50px);
}

.map iframe {
  width: 100%;
  height: clamp(400px, 31.979vw, 750px);
}

.blogs {
  position: relative;
}
.blogs .blogs-wrapper .blogs-slider {
  margin: 0 -12px;
}
.blogs .blogs-wrapper .blogs-block {
  padding: clamp(16px, 1.667vw, 48px);
  background-color: #f5f7f9;
  border: 2px solid #bdbcbc;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 1.667vw, 48px);
  margin: 0 12px;
}
.blogs .blogs-wrapper .blogs-block.v-2 {
  width: 100%;
  margin-bottom: clamp(16px, 1.25vw, 40px);
  margin-left: 0;
  margin-right: 0;
}
.blogs .blogs-wrapper .blogs-block .image-box {
  overflow: hidden;
}
.blogs .blogs-wrapper .blogs-block .image-box img {
  width: 100%;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.blogs .blogs-wrapper .blogs-block .text-box .author-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blogs .blogs-wrapper .blogs-block h5 {
  transition: all 0.5s ease-in-out;
  color: #282525;
}
.blogs .blogs-wrapper .blogs-block .benefit-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blogs .blogs-wrapper .blogs-block .benefit-box .cus-btn {
  padding: clamp(4px, 0.417vw, 24px) clamp(12px, 0.833vw, 32px);
}
.blogs .blogs-wrapper .blogs-block:hover h5 {
  transition: all 0.5s ease-in-out;
  color: #f73534;
}
.blogs .blogs-wrapper .blogs-block:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.blogs .blogs-wrapper .blogs-arrow-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  height: 100%;
  justify-content: center;
}
@media (max-width: 1399px) {
  .blogs .blogs-wrapper .blogs-arrow-block {
    gap: clamp(24px, 2.287vw, 40px);
  }
}
@media (max-width: 575px) {
  .blogs .blogs-wrapper .blogs-arrow-block {
    margin-bottom: clamp(24px, 5.565vw, 48px);
  }
}
.blogs .blogs-wrapper .blogs-arrow-block .slider-arrows {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 24px;
}
@media (max-width: 768px) {
  .blogs .blogs-wrapper .blogs-arrow-block .slider-arrows {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 490px) {
  .blogs .blogs-wrapper .blogs-arrow-block .slider-arrows {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 12px;
  }
}
.blogs .blogs-wrapper .blogs-arrow-block .slider-arrows .arrow-btn {
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 3.333vw, 90px);
  height: clamp(40px, 3.333vw, 90px);
  background: transparent;
  border-radius: 5px;
  border: 1px solid #282525;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .blogs .blogs-wrapper .blogs-arrow-block .slider-arrows .arrow-btn {
    width: clamp(32px, 4.688vw, 80px);
    height: clamp(32px, 4.688vw, 80px);
  }
}
@media (max-width: 490px) {
  .blogs .blogs-wrapper .blogs-arrow-block .slider-arrows .arrow-btn {
    width: 34px;
    height: 34px;
  }
}
.blogs .blogs-wrapper .blogs-arrow-block .slider-arrows .arrow-btn svg {
  width: clamp(20px, 1.667vw, 48px);
  height: clamp(20px, 1.667vw, 48px);
}
.blogs .blogs-wrapper .blogs-arrow-block .slider-arrows .arrow-btn svg path {
  transition: all 0.5s ease-in-out;
}
.blogs .blogs-wrapper .blogs-arrow-block .slider-arrows .arrow-btn:hover {
  background-color: #f73534;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ffffff;
}
.blogs
  .blogs-wrapper
  .blogs-arrow-block
  .slider-arrows
  .arrow-btn:hover
  svg
  path {
  stroke: #ffffff;
  transition: all 0.5s ease-in-out;
}
.blogs .blogs-wrapper .blogs-arrow-block .rotate-container {
  height: 14.844vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1499px) {
  .blogs .blogs-wrapper .blogs-arrow-block .rotate-container {
    height: clamp(220px, 16.411vw, 290px);
  }
}
@media (max-width: 490px) {
  .blogs .blogs-wrapper .blogs-arrow-block .rotate-container {
    height: 0;
    align-items: end;
    margin-top: -20px;
  }
}
.blogs .blogs-wrapper .blogs-arrow-block .rotate-container .cus-btn {
  transform: rotate(90deg);
  flex-shrink: 0;
  margin-left: 2.969vw;
}
@media (max-width: 1499px) {
  .blogs .blogs-wrapper .blogs-arrow-block .rotate-container .cus-btn {
    margin-left: clamp(32px, 2.668vw, 48px);
  }
}
@media (max-width: 1024px) {
  .blogs .blogs-wrapper .blogs-arrow-block .rotate-container .cus-btn {
    margin-left: clamp(8px, 1.172vw, 24px);
  }
}
@media (max-width: 768px) {
  .blogs .blogs-wrapper .blogs-arrow-block .rotate-container .cus-btn {
    margin-left: 0;
  }
}
@media (max-width: 490px) {
  .blogs .blogs-wrapper .blogs-arrow-block .rotate-container .cus-btn {
    transform: rotate(0deg);
  }
}

.date-label {
  background: #282525;
  padding: clamp(4px, 0.417vw, 24px) clamp(12px, 0.833vw, 32px);
}

.brands .brands-slider {
  margin: 0 -12px;
}
.brands .brands-slider .brand-block {
  margin: 0 12px;
}

footer {
  background: url("../media/backgrounds/footer-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding: clamp(32px, 2.5vw, 64px) clamp(24px, 1.667vw, 48px);
}
@media (max-width: 490px) {
  footer {
    padding: 16px 8px;
  }
}
@media (max-width: 1024px) {
  footer .company-detail br {
    display: none;
  }
}
@media (max-width: 820px) {
  footer .company-detail .footer-logo {
    width: 60%;
  }
}
footer .newsletter .newsletter-heading {
  display: flex;
  align-items: center;
  gap: 24px;
}
footer .newsletter .newsletter-heading .icon-box {
  display: grid;
  align-items: center;
  justify-content: center;
  background: #131110;
  width: clamp(70px, 3.854vw, 96px);
  height: clamp(70px, 3.854vw, 96px);
}
footer .newsletter .newsletter-heading h4 {
  line-height: 120%;
  /* 39.422px */
  letter-spacing: 1.643px;
}
@media (max-width: 575px) {
  footer .newsletter .newsletter-heading h4 {
    font-size: 16px;
  }
}
footer .newsletter form {
  position: relative;
}
footer .newsletter form button {
  position: absolute;
  top: 6px;
  right: 6px;
}
@media (max-width: 1399px) {
  footer .newsletter form button {
    top: 7px;
    right: 7px;
  }
}
@media (max-width: 1024px) {
  footer .newsletter form button {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 490px) {
  footer .newsletter form button {
    top: 6px;
    right: 6px;
  }
}
footer .company-contacts {
  display: flex;
  align-items: center;
}
@media (max-width: 972px) {
  footer .company-contacts {
    flex-wrap: wrap;
  }
}
footer .company-contacts .contact-block {
  width: 29.844vw;
  border: 1px solid #808080;
}
@media (max-width: 972px) {
  footer .company-contacts .contact-block {
    width: 50%;
  }
}
@media (max-width: 575px) {
  footer .company-contacts .contact-block {
    width: 100%;
  }
}
footer .company-contacts .contact-block.service {
  width: 22.188vw;
}
@media (max-width: 1024px) {
  footer .company-contacts .contact-block.service {
    width: clamp(240px, 25.781vw, 320px);
  }
}
@media (max-width: 972px) {
  footer .company-contacts .contact-block.service {
    width: 91.6%;
  }
}
@media (max-width: 575px) {
  footer .company-contacts .contact-block.service {
    width: 100%;
  }
}
footer .company-contacts .contact-block .contact-heading {
  padding: clamp(20px, 1.667vw, 48px);
  border-bottom: 1px solid #808080;
}
footer .company-contacts .contact-block ul {
  padding: clamp(20px, 1.667vw, 48px);
}
footer .company-contacts .contact-block ul li {
  color: #ffffff;
  font-size: clamp(14.5px, 1.042vw, 40px);
  line-height: 150%;
}
footer .company-contacts .contact-block ul li i {
  font-size: clamp(14.5px, 1.042vw, 40px);
}
footer .company-contacts .contact-block .links-block {
  display: flex;
  gap: clamp(40px, 3.333vw, 96px);
}
@media (max-width: 1024px) {
  footer .company-contacts .contact-block .links-block {
    gap: 0;
  }
}
footer .company-contacts .rotate-container {
  width: 7.604vw;
  height: 17.5vw;
}
@media (max-width: 1536px) {
  footer .company-contacts .rotate-container {
    height: 18.2vw;
  }
}
@media (max-width: 1499px) {
  footer .company-contacts .rotate-container {
    height: 18.25vw;
  }
}
@media (max-width: 1399px) {
  footer .company-contacts .rotate-container {
    height: 18.7vw;
  }
}
@media (max-width: 1024px) {
  footer .company-contacts .rotate-container {
    height: 23.438vw;
  }
}
@media (max-width: 972px) {
  footer .company-contacts .rotate-container {
    height: 28.438vw;
  }
}
@media (max-width: 820px) {
  footer .company-contacts .rotate-container {
    height: 100%;
  }
}
@media (max-width: 575px) {
  footer .company-contacts .rotate-container {
    height: auto;
    width: 100%;
  }
}
footer .company-contacts .rotate-container .contact-btn {
  background: #f73534;
  color: #ffffff;
  font-size: clamp(16.4px, 1.302vw, 50px);
  font-weight: 500;
  height: 17.5vw;
  display: grid;
  align-items: normal;
  justify-content: center;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
  position: relative;
}
@media (max-width: 1536px) {
  footer .company-contacts .rotate-container .contact-btn {
    height: 18.2vw;
  }
}
@media (max-width: 1499px) {
  footer .company-contacts .rotate-container .contact-btn {
    height: 18.25vw;
  }
}
@media (max-width: 1399px) {
  footer .company-contacts .rotate-container .contact-btn {
    height: 18.7vw;
  }
}
@media (max-width: 1024px) {
  footer .company-contacts .rotate-container .contact-btn {
    height: 23.438vw;
  }
}
@media (max-width: 972px) {
  footer .company-contacts .rotate-container .contact-btn {
    height: 28.438vw;
  }
}
@media (max-width: 820px) {
  footer .company-contacts .rotate-container .contact-btn {
    height: 29.4vw;
  }
}
@media (max-width: 768px) {
  footer .company-contacts .rotate-container .contact-btn {
    height: 31.21vw;
  }
}
@media (max-width: 575px) {
  footer .company-contacts .rotate-container .contact-btn {
    height: auto;
    padding: 16px 0;
  }
}
footer .company-contacts .rotate-container .contact-btn::before {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  background: #ffffff;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}
footer .company-contacts .rotate-container .contact-btn span {
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 218px;
}
@media (max-width: 575px) {
  footer .company-contacts .rotate-container .contact-btn span {
    width: auto;
    transform: none;
  }
}
footer .company-contacts .rotate-container .contact-btn:hover {
  color: #131110;
  transition: all 0.5s ease-in-out;
  border: 1px solid #131110;
}
footer .company-contacts .rotate-container .contact-btn:hover::before {
  width: 105%;
}
@media (max-width: 575px) {
  footer .bottom-text {
    line-height: 150%;
  }
}

.social-icons-block {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.25vw, 48px);
}
.social-icons-block li svg {
  width: clamp(20px, 1.458vw, 48px);
  height: clamp(20px, 1.458vw, 48px);
}
.social-icons-block li svg path {
  transition: all 0.5s ease-in-out;
}
.social-icons-block li:hover path {
  fill: #f73534;
  transition: all 0.5s ease-in-out;
}

.title-banner {
  background: url("../media/backgrounds/title-banner.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 6.042vw 0;
}
@media (max-width: 1024px) {
  .title-banner {
    padding-left: 3.906vw;
  }
}
@media (max-width: 490px) {
  .title-banner {
    background-position: 75%;
    padding-left: 4px;
  }
}
@media (max-width: 490px) {
  .title-banner h1 {
    font-size: clamp(29px, 6.78vw, 40px);
  }
}
@media (max-width: 575px) {
  .title-banner p {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .title-banner p br {
    display: none;
  }
}

.pricing .pricing-wrapper .pricing-card {
  background: #f5f7f9;
  border: 2px solid #bdbcbc;
  padding: clamp(20px, 1.667vw, 50px);
}
.pricing .pricing-wrapper .pricing-card .price-box {
  background: #ffffff;
  padding: clamp(16px, 1.25vw, 32px) clamp(8px, 0.833vw, 24px);
}
.pricing .pricing-wrapper .pricing-card .plan-box .plan-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sidebar {
  border: 2px solid #bdbcbc;
  background: #f5f7f9;
  padding: clamp(20px, 1.667vw, 48px);
}
.sidebar .filter-block .list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar .filter-block .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.sidebar .filter-block .sidebar-blog {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.833vw, 24px);
}
.sidebar .filter-block .sidebar-blog .image-box {
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
}
.sidebar .filter-block .sidebar-blog .image-box img {
  width: clamp(90px, 6.667vw, 160px);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.sidebar .filter-block .sidebar-blog .blog-heading {
  color: #282525;
  transition: all 0.5s ease-in-out;
}
.sidebar .filter-block .sidebar-blog:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.sidebar .filter-block .sidebar-blog:hover .blog-heading {
  transition: all 0.5s ease-in-out;
  color: #f73534;
}
.sidebar .filter-block .content-block .tags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(10px, 0.833vw, 24px);
}
.sidebar .filter-block .content-block .tags-list a {
  background: #ffffff;
  font-size: clamp(12px, 0.677vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 8px 12px;
  border: 1px solid #bdbcbc;
}

.blog-detail .blog-detail-wrapper {
  border: 2px solid #bdbcbc;
  background: #f5f7f9;
  padding: clamp(20px, 1.667vw, 48px);
}
.blog-detail .blog-detail-wrapper .quote {
  border-left: 4px solid #f73534;
}
.blog-detail .prev-block {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.25vw, 32px);
  padding: clamp(12px, 0.833vw, 24px);
  border: 2px solid #bdbcbc;
  background-color: #f5f7f9;
}
.blog-detail .prev-block .arrow-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #282525;
  width: clamp(36px, 3.333vw, 72px);
  height: clamp(36px, 3.333vw, 72px);
  border: 1px solid #282525;
  border-radius: 5px;
  float: left;
  transition: all 0.5s ease-in-out;
  font-size: clamp(16.4px, 1.302vw, 50px);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.5px;
}
@media (max-width: 991px) {
  .blog-detail .prev-block .arrow-box {
    font-size: clamp(20px, 2.619vw, 23px);
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .blog-detail .prev-block .arrow-box {
    font-size: clamp(19px, 3.047vw, 21px);
  }
}
@media (max-width: 575px) {
  .blog-detail .prev-block .arrow-box {
    font-size: clamp(18px, 4.634vw, 20px);
    font-weight: 500;
  }
}
.blog-detail .prev-block .arrow-box svg {
  width: clamp(20px, 2.667vw, 60px);
  height: clamp(20px, 2.667vw, 60px);
}
.blog-detail .prev-block .arrow-box svg path {
  stroke: #282525;
  transition: all 0.5s ease-in-out;
}
.blog-detail .prev-block .sidebar-blog {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.833vw, 24px);
}
.blog-detail .prev-block .sidebar-blog .image-box {
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
}
.blog-detail .prev-block .sidebar-blog .image-box img {
  width: clamp(70px, 5.625vw, 140px);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.blog-detail .prev-block .sidebar-blog .blog-heading {
  color: #282525;
  transition: all 0.5s ease-in-out;
}
.blog-detail .prev-block .sidebar-blog:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.blog-detail .prev-block .sidebar-blog:hover .blog-heading {
  transition: all 0.5s ease-in-out;
  color: #f73534;
}
.blog-detail .prev-block .box-1 {
  width: clamp(100px, 7.771vw, 220px);
}
@media (max-width: 1599px) {
  .blog-detail .prev-block .box-1 {
    width: 9vw;
  }
}
@media (max-width: 992px) {
  .blog-detail .prev-block .box-1 {
    width: 168px;
  }
}
@media (max-width: 820px) {
  .blog-detail .prev-block .box-1 {
    width: 84px;
  }
}
@media (max-width: 768px) {
  .blog-detail .prev-block .box-1 {
    width: 74px;
  }
}
@media (max-width: 490px) {
  .blog-detail .prev-block .box-1 {
    width: 168px;
  }
}
.blog-detail .prev-block:hover .arrow-box {
  background-color: #f73534;
  color: #ffffff;
  border: 1px solid #f73534;
}
.blog-detail .prev-block:hover .arrow-box svg path {
  stroke: #ffffff;
  transition: all 0.5s ease-in-out;
}

.error-sec {
  display: grid;
  align-items: center;
  justify-content: center;
  padding-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 1199px) {
  .error-sec {
    height: calc(100vh - 121px);
  }
}
.error-sec h1 {
  font-size: 38.281vw;
  color: #282525;
  line-height: 72%;
}
.error-sec .text-block {
  width: 29.167vw;
}
@media (max-width: 1024px) {
  .error-sec .text-block {
    width: 41.992vw;
  }
}
@media (max-width: 490px) {
  .error-sec .text-block {
    width: 70.143vw;
  }
}
.error-sec .text-block .content-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.667vw, 48px);
}
@media (max-width: 575px) {
  .error-sec .text-block .content-box p br {
    display: none;
  }
}

.coming-soon-page {
  height: 100vh;
  display: grid;
  align-items: center;
}
.coming-soon-page .coming-soon-cd {
  display: flex;
  align-items: center;
  justify-content: center;
}
.coming-soon-page .coming-soon-cd ul {
  display: flex;
  gap: clamp(12px, 0.833vw, 24px);
}
.coming-soon-page .coming-soon-cd ul li {
  width: 8.333vw;
  height: 8.333vw;
  border: 2px solid #bdbcbc;
  background: #f5f7f9;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .coming-soon-page .coming-soon-cd ul li {
    width: clamp(80px, 13.672vw, 180px);
    height: clamp(90px, 14.648vw, 190px);
  }
}
.coming-soon-page .coming-soon-cd ul li h2 {
  font-family: "DM Sans", sans-serif;
  color: #f73534;
  font-size: clamp(40px, 3.177vw, 122px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.22px;
}
@media (max-width: 991px) {
  .coming-soon-page .coming-soon-cd ul li h2 {
    font-size: clamp(38px, 5.119vw, 48px);
  }
}
@media (max-width: 767px) {
  .coming-soon-page .coming-soon-cd ul li h2 {
    font-size: clamp(35px, 6.094vw, 45px);
  }
}
@media (max-width: 575px) {
  .coming-soon-page .coming-soon-cd ul li h2 {
    font-size: clamp(32px, 8.78vw, 40px);
  }
}
.coming-soon-page .coming-soon-cd ul li h6 {
  font-family: "DM Sans", sans-serif;
  color: #282525;
  font-size: 0.9375vw;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 1399px) {
  .coming-soon-page .coming-soon-cd ul li h6 {
    font-size: 1.5vw;
  }
}
@media (max-width: 1024px) {
  .coming-soon-page .coming-soon-cd ul li h6 {
    font-size: 2.27vw;
  }
}
@media (max-width: 490px) {
  .coming-soon-page .coming-soon-cd ul li h6 {
    font-size: 3.27vw;
  }
}
@media (max-width: 992px) {
  .coming-soon-page .title-area img {
    width: 90%;
  }
}
@media (max-width: 499px) {
  .coming-soon-page .title-area img {
    width: 55%;
  }
}
@media (max-width: 390px) {
  .coming-soon-page .title-area img {
    width: 50%;
  }
}
.coming-soon-page .title-name {
  font-family: "DM Sans", sans-serif;
  font-size: 3.59375vw;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.0359375vw;
}
.coming-soon-page .newsletter .newsletter-heading {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.25vw, 40px);
}
.coming-soon-page .newsletter .newsletter-heading .icon-box {
  display: grid;
  align-items: center;
  justify-content: center;
  background: #131110;
  padding: clamp(8px, 0.833vw, 24px);
}
.coming-soon-page .newsletter .newsletter-heading h4 {
  line-height: 120%;
  letter-spacing: 1.643px;
}
@media (max-width: 575px) {
  .coming-soon-page .newsletter .newsletter-heading h4 {
    font-size: 16px;
  }
}
.coming-soon-page .newsletter form {
  position: relative;
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 1024px) {
  .coming-soon-page .newsletter form {
    width: 70%;
  }
}
@media (max-width: 490px) {
  .coming-soon-page .newsletter form {
    width: 100%;
    margin-top: 16px;
  }
}
.coming-soon-page .newsletter form button {
  position: absolute;
  top: 6px;
  right: 6px;
}
@media (max-width: 1024px) {
  .coming-soon-page .newsletter form button {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 490px) {
  .coming-soon-page .newsletter form button {
    top: 6px;
    right: 6px;
  }
}

/* other  */
.services-box-text {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limits the text to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
