/* Theme Name: Metrico - Responsive Bootstrap 5 Landing page template
   Author: Coderthemes
   Author e-mail: coderthemes@gmail.com
   Version: 3.2.0
   Created: March 2016
   File Description: Main CSS file of the template
*/
/**********************
01.General
02.Menu
03.Components
04.Helper
05.Hero
06.Features
07.Pricing
08.Subscribe
09.Testimonial
10.Portfolio
11.Team
12.Contact
13.Faqs
14.Footer
***********************/
/*
// variables.scss
*/
/* Google font */
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:400,500,600");
body {
  font-family: "Libre Franklin", sans-serif;
  color: #3b4a69;
  font-size: 14px;
  background: #CEE4D3;
}

a {
  text-decoration: none !important;
  outline: none;
  transition: all 400ms ease-in-out;
}

html[sticky] {
  scroll-padding-top: 80px; /* height of sticky header */
}

p {
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Franklin", sans-serif;
}

.row > * {
  position: relative;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
.logo {
  max-width: 500px;
}

.navbar-light .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a {
  color: #182433;
  letter-spacing: 0.03em;
}
.navbar-light .navbar-nav > li > a:hover, .navbar-light .navbar-nav > li > a:focus, .navbar-light .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.active {
  color: #FFFF00 !important;
}
.navbar-light > .active > a,
.navbar-default > .active > a {
  background-color: transparent;
  color: #FFFF00 !important;
}
.navbar-light > .active > a:focus, .navbar-light > .active > a:hover,
.navbar-default > .active > a:focus,
.navbar-default > .active > a:hover {
  background-color: transparent;
  color: #FFFF00 !important;
}
.navbar-light .navbar-toggle,
.navbar-default .navbar-toggle {
  background-color: transparent !important;
  margin-top: 14px;
  border: none;
}
.navbar-light .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle .icon-bar {
  background-color: #3b4a69;
}

.navbar-custom {
  background-color: #092e1b;
  border: none;
  padding: 10px 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  transition: background-color 1s ease-in-out, border 1s ease-in-out;
}
.navbar-custom .navbar-brand {
  height: auto;
}

.navbar-custom-dark.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
}
.navbar-custom-dark.navbar-default .navbar-nav > li > a:hover, .navbar-custom-dark.navbar-default .navbar-nav > li > a:focus, .navbar-custom-dark.navbar-default .navbar-nav > li > a.active {
  color: #FFFF00;
}

.nav-alt.navbar-default .navbar-nav > li > a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}

.navbar-light .navbar-nav .nav-link {
  color: #182433;
}

/* STICKY HEADER */
.sticky-wrapper {
  height: 0px !important;
  z-index: 9999;
}

