@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800";
@import "font-awesome.min.css";

body {
    margin: 0;
    color: #333;
    padding: 46px 0 0;
    font-weight: 400;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
    font: 14px/22px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.browsehappy {
    margin: .2em 0;
    background-color: #ccc;
    color: #000;
    padding: .2em 0;
}

.uppercase {
    text-transform: uppercase;
}

a {
    color: #775ec6;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    a, a > * {
        outline: none;
        cursor: pointer;
        text-decoration: none;
    }

        a:focus, a:hover {
            outline: none;
            color: #333;
            text-decoration: none;
        }

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    color: #444;
    margin: 0 0 20px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

b, strong {
    font-weight: 700;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-60 {
    font-size: 60px;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

::selection {
    color: #fff;
    text-shadow: none;
    background: linear-gradient(to right,#775ec6 0%,#c992f7 100%);
}

::-webkit-selection {
    color: #fff;
    text-shadow: none;
    background: linear-gradient(to right,#775ec6 0%,#c992f7 100%);
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: linear-gradient(to right,#775ec6 0%,#c992f7 100%);
}

.base-color {
    color: #775ec6;
}

.black-color {
    color: #333;
}

.gray-color {
    color: #444;
}

#home-section {
    top: 0;
    width: 100%;
    z-index: 6999;
    position: absolute;
    
}

#top-header {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    background-color: #fff;
    -webkit-border-bottom: 1px solid #efefef;
    -moz-border-bottom: 1px solid #efefef;
    -o-border-bottom: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.hide-top-header {
    display: none;
}

#info {
    padding: 6px 0;
}

    #info span {
        margin: 0 10px 0 0;
    }

        #info span:last-child {
            margin: 0;
        }

    #info a {
        color: #888;
    }

        #info a:hover {
            color: #775ec6;
        }

#header-social-icons {
    float: right;
}

    #header-social-icons ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #header-social-icons ul li {
            float: left;
            display: inline-block;
            -webkit-border-left: 1px solid #efefef;
            -moz-border-left: 1px solid #efefef;
            -o-border-left: 1px solid #efefef;
            border-left: 1px solid #efefef;
        }

            #header-social-icons ul li:last-child {
                -webkit-border-right: 1px solid #efefef;
                -moz-border-right: 1px solid #efefef;
                -o-border-right: 1px solid #efefef;
                border-right: 1px solid #efefef;
            }

            #header-social-icons ul li a {
                width: 34px;
                display: block;
                color: #888;
                line-height: 34px;
                text-align: center;
                -webkit-transition: all 0 ease-in-out;
                -moz-transition: all 0 ease-in-out;
                -ms-transition: all 0 ease-in-out;
                -o-transition: all 0 ease-in-out;
                transition: all 0 ease-in-out;
            }

                #header-social-icons ul li a:hover {
                    color: #fff;
                }

a.twitter:hover {
    background: url(../images/mask/masksquare.png) no-repeat scroll 50% 50% / 100% 100% #46C0fb;
}

a.facebook:hover {
    background: url(../images/mask/masksquare.png) no-repeat scroll 50% 50% / 100% 100% #4863ae;
}

a.google-plus:hover {
    background: url(../images/mask/masksquare.png) no-repeat scroll 50% 50% / 100% 100% #dd4b39;
}

a.youtube-play:hover {
    background: url(../images/mask/masksquare.png) no-repeat scroll 50% 50% / 100% 100% #cc181e;
}

a.pinterest:hover {
    background: url(../images/mask/masksquare.png) no-repeat scroll 50% 50% / 100% 100% #ab171e;
}

a.linkedin:hover {
    background: url(../images/mask/masksquare.png) no-repeat scroll 50% 50% / 100% 100% #0083a8;
}

a.skype:hover {
    background: url(../images/mask/masksquare.png) no-repeat scroll 50% 50% / 100% 100% #36c4f3;
}

a.instagram:hover {
    background: url(../images/mask/masksquare.png) no-repeat scroll 50% 50% / 100% 100% #4d4f54;
}

#nav-wrapper {
    width: 100%;
    padding: 10px 0;
    position: relative;
    background: #775ec6;
    background: -moz-linear-gradient(left,#775ec6 0%,#c992f7 100%);
    background: -webkit-linear-gradient(left,#775ec6 0%,#c992f7 100%);
    background: linear-gradient(to right,#775ec6 0%,#c992f7 100%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-bottom: 0px;
    -moz-border-bottom: 0px;
    -o-border-bottom: 0px;
    border-bottom: 0px;
}

#sliderMainCarousel {
    /*background-size: cover;
    background-image: url(./img/bg/slider3.png);
    background-position: center 0px;*/
}

#logo-text {
    font-size: 23px;
    height: 37px;
    width: 187px;
    line-height: 70px;
    color: rgba(255,255,255,.8);
    text-align: center;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.tiny.tinyheader #logo-text {
    line-height: 55px;
}

