/* ======================================================
*  ----------- General styles ---------------------------
* ======================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* ==========================
 ==== FONTS + TYPOGRAPHY ====
 ============================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-display: fallback;
  margin: 1rem 0;
}

p,
a,
span,
label,
div,
ul,
li,
ol,
input,
textarea,
button,
blockquote {
  font-family: "Barlow", sans-serif;
  font-display: fallback;
  font-size: 1.6rem;
  color: #000;
}

strong,
b {
  font-family: "Barlow", sans-serif;
  font-display: fallback;
}

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

a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.site {
  position: relative;
}

.post,
.page {
  margin: 0 0 0;
}

.btn {
  display: inline-block;
  padding: 23px 53px;
  border: 2px solid;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.16px;
  transition: all 0.3s ease-in-out;
}
.btn-red {
  border-color: #991b1e;
  background-color: #991b1e;
  color: #fff;
}
.btn-red:hover {
  background-color: #fff;
  color: #991b1e;
}

.sub-title {
  color: #cdd0d2;
  font-size: 20px;
  line-height: 134%;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 134%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.entry-content {
  margin-top: 0;
}

.scroll-150 {
  scroll-margin-top: 150px;
}

/* ==========================
 ==== Wrappers ====
 ============================ */
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 3rem;
  }
}

.wp-block-group {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .wp-block-group {
    padding: 0 3rem;
  }
}

/* ==========================
 ==== Gravity forms ====
 ============================ */
.page .gform_wrapper.gravity-theme input[type=color],
.page .gform_wrapper.gravity-theme input[type=date],
.page .gform_wrapper.gravity-theme input[type=datetime-local],
.page .gform_wrapper.gravity-theme input[type=datetime],
.page .gform_wrapper.gravity-theme input[type=email],
.page .gform_wrapper.gravity-theme input[type=month],
.page .gform_wrapper.gravity-theme input[type=number],
.page .gform_wrapper.gravity-theme input[type=password],
.page .gform_wrapper.gravity-theme input[type=search],
.page .gform_wrapper.gravity-theme input[type=tel],
.page .gform_wrapper.gravity-theme input[type=text],
.page .gform_wrapper.gravity-theme input[type=time],
.page .gform_wrapper.gravity-theme input[type=url],
.page .gform_wrapper.gravity-theme input[type=week],
.page .gform_wrapper.gravity-theme select,
.page .gform_wrapper.gravity-theme textarea,
.error404 .gform_wrapper.gravity-theme input[type=color],
.error404 .gform_wrapper.gravity-theme input[type=date],
.error404 .gform_wrapper.gravity-theme input[type=datetime-local],
.error404 .gform_wrapper.gravity-theme input[type=datetime],
.error404 .gform_wrapper.gravity-theme input[type=email],
.error404 .gform_wrapper.gravity-theme input[type=month],
.error404 .gform_wrapper.gravity-theme input[type=number],
.error404 .gform_wrapper.gravity-theme input[type=password],
.error404 .gform_wrapper.gravity-theme input[type=search],
.error404 .gform_wrapper.gravity-theme input[type=tel],
.error404 .gform_wrapper.gravity-theme input[type=text],
.error404 .gform_wrapper.gravity-theme input[type=time],
.error404 .gform_wrapper.gravity-theme input[type=url],
.error404 .gform_wrapper.gravity-theme input[type=week],
.error404 .gform_wrapper.gravity-theme select,
.error404 .gform_wrapper.gravity-theme textarea {
  border-radius: 0px;
  border: 1px solid #fff;
  padding: 19px 20px;
  background-color: transparent;
  color: #fff;
}
.page .gform_wrapper.gravity-theme input::placeholder,
.page .gform_wrapper.gravity-theme select option::placeholder,
.page .gform_wrapper.gravity-theme textarea::placeholder,
.error404 .gform_wrapper.gravity-theme input::placeholder,
.error404 .gform_wrapper.gravity-theme select option::placeholder,
.error404 .gform_wrapper.gravity-theme textarea::placeholder {
  color: #cdd0d2;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 134%;
  letter-spacing: 1px;
}
.page .gform_wrapper.gravity-theme .field_description_above .description,
.page .gform_wrapper.gravity-theme .field_description_above .gfield_description,
.page .gform_wrapper.gravity-theme .field_description_above .gsection_description,
.page .gform_wrapper.gravity-theme .field_description_above .instruction,
.error404 .gform_wrapper.gravity-theme .field_description_above .description,
.error404 .gform_wrapper.gravity-theme .field_description_above .gfield_description,
.error404 .gform_wrapper.gravity-theme .field_description_above .gsection_description,
.error404 .gform_wrapper.gravity-theme .field_description_above .instruction {
  padding-bottom: 5px;
}
.page h2.gform_title,
.error404 h2.gform_title {
  margin-bottom: 0;
}
.page .gform_heading .gform_description,
.error404 .gform_heading .gform_description {
  display: none;
}
.page .gfield_description,
.error404 .gfield_description {
  font-size: 13px !important;
}
.page .gform_footer.top_label,
.error404 .gform_footer.top_label {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 560px) {
  .page .gform_footer.top_label,
  .error404 .gform_footer.top_label {
    position: relative;
  }
}
.page #gform_1,
.error404 #gform_1 {
  position: relative;
}
.page input.gform_button,
.error404 input.gform_button {
  display: inline-block;
  padding: 23px 53px;
  border: 2px solid;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.16px;
  transition: all 0.3s ease-in-out;
  border-color: #991b1e;
  background-color: #991b1e;
  color: #fff;
  cursor: pointer;
}
.page input.gform_button:hover,
.error404 input.gform_button:hover {
  background-color: #fff;
  color: #991b1e;
}
@media (max-width: 560px) {
  .page input.gform_button,
  .error404 input.gform_button {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .page #field_1_7 .gfield_description,
  .error404 #field_1_7 .gfield_description {
    display: none;
  }
}

