/*
* Template Name : Skylia
* Version : 1.0
* Created by : Themesdesign
*/

/*---------------------

Table of contents

1. Loader
2. Helper classes 
3. Buttons
4. Navbar
5. Home
6. Services
7. Features
8. Testimonials / Clients
9. Team
10. CTA Section
11. Pricing
12. Fun facts
13. Contact
14. Footer
15. Animation - Magnific popoup
16. Responsive

---------------------*/


/* ==========
   1. Basic
   ========== */

body,
html {
    height: 100%;
    width: 100%;
    max-width: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    background: transparent;
    color: #666;
    overflow-x: hidden !important;
    margin: auto;
    -webkit-font-smoothing: subpixel-antialiased;
}
p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-family: 'Rubik', sans-serif;
}
.hiddenHeader {
    display: none;
    margin: 0px;
}
::selection {
    background: rgba(63, 170, 217, 0.5);
    color: #ffffff;
}
::-moz-selection {
    background: rgba(63, 170, 217, 0.5);
    color: #ffffff;
}
/* ==========
   2. Pre Loader
   ========== */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}
#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}
.spinner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(0, 164, 254, 0.2);
    border-right: 5px solid rgba(0, 164, 254, 0.2);
    border-bottom: 5px solid rgba(0, 164, 254, 0.2);
    border-left: 5px solid #00a4fe;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.spinner,
.spinner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* ==========
   3. Helper Classes
   ========== */

