@import url(./vendor/bootstrap.min.css);
@import url(./vendor/normalize.css);
/* connect fonts */
@import url(./fonts/fontawesome/faces.min.css);
@import url(./fonts/uniform/faces.css);
@import url(./fonts/montserrat/faces.css);
:root {
  --color-black: #343434;
  --color-blackBg: #3e3d41;
  --color-white: #ffffff;
  --color-red: red;
  --color-blue: #00a1e1;
  --color-theme: #fe6b03;
  --color-graybg: #f0f0f0;
  --font-family-2: 'Uniform 2', sans-serif;
  --font-family-3: 'Uniform 3', sans-serif;
  --font-family-4: 'Uniform 4', sans-serif;
  --font-family-6: 'Uniform 6', sans-serif;
  --font-family-m: 'Montserrat', sans-serif;
  --grid-column-gap: 30px;
  --grid-row-gap: 30px;
}

/* page blocks imports start */
/* modal styles start */
.modal {
  font-size: 16px;
}

.modal-header {
  font-size: 24px;
}
.modal-header button {
  border: none;
  width: 30px;
  height: 30px;
  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;
  line-height: 1;
  font-size: 30px;
  padding-top: 4px;
}

.modal-title {
  font-size: 24px;
}

/* modal styles end */
.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;
}

.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: var(--color-white);
  border: none;
  border-radius: 4px;
}
.checkmark.error {
  background-color: var(--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;
  }
}
.block-header {
  margin-bottom: 32px;
}
.block-header h2 {
  font-family: var(--font-family-2);
  font-size: 60px;
  line-height: 60px;
  font-weight: normal;
  color: var(--color-black);
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .block-header h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 575.98px) {
  .block-header h2 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 460px) {
  .block-header h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .block-header h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
.block-header.white {
  color: var(--color-white) !important;
}
.block-header.white h2 {
  color: var(--color-white) !important;
}
.block-header.big h2 {
  font-size: 90px;
  line-height: 90px;
}
@media (max-width: 1199.98px) {
  .block-header.big h2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 991.98px) {
  .block-header.big h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 575.98px) {
  .block-header.big h2 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .block-header.big h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
.block-header.centered {
  text-align: center;
}
@media (max-width: 767.98px) {
  .block-header {
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .block-header {
    text-align: center;
  }
  .block-header br {
    display: none;
  }
}

#features-section {
  margin-top: -85px;
  position: relative;
  z-index: 2;
  padding-bottom: 108px;
}
@media (max-width: 991.98px) {
  #features-section {
    margin-top: 0;
    padding-bottom: 75px;
  }
}
@media (max-width: 575.98px) {
  #features-section {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #features-section {
    padding-bottom: 80px;
  }
}

#services-section {
  padding-bottom: 110px;
}
@media (max-width: 991.98px) {
  #services-section {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #services-section {
    padding-bottom: 40px;
  }
}

#priority-section {
  padding-top: 125px;
  padding-bottom: 75px;
  background: url("../images/backgrounds/priority.webp") 0 0 no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  #priority-section {
    padding-top: 35px;
    padding-bottom: 75px;
  }
}
@media (max-width: 575.98px) {
  #priority-section {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #priority-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
#priority-section .icon-panes {
  grid-template-rows: minmax(135px, auto);
  margin-top: 70px;
}
@media (max-width: 991.98px) {
  #priority-section .icon-panes {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 145px);
    grid-row-gap: 60px;
  }
}
@media (max-width: 575.98px) {
  #priority-section .icon-panes {
    grid-row-gap: var(--grid-column-gap);
    margin-top: 0;
  }
}
#priority-section .icon-pane {
  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;
  padding: 27px;
  padding-top: 60px;
  overflow: visible;
}
@media (max-width: 575.98px) {
  #priority-section .icon-pane {
    padding-top: 27px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#priority-section .icon-label {
  color: var(--color-black);
  text-align: center;
}
@media (max-width: 1199.98px) {
  #priority-section .icon-label {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 575.98px) {
  #priority-section .icon-label {
    font-size: 22px;
    line-height: 26px;
    text-align: left;
  }
}
#priority-section .icon-image {
  color: var(--color-white);
  background: var(--color-blue);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -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;
  font-size: 36px;
  z-index: 2;
  width: 88px;
  height: 88px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  #priority-section .icon-image {
    position: relative;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

