/* ==============================================================

Template name : Flates flat and responsive landing page
Categorie : Landing page
Author : Nce18cex
Version : v1.0.0
Created : 19 Mei 2014
Last update : 26 Mei 2014

-----------------------------------------------------------------
CSS structure
-----------------------------------------------------------------

01. Header
02. Contain
03. Sign up and sign in
04. How it works
05. Client
06. Testimonials
07. Ticker
08. Team
09. Portfolio
10. Contact
11. Call to action
12. Footer
13. Social network
14. Scroller
15. Animated
16. Heading
17. Ui to top
18. Clear spacer
19. Custom top spacer
20. Custom bottom spacer
21. Custom left spacer
22. Custom right spacer
23. Custom responsive

============================================================== */


/*
Header
=========================== */

header {
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 99999;
}

header .navbar {
    min-height: 165px;
}

#home {
    /*background-image:url(../img/home-bg.png);
    background-image: url(../img/home-bg.jpg);*/
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 127px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.home-wrapper {
    position: relative;
    padding: 100px 0 150px 0;
}

.home-wrapper.custom-padding {
    padding: 60px 0 0 0;
}

.home-intro {
    background: url(../img/intro-bg.png) no-repeat bottom center;
    margin-bottom: 40px;
}

.home-intro h3 {
    font-size: 122px;
    line-height: 120px;
    text-shadow: 8px 8px rgba(0, 0, 0, 0.24);
    margin-bottom: 40px;
}

.home-intro h4 {
    font-size: 32px;
    line-height: 45px;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.24);
    margin-bottom: 40px;
}

.home-quote h3 {
    font-size: 60px;
    line-height: 100px;
    text-shadow: 4px 4px rgba(0, 0, 0, 0.24);
    margin-bottom: 40px;
    /*    
    background: -moz-linear-gradient(top, rgba(233, 86, 68, 1) 0%, rgba(233, 86, 68, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(233, 86, 68, 1) 0%, rgba(233, 86, 68, 0) 100%);
    background: linear-gradient(to bottom, rgba(233, 86, 68, 1) 0%, rgba(233, 86, 68, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95644', endColorstr='#00e95644', GradientType=0);
*/
    text-align: center;
}

