.fs-22 {
  font-size: 22px;
}

.fs-18 {
  font-size: 18px;
}

.text-graylight {
  color: #C5C5C5 !important;
}

form input[type=text], form input[type=search], form textarea, form input[type=email] {
  border-bottom: 1px solid #02B3FD;
}

.header__logo div, .header__logo img {
  width: 310px !important;
}

.bg-dark-1 {
  background-color: #2C2C2D !important;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

::selection {
  color: #ffffff !important;
  background-color: #02B3FD !important;
  text-shadow: none;
}

.text-blue {
  color: #02B3FD !important;
}

a:not([href]):not([class]) {
  color: white;
  text-decoration: none;
}

.fa.fa-chevron-right {
  font-size: 20px !important;
}

.subnav-list {
  position: relative;
  top: 0;
}

.navList li a.submenu {
  font-size: 24px !important;
  margin-left: 20px;
  letter-spacing: 0.5px;
}

.masthead.-type-1 .masthead__title {
  line-height: 1.2;
  font-size: 4.5rem;
}

.header__menu .nav-button-open:hover .icon {
  color: #02B3FD !important;
}

.header.-sticky-initial.-sticky-dark .header__bar, .header.is-sticky.-sticky-dark .header__bar {
  background-color: #222324;
  opacity: 0.99;
}

.masthead.-type-1 .masthead__text {
  max-width: 27.75rem;
  font-size: 20px;
}

.nav__bg {
  background-color: #222324;
}

.header__menu .text {
  color: #ffffff !important;
  display: block;
  font-size: 10px;
  position: relative;
  top: -6px;
}

a:hover {
  text-decoration: none;
  color: #02B3FD !important;
}

.nav__container {
  padding-top: 3rem;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.nav-mt-5 {
  margin-top: 30px;
}

.nav__content {
  padding-top: 2rem;
}

.navList li a {
  font-size: 24px;
}

.nav__inner {
  width: 50%;
  right: 0 !important;
  left: auto;
}

.nav__bg {
  width: 50vw;
  right: 0 !important;
  left: auto;
}

.masthead.bg-dark-1 {
  background-image: url("../img/bg-header@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.masthead .button.-outline-white:hover {
  background-color: #ffffff !important;
  color: #18191A !important;
}
.masthead .button {
  border: none;
  color: #ffffff !important;
  background: #4a4ba8;
  background: linear-gradient(180deg, #4a4ba8 0%, #3c72cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a4ba8",endColorstr="#3c72cd",GradientType=1);
}

header.video-box {
  position: relative;
  background-color: black;
  height: 90vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
header.video-box video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
header.video-box .container {
  position: relative;
  z-index: 2;
}
header.video-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
header.video-box .display-3 {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff !important;
  width: 30%;
  text-align: left;
}

section.personalized-support {
  position: relative;
  background-color: black;
  height: 90vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
section.personalized-support video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
section.personalized-support .container {
  position: relative;
  z-index: 2;
}
section.personalized-support .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
section.personalized-support .display-3 {
  font-size: 70px;
  font-weight: 700;
  color: #ffffff !important;
}
section.personalized-support .subtitle {
  font-size: 0.875rem;
  margin-bottom: 0;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.company .sectionHeading__title {
  font-size: 65px !important;
  line-height: 75px !important;
}
.company .number {
  font-size: 65px !important;
  font-family: "Inter", sans-serif !important;
}
.company .number .plus {
  color: #5854B1 !important;
}

.services-box .blogCard.-type-2 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #8a6aca;
  background: linear-gradient(180deg, #8a6aca 0%, #453565 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8a6aca",endColorstr="#453565",GradientType=1);
}
.services-box .rounded-4 {
  border-radius: 8px;
}

.offer-box .mt-40 {
  margin-top: 1.5rem !important;
}

.map-box .sectionHeading.-xl .sectionHeading__title {
  line-height: 1.1;
  font-weight: 700;
  font-size: 80px;
}
.map-box p {
  line-height: 40px;
}

.awards-box .title-award {
  font-size: 22px;
  line-height: 28px;
}

.contact-box.layout-pt-lg {
  padding-top: 14rem;
}
.contact-box.layout-pb-lg {
  padding-bottom: 10rem;
}
.contact-box .button {
  border: none;
  color: #ffffff !important;
  background: #4a4ba8;
  background: linear-gradient(180deg, #4a4ba8 0%, #3c72cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a4ba8",endColorstr="#3c72cd",GradientType=1);
}

footer.bg-footer {
  background-color: #222324;
}

a.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.button.-md {
  text-transform: inherit;
}

.masthead.-type-1.contact-header {
  overflow: visible;
  display: flex;
  align-items: center;
  height: 80vh;
  width: 100%;
}

.masthead.-type-1.contact-header.mini-header{
  height: 15vh !important;
}


.contact-form {
  background: #ffffff;
  border: 1px solid gray;
  padding: 40px;
  border-radius: 10px;
}
.contact-form .text-white {
  color: #2C2C2D !important;
}
.contact-form .button {
  background-color: #02B3FD !important;
  color: #ffffff !important;
  border: 0.0625rem solid #ffffff;
}
.contact-form .custom-select {
  color: #2C2C2D !important;
  border: 1px solid #ffffff;
  border-radius: 0;
  border-bottom: 1px solid #02B3FD !important;
}

.box-white {
  background: #ffffff;
  border: 1px solid gray;
  padding: 40px;
  border-radius: 10px;
  color: #2C2C2D !important;
}

.masthead.-type-1.about {
  overflow: visible;
  display: flex;
  align-items: center;
  height: 80vh;
  width: 100%;
}

.top-index {
  position: absolute;
  z-index: 50;
}

.preloader__bg::after {
  content: "";
  display: block;
  background-image: url("../img/g.gif");
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 45%;
  left: 48%;
}

.bg-gradient-purple {
  background: #8a6aca;
  background: linear-gradient(180deg, #8a6aca 0%, #453565 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8a6aca",endColorstr="#453565",GradientType=1);
  border: 0px solid transparent;
}

.point {
  font-size: 34px;
  font-weight: bolder;
  position: relative;
  top: 4px;
}
.point.blue {
  color: #02B3FD !important;
}
.point.cyan {
  color: #8BCFFD !important;
}
.point.purple {
  color: #8A6ACA !important;
}

.masthead .button.contact {
  border: none;
  color: #ffffff !important;
  background: none;
}

a.button.-md.-outline-white.text-white.mt-5.btn-logo {
  background-color: transparent;
}

.fs-36 {
  font-size: 36px !important;
  line-height: 44px !important;
  letter-spacing: 0em !important;
}

.mt-130 {
  margin-top: 130px;
}

.masthead.bg-dark-2 {
  background-image: url(../img/bg-header-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.ls-0 {
  letter-spacing: 0px;
}

.modal-content {
  background-color: #2C2C2D;
}

.close {
  color: #ffffff;
  opacity: 1;
}

.modal-header .close {
  padding: 0.2rem 0.5rem;
}

.modal-header {
  border-bottom: initial;
  margin-top: 20px;
  padding: 1rem 3rem;
}

.modal-body h1 {
  font-size: 30px;
  line-height: 33px;
  color: #02B3FD;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 1rem 2rem !important;
}

.modal-body p {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-weight: normal;
  padding: 0rem 2rem !important;
}

.modal-footer {
  justify-content: start;
  border-top: initial;
  margin-bottom: 20px;
  padding: 1rem 3rem !important;
}

.modal-backdrop.show {
  opacity: 0.8;
}

@media (min-width: 576px) {
    .modal-dialog {
      max-width: 600px;
    }
}

@media (min-width: 428px) {
  .close {
    position: absolute;
    top: 0px;
    right: 2px;
  }
}