.tiny.tinyheader .navbar-toggle {
    margin-top: 0px;
}

button.navbar-toggle {
    margin-top: 18px;
}

.navbar-toggle {
    margin: 0;
    color: rgba(255,255,255,.8);
    padding: 6px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-border: 1px solid rgba(255,255,255,.8);
    -moz-border: 1px solid rgba(255,255,255,.8);
    -o-border: 1px solid rgba(255,255,255,.8);
    border: 1px solid rgba(255,255,255,.8);
}

.navbar-nav > li > a {
    line-height: 70px;
}

.tiny.tinyheader .navbar-nav > li > a {
    line-height: 55px;
}


@media (max-width:768px) {
    .navbar-nav > li > a {
        line-height: 35px !important;
    }

    .tiny.tinyheader .navbar-nav > li > a {
        line-height: 35px !important;
    }

    #logo-text {
        line-height: 55px !important;
        
    }
    button.navbar-toggle {
        margin-top: 9px !important;
    }
}

.navbar-nav > li > a {
    padding: 0;
    font-size: 16px;
    color: rgba(255,255,255,.8);
    letter-spacing: 1px;
}

    .navbar-nav > li > a:hover {
        color: white;
        font-weight: 800;
    }


#carusel-container {
    position: relative;
    background: #775ec6;
    background: -moz-linear-gradient(left,#775ec6 0%,#c992f7 100%);
    background: -webkit-linear-gradient(left,#775ec6 0%,#c992f7 100%);
    background: linear-gradient(to right,#775ec6 0%,#c992f7 100%);
}

    #carusel-container .header-overlay {
        /* position: relative; */
        /* bottom: -3rem; */
        /* max-width: 88%; */
        margin-right: auto;
        margin-left: auto;
    }

@media (min-width: 768px) {
    #carusel-container .header-overlay {
        /* bottom: -5rem; */
    }
}

@media (min-width: 992px) {
    #carusel-container .header-overlay {
        position: absolute;
        z-index: 3;
        right: 0;
        bottom: -2rem;
        left: 0;
        max-width: 52.75rem;
    }
}





@media (min-width: 1200px) {
    #carusel-container .header-overlay {
        bottom: -3.25rem;
        width: 56rem;
        height: 32.625rem;
        max-width: 100%;
    }
}





.img-fluid {
    max-width: 100%;
    height: auto;
}

.carousel-indicators {
    bottom: 0rem;
}

#sliderMainCarousel {
    padding-top: 0rem;
    padding-bottom: 0rem;
    text-align: center;
}

@media (min-width: 768px) {
    #sliderMainCarousel {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .carousel-indicators {
        bottom: 0rem;
    }
} 


@media (min-width: 992px) {
    #sliderMainCarousel {
        padding-top: 0rem;
        padding-bottom: 15rem;
    }
    .carousel-indicators {
        bottom: 15rem;
    }
}




/*  #nav-wrapper:after {
        left: 0;
        top: 100%;
        content: '';
        width: 100%;
        height: 42px;
        position: absolute;
        background: url(../images/header-shadow.png) no-repeat;
        background-position: center bottom;
    }*/
#nav-wrapper.tiny {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background-color: rgba(255,255,255,0.95);
}


.forcefullwidth_wrapper_tp_banner {
    z-index: 0;
    position: relative;
    background-color: #fff;
}

.tparrows {
    top: 50%;
    z-index: 699;
    cursor: pointer;
    line-height: 40px;
    margin: -20px 0 0;
    text-align: center;
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    background: url(../images/mask/masksquare.png) no-repeat scroll 50% 50% / 100% 100% #333 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .tparrows:before {
        speak: none;
        color: #fff;
        font-size: 1.5em;
        text-align: center;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        display: inline-block;
        text-decoration: inherit;
        font-family: 'FontAwesome';
    }

    .tparrows:hover {
        background: #775ec6 !important;
    }

.tp-leftarrow:before {
    content: "\f104";
}

.tp-rightarrow:before {
    content: "\f105";
}