/* ==========================
 ==== Swiper ====
 ============================ */
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.move {
  position: relative;
  min-height: 70px;
}
.move .swiper-button-prev {
  background-repeat: no-repeat;
  right: 13px;
  bottom: 0px;
  top: auto;
  left: auto;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAjCAYAAABPTYA6AAAACXBIWXMAAAsTAAALEwEAmpwYAAABmUlEQVR4AZWVi23CQAyGL0clBAgpbAAb0A3CBmWDMgF0gpYJoBOUEdgANqAbQCcgEnlIkZL0txTSi3MPainCsfLbX4zjE+JBS5JkiWtD/tMjgiiKXsuy3FbiH88lwMM+HjzBHVehULpEaZq+KwIy33MIgqIoDiy8s4riOD6rVTzPu+CaSYuAYwlUXfd6vYtnwBrjgTPHGgwGC3K0LefvUWGt7/fyP1h1EhcWKuz7/f5cjUkbFiyE6I3F/kQ0WxwL09DAauARVp7nJ2T1FawLsCZCY7LC2qiCSjQTBpM0wfh9YXEtVp1QNyomLBXPZ7G9cBiJjmoAHVvRdFtFWZbRPIVqkBpjFY1Go5D+Dxaf4l0/TKJ6jNDFA5oQNDJKOdF1sZ6ITqfTwgTBl9Dh3R3KyDFxH2C8VsKEZ8EMgfmsYra+Jw2mzzFbIsqIln/aMI3bCC2nBTnVYRq3EbIvWKjGtO692+22RfYlC8+touv16ne73RMqjJXwt/MAQLUA1Rq7w3kADIfDI+vmzllJxSTftgZaRsuHziryfwHx2eB0m60wZwAAAABJRU5ErkJggg==") !important;
}
.move .swiper-button-next {
  background-repeat: no-repeat;
  right: -10px;
  bottom: 0px;
  top: auto;
  left: auto;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAjCAYAAACkejs5AAAACXBIWXMAAAsTAAALEwEAmpwYAAABh0lEQVR4AZWV/W2DMBDFbUdKFP6CDcgGyQawQVfIBnSCKhO0GzQjdINkg4wAG4DElwQC+i4C5Dh82Cchm4PH/Xx+AGOIsiy9PM8fNDLd6LrOhijE0dEYx7GtoxO4+QOj25+7u93uS0uIw1YIAh1kUdf1FWMiJ9u2/V4VOo6ToMpFyR+LogiWhHyYZFl245x70rVECHHa7/fRZMVhstlszgqyDZJfNoc6TOjJKjLOvTlkribICBiOUiqpqupAvZisOAQ6+qmk7O12u9rlZ6Rp+tM7aTzUveVTQrIdHPTAGl0pHQH5NCCLKSFdbJrmrKS17Uh7e51DFktC2JG2YtKOnK1XDeCol67CUb5YE8JRf2oO63dXhUC7KakED7svCtEM6qIr58iWZM/ZNaJ7LqqFcg5rvVuW5dNcGCCScNxboYuIuMjvJtdEjIB4kHNCE9FXc8IU8Q1VF/Gtoi7ii9AEcXyoKeJYEYYNTBBlVNsEcQx8mLzh7cY3NGQm0X8iYlovMw36wZrc/w8zNxAsd3qJ+QAAAABJRU5ErkJggg==") !important;
}