#call-section {
  padding-top: 230px;
  padding-bottom: 180px;
}
@media (max-width: 991.98px) {
  #call-section {
    padding-top: 130px;
    padding-bottom: 90px;
  }
}
@media (max-width: 575.98px) {
  #call-section {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #call-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#call-section .block-header {
  margin-bottom: 10px;
}

#about-section {
  padding-top: 134px;
  background: url("../images/backgrounds/about.webp") right bottom no-repeat var(--color-white);
}
@media (max-width: 991.98px) {
  #about-section {
    padding-top: 75px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #about-section {
    padding-top: 80px;
  }
}
#about-section .about-avatars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  #about-section .about-avatars {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#about-section .about-avatars .about-avatar {
  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;
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#about-section .about-avatars .about-avatar p {
  margin-bottom: 0;
}
#about-section .about-avatars .about-avatar p:nth-child(2) {
  font-weight: 600;
  margin-top: 10px;
}
#about-section .about-avatars .about-avatar p:nth-child(3) {
  font-size: 16px;
}
#about-section .about-avatars .about-avatar a {
  background: var(--color-blue);
  color: var(--color-white);
  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: 48px;
  height: 48px;
  border-radius: 50%;
  margin-top: 10px;
}
#about-section .about-avatars img {
  width: 100%;
  max-width: 175px;
}
@media (max-width: 575.98px) {
  #about-section .about-avatars img {
    max-width: 135px;
    height: auto;
  }
}
#about-section .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 575.98px) {
  #about-section .button {
    width: 100%;
  }
}

#process-section {
  padding-top: 105px;
}
@media (max-width: 991.98px) {
  #process-section {
    padding-top: 75px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #process-section {
    padding-top: 80px;
  }
}

#socials-section {
  margin-top: -80px;
  padding-top: 190px;
  padding-bottom: 100px;
  background: url("../images/backgrounds/socials.webp") center center no-repeat;
  background-size: cover;
}
@media (max-width: 991.98px) {
  #socials-section {
    padding-top: 130px;
  }
}
@media (max-width: 575.98px) {
  #socials-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #socials-section {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}

#contact-form {
  background: url("../images/backgrounds/footer.webp") 0 100% no-repeat var(--color-blackBg);
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  #contact-form {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (max-width: 575.98px) {
  #contact-form {
    padding-top: 70px;
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  #contact-form {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575.98px) {
  #contact-form .block-header h2 br {
    display: block;
  }
}

.button {
  background: var(--color-theme);
  color: var(--color-white);
  text-transform: uppercase;
  font-family: var(--font-family-2);
  font-size: 12px;
  padding: 19px 48px 17px;
  text-decoration: none;
  letter-spacing: 2px;
  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-radius: 5px;
  border: 2px solid var(--color-theme);
}
.button.framed {
  background: none;
  border: 2px solid var(--color-white);
}
.button.blue {
  color: var(--color-white);
  background: var(--color-blue);
  border: 2px solid var(--color-blue);
}
.button:hover, .button:focus {
  text-decoration: none;
  outline: none;
  color: var(--color-white);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767.98px) {
  .button {
    padding: 24px 53px;
  }
}
@media (max-width: 575.98px) {
  .button {
    padding: 18px 53px;
  }
}

.hamburger {
  top: 50%;
  left: 15px;
  height: 86px;
  width: 86px;
  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;
}
.hamburger-box {
  width: 30px;
  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: 30px;
  height: 3px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  -webkit-transition: -webkit-transform ease 0.15s;
  transition: -webkit-transform ease 0.15s;
  transition: transform ease 0.15s;
  transition: transform ease 0.15s, -webkit-transform ease 0.15s;
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.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: 0.13s;
          transition-duration: 0.13s;
}
.hamburger--collapse .hamburger-inner:before {
  content: "";
  display: block;
  top: -10px;
  -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);
}
.hamburger--collapse .hamburger-inner:after {
  content: "";
  display: block;
  top: -20px;
  -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 .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.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);
}
.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);
}
.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;
}
@media (max-width: 991.98px) {
  .hamburger {
    background: none;
  }
}

