@import url(./vendor/bootstrap.min.css);
@import url(./vendor/normalize.css);
@import url(./vendor/slick.css);
@import url(./vendor/leaflet.css);
/* connect fonts */
@import url(./fonts/fontawesome/faces.min.css);
@import url(./fonts/montserrat/faces.css);
/* root styles start */
html,
body {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #282828;
  scroll-behavior: smooth;
  position: absolute;
  width: 100%;
  height: 100%;
}

.container {
  --bs-gutter-x: 30px;
}
@media (max-width: 1320px) {
  .container {
    max-width: 100%;
    padding-left: 89px;
    padding-right: 89px;
  }
}
@media (max-width: 820px) {
  .container {
    padding-left: calc(var(--bs-gutter-x)/2);
    padding-right: calc(var(--bs-gutter-x)/2);
  }
}
@media (max-width: 575.98px) {
  .container {
    --bs-gutter-x: 56px;
  }
}

.row {
  --bs-gutter-x: 30px;
}
@media (max-width: 575.98px) {
  .row {
    --bs-gutter-x: 56px;
  }
}
.row > * {
  --bs-gutter-x: 30px;
}
@media (max-width: 575.98px) {
  .row > * {
    --bs-gutter-x: 56px;
  }
}

.radiused {
  border-top-left-radius: 28px;
  border-bottom-right-radius: 28px;
}
@media (max-width: 991.98px) {
  .radiused {
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
  }
}

.lineared-block {
  position: relative;
  overflow: hidden;
}

.block-header {
  margin-bottom: 52px;
}
.block-header h2 {
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  color: #001621;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .block-header h2 {
    font-size: 65px;
    line-height: 65px;
  }
}
@media (max-width: 991.98px) {
  .block-header h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767.98px) {
  .block-header h2 {
    font-size: 55px;
    line-height: 55px;
  }
}
@media (max-width: 575.98px) {
  .block-header h2 {
    font-size: 43px;
    line-height: 43px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .block-header h2 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 767.98px) {
  .block-header h2 br {
    display: none;
  }
}
.block-header_white {
  color: #ffffff !important;
}
.block-header_white h2 {
  color: #ffffff !important;
}
.block-header_centred {
  text-align: center;
}
@media (max-width: 991.98px) {
  .block-header {
    margin-bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .block-header {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .block-header {
    margin-bottom: 35px;
  }
}

.block-subhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
}
.block-subhead a {
  background: #fbd125;
  color: #001621;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  margin-top: 15px;
}

.button {
  background: #001621;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 0;
  font-weight: 600;
  padding: 26px 55px;
  text-decoration: none;
  letter-spacing: 1px;
  border: 2px solid #001621;
  border-radius: 32px;
  display: block;
}
.button_yellow {
  background: #fbd125;
  color: #1e1e1e;
}
.button_framed {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .button {
    padding: 24px 53px;
  }
}

a.button:hover, a.button:focus {
  color: currentColor;
}

.custom-checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.custom-checkbox-group label {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.custom-checkbox {
  position: relative;
  width: 19px;
  height: 19px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .custom-checkbox {
    margin-right: 20px;
  }
}

.custom-checkbox input {
  position: absolute;
  cursor: pointer;
  height: 0;
  width: 0;
  opacity: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #fff;
  border: 1px solid #ced4da;
}
.checkmark.error {
  background-color: red;
}

.custom-checkbox input:checked ~ .checkmark, .custom-checkbox input:checked {
  background-color: #fff !important;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 0px;
  top: 0px;
  width: 19px;
  height: 19px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAlElEQVQ4T6WTXQ2AMAwGDwdIQAISQAEWsIQCQAkWkIAEJJCSNCljP7Dtdblb26+rKDxVIU+uoAY2YMoRKNwC61/BAwbGP4IXLPP7KvDCVtAARyCRIKyCBRiAHtgdSRRWwQjMwOlIkrBtwZVIO5LzHZVMO7RwdohWIoIk7EtBJXIXfVkr8sUoki5Wtm3n6x4E/1yx4AI+qiERKNFzCwAAAABJRU5ErkJggg==") 2px 2px no-repeat;
  -webkit-animation: checkbox 0.3s linear;
          animation: checkbox 0.3s linear;
}

@-webkit-keyframes checkbox {
  from {
    width: 0;
  }
  to {
    width: 19px;
  }
}

@keyframes checkbox {
  from {
    width: 0;
  }
  to {
    width: 19px;
  }
}
.modal {
  font-size: 14px;
}

.modal-header {
  font-size: 24px;
}
.modal-header button {
  border: none;
}

.modal-title {
  font-size: 24px;
}

#about-section {
  padding-top: 155px;
  padding-bottom: 143px;
}
@media (max-width: 991.98px) {
  #about-section {
    padding-top: 130px;
    padding-bottom: 97px;
  }
}
@media (max-width: 767.98px) {
  #about-section {
    padding-top: 115px;
    padding-bottom: 82px;
  }
}
@media (max-width: 575.98px) {
  #about-section {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #about-section {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

#services-section {
  background: #ebebec;
  padding-top: 145px;
  padding-bottom: 145px;
}
@media (max-width: 991.98px) {
  #services-section {
    padding-top: 200px;
    padding-bottom: 0;
    height: 950px;
  }
}
@media (max-width: 767.98px) {
  #services-section {
    height: 890px;
  }
}
@media (max-width: 575.98px) {
  #services-section {
    padding-top: 75px;
    padding-bottom: 75px;
    height: auto;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #services-section {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

#process-section {
  position: relative;
  padding-top: 116px;
  padding-bottom: 215px;
}
@media (max-width: 991.98px) {
  #process-section {
    padding-top: 90px;
    padding-bottom: 175px;
  }
}
@media (max-width: 767.98px) {
  #process-section {
    padding-top: 92px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  #process-section {
    padding-top: 60px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #process-section {
    padding-top: 60px;
    padding-bottom: 130px;
  }
}

