/*------------------------------------------------------------ Reset / Base -------------------------------------------------------*/
html,
body {
  height: 100%;
}
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
}
a.custom {
  color: rgba(255, 255, 255, 0.75);
}
a.custom:hover,
a.custom:focus {
  color: #fff;
  text-decoration: none !important;
  outline: none !important;
}
hr.custom {
  border-top: 1px solid #2196f3;
}
.bg-highlight {
  background-color: #eee;
}
.bg-theme {
  color: #fff;
  background-color: #2196f3;
}
section {
  padding: 64px 0;
}
.section-heading {
  margin-bottom: 48px;
}
.section-heading hr {
  width: 70px;
  border-top: 2px solid #2196f3;
}
.section-title {
  font-size: 30px;
  font-weight: 400;
}
.section-subtitle {
  font-size: 22px;
  font-weight: 400;
  color: #777;
}
.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
}
/*------------------------------------------------------------ /Reset / Base -------------------------------------------------------*/
/*------------------------------------------------------------ Buttons -------------------------------------------------------*/
.btn-custom {
  padding: 6px 16px;
  font-weight: 500;
  border-width: 2px;
  border-radius: 2px;
}
.btn-custom-primary {
  color: #fff;
  background-color: #2196f3;
  background-image: none;
  border-color: #2196f3;
}
.btn-custom-primary:focus,
.btn-custom-primary.focus,
.btn-custom-primary:hover {
  color: #2196f3;
  background-color: transparent;
  border-color: #2196f3;
}
.btn-custom-primary:active,
.btn-custom-primary.active {
  color: #2196f3;
  background-color: transparent;
  background-image: none;
  border-color: #2196f3;
}
.btn-custom-primary:active:hover,
.btn-custom-primary.active:hover,
.btn-custom-primary:active:focus,
.btn-custom-primary.active:focus,
.btn-custom-primary:active.focus,
.btn-custom-primary.active.focus {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn-custom-secondary {
  color: #2196f3;
  background-color: #fff;
  background-image: none;
  border-color: #fff;
}
.btn-custom-secondary:focus,
.btn-custom-secondary.focus,
.btn-custom-secondary:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-custom-secondary:active,
.btn-custom-secondary.active {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-custom-secondary:active:hover,
.btn-custom-secondary.active:hover,
.btn-custom-secondary:active:focus,
.btn-custom-secondary.active:focus,
.btn-custom-secondary:active.focus,
.btn-custom-secondary.active.focus {
  color: #2196f3;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-custom-primary {
  color: #2196f3;
  background-color: transparent;
  background-image: none;
  border-color: #2196f3;
}
.btn-outline-custom-primary:focus,
.btn-outline-custom-primary.focus,
.btn-outline-custom-primary:hover {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn-outline-custom-primary:active,
.btn-outline-custom-primary.active {
  color: #fff;
  background-color: #2196f3;
  background-image: none;
  border-color: #2196f3;
}
.btn-outline-custom-primary:active:hover,
.btn-outline-custom-primary.active:hover,
.btn-outline-custom-primary:active:focus,
.btn-outline-custom-primary.active:focus,
.btn-outline-custom-primary:active.focus,
.btn-outline-custom-primary.active.focus {
  color: #2196f3;
  background-color: transparent;
  border-color: #2196f3;
}
.btn-outline-custom-secondary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-custom-secondary:focus,
.btn-outline-custom-secondary.focus,
.btn-outline-custom-secondary:hover {
  color: #2196f3;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-custom-secondary:active,
.btn-outline-custom-secondary.active {
  color: #2196f3;
  background-color: #fff;
  background-image: none;
  border-color: #fff;
}
.btn-outline-custom-secondary:active:hover,
.btn-outline-custom-secondary.active:hover,
.btn-outline-custom-secondary:active:focus,
.btn-outline-custom-secondary.active:focus,
.btn-outline-custom-secondary:active.focus,
.btn-outline-custom-secondary.active.focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-custom-lg {
  padding: 10px 32px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
  border-width: 2px;
  font-weight: 500;
}
/*------------------------------------------------------------ /Buttons -------------------------------------------------------*/
/*------------------------------------------------------------ Navbar -------------------------------------------------------*/
.navbar-custom {
  background-color: #2196f3;
  border-color: #0c86e6;
  border-radius: 0;
}
.navbar-custom .navbar-brand {
  margin-right: 0;
  font-size: 24px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .navbar-custom .navbar-brand {
    margin-right: 20px;
  }
}
.navbar-custom .navbar-brand,
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #fff;
}
.navbar-custom .navbar-text {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-custom .navbar-nav > li > a {
  padding: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-custom .navbar-nav > li > a {
    padding: 15px 5px;
  }
}
.navbar-custom .navbar-nav > li > a:focus {
  color: rgba(255, 255, 255, 0.75);
  background-color: transparent;
}
.navbar-custom .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .active > a:active {
  color: #fff;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-custom .navbar-nav .btn-custom {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-custom .navbar-nav > li > a::after {
    position: absolute;
    right: 51%;
    bottom: 0;
    left: 51%;
    display: block;
    height: 0;
    content: "";
    border-bottom: 1px solid #fff;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > li > a:hover::after {
    right: 0;
    left: 0;
  }
  .navbar-custom .navbar-nav > .active > a::after {
    right: 0;
    left: 0;
  }
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #0c86e6;
}
.navbar-custom .navbar-link {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-custom .navbar-link:hover {
  color: #fff;
}
.navbar-custom .btn-link {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-custom .btn-link:hover,
.navbar-custom .btn-link:focus {
  color: #fff;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 15px 0;
    border-width: 0;
    transition: all 0.7s;
  }
  .navbar-custom.affix {
    padding: 0;
    border-width: 1px;
  }
}
/*------------------------------------------------------------ /Navbar -------------------------------------------------------*/
/*------------------------------------------------------------ Dropdown -------------------------------------------------------*/
.dropdown-custom > a,
.dropdown-custom > a:hover,
.dropdown-custom > a:focus {
  color: #fff;
  background-color: transparent;
}
.dropdown-custom .dropdown-menu > li > a:hover,
.dropdown-custom .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #2196f3;
}
.dropdown-custom .dropdown-menu > .active > a,
.dropdown-custom .dropdown-menu > .active > a:hover,
.dropdown-custom .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #2196f3;
}
@media (max-width: 767px) {
  .dropdown-custom .dropdown-menu > li > a {
    color: rgba(255, 255, 255, 0.75);
  }
  .dropdown-custom .dropdown-menu > li > a:hover,
  .dropdown-custom .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .dropdown-custom .dropdown-menu > .active > a,
  .dropdown-custom .dropdown-menu > .active > a:hover,
  .dropdown-custom .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: transparent;
  }
}
/*------------------------------------------------------------ /Dropdown -------------------------------------------------------*/
/*------------------------------------------------------------- Home --------------------------------------------------------*/
.fullscreen {
  height: 100%;
  min-height: 600px;
}
/*--- for hero sections containing sign up form box ---*/
.fullscreen.header-form-one {
  padding-top: 120px;
  height: 100%;
  min-height: 600px;
}
@media (max-width: 991px) {
  .fullscreen.header-form-one {
    min-height: 920px;
  }
}
.fullscreen.header-form-two {
  padding-top: 120px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 991px) {
  .fullscreen.header-form-two {
    min-height: 1050px;
  }
}
.fullscreen-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.fullscreen-content-wrapper {
  display: table-cell;
  vertical-align: middle;
}
/*--- fullscreen hero section with background image ---*/
.fullscreen.image-cover {
  background: url(../images/cover-images/cover-image-1.jpg) no-repeat center center fixed;
  background-size: cover;
}
.fullscreen.image-cover .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 600px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
/*--- fullscreen hero section with background video ---*/
.fullscreen.video-cover {
  background-color: transparent;
}
.fullscreen.video-cover .video-bg-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.fullscreen.video-cover .video-bg-wrapper,
.fullscreen.video-cover .video-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 600px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.fullscreen.video-cover .video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}
.home {
  color: #fff;
  background-color: #2196f3;
}
.home .heading {
  margin-bottom: 24px;
  font-weight: 300;
}
.home .tagline {
  margin-bottom: 52px;
  font-weight: 300;
}
.home .text-highlight {
  color: #2196f3;
  background-color: #fff;
}
/*--- dynamic text cusor ---*/
.typed-cursor {
  opacity: 1;
  animation: blink 0.7s infinite;
}
/*--- blink dynamic text cusor ---*/
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--- video player ---*/
.video-wrapper {
  width: 100%;
}
iframe {
  width: 100%;
  max-width: 100%;
}
.frame-shadow {
  box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px 3px;
}
/*------------------------------------------------------------- /Home --------------------------------------------------------*/
/*------------------------------------------------------------ Customers -------------------------------------------------------*/
.customer-logo {
  width: 135px;
  margin: 0 auto 30px auto;
}
.stats {
  padding-top: 70px;
}
/*------------------------------------------------------------ /Customers -------------------------------------------------------*/
/*------------------------------------------------------------ Features -------------------------------------------------------*/
.feature-card {
  padding: 30px 10px;
}
.feature-card .icon {
  margin-bottom: 30px;
}
.feature-card .title {
  margin-top: 0;
  margin-bottom: 10px;
}
.feature-card .info {
  font-size: 18px;
  font-weight: 300;
}
/*------------------------------------------------------------ /Features -------------------------------------------------------*/
/*------------------------------------------------------------ How-To -------------------------------------------------------*/
.showcase-image-wrapper {
  padding: 0 16px;
}
.panel-custom {
  border-radius: 0 !important;
  border-color: #2196f3;
}
.panel-custom > .panel-heading {
  color: rgba(255, 255, 255, 0.75);
  background-color: #2196f3;
  border-color: #2196f3;
}
.panel-custom > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #2196f3;
}
.panel-custom > .panel-heading .badge {
  color: #2196f3;
  background-color: rgba(255, 255, 255, 0.75);
}
.panel-custom > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #2196f3;
}
.panel-custom .panel-title {
  font-size: 22px;
  font-weight: 400;
}
.panel-custom .panel-title .panel-title-icon {
  margin-right: 10px;
}
.panel-custom .panel-heading {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.panel-custom .panel-heading a {
  color: #fff;
}
.panel-custom .panel-heading a.collapsed {
  color: rgba(255, 255, 255, 0.75);
}
.panel-custom .panel-heading a:hover,
.panel-custom .panel-heading a:focus,
.panel-custom .panel-heading a:active {
  color: #fff;
  text-decoration: none !important;
  outline: none !important;
}
.panel-custom .panel-body {
  font-size: 18px;
}
/*------------------------------------------------------------ /How-To -------------------------------------------------------*/
/*------------------------------------------------------------ Reviews -------------------------------------------------------*/
.reviews img {
  width: 124px;
  height: 124px;
}
/*------------------------------------------------------------ /Reviews -------------------------------------------------------*/
/*------------------------------------------------------------ Pricing -------------------------------------------------------*/
.pricing-card {
  position: relative;
  display: block;
  width: 290px;
  padding: 17px 12.5px 47.5px 12.5px;
  margin: 60px auto;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 2.5px;
}
@media (min-width: 1200px) {
  .pricing-card {
    width: 320px;
  }
}
.pricing-card .title {
  font-weight: 400;
}
.pricing-card .price {
  display: inline-block;
  padding: 10px 15px;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.43;
  border-bottom: 2px solid #2196f3;
}
.pricing-card .pricing-features {
  padding-left: 0;
  margin-bottom: 42px;
}
.pricing-card .pricing-features > li {
  padding: 7px 0;
  font-size: 17px;
  list-style: none;
}
.pricing-card .recommended {
  position: absolute;
  top: -40px;
  right: -1px;
  left: -1px;
  height: 40px;
  padding: 6px;
  font-size: 20px;
  color: white;
  background-color: #2196f3;
  border-radius: 0;
}
.pricing-card::after {
  display: table;
  clear: both;
  content: "";
}
/*------------------------------------------------------------ /Pricing -------------------------------------------------------*/
/*------------------------------------------------------------ Team -------------------------------------------------------*/
.team-card {
  position: relative;
  display: block;
  width: 290px;
  padding: 0;
  margin: 60px auto;
  text-align: center;
}
@media (min-width: 1200px) {
  .team-card {
    width: 320px;
  }
}
.team-card .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2d2d2d;
  opacity: 0.5;
}
.team-card .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  color: rgba(255, 255, 255, 0.75);
}
.team-card .name {
  font-weight: 900;
}
.team-card .title {
  font-weight: 400;
}
.team-card .social > li > a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
}
.team-card .social > li > a:hover,
.team-card .social > li > a:focus,
.team-card .social > li > a:active {
  color: #fff;
  text-decoration: none !important;
  outline: none !important;
}
/*------------------------------------------------------------ /Team -------------------------------------------------------*/
/*------------------------------------------------------------ Forms -------------------------------------------------------*/
/*--- suitable for forms with dark background ---*/
.custom-form-bg-dark .form-control {
  margin-bottom: 22px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  box-shadow: none;
}
.custom-form-bg-dark .form-control:focus {
  border-color: #ffffff;
  outline: 0;
}
.custom-form-bg-dark .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.custom-form-bg-dark .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.custom-form-bg-dark .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.custom-form-bg-dark.form-inline .form-control {
  margin-bottom: 0;
}
/*--- suitable for forms with light background ---*/
.custom-form-bg-light {
  background: #fff;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 2.5px;
}
.custom-form-bg-light .form-control {
  margin-bottom: 22px;
  color: #555555;
  background-color: transparent;
  border: 1px solid rgba(85, 85, 85, 0.6);
  border-radius: 2px;
  box-shadow: none;
}
.custom-form-bg-light .form-control:focus {
  border-color: #555555;
  outline: 0;
}
.custom-form-bg-light .form-control::-moz-placeholder {
  color: rgba(85, 85, 85, 0.6);
  opacity: 1;
}
.custom-form-bg-light .form-control:-ms-input-placeholder {
  color: rgba(85, 85, 85, 0.6);
}
.custom-form-bg-light .form-control::-webkit-input-placeholder {
  color: rgba(85, 85, 85, 0.6);
}
.custom-form-bg-light.form-inline .form-control {
  margin-bottom: 0;
}
/*--- inline subscribe email form in hero ---*/
#subscribe-form .form-group {
  width: 50%;
}
@media (max-width: 767px) {
  #subscribe-form .form-group {
    width: 100%;
  }
}
#subscribe-form .form-group #subscribe-email {
  width: 100%;
}
/*------------------------------------------------------------ /Forms -------------------------------------------------------*/
/*------------------------------------------------------------ Footer -------------------------------------------------------*/
.footer {
  padding: 60px 0;
  color: rgba(255, 255, 255, 0.75);
  background-color: #333333;
}
.footer .contact-details {
  margin-bottom: 40px;
}
.footer .contact-details span {
  display: inline-block;
  text-align: left;
}
.footer .contact-details span.icon {
  vertical-align: top;
}
.footer .social {
  position: relative;
  top: 58px;
  margin-top: -58px;
}
.footer .social > li > a {
  display: inline-block;
  width: 70px;
  padding: 20px;
  background-color: #333;
  border: 2px solid #2196f3;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.75);
}
.footer .social > li > a:hover,
.footer .social > li > a:focus,
.footer .social > li > a:active {
  color: #fff;
  text-decoration: none !important;
  outline: none !important;
}
.footer .social > li > a i {
  font-size: 28px;
  vertical-align: middle;
}
.footer .quick-links {
  margin-bottom: 60px;
}
.footer .quick-links .title {
  padding-top: 60px;
  color: #fff;
}
.footer .quick-links a {
  color: rgba(255, 255, 255, 0.75);
}
.footer .quick-links a:hover,
.footer .quick-links a:focus,
.footer .quick-links a:active {
  color: #fff;
  text-decoration: none !important;
  outline: none !important;
}
/*------------------------------------------------------------ /Footer -------------------------------------------------------*/
/*------------------------------------------------------------ Section Scroller Button -------------------------------------------------------*/
#section-scroller-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  z-index: 10;
  text-align: center;
  font-size: 30px;
  background-color: #2196f3;
  color: white;
  box-shadow: 0 8px 42px -10px rgba(0, 0, 0, 0.85);
}
#section-scroller-button i {
  position: relative;
  top: 9px;
  transition: all 0.6s;
}
#section-scroller-button.rotate i {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}
/*------------------------------------------------------------ /Section Scroller Button -------------------------------------------------------*/
/*------------------------------------------------------------ Helper Classes -------------------------------------------------------*/
/*--- font helper classes ---*/
.font-large {
  font-size: 36px;
}
@media (min-width: 768px) {
  .font-large {
    font-size: 44px;
  }
}
.font-lighter {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-bolder {
  font-weight: 500;
}
/*------------------------------------------------------------ /Helper Classes -------------------------------------------------------*/
/*------------------------------------------------------------ Preloader Classes -------------------------------------------------------*/
body.preloader-active {
  overflow: hidden;
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 99999;
}
.preloader .spinner {
  position: absolute;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.preloader .cube-spinner:before,
.preloader .cube-spinner:after {
  content: "";
  position: relative;
  display: block;
}
.preloader .cube-spinner.stop:before,
.preloader .cube-spinner.stop:after {
  animation-play-state: paused;
}
.preloader .cube-spinner:before {
  animation: spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  width: 80px;
  height: 80px;
  background: #2196f3;
}
.preloader .cube-spinner::after {
  animation: shadow 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  bottom: -40px;
  height: 20px;
  border-radius: 50%;
  background: #ccc;
}
@keyframes spinner {
  50% {
    border-radius: 50%;
    transform: scale(0.5) rotate(360deg);
  }
  100% {
    transform: scale(1) rotate(720deg);
  }
}
@keyframes shadow {
  50% {
    transform: scale(0.5);
    background: #e5e5e5;
  }
}
/*------------------------------------------------------------ /Preloader Classes -------------------------------------------------------*/