.tp-caption.medium_bg_asbestos {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 6px 12px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    background: url(../images/mask/maskoblong.png) no-repeat scroll 50% 50% / 100% 100% #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

    .tp-caption.medium_bg_asbestos:hover {
        background: #775ec6;
    }

.tp-caption a, .tp-caption a:hover {
    color: #fff;
}

#intro-section {
    margin: 0;
    width: 100%;
    position: relative;
    padding: 0 0 10px;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(../images/background/1.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-bottom: 1px solid #efefef;
    -moz-border-bottom: 1px solid #efefef;
    -o-border-bottom: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.home-boxes-wrapper {
    padding: 0;
    z-index: 1;
    width: 100%;
    margin: 2px 0 0;
    position: relative;
}

.feature-box-style1 {
    padding: 0;
    width: 100%;
    height: 115px;
    text-align: center;
    position: relative;
    margin: 0 0 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

    .feature-box-style1 div.box-container {
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        display: block;
        position: absolute;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .feature-box-style1 .feature-box-image {
        height: 0;
        width: 100%;
        display: block;
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-border-bottom: 2px solid #775ec6;
        -moz-border-bottom: 2px solid #775ec6;
        -o-border-bottom: 2px solid #775ec6;
        border-bottom: 2px solid #775ec6;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

        .feature-box-style1 .feature-box-image img {
            width: 100%;
        }

    .feature-box-style1 .feature-box-icon {
        width: 60px;
        height: 60px;
        color: #fff;
        font-size: 24px;
        line-height: 60px;
        position: relative;
        text-align: center;
        margin: -31px auto 20px;
        background: url(../images/mask/masksquare.png) no-repeat scroll 50% 50% / 100% 100% #775ec6;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .feature-box-style1 .feature-box-containt {
        margin: 0;
        height: 0;
        display: block;
        padding: 0 20px;
        overflow: hidden;
        position: relative;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .feature-box-style1 .feature-box-containt:after {
            right: 0;
            top: 137px;
            height: 1px;
            content: '';
            width: 100%;
            position: absolute;
            background-image: -webkit-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -moz-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -ms-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -o-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: linear-gradient(270deg,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        }

        .feature-box-style1 .feature-box-containt p {
            height: 86px;
            overflow: hidden;
            margin: 0 0 15px;
        }

    .feature-box-style1 .feature-box-subtitle {
        font-size: 15px;
        font-weight: 600;
    }

    .feature-box-style1 .feature-box-title {
        margin: 0 0 20px;
    }

        .feature-box-style1 .feature-box-title h4 {
            margin: 5px 0 0;
        }

    .feature-box-style1 div.box-container:hover .feature-box-image {
        height: 164px;
        -webkit-border-bottom: 2px solid #333;
        -moz-border-bottom: 2px solid #333;
        -o-border-bottom: 2px solid #333;
        border-bottom: 2px solid #333;
    }

    .feature-box-style1 div.box-container:hover .feature-box-containt {
        margin: 0;
        height: 152px;
        padding: 0 20px 35px;
    }

    .feature-box-style1 div.box-container:hover .feature-box-icon {
        margin: -31px auto 22px;
        background: url(../images/mask/masksquare.png) no-repeat scroll 50% 50% / 100% 100% #333;
    }

    .feature-box-style1 div.box-container:hover {
        background-color: rgba(255,255,255,0.93);
    }

.section-title {
    width: 100%;
    margin: 0 0 40px;
    text-align: center;
}

.main-title {
    /*
    font-size: 34px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
    letter-spacing: 1px;
    */
    font-size: 53px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 900;
    max-width: 750px;
    display: inline-block;
}

.desc-title {
    color: #333;
    font-size: 21px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    max-width: 750px;
}

#services-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 60px 40px;
    background-color: #fff;
}

#public-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 60px 40px;
    background-color: #fff;
}

.feature-box-style2 {
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
}

    .feature-box-style2 .feature-box-icon {
        width: 60px;
        height: 60px;
        font-size: 70px;
        line-height: 60px;
        text-align: center;
        margin: 0 auto 20px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .feature-box-style2 i {
        line-height: 60px;
    }

    .feature-box-style2 .feature-box-containt {
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

        .feature-box-style2 .feature-box-containt h4 {
            color: #775ec6;
            margin: 0 0 10px;
            text-transform: uppercase;
        }

        .feature-box-style2 .feature-box-containt p {
                color: #333;
        }

    .feature-box-style2:hover .feature-box-icon {
        color: #775ec6;
    }

#counters-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 60px 40px;
    background-color: #222;
}

.feature-box-style3 {
    padding: 0;
    width: 100%;
    margin: 0 0 60px;
    text-align: center;
}

    .feature-box-style3 .feature-box-icon i {
        width: 80px;
        height: 80px;
        color: #fff;
        font-size: 44px;
        line-height: 80px;
        text-align: center;
        margin: 0 auto 20px;
        background: url(../images/mask/masksquare.png) no-repeat scroll 50% 50% / 100% 100% #333;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

.feature-box-number {
    color: #775ec6;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    margin: 0 auto 20px;
    letter-spacing: 1px;
}

.feature-box-title {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.feature-box-style3:hover .feature-box-icon i {
    background: url(../images/mask/masksquare.png) no-repeat scroll 50% 50% / 100% 100% #775ec6;
}

#portfolio-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 60px 40px;
    background-color: #fff;
}

    #portfolio-section .section-title {
        margin: 0 0 60px;
    }

.portfolioFilter {
    width: 100%;
    text-align: center;
}

    .portfolioFilter ul {
        z-index: 2;
        padding: 0;
        margin: 0 0 50px;
        list-style: none;
        text-align: center;
    }

        .portfolioFilter ul li {
            margin: 0 10px 10px 0;
            display: inline-block;
            background: #333;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

            .portfolioFilter ul li:last-child {
                margin: 0 0 10px;
            }

            .portfolioFilter ul li:hover {
                background: #775ec6;
            }

    .portfolioFilter a {
        z-index: 2;
        color: #fff;
        display: block;
        font-size: 14px;
        padding: 6px 12px;
        text-align: center;
        position: relative;
        white-space: nowrap;
        font-weight: 400;
        letter-spacing: 1px;
        text-decoration: none;
        vertical-align: middle;
        text-transform: uppercase;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
    }

.selected {
    background: #775ec6;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -ms-transition-property: height,width;
    -o-transition-property: height,width;
    transition-property: height,width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform,opacity;
        -moz-transition-property: -moz-transform,opacity;
        -ms-transition-property: -ms-transform,opacity;
        -o-transition-property: -o-transform,opacity;
        transition-property: transform,opacity;
    }

        .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0;
            -moz-transition-duration: 0;
            -ms-transition-duration: 0;
            -o-transition-duration: 0;
            transition-duration: 0;
        }

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    z-index: 1;
}

.portfolio-grid {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.portfolio-item {
    display: block;
    margin: 0 0 30px;
}

.img-figure img {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.portfolio-grid .img-figure-overlayer {
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 15px;
    overflow: hidden;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .portfolio-grid .img-figure-overlayer a {
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        position: relative;
        background: rgba(255,255,255,0.5);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }

        .portfolio-grid .img-figure-overlayer a i {
            top: 50%;
            left: 50%;
            width: 50px;
            height: 50px;
            color: #333;
            font-size: 34px;
            line-height: 50px;
            position: absolute;
            margin: -25px 0 0 -25px;
        }

.portfolio-grid .portfolio-item:hover .img-figure-overlayer {
    opacity: 1;
}

#pricing-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 60px 40px;
    background: #f0f1ff;
}

#eco-phone-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 60px 40px;
}

#map-section {
    padding: 60px 40px;
}

#youtubevideo-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 60px 40px;
    background-color: #553fbf;
    background: url(/images/bg-2.png) no-repeat scroll center center / 100% 100%;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#9FCCFA", endColorstr="#0974F1", GradientType=1 );
}

#pricing-section .col-md-3 {
    padding: 0;
}
.pricing-box:hover {
    box-shadow:unset;
        -webkit-transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out,opacity .2s ease-in-out,border .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out,opacity .2s ease-in-out,border .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out,transform .2s ease-in-out,opacity .2s ease-in-out,border .2s ease-in-out;
    transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out,transform .2s ease-in-out,opacity .2s ease-in-out,border .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -webkit-transform: perspective(1px);
    transform: perspective(1px);
}
.pricing-box, .feature-pricing-box {
    padding: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 0 30px;
    position: relative;
    background-color: #fff;

    -webkit-box-shadow: 2px 2px 11px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 11px rgba(0,0,0,0.2);
    -o-box-shadow: 2px 2px 11px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 11px rgba(0,0,0,0.2);

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;

    border: 1px solid rgba(0, 0, 0, 0.1);

}

.feature-pricing-box {
    z-index: 2;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    -o-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
}

.pricing-box .price {
    background-image: -webkit-linear-gradient(270deg,#444,#333);
    background-image: -moz-linear-gradient(270deg,#444,#333);
    background-image: -ms-linear-gradient(270deg,#444,#333);
    background-image: -o-linear-gradient(270deg,#444,#333);
    background-image: linear-gradient(180deg,#444,#333);
}

.feature-pricing-box .price {
    background-image: -webkit-linear-gradient(270deg,#775ec6,#860815);
    background-image: -moz-linear-gradient(270deg,#775ec6,#860815);
    background-image: -ms-linear-gradient(270deg,#775ec6,#860815);
    background-image: -o-linear-gradient(270deg,#775ec6,#860815);
    background-image: linear-gradient(180deg,#775ec6,#860815);
}

.pricing-box ul, .feature-pricing-box ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

.pricing-box li, .feature-pricing-box li {
    padding: 10px 0;
    cursor: default;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-bottom: 1px dashed #efefef;
    -moz-border-bottom: 1px dashed #efefef;
    -o-border-bottom: 1px dashed #efefef;
    border-bottom: 1px dashed #efefef;
}

.pricing-box .price h3, .pricing-box .price h1, .feature-pricing-box .price h3, .feature-pricing-box .price h1 {
    margin: 0;
    color: #fff;
    padding: 10px 0;
    font-weight: 400;
    text-transform: uppercase;
}

.pricing-box .price h3 {
    background-color: #333;
}

.feature-pricing-box .price h3 {
    background-color: #860815;
}

.pricing-box .price h1, .feature-pricing-box .price h1 {
    font-size: 30px;
    padding: 30px 0;
    margin: 0 0 30px;
}

    .pricing-box .price h1 span, .feature-pricing-box .price h1 span {
        font-size: 30px;
        text-transform: uppercase;
    }

.pricing-box li:hover, .feature-pricing-box li:hover {
    color: #333;
}

.pricing-box .btn, .feature-pricing-box .btn {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 15px;
}

#monials-section {
    margin: 0;
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

    #monials-section .col-md-6:nth-child(odd) {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-border: 1px solid #efefef;
        -moz-border: 1px solid #efefef;
        -o-border: 1px solid #efefef;
        border: 1px solid #efefef;
    }

    #monials-section .col-md-6:nth-child(even) {
        -webkit-border: 1px solid transparent;
        -moz-border: 1px solid transparent;
        -o-border: 1px solid transparent;
        border: 1px solid transparent;
    }

.monials-block-left, .monials-block-right {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 30px 15px 10px;
}

.monials-block-left {
    text-align: right;
}

.monials-block-right {
    text-align: left;
}

.monials-block-left .client-img {
    float: right;
    margin: 0 0 20px 30px;
}

.monials-block-right .client-img {
    float: left;
    margin: 0 30px 20px 0;
}

.client-img {
    width: 98px;
    height: 98px;
    padding: 4px;
    overflow: hidden;
    position: relative;
    background-color: #efefef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .client-img:after {
        top: 0;
        left: 0;
        content: '';
        width: 98px;
        height: 98px;
        position: absolute;
        background: url(../images/mask/masksquare.png) no-repeat scroll 50% 50% / 100% 100% transparent;
    }

    .client-img img {
        width: 90px;
        height: 90px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
    }

.monials-block-left .client-name, .monials-block-right .client-name {
    color: #775ec6;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.monials-block-left .containt p:last-child, .monials-block-right .containt p:last-child {
    margin: 0 0 20px;
}

.monials-block-left:hover .client-img, .monials-block-right:hover .client-img {
    background: linear-gradient(to right,#775ec6 0%,#c992f7 100%);
}

#client-slider-section {
    margin: 0;
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background-color: #222;
}

#owl-clients {
    padding: 0 15px;
}

.client-logo {
    text-align: center;
}

    .client-logo img {
        opacity: .7;
    }

    .client-logo:hover img {
        opacity: 1;
    }

#team-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0 50px;
    background-color: #fff;
}

.member-box-wrapper {
    width: 100%;
    overflow: hidden;
}

.member-box {
    max-width: 290px;
    text-align: center;
    position: relative;
    margin: 0 auto 30px;
    padding: 35px 20px 30px;
    background-color: #333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.member-img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-border: 5px solid #fff;
    -moz-border: 5px solid #fff;
    -o-border: 5px solid #fff;
    border: 5px solid #fff;
}

    .member-img img {
        width: 100%;
    }

    .member-img:after {
        top: 0;
        left: 0;
        content: '';
        width: 140px;
        height: 140px;
        position: absolute;
        background: url(../images/mask/masksquare.png) no-repeat scroll 50% 50% / 100% 100% transparent;
    }

.member-name h2 {
    color: #fff;
    margin-bottom: 15px;
}

.member-title h4 {
    color: #fff;
    margin-bottom: 25px;
}

.member-social ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
}

    .member-social ul li {
        margin: 0 5px;
        display: inline-block;
    }

        .member-social ul li a {
            width: 40px;
            height: 40px;
            z-index: 0;
            color: #333;
            display: block;
            font-size: 1.5em;
            line-height: 40px;
            text-align: center;
            background-color: #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
        }

.member-box:hover {
    background: linear-gradient(to right,#775ec6 0%,#c992f7 100%);
}

.member-box a:hover {
    color: #fff;
    background-color: #333;
}

#skills-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 80px 0 50px;
    background: linear-gradient(to right,#775ec6 0%,#c992f7 100%);
}

.skill-chart-left, .skill-chart-right {
    z-index: 1;
    width: 180px;
    height: 180px;
    position: relative;
    text-align: center;
    margin: -15px 0 30px;
    display: inline-block;
    background: url(../images/skill/skill-background.png) no-repeat scroll 50% 50% / 100% 100%;
}

#skills-section .skill-chart-left {
    margin-right: 15px;
}

#skills-section .skill-chart-right {
    margin-left: 15px;
}

.skill-chart-middle {
    z-index: 1;
    width: 210px;
    height: 210px;
    margin: 0 0 30px;
    text-align: center;
    position: relative;
    display: inline-block;
    background: url(../images/skill/skill-background.png) no-repeat scroll 50% 50% / 100% 100%;
}

.top-bg {
    top: 0;
    left: 0;
    z-index: 2;
    width: 180px;
    height: 180px;
    position: absolute;
    background: url(../images/skill/skill-top-background.png) no-repeat scroll 50% 50% / 100% 100%;
}

.top-bg-lg {
    top: 0;
    left: 0;
    z-index: 2;
    width: 210px;
    height: 210px;
    position: absolute;
    background: url(../images/skill/skill-top-background.png) no-repeat scroll 50% 50% / 100% 100%;
}

.skill-chart-left canvas, .skill-chart-right canvas, .skill-chart-middle canvas {
    margin: 10px 0 0;
}

.skill-chart-left input, .skill-chart-right input, .skill-chart-middle input {
    z-index: 3;
    position: relative;
    margin-top: 45px !important;
    font-weight: 600 !important;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.skill-chart-middle input {
    margin-top: 55px !important;
}

.skill-title, .skill-title-lg {
    left: 0;
    z-index: 3;
    width: 100%;
    bottom: 60px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.skill-title-lg {
    bottom: 70px;
}

.skill-chart-left:hover input, .skill-chart-right:hover input, .skill-chart-middle:hover input {
    font-size: 0 !important;
}

.skill-chart-left:hover .skill-title, .skill-chart-right:hover .skill-title {
    bottom: 80px;
    font-size: 22px;
}

.skill-chart-middle:hover .skill-title-lg {
    bottom: 90px;
    font-size: 24px;
}

#contact-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0 50px;
    background-color: #d7d7d7;
}

.contactForm {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 930px;
    overflow: hidden;
}

.form-group {
    margin: 0;
    padding: 0;
}

.contactForm textarea {
    width: 100%;
    resize: none;
    margin: 0 auto 30px;
    height: 146px !important;
}

.contactForm .form-control {
    width: 100%;
    height: auto;
    padding: 17px;
    margin: 0 auto 30px;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-border: 2px solid #e5e5e5;
    -moz-border: 2px solid #e5e5e5;
    -o-border: 2px solid #e5e5e5;
    border: 2px solid #e5e5e5;
}

    .contactForm .form-control:hover, .contactForm .form-control:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        -webkit-border: 2px solid #775ec6;
        -moz-border: 2px solid #775ec6;
        -o-border: 2px solid #775ec6;
        border: 2px solid #775ec6;
    }

.contactForm button.submit {
    width: 100%;
    padding: 16px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    background: #775ec6;
}

.contactForm .submit.focus, .contactForm .submit:hover {
    color: #fff;
    position: relative;
    background: #333;
}

.error {
    top: 0;
    z-index: 2;
    float: right;
    color: #775ec6;
    position: relative;
    margin: -69px 15px 0 0;
}

:-webkit-ui-invalid:not(output) {
    box-shadow: none;
}

:-moz-ui-invalid:not(output) {
    box-shadow: none;
}

:-ms-ui-invalid:not(output) {
    box-shadow: none;
}

:-o-ui-invalid:not(output) {
    box-shadow: none;
}

ui-invalid:not(output) {
    box-shadow: none;
}


#map {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    display: block;
}

#subscribe {
    width: 455px;
    padding: 15px;
    overflow: hidden;
    position: relative;
    margin: -70px auto 0;
    background-color: #222;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

    #subscribe .form-control {
        float: left;
        width: 300px;
        height: auto;
        outline: none;
        padding: 10px 15px;
        background-color: #fff;
        -webkit-border: none;
        -moz-border: none;
        -o-border: none;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -o-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        #subscribe .form-control:hover, #subscribe .form-control:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
        }

    #subscribe button.submit {
        width: 125px;
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        padding: 9px 16px;
        background: #775ec6;
        -webkit-border: none;
        -moz-border: none;
        -o-border: none;
        border: none;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        -o-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

    #subscribe .submit.focus, #subscribe .submit:hover {
        color: #fff;
        background: #444;
    }

.ssuccess, .serror {
    top: 24px;
    right: 130px;
    color: #775ec6;
    position: absolute;
}

#footer-section {
    margin: 0;
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    position: relative;
    background-color: #222;
    color: #888;
}

    #footer-section a {
        color: #fff;
    }

    #footer-section p {
        margin: 0;
        line-height: 30px;
    }

    #footer-section #footer-social-icons ul {
        margin: 0;
        padding: 0;
        width: 100%;
        overflow: hidden;
        list-style: none;
        text-align: right;
    }

        #footer-section #footer-social-icons ul li {
            padding: 0;
            margin-left: 1px;
            display: inline-block;
        }

            #footer-section #footer-social-icons ul li:first-child {
                margin-left: 0;
            }

            #footer-section #footer-social-icons ul li a {
                width: 30px;
                height: 30px;
                display: block;
                font-size: 16px;
                line-height: 30px;
                text-align: center;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px;
            }

                #footer-section #footer-social-icons ul li a i {
                    line-height: 30px;
                }