.btn-arrow {
    position: absolute;
    display: inline-block;
    color: #1b2838;
    font-size: 62px;
    line-height: 82px;
    width: 120px;
    height: 60px;
    text-align: center;
    border-radius: 80px 80px 0 0;
    left: 50%;
    bottom: 0;
    margin-left: -60px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-arrow:hover,
.btn-arrow:focus,
.btn-arrow:active {
    text-decoration: none;
}

.main-form-wrapper {
    border: 5px solid #fff;
    border-radius: 20px;
    padding: 20px;
    background: #1b2838;
}

.main-form-wrapper h3 {
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.main-form-wrapper h3 span {
    font-weight: 300;
}

.main-form-wrapper label {
    margin-bottom: 10px;
}

.main-form-wrapper hr {
    height: 2px;
    background: #fff;
    border: none;
    margin-bottom: 40px;
}

.main-form-wrapper hr.transparent {
    background: transparent;
}

.slider-wrapper {
    position: absolute;
    z-index: 5;
    background: #e7e7e7;
    width: 519px;
    height: 282px;
    top: 49px;
    left: 65px;
}


/*
Contain
=========================== */

.contain {
    padding: 60px 0 60px 0;
}

.primary-bg {
    color: #fff;
}

.secondary-bg {
    color: #1b2838;
}

.dark-bg {
    background: #1b2838;
    color: #75838e;
}


/*
Sign up and sign in
=========================== */

.signup,
.signin {
    float: left;
    width: 50%;
    border-right: 1px solid #566578;
    padding-right: 30px;
}

.signup.full,
.signin.full {
    width: 100%;
}

.signup h4,
.signin h4 {
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.signup .form-block,
.signin .form-block {
    display: block;
    width: 100%;
}

.signin {
    border-right: none;
    padding-left: 30px;
}


/*
How it works
=========================== */

.work-it-wrapper {
    position: relative;
    float: left;
    width: 100%;
    background: url(../img/vertical-line.png) repeat-y top center;
    padding: 75px 0 75px 0;
}

.circle-top,
.circle-bottom {
    background: url(../img/circle.png) no-repeat center center;
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    left: 50%;
    margin-left: -10px;
}

.circle-top {
    top: 0;
}

.circle-bottom {
    bottom: 0;
}

.work-it-contain {
    width: 50%;
    clear: both;
    margin-bottom: 20px;
}

.work-it-contain:hover .work-it-icon {
    color: #fff;
}

.work-it-contain.on-right {
    float: right;
}

.work-it-contain.on-left {
    float: left;
}

.work-it-icon {
    background-image: url(../img/work-it-icon-line.png);
    background-repeat: no-repeat;
    width: 175px;
    text-align: center;
}

.work-it-contain.on-right .work-it-icon {
    background-position: right center;
    margin-left: -65px;
    float: left;
    padding-right: 45px;
}

.work-it-contain.on-left .work-it-icon {
    background-position: left center;
    margin-right: -65px;
    float: right;
    padding-left: 45px;
}

.work-it-icon i {
    display: block;
    width: 130px;
    height: 130px;
    border: 5px solid #1b2838;
    border-radius: 50%;
    font-size: 58px;
    line-height: 58px;
    padding-top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.work-it-text {
    width: 70%;
    border: 5px solid #1b2838;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
}

.work-it-contain.on-right .work-it-text {
    float: left;
}

.work-it-contain.on-left .work-it-text {
    float: right;
}


/*
Client
=========================== */

ul.client-list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

ul.client-list li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #2b394a;
}

ul.client-list li.bottom-list {
    border-bottom: none;
}

ul.client-list li ul li {
    width: 20%;
    border-bottom: none;
    border-right: 1px solid #2b394a;
    padding: 45px 0 45px 0;
}

ul.client-list li ul li.last {
    border-right: none;
}

.client-link {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

.logo-hover {
    position: absolute;
    left: 50%;
    margin-left: -54px;
}


/*
Testimonials
=========================== */

.testimoni {
    text-align: center;
}

.testimoni blockquote {
    background: url(../img/quote.png) no-repeat 3px 0;
    border: none;
    padding: 5px 2px 0 2px;
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

.testimoni-avatar {
    display: inline-block;
    width: 136px;
    height: 136px;
    margin: 0 auto;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 50%;
    border: 8px solid #75838e;
}

.testimoni-author {
    background: url(../img/testimoni-line.png) no-repeat top center;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    margin-top: 10px;
    padding-top: 25px;
}


/*
Ticker
=========================== */

ul.ticker {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.ticker li {
    float: left;
    background: none;
    margin: 0;
    padding: 0;
    width: 100%;
}


/*
Team
=========================== */

.team-image-wrapper {
    position: relative;
    width: 240px;
    margin: 0 auto;
}

.team-image {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.team-image:before {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    border-bottom: 68px solid transparent;
    position: absolute;
    z-index: 100;
}

.team-image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-top: 68px solid transparent;
    position: absolute;
    z-index: 100;
}

.team-frame {
    position: absolute;
    background: url(../img/team-frame.png) no-repeat 0 0;
    width: 256px;
    height: 306px;
    padding-top: 90px;
    left: -8px;
    top: -9px;
    text-align: center;
    color: #fff;
    z-index: 101;
    background: none\9;
    border: 5px solid rgba(0, 0, 0, 0.3.8)\9;
    width: 230px\9;
    height: 177px\9;
    left: 0\9;
    top: 0\9;
}

.team-profile h5 {
    background: url(../img/team-profile-line.png) no-repeat bottom center;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.team-profile a {
    margin: 0 5px 0 5px;
}


/*
Portfolio
=========================== */

.portfolio-categ {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 60px 0;
    padding: 0;
}

.portfolio-categ li {
    display: inline-block;
    list-style: none;
    margin: 0 2px 0 2px;
    padding: 0;
}

.portfolio-categ li a {
    border: 3px solid #1b2838;
    color: #1b2838;
    border-radius: 40px;
    padding: 5px 20px 5px 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.portfolio-categ li a:hover,
.portfolio-categ li.active a,
.portfolio-categ li.active a:hover {
    text-decoration: none;
}

.portfolio-area {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.portfolio-area li {
    float: left;
    list-style: none;
    margin: 0 10px 30px 10px;
    width: 300px;
    min-height: 300px;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 0 rgba(0, 0, 0, 0.75);
}

.img-gallery {
    display: block;
    width: 100%;
    height: auto;
}

.image-caption {
    position: absolute;
    background: rgba(27, 40, 56, 0.95);
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}

.image-caption .zoom {
    position: absolute;
    display: inline-block;
    color: #fff;
    width: 65px;
    height: 65px;
    border: 5px solid #fff;
    border-radius: 50%;
    font-size: 28px;
    line-height: 50px;
    left: 50%;
    top: -38%;
    margin-left: -32.5px;
    margin-top: -32.5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.image-caption .zoom:hover,
.image-caption .zoom:focus {
    text-decoration: none;
}

.image-title {
    color: #fff;
    position: absolute;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    width: 90%;
    text-align: center;
    bottom: -40%;
    left: 5%;
    margin-bottom: -30px;
}

.image-title a,
.image-title a:hover,
.image-title a:focus {
    color: #fff;
}


/*
Contact
=========================== */

#contact {
    padding-bottom: 60px;
}

#contactform {
    margin-top: 80px;
}

ul.listForm {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.listForm li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}

.btn-submit {
    background: none;
    border-radius: 40px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 5px solid #fff;
    font-size: 24px;
    line-height: 36px;
    padding: 10px 35px 15px 35px;
}

#sendmessage {
    display: none;
}

#sendmessage.show,
.show {
    display: block;
}


/*
Call to action
=========================== */

#cta-section p {
    background: url(../img/cta-text-line.png) no-repeat bottom center;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 40px;
}


/*
Footer
=========================== */

footer {
    background: #172332;
    color: #566578;
    padding: 60px 0 40px 0;
}


/*
Social network
=========================== */

.social-link {
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

.social-link:hover {
    text-decoration: none;
}

.social-link i {
    color: #566578;
    background: #253447;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-shadow: none;
    cursor: pointer;
    font-size: 26px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-link i:hover,
.social-link i:focus {
    color: #fff;
    text-decoration: none;
}


/*
Scroller
=========================== */

#cbp-so-scroller,
.cbp-so-scroller {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


}

/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
    content: " ";
    display: table;
}

.cbp-so-section:after {
    clear: both;
}

/* Sides */
.cbp-so-side {
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
    content: " ";
    display: table;
}

.cbp-so-side:after {
    clear: both;
}

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
    opacity: 0;
}

.cbp-so-init .cbp-so-side-top {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    transform: translateY(-80px);
}

.cbp-so-init .cbp-so-side-bottom {
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    transform: translateY(80px);
}

.cbp-so-init .cbp-so-side-left {
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    transform: translateX(80px);
}

/* Animated state */

/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-top,
.cbp-so-section.cbp-so-animate .cbp-so-side-bottom {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

/*
Animated
=========================== */
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}

/*
Heading
=========================== */
.heading,
.headline {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
}

.headline {
    position: relative;
    background: #e4e8ea;
    color: #1b2838;
    padding: 60px 0 50px 0;
    margin: 0;
}

.heading h4,
.headline h4 {
    background: url(../img/heading-bg.png) no-repeat bottom center;
    padding-bottom: 20px;
    font-size: 48px;
    line-height: 56px;
}

.primary-bg .heading h4 {
    background: url(../img/heading-bg-white.png) no-repeat bottom center;
}

.headline-arrow {
    position: absolute;
    display: block;
    background: url(../img/headline-arrow.png) no-repeat bottom center;
    width: 65px;
    height: 36px;
    bottom: -36px;
    left: 50%;
    margin-left: -32.5px;
    z-index: 999;
}

/*
Ui to top
======================================= */
#toTop {
    display: none;
    text-decoration: none;
    z-index: 600;
    position: fixed;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    width: 45px;
    height: 45px;
    border: none;
    text-indent: -999px;
    background-image: url(../img/ui.totop.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #212e3d;
    border-bottom: 3px solid #1b2430;
    border-radius: 5px;
}

#toTopHover {
    background-image: url(../img/ui.totop.png);
    background-repeat: no-repeat;
    background-position: left -45px;
    background-color: #303d4d;
    border-bottom: 3px solid #27313d;
    width: 45px;
    height: 45px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
    outline: none;
}

/*
Clear spacer
=========================== */
.margin-clear {
    margin: 0;
}

.padding-clear {
    padding: 0;
}

.margintop-clear {
    margin-top: 0;
}

.paddingtop-clear {
    padding-top: 0;
}

.marginbot-clear {
    margin-bottom: 0;
}

.paddingbot-clear {
    padding-bottom: 0;
}

.marginbot-min40 {
    margin-bottom: -40px;
}

.margintop-min15 {
    margin-top: -15px;
}

/*
Custom top spacer
=========================== */
.margintop5 {
    margin-top: 5px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop15 {
    margin-top: 15px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop25 {
    margin-top: 25px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop35 {
    margin-top: 35px;
}

.margintop40 {
    margin-top: 40px;
}

.margintop45 {
    margin-top: 45px;
}

.margintop50 {
    margin-top: 50px;
}

.margintop55 {
    margin-top: 55px;
}

.margintop60 {
    margin-top: 60px;
}

/*
Custom bottom spacer
=========================== */
.marginbot5 {
    margin-bottom: 5px;
}

.marginbot10 {
    margin-bottom: 10px;
}

.marginbot15 {
    margin-bottom: 15px;
}

.marginbot20 {
    margin-bottom: 20px;
}

.marginbot25 {
    margin-bottom: 25px;
}

.marginbot30 {
    margin-bottom: 30px;
}

.marginbot35 {
    margin-bottom: 35px;
}

.marginbot40 {
    margin-bottom: 40px;
}

.marginbot45 {
    margin-bottom: 45px;
}

.marginbot50 {
    margin-bottom: 50px;
}

.marginbot55 {
    margin-bottom: 55px;
}

.marginbot60 {
    margin-bottom: 60px;
}

/*
Custom left spacer
=========================== */
.marginleft5 {
    margin-left: 1px;
}

.marginleft10 {
    margin-left: 10px;
}

.marginleft15 {
    margin-left: 15px;
}

.marginleft20 {
    margin-left: 20px;
}

/*
Custom right spacer
=========================== */
.marginright5 {
    margin-right: 1px;
}

.marginright10 {
    margin-right: 10px;
}

.marginright15 {
    margin-right: 15px;
}

.marginright20 {
    margin-right: 20px;
}

/*
Custom responsive
=========================== */
@media (min-width: 1200px) {
    .logo {
        padding: 10px 40px 40px 40px;
    }

    .navbar-default .collapse {
        margin: 40px 40px 0 0;
    }

    .navbar-default .navbar-nav li a,
    .navbar-default .navbar-nav li a:focus {
        font-size: 18px;
        line-height: 20px;
        padding: 5px 20px 5px 20px;
        margin: 5px 2px 5px 2px;
    }

    .navbar-right .btn {
        border: 3px solid #fff;
        font-weight: 700;
        font-size: 20px;
        line-height: 22px;
        padding: 5px 25px 8px 25px;
    }

    .portfolio-area li {
        width: 270px;
        min-height: 270px;
    }

    .slider-wrapper {
        width: 631px;
        height: 342px;
        top: 60px;
        left: 76px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .logo {
        padding: 40px 10px 40px 10px;
    }

    .navbar-default .collapse {
        margin: 40px 10px 0 0;
    }

    .navbar-default .navbar-nav li a,
    .navbar-default .navbar-nav li a:focus {
        font-size: 12px;
        line-height: 14px;
        padding: 5px 10px 5px 10px;
        margin: 5px 1px 5px 1px;
    }

    .navbar-right .btn {
        border: 2px solid #fff;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        padding: 5px 10px 8px 10px;
    }

    .navbar-right a {
        margin-left: 2;
    }

    .work-it-contain {
        width: 100%;
    }

    .work-it-icon {
        background-image: none;
        background-repeat: none;
    }

    .work-it-contain.on-right .work-it-icon,
    .work-it-contain.on-left .work-it-icon {
        background-position: none;
        width: 130px;
        margin: 0 auto;
        float: none;
        padding: 0;
    }

    .work-it-contain.on-right .work-it-text,
    .work-it-contain.on-left .work-it-text {
        float: none;
        margin: 0 auto;
        margin-top: 20px;
    }

    .team-image-wrapper {
        margin-bottom: 30px;
    }

    .portfolio-area li {
        width: 130px;
        min-height: 130px;
    }

    .image-wrapper {
        border-radius: 10px;
    }

    .main-form-wrapper {
        margin-bottom: 40px;
    }

    .main-form-wrapper {
        margin-bottom: 40px;
    }

    .text-cap {
        width: 40%;
        top: 15%;
    }

    .text-cap h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .slider-wrapper {
        width: 607px;
        height: 329px;
        top: 57px;
        left: 73px;
    }
}

@media (max-width: 767px) {
    .navbar-header {
        float: none;
        margin: 0;
        padding: 0 0 0 20px;
        text-align: left;
    }

    .navbar-default .collapse {
        clear: both;
        border-top: none;
        float: none;
        box-shadow: none;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        padding: 0 30px 30px 30px;
    }

    .navbar-default .navbar-nav li a,
    .navbar-default .navbar-nav li a:focus {
        padding: 5px 20px 5px 20px;
        margin: 5px 2px 5px 2px;
    }

    .navbar-default .navbar-nav li a.selected,
    .navbar-default .navbar-nav .active a,
    .navbar-default .navbar-nav .dropdown.active a,
    .navbar-default .navbar-nav .active a:hover,
    .navbar-default .navbar-nav .dropdown.active a:hover,
    .navbar-default .navbar-nav .active a:focus,
    .navbar-default .navbar-nav .dropdown.active a:focus {
        background-image: none;
    }

    .navbar-right {
        float: left;
    }

    .home-intro h3 {
        font-size: 62px;
        line-height: 86px;
    }

    .home-quote h3 {
        font-size: 42px;
        line-height: 54px;
    }

    .work-it-contain {
        width: 100%;
    }

    .work-it-icon {
        background-image: none;
        background-repeat: none;
    }

    .work-it-contain.on-right .work-it-icon,
    .work-it-contain.on-left .work-it-icon {
        background-position: none;
        width: 130px;
        margin: 0 auto;
        float: none;
        padding: 0;
    }

    .work-it-contain.on-right .work-it-text,
    .work-it-contain.on-left .work-it-text {
        float: none;
        margin: 0 auto;
        margin-top: 20px;
    }

    .team-image-wrapper {
        margin-bottom: 30px;
    }

    .portfolio-categ li {
        margin-bottom: 30px;
    }

    .portfolio-area li {
        float: none;
        display: inline-block;
        width: 300px;
        min-height: 300px;
    }

    .main-form-wrapper {
        margin-bottom: 40px;
    }

    .image-cap {
        width: 35%;
        margin-left: 5%;
    }

    .text-cap {
        width: 50%;
        top: 15%;
        margin-left: 45%;
    }

    .text-cap h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .text-link {
        margin-top: 0;
    }

    .slider-bg {
        width: 464px;
        height: 249px;
        margin: 0 auto;
    }

    .slider-wrapper {
        width: 392px;
        height: 212px;
        top: 37px;
        left: 50%;
        margin-left: -196px;
    }

    .signup,
    .signin {
        float: left;
        width: 100%;
        border-right: none;
        padding: 0;
    }
}

@media only screen and (max-width: 650px) {
    ul.client-list li {
        border: none;
    }

    ul.client-list li ul li,
    ul.client-list li ul li.last {
        width: 100%;
        border: 1px solid #2b394a;
        padding: 45px 0 45px 0;
        margin-bottom: 20px;
    }

    .text-cap {
        font-size: 12px;
        line-height: 18px;
    }

    .text-cap p {
        margin-bottom: 5px;
    }

    .text-cap h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .text-link {
        border-radius: 0;
        border: none;
        font-weight: 700;
        font-size: 12px;
        line-height: 18px;
        margin-top: 0;
        padding: 0;
    }
}

.home-overlay {
    background: -moz-linear-gradient(top, rgba(233, 86, 68, 1) 0%, rgba(233, 86, 68, 0) 25%, rgba(233, 86, 68, 0) 75%, rgba(233, 86, 68, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(233, 86, 68, 1) 0%, rgba(233, 86, 68, 0) 25%, rgba(233, 86, 68, 0) 75%, rgba(233, 86, 68, 1) 100%);
    background: linear-gradient(to bottom, rgba(233, 86, 68, 1) 0%, rgba(233, 86, 68, 0) 25%, rgba(233, 86, 68, 0) 75%, rgba(233, 86, 68, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e95644', endColorstr='#e95644', GradientType=0);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
}

.scrolltop li {}



.scan-pincode {
    padding: 9px 16px 3px 10px;
    border-bottom-right-radius: 40px !important;
    border-top-right-radius: 40px !important;
    border-left: none;
}



#scanModal .modal-dialog {
    width: auto;
}

#scanModal .modal-content {
    margin: 0 auto;
    float: none;
    width: 760px;
}

#scanModal .modal-content .scan-canvsa-wrapper {
    padding: 0;
    overflow: hidden;
    margin-top: 12px;
    max-height: 486px;
    background: rgba(0, 0, 0, 0.8);

}


#scanModal .modal-content .btn {
    min-height: 48px;
}



#scanModal2 .modal-dialog {
    width: auto;
}

#scanModal2 .modal-content {
    margin: 0 auto;
    float: none;
    width: 760px;
}

#scanModal2 .modal-content .scan-canvsa-wrapper {
    padding: 0;
    overflow: hidden;
    margin-top: 12px;
    max-height: 486px;
    background: rgba(0, 0, 0, 0.8);

}


#scanModal2 .modal-content .btn {
    min-height: 48px;
}


.hidden-display {
    display: none !important;
}







/****************************************/

/* Page Loader ================================= */

.page-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*    background: rgba(255, 255, 255, 0.5);*/
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    text-align: center;
}

.page-loader-wrapper p {
    font-size: 32px;
    margin-top: 10px;
    font-weight: bold;
    color: #F44336;
}

.page-loader-wrapper .loader {
    position: relative;
    top: calc(50% - 30px);
}



/* Preloaders ================================== */

.md-preloader .pl-red {
    stroke: #F44336;
}

.md-preloader .pl-pink {
    stroke: #E91E63;
}

.md-preloader .pl-purple {
    stroke: #9C27B0;
}

.md-preloader .pl-deep-purple {
    stroke: #673AB7;
}

.md-preloader .pl-indigo {
    stroke: #3F51B5;
}

.md-preloader .pl-blue {
    stroke: #2196F3;
}

.md-preloader .pl-light-blue {
    stroke: #03A9F4;
}

.md-preloader .pl-cyan {
    stroke: #00BCD4;
}

.md-preloader .pl-teal {
    stroke: #009688;
}

.md-preloader .pl-green {
    stroke: #4CAF50;
}

.md-preloader .pl-light-green {
    stroke: #8BC34A;
}

.md-preloader .pl-lime {
    stroke: #CDDC39;
}

.md-preloader .pl-yellow {
    stroke: #ffe821;
}

.md-preloader .pl-amber {
    stroke: #FFC107;
}

.md-preloader .pl-orange {
    stroke: #FF9800;
}

.md-preloader .pl-deep-orange {
    stroke: #FF5722;
}

.md-preloader .pl-brown {
    stroke: #795548;
}

.md-preloader .pl-grey {
    stroke: #9E9E9E;
}

.md-preloader .pl-blue-grey {
    stroke: #607D8B;
}

.md-preloader .pl-black {
    stroke: #000000;
}

.md-preloader .pl-white {
    stroke: #ffffff;
}

.preloader {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-animation: container-rotate 1568ms linear infinite;
    -moz-animation: container-rotate 1568ms linear infinite;
    -o-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite;
}

.preloader.pl-size-xl {
    width: 75px;
    height: 75px;
}

.preloader.pl-size-l {
    width: 60px;
    height: 60px;
}

.preloader.pl-size-md {
    width: 50px;
    height: 50px;
}

.preloader.pl-size-sm {
    width: 40px;
    height: 40px;
}

.preloader.pl-size-xs {
    width: 25px;
    height: 25px;
}

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    border-color: #F44336;
    -ms-opacity: 1;
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.spinner-layer.pl-yellow {
    border-color: #ffe821;
}

.right {
    float: right !important;
}

.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.gap-patch.circle {
    width: 1000%;
    left: -450%;
}

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    -moz-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    -o-transform: rotate(129deg);
    transform: rotate(129deg);
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    -moz-transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    -o-transform: rotate(-129deg);
    transform: rotate(-129deg);
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes container-rotate {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes left-spin {
    from {
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@-moz-keyframes right-spin {
    from {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes right-spin {
    from {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}