.site-footer {
  position: relative;
  background-color: #333033;
  padding-top: 450px;
  margin-top: -300px;
}
@media (max-width: 560px) {
  .site-footer {
    padding-top: 350px;
  }
}
.site-footer::before {
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 100%;
  height: 336px;
  position: absolute;
  background-color: #fff;
  top: -1px;
}
@media (max-width: 768px) {
  .site-footer::before {
    height: 130px;
  }
}
.site-footer #contactus {
  scroll-margin-top: 150px;
}
.site-footer .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.site-footer .container .col-1 {
  position: relative;
}
.site-footer .container .col-1 .contact-form .gform_title {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 134%;
  letter-spacing: 2px;
  margin-bottom: 42px;
}
.site-footer .container .col-2 {
  padding-left: 124px;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .site-footer .container .col-2 {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .site-footer .container .col-2 {
    padding-left: 30px;
    padding-top: 150px;
  }
}
@media (max-width: 560px) {
  .site-footer .container .col-2 {
    padding-left: 0;
    padding-top: 0;
  }
}
.site-footer .container .col-2 .dets :is(h1, h2, h3, p, a) {
  color: #d9d9d9;
}
.site-footer .container .col-2 .dets h2,
.site-footer .container .col-2 .dets h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 134%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .site-footer .container .col-2 .dets h2,
  .site-footer .container .col-2 .dets h3 {
    font-size: 20px;
  }
}
.site-footer .container .col-2 .dets p,
.site-footer .container .col-2 .dets a {
  font-size: 24px;
  font-weight: 400;
  line-height: 24.5px;
  letter-spacing: 1.2px;
}
@media (max-width: 768px) {
  .site-footer .container .col-2 .dets p,
  .site-footer .container .col-2 .dets a {
    font-size: 20px;
  }
}
.site-footer .container .col-2 .dets a:hover {
  color: #991b1e;
}
.site-footer .site-company {
  margin-top: 95px;
  padding: 28px 20px 36px;
  border-top: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.5px;
  letter-spacing: 0.8px;
}
.site-footer .site-company a {
  color: #fff;
}
.site-footer .site-company a:hover {
  color: #991b1e;
}

.home .static-logo {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .site-header .wrapper {
    padding: 0 0;
  }
}
.site-header.scrolled {
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.site-header.scrolled .main-navigation ul li a {
  color: #000;
}
.site-header .container {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .site-header .container {
    justify-content: center;
    padding: 0 3rem;
  }
}
.site-header .site-branding {
  position: relative;
}
.site-header .site-branding .logo {
  max-width: 300px;
  max-height: 93px;
  transition: all 0.3s ease-in-out;
}
.site-header .site-branding .logo.static-logo {
  display: block;
}
.site-header .site-branding .logo.static-logo.hide-logo {
  display: none;
}
.site-header .site-branding .logo.scroll-logo {
  display: none;
}
.site-header .site-branding .logo.scroll-logo.show-logo {
  display: block;
}
@media (max-width: 768px) {
  .site-header .site-branding .logo img {
    height: 100px;
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  .site-header .main-navigation {
    display: none;
  }
  .site-header .main-navigation.active-nav {
    display: flex;
    position: absolute;
    top: 100px;
    background: #fff;
    padding: 30px 20px;
    left: 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 768px) {
  .site-header .main-navigation .menu-menu-1-container {
    width: 100%;
  }
}
.site-header .main-navigation ul {
  justify-content: flex-end;
  column-gap: 22px;
}
@media (max-width: 1024px) {
  .site-header .main-navigation ul {
    column-gap: 15px;
  }
}
@media (max-width: 768px) {
  .site-header .main-navigation ul {
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .site-header .main-navigation ul li {
    padding-bottom: 20px;
  }
}
.site-header .main-navigation ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.44px;
  transition: all 0.3s ease-in-out;
}
.site-header .main-navigation ul li a:hover {
  color: #991b1e;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .site-header .main-navigation ul li a {
    font-size: 14px;
    color: #000;
  }
}
.site-header .hamburger {
  display: none;
}
@media (max-width: 768px) {
  .site-header .hamburger {
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  .site-header .hamburger i {
    color: #991b1e;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
  }
}

.error-404 {
  min-height: 50vh;
  padding-top: 200px;
  background-color: #333033;
}
.error-404 h1 {
  color: #fff;
  margin-bottom: 20px;
}

.error404 footer {
  margin-top: 0;
  padding-top: 0;
}
.error404 footer::before {
  display: none;
}

#page-banner.hero-img {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#page-banner.hero-img::before {
  content: "";
  position: absolute;
  background-color: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  inset: 0;
}
#page-banner .banner {
  display: grid;
  place-items: center;
  position: relative;
  min-height: 100vh;
}
@media (max-width: 768px) {
  #page-banner .banner {
    min-height: 85vh;
  }
}
#page-banner .banner-content {
  position: relative;
  z-index: 2;
}
#page-banner .banner-content h1 {
  color: #fff;
  font-size: 70px;
}
#page-banner .banner-cta {
  position: absolute;
  z-index: 2;
  bottom: -30px;
  right: 0;
}
@media (max-width: 768px) {
  #page-banner .banner-cta {
    width: 100%;
  }
}
#page-banner .banner-cta a {
  padding: 39px 139px 40px 100px;
}
@media (max-width: 768px) {
  #page-banner .banner-cta a {
    padding: 40px 40px 40px 40px;
    text-align: center;
    width: 100%;
  }
}