#callus-section {
  position: relative;
  padding-top: 265px;
  padding-bottom: 220px;
}
@media (max-width: 991.98px) {
  #callus-section {
    padding-top: 180px;
    padding-bottom: 140px;
  }
}
@media (max-width: 767.98px) {
  #callus-section {
    padding-top: 130px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767.98px) {
  #callus-section {
    padding-top: 105px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #callus-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

#why-section {
  position: relative;
  padding-top: 116px;
  padding-bottom: 142px;
  background: #ebebec;
}
@media (max-width: 1240px) {
  #why-section .process-items {
    gap: 25px;
  }
}
@media (max-width: 1130px) {
  #why-section .process-items {
    gap: 15px;
  }
}
@media (max-width: 991.98px) {
  #why-section .process-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  #why-section .process-items {
    gap: 20px;
  }
}
@media (max-width: 640px) {
  #why-section .process-items {
    display: grid;
    grid-template-columns: repeat(2, 191px);
  }
}
@media (max-width: 460px) {
  #why-section .process-items {
    grid-template-columns: repeat(2, 171px);
  }
}
#why-section p {
  text-align: center;
  margin-bottom: 130px;
}
@media (max-width: 991.98px) {
  #why-section p {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #why-section p {
    margin-bottom: 90px;
  }
}
#why-section .process-item {
  background: #ffffff;
  width: 192px;
  height: 265px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1240px) {
  #why-section .process-item {
    width: 170px;
    height: 215px;
  }
}
@media (max-width: 1130px) {
  #why-section .process-item {
    width: 150px;
  }
}
@media (max-width: 991.98px) {
  #why-section .process-item {
    width: 190px;
  }
}
@media (max-width: 460px) {
  #why-section .process-item {
    width: 170px;
  }
}
#why-section .process-item:hover {
  background: #fbd125;
}
#why-section .process-item:nth-child(3) .process-icon img {
  max-width: 100%;
}
#why-section .process-item:nth-child(5) .process-icon img {
  max-width: 48px;
}
#why-section .process-item:nth-child(1) {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}
@media (max-width: 991.98px) {
  #why-section .process-item:nth-child(1) {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 640px) {
  #why-section .process-item:nth-child(1) {
    -webkit-transform: none;
            transform: none;
  }
}
#why-section .process-item:nth-child(2) {
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 991.98px) {
  #why-section .process-item:nth-child(2) {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
}
@media (max-width: 640px) {
  #why-section .process-item:nth-child(2) {
    -webkit-transform: translateY(135px);
            transform: translateY(135px);
  }
}
#why-section .process-item:nth-child(3) {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}
@media (max-width: 991.98px) {
  #why-section .process-item:nth-child(3) {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 640px) {
  #why-section .process-item:nth-child(3) {
    -webkit-transform: none;
            transform: none;
  }
}
#why-section .process-item:nth-child(4) {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media (max-width: 991.98px) {
  #why-section .process-item:nth-child(4) {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
}
@media (max-width: 640px) {
  #why-section .process-item:nth-child(4) {
    -webkit-transform: translateY(135px);
            transform: translateY(135px);
  }
}
#why-section .process-item:nth-child(5) {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}
@media (max-width: 991.98px) {
  #why-section .process-item:nth-child(5) {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
@media (max-width: 640px) {
  #why-section .process-item:nth-child(5) {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 991.98px) {
  #why-section {
    padding-top: 75px;
    padding-bottom: 130px;
  }
}
@media (max-width: 767.98px) {
  #why-section {
    padding-top: 70px;
  }
}
@media (max-width: 575.98px) {
  #why-section {
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #why-section {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

#gallery-section {
  position: relative;
  padding-top: 140px;
  padding-bottom: 188px;
}
@media (max-width: 991.98px) {
  #gallery-section {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media (max-width: 767.98px) {
  #gallery-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 589.98px) {
  #gallery-section {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 575px) {
  #gallery-section {
    padding-bottom: 60px;
    padding-top: 70px;
  }
}
@media (max-width: 460px) {
  #gallery-section {
    padding-top: 56px;
    padding-bottom: 84px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #gallery-section {
    padding-top: 200px;
    padding-bottom: 120px;
  }
}