.is-sticky.navbar-custom {
  background-color: #ffffff !important;
  width: 100%;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.is-sticky .navbar-nav .nav-item .nav-link {
  color: #333333;
}
.is-sticky .navbar-nav .nav-item:hover .nav-link, .is-sticky .navbar-nav .nav-item:focus .nav-link, .is-sticky .navbar-nav .nav-item.active .nav-link {
  color: #FFFF00;
}
.is-sticky .logo .logo-dark {
  display: inline-block;
}
.is-sticky .logo .logo-white {
  display: none;
}

.logo .logo-white {
  display: inline-block;
}
.logo .logo-dark {
  display: none;
}

/* RESPONSIVE */
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding: 20px 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .navbar-custom {
    padding: 10px 0px !important;
  }
  .navbar-custom .navbar-brand {
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
  }
  .navbar-nav {
    margin: 7.5px 0px;
  }
  .navbar-toggler {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 9px 10px;
    margin-right: 15px;
    outline: 0 !important;
  }
  .navbar-light .navbar-toggler {
    color: #3b4a69;
    border-color: transparent;
  }
  .navbar-dark .navbar-toggler {
    color: #ffffff;
    border-color: transparent;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px !important;
  }
  .navbar-default .navbar-collapse {
    border-top: 1px solid #dee2e6;
  }
  .navbar-custom-dark .navbar-toggler {
    color: #ffffff;
  }
  .bg-trans {
    background-color: #ffffff !important;
  }
  .logo .logo-white {
    display: none !important;
  }
  .logo .logo-dark {
    display: block !important;
  }
  .sticky.navbar-custom-dark .navbar-default .navbar-nav > li > a {
    color: #333333 !important;
  }
  .navbar-custom-dark.navbar-default .navbar-nav > li > a {
    color: #f9f9f9;
  }
}
.btn {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: all 0.3s ease-in-out;
}
.btn:focus {
  box-shadow: none !important;
}
.btn.btn-lg {
  font-size: 16px !important;
}
.btn.btn-sm {
  font-size: 12px !important;
}
.btn.btn-primary {
  padding: 9px 20px;
  text-transform: uppercase;
  background-color: #43cea2 !important;
  border: 1px solid #43cea2 !important;
  color: #ffffff !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #37cb9c !important;
  border: 1px solid #37cb9c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-outline-primary {
  padding: 9px 20px;
  text-transform: uppercase;
  border: 1px solid #43cea2 !important;
  color: #43cea2 !important;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary.focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary.active {
  background-color: #43cea2 !important;
  border: 1px solid #43cea2 !important;
  box-shadow: 0 3px 10px rgba(67, 206, 162, 0.5);
  color: #ffffff !important;
}
.btn.btn-secondary {
  padding: 9px 20px;
  text-transform: uppercase;
  background-color: #2c3e50 !important;
  border: 1px solid #2c3e50 !important;
  color: #ffffff !important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
  background-color: #37cb9c !important;
  border: 1px solid #37cb9c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-outline-secondary {
  padding: 9px 20px;
  text-transform: uppercase;
  border: 1px solid #2c3e50 !important;
  color: #2c3e50 !important;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus, .btn.btn-outline-secondary.focus, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary.active {
  background-color: #2c3e50 !important;
  border: 1px solid #2c3e50 !important;
  box-shadow: 0 3px 10px rgba(44, 62, 80, 0.5);
  color: #ffffff !important;
}
.btn.btn-blue {
  padding: 9px 20px;
  text-transform: uppercase;
  background-color: #05f !important;
  border: 1px solid #05f !important;
  color: #ffffff !important;
}
.btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue.focus, .btn.btn-blue:active, .btn.btn-blue.active {
  background-color: #37cb9c !important;
  border: 1px solid #37cb9c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-outline-blue {
  padding: 9px 20px;
  text-transform: uppercase;
  border: 1px solid #05f !important;
  color: #05f !important;
}
.btn.btn-outline-blue:hover, .btn.btn-outline-blue:focus, .btn.btn-outline-blue.focus, .btn.btn-outline-blue:active, .btn.btn-outline-blue.active {
  background-color: #05f !important;
  border: 1px solid #05f !important;
  box-shadow: 0 3px 10px rgba(0, 85, 255, 0.5);
  color: #ffffff !important;
}
.btn.btn-info {
  padding: 9px 20px;
  text-transform: uppercase;
  background-color: #56c6e6 !important;
  border: 1px solid #56c6e6 !important;
  color: #ffffff !important;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
  background-color: #37cb9c !important;
  border: 1px solid #37cb9c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-outline-info {
  padding: 9px 20px;
  text-transform: uppercase;
  border: 1px solid #56c6e6 !important;
  color: #56c6e6 !important;
}
.btn.btn-outline-info:hover, .btn.btn-outline-info:focus, .btn.btn-outline-info.focus, .btn.btn-outline-info:active, .btn.btn-outline-info.active {
  background-color: #56c6e6 !important;
  border: 1px solid #56c6e6 !important;
  box-shadow: 0 3px 10px rgba(86, 198, 230, 0.5);
  color: #ffffff !important;
}
.btn.btn-warning {
  padding: 9px 20px;
  text-transform: uppercase;
  background-color: #f9c851 !important;
  border: 1px solid #f9c851 !important;
  color: #ffffff !important;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
  background-color: #37cb9c !important;
  border: 1px solid #37cb9c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-outline-warning {
  padding: 9px 20px;
  text-transform: uppercase;
  border: 1px solid #f9c851 !important;
  color: #f9c851 !important;
}
.btn.btn-outline-warning:hover, .btn.btn-outline-warning:focus, .btn.btn-outline-warning.focus, .btn.btn-outline-warning:active, .btn.btn-outline-warning.active {
  background-color: #f9c851 !important;
  border: 1px solid #f9c851 !important;
  box-shadow: 0 3px 10px rgba(249, 200, 81, 0.5);
  color: #ffffff !important;
}
.btn.btn-danger {
  padding: 9px 20px;
  text-transform: uppercase;
  background-color: #f0323c !important;
  border: 1px solid #f0323c !important;
  color: #ffffff !important;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
  background-color: #37cb9c !important;
  border: 1px solid #37cb9c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-outline-danger {
  padding: 9px 20px;
  text-transform: uppercase;
  border: 1px solid #f0323c !important;
  color: #f0323c !important;
}
.btn.btn-outline-danger:hover, .btn.btn-outline-danger:focus, .btn.btn-outline-danger.focus, .btn.btn-outline-danger:active, .btn.btn-outline-danger.active {
  background-color: #f0323c !important;
  border: 1px solid #f0323c !important;
  box-shadow: 0 3px 10px rgba(240, 50, 60, 0.5);
  color: #ffffff !important;
}
.btn.btn-pink-dark {
  padding: 9px 20px;
  text-transform: uppercase;
  background-color: #fc00ff !important;
  border: 1px solid #fc00ff !important;
  color: #ffffff !important;
}
.btn.btn-pink-dark:hover, .btn.btn-pink-dark:focus, .btn.btn-pink-dark.focus, .btn.btn-pink-dark:active, .btn.btn-pink-dark.active {
  background-color: #37cb9c !important;
  border: 1px solid #37cb9c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-outline-pink-dark {
  padding: 9px 20px;
  text-transform: uppercase;
  border: 1px solid #fc00ff !important;
  color: #fc00ff !important;
}
.btn.btn-outline-pink-dark:hover, .btn.btn-outline-pink-dark:focus, .btn.btn-outline-pink-dark.focus, .btn.btn-outline-pink-dark:active, .btn.btn-outline-pink-dark.active {
  background-color: #fc00ff !important;
  border: 1px solid #fc00ff !important;
  box-shadow: 0 3px 10px rgba(252, 0, 255, 0.5);
  color: #ffffff !important;
}
.btn.btn-light-blue {
  padding: 9px 20px;
  text-transform: uppercase;
  background-color: #3498db !important;
  border: 1px solid #3498db !important;
  color: #ffffff !important;
}
.btn.btn-light-blue:hover, .btn.btn-light-blue:focus, .btn.btn-light-blue.focus, .btn.btn-light-blue:active, .btn.btn-light-blue.active {
  background-color: #37cb9c !important;
  border: 1px solid #37cb9c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-outline-light-blue {
  padding: 9px 20px;
  text-transform: uppercase;
  border: 1px solid #3498db !important;
  color: #3498db !important;
}
.btn.btn-outline-light-blue:hover, .btn.btn-outline-light-blue:focus, .btn.btn-outline-light-blue.focus, .btn.btn-outline-light-blue:active, .btn.btn-outline-light-blue.active {
  background-color: #3498db !important;
  border: 1px solid #3498db !important;
  box-shadow: 0 3px 10px rgba(52, 152, 219, 0.5);
  color: #ffffff !important;
}
.btn.btn-dark {
  padding: 9px 20px;
  text-transform: uppercase;
  background-color: #3b4a69 !important;
  border: 1px solid #3b4a69 !important;
  color: #ffffff !important;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
  background-color: #37cb9c !important;
  border: 1px solid #37cb9c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-outline-dark {
  padding: 9px 20px;
  text-transform: uppercase;
  border: 1px solid #3b4a69 !important;
  color: #3b4a69 !important;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus, .btn.btn-outline-dark.focus, .btn.btn-outline-dark:active, .btn.btn-outline-dark.active {
  background-color: #3b4a69 !important;
  border: 1px solid #3b4a69 !important;
  box-shadow: 0 3px 10px rgba(59, 74, 105, 0.5);
  color: #ffffff !important;
}
.btn.btn-light {
  padding: 9px 20px;
  text-transform: uppercase;
  background-color: #dee2e6 !important;
  border: 1px solid #dee2e6 !important;
  color: #ffffff !important;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: #37cb9c !important;
  border: 1px solid #37cb9c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-outline-light {
  padding: 9px 20px;
  text-transform: uppercase;
  border: 1px solid #dee2e6 !important;
  color: #dee2e6 !important;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active {
  background-color: #dee2e6 !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 3px 10px rgba(222, 226, 230, 0.5);
  color: #ffffff !important;
}
.btn.btn-white {
  padding: 9px 20px;
  text-transform: uppercase;
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: #37cb9c !important;
  border: 1px solid #37cb9c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-outline-white {
  padding: 9px 20px;
  text-transform: uppercase;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
  color: #ffffff !important;
}
.btn.btn-teal {
  padding: 9px 20px;
  text-transform: uppercase;
  background-color: #00dbde !important;
  border: 1px solid #00dbde !important;
  color: #ffffff !important;
}
.btn.btn-teal:hover, .btn.btn-teal:focus, .btn.btn-teal.focus, .btn.btn-teal:active, .btn.btn-teal.active {
  background-color: #37cb9c !important;
  border: 1px solid #37cb9c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-outline-teal {
  padding: 9px 20px;
  text-transform: uppercase;
  border: 1px solid #00dbde !important;
  color: #00dbde !important;
}
.btn.btn-outline-teal:hover, .btn.btn-outline-teal:focus, .btn.btn-outline-teal.focus, .btn.btn-outline-teal:active, .btn.btn-outline-teal.active {
  background-color: #00dbde !important;
  border: 1px solid #00dbde !important;
  box-shadow: 0 3px 10px rgba(0, 219, 222, 0.5);
  color: #ffffff !important;
}
.btn.btn-light, .btn.btn-white {
  padding: 9px 20px;
  text-transform: uppercase;
  background-color: #dee2e6;
  border: 1px solid #dee2e6;
  color: #3b4a69 !important;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: #e7eaed;
  border: 1px solid #e7eaed;
  box-shadow: 0 0 0 2px rgba(222, 226, 230, 0.08);
  color: #ffffff !important;
}
.btn.btn-outline-light, .btn.btn-outline-white {
  padding: 9px 20px;
  text-transform: uppercase;
  border: 1px solid #dee2e6;
  color: #dee2e6 !important;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
  background-color: #dee2e6;
  border: 1px solid #dee2e6;
  color: #3b4a69 !important;
}