.content-area {
  position: relative;
}
.content-area .content {
  position: relative;
}
.content-area .content.one-col {
  text-align: center;
  padding-top: 55px;
  width: 831px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .content-area .content.one-col {
    width: 100%;
  }
}
.content-area .content.two-col {
  padding-top: 80px;
  display: flex;
  column-gap: 73px;
}
@media (max-width: 768px) {
  .content-area .content.two-col {
    flex-direction: column;
  }
}
.content-area .content.two-col .col-1,
.content-area .content.two-col .col-2 {
  width: 50%;
}
@media (max-width: 768px) {
  .content-area .content.two-col .col-1,
  .content-area .content.two-col .col-2 {
    width: 100%;
  }
}
.content-area .content.two-col .col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-area .content.two-col .col-1 .col-1-content h3,
.content-area .content.two-col .col-1 .col-1-content h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 134%;
  letter-spacing: 1.3px;
}
@media (max-width: 768px) {
  .content-area .content.two-col .col-1 .col-1-btn {
    display: none;
  }
}
.content-area .content.two-col .col-2 .col-2-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .content-area .content.two-col .col-2 .col-2-content p:first-child {
    margin-top: 0;
  }
}
.content-area .content.two-col .col-2 .col-1-btn {
  display: none;
}
@media (max-width: 768px) {
  .content-area .content.two-col .col-2 .col-1-btn {
    display: block;
    padding-top: 30px;
  }
}

.featured-images {
  position: relative;
  padding-top: 80px;
  padding-bottom: 125px;
}
@media (max-width: 768px) {
  .featured-images {
    padding-bottom: 0px;
  }
}
.featured-images .featured {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 15px;
}
@media (max-width: 768px) {
  .featured-images .featured {
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }
}
.featured-images .featured img {
  max-height: 420px;
}
@media (max-width: 1024px) {
  .featured-images .featured img {
    width: 33.3%;
  }
}
@media (max-width: 768px) {
  .featured-images .featured img {
    width: 100%;
  }
}
.featured-images .featured img:nth-child(2) {
  transform: translateY(134px);
}
@media (max-width: 768px) {
  .featured-images .featured img:nth-child(2) {
    transform: translateY(0px);
  }
}

.content-image {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .content-image {
    overflow: hidden;
  }
}
.content-image .container {
  display: flex;
  align-items: center;
  column-gap: 0px;
}
@media (max-width: 768px) {
  .content-image .container {
    flex-direction: column;
  }
}
.content-image .container .col-1,
.content-image .container .col-2 {
  width: 50%;
}
@media (max-width: 768px) {
  .content-image .container .col-1,
  .content-image .container .col-2 {
    width: 100%;
  }
}
.content-image .container .col-1 {
  padding-right: 30px;
}
.content-image .container .col-1 .list {
  padding-left: 30px;
  margin-left: 20px;
  border-left: 2px solid #000;
}
.content-image .container .col-1 .list .item {
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 16px;
  line-height: 24.5px;
  letter-spacing: 0.8px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
}
.content-image .container .col-1 .list .item::before {
  content: "";
  position: absolute;
  left: -39px;
  height: 17px;
  width: 17px;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 17px;
}
.content-image .container .col-2 {
  position: relative;
}
.content-image .container .col-2 img {
  max-height: 697px;
}
@media (max-width: 768px) {
  .content-image .container .col-2 img {
    max-height: 460px;
    object-fit: contain;
    width: 100%;
  }
}