footer {
  position: relative;
  background: #011c29;
  padding-top: 110px;
  padding-bottom: 65px;
}
@media (max-width: 991.98px) {
  footer {
    padding-bottom: 55px;
  }
}
@media (max-width: 767.98px) {
  footer {
    padding-top: 110px;
  }
}
@media (max-width: 575.98px) {
  footer {
    padding-top: 85px;
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.hamburger {
  height: 77px;
  width: 88px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: opacity, -webkit-filter linear 0.15s;
  transition: opacity, -webkit-filter linear 0.15s;
  transition: opacity, filter linear 0.15s;
  transition: opacity, filter linear 0.15s, -webkit-filter linear 0.15s;
  border: none;
  z-index: 99;
  background: none;
}
@media (max-width: 767.98px) {
  .hamburger {
    background: #fbd125;
  }
}
@media (max-width: 575.98px) {
  .hamburger {
    width: 72px;
  }
}
.hamburger-box {
  width: 32px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 2px;
  background-color: #1e1e1e;
  border-radius: 0;
  position: absolute;
  -webkit-transition: -webkit-transform ease .15s;
  transition: -webkit-transform ease .15s;
  transition: transform ease .15s;
  transition: transform ease .15s, -webkit-transform ease .15s;
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: .13s;
          transition-delay: .13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .13s;
          transition-duration: .13s;
}
.hamburger--collapse .hamburger-inner:before {
  content: "";
  display: block;
  top: -8px;
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 23px;
}
.hamburger--collapse .hamburger-inner:after {
  content: "";
  display: block;
  top: -16px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse.is-active {
  z-index: 101;
}
@media (max-width: 767.98px) {
  .hamburger--collapse.is-active {
    background: none;
  }
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}
@media (max-width: 991.98px) {
  .hamburger--collapse.is-active .hamburger-inner {
    background: #ffffff;
  }
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 32px;
}
@media (max-width: 991.98px) {
  .hamburger--collapse.is-active .hamburger-inner:before {
    background: #ffffff;
  }
}
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.navbar {
  padding: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background: none;
  border-bottom: 1px solid #d1d2d4;
}
.navbar-toggler {
  float: left;
  margin: 10px -10px 0 10px;
  padding: 3px 5px;
}
.navbar-nav {
  width: auto !important;
}
@media (max-width: 991.98px) {
  .navbar-nav {
    background: transparent;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    overflow: hidden;
  }
}
.navbar-collapse {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.navbar.scrolled {
  box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.64);
  background: #001621;
  border: none;
}
.navbar.scrolled .navbar-mobile-button {
  background: #fbd125;
}
.navbar.scrolled .navbar-mobile-button .nav-item .nav-link {
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .navbar.scrolled .navbar-mobile-button .nav-item .nav-link {
    color: var(--blue);
  }
}
@media (max-width: 767.98px) {
  .navbar.scrolled .navbar-mobile-button {
    background: var(--blue);
  }
}
@media (max-width: 767.98px) {
  .navbar.scrolled .logo-wrapper img {
    height: 68px;
  }
}
.navbar.scrolled .logo-wrapper {
  top: 11px;
}
.navbar.scrolled .logo-wrapper img {
  height: 58px;
}
.navbar .navbar-mobile-button {
  position: relative;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .navbar .navbar-mobile-button {
    z-index: 9999;
    opacity: 1;
  }
}
.navbar .navbar-header {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .navbar .navbar-header {
    position: relative;
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar .navbar-header .header-phone {
    color: #fbd125;
    font-size: 16px;
    font-weight: 600;
    border-left: 1px solid #d1d2d4;
    padding-left: 45px;
    padding-right: 45px;
    height: 77px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar .navbar-header .header-phone i {
    margin-right: 5px;
  }
}
@media (max-width: 575.98px) {
  .navbar .navbar-header .header-phone {
    font-size: 25px;
    padding-left: 23px;
    padding-right: 15px;
  }
  .navbar .navbar-header .header-phone span {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar {
    background: none;
  }
}

.nav-item .nav-link {
  font-size: 14px;
  line-height: 28px;
  height: 77px;
  color: #ffffff;
  font-weight: 500;
  margin-right: 48px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid transparent;
}
.nav-item .nav-link.active {
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .nav-item .nav-link.active {
    border-bottom: none;
  }
}
@media (max-width: 1320px) {
  .nav-item .nav-link {
    margin-right: 12px;
  }
}
@media (max-width: 991.98px) {
  .nav-item .nav-link {
    border-bottom: none;
  }
}
.nav-item .nav-link.header-phone {
  color: #fbd125;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #d1d2d4;
  margin-right: 0;
  padding-left: 45px;
  padding-right: 40px;
  font-weight: 600;
}
@media (max-width: 1320px) {
  .nav-item .nav-link.header-phone {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 991.98px) {
  .nav-item .nav-link.header-phone {
    border: none;
  }
}
.nav-item .nav-link.header-phone i {
  margin-right: 5px;
}
@media (max-width: 1050px) {
  .nav-item .nav-link {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .nav-item .nav-link {
    margin-right: 15px;
  }
}

.logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  position: absolute;
  top: 11px;
  left: 119px;
  z-index: 99;
}
.logo-wrapper a {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo-wrapper a img {
  height: 58px;
}
@media (max-width: 575.98px) {
  .logo-wrapper {
    left: 50%;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
  }
}

#navbar-menu {
  margin-left: auto;
}
#navbar-menu .navbar-brand {
  padding: 0;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  #navbar-menu .navbar-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#navbar-menu .menu-label {
  display: none;
}
@media (max-width: 991.98px) {
  #navbar-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #001621;
    z-index: 100;
    opacity: 1;
    z-index: 99;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #navbar-menu.collapse:not(.show) {
    display: block;
    opacity: 0;
    z-index: -1;
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%);
  }
  #navbar-menu .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #navbar-menu .nav-item .nav-link {
    color: #ffffff;
    margin-right: 0;
    font-size: 28px;
    line-height: 60px;
    height: auto;
  }
  #navbar-menu .nav-item:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #navbar-menu .nav-item:last-child .nav-link {
    font-size: 22px;
    line-height: 39px;
    color: #fbd125;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(225, 226, 227, 0.2);
  }
  #navbar-menu .menu-label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 88px;
    border-right: 1px solid rgba(225, 226, 227, 0.2);
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  #navbar-menu .menu-label {
    width: 72px;
  }
}
@media (max-width: 991.98px) {
  #navbar-menu .menu-label .label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #6f7177;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    position: absolute;
    top: 50%;
    left: 31px;
    width: 180px;
    margin-top: 50%;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  #navbar-menu .menu-label .label {
    left: 23px;
  }
}