.video-btn {
  color: #ffffff !important;
  letter-spacing: 1px;
  padding-top: 20px !important;
  outline: none !important;
  box-shadow: none !important;
}
.video-btn i {
  margin-right: 7px;
  width: 34px;
  height: 34px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  padding-left: 3px;
  margin-left: -12px;
}

.btn-app-download {
  padding: 10px 22px 10px 65px;
  position: relative;
  border: 2px solid #43cea2;
  display: inline-block;
  color: #43cea2;
  margin-right: 10px;
  text-align: left;
}
.btn-app-download i {
  font-size: 30px;
  left: 0;
  line-height: 1;
  margin: 13px 0 0 20px;
  position: absolute;
  top: 0;
}
.btn-app-download strong {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}
.btn-app-download span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: -3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.btn-app-download:hover, .btn-app-download:focus {
  color: #ffffff;
  outline: none;
  background: #43cea2;
}

.btn-purchase {
  font-size: 16px;
}
.btn-purchase i {
  font-size: 36px;
}
.btn-purchase span {
  font-size: 14px;
  opacity: 1;
}

.video-modal {
  border: 0;
  background-color: transparent;
}
.video-modal .btn-close {
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  position: relative;
  top: 60px;
  z-index: 3;
}
.video-modal .btn-close:hover, .video-modal .btn-close:focus {
  opacity: 0.5;
}
.video-modal video:focus {
  outline: none;
}

