/*
Template Name: Uplon - Bootstrap 4 Landing Page Tamplat
Author: CoderThemes
Email: support@coderthemes.com
File: Main scss file
*/
/*******************************
1.General
2.Helper
3.Hero
4.Testimonial
5.Pricing
6.Clients
7.Footer
8.Back to Top
9.Responsive
********************************/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700|Open Sans&display=swap");
/*******************
    1.General
*******************/
body {
  font-size: 0.95rem;
  color: #6c757d;
  background-color: #ffffff;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 1.6;
}

/*******************
    2.Helper
*******************/
.card {
  border: none;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(73, 80, 87, 0.15);
          box-shadow: 0px 0px 35px 0px rgba(73, 80, 87, 0.15);
  border-radius: 7px;
  margin-bottom: 30px;
}

.section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.btn {
  font-size: .9rem;
  padding: .45rem .9rem;
  text-transform: uppercase;
  font-weight: 500;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-primary {
  color: #ffffff;
  background: #0692d5;
  border-color: #0692d5;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  text-decoration: none;
  background: #18a78b;
  border-color: #18a78b;
}

.bg-primary {
  background-color: #0692d5 !important;
}

.text-primary {
  color: #0692d5 !important;
}

.bg-success {
  background-color: #0692d5 !important;
}

.text-success {
  color: #0692d5 !important;
}

.bg-info {
  background-color: #3db9dc !important;
}

.text-info {
  color: #3db9dc !important;
}

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

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

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

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

.bg-dark {
  background-color: #343a40 !important;
}

.text-dark {
  color: #343a40 !important;
}

.bg-muted {
  background-color: #6c757d !important;
}

.text-muted {
  color: #6c757d !important;
}

.bg-purple {
  background-color: #9261c6 !important;
}

.text-purple {
  color: #9261c6 !important;
}

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

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

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

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

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

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

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

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

.avatar-md {
  height: 3.5rem;
  width: 3.5rem;
}

.title {
  font-family: "Open Sans", cursive;
}

.bg-pattern {
  background: url("../images/bg-pattern.png") no-repeat;
  background-size: cover;
  position: relative;
}

/******************
    2.Navbar
*******************/
.navbar-custom {
  padding: 20px 0px;
  width: 100%;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-custom .logo .logo-light {
  display: inline-block;
}

.navbar-custom .logo .logo-dark {
  display: none;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent !important;
  padding: 6px 10px;
  margin: 0 7px;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #ffffff;
}

.navbar-custom .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
}

.navbar-custom .navbar-btn {
  margin-left: 10px;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

/*--- navbar sticky ---*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #343a40;
  /* background-color: #0692d4; */
  -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
}

/******************
    3.Hero
*******************/
.hero-section {
  padding-top: 110px;
}

.hero-wrapper .hero-title {
  font-family: "Open Sans", cursive;
}

.present-mockup {
  position: relative;
  top: 60px;
}

/******************
    4.Testimonial
*******************/
.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0692d5;
}

/******************
    5.Pricing
*******************/
.pricing-box {
  max-width: 345px;
  margin: 0px auto;
}

/******************
    6.Clients
*******************/
.client-images img {
  margin: 10px auto;
  opacity: 0.7;
}

/******************
    7.Footer
*******************/
.footer .footer-list li {
  padding: 7px 0px;
}

.footer .footer-list li a {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer .footer-list li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-alt {
  background-color: #393f46;
}

.footer .footer-alt .social-links li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.5);
  background-color: #343a40;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer .footer-alt .social-links li a:hover {
  background-color: #0692d5;
}

/******************
    8.Back to Top
*******************/
.back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  border-radius: 3px;
  background-color: #0692d5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.back-to-top i {
  color: #ffffff;
  font-size: 22px;
  display: block;
  line-height: 30px;
}

/******************
    9.Responsive
*******************/
@media (min-width: 200px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 95%;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 85%;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    max-width: 70%;
  }
}

@media (max-width: 991px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #0692d4 !important; 
    -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
  }
  .navbar-custom .logo img {
    height: 28px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin: 0px;
    padding: 6px 0px;
  }
  .navbar-custom .navbar-btn {
    margin-left: 0px;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
  }
  .hero-section {
    padding-top: 80px;
  }
}
/*# sourceMappingURL=style.css.map */