.tooltip {
    z-index: 999;
    letter-spacing: 1px;
}

.navbar {
    margin-bottom: 0;
    min-height: 55px;
    -webkit-border: 0;
    -moz-border: 0;
    -o-border: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }

.navbar-brand {
    padding: 0;
    height: 40px;
    margin-top: -3px;
}



.btn-white {
    background-color: rgba(0,0,0,0);
    border-color: white;
    color: white;
}

    .btn-white:hover, .btn-white:focus, .btn-white:hover:focus {
        background-color: white;
        border-color: white;
        color: #775ec6;
    }

    .btn-white:active {
        box-shadow: unset;
        background-color: rgba(255,255,255,0.7);
        border-color: rgba(255,255,255,0.7);
    }



.navbar-nav > li {
    margin-left: 20px;
}

    .navbar-nav > li:first-child {
        margin-left: 0;
    }

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.navbar-nav > li.active > a {
    color: white;
    font-weight: 800;
}



.btn:focus {
    outline: none;
}

.btn {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 40px;
    border-radius: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
    -webkit-transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out,opacity .2s ease-in-out,border .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out,opacity .2s ease-in-out,border .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out,transform .2s ease-in-out,opacity .2s ease-in-out,border .2s ease-in-out;
    transition: background-color .2s ease-in-out,box-shadow .2s ease-in-out,transform .2s ease-in-out,opacity .2s ease-in-out,border .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -webkit-transform: perspective(1px);
    transform: perspective(1px);
}

    .btn:active, .btn.active {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        text-decoration: line-through;
    }