.text-primary {
  color: #43cea2 !important;
}

.bg-primary {
  background-color: #43cea2 !important;
}

.text-secondary {
  color: #2c3e50 !important;
}

.bg-secondary {
  background-color: #2c3e50 !important;
}

.text-blue {
  color: #05f !important;
}

.bg-blue {
  background-color: #05f !important;
}

.text-info {
  color: #56c6e6 !important;
}

.bg-info {
  background-color: #56c6e6 !important;
}

.text-warning {
  color: #f9c851 !important;
}

.bg-warning {
  background-color: #f9c851 !important;
}

.text-danger {
  color: #f0323c !important;
}

.bg-danger {
  background-color: #f0323c !important;
}

.text-pink-dark {
  color: #fc00ff !important;
}

.bg-pink-dark {
  background-color: #fc00ff !important;
}

.text-light-blue {
  color: #3498db !important;
}

.bg-light-blue {
  background-color: #3498db !important;
}

.text-dark {
  color: #3b4a69 !important;
}

.bg-dark {
  background-color: #3b4a69 !important;
}

.text-light {
  color: #dee2e6 !important;
}

.bg-light {
  background-color: #dee2e6 !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-teal {
  color: #00dbde !important;
}

.bg-teal {
  background-color: #00dbde !important;
}

