/*-----------------------------------------------------------------------
/*  Theme Name  : App On Web Theme
/*  Theme URI   :http://www.spheretheme.com/apponweb
/*  Description : Mobile App Landing page Theme
/*  Version     : 1.0
/*  assets/css/styles.css
/*-----------------------------------------------------------------------


/*  Table of Contents
    - - - - - - - - -
    GENERAL
    HEADER & NAVIGATION
    TOP BANNER
    FEATURES
    STORES BUTTONS
    APP SCREEN SHOTS
    SOCIAL
    DETAILS SECTION
    UPDATES VERSION
    REVIEW
    COUNTDOWN SECTION
    PRICING BOX
    FREQUENTLY ASKED QUESTION
    SUPPORT
    CONTACTS FORM
    FOOTER
    COMMING SOON PAGE
    404 PAGE
    BLOG PAGE
    MEDIA QUERIES FOR RESPONSIVE
    - - - - - - - - -
*/

/*---------------------------------------------------------------------*/
/*  GENERAL 
/*---------------------------------------------------------------------*/

::selection {
    background: #00acc1; /* Safari */
    color: #fff;
}
::-moz-selection {
    background: #00acc1; /* Firefox */
    color: #fff;
}
html {
    height: 100%;
}
body {
    height: 100%;
    background-color: #fff;
    color: #3c3c3b;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
h1 {
    margin: 0 0 18px;
    color: white;
    font-size: 54px;
    font-weight: 300;
}
h2 {
    margin: 0;
    font-size: 55px;
    font-weight: 300;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.subheading {
    max-width: 787px;
    margin: 0 auto 70px;
    color: #384049;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    line-height: 27px;
}
.image-holder {
    background-color: #d9dfe9;
}
.image-holder > img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.section-dark .section-content {
    background-color: #006EBD;
}
.section-dark h2 {
    padding-top: 55px;
    color: #fff;
}
.section-dark .subheading {
    margin: 25px auto 0;
    color: #fff;
}
.section-light {
    background-color: #fff;
}
.section-light h2 {
    padding-top: 55px;
    color: #384049;
}
.section-light .subheading {
    margin: 25px auto 0;
    color: #384049;
}
.section-deep .section-content {
    background-color: rgba(25, 110, 189);
}
.section-deep h2 {
    padding-top: 55px;
    color: #fff;
}
.section-deep .subheading {
    color: #fff;
    margin: 25px auto 0;
}
.btn {
    overflow: hidden;
    padding: 18px 38px;
    border: 2px #fff solid;
    border-radius: 32px;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    -webkit-transition: border-color 0.5s, color 0.5s;
    transition: border-color 0.5s, color 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn:hover {
    -webkit-transition: 0s background-color 0.4s;
    -moz-transition: 0s background-color 0.4s;
    -o-transition: 0s background-color 0.4s;
    transition: 0s background-color 0.4s;
}
.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
    transform-origin: 0% 100%;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.btn:hover:before {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus,
a:focus,
a:active{
    outline: none;
}
.btn-default {
    background-color: transparent;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default:active:focus {
    border-color: #00acc1;
    background-color: #00acc1;
    color: #fff;
}
.btn-default:hover:before {
    background-color: #00acc1;
}
.btn-primary {
    border-color: #00acc1;
    background-color: #00acc1;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary:active:focus {
    border-color: #00acc1;
    background-color: #fff;
    color: #00acc1;
}
.btn-primary:hover:before {
    background-color: #fff;
}
.btn-info {
    padding: 24px 55px;
    border: 2px #d8dee8 solid;
    border-radius: 50px;
    background-color: #fff;
    color: #384049;
    font-size: 19px;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-info:hover, 
.btn-info:focus {
    border-color: #00acc1;
    background-color: #00acc1;
}
.btn-info:hover:before {
    background-color: #00acc1;
}

/*---------------------------------------------------------------------*/
/*  HEADER & NAVIGATION 
/*---------------------------------------------------------------------*/

.header {
    position: absolute;
    z-index: 9999;
    top: 20px;
    left: 0;
    width: 100%;
}
.header.small {
    position: relative;
    z-index: 9999;
    top: 0px;
    left: 0;
    width: 100%;
    background: rgba(0,172,193,0.6);
}
.navbar {
    min-height: 86px;
    border-width: 0;
    margin-bottom: 0;
}
.navbar-default {
    background-color: transparent;
}
.navbar-brand {
    position: relative;
    z-index: 10000;
    display: inline-block;
    font-size: 32px;
    font-weight: 100;
    text-align: center;
    line-height: 56px;
    height: auto;
    max-width: 70px;
}
.small .navbar-brand{
    max-width: 100px;
    z-index: 99999;
}
.navbar-brand img{
    width: 100%;
}

.navbar .container .navbar-brand {
    margin-left: 0px;
}
.navbar-brand {
    -webkit-transition: .4s transform;
    -moz-transition: .4s transform;
    -o-transition: .4s transform;
    transition: .4s transform;
}
.navbar-brand.small {
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -o-transform: scale(0.1);
    -moz-transform: scale(0.1);
    transform: scale(0.1);
}
.btn.btn-nav {
    float: right;
    padding: 0;
    border: none;
    border-radius: 0;
    margin: 28px 9px;
    background-color: transparent;
    opacity: 1;
    line-height: inherit;
    text-transform: none;
    -webkit-transition: .3s opacity .3s;
    -moz-transition: .3s opacity .3s;
    -o-transition: .3s opacity .3s;
    transition: .3s opacity .3s;
}
.btn.btn-nav:before {
    content: none;
}
.btn.btn-nav:active {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.btn.btn-nav:hover, 
.btn.btn-nav:focus {
    color: #00acc1;
}
.btn.btn-nav:hover .btn-nav-text, 
.btn.btn-nav:focus .btn-nav-text {
    color: #00acc1;
}
.btn.btn-nav:hover .btn-nav-icon > .icon-bar, 
.btn.btn-nav:focus .btn-nav-icon > .icon-bar {
    background-color: #00acc1;
}
.btn.btn-nav.closed {
    opacity: 0;
    cursor: default;
    -webkit-transition: .3s opacity 0s;
    -moz-transition: .3s opacity 0s;
    -o-transition: .3s opacity 0s;
    transition: .3s opacity 0s;
}
.btn-nav-text {
    display: inline-block;
    margin-right: 12px;
    color: #fff;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 300;
    vertical-align: middle;
}
.btn-nav-icon {
    display: inline-block;
    width: 21px;
    height: 15px;
    vertical-align: middle;
}
.btn-nav-icon > .icon-bar {
    display: block;
    width: 21px;
    height: 2px;
    margin-bottom: 4px;
    background-color: #fff;
}
.btn-nav-open {
    position: relative;
    z-index: 9998;
}
.nav-holder {
    position: relative;
}
.nav-wrapper {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0;
    height: 86px;
    width: 100%;
    white-space: nowrap;
}
.nav-wrapper.animate {
    overflow: hidden;
}
.nav-wrapper.closed {
    overflow: hidden;
    z-index: 9998;
}
.nav-wrapper.closed .nav {
    right: -100%;
}
.nav-wrapper.animate .navbar-nav > li > .dropdown-menu,
.nav-wrapper.closed .navbar-nav > li > .dropdown-menu {
    display: none;
}
.nav {
    position: absolute;
    top: 0;
    right: 0;
    height: 86px;
    border-top: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .8s right .0s cubic-bezier(0.68, 0.4, 0.01, 1.25);
    -moz-transition: .8s right .0s cubic-bezier(0.68, 0.4, 0.01, 1.25);
    -o-transition: .8s right .0s cubic-bezier(0.68, 0.4, 0.01, 1.25);
    transition: .8s right .0s cubic-bezier(0.68, 0.4, 0.01, 1.25);
}
.nav.in {
    height: auto;
}
.navbar-nav > li > a {
    position: relative;
}
.navbar-nav > li > a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 1px;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.navbar-nav > li:last-child > a:after {
    content: none;
}
.navbar-nav > li > a:hover:after, 
.navbar-nav > li > a:focus:after {
    width: 100%;
}
.navbar-nav > li > .dropdown-menu {
    display: block;
    top: -400px;
    border-radius: 5px;
    -webkit-transition: 0.5s all cubic-bezier(0.25, 0.1, 0.02, 1.4);
    -moz-transition: 0.5s all cubic-bezier(0.25, 0.1, 0.02, 1.4);
    -o-transition: 0.5s all cubic-bezier(0.25, 0.1, 0.02, 1.4);
    transition: 0.5s all cubic-bezier(0.25, 0.1, 0.02, 1.4);
}
.navbar-nav > li.open > .dropdown-menu {
    top: 100%;
}
.navbar-nav > li > dropdown-menu > li > a {
    padding: 8px 20px;
}
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.navbar-default .navbar-brand {
    color: #00acc1;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-nav > li > a {
    padding: 0;
    margin: 33px 15px 15px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    text-decoration: none;
}
.navbar-default .navbar-nav > li > a:after {
    background-color: #00acc1;
}
.navbar-default .navbar-nav > li:last-child > a:hover {
    color: #00acc1;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.6);
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a:focus:after, 
.navbar-default .navbar-nav > .open > a:hover:after {
    background-color: transparent;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

/*---------------------------------------------------------------------*/
/*  TOP BANNER
/*---------------------------------------------------------------------*/


.banner-wrapper {
    position: relative;
    z-index: 100;
    background-size: cover;
}
.banner-wrapper .section-content {
    background: -moz-linear-gradient(0deg, rgba(0, 172, 193, 0.8) 0%, rgba(0, 124, 145, 0.8) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 172, 193, 0.8)), color-stop(100%, rgba(0, 124, 145, 0.8)));
    background: -webkit-linear-gradient(0deg, rgba(0, 172, 193, 0.8) 0%, rgba(0, 124, 145, 0.8) 100%);
    background: -o-linear-gradient(0deg, rgba(0, 172, 193, 0.8) 0%, rgba(0, 124, 145, 0.8) 100%);
    background: -ms-linear-gradient(0deg, rgba(0, 172, 193, 0.8) 0%, rgba(0, 124, 145, 0.8) 100%);
    background: linear-gradient(90deg, rgba(0, 172, 193, 0.8) 0%, rgba(0, 124, 145, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$theme-color', endColorstr='#a33482', GradientType=1 );
}
.banner {
    margin-top: 200px;
    margin-bottom: 50px;
}
.banner-description {
    margin: 0 0 45px 6px;
    color: #ebebeb;
    font-size: 19px;
    font-weight: 300;
    line-height: 31px;
}
.banner-content .btn {
    margin-left: 5px;
    margin-right: 5px;
}

/* TOP BANNER SLIDER */
.owl-home{
    height: 100%;
}
.owl-home .owl-stage-outer{
    height: 100%;
}
.owl-home .owl-item{
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: top;
}
.owl-home .owl-item .item{
    height: 100%;
    width: 100%;
    display: table;
}

.owl-home .item-inner{
    display: table;
    height: 100%;
    width: 100%;
    /*background: rgba(0,0,0,0.4);*/
    background: -moz-linear-gradient(0deg, rgba(0, 172, 193, 0.8) 0%, rgba(0, 124, 145, 0.8) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 172, 193, 0.8)), color-stop(100%, rgba(0, 124, 145, 0.8)));
    background: -webkit-linear-gradient(0deg, rgba(0, 172, 193, 0.8) 0%, rgba(0, 124, 145, 0.8) 100%);
    background: -o-linear-gradient(0deg, rgba(0, 172, 193, 0.8) 0%, rgba(0, 124, 145, 0.8) 100%);
    background: -ms-linear-gradient(0deg, rgba(0, 172, 193, 0.8) 0%, rgba(0, 124, 145, 0.8) 100%);
    background: linear-gradient(90deg, rgba(0, 172, 193, 0.8) 0%, rgba(0, 124, 145, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$theme-color', endColorstr='#a33482', GradientType=1 );

}
.owl-home .single-img img{
    width: auto;
    max-width: 100%;
}
.owl-home .owl-controls .owl-nav .owl-prev,
.owl-home .owl-controls .owl-nav .owl-next{
    background-color: rgba(0, 172, 193,0.5);
    color: #ffffff;
    font-size: 25px;
    height: 60px;
    line-height:60px;
    position: absolute;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 40px;
    border-radius: 4px;
}
.owl-home .owl-controls .owl-nav .owl-prev{
    left: -4px;
}
.owl-home .owl-controls .owl-nav .owl-next{
    right: -4px;
}
.owl-home .owl-controls .owl-nav .owl-prev:hover,
.owl-home .owl-controls .owl-nav .owl-next:hover{
    background-color: rgba(0, 172, 193,1);
}
/* TOP VIDEO BACKGROUND */
body .mbYTP_wrapper{
    position: absolute !important;
}


/*---------------------------------------------------------------------*/
/*  FEATURES
/*---------------------------------------------------------------------*/

.features {
    margin-top: 139px;
    margin-bottom: 66px;
    text-align: center;
}
.features-left {
    float: left;
    font-size: 30px;
    line-height: 27px;
    text-align: right;
}
.features-right {
    float: right;
    font-size: 30px;
    line-height: 27px;
    text-align: left;
}
.feature {
    position: relative;
    display: block;
    width: 354px;
    margin-bottom: 106px;
}
.feature:last-child {
    margin: 0;
}
.feature-name {
    margin-bottom: 17px;
    color: #101517;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 400;
}
.feature-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
.feature-desc p{
    font-weight:400; 
}
.features-left .feature {
    padding-right: 96px;
}
.features-right .feature {
    padding-left: 100px;
}
.feature-disk {
    position: absolute;
    top: -21.5px;
    right: 0;
    display: inline-block;
    width: 74px;
    height: 74px;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; 
}
.features-right .feature-disk {
    right: auto;
    left: -4px;
}
.feature:hover .feature-disk {
    border-color: #00acc1;
    cursor: pointer;
    background-color: #00acc1;
}
.feature-disk .icon {
    font-size: 32px;
    line-height: 74px;
    text-align: center;
    color: #00acc1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; 
}
.feature:hover .feature-disk .icon {
    color: #fff;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; 
}
.features-decoration {
    display: inline-block;
    width: 365px;
    height: 650px;
    margin-top: -70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: top;
}
@media (max-width: 600px) {
    .features-decorationx {
        display: none;
        width: 365px;
        height: 450px;
        margin-top: -70px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        vertical-align: top;
    }
}
.features-decoration .image-holder {
    width: 269px;
    height: 477px;
    margin: 77px 48px;
    background-color: transparent;
}
.features-decoration-android .image-holder {
    width: 268px;
    height: 476px;
    margin: 79px 47px;
}
.features-content {
    margin-top: 140px;
    text-align: center;
}

/*---------------------------------------------------------------------*/
/*  STORES BUTTONS
/*---------------------------------------------------------------------*/

.stores {
    padding: 150px 0 150px;
    font-size: 0px;
    text-align: center;
}
.store {
    display: inline-block;
    width: 358px;
    height: 118px;
    min-width: 340px;
    border: 2px solid #fff;
    border-radius: 100px;
    background-color: rgba(38, 41, 46, 0.5);
    white-space: nowrap;
    text-align: center;
    -webkit-transition: 0.3s background-color;
    -moz-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
}
.store:first-child {
    float: left;
}
.store:last-child {
    float: right;
}
.store:hover, 
.store:focus {
    cursor: pointer;
    background-color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s background-color;
    -moz-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
}
.store-icon {
    padding-right: 21px;
    color: #fff;
    font-size: 55px;
    vertical-align: middle;
    line-height: 112px;
    -webkit-transition: 0.3s color;
    -moz-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}
.store:hover .store-icon, 
.store:focus .store-icon {
    color: #384049;
    -webkit-transition: 0.3s color;
    -moz-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}
.store-name {
    display: inline-block;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    vertical-align: middle;
    line-height: 113px;
    -webkit-transition: 1s color;
    -moz-transition: 1s color;
    -o-transition: 1s color;
    transition: 1s color;
}
.store:hover .store-name, 
.store:focus .store-name {
    color: #384049;
    -webkit-transition: .3s color;
    -moz-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
}

/*---------------------------------------------------------------------*/
/*  APP SCREENSHOTS
/*---------------------------------------------------------------------*/

.carousel-wrapper {
    position: relative;
    margin: 75px 0 55px;
}
.carousel-decoration {
    position: absolute;
    top: 0;
    left: 50%;
    width: 365px;
    height: 650px;
    margin-left: -182.5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.screenshot-carousel {
    height: 695px;
}
.screenshot-carousel .owl-stage-outer {
    height: 650px;
}
.screenshot-carousel .owl-item {
    opacity: 0.25;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 1s opacity;
    -moz-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
}
.screenshot-carousel .center {
    opacity: 1;
    -webkit-transition: 1s opacity;
    -moz-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
}
.screenshot-carousel .neighbor {
    opacity: 0.65;
    -webkit-transition: 0.5s opacity 0s;
    -moz-transition: 0.5s opacity 0s;
    -o-transition: 0.5s opacity 0s;
    transition: 0.5s opacity 0s;
}
.screenshot-carousel .image-holder {
    width: 282px;
    height: 487px;
    margin: 77px auto 0;
    background: center no-repeat;
    background-size: cover;
    -webkit-transition: .1s transform;
    -moz-transition: .1s transform;
    -o-transition: .1s transform;
    transition: .1s transform;
}
.screenshot-carousel .image-holder.translate {
    opacity: 0.65;
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
}
.screenshot-carousel .owl-item img {
    display: inline;
    width: 100%;
    height: 100%;
}
.screenshot-carousel .owl-dots {
    margin-top: 24px;
    text-align: center;
}
.screenshot-carousel .owl-dot {
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    margin: 0 6px;
    background-color: rgba(0, 172, 193,0.4);
}
.screenshot-carousel .owl-dot.active,
.screenshot-carousel .owl-dot:hover {
    background-color:  rgba(0, 172, 193,1);
}

/*---------------------------------------------------------------------*/
/*  SOCIAL
/*---------------------------------------------------------------------*/

.social-list{
    padding: 5px 0;
}
.social-content {
    padding-left: 0;
    margin: 55px 0 55px 0px;
    text-align: center;
}
.social-content > li {
    display: inline-block;
    width:125px;
    text-align: center;
}
.social-link {
    display: block;
}
.social-link:hover, 
.social-link:focus {
    cursor: pointer;
    text-decoration: none;
}
.social-icon-holder {
    overflow: hidden;
    width: 74px;
    height: 74px;
    border-radius: 100%;
    margin: 0px auto 16px;
    background-color: #fff;
    -webkit-transition: .3s background-color;
    -moz-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
}
.social-icon {
    position: relative;
    border-radius: 100%;
    color: #96a3ad;
    background-color: #384049;
    font-size: 60px;
    vertical-align: middle;
    line-height: 73px;
    -webkit-transition: .3s color;
    -moz-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
}
.social-icon:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -13px;
    width: 78px;
    height: 78px;
    border: 15px solid #96a3ad;
    border-radius: 100%;
    -webkit-transition: .3s border-color;
    -moz-transition: .3s border-color;
    -o-transition: .3s border-color;
    transition: .3s border-color;
}
.social-icon-symbol {
    background-color: transparent;
    color: #384049;
    font-size: 40px;
    -webkit-transition: .3s background-color, .3s color;
    -moz-transition: .3s background-color, .3s color;
    -o-transition: .3s background-color, .3s color;
    transition: .3s background-color, .3s color;
}
.social-icon-symbol:after {
    content: none;
}
.social-name {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: .3s color;
    -moz-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
}
.social-link:hover .social-icon-holder, 
.social-link:focus .social-icon-holder {
    background-color: #fff;
    -webkit-transition: .3s background-color;
    -moz-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
}
.social-link:hover .social-icon, 
.social-link:focus .social-icon {
    color: #fff;
    -webkit-transition: .3s color;
    -moz-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
}
.social-link:hover .social-icon:after, 
.social-link:focus .social-icon:after {
    border-color: #fff;
    -webkit-transition: .3s border-color;
    -moz-transition: .3s border-color;
    -o-transition: .3s border-color;
    transition: .3s border-color;
}
.social-link:hover .social-icon-symbol, 
.social-link:focus .social-icon-symbol {
    background-color: transparent;
    color: #384049;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.social-link:hover .social-name, 
.social-link:focus .social-name {
    color: #fff;
    -webkit-transition: .3s color;
    -moz-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
}

/*---------------------------------------------------------------------*/
/*  DETAILS SECTION
/*---------------------------------------------------------------------*/

.details-section .details-content{
    margin: 55px 0;
}
.details-section .details-content h3{
    font-size:34px;
    font-weight: 400;
    margin-top: 0;
}
.details-section .details-content p{
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}
.section-dark .details-content h3,
.section-dark .details-content p{
    color: #fff;
}

/*---------------------------------------------------------------------*/
/*  UPDATES VERSION 
/*---------------------------------------------------------------------*/

.updates-footer {
    margin-bottom: 83px;
    text-align: center;
}
.updates-content .name {
    margin-bottom: 18px;
    font-size: 23px;
}
.updates-content .name-lg {
    font-size: 28px;
}
.updates-content {
    position: relative;
    margin-top: 31px;
}
.step {
    position: relative;
    box-sizing: border-box;
    clear: both;
    width: 50%;
    padding: 130px 40px;
    border: none;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}
.step p {
    overflow: hidden;
    width: 270px;
    height: 40px;
    margin: 0;
}
.step .disk {
    content: "";
    position: absolute;
    z-index: 101;
    left: 50%;
    bottom: -10px;
    width: 26px;
    height: 26px;
    border: 3px solid #00acc1;
    border-radius: 130px;
    margin-left: -10px;
    background-color: #fff;
}
.step-right {
    position: relative;
    float: right;
    border-top: 3px solid #00acc1;
    border-right: 3px solid #00acc1;
    border-bottom: 3px solid #00acc1;
    border-radius: 0 163px 163px 0;
    margin-top: -2px;
    text-align: right;
}
.step-content {
    position: relative;
    z-index: 100;
}
.step-decoration {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.step-decoration .mask {
    position: absolute;
    background-color: #fff;
}
.step-decoration .line-1 {
    top: -3px;
    right: 0;
    width: 100%;
    height: 3px;
    -webkit-transition: .5s width;
    -moz-transition: .5s width;
    -o-transition: .5s width;
    transition: .5s width;
}
.step-decoration .curve-1 {
    bottom: 0;
    right: -3px;
    width: 165px;
    height: 100%;
    -webkit-transition: .5s height .4s;
    -moz-transition: .5s height .4s;
    -o-transition: .5s height .4s;
    transition: .5s height .4s;
}
.step-decoration .line-2 {
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transition: .5s width .8s;
    -moz-transition: .5s width .8s;
    -o-transition: .5s width .8s;
    transition: .5s width .8s; 
}
.step-decoration .line-3 {
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transition: .5s width 1.2s;
    -moz-transition: .5s width 1.2s;
    -o-transition: .5s width 1.2s;
    transition: .5s width 1.2s;  
}
.step-decoration .curve-2 {
    bottom: 0;
    left: -3px;
    width: 165px;
    height: 100%;
    -webkit-transition: .5s height 1.6s;
    -moz-transition: .5s height 1.6s;
    -o-transition: .5s height 1.6s;
    transition: .5s height 1.6s;
}
.step-decoration .line-4 {
    bottom: -3px;
    right: 0;
    width: 100%;
    height: 3px;
    -webkit-transition: .5s width;
    -moz-transition: .5s width;
    -o-transition: .5s width;
    transition: .5s width;
}
.step-decoration .line-5 {
    top: -3px;
    right: 0;
    width: 100%;
    height: 3px;
    -webkit-transition: .5s width .4s;
    -moz-transition: .5s width .4s;
    -o-transition: .5s width .4s;
    transition: .5s width .4s;
}
.step-decoration .curve-3 {
    bottom: 0;
    right: -3px;
    width: 165px;
    height: 100%;
    -webkit-transition: .5s height .8s;
    -moz-transition: .5s height .8s;
    -o-transition: .5s height .8s;
    transition: .5s height .8s;
}
.step-decoration .line-6 {
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transition: .5s width 1.1s;
    -moz-transition: .5s width 1.1s;
    -o-transition: .5s width 1.1s;
    transition: .5s width 1.1s;
}
.section-updates.active .line-1,
.section-updates.active .line-2,
.section-updates.active .line-3{
    width: 0%;
}
.section-updates.active .curve-1,
.section-updates.active .curve-2{
    height: 0%;
}
.active-finish.active-next .line-4,
.active-finish.active-next .line-5,
.active-finish.active-next .line-6 {
    width: 0%;
}
.active-finish.active-next .curve-3 {
    height: 0%;
}
.step-right:nth-child(2) {
    margin-top: 106px;
    margin-bottom: -3px;
}
.step-right:nth-child(4) {
    margin-top: -3px;
}
.step-right .disk {
    right: 0;
    bottom: 50%;
    left: auto;
    margin-right: -13px;
    margin-bottom: -13px;
}
.step-left {
    position: relative;
    float: left;
    border-top: 3px solid #00acc1;
    border-bottom: 3px solid #00acc1;
    border-left: 3px solid #00acc1;
    border-radius: 163px 0 0 163px;
    text-align: left;
}
.step-left .disk {
    left: -40px;
    top: 50%;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    margin-left: -23px;
}
.step-left .step-left {
    border: none;
}
.step.step-left {
    padding: 131px 40px;
}
.step-first, 
.step-last {
    position: absolute;
    top: 0;
    right: 50%;
    float: none;
    clear: both;
    padding: 75px 81px 75px 0;
    border: none;
    margin: 0;
    line-height: 20px;
    text-align: right;
}
.step-last {
    position: relative;
    top: -115px;
    right: 0;
}
.step-first .disk, 
.step-last .disk {
    content: "";
    position: absolute;
    top: 60px;
    right: -51.5px;
    left: auto;
    width: 103px;
    height: 103px;
    border: 3px solid #00acc1;
    border-radius: 130px;
    margin-left: -9px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.disk {
    line-height: 97px;
}
.updates-content .arrow-icon,
.updates-content .play-icon {
    width: 38px;
    height: 47px;
    vertical-align: middle;
    color: #00acc1;
}
.updates-content .play-icon {
    margin-right: 25px;
}
.updates-content .arrow-icon {
    margin-right: 29px;
}
.step-first .disk:hover, 
.step-last .disk:hover {
    background-color: #00acc1;
}
.updates-content .disk:hover .arrow-icon,
.updates-content .disk:hover .play-icon {
    color: #fff;
}
.step-center {
    position: absolute;
    top: 0;
    left: 100%;
    display: inline-block;
    width: 270px;
    padding: 35px 0;
    margin-left: -13px;
    text-align: left;
}
.step-center-bottom {
    top: auto;
    bottom: 0;
}
.step-center .disk {
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    margin-left: 0;
}
.step-center-bottom .disk {
    top: auto;
    bottom: -13px;
    background: #fff;
}
.step-right p, 
.step-first p, 
.step-last p {
    float: right;
}

/*---------------------------------------------------------------------*/
/*  REVIEW
/*---------------------------------------------------------------------*/

.owl-reviews {
    margin: 50px 0 50px 0;
}
.owl-reviews .feedback{
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
}
.owl-reviews .author-quote .fa{
    font-size: 46px;
    color: #00acc1;
}
.owl-reviews .author-image{
    border: 2px solid #fff;
    border-radius: 100%;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    padding: 2px;
    width: 100px;
}
.owl-reviews .author-image img{
    border-radius: 100%;
}
.owl-reviews .message{
    color: #ffffff;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 25px 0;
}
.owl-reviews .line{
    background: #00acc1;
    display: block;
    height: 1px;
    margin: 10px auto;
    max-width: 100px;
}
.owl-reviews .name{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
.owl-reviews .company-info{
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}
.owl-reviews .owl-dots {
    margin-top: 24px;
    text-align: center;
}
.owl-reviews .owl-dot {
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    margin: 0 6px;
    background-color: rgba(0, 172, 193,0.4);
}
.owl-reviews .owl-dot:hover,
.owl-reviews .owl-dot.active {
    background-color:  rgba(0, 172, 193,1);
}

/*---------------------------------------------------------------------*/
/*  COUNTDOWN SECTION
/*---------------------------------------------------------------------*/

.countdown-section .countdown-content{
    margin: 80px 0 80px;
}
.countdown-section .single-box{
    text-align: center;
}
.countdown-section .single-box span{
    background: #384049;
    border-radius: 100%;
    display: inline-block;
    height: 115px;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    width: 115px;
}
.countdown-section .single-box .fa{
    color: #ffffff;
    font-size: 70px;
}
.countdown-section .single-box h4{
    color: #384049;
    font-weight: 500;
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 2px;
}
.countdown-section .single-box h3{
    font-size:52px;
    font-weight: 700;
    color: #00acc1;
    margin-top: 10px;
}

/*---------------------------------------------------------------------*/
/*  PRICING BOX
/*---------------------------------------------------------------------*/

.pricing-content {
    margin: 79px 0 109px;
}
.offer {
    display: inline-block;
    width: 100%;
    border: 3px solid #007c91;
    border-radius: 4px;
    background-color: transparent;
    vertical-align: top;
    transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -webkit-transition: .3s transform;
    -moz-transition: .3s transform;
    -o-transition: .3s transform;
    transition: .3s transform;
}
.offer:hover {
    border-color: #00acc1;
    background-color: #1a161d;
    cursor: pointer;
    z-index: 9999;
    transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.offer-header {
    position: relative;
    padding: 35px 0;
    margin: 0 20px;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
}
.offer-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #007c91;
    opacity: 0.35;
}
.offer-body {
    margin: 28px 0 28px;
    text-align: center;
}
.price-sum {
    position: relative;
    color: #fff;
    font-size: 100px;
    font-weight: 300;
    line-height: 1;
}
.price-sum:before {
    content: '$';
    position: absolute;
    top: 23px;
    left: -18px;
    color: white;
    font-size: 35px;
    font-weight: 400;
}
.price-period {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
}
.offer-description {
    min-height: 216px;
    padding-left: 0px;
    margin: 31px 0 28px 88px;
}
.offer-description > li {
    display: block;
    color: #7e889a;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
}
.offer-footer {
    position: relative;
    padding: 46px 0 39px;
    margin: 0 20px;
    text-align: center;
}
.offer-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #007c91;
    opacity: 0.35;
}
.btn-offer {
    border-color: #007c91;
    background-color: #007c91;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.btn-offer:hover, 
.btn-offer:focus {
    border-color: #00acc1;
    background-color: #00acc1;
    color: #fff;
}
.btn-offer:hover:before {
    background-color: #00acc1;
}

/*---------------------------------------------------------------------*/
/*  FREQUENTLY ASKED QUESTION
/*---------------------------------------------------------------------*/

.section-faq .faq-content{
    margin: 50px 0;
}
.section-faq .faq-heading {
    margin: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.section-faq .accordion-panel {
    border-color: #dddddd;
    color: #333333;
}
.section-faq .accordion-panel .faq-heading a {
    color: #00acc1;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}
.section-faq .accordion-panel .faq-heading a.collapsed {
    color: #384049;
}
.section-faq .faq-heading a:hover {
    text-decoration: none;
}
.accordion-panel.panel .accordion-body {
    border: 0 none;
}
.accordion-panel .accordion-body {
    padding: 0 15px;
}
.accordion-panel .accordion-body p {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 300;
}
.accordion-panel .faq-heading a:after {
    content: "\f107";
    position: absolute;
    right: 30px;
    font-family: 'FontAwesome';
    font-size: 15px;
}
.accordion-panel .faq-heading a[aria-expanded="true"]:after {
    content: "\f106"
}

/*---------------------------------------------------------------------*/
/*  SUPPORT
/*---------------------------------------------------------------------*/

.support-section .support-content {
    margin: 50px 0 50px;
}
.support-section .single-address{
    text-align: center;
    color: #fff;
}
.support-section .single-address .fa{
    font-size: 70px;
    color: #ffffff;
}
.support-section .single-address h4{
    letter-spacing: 1.5px;
}

/*---------------------------------------------------------------------*/
/*  CONTACTS FORM
/*---------------------------------------------------------------------*/

.contact-form {
    margin-top: 65px;
    margin-bottom: 55px;
    text-align: center;
}
.contact-form .field-holder {
    margin-bottom: 41px;
    text-align: left;
}
.contact-form .field {
    height: 62px;
    padding-top: 0;
    padding-bottom: 0;
}
.contact-form .form-control {
    border: 1px solid rgba(0,0,0,0.15);
}
.contact-form .form-control.error {
    border-color: #ff0000;
}
.contact-form input, 
.contact-form textarea {
    padding: 23px;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
    color: #384049;
    font-size: 19px;
    resize: none;
}
.contact-form textarea {
    height: 260px;
}
.contact-form input:focus, 
.contact-form textarea:focus {
    box-shadow: none;
    border-color: #00acc1;
}
label.error {
    margin-top: 10px;
    color: #ff0000;
    font-size: 14px;
    font-weight: 300;
}
.btn-contact {
    padding: 24px 44px;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 400;
}
.btn-contact:hover, 
.btn-contact:focus {
    border-color: #007c91;
    background-color: #007c91;
    color: #fff;
}
.btn-contact:hover:before {
    background-color: #007c91;
}

/*---------------------------------------------------------------------*/
/*  FOOTER
/*---------------------------------------------------------------------*/

.footer {
    background-color: #181b20;
}
.footer .footer-download{
    margin: 30px 0 30px 0;
}
.footer .footer-download .btn{
    margin: 10px 5px;
}

.footer-social {
    padding-left: 0;
    margin: 15px 0 15px;
    text-align: right;
}
.footer-social > li {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 1px;
    text-align: center;
}
.footer-social > li:last-child {
    border-radius: 100%;
    margin-right: 0;
}
.footer-social > li > a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    line-height: 36px;
    -webkit-transition: color linear 0.3s;
    -moz-transition: color linear 0.3s;
    -o-transition: color linear 0.3s;
    transition: color linear 0.3s;
}
.footer-social > li > a:hover, 
.footer-social > li > a:focus {
    color: #00acc1;
    text-decoration: none;
    -webkit-transition: linear 0.3s;
    -moz-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    transition: linear 0.3s;
}
.footer-copyrights {
    padding: 20px 0px 20px;
}
.copyrights-date {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.copyrights-text {
    color: #f2f2f2;
    font-size: 14px;
    font-weight: 300;
}
.back-top{
    z-index: 1000;
    display: none;
    background: #00acc1;
    border-radius: 100%;
    bottom: 50px;
    position: fixed;
    right: 30px;
    height: 40px;
    width: 40px;
    text-align: center;
}
.back-top a{
    color: #fff;
    font-size: 30px;
    line-height: 36px;
}

/*---------------------------------------------------------------------*/
/*  COMMING SOON
/*---------------------------------------------------------------------*/
.day-counts{
    display: block;
    min-height:70px; 
}
.day-counts .time{
    font-size: 60px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.1;
}
.day-counts .time span{
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #fff;
}
.day-counts .time span:last-child{
    margin-right: 0;
    padding-right: 0;
    border: none;
}
.notify .form-control{
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: none;
    font-size: 19px;
    font-weight: 400;
    padding: 18px;
    height: 59px;
}
.notify .form-control:focus{
    box-shadow: none;
    border-color: #00acc1;
}

/*---------------------------------------------------------------------*/
/*  404 PAGE
/*---------------------------------------------------------------------*/
.section-error{
    text-align: center;
}
.section-error .error-title span{
    font-size: 200px;
    font-weight: 900;
}
.section-error .error-title span .fa{
    margin: 0 10px;
}
.section-error h2{
    padding-top: 0;
}
.section-error .subheading{
    margin-bottom: 25px;
}
.section-error .btn{
    margin-bottom: 50px;
}

/*---------------------------------------------------------------------*/
/*  BLOG 
/*---------------------------------------------------------------------*/


/*sidebar side*/
.sidebar-widget{
    background: #fff;
}
.sidebar-widget + .sidebar-widget{
    margin-top: 30px;
}
.widget-title{
    margin-top: 0;
}
.widget-body ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget-body ul li{
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
}
.widget-body ul li:last-child{
    border-bottom: none;
}
.widget-body ul li a{
    color: #384049;
    font-size: 16px;
    font-weight: 400;
}
.widget-body ul li a:focus,
.widget-body ul li a:hover{
    color: #00acc1;
    text-decoration: none;
}
.sidebar-widget.search-box{
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 0;
}
.search-box .input-group{
    border-radius: 50px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.search-box .form-control{
    font-size: 18px;
    height: 50px;
    line-height: 1.33333;
    padding: 10px 16px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}
.search-box .form-control:focus{
    box-shadow: none;
    border-color: #00acc1;
}
.search-box .btn{
    padding: 11px 25px;
}
.search-box .btn .fa{
    font-size: 24px;
}
.tags-widget ul li{
    border: none;
    display: inline-block;
    margin: 5px 2px;
    padding: 0;
}
.tags-widget ul li a{
    border: 1px solid #dddddd;
    border-radius: 50px;
    display: block;
    line-height: 16px;
    padding: 8px 10px;
}
.tags-widget ul li a:focus,
.tags-widget ul li a:hover{
    background: #00acc1;
    border-color: #00acc1;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*** Blog list ***/
.section-blog{
    padding: 55px 0;
}
.blog-banner{
    color: #ebebeb;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    margin: 0 0 45px 6px;
}
.blog-post{
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
}
.post-content {
    padding: 10px;
}
ul.meta-info {
    margin-bottom: 15px;
}
.post-title {
    color: #384049;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.post-title a{
    color: #384049;
}
.post-title a:hover,
.post-title a:active {
    color: #00acc1;
    text-decoration: none;
}
.read-more-wrapper {
    margin-top: 15px;
}
.post-content p{
    font-size: 15px;
}
.post-content .read-more-btn {
    color: #384049;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}
.post-content .read-more-btn:hover {
    color: #00acc1;
}
ul.meta-info li,
ul.meta-info li a {
    color: #757575;
    font-size: 15px;
    font-weight: 300;
}
ul.meta-info a:hover {
    color: #00acc1;
    text-decoration: none;
}

/*** Pagination ***/
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span{
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}
.pagination-lg > li:last-child > a, 
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}
.pagination > li > a,
.pagination > li > span{
    color: #00acc1;
}
.pagination > li > a:focus,
.pagination > li > a:hover, 
.pagination > li > span:focus, 
.pagination > li > span:hover{
    background-color: #00acc1;
    border-color: #00acc1;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pager{
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    padding: 20px 0;
}
.pager li > a, 
.pager li > span{
    color: #00acc1;
}
.pager li > a:focus, 
.pager li > a:hover{
    background-color: #00acc1;
    border-color: #00acc1;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*** Blog Details ***/
.single-content blockquote{
    border-color: #00acc1;
    background: #f2f2f2;
}
.single-content blockquote p{
    font-style: italic;
}
.single-content li{
    font-size: 18px;
    font-weight: 300;
    color: #384049;
}
.single-content .blog-single{
    display: block;
    margin: 0 auto 10px auto;
}
.single-content h1{
    color: #384049;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
}
.single-content p{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #384049;
    line-height: 1.5;
}

/*** Comment List ***/
.comment-list .title{
    margin-bottom: 25px;
}
.comment-list .media{
    border-top: 1px solid #eeeeee;
    margin: 0;
    padding: 15px 0;
}
.comment-list .media .media{
    margin-top: 15px;
}
.comment-list .media:first-child{
    border: none;
}
.comment-list .media-left{
    padding-right: 20px;
}
.comment-list .media-heading{
    font-size: 16px;
    margin-bottom: 10px;
}
.comment-list .media-heading span{
    float: right;
    font-size: 14px;
    font-weight: 400;
}
.comment-list .media p{
    font-size: 15px;
}
.comment-list .media .action{
    color: #00acc1;
}
.comment .title{
    margin-bottom: 20px
}
.comment{
    border-top: 1px solid #bbbbbb;
    margin-top: 20px;
    padding-top: 20px;
}
.comment .form-group{
    margin-bottom: 30px;
}
.comment .form-control{
    border-radius: 25px;
    border: 1px solid rgba(0,0,0,0.15);
}
.comment .form-control.error {
    border-color: #ff0000;
}
.comment textarea.form-control{
    border-radius: 6px;
    resize: none;
}
.comment input:focus, 
.comment textarea:focus {
    box-shadow: none;
    border-color: #00acc1;
}

/*---------------------------------------------------------------------*/
/* MEDIA QUERIES FOR RESPONSIVE
/*---------------------------------------------------------------------*/

/* media(1229) */
@media (max-width: 1229px) {
    .banner-decoration {
        margin-left: 56px;
    }
    .banner-content {
        margin-right: 45px;
    }
    .store {
        margin-bottom: 20px;
        width: 400px;
    }
    .store:first-child {
        float: left;
    }
    .store:nth-child(2) {
        float: right;
    }
    .store:last-child {
        float: none;
    }
    .social-content {
        margin-left: -4px;
    }
    .social-content > li {
        margin: 30px 20px 0;
    }
    .pricing-content {
        text-align: center;
    }
    .offer-header{
        padding: 25px 0;
        font-size: 26px;
    }
    .offer-description{
        margin: 20px 0 20px 20px;
    }
    .price-sum:before{
        font-size: 26px;
        top: 10px;
    }
    .price-sum{
        font-size: 70px;
    }
    .offer {
        margin-bottom: 40px;
    }
    .offer-footer{
        margin: 0 10px;
        padding: 30px 0;
    }
    .features {
        margin-top: 40px;
        margin-left: 90px;
    }
    .features-left, .features-right {
        float: none;
        text-align: left;
    }
    .feature {
        display: inline-block;
        margin-bottom: 50px;
        vertical-align: top;
    }
    .feature:nth-child(2) {
        padding-left: 30px;
        padding-right: 80px;
    }
    .feature:last-child {
        margin-bottom: 50px;
    }
    .feature-disk {
        top: -7.5px;
    }
    .features-left .feature-disk {
        right: 3px;
    }
    .features-right .feature {
        padding-right: 104px;
        padding-left: 0;
    }
    .features-right .feature-disk {
        right: 3px;
        left: auto;
    }
    .features-decoration {
        float: right;
        margin-top: -185px;
        margin-right: 125px;
    }
}

/* media(991) */
@media (max-width: 991px) {
    .header .navbar-brand{
        max-width: 50px;
    }
    h1 {
        margin-bottom: 15px;
        font-size: 40px;
    }
    h2{
        font-size: 46px;
    }
    .subheading {
        width: auto;
    }
    .banner{
        margin-top: 180px;
    }
    .banner-decoration {
        margin-left: 0;
    }
    .banner-content {
        margin-right: 0;
        text-align: center;
    }
    .banner-description {
        margin-bottom: 20px;
    }
    .banner-content .btn {
        padding: 15px 25px;
    }
    .features {
        margin-top: 40px;
        margin-left: 0;
    }
    .features-left, 
    .features-right {
        float: none;
        text-align: left;
    }
    .feature {
        display: inline-block;
        margin-bottom: 50px;
        vertical-align: top;
    }
    .feature:last-child {
        margin-bottom: 50px;
    }
    .features-right .feature {
        padding-right: 104px;
        padding-left: 0;
    }
    .features-decoration {
        float: right;
        margin-top: -185px;
        margin-right: 0;
    }
    .store:first-child, 
    .store:nth-child(2) {
        float: none;
    }
    .store-icon {
        padding-right: 10px;
    }
    .member:first-child {
        margin-right: 30px;
    }
    .offer:nth-child(2) {
        margin: 0 20px 40px;
    }
    .details-section .embed-code{
        margin-bottom: 20px;
    }
    .countdown-section .single-box span{
        height: 100px;
        width: 100px;
    }
    .countdown-section .single-box .fa{
        font-size: 55px;
    }
    .countdown-section .single-box h3{
        font-size: 42px;
    }
    .notify .form-control{
        height: 53px;
        padding: 10px 18px;
    }
    .single-content h1{
        font-size: 26px;
    }
    .single-content li,
    .single-content p{
        font-size: 16px;
    }


}

/* media(767) */
@media (max-width: 767px) {
    h1 {
        margin-bottom: 20px;
        font-size: 33px;
    }
    h2 {
        font-size:36px;
    }
    .h3, h3 {
        font-size: 22px;
    }
    .container {
        width: auto;
    }
    .subheading {
        margin: 0 auto 30px;
        font-size: 16px;
        line-height: 24px;
    }
    .section-dark h2, 
    .section-light h2, 
    .section-deep h2 {
        padding-top: 35px;
    }
    .section-light .subheading, 
    .section-deep .subheading {
        margin-top: 20px;
    }
    .btn {
        padding: 15px 35px;
        font-size: 15px;
    }
    .header {
        top: 0;
    }
    .header .navbar-brand {
        width: 90px;
        height: auto;
        margin-left: 15px !important;
        font-size: 46px;
        line-height: 29px;
    }
    .nav-wrapper {
        position: static;
        height: auto; 
    }
    .nav-wrapper.animate .navbar-nav > li.open > .dropdown-menu,
    .nav-wrapper.closed .navbar-nav > li.open > .dropdown-menu {
        display: block;
    }
    .navbar {
        padding-top: 5px;
    }
    .btn-nav {
        display: none;
    }
    .navbar-nav {
        position: static;
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
        -o-transition: height 0.3s;
        transition: height 0.3s;
    }
    .navbar-nav.closed {
        top: auto;
    }
    .navbar-nav > li {
        text-align: center;
    }
    .navbar-nav > li:last-child {
        display: none;
    }
    .navbar-nav > li > .dropdown-menu {
        display: none;
    }
    .navbar-nav > li.open > .dropdown-menu {
        display: block;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        position: relative;
        padding: 15px 0;
        text-align: center;
    }
    .navbar-nav .open .dropdown-menu > li > a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 1px;
        -webkit-transition: width .3s ease-in-out;
        -moz-transition: width .3s ease-in-out;
        -o-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover:after, 
    .navbar-nav .open .dropdown-menu > li > a:focus:after {
        width: 100%;
    }
    .navbar-default {
        -webkit-transition: .3s background-color .3s;
        -moz-transition: .3s background-color .3s;
        -o-transition: .3s background-color .3s;
        transition: .3s background-color .3s;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 15px 0;
        border: none;
        margin: 0;
    }
    .navbar-default .navbar-nav > li > a:hover, 
    .navbar-default .navbar-nav > li > a:focus {
        color: #00acc1;
        outline: none;
    }
    .navbar-default .navbar-nav > li > .dropdown-menu {
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:after {
        background-color: #00acc1;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #00acc1;
    }
    .navbar-default.opened {
        background-color: rgba(0, 0, 0, 0.8);
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    .navbar-toggle {
        z-index: 9999;
        margin-top: 28px;
    }
    .banner-decoration {
        display: none;
    }
    .banner-wrapper {
        position: relative;
    }
    .banner {
        min-height: 250px;
        margin-top: 125px;
    }
    .banner-description {
        font-size: 16px;
        line-height: 25px;
    }
    .banner .btn {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
    }
    .owl-home .owl-controls .owl-nav{
        display: none;
    }
    .features {
        padding: 40px 0 0;
        margin: 30px 0 0;
    }
    .feature-name {
        font-size: 25px;
    }
    .feature {
        text-align: center;
        padding: 90px 0 0 0 !important;
        width: 100%;
    }
    .feature-disk {
        top: 0;
        left: 50% !important;
        width: 64px;
        height: 64px;
        margin-left: -37px;
    }
    .feature-disk .icon {
        font-size: 24px;
        line-height: 64px;
    }
    .features-decoration {
        display: none;
    }
    .stores {
        padding: 40px 0px;
    }
    .store {
        width: 80%;
        height: 80px;
        min-width: 306px;
    }
    .store-icon {
        font-size: 40px;
        line-height: 80px;
    }
    .store-name {
        line-height: 80px;
        font-size: 30px;
    }
    .social-content {
        margin: 20px 0 40px;
    }
    .social-content > li:last-child {
        margin-right: 20px;
    }
    .social-content > li {
        margin: 20px 5px 0;
    }
    .social-container {
        opacity: 1;
    }
    .carousel-wrapper{
        margin: 35px 0;
    }
    .carousel-decoration {
        width: 223px;
        height: 440px;
        margin-left: -111.5px;
    }
    .screenshot-carousel {
        height: 485px;
    }
    .screenshot-carousel .owl-stage-outer {
        height: 440px;
    }
    .screenshot-carousel .image-holder {
        margin-top: 52px;
        width: 184px;
        height: 324px;
    }
    .screenshot-carousel .owl-dot{
        width: 15px;
        height: 15px;
    }
    .updates-content {
        margin-top: 20px;
        margin-bottom: 70px;
    }
    .step, 
    .step-right, 
    .step-left .step-left, 
    .step-first, 
    .step-last {
        position: relative;
        float: none;
        right: 0;
        left: 0;
        width: 100%;
        padding: 40px 0;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: 2px solid #00acc1;
        border-radius: 0;
        margin: 0 auto;
        text-align: center;
    }
    .step.step-left {
        padding: 0;
    }
    .updates-content p {
        float: none;
        width: 100%;
        height: auto;
        padding: 10px 0;
        margin: auto;
        line-height: 24px;
    }
    .step-first .disk, 
    .step-last .disk {
        top: auto;
        right: 0;
        bottom: 0;
        left: 50%;
        width: 70px;
        height: 70px;
        margin-bottom: -37px;
        margin-left: -35px;
        line-height: 64px;
    }
    .updates-content .arrow-icon, 
    .updates-content .play-icon {
        width: 28px;
        height: 37px;
        margin-right: 0px;
        font-size: 36px;
    }
    .step-right .disk {
        bottom: 0;
        left: 50%;
        margin: 0 0 -13px -13px;
    }
    .step.step-left {
        border: none;
    }
    .step-left .disk {
        top: auto;
        bottom: -23px;
        left: 50%;
        margin-left: -23px;
    }
    .step-center .disk {
        top: auto;
        bottom: 0;
        left: 50%;
        margin: 0 0 -13px -13px;
    }
    .step-right:nth-child(2) {
        margin: 0;
    }
    .updates-content .play-icon {
        margin-right: -7px;
    }
    .step-last {
        top: 0;
    }
    .updates-footer {
        margin-bottom: 40px;
    }
    .mask {
        display: none;
    }
    .pricing-content {
        max-width: 100%;
        padding: 0 20px;
        margin: 40px 0px;
        margin-left: 0;
    }
    .pricing-content {
        margin: 40px 0;
    }
    .offer:nth-child(2) {
        margin: 0 0 40px;
    }
    .offer-header {
        padding: 20px 0;
    }
    .offer-body {
        margin: 20px 0;
    }
    .price-sum {
        font-size: 50px;
    }
    .price-sum:before {
        top: 12px;
        left: -17px;
        font-size: 20px;
    }
    .offer-description {
        min-height: 0;
        margin: 20px 10px;
    }
    .offer-description > li{
        text-align: center;
    }
    .btn-show {
        display: inline-block;
        padding: 0;
    }
    .offer-footer {
        padding: 20px 0 20px;
    }
    .section-contact .field-holder {
        margin-bottom: 15px;
    }
    .details-section .details-content {
        margin: 35px 0;
    }
    .details-section .details-content h3{
        font-size: 26px;
    }
    .countdown-section .single-box{
        margin-top: 20px;
    }
    .countdown-section .single-box h4{
        font-size: 15px;
    }
    .countdown-section .single-box h3{
        font-size: 36px;
    }
    .section-faq .faq-content{
        margin: 35px 0;
    }
    .support-section .single-address{
        margin-top: 25px;
    }
    .support-section .single-address .fa{
        font-size: 55px;
    }
    .contact-form{
        margin-bottom: 35px;
        margin-top: 35px;
    }
    .contact-form .field{
        height: 42px;
    }
    .contact-form input, 
    .contact-form textarea{
        font-size: 16px;  
    }
    .contact-form input{
        padding:0 15px;
    }
    .contact-form textarea {
        height: 165px;
        padding:10px 15px;
    }
    .contact-form-wrapper .btn {
        margin-top: 15px;
    }
    .footer-copyrights{
        padding: 20px 0;
        text-align: center;
    }
    .footer-social {
        margin-top: 10px;
        text-align: center;
    }
    .footer-social > li {
        margin: 5px 10px;
    }
    .owl-reviews .message{
        font-size: 16px;
    }
    .back-top{
        display: none !important;
    }
    .day-counts {
        padding-top: 25px;
    }
    .day-counts .time{
        font-size: 26px;
    }
    .day-counts .time span {
        margin-right: 10px;
        padding-right: 10px;
    }
    .notify .form-control {
        height: 49px;
        font-size: 16px;
    }
    .notify .input-group-btn .btn {
        padding: 15px 18px;
    }
    .section-error .error-title span{
        font-size: 100px;
    }
    .single-content h1 {
        font-size: 24px;
    }
    .single-content h3 {
        font-size: 20px;
    }
    .blog-banner{
        font-size: 18px;
        line-height: 28px;
    }
    .comment-list .media-left{
        display: block;
        max-width: 100%;
        padding-right: 0px;
        padding-bottom: 15px;

    }
    .comment-list .media-body{
        display: block;
        max-width: 100%;
    }
   



}

/*media(500)*/
@media (max-width: 500px) {
    .store-name {
        font-size: 25px;
    }
    .member {
        width: 100%;
        max-width: 345px;
        margin: 0 0 40px;
    }
    .member .image-holder {
        width: 100%;
        height: auto;
    }
    .member .image-holder > img {
        height: auto;
    }
}

/*media(400)*/
@media (max-width: 400px) {
    .store {
        width: 100%;
        min-width: 0;
    }
    .store-icon {
        font-size: 40px;
    }
    .social-content > li:last-child {
        margin-right: 10px;
    }
    .offer, .offer:nth-child(2) {
        width: 100%;
    }
}



