@import url("http://fonts.cdnfonts.com/css/google-sans");

* {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
}
a,
button {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 95%;
  }
}
.display {
  display: none;
}
@media screen and (max-width: 992px) {
  nav:not(.mobile-menu) i.fa-bars {
    display: block;
  }
  nav.mobile-menu i.fa-times {
    display: block;
  }
}
header i {
  margin-left: auto;
  font-size: 18px;
}
header {
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 100;
}
header.bg {
  color: #000;
  background-color: #fff;
  box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
}
header .logo-light {
  display: block;
}
header .logo-dark {
  display: none;
}
header.bg .logo-light {
  display: none;
}
header.bg .logo-dark {
  display: block;
}
header nav.mobile-menu .logo-light {
  display: block;
}
header nav.mobile-menu .logo-dark {
  display: none;
}
header .logo {
  padding: 0;
  z-index: 15;
}
header .logo img {
  max-height: 55px;
}
@media screen and (max-width: 992px) {
  .nav-links {
    display: none !important;
  }
  nav .row {
    padding: 20px 35px;
    display: flex;
    justify-content: space-between;
  }
  nav .row > div {
    max-width: 30%;
  }
  nav .row > .logo {
    max-width: 60%;
    text-align: left;
  }
  nav .logo img {
    max-width: 100%;
    max-height: 65px;
  }
}
nav {
  text-align: right;
}
nav > div {
  padding: 10px 50px;
}
nav .nav-links {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: end;
  list-style: none;
  margin: 0;
}
nav .nav-links li a {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 16px;
  text-align: left;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-size: 16px;
  font-weight: 700;
  border-radius: 24px;
}
nav .nav-links li:hover a {
  background-color: hsla(0, 0%, 98%, 0.15);
}
nav .mobile-toggle {
  z-index: 15;
  padding: 0;
}
.down-menu {
  position: relative;
}
.down-menu ul {
  display: none;
}
.connector {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 10;
  height: 20px;
}
@media screen and (min-width: 992px) {
  .down-menu:hover ul,
  .down-menu .connector:hover,
  .down-menu ul:hover {
    display: block;
  }
}
.down-menu ul {
  position: absolute;
  top: calc(50% + 30px);
  padding: 24px;
  padding-bottom: 18px;
  min-width: 240px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.25);
  left: 50%;
  transform: translate(-50%);
  background-color: #fff;
  text-align: left;
  z-index: 11;
  border-radius: 6px;
}
.down-menu ul li {
  display: block;
  margin-bottom: 6px;
}
.down-menu ul li:hover {
  display: block;
}
.down-menu ul li a {
  color: #4a4a4a !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  margin-left: -8px;
  padding: 9px 16px !important;
}
@media screen and (min-width: 768px) {
  .down-menu ul li a:hover {
    color: #0468d7 !important;
    background-color: #f8f9fa !important;
    font-weight: 700 !important;
  }
  header.bg nav .nav-links li:hover > a {
    background-color: #f8f9fa;
  }
}

footer {
  background-color: #f8f9fa;
  padding: 70px 0;
}
footer .footer-main h6 {
  font-weight: 700;
  margin-top: 10px;
  font-size: 12px !important;
}
footer .footer-main a,
footer .footer-main address {
  font-size: 12px !important;
}
footer .footer-main img {
  max-height: 35px;
  margin-bottom: 10px;
}
footer .footer-links {
  margin-bottom: 65px;
}
footer .footer-links ul {
  list-style: none;
}
footer .footer-links ul li {
  font-weight: 700;
  margin-bottom: 8px;
}
footer .footer-links ul a {
  text-decoration: none;
  color: inherit;
  font-weight: 400;
}
footer a {
  text-decoration: none;
  color: inherit;
  margin-right: 15px;
}
@media screen and (max-width: 780px) {
  footer .footer-social {
    text-align: center;
  }
}
footer .footer-social a i {
  font-size: 18px;
  color: #4a4a4a;
}
footer .footer-tray {
  margin-top: 34px;
}
footer .footer-tray .row {
  justify-content: space-between;
}
footer .footer-tray ul {
  list-style: none;
  display: flex;
  justify-content: end;
}

