/*
* Ramp Template
* Created by : atsol-online
* website : https://themeforest.net/user/atsol-online
*/
/* Table of Content
==================================================
        - General -
        - margin spaces -
        - Header and nav -
        - intro -
        - screenshots -
        - overview -
        - features -
        - share -
        - app-brief1 - app-brief2 -
        - subscription-form -
        - Pricing
        - Testimonial
        - contact -
        - footer -
        - responsive -

*/
/* - General ------------------------------------------------------- */
/* PRE LOADER */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 9999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.status {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 200px;
    width: 200px;
}
/* top line LOADER */

.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #F44C67;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 100%;
    width: 100%;
    height: 5px;
}
/* Global Styles */

body,
html {
    height: 100%;
    width: 100%;
    max-width: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.8;
    background: transparent;
    color: #29282b;
    overflow-x: hidden;
    margin: auto;
    background: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
}
.clearlist,
.clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}
::-moz-selection {
    color: #fff;
    background: #29282b;
}
::-webkit-selection {
    color: #fff;
    background: #29282b;
}
::selection {
    color: #fff;
    background: #29282b;
}
a {
    color: #999;
    text-decoration: none;
}
a:hover {
    color: #29282b;
    cursor: pointer;
}
a:hover,
a:focus {
    -moz-outline: none;
    outline: none;
    text-decoration: none;
}
.downloads a + a {
    margin-left: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #29282b;
    letter-spacing: 2px;
    margin-top: 0;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
.img-responsive {
    margin: 0 auto;
    width: auto;
}
.section {
    padding: 100px 0px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.relative {
    position: relative;
}
.bold {
    font-weight: 400;
}
.hint {
    color: #999;
    font-size: 13px;
}
/* Section Heading */

.section-heading {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.section-heading:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200px;
    height: 1px;
    background-color: #aeaeae;
    margin-left: -100px;
}
.section-bg .section-heading:before {
    background-color: #1193d4;
}
.section-heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 1px;
    margin-left: -25px;
    transition: all 0.3s ease;
}
.section-bg .section-heading:after {
    background-color: #ffffff;
}
.section-heading:hover:after {
    width: 200px;
    margin-left: -100px;
}
.section-heading.no-sep:before,
.section-heading.no-sep:after {
    content: none;
}
.section-title {
    font-size: 4.5rem;
    margin-bottom: 15px;
    letter-spacing: 0;
}
.section-subtitle {
    color: #777;
}
.section-bg .section-subtitle {
    color: #f3f3f3;
}
/* Mist and Re-usable Element */

.bg-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/* line */

.coloredLine {
    margin: 20px auto 0px;
    width: 40px;
    border-bottom: 1px solid #eee;
}
/* buttons */

.btn-new {
    max-width: 250px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    background: #F44C67;
    display: inline-block;
    padding: 15px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    border: none;
}
.btn-new:hover,
.btn-new:focus {
    background: #FC647B;
    color: #fff;
    text-decoration: none;
    outline: none;
}
/* margin spaces */

.space10 {
    margin-bottom: 10px;
}
.space20 {
    margin-bottom: 20px;
}
.space30 {
    margin-bottom: 30px;
}
.space40 {
    margin-bottom: 40px;
}
.space50 {
    margin-bottom: 50px;
}
.space60 {
    margin-bottom: 60px;
}
.space70 {
    margin-bottom: 70px;
}
.space80 {
    margin-bottom: 80px;
}
.space90 {
    margin-bottom: 90px;
}
.space100 {
    margin-bottom: 100px;
}
/* Header and nav --------------------------------------------------- */

.logo {
    display: inline-block;
}
.logo img {
    max-width: 100%;
}
.sticky-navigation {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: transparent;
    border: none;
    padding: 10px 0 !important;
    margin-bottom: 0 !important;
    -webkit-backface-visibility: hidden;
    top: 0px;
}
.NavBg {
    background: rgba(255, 255, 255, 0.9);
}
.nav-logo {
    padding: 0px 15px;
    height: 50px;
    overflow: hidden;
}
.nav-logo:focus {
    outline: none;
}
.nav-logo img {
    height: 100%;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-nav {
    float: left;
    margin: 0px !important;
    -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: 10px 0;
    line-height: 30px;
    font-size: 11px;
    color: #666;
    position: relative;
    background: transparent !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 25px;
}
.navbar-nav li a:after {
    bottom: 10px;
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    transform: scaleX(0);
    transition: all 0.3s ease;
}
.navbar-nav li.active a:after,
.navbar-nav li a:hover:after {
    transform: scaleX(1);
}
.navbar-nav li a:focus {
    outline: none;
}
.navbar-toggle {
    padding: 5px 10px;
    margin-right: 10px;
}
/* intro ---------------------------------------------------------------- */

.welcome_text_area h2 {
    font-size: 48px;
    /* text-transform: capitalize; */
}
/* screenshots ---------------------------------------------------------------- */

.screenshot-image {
    background: url("../images/bg.jpg") no-repeat top center scroll #fff;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}
.downloadNumber {
    background: #f44c67;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    font-size: 24px;
}
.overlay {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    padding-top: 150px;
    padding-bottom: 600px;
}
.gradient {
    background: url("../images/gradient.png") repeat-x top center;
    position: absolute;
    width: 100%;
    top: -200px;
    height: 200px;
}
.slider-3d {} .slider-3d > div {
    margin: 0 auto;
}
.allinone_carousel.sweet .elementTitle {
    color: #888;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.allinone_carousel.sweet .contentHolderUnit {
    -moz-box-shadow: 1px -2px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px -2px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px -2px 10px 0px rgba(0, 0, 0, 0.5);
}
/* overview ---------------------------------------------------------------- */

.another-section {
    background: #f9f9f9;
    border-top: 1px solid #eee;
    text-align: center;
}
.bigIcon {
    color: #F44C67;
    font-size: 50px;
    margin-bottom: 20px;
}
/* Counters  ---------------------------------------------------------------- */

.count-2 .count-icon {
    float: left;
    width: 30%;
    margin-top: 25px;
}
.count-2 .count-icon i {
    font-size: 45px;
}
.count-2 .count-desk {
    overflow: hidden;
}
.count-2 .count-desk .count-number {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 44px;
    letter-spacing: 3px;
}
.count-2 .count-desk .title {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
}
/* features ---------------------------------------------------------------- */

.feature {
    position: relative;
}
.feature-icon-holder {
    display: inline-block;
    margin-bottom: 30px;
}
.feature-icon {
    font-size: 44px;
    display: inline-block;
    color: #292b32;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.feature-title {
    font-size: 18px;
    margin-bottom: 15px;
}
.feature-text p {
    margin-bottom: 0;
    font-size: 14px;
}
.feature-frame {
    background-size: cover;
    background-position: center;
    padding: 18px;
}
.feature-base {
    background-color: #fff;
    padding: 60px 50px;
    overflow: hidden;
}
.mockup-feature .features {
    margin-bottom: 40px;
}
.mockup-feature .features:hover .ficon {
    background-color: #333;
}
.mockup-feature .features:hover .ficon i {
    color: #fff;
}
.features .ficon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #f3f3f3;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: relative;
}
.features h4 {
    font-size: 18px;
}
.features .ficon i {
    transition: all 0.3s ease;
    font-size: 20px;
}
.features .desc {
    overflow: hidden;
}
.feature {
    position: relative;
}
.feature .feature-ribbon {
    font-size: 60px;
    opacity: 0.1;
    font-weight: 100;
    position: absolute;
    top: 30px;
    line-height: 1;
    left: 30px;
}
.mockup-feature .features-left .features .ficon {
    float: right;
    margin-left: 20px;
}
.mockup-feature .features-left .features .desc {
    text-align: right;
}
.mockup-feature .features-right .features .ficon {
    float: left;
    margin-right: 20px;
}
.mockup-feature .features-right .features .desc {
    text-align: left;
}
/* share ---------------------------------------------------------------- */

#share {
    background: url(../images/stars.png) no-repeat top left #fff;
    text-align: center;
}
#share h2 {
    font-size: 50px;
}
.shareIcons {
    font-size: 24px;
}
.jssocials-share-link {
    color: #29282b;
    padding: 0.8em 1em;
    min-width: 110px;
}
.jssocials-share-link.jssocials-share-link-count {
    padding-top: 0.5em;
}
.jssocials-share:hover {
    background-color: #fff;
}
/* app-brief1 ---------------------------------------------------------------- */

