@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*=== Media Query ===*/
.site-header {
  background: #fff;
}

.site-header .navbar {
  padding: 25px 0;
}

.site-header .nav-link {
  color: #004c97;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.site-header .navbar-light .navbar-nav .nav-link {
  color: #004c97;
}

.site-header .nav-item {
  position: relative;
  z-index: 1;
  margin-left: 12px;
  margin-right: 12px;
}

.site-header .nav-item:last-child {
  margin-right: 0;
}

.site-header .nav-item:after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  bottom: 0px;
  left: 0;
  transition: .3s;
  background: #00a2e4;
  z-index: -1;
}

@media (min-width: 992px) {
  .site-header .nav-item:hover:after, .site-header .nav-item.active:after {
    width: 100%;
  }
  #index .site-header .nav-item.index:hover:after,
  #index .site-header .nav-item.index:after,
  #partner .site-header .nav-item.partner:hover:after,
  #partner .site-header .nav-item.partner:after,
  #reviews .site-header .nav-item.reviews:hover:after,
  #reviews .site-header .nav-item.reviews:after,
  #compliance .site-header .nav-item.compliance:hover:after,
  #compliance .site-header .nav-item.compliance:after,
  #contact-us .site-header .nav-item.contact-us:hover:after,
  #contact-us .site-header .nav-item.contact-us:after {
    width: 100%;
  }
}

@media (max-width: 992px) {
  #site-mobile-nav {
    position: absolute;
    /* height: 100%; */
    width: 100%;
    /* background: #fff; */
    z-index: 111;
    top: 100%;
    padding: 0 20px;
    background: #fff;
  }
  #site-mobile-nav .navbar-nav {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.hero-area {
  background: url(../image/hero-bg.jpg);
  padding-top: 90px;
  padding-bottom: 165px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .hero-area {
    background-position: center;
  }
}

.hero-area::after {
  content: url(../image/hero-pattern.png);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.hero-text .hero-title {
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 20px;
  font-size: 40px;
  line-height: 54px;
}

@media (min-width: 768px) {
  .hero-text .hero-title {
    font-size: 50px;
    line-height: 64px;
  }
}

.hero-text p {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.hero-text .hero-btn {
  padding-top: 20px;
}

.hero-text .hero-btn a {
  min-width: 230px;
  height: 50px;
  box-shadow: 0 1px 4px rgba(0, 101, 173, 0.4), inset 0 1px 2px rgba(19, 182, 248, 0.57);
  border-radius: 3px;
  background-color: #00a2e4;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.hero-single-fact {
  text-align: center;
}

.hero-single-fact .fact-title {
  color: #a4e5ff;
  font-size: 60px;
  font-weight: 400;
  line-height: 50px;
}

.hero-single-fact span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  padding-top: 10px;
}

.feature-card {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.03);
  padding: 30px 32px 20px 30px;
  transition: .3s;
}

@media (min-width: 768px) {
  .feature-card {
    min-height: 276px;
    height: 100%;
  }
}

.feature-card .card-body {
  padding: 0;
}

.feature-card .card-img {
  text-align: center;
  margin-bottom: 25px;
}

.feature-card p {
  color: #444;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.feature-card .card-link {
  text-align: right;
  color: #444;
  transition: .1s;
}

.feature-card:hover {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}

.feature-card:hover .card-link {
  color: #00a2e4;
}

.contact-cta {
  background: #004c97;
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}

/*
.contact-cta::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../image/cta-overlay.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/

.contact-cta .cta-content {
  color: #fff;
  text-align: center;
}

.contact-cta .cta-content .cta-title {
  color: inherit;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
}

.contact-cta .cta-content .btn-cta {
  color: inherit;
  min-width: 230px;
  height: 50px;
  box-shadow: 0 1px 4px rgba(0, 101, 173, 0.6), inset 0 1px 2px rgba(19, 182, 248, 0.57);
  border-radius: 3px;
  background-color: #00a2e4;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 64px;
  text-transform: uppercase;
  /* Text style for "C, HAT WIT" */
  letter-spacing: 1.02px;
}

.contact-cta .cta-content .btn-bottom-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.08px;
  padding-top: 10px;
}

.brand-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.brand-logos .single-brand {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 30px;
  margin-left: 30px;
  opacity: .7;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  transition: .4s;
}

.brand-logos .single-brand:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.available-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.available-block p {
  margin-bottom: 10px;
}

.compatib-area .brand-logos {
  margin-bottom: 45px;
}

.site-footer {
  background: #ffffff;
  padding-top: 100px;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  margin-top: -15px;
}

.navbar-brand img {
  width: 205px;
}

.footer-text {
  font-size: 16px;
  color: #999999;
}

.footer-text-black {
  color: #444;
}

.footer-nav {
  margin-bottom: 20px;
}

.footer-nav a {
  color: #444;
  font-size: 16px;
  padding-left: 0px;
  padding-right: 13px;
  margin-right: 13px;
  margin-bottom: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-right: 1px solid #444444;
  line-height: 1.2;
}

.footer-nav a:last-child {
  border-right: none;
}

.footer-nav a:hover {
  color: #2E8DFC;
}

.adress-text {
  margin-top: 24px;
}

.copyright-area {
  padding-top: 25px;
  padding-bottom: 28px;
  border-top: 1px solid #ddd;
}

