@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a, button {
  transition: all 0.4s;
}

.container {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.padding-section-large {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .padding-section-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .padding-section-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.padding-section-small {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .padding-section-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .padding-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.max-width-768 {
  max-width: 768px;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-extrabold {
  font-weight: 900;
}

a {
  border-color: #000000;
  color: #000000;
  text-decoration: none;
}

.text-link-underline {
  text-decoration: underline;
}

input,
select,
textarea {
  font-family: "Arial";
  height: 52px !important;
  border-radius: 12px !important;
  border: 1px solid #CCCCCC !important;
  position: relative !important;
  z-index: 2 !important;
  background-color: transparent !important;
  padding: 12px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #121212 !important;
  box-shadow: none !important;
  outline: none !important;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: #121212 !important;
  opacity: 0 !important;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  /* Chrome/Opera/Safari */
  color: #121212 !important;
  opacity: 0 !important;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #121212 !important;
  opacity: 0 !important;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #121212 !important;
  opacity: 0 !important;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #121212 !important;
  opacity: 0 !important;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #121212 !important;
  opacity: 0 !important;
}

.text-color-white {
  color: #ffffff;
}

.relative {
  position: relative;
}

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

.sub-title {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #121212;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.sub-title::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background-color: #EE7044;
  border-radius: 4px;
}

.budge-wrap {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  left: auto;
  right: 16px;
  top: auto;
  bottom: 16px;
  z-index: 4;
}

.budge-item {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  gap: 10px;
  background: #FFFFFF;
  border-radius: 35px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #222222;
}

.slick-dots {
  width: 100%;
  background: transparent;
  height: 10px;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 12px;
  justify-content: center;
  margin-top: 40px;
}
.slick-dots li {
  width: 100%;
  max-width: 10px;
  height: 10px;
  border-radius: 3px;
  background-color: #DDDDDD;
  transition: all 0.5s;
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  background-color: #EE7044;
  max-width: 30px;
}

.slick-disabled {
  opacity: 0.3;
}

.slick-arrow {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0px 6px 23px rgba(0, 0, 0, 0.24);
  border-radius: 12px;
  border: 0;
  font-size: 0;
  position: absolute;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.43608 9.80881C1.40642 9.59329 1.47446 9.36685 1.64017 9.20102L7.74427 3.09264C8.02541 2.8113 8.48129 2.81104 8.76251 3.09207C9.04372 3.37308 9.04379 3.82897 8.76264 4.1103L3.8831 8.99327L18.4362 8.99326C18.8339 8.99327 19.1563 9.31564 19.1563 9.71329C19.1563 10.1109 18.8339 10.4333 18.4363 10.4333L3.89042 10.4333L8.76023 15.3063C9.04127 15.5874 9.041 16.0433 8.75969 16.3245C8.47839 16.6057 8.02249 16.6055 7.74146 16.3243L1.67933 10.2583C1.5492 10.1459 1.45981 9.98772 1.43608 9.80881Z' fill='%23121212'/%3E%3C/svg%3E%0A");
  z-index: 3;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.slick-arrow:hover {
  background-color: #153F77;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.43608 9.80881C1.40642 9.59329 1.47446 9.36685 1.64017 9.20102L7.74427 3.09264C8.02541 2.8113 8.48129 2.81104 8.76251 3.09207C9.04372 3.37308 9.04379 3.82897 8.76264 4.1103L3.8831 8.99327L18.4362 8.99326C18.8339 8.99327 19.1563 9.31564 19.1563 9.71329C19.1563 10.1109 18.8339 10.4333 18.4363 10.4333L3.89042 10.4333L8.76023 15.3063C9.04127 15.5874 9.041 16.0433 8.75969 16.3245C8.47839 16.6057 8.02249 16.6055 7.74146 16.3243L1.67933 10.2583C1.5492 10.1459 1.45981 9.98772 1.43608 9.80881Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

button.slick-next.slick-arrow {
  left: auto;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5639 10.1912C18.5936 10.4067 18.5255 10.6331 18.3598 10.799L12.2557 16.9074C11.9746 17.1887 11.5187 17.189 11.2375 16.9079C10.9563 16.6269 10.9562 16.171 11.2374 15.8897L16.1169 11.0067L1.56376 11.0067C1.16611 11.0067 0.843735 10.6844 0.843728 10.2867C0.843729 9.88905 1.16608 9.5667 1.56373 9.56671L16.1096 9.56669L11.2398 4.69375C10.9587 4.41258 10.959 3.95668 11.2403 3.67551C11.5216 3.39435 11.9775 3.39448 12.2585 3.67565L18.3207 9.74172C18.4508 9.85406 18.5402 10.0123 18.5639 10.1912Z' fill='%23121212'/%3E%3C/svg%3E%0A");
}

button.slick-next.slick-arrow:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5639 10.1912C18.5936 10.4067 18.5255 10.6331 18.3598 10.799L12.2557 16.9074C11.9746 17.1887 11.5187 17.189 11.2375 16.9079C10.9563 16.6269 10.9562 16.171 11.2374 15.8897L16.1169 11.0067L1.56376 11.0067C1.16611 11.0067 0.843735 10.6844 0.843728 10.2867C0.843729 9.88905 1.16608 9.5667 1.56373 9.56671L16.1096 9.56669L11.2398 4.69375C10.9587 4.41258 10.959 3.95668 11.2403 3.67551C11.5216 3.39435 11.9775 3.39448 12.2585 3.67565L18.3207 9.74172C18.4508 9.85406 18.5402 10.0123 18.5639 10.1912Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.gform_wrapper.gform-theme {
  --gf-form-gap-x: 40px !important;
  --gf-form-gap-y: 32px !important;
}
.gform_wrapper.gform-theme .gform_confirmation_message {
  border: 1px solid green;
  padding: 15px;
  border-radius: 12px;
}
.gform_wrapper.gform-theme .gform_validation_errors {
  display: none !important;
}
.gform_wrapper.gform-theme .gform_required_legend {
  display: none !important;
}
.gform_wrapper.gform-theme .gfield_required {
  display: none !important;
}
.gform_wrapper.gform-theme .gfield_validation_message {
  display: none !important;
}
.gform_wrapper.gform-theme .gfield_error input,
.gform_wrapper.gform-theme .gfield_error select,
.gform_wrapper.gform-theme .gfield_error textarea {
  border: 1px solid red !important;
}
.gform_wrapper.gform-theme .gfield {
  position: relative;
}
.gform_wrapper.gform-theme .gfield textarea.large {
  min-block-size: 52px;
}
.gform_wrapper.gform-theme .gfield .gfield_label {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #121212 !important;
  margin: 0 !important;
  background-color: #FFFFFF !important;
  padding: 0 6px !important;
  height: 22px !important;
  left: 12px !important;
  top: 14px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  transition: top 0.5s, font-size 0.5s !important;
}
.gform_wrapper.gform-theme .gfield.active .gfield_label {
  font-size: 12px !important;
  color: #999999 !important;
  top: -12px !important;
  transition: top 0.5s, font-size 0.5s !important;
  z-index: 5 !important;
}
.gform_wrapper.gform-theme .gfield.active input,
.gform_wrapper.gform-theme .gfield.active select,
.gform_wrapper.gform-theme .gfield.active textarea {
  position: relative !important;
  background-color: transparent !important;
}
.gform_wrapper.gform-theme .gfield.active input::-moz-placeholder, .gform_wrapper.gform-theme .gfield.active select::-moz-placeholder, .gform_wrapper.gform-theme .gfield.active textarea::-moz-placeholder {
  opacity: 1 !important;
}
.gform_wrapper.gform-theme .gfield.active input::placeholder,
.gform_wrapper.gform-theme .gfield.active select::placeholder,
.gform_wrapper.gform-theme .gfield.active textarea::placeholder {
  opacity: 1 !important;
}
.gform_wrapper.gform-theme .gfield.active input::-webkit-input-placeholder,
.gform_wrapper.gform-theme .gfield.active select::-webkit-input-placeholder,
.gform_wrapper.gform-theme .gfield.active textarea::-webkit-input-placeholder {
  opacity: 1 !important;
}
.gform_wrapper.gform-theme .gfield.active input::-moz-placeholder,
.gform_wrapper.gform-theme .gfield.active select::-moz-placeholder,
.gform_wrapper.gform-theme .gfield.active textarea::-moz-placeholder {
  opacity: 1 !important;
}
.gform_wrapper.gform-theme .gfield.active input:-ms-input-placeholder,
.gform_wrapper.gform-theme .gfield.active select:-ms-input-placeholder,
.gform_wrapper.gform-theme .gfield.active textarea:-ms-input-placeholder {
  opacity: 1 !important;
}
.gform_wrapper.gform-theme .gfield.active input:-moz-placeholder,
.gform_wrapper.gform-theme .gfield.active select:-moz-placeholder,
.gform_wrapper.gform-theme .gfield.active textarea:-moz-placeholder {
  opacity: 1 !important;
}
.gform_wrapper.gform-theme .gfield .ginput_container {
  position: relative;
  z-index: 3;
}
.gform_wrapper.gform-theme .gfield:has(input:not(:-moz-placeholder)) .gfield_label {
  font-size: 12px !important;
  color: #999999 !important;
  top: -12px !important;
  -moz-transition: top 0.5s, font-size 0.5s !important;
  transition: top 0.5s, font-size 0.5s !important;
  z-index: 5 !important;
}
.gform_wrapper.gform-theme .gfield:has(input:not(:placeholder-shown)) .gfield_label {
  font-size: 12px !important;
  color: #999999 !important;
  top: -12px !important;
  transition: top 0.5s, font-size 0.5s !important;
  z-index: 5 !important;
}
.gform_wrapper.gform-theme input[type=submit].gform_button.button {
  padding: 14px 16px !important;
  padding-right: 46px !important;
  background-color: #EE7044 !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  letter-spacing: -0.02em !important;
  color: #FFFFFF !important;
  border: 0 !important;
  background-image: url(/wp-content/uploads/2026/02/btn-attow-white.svg) !important;
  background-size: 22px !important;
  background-repeat: no-repeat !important;
  background-position: right 16px top 50% !important;
  transition: all 0.5s !important;
}
.gform_wrapper.gform-theme input[type=submit].gform_button.button:hover {
  background-color: #153F77 !important;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-BoldMT.woff2") format("woff2"), url("../fonts/Arial-BoldMT.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-BoldMT.woff2") format("woff2"), url("../fonts/Arial-BoldMT.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/ArialMT.woff2") format("woff2"), url("../fonts/ArialMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial Narrow";
  src: url("../fonts/ArialNarrow.woff2") format("woff2"), url("../fonts/ArialNarrow.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial CE";
  src: url("../fonts/ArialCE.woff2") format("woff2"), url("../fonts/ArialCE.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial CE";
  src: url("../fonts/Arial-BoldMT.woff2") format("woff2"), url("../fonts/Arial-BoldMT.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial Narrow";
  src: url("../fonts/ArialNarrow-Bold.woff2") format("woff2"), url("../fonts/ArialNarrow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-Lgt.woff2") format("woff2"), url("../fonts/Arial-Lgt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-Mdm.woff2") format("woff2"), url("../fonts/Arial-Mdm.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-Black.woff2") format("woff2"), url("../fonts/Arial-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial CE MT";
  src: url("../fonts/ArialCEMTBlack-Regular.woff2") format("woff2"), url("../fonts/ArialCEMTBlack-Regular.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
body {
  font-family: "Arial";
  font-weight: 400;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

p {
  font-family: "Arial";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #222222;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
}

h1 {
  font-family: "Arial";
  font-size: 64px;
  font-weight: 700;
  line-height: 76px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

h2 {
  font-family: "Arial";
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-family: "Arial";
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 26px;
    line-height: 36px;
  }
}

h4 {
  font-family: "Arial";
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  font-family: "Arial";
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-family: "Arial";
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

.site-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 11;
}
@media (max-width: 1199px) {
  .site-header .menu-toggle {
    display: block;
    font-size: 0;
    height: 40px;
    background: transparent;
    border: 0;
    cursor: pointer;
  }
}
.site-header .menu-toggle .menuicon {
  transition-duration: 0s;
  transition-delay: 0.2s;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  border-radius: 2px;
  margin: auto;
}
.site-header .menu-toggle .menuicon::before {
  margin-top: -8px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.site-header .menu-toggle .menuicon::after {
  margin-top: 8px;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}
.site-header .menu-toggle .menuicon::before, .site-header .menu-toggle .menuicon::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  display: block;
}
@media (max-width: 1199px) {
  .site-header .mobile-nav {
    background: #F6F6F6;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate3d(100%, 0, 0);
    z-index: 111;
    padding-top: 60px;
  }
}
.site-header .mobile-nav .header-contact-info {
  display: none;
}
@media (max-width: 1199px) {
  .site-header .mobile-nav .header-contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 15px;
    background: #282828;
  }
}
@media (max-width: 1199px) {
  .site-header .mobile-nav .header-contact-info .btn {
    display: inline-flex;
  }
}
@media (max-width: 1199px) {
  .site-header .toggled .mobile-nav {
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s;
  }
  .site-header .toggled .mobile-nav .menu-main-menu-container {
    padding: 0 15px 20px;
  }
  .site-header .toggled .menu-toggle {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1111;
  }
  .site-header .toggled .menuicon {
    position: relative;
    z-index: 99999;
    background-color: transparent;
  }
  .site-header .toggled .menuicon::before {
    background-color: #000000;
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .site-header .toggled .menuicon:after {
    background-color: #000000;
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
}

.header-nav {
  display: flex;
  gap: 20px;
  padding: 12px 40px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1480px) {
  .header-nav {
    padding: 12px 20px;
  }
}
.header-nav .main-navigation {
  display: flex;
  width: auto;
}
@media (min-width: 1661px) {
  .header-nav .main-navigation {
    justify-content: end;
    width: 42%;
  }
}
.header-nav .main-navigation .menu {
  justify-content: center;
}
.header-nav .main-navigation .menu .menu-item a {
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  font-weight: 700;
  border-radius: 8px;
  padding: 12px;
}
@media (max-width: 1480px) {
  .header-nav .main-navigation .menu .menu-item a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .header-nav .main-navigation .menu .menu-item a {
    color: #000000;
  }
}
.header-nav .main-navigation .menu .menu-item a:hover {
  background-color: #EE7044;
  color: #ffffff;
}
.header-nav .main-navigation .menu .menu-item.current-menu-item a {
  background-color: #EE7044;
  color: #ffffff;
}

.site-branding {
  display: flex;
  align-items: center;
}
@media (min-width: 1661px) {
  .site-branding {
    width: 14%;
  }
}
.site-branding .custom-logo-link {
  display: flex;
  max-width: 275px;
}
@media (max-width: 1480px) {
  .site-branding .custom-logo-link {
    max-width: 165px;
  }
}

.header-contact-info {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .header-contact-info {
    display: none;
  }
}
@media (min-width: 1661px) {
  .header-contact-info {
    width: 34%;
  }
}
.header-contact-info .top-right-btn {
  display: inline-flex;
  gap: 16px;
}
@media (max-width: 1480px) {
  .header-contact-info .top-right-btn .btn {
    font-size: 14px;
  }
}

.hot-line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.hot-line .icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #003896;
  border-radius: 8px;
}
.hot-line .telephone {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hot-line .telephone span {
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
}
.hot-line .telephone a {
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 4px;
}
@media (max-width: 1480px) {
  .hot-line .telephone a {
    letter-spacing: 0;
    font-size: 18px;
  }
}
.hot-line .telephone a:hover {
  color: #EE7044;
}

.site-info {
  background-image: url("../images/footer-bg.png");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-info:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(21, 63, 119, 0.94), rgba(21, 63, 119, 0.94));
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}

.footer-bottom-info {
  padding: 24px 0;
  text-align: center;
  background: #153F77;
}

.copyright {
  color: #ffffff;
  font-size: 14px;
  line-height: 140%;
}
.copyright p {
  color: #ffffff;
  font-size: 14px;
  line-height: 140%;
}

.footer-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-top: 80px;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .footer-wrapper {
    padding-top: 40px;
  }
}

.footer-logo {
  max-width: 261px;
}

.address-bar .address-col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.address-bar .address-col li a {
  background: #0A346C;
  border-radius: 12px;
  padding: 18px 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .address-bar .address-col li a {
    font-size: 16px;
  }
}
.address-bar .address-col li a:hover {
  background-color: #EE7044;
}

.footer-top {
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .footer-top {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer-top {
    padding-top: 40px;
  }
}

.footer-info-col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 991px) {
  .footer-info-col {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .footer-info-col {
    grid-template-columns: auto;
  }
}
.footer-info-col .info-col {
  padding-right: 54px;
  padding-left: 54px;
}
@media (max-width: 1199px) {
  .footer-info-col .info-col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .footer-info-col .info-col {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-info-col .info-col {
    padding-right: 0;
  }
}
.footer-info-col .info-col:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .footer-info-col .info-col:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px;
  }
}
.footer-info-col .info-col:first-child {
  padding-left: 0;
}
.footer-info-col .info-col:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .footer-info-col .info-col:nth-child(2) {
    border: 0;
  }
}
@media (max-width: 767px) {
  .footer-info-col .info-col:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.footer-title {
  color: #ffffff;
}
.footer-title:after {
  content: "";
  height: 3px;
  display: block;
  width: 62px;
  background: #EE7044;
  margin-top: 20px;
}

.footer-location {
  margin-bottom: 20px;
}
.footer-location p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #ffffff;
}

.social-link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  gap: 12px;
}
.social-link li a {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .social-link li a {
    width: 40px;
    height: 40px;
  }
}
.social-link li a:hover {
  background-color: #EE7044;
}

.footer-menu-link {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
  list-style: none;
}
.footer-menu-link li a {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  padding-left: 23px;
  display: inline-flex;
}
.footer-menu-link li a::before, .footer-menu-link li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
  transition: all 0.4s;
}
.footer-menu-link li a::before {
  transform: rotate(45deg);
}
.footer-menu-link li a::after {
  transform: rotate(-45deg);
}
.footer-menu-link li a:hover {
  padding-left: 28px;
  color: #EE7044;
}
.footer-menu-link li a:hover::before, .footer-menu-link li a:hover::after {
  background-color: #EE7044;
}

.bottom-to-top-btn {
  position: fixed;
  width: 46px;
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: 22px;
  background-image: url("../images/arrow.svg");
  top: auto;
  bottom: 40px;
  right: 40px;
  border-radius: 8px;
  background-color: #EE7044;
  z-index: 9999;
  border: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
}
.bottom-to-top-btn.visible {
  opacity: 1;
  visibility: visible;
  transition: all 1000ms;
}

.footer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .footer-box {
    justify-content: center;
    flex-direction: column;
  }
}

.youvia-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff;
  font-size: 14px;
}
.youvia-wrap p {
  font-size: 14px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .youvia-wrap {
    justify-content: flex-start;
    flex-flow: wrap;
  }
}
.youvia-wrap .youvia-logo {
  display: flex;
  align-items: center;
}
.youvia-wrap .youvia-logo a {
  display: inline-flex;
}
.youvia-wrap .youvia-logo img {
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn {
  padding: 14px 16px;
  border: 1px solid;
  color: #ffffff;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
}
.btn .btn-arrow {
  display: flex;
  overflow: hidden;
  width: 27px;
  height: 19px;
  position: relative;
  align-items: center;
}
.btn .btn-arrow::before {
  content: "";
  background-image: url("../images/right-arrow.svg");
  background-repeat: no-repeat;
  width: 19px;
  height: 12px;
  transition: all 0.4s;
  position: absolute;
}
.btn .btn-arrow::after {
  content: "";
  background-image: url("../images/right-arrow.svg");
  background-repeat: no-repeat;
  width: 19px;
  height: 12px;
  transition: all 0.4s;
  transform: translate(-19px);
  position: absolute;
}
.btn:hover .btn-arrow::after {
  background-image: url("../images/right-arrow.svg");
  transform: translate(0);
}
.btn:hover .btn-arrow::before {
  transform: translate(28px);
}
.btn.btn-primary {
  border-color: #EE7044;
  background-color: #EE7044;
}
.btn.btn-primary:hover {
  border-color: #153F77;
  background-color: #153F77;
  color: #ffffff;
}

.banner-wrapper {
  position: relative;
  height: 880px;
}
@media (max-width: 767px) {
  .banner-wrapper {
    height: 650px;
  }
}

.hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1480px) {
  .hero-content {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .hero-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.hero-content .banner-title {
  color: #ffffff;
  margin-bottom: 12px;
}
.hero-content p {
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 1023px) {
  .hero-content p {
    font-size: 18px;
  }
}

.hero-text {
  max-width: 1090px;
}
@media (max-width: 1480px) {
  .hero-text {
    max-width: 800px;
  }
}
@media (max-width: 1023px) {
  .hero-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .hero-text {
    max-width: 440px;
  }
}
@media (max-width: 767px) {
  .hero-text {
    max-width: 100%;
  }
}

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

.hero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, #153969 3.47%, rgba(21, 57, 105, 0.4) 19.32%, rgba(0, 0, 0, 0) 47.8%, rgba(0, 0, 0, 0.4) 69.85%, rgba(0, 0, 0, 0.9) 95.06%);
  z-index: 0;
  pointer-events: none;
}

.our-story {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 1199px) {
  .our-story {
    gap: 30px;
  }
}

.our-image-box {
  width: calc(40% - 30px);
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .our-image-box {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .our-image-box {
    width: 100%;
    border-radius: 20px;
  }
}
.our-image-box .bottom-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .our-image-box .bottom-icon {
    max-width: 120px;
  }
}
.our-image-box .bottom-icon img {
  display: block;
}
.our-image-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../images/shape.svg");
  width: 261px;
  height: 261px;
  z-index: 0;
}
@media (max-width: 991px) {
  .our-image-box::after {
    width: 152px;
    height: 152px;
    background-size: contain;
  }
}

.our-image {
  height: 100%;
}
.our-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}

.our-story-content {
  width: calc(60% - 30px);
}
@media (max-width: 1199px) {
  .our-story-content {
    width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .our-story-content {
    width: 100%;
  }
}
.our-story-content .story-content h2 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .our-story-content .story-content h2 {
    margin-bottom: 20px;
  }
}
.our-story-content .story-content .sub-content {
  font-size: 22px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 20px;
}
.our-story-content .story-content p {
  line-height: 160%;
}
.our-story-content .story-content .inner-title {
  font-size: 22px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 4px;
  display: block;
  color: #EE7044;
}
.our-story-content .counters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 74px;
}
@media (max-width: 991px) {
  .our-story-content .counters {
    margin-top: 35px;
  }
}
@media (max-width: 479px) {
  .our-story-content .counters {
    grid-template-columns: auto;
  }
}
.our-story-content .counters h3 {
  font-size: 72px;
  line-height: 58px;
  margin-bottom: 10px;
  color: #EE7044;
}
@media (max-width: 1199px) {
  .our-story-content .counters h3 {
    font-size: 52px;
  }
}
.our-story-content .counters p {
  font-size: 16px;
}

.brand-section {
  position: relative;
  border-top: 1px solid #E6E6E6;
}
.brand-section h2 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .brand-section h2 {
    margin-bottom: 30px;
  }
}
.brand-section .brand-wrap .brand-slider-row .brand-slider .slick-track:before, .brand-section .brand-wrap .brand-slider-row .brand-slider .slick-track:after {
  display: none !important;
}
.brand-section .brand-wrap .brand-slider-row .brand-slider .slick-track {
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand-section .brand-wrap .brand-slider-row .brand-slider .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-section .brand-wrap .brand-slider-row .brand-slider .img-box:hover img {
  filter: none;
}
.brand-section .brand-wrap .brand-slider-row .brand-slider .img-box img {
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  transform: all 0.6s;
}

.our-core-values {
  background: #F6F6F6;
}

.core-values-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
  gap: 30px;
}
@media (max-width: 991px) {
  .core-values-card {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .core-values-card {
    grid-template-columns: auto;
  }
}
.core-values-card .card {
  background: #153F77;
  border-radius: 24px;
  padding: 32px 20px;
  transition: all 0.4s;
}
.core-values-card .card:hover {
  background-color: #EE7044;
}
.core-values-card .card:hover .icon {
  background: #153F77;
}
.core-values-card .card:hover .icon img {
  filter: invert(88%) sepia(10%) saturate(10%) hue-rotate(162deg) brightness(143%) contrast(100%);
}
.core-values-card .card:hover .more-details {
  color: #153F77;
}
.core-values-card .card .icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.4s;
}
.core-values-card .card .icon img {
  max-width: 24px;
  max-height: 24px;
  transition: all 0.4s;
}
.core-values-card .card-details h4 {
  color: #ffffff;
}
.core-values-card .card-details p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 16px;
}
.core-values-card .card-details .more-details {
  font-size: 16px;
  line-height: 24px;
  color: #EE7044;
  font-weight: 500;
}
.core-values-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 66px;
  height: 100%;
}
@media (max-width: 991px) {
  .core-values-card .card-body {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .core-values-card .card-body {
    gap: 20px;
  }
}

.top-header .top-sub-title {
  color: #666666;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .top-header .top-sub-title {
    font-size: 18px;
  }
}

.content-top-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .content-top-grid {
    grid-template-columns: auto;
    margin-bottom: 30px;
  }
}

.btn-wrapper {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .btn-wrapper {
    margin-top: 30px;
  }
}

.our-projects .map {
  margin-top: 60px;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .our-projects .map {
    margin-top: 30px;
  }
}

.our-projects {
  position: relative;
}
.our-projects:before {
  content: "";
  position: absolute;
  background-image: url(../images/location-img.png);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
  left: -80px;
  top: -20px;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 991px) {
  .our-projects:before {
    left: 0;
    background-size: contain;
  }
}

.inner-hero-banner .banner-wrapper {
  height: 450px;
}

.inner-hero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 19.94%, rgba(0, 0, 0, 0) 48.4%, rgba(0, 0, 0, 0.3) 70%, #000000 100%);
  z-index: 0;
  pointer-events: none;
}