.left-mob-front {
    position: absolute;
    left: 12%;
    margin: 0px auto;
    top: -40px;
    z-index: 2;
}
.left-mob-back {
    position: absolute;
    left: 0px;
    top: -20px;
    z-index: 1;
}
.rightList li {
    padding-bottom: 10px;
    position: relative;
}
.rightList li i {
    position: absolute;
    top: 8px;
    left: 0px;
    font-size: 14px;
}
.rightList li span {
    padding-left: 30px;
}
#app-brief1 {
    background: #F2F2F2;
}
.right-mob-front {
    position: absolute;
    right: 12%;
    margin: 0px auto;
    top: -40px;
    z-index: 2;
}
.right-mob-back {
    position: absolute;
    right: 0px;
    top: -20px;
    z-index: 1;
}
/* subscription-form ---------------------------------------------------------------- */

#download {
    text-align: center;
    background: url("../images/pattern.png") repeat;
}
.downloadLogo {
    width: 100px;
    display: inline-block;
    position: relative;
    top: -5px;
}
#download hr {
    margin: 80px auto 70px;
}
.downloadtxt {
    margin-top: 0;
    line-height: 1.5;
    font-size: 38px;
}
.subscription-form .input-box {
    box-shadow: -7px 9px 10px #c2c2c2;
    border: 0 !important;
    outline: 0;
    width: 320px;
    background: #FFF;
    margin: 0 30px 0 0;
}
.bigWord {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
.subscription-form .subscription-success,
.subscription-form .subscription-error {
    display: none;
}
/* Pricing ----------------------------------------------------------- */

.app_landing_version .single_price_plan {
    background-color: #fff;
    border: 3px solid transparent;
    border-radius: 6px;
    box-shadow: 0 0 72px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.app_landing_version .single_price_plan:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.app_landing_version .single_price_plan.active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.app_landing_version .single_price_plan .title {
    color: #363636;
    padding: 30px 0 15px 0;
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.app_landing_version .single_price_plan .title h3,
.app_landing_version .single_price_plan .title p {
    margin: 0;
}
.app_landing_version .single_price_plan .price h4 {
    font-size: 40px;
    font-weight: 400;
    line-height: 80px;
    margin: 0;
}
.app_landing_version .single_price_plan .description {
    padding: 0 15px 15px;
}
.app_landing_version .single_price_plan .description>p {
    line-height: 16px;
    margin: 0;
    padding: 10px 0;
}
.app_landing_version .price span {
    font-size: 16px;
}
.app_landing_version .single_price_plan .button {
    padding: 5px 0 40px;
}
.app_landing_version .price_plan_area.price .single_price_plan {
    margin-bottom: 30px;
}
/* Testimonial ----------------------------------------------------------- */

.app_landing_version.testimonial_area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #f6f6f6;
}
.app_landing_version .single_testimonial_area {
    position: relative;
    z-index: 1;
}
.app_landing_version.testimonial_area .testimonial_text {
    position: relative;
    z-index: 1;
}
.app_landing_version .testimonial_text>p {
    color: #111;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    padding: 0 40px 0 0;
    position: relative;
    z-index: 1;
}
.app_landing_version .testimonial_author_name {
    margin-top: 15px;
}
.app_landing_version .testimonial_author_name>h4 {
    font-weight: 300;
    margin-bottom: 5px;
}
.app_landing_version .testimonial_author_name>h5 {
    margin-bottom: 0;
    font-weight: 300;
    color: #888;
}
.app_landing_version .testimonial_author_thumb {
    height: auto;
    margin: 0 auto 30px;
    padding: 5px;
    width: 100%;
    border-radius: 50%;
}
.testimonials .owl-nav {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}
.testimonials .owl-prev i {
    color: #2c3e50;
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    left: 0
}
.testimonials .owl-next i {
    color: #2c3e50;
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    right: 0;
}
.testimonial_area.app_landing_version.service {
    background-color: #673AB7;
}
.testimonial_area.app_landing_version.service .testimonial_text>p,
.testimonial_area.app_landing_version.service .testimonials .owl-prev i,
.testimonial_area.app_landing_version.service .testimonials .owl-next i,
.testimonial_area.app_landing_version.service .testimonial_author_name>h4,
.testimonial_area.app_landing_version.service .testimonial_author_name>h5 {
    color: #fff;
}
/* contact ----------------------------------------------------------- */

#contact {
    background: #F4F4F4;
    text-align: center;
}
.form-control {
    background: transparent;
    border: 1px solid #ddd;
    height: 50px;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 100%;
    color: #161616;
    outline: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    box-shadow: none;
}
textarea.form-control {
    height: 200px;
    resize: none;
    margin-bottom: 40px;
    overflow: hidden;
}
.form-control:focus {
    color: #000;
    font-weight: 900;
    border-color: #161616;
    box-shadow: none;
    outline: none;
}
#contactForm .success,
#contactForm .error {
    display: none;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
}
.contact-infos {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: -30px;
}
.contact-item {
    margin-bottom: 30px;
}
.contact-icon {
    font-size: 2.4rem;
    margin-bottom: 10px;
    display: inline-block;
}
.contact-detail {
    font-size: 1.4rem;
    color: #6c6c6c;
}
/* Footer ---------------------------------------------------------- */