.navbar {
  padding-top: 42px;
  padding-bottom: 30px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background: none;
}
.navbar > .container {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  position: relative;
}
.navbar.nav-01 .container {
  position: relative;
}
.navbar .header-phone {
  margin-left: auto;
  font-family: var(--font-family-2);
  font-size: 30px;
  line-height: 30px;
}
.navbar .header-phone a {
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .header-phone a i {
  background: var(--color-theme);
  width: 41px;
  height: 41px;
  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-radius: 50%;
  font-size: 18px;
  margin-right: 11px;
}
@media (max-width: 991.98px) {
  .navbar .header-phone a span {
    display: none;
  }
}
.navbar .navbar-button {
  font-size: 1.25rem;
  margin-right: 0;
  background: var(--blue);
  padding-left: 25px;
}
@media (max-width: 767.98px) {
  .navbar .navbar-button .nav-link {
    width: 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;
    height: 85px;
    line-height: 76px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-button .footer-03-socials {
    margin-bottom: 30px;
    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-button .footer-03-socials a i {
    margin: 0;
  }
}
@media (min-width: 767.98px) {
  .navbar .navbar-button {
    padding-right: 25px;
    display: none;
  }
}
.navbar-toggler {
  float: left;
  margin: 10px -10px 0 10px;
  padding: 3px 5px;
}
.navbar-nav {
  width: auto !important;
}
@media (max-width: 767.98px) {
  .navbar-nav {
    background: transparent;
    height: 100%;
  }
}
@media (max-width: 767.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;
    height: 100%;
    overflow: hidden;
  }
}
.navbar-collapse {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.navbar.scrolled {
  background: var(--color-white);
  box-shadow: 0px 0px 25px 0px rgba(135, 135, 135, 0.64);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(135, 135, 135, 0.64);
  -moz-box-shadow: 0px 0px 25px 0px rgba(135, 135, 135, 0.64);
  padding-top: 17px;
  padding-bottom: 13px;
}
.navbar.scrolled > .container {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.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);
  }
}
.navbar.scrolled .header-phone a {
  color: var(--color-theme);
  font-size: 24px;
}
.navbar.scrolled .header-phone a i {
  color: var(--color-white);
  width: 29px;
  height: 29px;
  font-size: 14px;
}
.navbar.scrolled .logo-wrapper a:first-child {
  display: none;
}
.navbar.scrolled .logo-wrapper a:last-child {
  display: block;
}
@media (max-width: 991.98px) {
  .navbar .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#navbar-menu {
  margin-left: auto;
}
@media (max-width: 991.98px) {
  #navbar-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-black);
    z-index: 11;
  }
  #navbar-menu .navbar-nav {
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #navbar-menu .navbar-brand {
    width: 100%;
    padding: 0 35px;
    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: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: auto;
  }
  #navbar-menu .nav-item .nav-link {
    color: var(--color-white);
    margin-right: 0;
    font-size: 24px;
    line-height: 72px;
  }
  #navbar-menu .footer-03-socials {
    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;
    gap: 25px;
  }
  #navbar-menu .footer-03-socials a {
    color: var(--white);
    font-size: 24px;
    position: relative;
    z-index: 2;
  }
}

.nav-item .nav-link {
  font-size: 16px;
  line-height: 30px;
  height: 82px;
  color: var(--black);
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 35px;
  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;
}
@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;
}
.logo-wrapper a:last-child {
  display: none;
}