.bg-dark-color {
  background-color: #092e1b !important;
}

.font-weight-medium {
  font-weight: 500;
}

.line-height-1_6 {
  line-height: 1.6;
}

.line-height-1_4 {
  line-height: 1.4;
}

.font-size-12 {
  font-size: 12px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 17px;
}

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.font-size-13 {
  font-size: 13px;
}

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

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

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

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

.font-size-18 {
  font-size: 18px;
}

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

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

.hero-bottom-img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.center-page {
  float: none;
  margin: 0 auto;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-md {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-lg {
  padding-top: 150px;
  padding-bottom: 150px;
}

.title {
  margin-top: 0px;
  font-size: 26px;
}

.title-alt {
  color: #767D8E;
  line-height: 24px;
  margin: 0px auto 50px auto;
  font-size: 15px;
}

.text-muted {
  color: #98a6ad !important;
}


.bg-img {
  background: url("../images/bg_2.png") center;
  position: relative;
  background-size: cover;
}

.bg-img-1 {
  background: url("../images/bg-2.jpg") center;
  position: relative;
  background-size: cover;
}

.bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-overlay-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.6;
  background: #000000;
}

.bg-trans {
  background-color: transparent !important;
}

.bg-solid {
  background-color: #28282e !important;
  background-image: url("../images/bg-pattern.png");
  background-repeat: repeat;
}

.bg-solid-1 {
  background-color: #6A76FC !important;
  background-image: url("../images/bg-pattern.png");
  background-repeat: repeat;
}

.bg-solid-2 {
  background-color: #43cea2 !important;
  background-image: url("../images/bg-pattern.png");
  background-repeat: repeat;
}

.bg-overlay-gradient {
  opacity: 0.7;
  background: #fc00ff;
  background: linear-gradient(to left, #fc00ff, #00dbde);
}

.bg-gradient-1 {
  background: #2c3e50;
  background: linear-gradient(to left, #2c3e50, #3498db);
}

.shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
}

iframe {
  max-width: 100%;
}

.frame-border {
  border: 9px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px 5px 5px 5px;
}

/* Home Typed */
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.6s infinite;
          animation: blink 0.6s infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.home {
  background-color: #f2f6fa;
  padding-bottom: 150px;
}

.home-wrapper {
  position: relative;
}
.home-wrapper h4 {
  line-height: 24px;
  margin-top: 30px;
  color: rgba(242, 246, 250, 0.78);
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: normal;
}
.home-wrapper p {
  font-size: 15px;
  letter-spacing: 2px;
  color: #787787;
}
.home-wrapper .text-tran-box {
  background: #43cea2;
  background: linear-gradient(to left, #43cea2, #185a9d);
}
.home-wrapper .text-tran-box-dark {
  background: #24C6DC;
  background: linear-gradient(to left, #24C6DC, #514A9D);
}
.home-wrapper .text-tran-box-dark .text-transparent {
  color: #ffffff;
  background: #28282e;
  mix-blend-mode: darken;
}

.home-alt {
  position: relative;
}
.home-alt p {
  color: #eeeeee !important;
}
.home-alt h1 {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 40px;
  line-height: 54px;
  font-weight: 600;
}

.text-transparent {
  background: #f2f6fa;
  color: #240e35;
  mix-blend-mode: lighten;
  overflow: hidden;
  font-size: 48px;
  margin-bottom: 40px;
  line-height: 54px;
  font-weight: 600;
}

/* Home Video */
.home-video {
  position: relative;
}
.home-video .container {
  max-width: none;
}
.home-video .container.slidero {
  padding-top: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  z-index: 100;
}
.home-video .video-bg-slider {
  height: 600px;
  background: #000000;
  position: relative;
}
.home-video .video-bg-slider:after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* HOME REGISTER */
.home-register {
  padding-top: 70px;
}
.home-register h1 {
  color: #ffffff;
}

/* Intro Form */
.intro-form {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
  border: 3px solid #eeeeee;
}
.intro-form h3 {
  color: #949799;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0px;
}
.intro-form input {
  border: 1px solid #eeeeee;
  height: 38px;
  font-size: 14px;
  box-shadow: none !important;
}

/* Home Subscribe */
.home-subscribe {
  padding-top: 70px;
}

/* Home Coming soon */
#count-down {
  margin-top: 50px;
}
#count-down .clock-presenter {
  height: 140px;
  line-height: 30px;
  padding: 0px 30px;
  text-align: center;
}
#count-down .clock-presenter .digit {
  margin-top: 20px;
  font-size: 60px;
  line-height: 60px;
  height: 60px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  cursor: default;
  color: #ffffff;
}
#count-down .clock-presenter .note {
  position: relative;
  bottom: 0px;
  padding-top: 5px;
  cursor: default;
  font-size: 16px;
  opacity: 0.7;
}