.bg-dark {
    background-color: #28282e !important;
}
.padding-b-0 {
    padding-bottom: 0px !important;
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.m-t-20 {
    margin-top: 20px;
}
.title {
    text-transform: uppercase;
}
.sub-title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 50px;
}
.title-border {
    background-color: #00a4fe;
    height: 4px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.bg-gray {
    background-color: #f5f5f5;
}
.overlay {
    position: absolute;
    background: #77a1d3;
    /* fallback for old browsers */
    
    background: -webkit-linear-gradient(to right, #77a1d3, #79cbca, #e684ae);
    /* Chrome 10-25, Safari 5.1-6 */
    
    background: linear-gradient(to right, #77a1d3, #79cbca, #e684ae);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    opacity: 0.95;
    height: 100%;
    width: 100%;
    top: 0;
}
.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}
/* ==========
   4. Bootstrap Reset
   ========== */
/* Text color */

.text-primary {
    color: #00a4fe;
}
.text-muted {
    color: #898989;
}
.text-warning {
  color: #f5a623;
}
.text-white {
    color: #fff;
}
.text-gray {
    color: #777;
}
/* Buttons */

.btn {
    padding: 12px 22px;
}
.btn-primary {
    background-color: #00a4fe !important;
    border: 1px solid #00a4fe !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    background-color: #0094e5 !important;
    border: 1px solid #0094e5 !important;
}
/* ==========
   5. Navbar Custom
   ========== */

.sticky-navigation {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 8px !important;
    margin-bottom: 0 !important;
    -webkit-backface-visibility: hidden;
    top: -100px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}
.nav-logo {
    height: auto;
    overflow: hidden;
    color: #000;
    padding: 10px 15px;
}
.nav-logo:focus {
    outline: none;
}
.navbar-toggle .icon-bar {
    background: #000;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-nav {
    float: left;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-nav li a {
    padding: 3px 15px;
    margin: 7px 0;
    border-radius: 5px;
    line-height: 30px;
    font-size: 14px;
    color: #444;
    position: relative;
    background: transparent !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.navbar-nav li a:focus {
    outline: none;
}
.navbar-nav li a:hover {
    color: #00a4fe;
}
.navbar-nav li.active a {
    color: #fff;
    background-color: #00a4fe !important;
}
header .btn-new {
    padding: 8px 18px;
    font-size: 12px;
    margin: 6px 0px 6px 10px;
}
.navbar-toggle {
    padding: 5px 10px;
    margin-right: 10px;
}
/* ==========
   6. Home
   ========== */

.home {
    position: relative;
    padding-top: 180px;
    color: #ffffff;
    background: url("../images/bg.jpg");
    background-size: cover;
}
.home h1 {
    font-weight: 100;
    margin-top: 30px;
    line-height: 42px;
    margin-bottom: 30px;
}
.home p {
    margin-bottom: 30px;
}


/* Home Animated */
.home-animated {
    background-image: url("../images/pattern.png"),url('../images/bg.jpg');
    background-size: cover;
    background-position: center;
}

.home-main {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.home-animated h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.home-animated p {
  margin-bottom: 30px;
}

#countdown_dashboard {
    display: block;
    margin: 0px auto;
    overflow: hidden
}


.home-animated-alt {
    background: #00a4fe;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #00a4fe, #de6161);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #00a4fe, #de6161); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-position: center;
}
@media(max-width:560px) {
    #countdown_dashboard{
    min-width: 300px;
}}
/* ==========
   7. Services
   ========== */

.service-box {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #eee;
}
.services-icon {
    font-size: 40px;
    color: #00a4fe;
}
.services-title {
    font-size: 16px;
}
.services-subtitle {
    line-height: 25px;
}
/* ==========
   8. Features Box
   ========== */

.features-box {
    margin-bottom: 20px;
}
.features-box i {
    float: right;
    font-size: 32px;
    width: 50px;
    margin-top: 10px;
    text-align: right;
    color: #00a4fe;
}
.features-content {
    overflow: hidden;
}
.features-box-right i {
    float: left;
    text-align: left;
}
/* ==========
   9. Testimonials / Download
   ========== */

.client {
    padding: 2px;
    width: 130px;
    height: 130px;
    background: #eee;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
}

.download-img a{
  margin: 10px !important;
  display: inline-block;
}
/* ==========
   10. Pricing
   ========== */

.pricing-box {
    background-color: #ffffff;
    position: relative;
    padding: 30px;
    border: 2px solid #eee;
    border-radius: 5px;
}
.pricing-header .plan-title {
    font-size: 18px;
    margin-bottom: 25px;
}
.plan-price {
    font-size: 42px;
}
.plan-fetures {
    padding: 30px 30px 0 30px;
}
.pricing-active {
    border: 2px solid #00a4fe;
}
/* ==========
   11. Video
   ========== */

.video-cover .video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
}
.video-play-icon {
    outline: none !important;
    width: 80px;
    height: 80px;
    padding-left: 5px;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    display: inline-block;
    cursor: pointer;
    background: #ffffff;
    text-align: center;
    color: #000;
    font-size: 24px;
    line-height: 84px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.video-play-icon:hover {
    color: #ffffff;
    background-color: #00a4fe;
}
/*=========
  12.contact
  =========*/

.form-control {
    margin-bottom: 25px;
    box-shadow: none !important;
    border: none;
    height: 44px;
}
/*=========
 13.Footer
  =========*/

.social li a {
    display: block;
    height: 36px;
    width: 36px;
    color: #222328 !important;
    line-height: 36px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 50%;
    border: 2px solid #585858;
}
.social li a:hover {
    color: #fff !important;
    border-color: transparent;
}
.footer {
    color: rgba(255, 255, 255, 0.6);
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer h5 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
}
.footer ul.footer-list li a:hover {
    color: #fff;
}
.footer ul.footer-list li a {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    padding: 5px 0;
}
.footer-alt {
    background-color: #1f1f23;
}
.footer-alt .copy-rights {
    margin: 0;
    line-height: 60px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}
address {
    line-height: 24px;
}

/*=========
 14.Screenshot
  =========*/

#screenshots {
    margin: 0;
    width: 100%;
}
.owl-controls {
    margin-top: 50px !important;
}
.screenshot-item {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 290px;
    overflow: hidden;
    position: relative;
}
.owl-screenshot {
    padding-top: 40px;
}
.screenshot-content {
    width: 100%;
    position: relative;
    background-color: #ffffff;
}
.screenshot-content img {
    width: 100%;
}
.screenshot-overlayer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    position: absolute;
    background-color: transparent;
}
.screenshot-overlayer a {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

/*=========
 15. Responsive 
  =========*/

@media (max-width: 768px){
  .section {
      padding-top: 60px;
      padding-bottom: 60px;
  }

  .home {
    padding-top: 40px;
    text-align: center;
  }

  .home-img {
    padding-top: 40px;
  }

  .home-animated .home-img {
    display: none;
  }

  .pricing-box,.service-box,.testimonials-box,.footer h5 {
      margin-top: 20px;
  }

  .vertical-content {
      display: inherit;
  }

  .feature-5 .feature__body {
      width: 100%;
      float: left;
  }

  .feature-5 i {
      width:100%;
      text-align: center;
  }

  .video-cover{
    margin-top: 20px;
  }
}