.row-inverse {
  flex-direction: row-reverse;
}
.butn {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  justify-content: center;
  padding: 0 30px;
  text-align: center;
  height: 50px;
  font-weight: 700;
  border-radius: 24px !important;
}
.btn-white {
  background-color: #fff !important;
  color: #0468d7 !important;
}
.btn-white:hover {
  color: #fff !important;
  border: #fff 1px solid !important;
  background-color: transparent !important;
}
.btn-tr {
  color: #0468d7 !important;
  border: #0468d7 1px solid !important;
}
.btn-tr:hover {
  background-color: #0468d7 !important;
  color: #fff !important;
}
.btn-bl {
  border: #000 solid 1px;
}
.btn-bl:hover {
  background-color: #fff !important;
  color: #000 !important;
  border: none;
}
.btn-blue {
  color: #fff;
  background-color: #0468d7;
  border: none;
}
.btn-blue:hover {
  color: #0468d7;
  border: #0468d7 1px solid;
  background-color: transparent;
}
.text-blue {
  color: #13b9fd;
}
.text-green {
  color: #14c2ad;
}
.text-coral {
  color: #f25d50;
}
.text-eyebrow {
  color: #4a4a4a;
}
.bg-mobile {
  background-image: linear-gradient(35deg, #fcfce2 30%, #c0e9ff 60%);
}
.bg-desktop {
  background-image: linear-gradient(35deg, #fcfce2 30%, #c0e9ff 60%);
}
.bg-web {
  background-image: linear-gradient(35deg, #fcfce2 30%, #c0e9ff 60%);
}
.bg-home {
  background-color: #1a68d3;
  background-image: radial-gradient(
      ellipse at bottom,
      #1a68d3 5%,
      transparent 60%
    ),
    linear-gradient(136deg, transparent, #71c7ee 290%),
    linear-gradient(115deg, #9d9af1, transparent 40%),
    linear-gradient(180deg, transparent 0, #1a68d3 70%),
    radial-gradient(ellipse at -70% -180%, transparent 80%, #71c7ee 0),
    radial-gradient(ellipse at bottom, #1a68d3 40%, transparent 80%),
    radial-gradient(ellipse at 5% 340%, transparent 80%, #bfc2f4 0);
}
.model-blue {
  background-image: linear-gradient(90deg, #9cc4f5, #b8f0f7);
}
.model-red {
  background-image: linear-gradient(90deg, #ff8485, #f9eac6);
}
.model-dark-blue {
  background-color: #042449;
}
@media screen and (max-width: 992px) {
  nav.mobile-menu {
    color: #fff;
  }
  nav.mobile-menu .col-lg-10 {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100% !important;
    width: 100%;
    height: 100%;
    background-color: #0468d7;
    color: #fff;
  }
  nav.mobile-menu .nav-links {
    display: block !important;
  }
  nav.mobile-menu ul.nav-links {
    display: block !important;
    position: absolute;
    top: 150px;
  }
  nav.mobile-menu .nav-links .down-menu > a::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    line-height: 1.7;
    margin-left: 10px;
  }
  nav.mobile-menu .contact a {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    background-color: #fff !important;
    color: #0468d7 !important;
    border-radius: 24px;
    padding: 8px !important;
    justify-content: center;
  }
  nav.mobile-menu .down-menu.open ul {
    display: block;
    position: initial;
    transform: none;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin-left: 24px;
    margin-top: 9px;
  }
  nav.mobile-menu .down-menu.open ul li a {
    color: #fff !important;
    background-color: transparent !important;
  }
}
.mh-100 {
  min-height: 100vh !important;
}
a {
  text-decoration: none;
  color: inherit;
}
.shadow {
  box-shadow: 0 5px 6px 0 rgba(60, 64, 67, 0.5),
    4px 5px 7px 5px rgba(60, 64, 67, 0.3);
}
.relative {
  position: relative;
}
iframe {
  max-width: 100% !important;
}