.btn-Nesto:active, .btn-Nesto.active, .btn-Nesto-o:active, .btn-Nesto-o.active {
    background-image: none;
}

.btn-Nesto {
    color: #fff;
    letter-spacing: 1px;
    background: #333;
}

    .btn-Nesto:hover, .btn-Nesto:focus, .btn-Nesto:active, .btn-Nesto.active {
        color: #fff;
        background: #775ec6;
    }

.btn-Nesto-o {
    color: #fff;
    letter-spacing: 1px;
    background: #775ec6;
}

    .btn-Nesto-o:hover, .btn-Nesto-o:focus, .btn-Nesto-o:active, .btn-Nesto-o.active {
        color: #fff;
        background: #333;
    }

.alert-nesto {
    color: #fff;
    background: linear-gradient(to right,#775ec6 0%,#c992f7 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#contact-section .alert.alert-nesto {
    margin-bottom: 30px;
}

#contact-section .alert {
    -webkit-border: none;
    -moz-border: none;
    -o-border: none;
    border: none;
}

@media only screen and (max-width: 1199px) {
    #intro-section {
        padding: 30px 0 0;
    }

    .home-boxes-wrapper {
        margin: 0;
    }

    .feature-box-style1 {
        height: auto;
        overflow: hidden;
        background-color: #fff;
    }

        .feature-box-style1 div.box-container {
            overflow: hidden;
            position: relative;
        }

        .feature-box-style1 .feature-box-containt {
            height: auto;
            padding-bottom: 13px;
        }

            .feature-box-style1 .feature-box-containt:after {
                display: none;
            }

            .feature-box-style1 .feature-box-image, .feature-box-style1 .feature-box-containt p, .feature-box-style1 div.box-container:hover .feature-box-image {
                height: auto;
            }

        .feature-box-style1 div.box-container:hover .feature-box-containt {
            height: auto;
            padding-bottom: 13px;
        }

        .feature-box-style1 div.box-container:hover .feature-box-icon {
            margin: -31px auto 20px;
        }

    #skills-section .skill-chart-left {
        margin-right: 5px;
    }

    #skills-section .skill-chart-right {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 990px) {
    #monials-section .col-md-6:nth-child(odd), #monials-section .col-md-6:nth-child(even) {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-border: 1px solid transparent;
        -moz-border: 1px solid transparent;
        -o-border: 1px solid transparent;
        border: 1px solid transparent;
        -webkit-border-bottom: 1px solid #efefef;
        -moz-border-bottom: 1px solid #efefef;
        -o-border-bottom: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }

    #monials-section .col-md-6:first-child {
        -webkit-border-top: 1px solid #efefef;
        -moz-border-top: 1px solid #efefef;
        -o-border-top: 1px solid #efefef;
        border-top: 1px solid #efefef;
    }
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
    .member-box {
        max-width: 100%;
    }

    #info span:last-child {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .feature-box-style1 {
        margin: 0 auto 30px;
        max-width: 290px;
    }

    #info {
        text-align: center;
    }

        #info span {
            margin: 0 10px 0 0;
        }

            #info span:last-child {
                display: block;
            }

    #header-social-icons {
        display: none;
    }

    .nav > li > a:hover, .nav > li > a:focus, .navbar-nav > li:hover, .navbar-nav > li.active, .navbar-nav > li.active a {
        color: white;
        background-color: #775ec6;
    }

    .navbar-nav > li {
        margin-left: 0;
        text-align: center;
    }

        .navbar-nav > li.active:before, .navbar-nav > li:before, .navbar-nav > li.active:after, .navbar-nav > li:after, #nav-wrapper:after {
            display: none;
        }

    .main-title {
        font-size: 30px;
    }

    .feature-pricing-box {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
        -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.3);
        -moz-box-shadow: 0 0 1px 0 rgba(0,0,0,0.3);
        -o-box-shadow: 0 0 1px 0 rgba(0,0,0,0.3);
        box-shadow: 0 0 1px 0 rgba(0,0,0,0.3);
    }

    #footer-section p {
        text-align: center;
        margin-bottom: 10px;
    }

    #footer-section #footer-social-icons ul {
        text-align: center;
    }
}

