.border-solid {
  border: 1px solid rgba(1, 80, 176, 0.1);
}
body {
  color: #191919;
  font-family: "Sofia Pro", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  background: rgba(1, 80, 176, 0.05);
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
h1,
h2,
h3 {
  color: #0150B0;
}
.clear {
  clear: both;
}
header {
  z-index: 9;
}
.navbar {
  z-index: 99;
}
.navbar-brand img {
  width: 180px;
  display: block;
}
.navbar-brand img:hover {
  opacity: 0.7;
}
footer {
  padding: 15px 0 10px;
}
.back-to-top {
  border-radius: 5px;
  text-align: center;
  background: #000;
  color: #fff;
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 9999;
}
.back-to-top:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hiding {
  opacity: 0;
}
.visible {
  opacity: 1;
}
#mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f6f6f6;
  z-index: 10000;
  height: 100%;
}
#loader {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
.full-height {
  height: 100%;
}
.full-width {
  width: 100%;
}
.btn {
  height: 48px;
  border-radius: 28px;
  padding-left: 28px;
  padding-right: 28px;
}
.btn .btn-primary {
  color: #0150B0;
}
/**
 *  TOP BAR
 */
.top-bar {
  height: 51px;
  left: 0px;
  top: 0px;
  background: #072044;
}
.top-bar__left .nav-item .nav-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #ffffff;
}
.top-bar__left .nav-item .nav-link:hover {
  background: linear-gradient(180deg, #0150B0 0%, #36A5E0 100%);
}
.top-bar__left .nav-item .nav-link.active {
  background: linear-gradient(180deg, #0150B0 0%, #36A5E0 100%);
}
.top-bar__left .nav-item .nav-link.active:hover {
  cursor: default;
}
.top-bar__right .nav-item .nav-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #ffffff;
}
.top-bar__right .nav-item .nav-link .icon {
  margin-right: 3px;
  position: relative;
  top: -3px;
}
.navi-bar {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navi-bar__contact {
  font-weight: 600;
  line-height: 1;
  text-align: right;
  letter-spacing: -1px;
  height: 100%;
}
.navi-bar__contact-text {
  font-size: 18px;
  color: #191919;
  margin-bottom: 5px;
}
.navi-bar__contact-number {
  font-size: 34px;
  color: #0150B0;
}
.navi-bar .navbar {
  background: transparent;
}
.navi-bar .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1px;
  padding-left: 16px;
  padding-right: 16px;
}
/**
 * Hero
 */
.hero__content {
  max-width: 500px;
}
.hero__title {
  font-weight: 600;
  font-size: 56px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 28px;
}
.hero__subtitle {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}
.hero__float {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__float-box {
  width: 100%;
  max-width: 640px;
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 12px 30px rgba(140, 193, 255, 0.1);
  border-radius: 28px;
  padding: 30px 30px 30px;
}
.hero__float-header {
  padding-bottom: 26px;
  text-align: center;
}
.hero__float-header h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #0150B0;
  margin-bottom: 6px;
}
.hero__float-header p {
  margin: 0;
}
.hero-1 {
  background: url('../img/banner/hero-1.png') no-repeat center center;
  background-size: cover;
  min-height: 538px;
  margin-bottom: 120px;
}
.hero-1 .hero__content {
  min-height: 538px;
}
.hero-2 {
  background: url('../img/banner/hero-2.png') no-repeat center center;
  background-size: cover;
  min-height: calc(100vh - 180px);
  margin-bottom: 120px;
}
.hero-2 .hero__content {
  min-height: calc(100vh - 180px);
}
.hero-2.business {
  background: url('../img/banner/hero-business.png') no-repeat center center;
}
.hero-3 {
  background: url('../img/banner/hero-3.png') no-repeat center center;
  background-size: cover;
  min-height: calc(100vh - 180px);
  margin-bottom: 120px;
}
.hero-3 .hero__content {
  min-height: calc(100vh - 180px);
  max-width: none;
}
.hero-3 .banner-img img {
  width: 100%;
  max-width: 555px;
}
/**
 * Forms
 */
 .g-recaptcha {
     margin-bottom: 10px;
 }
.custom-form .form-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding-left: 3px;
}
.custom-form .form-control {
  background: #ffffff;
  border: 1px solid #a6acb3;
  border-radius: 12px;
  font-size: 14px;
  line-height: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.custom-form .form-control ::-webkit-input-placeholder {
  color: rgba(25, 25, 25, 0.33);
}
.custom-form .form-control :-ms-input-placeholder {
  color: rgba(25, 25, 25, 0.33);
}
.custom-form .form-control ::placeholder {
  color: rgba(25, 25, 25, 0.33);
}
.custom-form .btn-wrapper {
  margin-top: 33px;
}
.section .card {
  background: #ffffff;
  border: none;
  box-shadow: 0px 12px 30px rgba(140, 193, 255, 0.1);
  border-radius: 28px;
  padding: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.section .card-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1px;
}
.section .card-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin: 0;
  color: #000;
}
.section .card-body {
  padding: 26px 30px;
}
.section .card .icon-wrapper {
  padding: 26px 30px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 92px;
}
.section .card .icon-wrapper > div {
  width: 66px;
  height: 66px;
  text-align: center;
  display: flex;
  align-items: center;
}
.section .card .icon-wrapper > div img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
/**
 * Section
 */
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section__header {
  padding-bottom: 45px;
}
.section__header h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
}
.section__header p {
  margin: 0;
}
/**
 * About
 */