.count-down-content {
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow-y: auto;
}

.countdown-slider .carousel-item {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Home Showcase */
.home-showcase {
  padding-top: 60px;
  padding-bottom: 0px;
}
.home-showcase h2 {
  margin-top: 0px;
  margin-bottom: 30px;
}

/* Home Showcase */
#macbook {
  background: url("../images/mac.png");
  width: 967px;
  height: 484px;
  margin: 0px auto;
  margin-top: 50px;
}
#macbook #tour {
  margin: 0 auto;
  width: 652px;
  height: 432px;
  position: relative;
  top: 22px;
  left: -4px;
}
#macbook .carousel-indicators {
  align-items: center;
}
#macbook .carousel-indicators li {
  border: 1px solid #2c3e50;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 2px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000000;
  border-radius: 10px;
}
#macbook .carousel-indicators .active {
  background: #2c3e50;
  width: 12px;
  height: 12px;
}
#macbook .carousel-inner > .item {
  margin-top: -2px;
}

/* Home Book */
.author-content .author-img {
  width: 160px;
  height: 160px;
}
.author-content h3 {
  font-weight: 600;
}
.author-content p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.author-content .author-social a {
  background-color: #f2f6fa !important;
  color: #43cea2;
}

/* Home Construction */
.home-construction {
  background: url("../images/bg-construction.jpg") center;
  background-size: cover;
}

.feature-icon-const i {
  font-size: 64px;
  line-height: 1;
  color: #f9c851;
}

.home-const-services {
  margin-top: 40px;
}

/* Home Comingsoon 2 */
.bg-overlay-cd {
  background: #000000;
  opacity: 0.6;
  position: fixed;
  height: 100%;
  width: 100%;
}

.subscribe-cs {
  margin-top: 80px;
}
.subscribe-cs h4 {
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 30px;
}

/* Home Minimal */
.home-minimal {
  background: url("../images/bg-4.jpg") center;
  background-size: cover;
}
.home-minimal .tlt {
  margin-bottom: 35px;
  line-height: 46px;
  font-size: 32px;
}

/* Home Carousel */
.home-carousel {
  background: url("../images/bg-5.jpg") center;
  background-size: cover;
}
.home-carousel .carousel-custom {
  min-height: 450px;
}
.home-carousel .carousel-custom .carousel-item {
  padding-bottom: 160px;
  padding-top: 150px;
}
.home-carousel .carousel-indicators-dark li {
  width: 15px;
  height: 15px;
  margin: 2px;
  border: 2px solid #767D8E;
  border-radius: 10px;
  background-color: transparent;
}
.home-carousel .carousel-indicators-dark .active {
  width: 15px;
  height: 15px;
  margin: 2px;
  background-color: #767D8E;
}

