/*
===========================================================================
 EXCLUSIVE ON BootWeb
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Template Name   : Sooner - Coming Soon Template
 Author          : Mehul Prajapati
 Version         : 1.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Copyright (c) 2018 - BootWeb (https://thebootweb.com)
===========================================================================
*/

/*================================================
            Table of contents  
==================================================
 
1. General
2. Spaces
3. Preloader
4. Home
5. Countdown timer
6. About
7. Contact
8. Scroll up
9. Footer
10. Get Notified
11. Small Screen Styles

====================================================
            End table content 
===================================================*/

/* General */
html, body {
  min-height: 100%;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}
.contrast {
  color: #3ea98b;
}
.heading {
  padding: 60px 0px;
  text-align: center;
  overflow: hidden;
}
.heading h1 {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 800;
}
.underline {
  margin: auto;
  width: 60px;
  height: 10px;
  background: #3ea98b;
  border-radius: 10px;
}
.subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  margin: 10px 0px;
}
p{
  font-size: 15px;
  color: #666;
}

/* Spaces */
.pt-5 {
  padding-top: 5px;
}
.mb-10 {
  margin-bottom: 10px
}
.mt-20 {
  margin-top: 20px;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #140E1D;
  z-index: 99;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/spin.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/* Home */
#home {
  position: relative;
  height: 100vh !important;
  background: url(../images/home.jpg);
  background-size: cover;
  z-index: 1;
  background-repeat: no-repeat;
}
.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: -1;
}
#home .home-table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
#home .table-cell {
  display: table-cell;
  vertical-align: middle;
}
#home h1 {
  font-size: 80px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  color: #fff;
}
.mb-30 {
  margin-bottom: 30px;
}
#home p {
  font-size: 18px;
  color: #cbcbcb;
}
.bouncing-icon {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0px;
  width: 50px;
  -webkit-animation: 3s ease 0s normal none infinite running bounce;
  animation: 3s ease 0s normal none infinite running bounce;
  font-size: 36px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a.bouncing-icon:link,
a.bouncing-icon:visited {
  color: #fff;
}
a.bouncing-icon:hover {
  background: none;
  color: #3ea98b;
}

/* Countdown timer */
.timer {
  color: #fff;
}
.countdown-timer {
  margin-bottom: 28px;
}
.countdown-row {
  display: block;
}
.countdown-section {
  border-left: 1px dotted rgba(218,218,218,0.8);
  color: #dadada;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 20px 12px;
  text-transform: uppercase;
  width: 20%;
}
.countdown-section:first-child {
  border-left: 0;
}
.countdown-amount {
  color: #fff;
  display: block;
  font-family: 'Oswald', serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
  padding-bottom: 21px;
}

/* About */
#about {
  background-color: #140E1D;
  padding: 60px 0 120px 0;
  border-bottom: 1px solid rgba(62,169,139,0.3);
}
#about h3 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
#about p {
  color: #cbcbcb;
  font-size: 15px;
  text-align: justify;
  line-height: 1.8;
}
#about .fa {
  color: #3ea98b;
  margin: 0 8px 0 10px;
}
.notify-btn {
  color: #fff;
  font-weight: 600;
  padding: 10px 24px;
  margin: 20px 0;
  border: 1px solid #3ea98b;
  border-radius: 4px;
}
.notify-btn:hover {
  color: #fff;
  background: #3ea98b;
  font-weight: bold;
}

