/* ==========================================================================
   Tabel Of Contents
   ========================================================================== 
   1.General
   2.main
   3.video
   4.Features
   5.Review
   6.Download
   7.Team
   8.Subscription form
   9.Twitter feed 
   10.Contact 
   11.contact Form Validation
   12.footer
   13.Social
   14.scroll top
   15.Small devices (tablets, 768px and up)
   16.Medium devices (desktops, 992px and up)
*/

/* ==========================================================================
   1.General
   ========================================================================== */

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  font-size: 16px;
}

p {
  color: #888;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.2;
}

a {
  color: #3498db;
}

a:hover,
a:focus {
  color: #2980b9;
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ==========================================================================
   2.main
   ========================================================================== */

.main {
  background: url(../img/bg-3.jpg) center center no-repeat scroll;
  background-size: cover;
  padding: 3em 0 4.5em;
  position: relative;
  color: #fff;
  text-align: center;
}

.overlay {
  display: none;
}

.main:before {
  content: "";
  background: rgba(0, 0, 0, 0.31);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.main h1 {
  font-size: 36px;
  text-transform: uppercase;
}

.main h1,
.main h2 {
  font-weight: 300;
}

.main h1 span {
  font-weight: 400;
}

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

.welcome-message {
  padding-top: 1.5em;
}

.action-btn {
  margin: 1.5em 0 3em;
}

.action-btn .btn-default {
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db;
  display: block;
}

.action-btn .btn-default:hover,
.action-btn .btn-default:focus,
.action-btn .btn-default:active {
  background-color: #2980b9;
  border-color: #2980b9;
}

.action-btn a:first-child {
  margin: 0 0 0.75em 0;
}

.main .social {
  margin-top: 2.25em;
  float: none;
}

.main .social li a {
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ffffff;
  font-size: 1em;
}

.main .social li a:hover {
  background: #3498db;
  border: 1px solid #3498db;
}

.main .hero-img {
  width: 50%;
}

/* ==========================================================================
   nav
   ========================================================================== */

.navbar {
  display: none;
}

.navbar-default .navbar-nav > li > a.btn-default {
  text-transform: capitalize;
  color: #fff;
  padding: 0.75em 2em;
  transition: all 0.5s linear;
  border: 1px solid #3498db;
}

.navbar-default .navbar-nav > li > a.btn-default:hover {
  color: #fff;
  background: transperent;
  border: 1px solid #3498db;
}

.navbar-default .navbar-nav > li > a.btn-default:hover,
.navbar-default .navbar-nav > li > a.btn-default:focus {
  color: #3498db;
}

.stick {
  display: block;
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.97);
  left: 0;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 12px 0px rgba(51, 51, 51, 0.23);
  -webkit-animation: fadeInDown 1s both;
  animation: fadeInDown 1s both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ==========================================================================
   3.Features
   ========================================================================== */

.section-spacing {
  padding: 4.5em 0;
}

.features.section-spacing {
  padding: 4.5em 0 2.25em;
}

.section-spacing header h2,
.section-spacing header h3 {
  margin-top: 0;
}

.section-spacing h2 {
  color: #333;
  font-weight: 300;
  text-transform: uppercase;
}

.section-spacing header h3 {
  color: #999;
  font-size: 20px;
}

.features h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 1.5em;
}

.features p {
  color: #b2b2b2;
}

.features > .container > .row > div {
  margin-bottom: 2.25em;
}

/* ==========================================================================
   screenshots
   ========================================================================== */

.screenshot {
  background: rgba(193, 193, 193, 0.255);
}

/* ==========================================================================
   5.reviews
   ========================================================================== */
.reviews blockquote {
  border-left: none;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.reviews blockquote p {
  font-size: 20px;
  font-weight: 300;
  position: relative;
}

.reviews blockquote .fa-quote-left,
.reviews blockquote .fa-quote-right {
  position: absolute;
  color: #e4e4e4;
  font-size: 1em;
}

blockquote .fa-quote-left {
  left: 2px;
  top: -20px;
}

blockquote .fa-quote-right {
  right: 2px;
  bottom: -20px;
}

.reviews figure,
.reviews blockquote p {
  margin-bottom: 0.75em;
}

.reviews blockquote cite {
  color: #777;
}

.reviews figure img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

/* ==========================================================================
   6.download
   ========================================================================== */

.download {
  background: #3498db;
}

.download header h2,
#download header h3,
.download i {
  color: #fff;
}

.download i {
  font-size: 3.5em;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
}

.download i:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.download a {
  padding-right: 4.5em;
  display: inline-block;
}

.download a:last-child {
  padding-right: 0;
}

/* ==========================================================================
   8.Subscription form 
   ========================================================================== */

.form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.form-control:-moz-placeholder {
  color: #c1c1c1;
}
.form-control::-moz-placeholder {
  color: #c1c1c1;
}
.form-control:-ms-input-placeholder {
  color: #c1c1c1;
}

.center-block {
  float: none;
}

.sub-form header {
  margin-bottom: 2.625em;
}

.sub-form .form-control {
  padding: 1em 2em;
  border-radius: 30px;
  margin-bottom: 1.5em;
  box-shadow: none;
}

.sub-form .btn-default {
  padding: 1em 5em;
}

.sub-form .form-control,
.sub-form .btn-default {
  display: block;
  width: 100%;
}

.form-control {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  height: auto;
  padding: 0.75em 2em;
  border-radius: 7px;
  margin-right: 1em;
}

.form-control:focus {
  border-color: #e5e5e5;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default {
  border-radius: 30px;
  padding: 1em 3em;
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-transform: uppercase;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #fff;
  background-color: #2980b9;
  border-color: #2980b9;
}

.btn:active:focus,
.btn-default:focus,
.btn:focus,
.btn-default:active {
  outline: none;
}

#mc-notification {
  margin: 1.5em 0 0;
  display: inline-block;
}

#mc-notification .alert,
#mc-notification .success {
  display: none;
}