@media screen and (max-width: 1024px) {
  #macbook {
    width: 750px;
    height: 375px;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
    position: static;
  }
  #macbook #tour {
    width: 504px;
    height: 358px;
    top: 17px;
    left: -2px;
    right: 10px;
  }
  #macbook .carousel-inner img {
    width: 518px;
    height: 321px;
  }
}
@media (max-width: 992px) {
  #count-down .clock-presenter .digit {
    font-size: 42px;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  #macbook {
    background-image: none;
    width: 448px;
    height: 265px;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -56px;
    position: static;
  }
  #macbook #tour {
    width: 344px;
    height: 217px;
    top: 12px;
    left: 1px;
  }
  #macbook #tour .carousel-inner img {
    width: 344px;
    height: 217px;
  }
}
@media screen and (max-width: 480px) {
  #macbook {
    background-image: none;
    text-align: center;
    width: 100%;
  }
  #macbook #tour {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    height: 189px;
    margin-left: auto;
    margin-right: auto;
  }
  #macbook .carousel-inner img {
    max-width: 300px;
    height: 189px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper {
    text-align: center;
    margin-bottom: 40px !important;
  }
  #count-down .clock-presenter {
    width: 50%;
    float: left;
  }
  #count-down .clock-presenter .digit {
    font-size: 36px;
  }
  #count-down .hours_dash {
    border-right: none;
  }
}
/* Home App */
.item-list-big .number {
  height: 42px;
  width: 42px;
  line-height: 30px;
  color: #ffffff;
  background: #43cea2;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  border: 5px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.item-list-right.item-list-big li {
  padding: 0 70px 30px 0;
  list-style: none;
  position: relative;
}
.item-list-right li {
  padding: 0 60px 20px 0;
  position: relative;
  text-align: right;
}
.item-list-right li .number {
  right: 0;
  top: 0;
}

.item-list-left.item-list-big li {
  padding: 0 0px 30px 70px;
  list-style: none;
  position: relative;
}
.item-list-left.item-list-big li .number {
  left: 0;
}

.features-box h3 {
  font-size: 18px;
}
.features-box p {
  line-height: 26px;
  width: 85%;
  margin: 10px auto;
}
.features-box .feature-icon {
  height: 80px;
  width: 80px;
  border: 2px solid #767D8E;
  margin: 0px auto;
  border-radius: 50%;
  font-size: 42px;
  line-height: 84px;
}

.features-box-fill .feature-icon {
  background-color: #767D8E;
  color: #ffffff;
}

.features-alt i {
  font-size: 42px;
}
.features-alt h4 {
  font-style: italic;
  margin-bottom: 0px;
}
.features-alt h3 {
  margin-top: 5px;
  margin-bottom: 20px;
}
.features-alt p {
  font-size: 15px;
  line-height: 24px;
}

.feat-facts {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.feat-facts .feat-facts-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.feat-facts .feat-facts-box h2 {
  color: #43cea2;
}
.feat-facts .feat-facts-box h4 {
  font-weight: 600;
}
.feat-facts .feat-facts-box p {
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .features-box {
    padding: 10px 0px;
  }
  .features-alt {
    margin: 30px 0px;
    text-align: center !important;
  }
}
.pricing-column {
  position: relative;
  margin-bottom: 40px;
}
.pricing-column .inner-box {
  position: relative;
  margin: 20px auto 0px auto;
  max-width: 320px;
  padding: 0px 30px 50px;
  border: 2px solid #767D8E;
}
.pricing-column .inner-box p {
  padding: 0px 20px;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  color: #7f7f7f;
  margin-bottom: 30px;
}
.pricing-column .inner-box.active {
  transform: scale(1.05);
}
.pricing-column .inner-box .plan-header {
  position: relative;
  padding: 30px 20px 25px;
}
.pricing-column .inner-box .plan-header .plan-title {
  font-size: 16px;
  margin-bottom: 10px;
  color: #43cea2;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.pricing-column .inner-box .plan-header .plan-price {
  font-size: 38px;
  margin-bottom: 10px;
  color: #435966;
}
.pricing-column .inner-box .plan-header .plan-duration {
  font-size: 13px;
  color: #98a6ad;
}
.pricing-column .inner-box .plan-stats {
    position: relative;
    padding: 30px 20px 15px;
}
.pricing-column .inner-box .plan-stats li {
    margin-bottom: 15px;
    line-height: 24px;
}
.pricing-column .inner-box .plan-stats li i {
  font-size: 18px;
  width: 26px;
  vertical-align: middle;
}

/* Subscribe Form */
.subscribe-form h3 {
  color: #ffffff;
  margin: 0px 0px 30px 0px;
}
.subscribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}
.subscribe-form form input {
  padding: 15px 20px;
  width: 100%;
  font-size: 17px;
  color: #ffffff;
  border: none;
  outline: none !important;
  padding-right: 150px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.19);
  border-radius: 30px;
}
.subscribe-form form button {
  position: absolute;
  top: 4px;
  right: 4px;
  outline: none !important;
  border-radius: 30px;
  border: none;
  color: #ffffff;
  font-size: 17px;
  background: #43cea2;
  padding: 11px 30px;
}

