/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : ULaunch - Multi Purpose Products Landing Page
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. General css
02. Navigation area css
03. Slider area css
04. Step area css
05. Features area css
06. About Product area css
07. About Facts area css
08. Product area css
09. Testimonial area css
10. Pricing Plan area css
11. Buynow Infobar area css
12. Newsletter Form area css
13. Contact Us area css
14. Footer area css
15. Media Screens
-------------------------------------------------------------------------------------- */

/************************************/
/***** 	   01. General css		 ****/
/************************************/

body {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  background: #f7f7f7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 500;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

.container {
  max-width: 1160px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: #20bea7;
  z-index: 9999;
}

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #fff;
  top: calc(50% - 15px);
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

.btn-custom {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 14px 30px;
  min-width: 170px;
  text-align: center;
  color: #fff;
  box-shadow: 1px 2px 46px 0px rgba(0, 0, 0, 0.1);
  background: #16c9f6;
  background: linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
  background: -webkit-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
  background: -moz-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
  background: -o-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
}

.btn-custom:hover {
  background: #16c9f6;
  color: #fff;
}

/************************************/
/***** 02. Navigation area css  *****/
/************************************/

nav.navbar.main-menu {
  padding: 0;
  background: white !important;
  color: black !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-brand {
  height: auto;
  transition: all 0.3s ease-in-out;
}

.navbar-right {
  margin-right: 0;
}

.main-nav {
  justify-content: flex-end;
}

nav.navbar.main-menu ul.nav > li > a {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  padding: 38px 0px 34px;
  line-height: 1em;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-in-out;
}

nav.navbar.main-menu ul.nav > li > a:after {
  content: "/";
  padding: 0 14px 0 18px;
  color: #fff;
}

nav.navbar.main-menu ul.nav > li:last-child a:after {
  display: none;
}

nav.navbar.main-menu ul.nav > li > a.active {
  color: #000;
}

nav.navbar.main-menu.sticky-header {
  background: white !important;
}

nav.navbar.main-menu.sticky-header .navbar-brand {
  padding-top: 15px;
}

nav.navbar.main-menu.sticky-header ul.nav > li > a {
  padding: 30px 0px 26px;
}

.navbar-toggler {
  float: right;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  padding: 6px 10px;
  outline: 0;
  box-shadow: none;
  margin-top: 2px;
}

nav.navbar .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}

/************************************/
/*****   03. Slider area css    *****/
/************************************/

.banner {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  background: url(../images/header-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 180px 0 200px;
}

.banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(32, 190, 167, 0.9);
}

.banner .row {
  position: relative;
  z-index: 1;
}

.header-content {
  padding-top: 20px;
}

.header-content h2 {
  font-size: 46px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}

.header-content h2 span {
  background: #fff;
  color: #20bea7;
  text-transform: uppercase;
  font-size: 32px;
  padding: 6px 14px;
}

.header-content p {
  color: #fff;
  line-height: 1.5em;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-bottom: 1.8em;
}

.btn-buynow {
  position: relative;
  display: inline-block;
  color: #20bea7;
  border-radius: 3px;
  border: 2px solid #20bea7;
  padding: 14px 30px 12px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.1s linear;
}

.btn-buynow:hover {
  background: #20bea7;
  color: #fff;
}

.header-content .btn-buynow {
  color: #fff;
  border: 2px solid #fff;
  margin-top: 20px;
}

.header-content .btn-buynow:hover {
  background: #fff;
  color: #20bea7;
}

.slider-image {
  text-align: center;
}

/**********************************/

.about-product {
  background: #fff;
  padding: 100px 0;
}

.about-product-single {
  max-width: 960px;
  border-bottom: 1px dashed #e2e2e2;
  padding: 60px 0;
  margin: 0 auto;
}

.about-product-single:first-child {
  padding-top: 0;
}

.about-product-single:last-child {
  border: none;
  padding-bottom: 0;
}

.about-entry {
  padding-top: 30px;
}

.about-entry h4 {
  color: #546e7a;
  font-size: 13px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 1em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.about-entry h4:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #20bea7;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-entry h3 {
  color: #263238;
  font-size: 28px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  font-weight: 400;
}

.about-entry p {
  font-size: 14px;
  color: #546e7a;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

.about-image {
  text-align: center;
}

.contactus {
  background: #263238;
  padding: 100px 0 60px;
}

.contactus .section-title {
  text-align: left;
  margin-bottom: 40px;
}

.contactus .section-title h2 {
  color: #fff;
}

.contactus .section-title p {
  color: #20bea7;
}

.contactus .section-title p:after {
  left: 0;
  margin-left: 0;
}

.contact-form .form-control {
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  height: auto;
  letter-spacing: 0.03em;
  padding: 12px 14px;
  box-shadow: none;
  resize: none;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: white;
}

.contact-form .form-control:-moz-placeholder {
  color: white;
}

.contact-form .form-control::-moz-placeholder {
  color: white;
}

.contact-form .form-control:-ms-input-placeholder {
  color: white;
}

.contact-form .form-control::-ms-input-placeholder {
  color: white;
}

.btn-contact {
  position: relative;
  display: inline-block;
  color: #20bea7;
  border-radius: 3px;
  background: none;
  border: 2px solid #20bea7;
  padding: 10px 30px 8px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.1s linear;
}

.btn-contact:hover {
  background: #20bea7;
  color: #fff;
}

.with-errors ul {
  margin: 0;
  color: #a94442;
}

.footer-info {
  border-left: 1px solid #313c42;
  padding: 30px 0 30px 30px;
}

.footer-info img {
  margin-bottom: 30px;
}

.footer-info p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  letter-spacing: 0.03em;
  font-weight: 300;
  margin-bottom: 1.8em;
}

.contactinfo-single {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}

.contactinfo-single h3 {
  color: #20bea7;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 4px 0;
  padding-top: 2px;
}

.contactinfo-single i {
  width: 36px;
  height: 36px;
  color: #20bea7;
  border: 1px solid #20bea7;
  border-radius: 50px;
  text-align: center;
  padding-top: 9px;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #313c42;
  color: #20bea7;
  font-size: 14px;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

.footer-social a:hover {
  background: #20bea7;
  color: #fff;
}

/************************************/
/*****   14. Footer area css    *****/
/************************************/

footer {
  background: #263238;
}

.footer-siteinfo {
  border-top: 1px solid #313c42;
  padding: 40px 0;
}

.footer-siteinfo p {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}

.jumptotop {
  position: fixed;
  right: 30px;
  bottom: 0px;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.btn-active {
  opacity: 1;
  bottom: 30px;
}

.jumptotop a {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  padding-top: 6px;
  background: #20bea7;
  font-size: 18px;
  border-radius: 2px;
}

.jumptotop a:hover {
  background: #313c42;
}