.highlight__item {
  margin-bottom: 100px;
}
.highlight__item:last-child {
  margin-bottom: 0;
}
.highlight__item h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
  margin-bottom: 38px;
  color: #0150B0;
}
.highlight__item p {
  margin-bottom: 28px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
.highlight__item p:last-child {
  margin: 0;
}
.highlight__form {
  background: linear-gradient(180deg, #0150B0 0%, #36A5E0 100%);
  box-shadow: 0px 12px 30px rgba(140, 193, 255, 0.1);
  border-radius: 28px;
  overflow: hidden;
}
.highlight__form-business {
  background: #062044;
}
.highlight__form h3 {
  color: #ffffff;
}
.highlight__form .custom-form {
  margin-top: 28px;
}
.highlight__form .custom-form .btn-wrapper {
  margin-top: 18px;
}
.highlight__form .highlight__item-content {
  padding-left: 25px;
  padding-right: 55px;
}
.contact {
  position: relative;
}
.contact:after {
  content: '';
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  background: #ffffff;
  z-index: 0;
}
.contact__wrapper {
  background: linear-gradient(180deg, #0150B0 0%, #36A5E0 100%);
  box-shadow: 0px 12px 30px rgba(140, 193, 255, 0.1);
  border-radius: 28px;
  overflow: hidden;
  padding: 75px;
  position: relative;
  z-index: 1;
}
.contact__wrapper-business {
  background: #062044;
}
.contact__wrapper-content .white-label {
  padding: 0 20px;
  height: 41px;
  background: #ffffff;
  border-radius: 100px;
  font-weight: bold;
  font-size: 16px;
  line-height: 41px;
  letter-spacing: 0.1px;
  color: #0150B0;
  margin-bottom: 24px;
  display: inline-block;
}
.contact__wrapper-content h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}
.contact__wrapper-content p {
  color: #ffffff;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
.footer {
  padding-top: 100px;
  padding-bottom: 0;
  background: #ffffff;
}
.footer__content {
  padding-bottom: 60px;
}
.footer__nav .nav-item {
  margin: 0;
  padding: 0;
}
.footer__nav .nav-link {
  font-size: 14px;
  line-height: 20px;
  padding-left: 0;
  padding: 4px 1rem 4px 0;
  color: #191919;
}
.footer-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #0150B0;
}
.footer-logo {
  max-width: 126px;
}
.footer__copyright {
  border-top: 1px solid rgba(49, 71, 97, 0.3);
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  opacity: 0.4;
  padding: 16px 0;
}
.form-subscribe {
  position: relative;
  padding-top: 4px;
}
.form-subscribe .form-control {
  padding-right: 124px;
  padding-left: 20px;
  border: 1px solid rgba(1, 80, 176, 0.1);
  border-radius: 100px;
  margin-bottom: 20px;
}
.form-subscribe .btn {
  position: absolute;
  right: 0;
  top: 4px;
}
@media (max-width: 992px) {
  .highlight__form .highlight__item-content {
    padding: 25px;
  }
  .navi-bar__contact {
    display: none;
  }
  .contact__wrapper {
    padding: 30px;
  }
  .contact__wrapper-content h3 {
    margin-bottom: 8px;
  }
  .contact__wrapper-content br {
    display: none;
  }
  .contact__wrapper-form {
    margin-top: 30px;
  }
  .footer-logo {
    margin-bottom: 24px;
  }
  .footer__subscribe {
    margin-top: 24px;
  }
  .footer__content {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    background: #fff;
  }
  .top-bar .col:first-child {
    width: 180px;
    flex: none;
  }
  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }
  body {
    padding-top: 0 !important;
  }
  header.fixed-top {
    position: relative !important;
  }
  .top-bar {
    height: auto;
  }
  .top-bar .col-md-6 {
    display: flex;
    justify-content: center;
  }
  .navi-bar {
    padding: 0;
  }
  .navbar-brand img {
    max-width: 100px;
  }
  .hero__title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .hero__float-box {
    top: 90%;
    padding: 15px;
  }
  .hero__float-box .btn-wrapper {
    margin-top: 16px;
  }
  .hero-1 {
    margin-bottom: 180px;
  }
  .hero-2 {
    margin-bottom: 180px;
  }
  .hero-3 {
    margin-bottom: 180px;
  }
  .highlight__form .highlight__item-content {
    padding: 25px;
  }
  .highlight__item-image {
    margin-bottom: 16px;
  }
  .highlight__item h3 {
    margin-bottom: 8px;
  }
  .card {
    max-width: 280px;
  }
}
@media (max-width: 450px) {
  .hero__title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .hero__float-box {
    top: 90%;
    padding: 15px;
  }
  .hero__float-box .btn-wrapper {
    margin-top: 16px;
  }
  .hero-1 {
    margin-bottom: 300px;
  }
  .hero-2 {
    margin-bottom: 300px;
  }
  .hero-3 {
    margin-bottom: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navi-bar .navbar-nav .nav-item a {
    font-size: 16px;
    line-height: 22px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .navi-bar__contact-number {
    font-size: 28px;
  }
  .highlight__form .highlight__item-image {
    overflow: hidden;
  }
  .highlight__form .highlight__item-image img {
    max-width: none;
    width: auto;
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    width: 1000px;
  }
}
.get-connected {
    background: #0d6efd;
    box-shadow: 0px 12px 30px rgba(140, 193, 255, 0.1);
    border-radius: 28px;
    cursor: pointer;
}
.get-connected > a {
    color: #fff !important;
}
#popup {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 320px;
    height: 490px;
    background-color: white;
    z-index: 99999;
}
.popup_close {
    padding: 3px 11px;
    border-radius: 50px;
    cursor: pointer;
    background-color: white;
    color: grey;
    right: 15px;
    top: 10px;
    position: absolute;
    font-weight: bold;
}
.popup_content {
    width: 320px;
    height: 490px;
    overflow: hidden;
}
.popup_banner {
    width: 320px;
    height: 490px;
}
.popup_container {
    /* Duplicate */
    display: none !important;
}
/* Hide announcement bar */
body > header > div.top-bar > div > div > div.col-xl-4.d-none.d-xl-block.announcement > p {
    display: none !important;
}