.icons-content {
  position: relative;
  padding-top: 80px;
}
.icons-content .container {
  text-align: center;
}
.icons-content .container .mw {
  margin: 0 auto;
  max-width: 700px;
}
.icons-content .container .icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  column-gap: 20px;
  row-gap: 60px;
  padding-top: 76px;
}
@media (max-width: 560px) {
  .icons-content .container .icons {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    row-gap: 20px;
  }
}
.icons-content .container .icons .single-icon {
  padding: 0 35px;
}
@media (max-width: 560px) {
  .icons-content .container .icons .single-icon {
    padding: 0 0;
  }
}
.icons-content .container .icons .single-icon .icon {
  background: #991b1e;
  border-radius: 50%;
  width: 136px;
  height: 136px;
  display: grid;
  place-items: center;
  margin: 0 auto;
}
.icons-content .container .icons .single-icon .icon-txt {
  padding-top: 41px;
}
@media (max-width: 560px) {
  .icons-content .container .icons .single-icon .icon-txt {
    padding-top: 21px;
  }
}
.icons-content .container .icons .single-icon .icon-txt h3 {
  color: #991b1e;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 134%;
  letter-spacing: 1px;
}
@media (max-width: 560px) {
  .icons-content .container .icons .single-icon .icon-txt h3 {
    font-size: 18px;
  }
}
.icons-content .container .icons .single-icon .icon-txt p {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
}

.gallery-slider {
  position: relative;
  padding-top: 60px;
}
.gallery-slider .container {
  text-align: center;
}
.gallery-slider .main-title {
  padding-bottom: 51px;
}
.gallery-slider .single-img {
  position: relative;
}
.gallery-slider .single-img img {
  object-fit: cover;
  width: 100%;
  height: 415px;
}
.gallery-slider .single-img .image-label {
  position: absolute;
  top: -40px;
  right: 0;
  background-color: #991b1e;
  color: #fff;
  padding: 7px 16px;
  font-size: 13px;
  letter-spacing: 1.17px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.gallery-slider .single-img:hover .image-label {
  top: 0;
}

.services-slider {
  position: relative;
  padding-top: 80px;
}
.services-slider .container {
  text-align: center;
}
.services-slider .container .main-title {
  margin-bottom: 42px;
}
.services-slider .container .swiper-wrapper {
  min-height: 330px;
  align-items: center;
}
.services-slider .container .swiper-slide-active .single-service {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 291px;
  padding: 40px 33px;
  transform: scale(1);
}
.services-slider .container .swiper-slide-active .single-service .progress-bar {
  width: var(--progress);
  background-color: #991b1e;
}
.services-slider .container .swiper-slide-active .single-service h3 {
  margin-top: 46px;
}
.services-slider .container .single-service {
  position: relative;
  background-color: #f5f5f5;
  padding: 36px 33px;
  min-height: 195px;
  transform: scale(0.95);
  transition: all 0.3s ease-in-out;
}
.services-slider .container .single-service .service-content {
  text-align: left;
}
.services-slider .container .single-service .service-content h3 {
  margin-top: 27px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 134%;
  letter-spacing: 1.2px;
}
.services-slider .container .single-service .service-content .content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24.5px;
  letter-spacing: 0.8px;
}
.services-slider .container .single-service .service-content .content p {
  margin-top: 0;
  margin-bottom: 0;
}
.services-slider .container .autoplay-progress {
  position: absolute;
  left: 0px;
  margin: 0 auto;
  right: 0;
  top: 40px;
  z-index: 10;
  width: 90%;
  height: 3px;
  background-color: #d9d9d9;
  overflow: hidden;
}
.services-slider .container .autoplay-progress .progress-bar {
  height: 100%;
  transition: width 0.3s;
}
.services-slider .move .swiper-button-prev {
  filter: brightness(0);
}
.services-slider .move .swiper-button-next {
  filter: brightness(0);
}