/* main-banner styles start */
.main-banner {
  height: 100%;
  min-height: 931px;
  color: var(--color-white);
  background: url("../images/backgrounds/main-banner.webp") 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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 130px;
  position: relative;
  /*&:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, #000000 -100%, rgba(0, 255, 0, 0) 155%);
  }*/
}
@media (max-width: 991.98px) {
  .main-banner {
    height: auto;
    min-height: auto;
    background: none;
    padding-top: 0;
  }
}
.main-banner > .container {
  z-index: 9;
  position: relative;
}
@media (max-width: 991.98px) {
  .main-banner > .container > .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main-banner .banner-caption {
  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;
  position: relative;
  z-index: 2;
  padding-top: 130px;
}
@media (max-width: 575.98px) {
  .main-banner .banner-caption img {
    width: 180px;
    height: auto;
    margin-top: 15px;
  }
}
@media (max-width: 991.98px) {
  .main-banner .banner-caption {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url("../images/backgrounds/main-banner.webp") 0 0 no-repeat;
    background-size: cover;
    padding-bottom: 270px;
    padding-top: 200px;
  }
  .main-banner .banner-caption .banner-text {
    text-align: center;
    margin-top: 20px;
  }
  .main-banner .banner-caption + div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .main-banner .banner-caption {
    padding-top: 50%;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .main-banner .banner-caption {
    padding-top: 0;
    margin-top: -190px;
  }
}
.main-banner .banner-title {
  font-size: 65px;
  line-height: 65px;
  font-family: var(--font-family-2);
  margin: 0;
  margin-bottom: 6px;
}
@media (max-width: 1199.98px) {
  .main-banner .banner-title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 991.98px) {
  .main-banner .banner-title {
    font-size: 55px;
    line-height: 55px;
  }
}
@media (max-width: 767.98px) {
  .main-banner .banner-title {
    font-size: 45px;
    line-height: 45px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .main-banner .banner-title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .main-banner .banner-title {
    font-size: 50px;
    line-height: 50px;
  }
}
.main-banner .banner-text {
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 24px;
  font-family: var(--font-family-3);
}
@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;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .main-banner .banner-text {
    font-size: 18px;
    line-height: 26px;
    display: none;
  }
}
.main-banner .banner-form {
  background: var(--color-white);
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .main-banner .banner-form {
    margin-top: -240px;
    width: 100%;
    max-width: 460px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
    position: relative;
    z-index: 4;
  }
}
.main-banner .banner-form .form-header {
  font-family: var(--font-family-2);
  font-size: 27px;
  line-height: 1;
  color: var(--color-black);
  text-align: center;
  margin-bottom: 20px;
}
.main-banner .banner-form .form-control {
  margin-bottom: 12px;
}
.main-banner .banner-form .form-control:focus {
  background-color: var(--color-graybg);
}
.main-banner .banner-form .form-control.error {
  color: var(--color-white);
}
.main-banner .banner-form .form-control.error:focus {
  border: 1px solid var(--color-red);
}
.main-banner .banner-form label.error {
  display: none !important;
}
.main-banner .banner-form textarea.form-control {
  margin-bottom: 26px;
}

/* main-banner styles end  */
.form-control,
.form-select {
  height: 60px;
  font-size: 16px;
  line-height: 100%;
  border: none;
  padding: 22px;
}
.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
  color: var(--color-black);
}
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  color: var(--color-black);
}
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder {
  color: var(--color-black);
}
.form-control::placeholder,
.form-select::placeholder {
  color: var(--color-black);
}
.form-control.error,
.form-select.error {
  border: 1px solid var(--color-red);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

textarea.form-control {
  height: 210px;
}

@media (max-width: 575.98px) {
  .form-group.mb-4 {
    margin-bottom: 20px !important;
  }
}

.icon-panes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 202px;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
}
@media (max-width: 991.98px) {
  .icon-panes {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 202px;
  }
}
@media (max-width: 575.98px) {
  .icon-panes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--grid-row-gap);
  }
}

