@charset "UTF-8";
/*
Copyright © hexelon.com
*/
body {
  font-family: 'Open Sans', sans-serif;
  position: relative; }

a {
  color: #8dbee3; }

a:hover,
a:focus {
  color: #61aad4; }

h1 {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 1.5rem; }

h2 {
  font-size: 45px;
  font-weight: 300;
  color: #396d8f;
  letter-spacing: -1px;
  margin-bottom: 1rem; }

h3 {
  color: #396d8f;
  font-size: 33px;
  font-weight: 500; }

h4 {
  font-size: 20px;
  font-weight: 500;
  color: #396d8f; }

h5 {
  font-size: 28px;
  font-weight: 500;
  color: #396d8f;
  margin-bottom: 0.7rem; }

code {
  font-size: 100%;
  color: #e84540;
  word-break: break-word; }

p {
  color: #959094; }

p.lead {
  color: #8dbee3;
  margin-bottom: 2rem; }

.cursor-pointer {
  cursor: pointer; }

.text-primary {
  color: #8dbee3 !important; }

.light-font {
  font-weight: 300; }

.popover {
  max-width: 400px; }

.btn {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0.375rem 1.35rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn-outline-light:hover {
  color: #619bd4; }

.btn-primary {
  border-radius: 3px;
  background-image: -o-linear-gradient(328deg, #46a7e3 0%, #38a7fc 100%);
  background-image: linear-gradient(122deg, #46a7e3 0%, #38a7fc 100%);
  -webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  padding: 0.6rem 2rem;
  border: 0; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-image: -o-linear-gradient(328deg, #38aefc 0%, #46a4e3 100%);
  background-image: linear-gradient(122deg, #38aefc 0%, #46a4e3 100%);
  -webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
  color: #FFF; }

.btn-light {
  border-radius: 3px;
  background: #FFF;
  -webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
  font-size: 14px;
  font-weight: 500;
  color: #396d8f;
  margin: 0.5rem;
  padding: 0.7rem 1.6rem;
  line-height: 1.8; }

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.8rem 1rem;
  font-size: 15px; }

.light-bg {
  background-color: #f7f9fa; }

.section {
  padding: 80px 0; }

.section-title {
  text-align: center;
  margin-bottom: 3rem; }

.section-title small {
  color: #8a9399; }

@media (max-width: 767px) {
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 30px; }
  .section {
    padding: 40px 0; } }

.nav-menu {
  padding: 1rem 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
  background: #39a5e5;
  background: -o-linear-gradient(315deg, #88c8ff 0%, #1d6f9b 100%);
  background: linear-gradient(135deg, #88c8ff 0%, #1d6f9b 100%);
  -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1); }

.nav-menu.is-scrolling {
  padding: 0; }

.navbar-nav .nav-link,
.navbar-nav .nav-link-static-separator,
.navbar-nav .nav-link-static {
  position: relative; }

.nav-link-static {
  display: inline-block;
  padding: .5rem 0rem; }

.nav-link-static:hover {
  text-decoration: none; }

.nav-link-static-separator {
  display: inline-block;
  padding: .5rem 0rem;
  color: rgba(255, 255, 255, 0.4); }

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link-static {
  color: rgba(255, 255, 255, 0.7); }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px; }
  .navbar-expand-lg .navbar-nav .nav-link-static,
  .navbar-expand-lg .navbar-nav .nav-link-static-separator {
    font-size: 14px; }
  .navbar-nav > .nav-item > .nav-link.active:after {
    content: "";
    border-bottom: 2px solid #9bc1d4;
    left: 1rem;
    right: 1rem;
    bottom: 5px;
    height: 1px;
    position: absolute; } }

@media (max-width: 991px) {
  .navbar-nav.is-scrolling {
    padding-bottom: 1rem; }
  .navbar-nav .nav-item {
    text-align: center; } }

header {
  padding: 100px 0 0;
  text-align: center;
  color: #FFF; }

.bg-gradient {
  background-image: -o-linear-gradient(315deg, #88c8ff 0%, #1d6f9b 100%);
  background-image: linear-gradient(135deg, #88c8ff 0%, #1d6f9b 100%); }

.tagline {
  font-size: 23px;
  font-weight: 300;
  color: #d7edff;
  max-width: 800px;
  margin: 0 auto; }

.img-holder {
  height: 0;
  padding-bottom: 33%;
  overflow: hidden; }

@media (max-width: 1200px) {
  .img-holder {
    padding-bottom: 50%; } }

@media (max-width: 767px) {
  .tagline {
    font-size: 17px; }
  .img-holder {
    padding-bottom: 100%; } }

.gradient-fill:before {
  color: #73bffa;
  background: -webkit-gradient(linear, left top, left bottom, from(#7899b3), to(#73bffa));
  background: -o-linear-gradient(top, #7899b3 0%, #73bffa 100%);
  background: linear-gradient(to bottom, #7899b3 0%, #73bffa 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent; }

.card.features {
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

@media (max-width: 991px) {
  .card.features {
    margin-bottom: 2rem; }
  [class^="col-"]:last-child .card.features {
    margin-bottom: 0; } }

.card.features:before {
  content: "";
  position: absolute;
  width: 3px;
  color: #73bffa;
  background: -webkit-gradient(linear, left top, left bottom, from(#7895b3), to(#73bdfa));
  background: -o-linear-gradient(top, #7895b3 0%, #73bdfa 100%);
  background: linear-gradient(to bottom, #7895b3 0%, #73bdfa 100%);
  top: 0;
  bottom: 0;
  left: 0; }

.card-text {
  font-size: 14px; }

.card.features:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08); }

.box-icon {
  -webkit-box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
  padding: 10px;
  width: 70px;
  border-radius: 3px;
  margin-bottom: 1.5rem;
  background-color: #FFF; }

.circle-icon {
  -webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
  padding: 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  color: #FFF;
  background-color: #38a3f5;
  font-size: 48px;
  text-align: center;
  line-height: 57px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

@media (max-width: 992px) {
  .circle-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
    line-height: 50px; } }

.ui-steps li {
  padding: 15px 0; }

.ui-steps li:not(:last-child) {
  border-bottom: 1px solid #e4eff7; }

.perspective-phone {
  position: relative;
  z-index: -1; }

@media (min-width: 992px) {
  .perspective-phone {
    margin-top: -150px; } }

.tab-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
  padding: 3rem; }

@media (max-width: 992px) {
  .tab-content {
    padding: 1.5rem; } }

.tab-content p {
  line-height: 1.8; }

.tab-content h2 {
  margin-bottom: 0.5rem; }

.nav-tabs {
  border-bottom: 0; }

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  padding: 1rem 1rem;
  border-color: #f7f9fa #f7f9fa #ffffff;
  font-size: 19px;
  color: #a3b7c7;
  background: #edf2f5; }

.nav-tabs .nav-item .nav-link-static,
.nav-tabs .nav-link-static:focus,
.nav-tabs .nav-link-static:hover {
  padding: 1rem 1rem;
  border-color: #f7f9fa #f7f9fa #ffffff;
  font-size: 19px;
  color: #a3b7c7;
  background: #edf2f5; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-link-static.active {
  background: #FFF;
  border-top-width: 3px;
  border-color: #74a6cc #f7f9fa #FFF;
  color: #396a8f; }

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link-static.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #ffffff; }

.owl-carousel .owl-item img.client-img {
  width: 110px;
  margin: 30px auto;
  border-radius: 50%;
  -webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07); }

.testimonials-single {
  text-align: center;
  max-width: 80%;
  margin: 0 auto; }

.blockquote {
  color: #7a767a;
  font-weight: 300; }

.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0.5; }

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.owl-prev {
  left: 0; }

.owl-next {
  right: 0; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 60px; }

.owl-theme .owl-dots .owl-dot span {
  background: #dae3eb;
  width: 35px;
  height: 8px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.owl-theme .owl-dots .owl-dot:hover span {
  background: #4ab1ff; }

.owl-theme .owl-dots .owl-dot.active span {
  background: #4ab1ff;
  -webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07); }

.img-gallery .owl-item {
  -webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.img-gallery .owl-item.center {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

@media (max-width: 992px) {
  .card-deck {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; } }

.card.pricing {
  border: 1px solid #edeff0; }

.card.pricing.popular {
  border-top-width: 3px;
  border-color: #74a6cc #f7f9fa #FFF;
  -webkit-box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
          box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
  color: #396a8f; }

.card.pricing .card-head {
  text-align: center;
  padding: 40px 0 20px; }

.card.pricing .card-head .price {
  display: block;
  font-size: 45px;
  font-weight: 300;
  color: #396a8f; }

.card.pricing .card-head .price sub {
  bottom: 0;
  font-size: 55%; }

.card.pricing .list-group-item {
  border: 0;
  text-align: center;
  color: #8f9294;
  padding: 1.05rem 1.25rem; }

.card.pricing .list-group-item del {
  color: #d4d7d9; }

.card.pricing .card-body {
  padding: 1.75rem; }

.call-to-action {
  text-align: center;
  color: #FFF;
  margin: 3rem 0; }

.call-to-action .box-icon {
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  margin-bottom: 2.5rem; }

.call-to-action h2 {
  color: #FFF; }

.call-to-action .tagline {
  font-size: 16px;
  font-weight: 300;
  color: #bae1ff;
  max-width: 650px;
  margin: 0 auto; }

.btn-light img {
  margin-right: 0.4rem;
  vertical-align: text-bottom; }

.social-icons {
  text-align: right; }

.social-icons a {
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin: 0 0.3rem;
  border-radius: 5px;
  color: #c9e0f2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.social-icons a:hover {
  text-decoration: none;
  color: #8dbee3; }

@media (max-width: 991px) {
  .social-icons {
    text-align: center;
    margin-top: 2rem; } }