@media only screen and (max-width: 599px) {
    .monials-block-left, .monials-block-right {
        width: 100%;
        overflow: hidden;
        text-align: center;
        position: relative;
        padding: 30px 15px 10px;
    }

        .monials-block-left .client-img, .monials-block-right .client-img {
            float: none;
            margin: 0 auto 20px;
        }

    #skills-section .skill-chart-left, #skills-section .skill-chart-middle, #skills-section .skill-chart-right {
        display: block;
        margin: 0 auto 30px;
    }

    #map {
        height: 200px;
    }
}

@media only screen and (max-width: 479px) {
    .main-title {
        font-size: 28px;
    }

    #map {
        height: 300px;
    }

    #subscribe {
        width: 300px;
    }

        #subscribe .form-control {
            width: 165px;
        }
}

.btn-header {
    font-size: 13px !important;
    font-weight: 300 !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 8px 15px !important;
    text-align: center !important;
    margin-left: 20px;
    cursor: pointer !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s cubic-bezier(.19,1,.22,1);
    transition: all .2s cubic-bezier(.19,1,.22,1);
}

.btn-login {
    border: solid 1px rgba(0,0,0,.5);
    color: #444;
    background-color: #fff;
}

@media only screen and (max-width: 527px) {
    .btn-header {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 495px) {
    .btn-header {
        margin-left: 10px;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        display: inline-block;
        text-align: center;
    }

    #nav-wrapper {
        padding: 5px 0;
    }
    .btn {
           padding: 0 20px; 
    }
}