.icon-pane {
  background: var(--color-white);
  border-radius: 10px;
  padding: 36px 35px;
  padding-right: 45px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
}
.icon-pane .icon-bg {
  position: absolute;
  font-weight: 700;
  color: #f2f2f2;
  opacity: 0.6;
  font-size: 160px;
  line-height: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
@media (max-width: 575.98px) {
  .icon-pane {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.icon-image {
  color: var(--color-theme);
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 575.98px) {
  .icon-image {
    margin-bottom: 0;
    margin-right: 22px;
  }
}

.icon-label {
  color: var(--color-blue);
  font-family: var(--font-family-2);
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  position: relative;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .icon-label br {
    display: none;
  }
}

/* featurettes styles start */
.featurettes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 380px);
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
}
@media (max-width: 991.98px) {
  .featurettes {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 380px);
  }
}
@media (max-width: 767.98px) {
  .featurettes {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.featurettes .featurettes-description {
  font-size: 20px;
  line-height: 28px;
  font-family: var(--font-family-m);
  color: var(--color-black);
}
@media (max-width: 575.98px) {
  .featurettes .featurettes-description {
    margin-bottom: 0;
  }
}

.featurette {
  height: 100%;
  position: relative;
  color: var(--color-white);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}
.featurette:before {
  content: " ";
  opacity: 1;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-20%, #000000), color-stop(50%, rgba(0, 255, 0, 0)));
  background: linear-gradient(0deg, #000000 -20%, rgba(0, 255, 0, 0) 50%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.featurette a {
  color: var(--color-white);
  text-decoration: none;
}
.featurette img {
  width: 100%;
  opacity: 0;
}
.featurette .featurette-text {
  position: absolute;
  left: 30%;
  bottom: -30px;
}
.featurette .featurette-text img {
  opacity: 1 !important;
  width: auto;
}
.featurette:nth-child(3) .featurette-text {
  bottom: 0px;
}
.featurette:nth-child(4) .featurette-text {
  bottom: -200px;
}
.featurette:nth-child(5) .featurette-text {
  bottom: -25px;
}
.featurette .featurette-inner {
  width: 100%;
  height: 100%;
  padding: 31px 34px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  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;
}
@media (max-width: 767.98px) {
  .featurette .featurette-inner {
    padding: var(--grid-column-gap) var(--grid-row-gap);
  }
}
.featurette .featurette-number {
  font-family: var(--font-family-m);
  font-size: 14px;
  line-height: 36px;
  color: var(--color-white);
  opacity: 0.5;
}
.featurette .featurette-title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  font-family: var(--font-family-2);
}
@media (max-width: 767.98px) {
  .featurette .featurette-title {
    font-size: 33px;
    line-height: 33px;
  }
  .featurette .featurette-title br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .featurette {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 575.98px) {
  .featurette {
    aspect-ratio: 3/2;
  }
}

.featurette:first-child:before {
  display: none;
}
@media (max-width: 767.98px) {
  .featurette:first-child {
    aspect-ratio: auto;
  }
}
@media (max-width: 575.98px) {
  .featurette:first-child {
    text-align: center;
  }
}

.featurette-button {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: var(--grid-column-gap);
  grid-column: 1 / span 3;
  margin-top: var(--grid-row-gap);
}
@media (max-width: 991.98px) {
  .featurette-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.featurette-button .button {
  grid-area: 1/2/1/3;
}
@media (max-width: 575.98px) {
  .featurette-button .button {
    width: 100%;
  }
}

/* featurettes styles end */
/* call to us banner style start */
.call-banner {
  color: var(--color-white);
  background: url("../images/backgrounds/call-us.webp") center center no-repeat;
  background-size: cover;
}
.call-banner.covered {
  position: relative;
}
.call-banner.covered::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 107, 3, 0.8);
}
.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: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.call-banner-subhead {
  font-size: 30px;
  line-height: 36px;
  text-transform: none;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .call-banner-subhead {
    font-size: 25px;
    line-height: 34px;
  }
}
@media (max-width: 767.98px) {
  .call-banner-subhead {
    font-size: 20px;
    line-height: 29px;
  }
}
.call-banner .icons-set ul li a {
  background: var(--color-blue);
  color: var(--color-white);
}

/* call to us banner style end */
/*columned content styles start */
.columned-content .text {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 33px;
  font-family: var(--font-family-m);
  color: var(--color-black);
}
@media (max-width: 575.98px) {
  .columned-content .text {
    text-align: center;
  }
}

.block-subheader {
  font-size: 24px;
  line-height: 30px;
  font-family: var(--font-family-m);
  font-weight: 500;
  line-height: 100%;
  color: var(--color-black);
  margin-bottom: 33px;
}
.block-subheader.white {
  color: var(--color-white);
}
@media (max-width: 575.98px) {
  .block-subheader {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
  }
}

/*columned content styles end */
.process {
  background: url("../images/backgrounds/started.png") 50% 150% no-repeat var(--color-white);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
  padding-top: 100px;
  padding-bottom: 75px;
}
@media (max-width: 991.98px) {
  .process {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (max-width: 575.98px) {
  .process {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) and (max-height: 567px) {
  .process {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.process-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--grid-column-gap);
  margin-top: 25px;
}
@media (max-width: 575.98px) {
  .process-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.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;
  border-radius: 5px;
  color: var(--color-blcak);
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.process-flag img {
  height: 50px;
  margin-bottom: 25px;
}
.process-line {
  position: absolute;
  top: 26px;
  width: 100%;
  height: 1px;
  border-top: 3px dashed var(--color-blue);
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.process-line.left {
  left: 0;
  display: none;
}
.process-line.right {
  left: 50%;
}
@media (max-width: 767.98px) {
  .process-line {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .process-line.right {
    display: block;
    bottom: 0;
    left: 57px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    width: 50px;
  }
}
.process-number {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-blue);
  color: var(--color-white);
  border-radius: 50%;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: var(--font-family-2);
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 575.98px) {
  .process-number {
    margin-bottom: 0;
    margin-right: 12px;
  }
}
.process-name {
  font-size: 24px;
  line-height: 28px;
  font-family: var(--font-family-2);
  font-weight: normal;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (max-width: 991.98px) {
  .process-name {
    font-size: 21px;
    line-height: 25px;
  }
}
@media (max-width: 767.98px) {
  .process-name br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .process-name {
    text-align: left;
  }
}

.icons-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icons-set ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 35px;
}
@media (max-width: 575.98px) {
  .icons-set ul {
    gap: 18px;
    width: 273px;
  }
}
.icons-set ul li 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;
  background: var(--color-white);
  color: var(--color-theme);
  border-radius: 50%;
  width: 79px;
  height: 79px;
  font-size: 28px;
}

.contact-section {
  color: var(--color-white);
  border-radius: 10px;
  position: relative;
  z-index: 4;
}
@media (max-width: 575.98px) {
  .contact-section img {
    width: 180px;
    height: auto;
  }
}
.contact-section .block-subheader {
  font-family: var(--font-family-3);
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .contact-section .block-subheader br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .contact-section .block-subheader {
    font-size: 20px;
    line-height: 26px;
  }
}

.form {
  font-size: 15px;
  line-height: 30px;
  max-width: 880px;
  width: 100%;
  margin-top: 45px;
}
.form label {
  margin-bottom: 9px;
}
.form label sup {
  color: var(--color-red);
}
@media (max-width: 575.98px) {
  .form label {
    margin-bottom: 3px;
  }
}
.form .button {
  margin-top: 30px;
  margin-bottom: 60px;
}
.form .error {
  color: var(--color-red);
}
@media (max-width: 575.98px) {
  .form {
    margin-top: 35px;
  }
}

.form-control {
  border: none;
}
.form-control:hover, .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input.form-control {
  height: 60px;
}

textarea.form-control {
  height: 230px;
}

.footer-info {
  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: 14px;
  color: var(--color-white);
  padding-top: 45px;
}
@media (max-width: 991.98px) {
  .footer-info {
    -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;
  }
  .footer-info > div {
    text-align: center;
  }
}
.footer-info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-info a {
  color: var(--color-white);
}

/* page blocks imports end */
/* root styles start */
html,
body {
  font-family: var(--font-family-3);
  color: var(--color-black);
  scroll-behavior: smooth;
  position: absolute;
  width: 100%;
  height: 100%;
}

.container {
  --bs-gutter-x: var(--grid-column-gap);
}
@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}
@media (max-width: 1350px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .container {
    --bs-gutter-x: calc(var(--grid-column-gap) * 2);
  }
}

.row {
  --bs-gutter-x: var(--grid-column-gap);
}
.row > * {
  --bs-gutter-x: var(--grid-column-gap);
}
@media (max-width: 767.98px) {
  .row > * {
    --bs-gutter-x: calc(var(--grid-column-gap) * 2);
  }
}
@media (max-width: 767.98px) {
  .row {
    --bs-gutter-x: calc(var(--grid-column-gap) * 2);
  }
}

.bg-gray {
  background-color: var(--color-graybg);
}

/* root styles end */
a.process-item:hover {
  color: inherit;
}