.timeline {
  background-color: #991b1e;
  position: relative;
  padding-top: 400px;
  margin-top: -350px;
  padding-bottom: 10px;
  margin-bottom: 180px;
}
@media (max-width: 768px) {
  .timeline {
    padding-top: 200px;
    margin-top: -150px;
    margin-bottom: 70px;
  }
}
.timeline::before {
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 100%;
  height: 336px;
  position: absolute;
  background-color: #fff;
  top: -1px;
}
@media (max-width: 768px) {
  .timeline::before {
    height: 130px;
  }
}
.timeline::after {
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 100%;
  height: 336px;
  position: absolute;
  background-color: #991b1e;
  bottom: -335px;
}
@media (max-width: 768px) {
  .timeline::after {
    height: 130px;
  }
}
@media (max-width: 768px) {
  .timeline::after {
    bottom: -129px;
  }
}
.timeline .container .titles {
  text-align: center;
}
.timeline .container .titles h2 {
  color: #fff;
}
.timeline .container .titles h3 {
  color: #cdd0d2;
}
.timeline .container .end-content {
  text-align: center;
  max-width: 390px;
  margin: 0 auto;
}
.timeline .container .end-content p {
  color: #cdd0d2;
  font-size: 20px;
  font-weight: 700;
  line-height: 134%;
  letter-spacing: 1px;
}

.milestones {
  width: 8px;
  margin: 120px auto 150px;
  position: relative;
}
@media (max-width: 768px) {
  .milestones {
    width: 100%;
    margin: 50px auto;
  }
}

.milestone-trail {
  position: absolute;
  top: 0;
  left: 12px;
  width: 1px;
  height: 0;
  background-color: #fff;
}

.single-milestone {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  position: relative;
  left: -8px;
  margin-bottom: 100px;
}

.single-milestone::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s;
  -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s;
  -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s;
}

.single-milestone[inview="1"]::after {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.single-milestone-container {
  position: absolute;
  top: 0;
  width: 45vw;
  max-width: 450px;
}

.single-milestone:nth-child(2n+1) .single-milestone-container {
  left: 0;
}

.single-milestone:nth-child(2n+2) .single-milestone-container {
  right: 0;
}

.milestone-line {
  width: 0;
  height: 1px;
  position: absolute;
  background-color: #fff;
  top: 12px;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.single-milestone[inview="1"] .milestone-line {
  width: calc(50% - 20px);
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s;
  -ms-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s;
}

.single-milestone:nth-child(2n+1) .milestone-line {
  left: 8px;
}

.single-milestone:nth-child(2n+2) .milestone-line {
  right: 8px;
}

.milestone-content {
  width: 280px;
  position: absolute;
  top: -40px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.milestone-content .content {
  font-size: 20px;
  font-weight: 700;
  line-height: 134%;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .milestone-content .content {
    margin-bottom: 5px;
  }
}
.milestone-content .has-extra :is(p, li) {
  font-size: 16px;
  font-weight: 400;
  line-height: 24.5px;
  letter-spacing: 0.8px;
  color: #fff;
  text-align: left;
}
.milestone-content .has-extra ul {
  margin: 0;
}

.single-milestone[inview="1"] .milestone-content {
  max-height: 250px;
  -webkit-transition: all 0.5s ease-in 0.7s;
  -ms-transition: all 0.5s ease-in 0.7s;
  -o-transition: all 0.5s ease-in 0.7s;
  transition: all 0.5s ease-in 0.7s;
}

.single-milestone:nth-child(2n+1) .milestone-content {
  left: 50%;
}

.single-milestone:nth-child(2n+2) .milestone-content {
  right: 50%;
}

.milestone-content h3 {
  font-size: 115px;
  margin: 0;
  line-height: 100px;
  font-weight: 800;
}

.milestone-content ul {
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}

.milestone-content ul li {
  line-height: 1.2em;
}

@media (max-width: 1024px) {
  .single-milestone[inview="1"] .milestone-line {
    width: calc(40% - 20px);
  }
  .single-milestone:nth-child(2n+1) .milestone-content {
    left: 40%;
  }
  .single-milestone:nth-child(2n+2) .milestone-content {
    right: 40%;
  }
  .milestones {
    width: 100%;
    margin: 60px 0 0;
  }
  .single-milestone {
    width: 100%;
    height: auto;
    border-radius: 0;
    position: static;
    margin-bottom: 20px;
  }
  .milestone-line,
  .milestone-trail,
  .single-milestone::after {
    display: none;
  }
  .single-milestone-container {
    position: static;
    width: 100%;
  }
  .milestone-content {
    position: static;
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
