@charset "UTF-8";

.main-background {
  height: 600px;
  background-size: cover;
  background-color: cornflowerblue;
  border-bottom-right-radius: 70%;
}

.main-background .main-text {
  text-align: center;
  margin-top: 140px;
}

.main-background .main-text .text {
  color: #ffffff;
}

.main-background .main-text .text h3 {
  font-size: 1.75rem;
  width: 45%;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .main-background .main-text .text h3 {
    width: 85%;
  }
}

.main-background .main-text .text a {
  margin-top: 50px;
}

.main-background .main-text .text .signup {
  padding: 10px 40px;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.main-background .main-text .text .signup:hover {
  background: #ffffff;
  color: #00acee;
  text-decoration: none;
}

.site-preview {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}

.site-preview .preview-mock {
  width: 67%;
  margin-top: -160px;
}

@media screen and (min-width: 1200px) {
  .site-preview .preview-mock {
    margin-top: -240px;
  }
}

@media screen and (max-width: 768px) and (min-width: 767px) {
  .site-preview .preview-mock {
    display: none;
  }
}

@media screen and (max-width: 568px) {
  .site-preview .preview-mock {
    display: none;
  }
}

.site-preview .carousel-preview {
  margin-top: -25rem;
}

@media screen and (max-width: 1200px) {
  .site-preview .carousel-preview {
    margin-top: -21rem;
  }
}

@media screen and (max-width: 991px) {
  .site-preview .carousel-preview {
    margin-top: -15.5rem;
  }
}

@media screen and (max-width: 768px) {
  .site-preview .carousel-preview {
    margin-top: -11.5rem;
  }
}

@media screen and (max-width: 568px) {
  .site-preview .carousel-preview {
    margin-top: -4.5rem;
  }
}

@media screen and (max-width: 328px) {
  .site-preview .carousel-preview {
    margin-top: -2.5rem;
  }
}

.site-preview .carousel {
  width: 52.5% !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 568px) {
  .site-preview .carousel {
    width: 100% !important;
  }
}

.site-preview .preview-images {
  height: 358px;
  margin-left: 3px;
}

@media screen and (max-width: 1200px) {
  .site-preview .preview-images {
    height: 310px;
  }
}

@media screen and (max-width: 991px) {
  .site-preview .preview-images {
    height: 232px;
  }
}

@media screen and (max-width: 768px) {
  .site-preview .preview-images {
    height: 170px;
  }
}

.az {
  background-image: url(/images/az.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  margin-bottom: 40px;
}

.az .content {
  display: flex;
}

.az .content h3 {
  color: white;
}

.az .content p {
  color: white;
}

.az .content .cont {
  width: 50%;
  margin-top: 100px;
}

.az .content .img {
  width: 35%;
}

.az .content .img img {
  width: 100%;
  margin-left: 79px;
}

@media screen and (max-width: 998px) {
  .az .content {
    flex-wrap: wrap;
    text-align: center;
  }

  .az .content h3 {
    color: white;
  }

  .az .content p {
    color: white;
  }

  .az .content .cont {
    width: 100%;
    margin-top: 100px;
  }

  .az .content .img {
    width: 100%;
  }

  .az .content .img img {
    width: 60%;
    margin-left: 0 !important;
  }
}

.wz {
  margin-bottom: 40px;
}

.wz .why {
  display: flex;
}

.wz .why h3 {
  color: #162447;
  margin-bottom: 20px;
}

.wz .why p {
  color: #162447;
}

.wz .why .cont {
  width: 50%;
  margin-top: 55px;
}

.wz .why .cont .item {
  display: flex;
  margin-bottom: 10px;
}

.wz .why .cont .item span {
  border: 1px solid #999999;
  border-radius: 93%;
  padding: 5px 15px;
}

.wz .why .cont .item p {
  margin-left: 20px;
}

.wz .why .img {
  width: 50%;
}

.wz .why .img img {
  width: 90%;
  margin-right: 79px;
}

@media screen and (max-width: 998px) {
  .wz .why {
    flex-wrap: wrap;
  }

  .wz .why h3 {
    color: #162447;
    margin-bottom: 20px;
  }

  .wz .why p {
    color: #162447;
  }

  .wz .why .cont {
    width: 100%;
    margin-top: 55px;
    text-align: center;
  }

  .wz .why .cont .item {
    text-align: center;
    display: flex;
    margin-bottom: 10px;
  }

  .wz .why .cont .item span {
    border: 1px solid #999999;
    border-radius: 93%;
    padding: 5px 15px;
  }

  .wz .why .cont .item p {
    margin-left: 20px;
  }

  .wz .why .img {
    width: 100%;
    text-align: center;
  }

  .wz .why .img img {
    width: 60%;
    margin-right: 0 !important;
  }
}

.cta {
  background-color: #00acee;
  text-align: center;
  padding: 80px;
}

.cta h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #ffffff;
}

.cta a {
  border: 1px solid #ffffff;
  padding: 10px 30px;
  color: #ffffff;
}

.cta a:hover {
  background: #ffffff;
  color: #00acee;
  text-decoration: none;
}

.footer {
  position: relative;
  padding: 15px;
  text-align: center;
}

.footer .social {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

@media screen and (max-width: 920px) {
  .footer .social {
    position: unset;
  }

  .footer .social img {
    width: 30px !important;
  }
}

@media screen and (max-width: 520px) {
  .footer .social img {
    width: 30px !important;
  }
}

@media screen and (max-width: 920px) {
  .footer .social {
    bottom: 0;
  }
}

.footer .social a img {
  width: 10%;
  margin-right: 10px;
}

.footer .footer-links {
  position: absolute;
  bottom: 30px;
  right: 20px;
}

@media screen and (max-width: 920px) {
  .footer .footer-links {
    display: none;
  }
}

.footer .footer-links a {
  text-decoration: none;
  color: #00acee;
}

.footer .footer-links a:hover {
  text-decoration: none;
  color: #00acee;
}

.main-nav {
  background-color: #ffffff;
  position: relative;
  padding: 15px;
}

.main-nav .logo img {
  width: 10%;
}

.main-nav .top-right {
  position: absolute;
  right: 20px;
  top: 15px;
}

.main-nav .top-right a {
  margin-right: 20px;
  border: 1px solid #00acee;
  color: #00acee;
  padding: 5px 30px;
  border-radius: 25px;
}

.main-nav .top-right a:hover {
  background-color: #00acee;
  color: #ffffff;
  text-decoration: none;
}

/* Popup box BEGIN */

.popup_messg {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.popup_messg .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.popup_messg > div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 551px;
  min-height: 100px;
  vertical-align: middle;
  width: 60%;
  position: relative;
  border-radius: 8px;
  padding: 15px 5%;
}

.popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.popupCloseButton:hover {
  background-color: #ccc;
}

.button {
  cursor: pointer;
}

/* Popup box BEGIN */

/*
Keep these credits intact if you want to use this theme
Theme Name - Yank
Theme Framework - Bootstrap 4
Designer Name - Angry Studio
Designer Website - https://angrystudio.com
*/

:root {
  --main: #3187FF;
  --maindark: #1c6bda;
  /*-- main button gradient --*/
  --main-hover: #2477ec;
}

body {
  color: #354e75;
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4 {
  color: #142d56;
}

.btn {
  border-radius: 3px;
  border-color: transparent;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 23px;
  text-transform: uppercase;
}

.btn-main {
  background: linear-gradient(to right, var(--main), var(--maindark));
  color: #fff;
}

.btn-main:hover {
  background: linear-gradient(to left, var(--main), var(--maindark));
  color: #fff;
}

.btn-main-outline {
  border: 1px solid var(--main);
  color: var(--main);
}

.btn-main-outline:hover {
  background: var(--main);
  border: 2px solid var(--main);
  color: #fff;
}

.btn-navbar {
  font-size: 12px;
  padding: 7px 15px 6px 15px;
  margin-left: 20px;
}

.hk-section {
  padding: 120px 0;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
}

.section-subtitle {
  font-size: 19px;
}

/*-- SVG Waves --*/

.waves-bottom path,
.waves-top path {
  fill: #f4f7ff;
}

.waves-bottom {
  position: absolute;
  bottom: -40px;
  height: 40px;
  width: 100%;
}

.waves-top {
  position: absolute;
  top: -40px;
  height: 40px;
  width: 100%;
  transform: rotate(180deg);
}

/*-- Header and Navigation --*/

.hk-hero {
  background: rgba(237, 242, 255, 0.59);
  position: relative;
}

.hk-navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.5s ease-in-out;
}

.hk-navbar .navbar-brand {
  color: #2e85ff;
  font-weight: 900;
}

.hk-navbar .navbar-brand img {
  max-width: 110px;
}

.hk-fixed-nav {
  background: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hk-navbar .navbar-nav .nav-link {
  color: #324b72;
  font-weight: 600;
  padding-right: 30px;
}

.hk-navbar .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

.hk-navbar .navbar-nav .active > .nav-link,
.hk-navbar .navbar-nav .nav-link:hover {
  color: #2e85ff;
}

.hk-hero-box {
  overflow: hidden;
  padding: 190px 0 130px 0;
}

.hk-hero-title {
  font-size: 44px;
  font-weight: 700;
}

.hk-hero-txt {
  font-size: 22px;
}

.hk-hero-img {
  position: relative;
  text-align: right;
}

.hk-hero-img .svg-blob {
  position: absolute;
  top: -161px;
  left: 0;
  transform: rotate(89deg);
  width: 600px;
  z-index: -1;
}

.hk-hero-img img {
  max-width: 450px;
}

/*-- Features Section --*/

.features .col .feature-box {
  padding-right: 30px;
}

.features .col:last-child .feature-box {
  padding-right: 0;
}

.feature-box-icon i {
  color: #3187FF;
  font-size: 50px;
}

.feature-box-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -1px;
}

.feature-box-txt {
  color: #7f8694;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6em;
}

/*-- Services Section --*/

.services {
  background: #f4f7ff;
  position: relative;
}

.services-title {
  font-weight: 700;
  font-size: 37px;
  letter-spacing: -0.5px;
}

.services-txt {
  font-size: 18px;
  margin-top: 15px;
}

.services-listbox {
  padding-left: 30px;
}

.services-list-title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 25px;
  position: relative;
}

.services-list-title:before {
  content: "\F058";
  color: var(--main);
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  display: block;
  position: absolute;
  top: 3px;
  left: -30px;
}

.services-list-txt {
  font-size: 18px;
  margin-top: 5px;
}

.services-img {
  text-align: right;
}

.services-img img {
  max-width: 400px;
}

/*-- Testimonials Section --*/

.testimonial {
  background: #fff;
  border: 1px solid rgba(125, 142, 165, 0.12);
  box-shadow: 1px 4px 20px rgba(99, 83, 83, 0.1);
  height: 100%;
  /* same height columns */
}

.testimonial-img {
  max-width: 75px;
}

.testimonial-txt {
  font-size: 17px;
}

.testimonial-name {
  color: #142d56;
  font-size: 14px;
}

.testimonial-company {
  color: #777;
  font-size: 14px;
}

/*-- Stories Section --*/

.stories {
  background: #f4f7ff;
  position: relative;
}

.story-box {
  overflow: hidden;
  border-color: rgba(125, 142, 165, 0.12);
  box-shadow: 1px 4px 20px rgba(160, 160, 160, 0.1);
}

.story-box .btn {
  padding: 5px 15px;
}

.story-title {
  font-size: 18px;
  font-weight: 700;
}

.story-excerpt {
  color: #85929e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
}

.story-meta {
  padding: 10px 20px 20px 20px;
}

.read-more {
  font-size: 12px;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: none;
}

/*-- Stats Section --*/

.stats-box {
  border-color: rgba(125, 142, 165, 0.12);
  box-shadow: 1px 4px 20px rgba(99, 83, 83, 0.1);
  padding: 45px 0;
}

.stats-icon i {
  color: #2e85ff;
  font-size: 40px;
}

.stats-title {
  font-size: 28px;
  font-weight: 700;
  margin-top: 10px;
}

.stats-txt {
  color: #8997a9;
  font-size: 18px;
}

/*-- CTA Section --*/

.cta-box {
  background: #f4f7ff;
  position: relative;
}

.cta-title {
  font-size: 55px;
  font-weight: 900;
  letter-spacing: -1px;
}

/*-- Footer --*/

.footer {
  padding-top: 70px;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 40px;
}

.footer-col a {
  color: #737e8d;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-col a:hover {
  color: var(--main);
}

.footer-col p {
  color: #737e8d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
}

.footer-col li {
  margin-bottom: 10px;
}

.footer-social i {
  padding-right: 4px;
  text-align: center;
  width: 25px;
}

.footer-social .fa-facebook {
  color: #3b5998;
}

.footer-social .fa-instagram {
  color: #c13584;
}

.footer-social .fa-youtube {
  color: #dd4b39;
}

.footer-social .fa-twitter {
  color: #1da1f2;
}

.footer-social .fa-skype {
  color: #00aff0;
}

.footer-credits {
  border-top: 1px solid #eef0f7;
  color: #737e8d;
  font-size: 14px;
  margin-top: 30px;
  padding: 16px 0;
}

.footer-credits a {
  color: #737e8d;
  text-decoration: none;
}

.footer-credits a:hover {
  color: var(--main);
}

/*-- Media Queries --*/

@media (min-width: 991.98px) {
  .hk-navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

@media screen and (min-width: 767px) {
  .hk-navbar .dropdown-menu {
    border: 0;
    box-shadow: 0 15px 50px 0 rgba(30, 54, 95, 0.03), 0 3px 11px 0 rgba(46, 75, 121, 0.04);
    padding: 20px 0;
  }

  .hk-navbar .dropdown-menu .dropdown-item {
    color: #737c86;
    font-size: 15px;
    padding: 0.5rem 1.5rem;
  }

  .hk-navbar .dropdown-menu:before {
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 20px;
    bottom: 100%;
    display: block;
    width: 0;
    height: 0;
  }
}

@media screen and (max-width: 991px) {
  .hk-section {
    padding: 70px 0;
  }

  .section-title {
    font-size: 20px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .waves-bottom {
    bottom: -20px;
    height: 20px;
  }

  .waves-top {
    top: -20px;
    height: 20px;
  }

  .hk-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hk-navbar .navbar-brand img {
    max-width: 96px;
  }

  .hk-navbar .btn-navbar {
    margin-left: 0;
  }

  .hk-transparent-nav.hk-navbar .btn-navbar {
    margin-left: 20px;
  }

  .hk-navbar .btn-navbar {
    margin-bottom: 20px;
  }

  .navbar-toggler {
    border: none !important;
    outline: none !important;
    font-size: 1rem;
  }

  .hk-transparent-nav .navbar-collapse {
    background: #1b1f25;
    border-radius: 5px;
    margin-top: 10px;
  }

  .hk-transparent-nav .navbar-collapse .nav-link {
    color: #fff;
  }

  .hk-transparent-nav .navbar-nav {
    padding: 10px 20px;
  }

  .hk-fixed-nav .navbar-nav {
    padding: 10px 0 !important;
  }

  .hk-hero-title {
    font-size: 22px;
    line-height: 1.4;
    margin-top: 20px;
    text-align: center;
  }

  .hk-hero-txt {
    font-size: 16px;
    text-align: center;
  }

  .hk-hero-btns {
    text-align: center;
  }

  .hk-hero-box {
    padding: 120px 0 60px 0;
  }

  .hk-hero-img {
    text-align: center;
  }

  .hk-hero-img img {
    max-width: 220px;
  }

  .services-img {
    text-align: left;
  }

  .services-img img {
    max-width: 250px;
  }

  .features {
    text-align: center;
  }

  .feature-box-title {
    font-size: 20px;
  }

  .feature-box-txt {
    font-size: 16px;
  }

  .feature-box-icon i {
    font-size: 35px;
  }

  .services-list-title:before {
    font-size: 16px;
    top: 2px;
    left: 0;
  }

  .services-title {
    font-size: 20px;
  }

  .services-txt {
    font-size: 16px;
  }

  .services-listbox {
    padding-left: 0;
  }

  .services-list-title {
    font-size: 18px;
    padding-left: 25px;
  }

  .services-list-txt {
    font-size: 16px;
  }

  .testimonial {
    height: auto;
  }

  .testimonial-txt {
    font-size: 16px;
  }

  .testimonial-img {
    max-width: 75px;
  }

  .story-title {
    font-size: 16px;
  }

  .story-excerpt {
    font-size: 15px;
  }

  .stats-box {
    padding: 25px 0;
  }

  .stats-icon i {
    font-size: 35px;
  }

  .stats-title {
    font-size: 22px;
  }

  .stats-txt {
    font-size: 16px;
  }

  .stats-wrap .col-6:nth-child(odd) {
    padding-right: 7.5px;
  }

  .stats-wrap .col-6:nth-child(even) {
    padding-left: 7.5px;
  }

  .cta-title {
    font-size: 24px;
  }

  .cta-txt {
    font-size: 16px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-title {
    font-size: 18px;
    margin-top: 15px;
  }

  .footer-col p {
    font-size: 14px;
  }

  .footer-col a {
    font-size: 14px;
  }

  .footer-col li {
    margin-bottom: 6px;
  }

  .footer-credits {
    font-size: 12px;
    padding: 13px 0;
  }
}