.copyright-area p {
  margin-bottom: 0;
}

.contact-banner {
  background: #f6f6f6;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .contact-banner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.contact-banner .banner-title {
  margin-bottom: 70px;
}

.contact-widget-wrapper {
  padding-top: 50px;
  margin-bottom: -70px;
}

@media (min-width: 768px) {
  .contact-widget-wrapper {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .contact-widget-wrapper {
    padding-left: 55px;
  }
}

.contact-widget-wrapper .single-contact-widget {
  margin-bottom: 70px;
}

.single-contact-widget {
  align-items: center;
}

.single-contact-widget .widget-icon {
  margin-right: 20px;
}

.single-contact-widget .widget-texts .widget-title {
  font-size: 16px;
  color: #444444;
  margin-bottom: 8px;
}

.single-contact-widget .widget-texts p {
  font-size: 16px;
  color: #444444;
  line-height: 24.08px;
}

.single-contact-widget .widget-texts p:last-child {
  margin-bottom: 0;
}

.contact-map {
  height: 400px;
  width: 100%;
}

.contact-map > div {
  width: 100%;
  height: 100%;
}

.partner-content {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f6f6f6;
}

@media (min-width: 768px) {
  .partner-content {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.deffence-form {
  background: #004c97;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
  border-radius: 10px;
}

.deffence-form::before {
  content: url(../image/form-pattern.png);
  position: absolute;
  top: 0;
  left: 0;
}

/*
.deffence-form::after {
  content: url(../image/form-pattern-bottom.png);
  position: absolute;
  bottom: 0;
  right: 0;
}
*/

.deffence-form .form-text {
  text-align: center;
  padding-bottom: 20px;
}

.deffence-form .form-text p {
  color: #ffffff;
  font-size: 15px;
  line-height: 24.08px;
}

.deffence-form .form-control {
  font-size: 14px;
}

.deffence-form .form-control::-webkit-input-placeholder {
  color: #444444;
}

.deffence-form .form-control::-moz-placeholder {
  color: #444444;
}

.deffence-form .form-control:-ms-input-placeholder {
  color: #444444;
}

.deffence-form .form-control::-ms-input-placeholder {
  color: #444444;
}

.deffence-form .form-control::placeholder {
  color: #444444;
}

.deffence-form input {
  height: 42px;
}

.deffence-form textarea {
  height: 173px;
}

.deffence-form .nice-select {
  width: 100%;
}

.deffence-form .nice-select .list {
  width: 100%;
}

.deffence-form .form-submit {
  width: 230px;
  height: 50px;
  box-shadow: 0 1px 4px rgba(0, 101, 173, 0.6), inset 0 1px 2px rgba(19, 182, 248, 0.57);
  border-radius: 3px;
  background-color: #00a2e4;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.placeholder-abs {
  position: absolute;
  top: 2px;
  right: 10px;
  height: 10%;
  background: #fff;
  color: #cdcdcd;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  z-index: 99;
}

.banner-title {
  margin-bottom: 50px;
}

.scam-alert {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.08px;
}

.scam-alert .hero-img {
  margin-bottom: 95px;
}

.scam-alert p {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.08px;
}

.text-sky-blue {
  color: #00a2e4;
}

.compliance-media {
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  padding: 44px 35px 35px 44px;
  color: #444;
  transition: .4s;
  display: block;
}

@media (min-width: 768px) {
  .compliance-media {
    display: flex;
  }
}

.compliance-media P {
  color: #444;
}

.compliance-media .media-img {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .compliance-media .media-img {
    margin-bottom: 0;
  }
}

.compliance-media .media-link {
  text-align: right;
  color: #00a2e4;
  font-size: 16px;
}

.compliance-media:hover {
  box-shadow: 0 0 22px rgba(0, 162, 228, 0.2);
}

.review-img-2 {
  margin-bottom: 12px;
  margin-top: 20px;
}

.review-img-3 {
  margin-bottom: 8px;
}

.review-img-4 {
  margin-bottom: 17px;
}

.review-img-5 {
  margin-bottom: 18px;
}

.gmap_canvas {
  width: 100% !important;
}

.review-card {
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  min-height: 220px;
  height: 100%;
  padding: 35px;
}

.review-card .review-btn {
  margin-top: 36px;
}

.review-card .review-btn a {
  box-shadow: 0 1px 4px rgba(0, 101, 173, 0.6), inset 0 1px 2px rgba(19, 182, 248, 0.57);
  border-radius: 3px;
  background-color: #00a2e4;
  padding: 11px 16px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.02px;
  color: #fff;
  text-transform: uppercase;
}

/*# sourceMappingURL=maps/style.css.map */

#contact-recaptcha > * {
  margin: 0 auto;
}

#contact-form .flash {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

#contact-form .not-sent {
  color: #ff3333;
}

.hello-bar {
  background-color: #0264c8;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.hello-bar a {
  color: #01df73;
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
}

#index .site-header .navbar {
  align-items: flex-end;
}

#index .hero-title {
  font-size: 38px;
  line-height: 1.2;
}

#index .brand-logos {
  transform: scale(0.75);
}

#reviews .iolo-pcmag {
  padding-bottom: 60px;
}

#reviews .pcmag-quote {
  color: #444444;
  font-size: 24px;
  font-weight: 700;
}

#reviews .pcmag-cite {
  font-size: 24px;
}