.jumbotron .header {
    font-weight: 900;
    font-size: 2.714em;
    line-height: 1;
    margin-bottom: 15px;
    /*text-shadow: 2px 2px 2px rgba(0,0,0,0.3);*/
    color: #fff;
}

.jumbotron p {
    font-weight: 500;
    font-size: 1.214em;
    line-height: 1.25;
    margin-bottom: 15px;
    padding-bottom: 30px;
    /*text-shadow: 2px 2px 2px rgba(0,0,0,0.3);*/
    color: #fff;
}

.jumbotron .btn {
    margin-bottom: 0;
    text-shadow: none;
}

@media (max-width: 767px) {
    .jumbotron .header {
        font-size: 2.143em;
    }

    .carousel .jumbotron {
        height: 480px;
        padding-top: 80px;
    }
}

.jumbotron {
    position: relative;
    margin: 0;
    padding: 0 15px;
    background-color: transparent;
    padding-top: 100px;
    padding-bottom: 40px;
}

    .jumbotron.free_help-on {
        padding-bottom: 0;
    }

    .jumbotron.disclaimer-on {
        padding-bottom: 0;
    }

    .jumbotron .header {
        font-style: normal;
        font-weight: 900;
        font-size: 3.714em;
        line-height: 1;
        margin-bottom: 15px;
    }