.success,
.alert,
.success-cf p,
.error-cf p {
  padding: 1em 2em;
  margin-bottom: 0;
  border-radius: 7px;
  font-weight: 600;
}

.success,
.success-cf p {
  background: #dff0d8;
  color: #3c763d;
  border: 1px solid rgba(60, 118, 61, 0.18);
}

.alert,
.error-cf p {
  background: #ffe5e5;
  color: #ea5050;
  border: 1px solid rgba(169, 82, 82, 0.18);
}

.success i,
.alert i,
.success-cf i,
.error-cf i {
  padding-right: 0.5em;
}

/* ==========================================================================
   10.Contact
   ========================================================================== */

.section-spacing header {
  margin-bottom: 3em;
}

/* ==========================================================================
   12.footer
   ========================================================================== */

.site-footer,
.video,
.sub-form,
.reviews {
  background: #f7f7f7;
}

.site-footer.section-spacing {
  padding: 4.5em 0;
}

.site-footer small {
  color: #b3b3b3;
  font-size: 1em;
  margin: 1.5em 0 0.75em;
  display: inline-block;
}

.modal-header {
  background: #3498db;
  position: relative;
  min-height: 0;
  padding: 1.5em 1em;
}

.modal-title {
  color: #fff;
  font-weight: 700;
}

button.close {
  color: #3498db;
  opacity: 1;
  background: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  position: absolute;
  right: 16px;
}

.close:hover,
.close:focus {
  color: #2980b9;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  outline: none;
}

.modal-body {
  padding: 1.5em;
}

/* ==========================================================================
   13.Social 
   ========================================================================== */

.social li {
  display: inline-block;
  padding-right: 0.8em;
}

.social li:last-child {
  padding-right: 0;
}

.social li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #3498db;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  border: 1px solid #3498db;
  font-size: 1.3em;
}

.social li a:hover {
  color: #fff;
  background: #3498db;
}

/* ==========================================================================
   14.scroll top
   ========================================================================== */

.scroll-top {
  margin-bottom: 0;
}

.scroll-top a {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  padding: 0.8em 1em;
  display: none;
  z-index: 200;
  border-radius: 50%;
  -webkit-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
}

.scroll-top a:hover {
  background: #3498db;
}

/* ==========================================================================
   15.Small devices (tablets, 768px and up)
   ========================================================================== */

@media (min-width: 768px) {
  .main {
    padding: 3em 0 4.5em;
  }

  .welcome-message {
    padding-top: 2.25em;
  }

  .main h1 {
    font-size: 60px;
  }

  .main h2 {
    font-size: 24px;
  }

  .action-btn .btn-default {
    display: inline-block;
  }

  .action-btn a:first-child {
    margin: 0 1.5em 0 0;
  }

  .reviews blockquote p {
    font-size: 22px;
  }

  .download i {
    font-size: 4em;
  }
  .reviews figure img {
    width: 120px;
    height: 120px;
  }
}

/* ==========================================================================
   16.Medium devices (desktops, 992px and up) 
   ========================================================================== */

@media (min-width: 992px) {
  html,
  body {
    height: 100%;
  }

  .main {
    padding: 4.5em 0 6em;
    text-align: left;
    background: url(../img/bg-3.jpg) center center no-repeat fixed;
    background-size: cover;
    min-height: 100%;
  }

  .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../img/bg-blurred.jpg) center center no-repeat fixed;
    background-size: cover;
    opacity: 0;
  }

  .overlay:before {
    content: "";
    background: rgba(0, 0, 0, 0.31);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
  }

  .main .social {
    margin-top: 0;
    float: right;
  }

  .hero-img-wrapper {
    position: relative !important;
  }

  .hero-img {
    width: 70% !important;
    margin-top: 5em;
  }

  .welcome-message {
    padding-top: 2em;
  }

  .action-btn {
    margin: 1.5em 0 0;
  }

  .section-spacing {
    padding: 6em 0;
  }

  .features.section-spacing {
    padding: 6em 0 3.75em;
  }

  .reviews blockquote .fa-quote-left {
    left: -50px;
  }

  .reviews blockquote .fa-quote-right {
    right: -50px;
  }

  .reviews blockquote .fa-quote-left,
  .reviews blockquote .fa-quote-right {
    font-size: 1.5em;
  }

  .sub-form .form-control {
    width: 50%;
    margin-bottom: 0;
    display: inline-block;
  }

  .sub-form .btn-default {
    width: auto;
    display: inline-block;
  }

  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    height: 100%;
  }

  #status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/load.gif) no-repeat center center;
    margin: -170px 0 0 -100px;
  }
}

@media (min-width: 1200px) {
  .main .hero-img {
    margin-top: 0;
  }
}