footer {
    background: #29282b;
    text-align: center;
    padding: 50px 0px;
}
footer hr {
    border-color: #181819;
}
footer p {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}
footer p a,
footer p a:hover,
footer p a:focus {
    color: #fff;
}
.socialList li {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
}
.socialList li a {
    display: inline-block;
    color: #fff;
    margin: 0px 20px;
}
.socialList li a span {
    margin-left: 10px;
}
.socialList li a:hover {
    color: #F44C67;
}
footer .flex-center {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    align-items: center;
}
/* responsive style ----------------------------------------------------------------- */
/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    .downloadtxt {
        margin-top: 20px;
    }
}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    #intro {
        text-align: center;
    }
    #intro,
    .section {
        padding: 100px 0px;
    }
    .overlay {
        padding-top: 100px;
        padding-bottom: 400px;
    }
    .slider-3d {
        margin-top: 0;
        padding-bottom: 100px;
    }
    .intro-mobile {
        position: static;
        max-width: 300px;
    }
    .phones {
        position: relative;
        width: 100%;
        max-width: 600px;
        height: 400px;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .left-mob-front {
        right: 0px;
        left: auto;
        max-width: 100%;
        top: 0px;
    }
    .left-mob-back {
        left: -30px;
        max-width: 100%;
        top: 0px;
    }
    .right-mob-front {
        left: 0px;
        right: auto;
        max-width: 100%;
        top: 0px;
    }
    .right-mob-back {
        right: -30px;
        max-width: 100%;
        top: 0px;
    }
    .leftFeatures {
        margin-top: 0px;
        margin-bottom: 50px;
    }
    #features .text-left,
    #features .text-right {
        text-align: center !important;
    }
    .mg-sm-100 {
        margin-bottom: 100px;
    }
    footer .flex-center {
        display: inline-block;
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        width: 100%;
        text-align: center;
    }
}
/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
    .navbar-collapse {
        max-height: 355px !important;
        padding-bottom: 15px;
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        border-top: 1px solid transparent;
    }
    .navbar-nav {
        width: 100%;
    }
    .navbar-nav li a {
        display: inline-block;
    }
    h1 {
        font-size: 30px;
    }
    .subscription-form .input-box {
        margin: 0px auto 20px;
        width: 80%;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .downloads a {
        margin: 5px;
    }
    .left-mob-front,
    .left-mob-back,
    .right-mob-front,
    .right-mob-back {
        max-width: 80%;
    }
    .downloads a:first-child {
        margin-bottom: 20px;
        display: inline-block;
    }
    .welcome_text_area h2 {
        font-size: 30px;
    }
    .section-title {
        font-size: 3rem;
    }
    .app_landing_version .testimonial_text>p {
        font-size: 15px;
    }
}
/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}