@media (max-width: 767px) {
    .jumbotron .header {
        font-size: 2.143em;
    }
}

.jumbotron p {
    font-style: normal;
    font-weight: 500;
    font-size: 1.714em;
    line-height: 1.25;
    margin-bottom: 15px;
    padding-bottom: 30px;
}

    .jumbotron p.style-2 {
        font-size: 1.143em;
    }

    .jumbotron p.style-3 {
        font-size: 16px;
        line-height: 22px;
    }

    .jumbotron p.disclaimer {
        font-size: .821em;
        margin: 0;
        padding-top: 60px;
        padding-bottom: 6px;
    }

.jumbotron .btn {
    margin-bottom: 0;
}

.jumbotron .free_help {
    font-size: 1.175em;
    padding-top: 0;
    padding-bottom: 95px;
}

@media (max-width: 767px) {
    .jumbotron .free_help {
        margin-top: 40px;
        padding-bottom: 60px;
    }
}

.jumbotron.free_help-on.disclaimer-on .free_help {
    padding-bottom: 40px;
}

.jumbotron.free_help-on.disclaimer-on .disclaimer {
    padding-top: 0;
    padding-bottom: 20px;
}

.parallax-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.btn-wrap {
    position: relative;
    display: inline-block;
    text-align: center;
}

    .btn-wrap:before {
        display: block;
        position: absolute;
        bottom: 18px;
        left: -78px;
        width: 70px;
        height: 70px;
        content: "";
        background-image: url(../img/arrow.png);
        background-repeat: no-repeat;
    }