/* Contact */
#contact {
  background-color: #140E1D;
  padding: 60px 0 120px 0;
  border-bottom: 1px solid rgba(62,169,139,0.3);
}
h3 {
  color: #cbcbcb;
  font-weight: 600;
  margin-bottom: 30px;
}
.contact-text {
  background-color: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  width: 100%;
  padding-left: 14px;
  border: 0;
  border-radius: 4px;
}
.contact-message {
  background-color: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  height: 150px;
  width: 100%;
  padding: 14px;
  border: 0;
  border-radius: 4px;
}
.contact-text:focus,
.contact-message:focus {
  border: 0;
  outline: 0;
}
#contact .send-btn {
  color: #fff;
  background: transparent;
  font-weight: 600;
  padding: 12px 20px;
  margin-bottom: 60px;
  border: 1px solid #3ea98b;
  border-radius: 5px;
  float: left;
}
#contact .send-btn:hover {
  color: #fff;
  background: #3ea98b;
  font-weight: bold;
}
.contact-content {
  margin-top: 60px;
}
.contact-btn {
  color: #fff;
  background: transparent;
  font-weight: 600;
  padding: 10px 20px;
  margin-bottom: 60px;
  border: 1px solid #3ea98b;
  border-radius: 5px;
  float: left;
}
.contact-btn:hover {
  color: #fff;
  background: #3ea98b;
  font-weight: bold;
}

/* Footer */
footer {
  background-color: #140E1D;
  padding: 20px 0;
}
footer p {
  color: #cbcbcb;
  font-size: 14px;
}
.share-social-sm a {
  width: 32px;
  height: 32px;
  text-decoration: none;
  color: #fff;
  display: inline-table;
  font-size: 16px;
  margin: 0 5px 20px 5px;
}
.share-social-sm a i{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
}
.share-social-sm .fa-facebook {
  background-color: #3B5998;
}
.share-social-sm .fa-twitter {
  background-color: #00ACEE;
}
.share-social-sm .fa-pinterest {
  background-color: #C8232C;
}
.share-social-sm .fa-google-plus {
  background-color: #DD4B39;
}
.share-social-sm .fa-instagram {
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.share-social-sm .fa-youtube {
  background-color: #b31217;
}
.share-social-sm .fa-linkedin {
  background-color: #007bb6;
}
.share-social a {
  width: 32px;
  height: 32px;
  text-decoration: none;
  color: #666;
  display: inline-table;
  font-size: 16px;
}
.share-social a i{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
}
.share-social a:hover {
  color: #fff;
}
.share-social a:hover .fa-facebook {
  background-color: #3B5998;
}
.share-social a:hover .fa-twitter {
  background-color: #00ACEE;
}
.share-social a:hover .fa-pinterest {
  background-color: #C8232C;
}
.share-social a:hover .fa-google-plus {
  background-color: #DD4B39;
}
.share-social a:hover .fa-instagram {
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.share-social a:hover .fa-youtube {
  background-color: #b31217;
}
.share-social a:hover .fa-linkedin {
  background-color: #007bb6;
}

/* Scroll up */
#scroll-up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #a9a9a9; 
  border-radius: 4px;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  z-index: 9;
}
#scroll-up:hover {
  background-color: #3ea98b;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Get Notified */
#box {
  background: #011a42;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 400px;
  height: auto;
  border: 5px solid #3ea98b;
  display: none;
}
.close_btn {
  float: right;
  padding: 10px 10px 0 0;
}
.close_btn .fa {
  color: #a9a9a9;
  font-size: 18px;
  cursor: pointer;
}
.close_btn .fa:hover {
  color: #fff;
}
.single_box {
  padding: 30px;
}
.single_box h2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.single_box p {
  color: #e5e5e5;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}
.single_box .contact-text {
  text-align: center;
}
.single_box .get-btn {
  color: #fff;
  font-weight: bold;
  background: #3ea98b;
  padding: 10px 20px;
  margin-bottom: 20px;
  outline: 0;
  border: 0;
  border-radius: 5px;
}
.single_box .get-btn:hover {
  color: #000;
  background: #fff;
}

/* Small Screen Styles */
@media (max-width: 620px){
  #home h1 {
    font-size: 40px;
  }
  .countdown-amount {
    font-size: 20px;
  }
  .countdown-section {
    font-size: 10px;
  }
  .heading h1 {
    font-size: 34px;
  }
}