.testi-text {
  line-height: 30px;
  letter-spacing: 0.04em;
  font-size: 15px;
}

.testi-img {
  height: 68px;
  width: 68px;
  margin-bottom: 10px;
  margin-top: 25px;
}

/* FUN FACTS / Testimonials Box */
.facts-box {
  margin-top: -52px;
  background: #A7CEB0;
  box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
  padding: 0px 20px;
  border-radius: 15px;
  position: relative;
}
.facts-box h2 {
  color: #767D8E;
}
.facts-box p {
  margin-bottom: 20px;
}
.facts-box.testimonial-cta {
  padding: 20px;
  z-index: 9;
  position: relative;
}
.facts-box.testimonial-cta img {
  height: 54px;
  width: 54px;
  float: left;
}
.facts-box.testimonial-cta p {
  padding-left: 65px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 26px;
}

.thumb {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}
.thumb.gal-detail .thumb-img {
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
}
.thumb.gal-detail h4 {
  margin: 20px 0px 5px;
  font-weight: 600;
  font-size: 16px;
}
.thumb.gal-detail h4 a {
  color: #43cea2;
}
.thumb.gal-detail p {
  font-size: 13px;
}

.team-box {
  margin: 20px 0px;
}
.team-box img {
  max-width: 240px;
}
.team-box h4 {
  margin-bottom: 5px;
}
.team-box p {
  color: #98a6ad;
  margin-bottom: 20px;
}
.team-box .team-member-social a {
  background-color: #f9f9f9 !important;
  color: #505458;
  font-size: 12px !important;
  line-height: 34px !important;
}
.team-box .team-member-social a:hover {
  background-color: #43cea2 !important;
}

.contact-form .form-control {
  height: 42px;
  box-shadow: none;
  border: 2px solid rgba(40, 40, 46, 0.3);
  font-size: 14px;
}
.contact-form textarea.form-control {
  height: auto !important;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #f0323c;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.question-box {
  padding: 20px;
}
.question-box p {
  color: #98a6ad;
  line-height: 24px;
}
.question-box h4 {
  font-size: 16px;
}
.question-box span {
  margin-right: 5px;
}

.footer {
  padding: 20px 0px;
  border-top: 1px solid #3B3B40;
}

.copyright {
  color: #a0a0a0;
  margin: 0px;
}

/* Footer-alt */
.footer-one {
  color: #9ba1ac;
  padding-top: 60px;
  padding-bottom: 0px;
}
.footer-one h5 {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.footer-one .about-text {
  padding-right: 10px;
  line-height: 22px;
  margin-top: 10px;
}
.footer-one a {
  color: #9ba1ac;
  line-height: 28px;
}
.footer-one a:hover {
  color: #43cea2;
}
.footer-one ul li {
  margin: 5px 0px;
}

.footer-one-alt {
  margin-top: 40px;
  padding: 20px 0px;
  border-top: 1px solid #3B3B40;
}
.footer-one-alt .copyright {
  line-height: 34px;
}

.footer-social-one {
  font-size: 16px;
  margin-bottom: 0px;
}
.footer-social-one li {
  padding: 0;
  margin: 0 2px !important;
}
.footer-social-one a {
  border-radius: 50%;
  text-align: center;
  background-color: #1f1f23;
  width: 34px;
  display: block;
  height: 34px;
  line-height: 36px;
  font-size: 12px;
}
.footer-social-one a:hover {
  color: #ffffff;
  background-color: #43cea2 !important;
}

@media screen and (max-width: 767px) {
  .footer-one h5 {
    margin-top: 30px;
  }
  .footer-one-alt {
    text-align: center !important;
  }
  .footer-one-alt .footer-social-one {
    float: none !important;
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */


.section-eqn {
    padding-top: 10px;
    padding-bottom: 10px;
}

.equotion-navbar {
    background-color: #092e1b;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