.hamburger {
  height: 77px;
  width: 88px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: opacity, -webkit-filter linear 0.15s;
  transition: opacity, -webkit-filter linear 0.15s;
  transition: opacity, filter linear 0.15s;
  transition: opacity, filter linear 0.15s, -webkit-filter linear 0.15s;
  border: none;
  z-index: 99;
  background: none;
}
@media (max-width: 767.98px) {
  .hamburger {
    background: #fbd125;
  }
}
@media (max-width: 575.98px) {
  .hamburger {
    width: 72px;
  }
}
.hamburger-box {
  width: 32px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 2px;
  background-color: #1e1e1e;
  border-radius: 0;
  position: absolute;
  -webkit-transition: -webkit-transform ease .15s;
  transition: -webkit-transform ease .15s;
  transition: transform ease .15s;
  transition: transform ease .15s, -webkit-transform ease .15s;
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: .13s;
          transition-delay: .13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .13s;
          transition-duration: .13s;
}
.hamburger--collapse .hamburger-inner:before {
  content: "";
  display: block;
  top: -8px;
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 23px;
}
.hamburger--collapse .hamburger-inner:after {
  content: "";
  display: block;
  top: -16px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse.is-active {
  z-index: 101;
}
@media (max-width: 767.98px) {
  .hamburger--collapse.is-active {
    background: none;
  }
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}
@media (max-width: 991.98px) {
  .hamburger--collapse.is-active .hamburger-inner {
    background: #ffffff;
  }
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 32px;
}
@media (max-width: 991.98px) {
  .hamburger--collapse.is-active .hamburger-inner:before {
    background: #ffffff;
  }
}
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

/* main-banner styles start */
.main-banner {
  height: 100%;
  color: var(--white);
  background: url("../images/backgrounds/main-banner.jpg") 0 0 no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media (max-width: 767.98px) {
  .main-banner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
  }
}
.main-banner > .container {
  z-index: 9;
  position: absolute;
  bottom: -27px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1320px) {
  .main-banner > .container {
    padding-left: calc(var(--bs-gutter-x)/2);
    padding-right: calc(var(--bs-gutter-x)/2);
  }
}
@media (max-width: 767.98px) {
  .main-banner > .container {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
@media (max-width: 575.98px) {
  .main-banner > .container {
    bottom: 0;
  }
}
.main-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(40%, transparent));
  background: linear-gradient(180deg, #000000 0%, transparent 40%);
  background: -moz-linear-gradient(-90deg, #000000 0%, transparent 40%);
  position: absolute;
  top: 0;
  left: 0;
}
.main-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 49%, black 50%, rgba(0, 0, 0, 0) 51%) center/3px 3px repeat rgba(0, 0, 0, 0.2);
}
.main-banner .banner-text {
  font-size: 30px;
  line-height: 39px;
  font-weight: 700;
  margin-bottom: 31px;
  text-align: center;
}
.main-banner .banner-text span {
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .main-banner .banner-text {
    font-size: 25px;
    line-height: 34px;
  }
}
@media (max-width: 767.98px) {
  .main-banner .banner-text {
    font-size: 20px;
    line-height: 29px;
  }
}
@media (max-width: 575.98px) {
  .main-banner .banner-text {
    text-align: right;
  }
}
.main-banner .banner-title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 848px) {
  .main-banner .banner-title {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .main-banner .banner-title {
    font-size: 44px;
    line-height: 44px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .main-banner .banner-title {
    font-size: 42px;
    line-height: 42px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.main-banner .banner-caption {
  background: #001621;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  border-top-left-radius: 28px;
  padding: 49px 40px;
  max-width: 1120px;
  width: 100%;
}
@media (max-width: 1208px) {
  .main-banner .banner-caption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .main-banner .banner-caption {
    max-width: 475px;
  }
}
@media (max-width: 848px) {
  .main-banner .banner-caption {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .main-banner .banner-caption {
    padding: 25px 20px;
    max-width: calc(100% - 60px);
    margin-left: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
  }
}
.main-banner .banner-caption .button {
  margin-left: 49px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #1e1e1e;
  border: none;
}
@media (max-width: 1208px) {
  .main-banner .banner-caption .button {
    margin-top: 35px;
  }
}
@media (max-width: 848px) {
  .main-banner .banner-caption .button {
    margin-left: 0;
  }
}
.main-banner .scroll-info {
  position: absolute;
  top: 100%;
  width: 100vh;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #1e1e1e;
  background: #fbd125;
  padding: 32px 35px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 9;
}
.main-banner .scroll-info i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: -1px;
  left: -30px;
  font-size: 20px;
}
.main-banner .scroll-info span {
  position: relative;
  left: 50%;
  margin-left: -114px;
}
@media (max-width: 767.98px) {
  .main-banner .scroll-info {
    display: none;
  }
}

/* main-banner styles end  */
/*columned content styles start */
.columned-content {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.columned-content .block-text {
  padding-top: 117px;
  padding-left: 48px;
}
@media (max-width: 1199.98px) {
  .columned-content .block-text {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .columned-content .block-text {
    padding-top: 85px;
  }
}
@media (max-width: 575.98px) {
  .columned-content .block-text {
    padding-top: 0;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .columned-content .block-text {
    padding-top: 77px;
  }
}
.columned-content .content-inner-row {
  margin-top: -114px;
}
@media (max-width: 991.98px) {
  .columned-content .content-inner-row {
    margin-top: -99px;
  }
}
@media (max-width: 767.98px) {
  .columned-content .content-inner-row {
    margin-top: -88px;
  }
}
@media (max-width: 575.98px) {
  .columned-content .content-inner-row {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .columned-content .content-inner-row {
    margin-top: -73px;
  }
}
.columned-content .block-header {
  position: relative;
  z-index: 2;
}

img.column-image {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  img.column-image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 575.98px) {
  img.column-image {
    display: none;
  }
}

/*columned content styles end */
.featurettes .background-lines {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(164, 166, 167, 0.52)), color-stop(50.5%, rgba(0, 0, 0, 0))) 80px/247px 284px repeat rgba(0, 0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(164, 166, 167, 0.52) 50%, rgba(0, 0, 0, 0) 50.5%) 80px/247px 284px repeat rgba(0, 0, 0, 0);
}
.featurettes .featurette:nth-child(2) {
  -webkit-transform: translateY(55px);
          transform: translateY(55px);
}
@media (max-width: 991.98px) {
  .featurettes .featurette:nth-child(2) {
    -webkit-transform: translateY(-280px);
            transform: translateY(-280px);
  }
}
@media (max-width: 575.98px) {
  .featurettes .featurette:nth-child(2) {
    -webkit-transform: none;
            transform: none;
  }
}
.featurettes .featurette:nth-child(3) {
  -webkit-transform: translateY(-55px);
          transform: translateY(-55px);
}
@media (max-width: 991.98px) {
  .featurettes .featurette:nth-child(3) {
    -webkit-transform: translateY(-280px);
            transform: translateY(-280px);
  }
}
@media (max-width: 575.98px) {
  .featurettes .featurette:nth-child(3) {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 991.98px) {
  .featurettes .block-header {
    padding-right: 55%;
  }
}
@media (max-width: 575.98px) {
  .featurettes .block-header {
    padding-right: 0;
  }
}
@media (max-width: 460px) {
  .featurettes .block-header {
    padding-left: 0;
  }
}
@media (max-width: 460px) {
  .featurettes .block-header h2 {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .featurettes-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.featurette {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: calc(var(--bs-gutter-x));
  position: relative;
}
@media (max-width: 767.98px) {
  .featurette {
    margin-bottom: 25px;
  }
}

.featurette-info {
  height: 400px;
  position: relative;
}
.featurette-info:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-20%, #000000), color-stop(40%, transparent));
  background: linear-gradient(180deg, #000000 -20%, transparent 40%);
  background: -moz-linear-gradient(-90deg, #000000 -20%, transparent 40%);
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 28px;
}
@media (max-width: 991.98px) {
  .featurette-info:before {
    border-top-left-radius: 18px;
  }
}
.featurette-info:hover .featurette-info-data {
  color: #001621;
  background-color: rgba(251, 209, 37, 0.65);
  background-image: url("../images/backgrounds/featurette-bg.png");
  background-position: 300px -100px;
  background-repeat: no-repeat;
}
.featurette-info:hover .featurette-info-data .featurette-description {
  margin-bottom: 0;
  opacity: 1;
  padding-top: 15px;
}
.featurette-info:hover .feturette-link {
  opacity: 0;
}
@media (max-width: 1199.98px) {
  .featurette-info {
    height: 350px;
  }
}
@media (max-width: 991.98px) {
  .featurette-info {
    height: 350px;
  }
}
@media (max-width: 767.98px) {
  .featurette-info {
    -webkit-transform: none;
            transform: none;
    height: 350px;
  }
}

.featurette-image {
  position: relative;
  height: 100%;
}
.featurette-image img {
  width: 100%;
  opacity: 0;
}

.featurette-text {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
.featurette-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 49%, black 50%, rgba(0, 0, 0, 0) 51%) center/3px 3px repeat rgba(0, 0, 0, 0.2);
  border-top-left-radius: 28px;
  border-bottom-right-radius: 28px;
}
@media (max-width: 991.98px) {
  .featurette-text::before {
    border-top-left-radius: 18px;
    border-bottom-right-radius: 18px;
  }
}

.featurette-text-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.featurette-info-data {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  width: 100%;
  height: 100%;
  padding: 47px 40px;
}
@media (max-width: 1199.98px) {
  .featurette-info-data {
    padding: 27px 20px 27px 20px;
  }
}
@media (max-width: 575.98px) {
  .featurette-info-data {
    padding: 47px 40px;
  }
}

.featurette-icon {
  width: 100%;
  height: 47px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 47px 47px;
  position: relative;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 19px;
}

.featurette-title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .featurette-title {
    font-size: 33px;
    line-height: 33px;
  }
}
@media (max-width: 991.98px) {
  .featurette-title {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .featurette-title {
    font-size: 31px;
    line-height: 31px;
  }
}
@media (max-width: 575.98px) {
  .featurette-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.featurette-description {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  padding-top: 0;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  color: #1e1e1e;
}
.featurette-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.featurette-description ul li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
  margin-bottom: 7px;
}
.featurette-description ul li i {
  margin-right: 10px;
  position: absolute;
  top: 2px;
  left: 0;
}

.feturette-link {
  position: absolute;
  bottom: 21px;
  right: 21px;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.feturette-link a {
  display: block;
  color: #001621;
  background: #fbd125;
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  width: 56px;
  height: 56px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .feturette-link {
    bottom: 13px;
    right: 13px;
  }
}

.process .background-lines {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(164, 166, 167, 0.52)), color-stop(50.5%, rgba(0, 0, 0, 0))) 80px/247px 284px repeat rgba(0, 0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(164, 166, 167, 0.52) 50%, rgba(0, 0, 0, 0) 50.5%) 80px/247px 284px repeat rgba(0, 0, 0, 0);
}
.process-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media (max-width: 1199.98px) {
  .process-items {
    gap: 30px;
  }
}
@media (max-width: 1199.98px) {
  .process-items {
    gap: 15px;
  }
}
@media (max-width: 767.98px) {
  .process-items {
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .process-items {
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, 204px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 460px) {
  .process-items {
    grid-template-columns: repeat(2, 145px);
    gap: 30px;
  }
}
.process-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #ebebec;
  padding: 18px 19px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  width: 204px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 315px;
}
@media (max-width: 1199.98px) {
  .process-item {
    width: 180px;
  }
}
@media (max-width: 991.98px) {
  .process-item {
    width: 170px;
  }
}
@media (max-width: 902px) {
  .process-item {
    width: 150px;
  }
}
@media (max-width: 668px) {
  .process-item {
    width: 125px;
  }
}
@media (max-width: 575.98px) {
  .process-item {
    width: 200px;
  }
}
@media (max-width: 460px) {
  .process-item {
    width: 143px;
    height: 220px;
  }
}
.process-item:nth-child(1) {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.process-item:nth-child(3) {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.process-item:nth-child(4) {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
@media (max-width: 767.98px) {
  .process-item:nth-child(4) {
    -webkit-transform: none;
            transform: none;
  }
}
.process-item:hover {
  background: #fbd125;
}
.process-item:hover .process-number {
  color: #fbd125;
}
.process-item:hover img:first-child {
  opacity: 0;
}
.process-item:hover img:last-child {
  opacity: 1;
}
.process-item:nth-child(3) .process-icon img {
  max-width: 53px;
}
.process-number {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6f7177;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 38px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 460px) {
  .process-number {
    margin-bottom: 15px;
    width: 35px;
    height: 35px;
  }
}
.process-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 81px;
  height: 96px;
  position: relative;
  z-index: 2;
  position: relative;
}
@media (max-width: 460px) {
  .process-icon {
    height: 70px;
    margin-bottom: 10px;
  }
}
.process-icon img {
  max-width: 74px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.process-icon img:last-child {
  opacity: 0;
}
@media (max-width: 460px) {
  .process-icon img {
    height: 100%;
  }
}
.process-name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #001621;
  text-align: center;
}
@media (max-width: 767.98px) {
  .process-name {
    font-size: 18px;
  }
}
@media (max-width: 460px) {
  .process-name {
    font-size: 16px;
  }
}

/* call to us banner style start */
.call-banner {
  color: #001621;
  background: url("../images/backgrounds/call-us.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  .call-banner {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}
.call-banner.covered {
  position: relative;
}
.call-banner.covered::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 49%, rgba(251, 209, 37, 0.65) 50%, rgba(0, 0, 0, 0) 51%) center/3px 3px repeat rgba(0, 0, 0, 0.2);
}
.call-banner.covered:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fbd125;
  opacity: 0.75;
  content: " ";
  display: block;
}
.call-banner.covered > .container {
  position: relative;
  z-index: 2;
}
.call-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 2;
}
.call-banner-head {
  margin-bottom: 17px;
}
.call-banner-head h2 {
  font-size: 72px;
  line-height: 100%;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .call-banner-head h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 575.98px) {
  .call-banner-head h2 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 460px) {
  .call-banner-head h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .call-banner-head h2 {
    font-size: 56px;
    line-height: 61px;
  }
}
.call-banner-subhead {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 26px;
  text-transform: none;
  word-wrap: break-word;
}
.call-banner-subhead a {
  color: #001621;
}
.call-banner-subhead a.underline {
  text-decoration: none;
  padding-bottom: 7px;
  display: inline-block;
  border-bottom: 3px solid #001621;
}
@media (max-width: 575.98px) {
  .call-banner-subhead a.underline {
    padding-bottom: 0;
  }
}
.call-banner-subhead br {
  display: none;
}
@media (max-width: 767.98px) {
  .call-banner-subhead br {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .call-banner-subhead {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .call-banner-subhead {
    font-size: 25px;
    line-height: 31px;
  }
}
.call-banner-button .button {
  background: #001621;
  color: #ffffff;
}
.call-banner-button .button:hover, .call-banner-button .button:focus {
  color: #ffffff;
}

/* call to us banner style end */
.gallery-container {
  display: grid;
  grid-template-columns: 302px 302px 1fr;
  grid-gap: calc(var(--bs-gutter-x) * 1.2);
}
@media (max-width: 1399.98px) {
  .gallery-container {
    grid-template-columns: 240px 302px 1fr;
  }
}
@media (max-width: 991.98px) {
  .gallery-container {
    grid-gap: 15px;
    grid-template-columns: 1fr 183px 1fr;
    grid-template-rows: 224px 0;
  }
}
@media (max-width: 589.98px) {
  .gallery-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 274px 0;
  }
}
@media (max-width: 575.98px) {
  .gallery-container {
    grid-template-rows: 218px 0;
  }
}
@media (max-width: 517px) {
  .gallery-container {
    grid-template-rows: 1fr 0;
  }
}
@media (max-width: 575.98px) {
  .gallery-container h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 486px) {
  .gallery-container {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .gallery-container .gallery-item:nth-child(1) {
    -webkit-transform: translateY(130px);
            transform: translateY(130px);
  }
}
@media (max-width: 575.98px) {
  .gallery-container .gallery-item:nth-child(1) {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 460px) {
  .gallery-container .gallery-item:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.gallery-container .gallery-item:nth-child(3) {
  height: 89%;
  margin-top: 11%;
}
@media (max-width: 767.98px) {
  .gallery-container .gallery-item:nth-child(3) {
    margin-top: 0;
    height: auto;
    -webkit-transform: translateY(130px);
            transform: translateY(130px);
  }
}
@media (max-width: 575.98px) {
  .gallery-container .gallery-item:nth-child(3) {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767.98px) {
  .gallery-container .gallery-item:nth-child(4) {
    -webkit-transform: translateY(-110px);
            transform: translateY(-110px);
  }
}
@media (max-width: 575.98px) {
  .gallery-container .gallery-item:nth-child(4) {
    -webkit-transform: none;
            transform: none;
  }
}
.gallery-container .gallery-item:nth-child(5) {
  height: 350px;
}
@media (max-width: 991.98px) {
  .gallery-container .gallery-item:nth-child(5) {
    height: 225px;
  }
}
@media (max-width: 767.98px) {
  .gallery-container .gallery-item:nth-child(5) {
    -webkit-transform: translateY(-110px);
            transform: translateY(-110px);
    height: auto;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media (max-width: 575.98px) {
  .gallery-container .gallery-item:nth-child(5) {
    -webkit-transform: none;
            transform: none;
  }
}

.gallery-item {
  position: relative;
  overflow: hidden;
}
.gallery-item.block-header {
  margin-bottom: 0 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 4;
}
@media (max-width: 460px) {
  .gallery-item.block-header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1080px) {
  .gallery-item.block-header h2 {
    font-size: 65px;
    line-height: 65px;
  }
}
@media (max-width: 991.98px) {
  .gallery-item.block-header h2 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 991.98px) {
  .gallery-item.block-header .block-subhead {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .gallery-item.block-header .block-subhead i {
    font-size: 20px;
  }
}
.gallery-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-item:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}
@media (max-width: 767.98px) {
  .gallery-item:nth-child(3) {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}

.lightbox-gallery {
  position: relative;
  z-index: 3;
  margin-top: -380px;
}
@media (max-width: 991.98px) {
  .lightbox-gallery {
    margin-top: -225px;
  }
}
@media (max-width: 767.98px) {
  .lightbox-gallery {
    margin-top: -225px;
  }
}
@media (max-width: 589.98px) {
  .lightbox-gallery {
    margin-top: -395px;
  }
}
@media (max-width: 575.98px) {
  .lightbox-gallery {
    margin-top: -250px;
  }
}
@media (max-width: 517px) {
  .lightbox-gallery {
    margin-top: -270px;
  }
}
@media (max-width: 516px) {
  .lightbox-gallery {
    margin-top: -225px;
  }
}
@media (max-width: 486px) {
  .lightbox-gallery {
    margin-top: 0;
  }
}

/* footer styles start */
.footer {
  padding-top: 85px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .footer {
    padding-top: 61px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .footer {
    padding-top: 60px;
  }
}
.footer-inline-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}
.footer-inline-menu li a {
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 35px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 991.98px) {
  .footer-inline-menu li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767.98px) {
  .footer-inline-menu li a {
    margin-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .footer-inline-menu li a {
    display: block;
    margin-right: 0;
  }
}
.footer-inline-menu li:last-child a {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .footer-inline-menu {
    -webkit-columns: 2;
            columns: 2;
    display: block;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .footer-inline-menu {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.site-rights {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .site-rights {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .site-rights {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.site-copyright a {
  color: #ffffff;
}

.site-authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 100%;
}
.site-authors a {
  color: #ffffff;
  text-decoration: none;
}
.site-authors a:hover, .site-authors a:focus {
  text-decoration: underline;
}
.site-authors img {
  margin-left: 2px;
  margin-top: 2px;
}

/* footer form styles start */
.footer-form .block-header {
  margin-bottom: 26px;
}
.footer-form .contact-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991.98px) {
  .footer-form .contact-information {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
    -webkit-column-gap: 25px;
            column-gap: 25px;
  }
}
@media (max-width: 767.98px) {
  .footer-form .contact-information {
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: 1fr 1fr;
    -webkit-column-gap: 56px;
            column-gap: 56px;
  }
}
@media (max-width: 575.98px) {
  .footer-form .contact-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
}
.footer-form .slogan {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 21px;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .footer-form .slogan {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 17px;
    width: 50%;
  }
  .footer-form .slogan br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .footer-form .slogan {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .footer-form .contacts {
    width: 230px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.footer-form .form {
  font-size: 15px;
  line-height: 3rem;
  font-weight: 400;
  background: #001621;
  border-radius: 10px;
  display: block;
  padding: 30px 53px 53px 53px;
  margin-top: -92px;
}
@media (max-width: 991.98px) {
  .footer-form .form {
    padding: 27px;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .footer-form .form {
    margin-top: 25px;
  }
}
.footer-form .form-group {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-form .form-group .required {
  color: red;
}
.footer-form .form-group .error {
  font-size: 14px;
  line-height: 100%;
  color: red;
}
.footer-form .form-group label {
  color: #ffffff;
}
.footer-form .form-group label.error {
  margin-top: 5px;
}
.footer-form .form-label {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
}
.footer-form .form-control {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  height: 60px;
  border-radius: 0;
}
.footer-form .form-control.radiused {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 991.98px) {
  .footer-form .form-control.radiused {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.footer-form textarea.form-control {
  height: 228px;
}
.footer-form .custom-checkbox-group {
  line-height: 21px;
}
.footer-form button {
  margin-top: 45px;
  border: 2px solid #ffffff;
  background: none;
}
.footer-form .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-top: 18px;
  margin-bottom: 40px;
}
.footer-form .socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .footer-form .socials {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .footer-form .socials {
    margin-top: 18px;
    margin-bottom: 20px;
  }
}
.footer-form .footer-banners {
  margin-top: auto;
  width: 292px;
  display: grid;
  grid-template: "a a" auto             "b c" auto;
  gap: 17px;
}
.footer-form .footer-banners .footer-banner:first-child {
  grid-area: a;
}
.footer-form .footer-banners .footer-banner:nth-child(2) {
  grid-area: b;
}
.footer-form .footer-banners .footer-banner:nth-child(3) {
  grid-area: c;
}
@media (max-width: 767.98px) {
  .footer-form .footer-banners {
    margin-top: 25px;
  }
}

/* footer form styles end */
/* footer contacts styles start */
.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 4px;
}
.contact:hover, .contact:focus {
  text-decoration: none;
  color: #ffffff;
}
.contact-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 24px;
  margin-right: 13px;
}
.contact-title {
  font-size: 24px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 11px;
}
.contact-description {
  font-size: 15px;
  line-height: 24px;
  word-wrap: break-word;
}
.contact.map {
  padding-top: 24px;
  padding-bottom: 16px;
}

.section-logo {
  margin-top: 91px;
}

/* footer contacts styles end */
/* footer form styles end */
/* footer styles end */
.background-lines {
  position: absolute;
  top: 0;
  left: -116px;
  width: 2000px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #e1e2e3), color-stop(50.5%, rgba(0, 0, 0, 0))) 80px/247px 284px repeat rgba(0, 0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, #e1e2e3 50%, rgba(0, 0, 0, 0) 50.5%) 80px/247px 284px repeat rgba(0, 0, 0, 0);
  z-index: 1;
}
.background-lines.footer {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(225, 226, 227, 0.1)), color-stop(50.5%, rgba(0, 0, 0, 0))) 80px/247px 284px repeat rgba(0, 0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(225, 226, 227, 0.1) 50%, rgba(0, 0, 0, 0) 50.5%) 80px/247px 284px repeat rgba(0, 0, 0, 0);
}
.background-lines.footer .label i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 4px;
  left: 100px;
  font-size: 20px;
}
.background-lines + .container, .background-lines + .footer-form, .background-lines + .footer {
  position: relative;
  z-index: 2;
}
.background-lines .label {
  position: absolute;
  left: 0;
  bottom: 0;
  left: 116px;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #6f7177;
  background: none;
  width: 88px;
}
@media (max-width: 820px) {
  .background-lines .label {
    display: none;
  }
}
.background-lines .label a {
  color: inherit;
}
.background-lines .label span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 33px;
  width: 120px;
}
.background-lines .label span i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 2px;
  left: -30px;
  font-size: 20px;
}
.background-lines.yellow {
  background: none;
}
.background-lines.yellow .label {
  color: #1e1e1e;
  background: #fbd125;
}

/* root styles end */
