/*!
Template:	AppsLand @by Softnio
Preset: 	Blue Green
Version	 :	1.3.1
Updated	 :	10.22.2018
*/
html {
  font-family: var(--font-inter);
  font-size: initial;
}

.active .steps h4,
.heading span,
.box-icon .fa,
.box-icon .ti,
.single-features .ti,
.single-features .fa,
.contact-form h3,
.contact-info h6 .fa,
.footer-navigation li a:hover,
.social-list li a:hover,
.footer-links li a:hover {
  color: #11395a;
}

.footer-navigation li a:hover,
.social-list li a:hover,
.footer-links li a:hover,
.side-heading a:hover {
  color: #00c2cb;
}

.affix .navbar-default .navbar-toggle,
.affix .navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  border-color: #11395a;
}
.primary-bg {
  background: #11395a;
}
.secondary-bg {
  background: #00cbff;
}

.bg-primary {
  background: hsl(var(--primary));
}
a.bg-primary:hover,
a.bg-primary:focus {
  background: hsl(var(--primary) / 0.9);
}

.gradiant-background,
.bg-gradiant.mfp-bg,
.box-icon,
.team-member .team-photo:after {
  background-image: -o-linear-gradient(157deg, #11395a 0%, #37678f 100%);
  background-image: linear-gradient(293deg, #11395a 0%, #37678f 100%);
}
.meta-heading {
  color: #00deec;
  margin-bottom: 5px;
}
.feature-col .icon {
  background: #effeff;
  color: #00deec;
}
.button.alt {
  background: #fff;
  color: #43ce8b;
}
.button.alt:hover {
  background: #43ce8b;
  color: #fff;
}
.button.light {
  background: #e5f7f8;
  color: #00deec;
}
.button.light:hover {
  background: #00deec;
  color: #fff;
}
.bg-circle .small,
.bg-circle .big {
  background: #dff9fe;
}
.bg-circle .big:before {
  background-image: -o-linear-gradient(157deg, #fff 0%, #24e3ef 100%);
  background-image: linear-gradient(157deg, #fff 0%, #24e3ef 100%);
}
.bg-circle .big:after {
  background-image: -o-linear-gradient(157deg, #fff 0%, #80ffc8 100%);
  background-image: linear-gradient(157deg, #fff 0%, #80ffc8 100%);
}
.pricing-box.alt h5 {
  color: #00deec;
}

.navbar-header::before,
.navbar-header::after {
  display: none !important;
  content: none !important;
}

.wow {
  visibility: hidden;
}

@media only screen and (max-width: 991px) {
  .navbar-default .in .navbar-nav > li > a:hover,
  .navbar-default .in .navbar-nav > li > a:focus,
  .affix .navbar-default .navbar-nav > li > a:hover,
  .affix .navbar-default .navbar-nav > li > a:focus,
  .affix .navbar-default .navbar-nav > .active > a,
  .affix .navbar-default .navbar-nav > .active > a:hover,
  .affix .navbar-default .navbar-nav > .active > a:focus {
    background: #11395a;
  }
}