.history-section {
  background: #F6F6F6;
}

.history-section-header {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .history-section-header {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .history-section-header {
    margin-bottom: 30px;
  }
}

.history-section-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 991px) {
  .history-section-content {
    flex-direction: column;
  }
}

.history-section-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 74.33333%;
}
@media (max-width: 1023px) {
  .history-section-grid {
    width: 50%;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .history-section-grid {
    width: 100%;
  }
}

.history-section-image--left {
  width: calc(50% - 15px);
}
@media (max-width: 1023px) {
  .history-section-image--left {
    width: 100%;
  }
}
.history-section-image--left img {
  border-radius: 24px;
  aspect-ratio: 1/0.813;
  -o-object-fit: cover;
     object-fit: cover;
}

.history-section-text-block {
  width: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-content: space-between;
}
@media (max-width: 1023px) {
  .history-section-text-block {
    width: 100%;
  }
}

.history-section-image--right {
  width: calc(25.6666% - 30px);
}
@media (max-width: 1023px) {
  .history-section-image--right {
    width: calc(50% - 30px);
  }
}
@media (max-width: 991px) {
  .history-section-image--right {
    width: 100%;
  }
}
.history-section-image--right img {
  aspect-ratio: 1/1.6;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  -o-object-position: left;
     object-position: left;
}
@media (max-width: 991px) {
  .history-section-image--right img {
    aspect-ratio: 1;
  }
}

.history-section-subtitle {
  margin-bottom: 16px;
}

.our-story-title {
  font-weight: 900;
  font-size: 154px;
  line-height: 142px;
  letter-spacing: 0.09em;
  color: #222222;
  opacity: 0.03;
  white-space: nowrap;
  margin-left: -280px;
}
@media (max-width: 1199px) {
  .our-story-title {
    font-size: 114px;
    line-height: 122px;
    margin-left: -70px;
  }
}
@media (max-width: 991px) {
  .our-story-title {
    font-size: 74px;
    line-height: 80px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .our-story-title {
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0;
  }
}
@media (max-width: 479px) {
  .our-story-title {
    font-size: 38px;
    line-height: 44px;
  }
}

.team-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.team-image .image-wrapper img {
  display: block;
  aspect-ratio: 1/1.16;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-info {
  margin-top: 20px;
}
.team-info h4 {
  margin-bottom: 6px;
}

.social-info {
  display: flex;
  justify-content: center;
  gap: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.6s;
  transform: translate(0, 60px);
}
.social-info li a {
  width: 50px;
  height: 50px;
  background: #EE7044;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.our-team .team-list-slider:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .our-team .team-list-slider:not(.slick-initialized) {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1199px) {
  .our-team .team-list-slider:not(.slick-initialized) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .our-team .team-list-slider:not(.slick-initialized) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 567px) {
  .our-team .team-list-slider:not(.slick-initialized) {
    grid-template-columns: repeat(1, 1fr);
  }
}
.our-team .team-grid .slick-list {
  margin: 0 -15px;
}
.our-team .team-grid .slick-arrow {
  top: 190px;
}
@media (max-width: 767px) {
  .our-team .team-grid .slick-arrow {
    top: 150px;
  }
}
@media (max-width: 1530px) {
  .our-team .team-grid .slick-prev {
    left: -10px;
  }
}
@media (max-width: 1530px) {
  .our-team .team-grid .slick-next {
    right: -10px;
  }
}

.header-team-title {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .header-team-title {
    margin-bottom: 30px;
  }
}

.team-info-list:hover .social-info {
  transform: translate(0, -20px);
}

.content-section {
  background: #F6F6F6;
}

.content-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.top-content {
  max-width: 1200px;
  margin: auto;
}

.services-wrapper {
  display: flex;
  gap: 30px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .services-wrapper {
    flex-direction: column;
    margin-top: 40px;
  }
}

.services-tabs {
  width: 50%;
  padding-right: 62px;
}
@media (max-width: 1199px) {
  .services-tabs {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .services-tabs {
    width: 100%;
  }
}

.tab-btn {
  background: #F6F6F6;
  padding: 16px 55px 12px 16px;
  border-radius: 16px;
  margin-bottom: 6px;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  transition: 0.3s;
  gap: 12px;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}
.tab-btn.active {
  background: #EE7044;
  color: #ffffff;
}
.tab-btn.active .icon {
  background-color: #153F77;
}
.tab-btn.active:hover .title {
  padding-left: 0;
}
.tab-btn.active::after {
  background-image: url("../images/arrow-white.svg");
}
.tab-btn .icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #EE7044;
  transition: 0.3s;
}
.tab-btn .title {
  transition: 0.8s;
}
.tab-btn:hover .title {
  padding-left: 8px;
}
.tab-btn::after {
  content: "";
  background-image: url("../images/arrow-black.svg");
  width: 21px;
  height: 13px;
  position: absolute;
  right: 24px;
}

.services-content {
  width: 50%;
}
@media (max-width: 767px) {
  .services-content {
    width: 100%;
  }
}

.tab-content {
  display: none;
}
@media (max-width: 767px) {
  .tab-content {
    display: block;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
  }
}
.tab-content.active {
  display: block;
}
@media (max-width: 767px) {
  .tab-content.active .accordion-header {
    background: #EE7044;
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .tab-content.active .accordion-body {
    border: 1px solid #EE7044;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.tab-content.active .accordion-header {
  background: #EE7044;
  color: #ffffff;
}
.tab-content.active .accordion-header .icon {
  background-color: #153F77;
}
.tab-content.active .accordion-header:hover .title {
  padding-left: 0;
}
.tab-content.active .accordion-header::after {
  background-image: url("../images/arrow-white.svg");
}

.service-image {
  width: 100%;
  border-radius: 24px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service-image {
    border-radius: 14px;
  }
}
.service-image img {
  aspect-ratio: 2/0.91;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.accordion-header {
  display: none;
  position: relative;
}
@media (max-width: 767px) {
  .accordion-header {
    display: flex;
    align-items: center;
    padding: 12px 55px 12px 12px;
    background: #F6F6F6;
    cursor: pointer;
    font-weight: 600;
    gap: 12px;
  }
}
.accordion-header .icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #EE7044;
  transition: 0.3s;
}
.accordion-header::after {
  content: "";
  background-image: url("../images/arrow-black.svg");
  width: 21px;
  height: 13px;
  position: absolute;
  right: 24px;
}

@media (max-width: 767px) {
  .services-tabs {
    display: none;
  }
}

.service-desc {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .accordion-body {
    display: none;
    padding: 15px;
  }
}
.accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.accordion-body ul li {
  font-family: "Arial";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 767px) {
  .accordion-body ul li {
    font-size: 16px;
    line-height: 22px;
  }
}
.accordion-body ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  background-color: #EE7044;
  border-radius: 50%;
}

.blog-list-tabs {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.blog-list-tabs .blog-tabs-list {
  display: inline-flex;
  gap: 12px;
  background: #F6F6F6;
  padding: 8px;
  border-radius: 10px;
  overflow: auto;
}
.blog-list-tabs .blog-tabs-list li .tabs-btn {
  padding: 16px 22px;
  display: block;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  color: #666666;
  cursor: pointer;
  background: #ffffff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .blog-list-tabs .blog-tabs-list li .tabs-btn {
    padding: 6px 12px;
    font-size: 14px;
  }
}
.blog-list-tabs .blog-tabs-list li .tabs-btn.active {
  background-color: #EE7044;
  color: #ffffff;
}

.faq-accordion-section {
  margin-bottom: 10px;
}

.faq-accordion-header {
  background: #E6E6E6;
  padding: 20px 55px 20px 20px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  transition: 0.3s;
  gap: 12px;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}
.faq-accordion-header.active {
  background-color: #EE7044;
  color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq-accordion-header.active::before {
  background-color: #153F77;
}
.faq-accordion-header.active::after {
  transform: rotate(180deg);
}
.faq-accordion-header::before {
  content: "";
  background: #EE7044;
  position: absolute;
  right: 13px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.faq-accordion-header::after {
  content: "";
  background-image: url(../images/arrow-down.svg);
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}

.faq-accordion-content {
  display: none;
  padding: 15px;
  border: 1px solid #E6E6E6;
  border-radius: 0 0 12px 12px;
  margin-top: -1px;
}

.map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 500px;
}

.map-actions {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
  backdrop-filter: blur(1px);
  border-radius: 14px;
}
@media (max-width: 767px) {
  .map-actions {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
.map-actions ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1199px) {
  .map-actions ul {
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .map-actions ul {
    grid-template-columns: auto;
  }
}

.map-link {
  padding: 24px;
  border-radius: 14px;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all 0.6s;
  gap: 15px;
  background: #153F77;
}
@media (max-width: 1199px) {
  .map-link {
    padding: 14px;
  }
}
.map-link .arrow {
  background: #EE7044;
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.6s;
}
@media (max-width: 1199px) {
  .map-link .arrow {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
  }
}
.map-link .arrow .onhover {
  transform: translate(-42px, 0px);
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
}
.map-link .arrow .arrow-right {
  position: absolute;
}
.map-link .arrow img {
  transition: all 0.6s;
}
@media (max-width: 1199px) {
  .map-link .arrow img {
    width: 24px;
  }
}
.map-link:hover .onhover {
  transform: translate(0);
}
.map-link:hover .arrow-right {
  transform: translate(42px, 0px);
}
.map-link:hover:hover {
  background: #EE7044;
}
.map-link:hover .arrow {
  background-color: #153F77;
}

.text-with-link {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.text-with-link p {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .text-with-link p {
    font-size: 14px;
  }
}

.call-with-icons {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .call-with-icons {
    font-size: 18px;
    line-height: 22px;
  }
}
.call-with-icons .icon {
  min-width: 36px;
  width: 36px;
}
@media (max-width: 1199px) {
  .call-with-icons .icon {
    min-width: 26px;
    width: 26px;
  }
}

.quote-section {
  text-align: center;
}
.quote-section .quote-item {
  padding: 40px;
  transition: all 0.3s ease;
  background-color: #222222;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .quote-section .quote-item {
    padding: 25px;
  }
}
.quote-section .quote-item .quote-text {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
}
@media (max-width: 767px) {
  .quote-section .quote-item .quote-text {
    font-size: 80px;
    line-height: 82px;
  }
}
.quote-section .quote-item .quote-author {
  font-weight: 600;
  color: #EE7044;
  font-size: 16px;
}
.quote-section .quote {
  font-size: 100px;
  line-height: 102px;
  color: #EE7044;
}
.quote-section .quote.quote-btm {
  position: absolute;
  margin-left: 30px;
  bottom: -80px;
}
@media (max-width: 767px) {
  .quote-section .quote.quote-btm {
    margin-left: 20px;
    bottom: -60px;
  }
}

.youtube-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 12px;
}
.youtube-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-tag {
  overflow: hidden;
  max-width: 100%;
  border-radius: 12px;
}

.gallery-images {
  background-color: #F6F6F6;
}
.gallery-images .gallary-images-slider .image-slide {
  padding: 0 15px;
  border-radius: 20px;
  overflow: hidden;
}
.gallery-images .gallary-images-slider .image-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  height: 280px;
}

.default-section .images-wapper {
  border-radius: 24px;
  margin: 30px 0;
  overflow: hidden;
}
.default-section .images-wapper img {
  aspect-ratio: 2/0.91;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.default-section ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 30px 0;
  list-style: none;
}
.default-section ul li {
  font-family: "Arial";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 767px) {
  .default-section ul li {
    font-size: 16px;
    line-height: 22px;
  }
}
.default-section ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  background-color: #EE7044;
  border-radius: 50%;
}
.default-section ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 20px 0 20px 20px;
  list-style: decimal;
}
.default-section ol li {
  font-family: "Arial";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
}
@media (max-width: 767px) {
  .default-section ol li {
    font-size: 16px;
    line-height: 22px;
  }
}
.default-section p {
  margin-bottom: 30px;
}
.default-section p:last-child {
  margin-bottom: 0;
}
.default-section p a {
  font-weight: 500;
  text-decoration: underline;
}
.default-section p a:hover {
  color: #EE7044;
}
.default-section .faq-accordion {
  margin: 30px 0;
}
.default-section blockquote {
  font-size: 26px;
  margin: 20px auto;
  color: #222222;
  padding: 40px 40px 40px 65px;
  border-left: 8px solid #EE7044;
  line-height: 32px;
  background: #F6F6F6;
  position: relative;
}
@media (max-width: 767px) {
  .default-section blockquote {
    font-size: 18px;
    line-height: 26px;
  }
}
.default-section blockquote:before {
  content: "“";
  font-size: 100px;
  line-height: 62px;
  color: #EE7044;
  position: absolute;
  left: 20px;
  top: 30px;
}
.default-section blockquote .blockquote-footer {
  margin-top: 20px;
  color: #222222;
  color: #EE7044;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .default-section blockquote .blockquote-footer {
    font-size: 16px;
    line-height: 26px;
  }
}
.default-section blockquote .blockquote-footer:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #EE7044;
  display: inline-flex;
}/*# sourceMappingURL=styles.css.map */