/* Import Basic Files
---------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
@import url(font-awesome.min.css);
@import url(../js/plugins/rs-plugin/css/settings.css);
@import url(../js/plugins/fancybox/jquery.fancybox.css);
@import url(../js/plugins/uikit/uikit.css);
@import url(../js/plugins/owl/owl.carousel.css);
@import url(../js/plugins/owl/owl.theme.css);
@import url(../js/plugins/owl/owl.transitions.css);


/* ==========================================================================
   1. General
========================================================================== */
/* 1.1 Main Styles
---------------------------------------------------------------------------*/
body {
    margin: 0;
    color: #888888;
    padding: 61px 0 0;
    font-weight: normal;
    background-color: #ffffff;
    -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;
}

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
.browsehappy {
    margin: 0.2em 0;
    background-color: #cccccc;
    color: #000000;
    padding: 0.2em 0;
}

.uppercase {
    text-transform: uppercase;
}

/* 1.2 Anchor
---------------------------------------------------------------------------*/
a {
    color: #775ec6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a,
    a > * {
        outline: none;
        cursor: pointer;
        text-decoration: none;
    }

        a:focus,
        a:hover {
            outline: none;
            color: #333333;
            text-decoration: none;
        }




/* ==========================================================================
   2. Typography
========================================================================== */
/* 2.1 Headings
---------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    color: #444444;
    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;
}

/* 2.2 Selection Color
---------------------------------------------------------------------------*/
::selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #775ec6;
}

::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #775ec6;
}

::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #775ec6;
}

/* 2.3 Colors
---------------------------------------------------------------------------*/
.base-color {
    color: #775ec6;
}

.black-color {
    color: #333333;
}

.gray-color {
    color: #444444;
}



/* ==========================================================================
   3. Home Section
========================================================================== */
/* 3.1 Wrapper
---------------------------------------------------------------------------*/
#home-section {
    top: 0;
    width: 100%;
    z-index: 6999;
    position: absolute;
}

/* 3.2 Top Header
---------------------------------------------------------------------------*/
/* 3.2.1 Wrapper
---------------------------------------------------------------------------*/
#top-header {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    background-color: #ffffff;
    -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;
}

/* 3.2.2 Info
---------------------------------------------------------------------------*/
#info {
    padding: 6px 0;
}

    #info span {
        margin: 0 10px 0 0;
    }

        #info span:last-child {
            margin: 0;
        }

    #info a {
        color: #888888;
    }

        #info a:hover {
            color: #775ec6;
        }

/* 3.2.3 Social Icons
---------------------------------------------------------------------------*/
#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: #888888;
                line-height: 34px;
                text-align: center;
                -webkit-transition: all 0.0s ease-in-out;
                -moz-transition: all 0.0s ease-in-out;
                -ms-transition: all 0.0s ease-in-out;
                -o-transition: all 0.0s ease-in-out;
                transition: all 0.0s ease-in-out;
            }

                #header-social-icons ul li a:hover {
                    color: #ffffff;
                }

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;
}


/* 3.3 Menu
---------------------------------------------------------------------------*/
/* 3.3.1 Wrapper
---------------------------------------------------------------------------*/
#nav-wrapper {
    width: 100%;
    padding: 10px 0;
    position: relative;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-bottom: 1px solid #efefef;
    -moz-border-bottom: 1px solid #efefef;
    -o-border-bottom: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

    #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;
    }

    /* 3.3.2 Tiny
---------------------------------------------------------------------------*/
    #nav-wrapper.tiny {
        top: 0;
        left: 0;
        width: 100%;
        position: fixed;
        background-color: rgba(255, 255, 255, 0.95);
    }

        #nav-wrapper.tiny.tinyheader {
            padding: 10px 0;
        }




/* ==========================================================================
   4. Revolution Slider
========================================================================== */
/* 4.1 Wrapper
---------------------------------------------------------------------------*/
.forcefullwidth_wrapper_tp_banner {
    z-index: 0;
    position: relative;
    background-color: #ffffff;
}

/* 4.2 Arrows
---------------------------------------------------------------------------*/
.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% #333333 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .tparrows:before {
        speak: none;
        color: #ffffff;
        font-size: 1.5em;
        text-align: center;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: inline-block;
        text-decoration: inherit;
        font-family: 'FontAwesome';
    }

    .tparrows:hover {
        /*background: url("../images/mask/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #775ec6 !important;*/
        background: #775ec6 !important;
    }

.tp-leftarrow:before {
    content: "\f104";
}

.tp-rightarrow:before {
    content: "\f105";
}

/* 4.3 tp-caption
---------------------------------------------------------------------------*/
.tp-caption.medium_bg_asbestos {
    color: #ffffff;
    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% #333333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

    .tp-caption.medium_bg_asbestos:hover {
        /*background: url("../images/mask/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #775ec6;*/
        background: #775ec6;
    }

/* 4.4 btn
---------------------------------------------------------------------------*/
.tp-caption a,
.tp-caption a:hover {
    color: #ffffff;
}




/* ==========================================================================
   5. Intro Section
========================================================================== */
/* 5.1 Wrapper
---------------------------------------------------------------------------*/
#intro-section {
    margin: 0;
    width: 100%;
    position: relative;
    padding: 0 0 10px 0;
    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;
}

/* 5.2 Wrapper ( for home 4 boxes only )
---------------------------------------------------------------------------*/
.home-boxes-wrapper {
    padding: 0;
    z-index: 1;
    width: 100%;
    margin: 2px 0 0;
    position: relative;
}

/* 5.2.1 feature-box-style1
---------------------------------------------------------------------------*/
/* 5.2.1.1 Wrapper
---------------------------------------------------------------------------*/
.feature-box-style1 {
    padding: 0;
    width: 100%;
    height: 115px;
    text-align: center;
    position: relative;
    margin: 0 0 30px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

    /* 5.2.2.2 Container
---------------------------------------------------------------------------*/
    .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 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    /* 5.2.2.3 Image
---------------------------------------------------------------------------*/
    .feature-box-style1 .feature-box-image {
        height: 0;
        width: 100%;
        display: block;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.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%;
        }

    /* 5.2.2.4 Icon
---------------------------------------------------------------------------*/
    .feature-box-style1 .feature-box-icon {
        width: 60px;
        height: 60px;
        color: #ffffff;
        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 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    /* 5.2.2.5 Containt
---------------------------------------------------------------------------*/
    .feature-box-style1 .feature-box-containt {
        margin: 0;
        height: 0;
        display: block;
        padding: 0 20px;
        overflow: hidden;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.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;
        }

    /* 5.2.2.6 Subtitle
---------------------------------------------------------------------------*/
    .feature-box-style1 .feature-box-subtitle {
        font-size: 15px;
        font-weight: 600;
    }

    /* 5.2.2.7 Title
---------------------------------------------------------------------------*/
    .feature-box-style1 .feature-box-title {
        margin: 0 0 20px;
    }

        .feature-box-style1 .feature-box-title h4 {
            margin: 5px 0 0;
        }

    /* 5.2.2.8 Hover
---------------------------------------------------------------------------*/
    .feature-box-style1 div.box-container:hover .feature-box-image {
        height: 164px;
        -webkit-border-bottom: 2px solid #333333;
        -moz-border-bottom: 2px solid #333333;
        -o-border-bottom: 2px solid #333333;
        border-bottom: 2px solid #333333;
    }

    .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% #333333;
    }

    .feature-box-style1 div.box-container:hover {
        background-color: rgba(255, 255, 255, 0.93);
    }




/* ==========================================================================
   6. Section Title
========================================================================== */
/* 6.1 Wrapper
---------------------------------------------------------------------------*/
.section-title {
    width: 100%;
    margin: 0 0 40px;
}

/* 6.2 Main
---------------------------------------------------------------------------*/
.main-title {
    color: #775ec6;
    font-size: 34px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* 6.3 Description
---------------------------------------------------------------------------*/
.desc-title {
    color: #333333;
    font-size: 21px;
    line-height: 31px;
    text-align: center;
}




/* ==========================================================================
   7. Services Section
========================================================================== */
/* 7.1 Wrapper
---------------------------------------------------------------------------*/
#services-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0 50px;
    background-color: #ffffff;
}

/* 7.2 feature-box-style2
---------------------------------------------------------------------------*/
/* 7.2.1 Wrapper
---------------------------------------------------------------------------*/
.feature-box-style2 {
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
}

    /* 7.2.2 Icon
---------------------------------------------------------------------------*/
    .feature-box-style2 .feature-box-icon {
        width: 60px;
        height: 60px;
        font-size: 70px;
        line-height: 60px;
        text-align: center;
        margin: 0 auto 20px;
        /*background: url("../images/mask/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #333333;*/
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .feature-box-style2 i {
        line-height: 60px;
    }


    /* 7.2.3 Containt
---------------------------------------------------------------------------*/
    .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;
        }

    /* 7.2.4 Hover
---------------------------------------------------------------------------*/
    .feature-box-style2:hover .feature-box-icon {
        color: #775ec6;
    }




/* ==========================================================================
   8. Counters Section
========================================================================== */
/* 8.1 Wrapper
---------------------------------------------------------------------------*/
#counters-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0 20px;
    background-color: #222222;
}


/* 8.2 feature-box-style3
---------------------------------------------------------------------------*/
/* 8.2.1 Wrapper
---------------------------------------------------------------------------*/
.feature-box-style3 {
    padding: 0;
    width: 100%;
    margin: 0 0 60px;
    text-align: center;
}

    /* 8.2.2 Icon
---------------------------------------------------------------------------*/
    .feature-box-style3 .feature-box-icon i {
        width: 80px;
        height: 80px;
        color: #ffffff;
        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% #333333;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

/* 8.2.3 Number
---------------------------------------------------------------------------*/
.feature-box-number {
    color: #775ec6;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    margin: 0 auto 20px;
    letter-spacing: 1px;
}

/* 8.2.4 Title
---------------------------------------------------------------------------*/
.feature-box-title {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* 8.2.5 Hover
---------------------------------------------------------------------------*/
.feature-box-style3:hover .feature-box-icon i {
    background: url("../images/mask/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #775ec6;
}




/* ==========================================================================
   9. Portfolio Section
========================================================================== */
/* 9.1 Wrapper
---------------------------------------------------------------------------*/
#portfolio-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0 50px;
    background-color: #ffffff;
}

    #portfolio-section .section-title {
        margin: 0 0 60px;
    }


/* 9.2 Portfolio Filter
---------------------------------------------------------------------------*/
/* 9.2.1 Wrapper
---------------------------------------------------------------------------*/
.portfolioFilter {
    width: 100%;
    text-align: center;
}

    .portfolioFilter ul {
        z-index: 2;
        padding: 0;
        margin: 0 0 50px;
        list-style: none;
        text-align: center;
    }

        /* 9.2.2 items
---------------------------------------------------------------------------*/
        .portfolioFilter ul li {
            margin: 0 10px 10px 0;
            display: inline-block;
            /*background: url("../images/mask/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #333333;*/
            background: #333333;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .portfolioFilter ul li:last-child {
                margin: 0 0 10px;
            }

            .portfolioFilter ul li:hover {
                /*background: url("../images/mask/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #775ec6;*/
                background: #775ec6;
            }

    /* 9.2.3 Anchor
---------------------------------------------------------------------------*/
    .portfolioFilter a {
        z-index: 2;
        color: #ffffff;
        display: block;
        font-size: 14px;
        padding: 6px 12px;
        text-align: center;
        position: relative;
        white-space: nowrap;
        font-weight: normal;
        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: url("../images/mask/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #775ec6;*/
    background: #775ec6;
}

/* 9.3 isotope
---------------------------------------------------------------------------*/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.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;
    }
        /**** disabling Isotope CSS3 transitions ****/
        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    z-index: 1;
}

/* 9.4 Portfolio grid Item
---------------------------------------------------------------------------*/
/* 9.4.1 Wrapper
---------------------------------------------------------------------------*/
.portfolio-grid {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

/* 9.4.2 Item
---------------------------------------------------------------------------*/
.portfolio-item {
    display: block;
    margin: 0 0 30px;
}

/* 9.4.3 Image
---------------------------------------------------------------------------*/
.img-figure img {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

/* 9.4.4 Overlayer
---------------------------------------------------------------------------*/
.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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    /* 9.4.5 Anchor
---------------------------------------------------------------------------*/
    .portfolio-grid .img-figure-overlayer a {
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        position: relative;
        /*background: url("../images/mask/maskoblong.png") no-repeat scroll 50% 50% / 100% 100% rgba(255, 255, 255, 0.5);*/
        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: #333333;
            font-size: 34px;
            line-height: 50px;
            position: absolute;
            margin: -25px 0 0 -25px;
        }

/* 9.4.6 Hover
---------------------------------------------------------------------------*/
.portfolio-grid .portfolio-item:hover .img-figure-overlayer {
    opacity: 1;
}




/* ==========================================================================
/* 10. Pricing Section
========================================================================== */
/* 10.1 Wrapper
---------------------------------------------------------------------------*/
#pricing-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0 50px;
}
#eco-phone-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0 50px;
}
    #pricing-section .col-md-3 {
        padding: 0;
    }

/* 10.2 Pricing Box
---------------------------------------------------------------------------*/
/* 10.2.1 Wrapper
---------------------------------------------------------------------------*/
.pricing-box,
.feature-pricing-box {
    padding: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 0 30px 0;
    position: relative;
    background-color: #ffffff;
    -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);
}

.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);
}

/* 10.2.2 Price
---------------------------------------------------------------------------*/
.pricing-box .price {
    background-image: -webkit-linear-gradient(270deg, #444444, #333333);
    background-image: -moz-linear-gradient(270deg, #444444, #333333);
    background-image: -ms-linear-gradient(270deg, #444444, #333333);
    background-image: -o-linear-gradient(270deg, #444444, #333333);
    background-image: linear-gradient(180deg, #444444, #333333);
}

.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);
}

/* 10.2.3 Details
---------------------------------------------------------------------------*/
.pricing-box ul,
.feature-pricing-box ul {
    padding: 10px 10px;
    list-style: none;
    margin: 0 0 0 0;
}

.pricing-box li,
.feature-pricing-box li {
    padding: 10px 0;
    cursor: default;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.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;
}

/* 10.2.4 Typography
---------------------------------------------------------------------------*/
.pricing-box .price h3,
.pricing-box .price h1,
.feature-pricing-box .price h3,
.feature-pricing-box .price h1 {
    margin: 0;
    color: #ffffff;
    padding: 10px 0;
    font-weight: 400;
    text-transform: uppercase;
}

.pricing-box .price h3 {
    background-color: #333333;
}

.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;
    }

/* 10.2.5 Hover
---------------------------------------------------------------------------*/
.pricing-box li:hover,
.feature-pricing-box li:hover {
    color: #333333;
}

/* 10.2.6 Button
---------------------------------------------------------------------------*/
.pricing-box .btn,
.feature-pricing-box .btn {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 15px;
}




/* ==========================================================================
/* 11. Testimonials Section
========================================================================== */
/* 11.1 Wrapper
---------------------------------------------------------------------------*/
#monials-section {
    margin: 0;
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}

    #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;
    }

/* 11.2 Monials Block
---------------------------------------------------------------------------*/
/* 11.2.1 Wrapper
---------------------------------------------------------------------------*/
.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;
}

/* 11.2.2 Image
---------------------------------------------------------------------------*/
.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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.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;
    }

/* 11.2.3 Name
---------------------------------------------------------------------------*/
.monials-block-left .client-name,
.monials-block-right .client-name {
    color: #775ec6;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

/* 11.2.4 Containt
---------------------------------------------------------------------------*/
.monials-block-left .containt p:last-child,
.monials-block-right .containt p:last-child {
    margin: 0 0 20px 0;
}

/* 11.2.5 Hover
---------------------------------------------------------------------------*/
.monials-block-left:hover .client-img,
.monials-block-right:hover .client-img {
    background-color: #775ec6;
}




/* ==========================================================================
   12. Client Slider
========================================================================== */
/* 12.1 Wrapper
---------------------------------------------------------------------------*/
#client-slider-section {
    margin: 0;
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background-color: #222222;
}

/* 12.2 OWL Clients
---------------------------------------------------------------------------*/
/* 12.2.1 Wrapper
---------------------------------------------------------------------------*/
#owl-clients {
    padding: 0 15px;
}

/* 12.2.2 Image
---------------------------------------------------------------------------*/
.client-logo {
    text-align: center;
}

    .client-logo img {
        opacity: 0.7;
    }

    .client-logo:hover img {
        opacity: 1;
    }




/* ==========================================================================
   13. Team Section
========================================================================== */
/* 13.1 Wrapper
---------------------------------------------------------------------------*/
#team-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0 50px;
    background-color: #ffffff;
}

/* 13.2 Member Box
---------------------------------------------------------------------------*/
/* 13.2.1 Wrapper
---------------------------------------------------------------------------*/
.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: #333333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* 13.2.2 Image
---------------------------------------------------------------------------*/
.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 #ffffff;
    -moz-border: 5px solid #ffffff;
    -o-border: 5px solid #ffffff;
    border: 5px solid #ffffff;
}

    .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;
    }

/* 13.2.3 Name
---------------------------------------------------------------------------*/
.member-name h2 {
    color: #ffffff;
    margin-bottom: 15px;
}

/* 13.2.4 Title
---------------------------------------------------------------------------*/
.member-title h4 {
    color: #ffffff;
    margin-bottom: 25px;
}

/* 13.2.5 Social
---------------------------------------------------------------------------*/
.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: #333333;
            display: block;
            font-size: 1.5em;
            line-height: 40px;
            text-align: center;
            background-color: #ffffff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
        }

/* 13.2.6 Hover
---------------------------------------------------------------------------*/
.member-box:hover {
    background-color: #775ec6;
}

.member-box a:hover {
    color: #ffffff;
    background-color: #333333;
}




/* ==========================================================================
   14. Skills Section
========================================================================== */
/* 14.1 Wrapper
---------------------------------------------------------------------------*/
#skills-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 80px 0 50px;
    background-color: #775ec6;
}

/* 14.2 Skill Chart
---------------------------------------------------------------------------*/
/* 14.2.1 Wrapper
---------------------------------------------------------------------------*/
.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%;
}

/* 14.2.2 BackGround
---------------------------------------------------------------------------*/
.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%;
}

/* 14.2.3 Canvas
---------------------------------------------------------------------------*/
.skill-chart-left canvas,
.skill-chart-right canvas,
.skill-chart-middle canvas {
    margin: 10px 0 0 0;
}

/* 14.2.4 Input
---------------------------------------------------------------------------*/
.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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.skill-chart-middle input {
    margin-top: 55px !important;
}

/* 14.2.5 Title
---------------------------------------------------------------------------*/
.skill-title,
.skill-title-lg {
    left: 0;
    z-index: 3;
    width: 100%;
    bottom: 60px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.skill-title-lg {
    bottom: 70px;
}

/* 14.2.6 Hover
---------------------------------------------------------------------------*/
.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;
}




/* ==========================================================================
   15. Contact Us Section
========================================================================== */
/* 15.1 Wrapper
---------------------------------------------------------------------------*/
#contact-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0 50px;
    background-color: #ffffff;
}

/* 15.2 Form
---------------------------------------------------------------------------*/
/* 15.2.1 Wrapper
---------------------------------------------------------------------------*/
.contactForm {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 930px;
    overflow: hidden;
}

.form-group {
    margin: 0;
    padding: 0;
}

/* 15.2.2 Textarea
---------------------------------------------------------------------------*/
.contactForm textarea {
    width: 100%;
    resize: none;
    margin: 0 auto 30px;
    height: 146px !important;
}

/* 15.2.3 form-control
---------------------------------------------------------------------------*/
.contactForm .form-control {
    width: 100%;
    height: auto;
    padding: 17px;
    margin: 0 auto 30px;
    background-color: #ffffff;
    -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;
    }

/* 15.2.4 Button
---------------------------------------------------------------------------*/
.contactForm button.submit {
    width: 100%;
    padding: 16px;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    /*background: url("../images/mask/maskoblong.png") no-repeat scroll 50% 50% / 100% 100% #775ec6;*/
    background: #775ec6;
}

.contactForm .submit.focus,
.contactForm .submit:hover {
    color: #ffffff;
    position: relative;
    /*background: url("../images/mask/maskoblong.png") no-repeat scroll 50% 50% / 100% 100% #333333;*/
    background: #333333;
}

/* 15.2.5 error message
---------------------------------------------------------------------------*/
.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;
}




/* ==========================================================================
   16. Map Section
========================================================================== */
#map-section {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    display: block;
    position: relative;
}

#map {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    display: block;
}




/* ==========================================================================
   17. Subscribtion
========================================================================== */
/* 17.1 Wrapper
---------------------------------------------------------------------------*/
#subscribe {
    width: 455px;
    padding: 15px;
    overflow: hidden;
    position: relative;
    margin: -70px auto 0;
    background-color: #222222;
    -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;
}

    /* 17.2 Input
---------------------------------------------------------------------------*/
    #subscribe .form-control {
        float: left;
        width: 300px;
        height: auto;
        outline: none;
        padding: 10px 15px;
        background-color: #ffffff;
        -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;
        }

    /* 17.3 Submit
---------------------------------------------------------------------------*/
    #subscribe button.submit {
        width: 125px;
        color: #ffffff;
        font-size: 14px;
        line-height: 22px;
        padding: 9px 16px;
        /*background: url("../images/mask/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #775ec6;*/
        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: #ffffff;
        /*background: url("../images/mask/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #444444;*/
        background: #444444;
    }

/* 17.4 Success & Error
---------------------------------------------------------------------------*/
.ssuccess,
.serror {
    top: 24px;
    right: 130px;
    color: #775ec6;
    position: absolute;
}




/* ==========================================================================
   18. Footer
========================================================================== */
/* 18.1 Wrapper
---------------------------------------------------------------------------*/
#footer-section {
    margin: 0;
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    position: relative;
    background-color: #222222;
}

    /* 18.2 Anchor
---------------------------------------------------------------------------*/
    #footer-section a {
        color: #ffffff;
    }

    /* 18.3 Typography
---------------------------------------------------------------------------*/
    #footer-section p {
        margin: 0;
        line-height: 30px;
    }

    /* 18.4 Social Icons
---------------------------------------------------------------------------*/
    #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;
                }




/* ==========================================================================
   19. Bootstrap New Elements
========================================================================== */
/* 19.1 tooltip
========================================================================== */
.tooltip {
    z-index: 999;
    letter-spacing: 1px;
}


/* 19.2 navbar
========================================================================== */
.navbar {
    margin-bottom: 0;
    min-height: 40px;
    -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;
}

.navbar-nav > li > a {
    color: #888888;
    padding: 10px 0;
    font-size: 15px;
}

    .navbar-nav > li > a:hover {
        color: #775ec6;
    }

.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: #775ec6;
}

.navbar-toggle {
    margin: 0;
    color: #888888;
    padding: 6px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-border: 1px solid #888888;
    -moz-border: 1px solid #888888;
    -o-border: 1px solid #888888;
    border: 1px solid #888888;
}


/* 19.3 btn
========================================================================== */
.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 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 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, border 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, border 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out, border 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out, border 0.2s ease-in-out, -webkit-transform 0.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: #ffffff;
    letter-spacing: 1px;
    /*background: url("../images/mask/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #333333;*/
    background: #333333;
}

    .btn-Nesto:hover,
    .btn-Nesto:focus,
    .btn-Nesto:active,
    .btn-Nesto.active {
        color: #ffffff;
        /*background: url("../images/mask/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #775ec6;*/
        background: #775ec6;
    }

.btn-Nesto-o {
    color: #ffffff;
    letter-spacing: 1px;
    /*background: url("../images/mask/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #775ec6;*/
    background: #775ec6;
}

    .btn-Nesto-o:hover,
    .btn-Nesto-o:focus,
    .btn-Nesto-o:active,
    .btn-Nesto-o.active {
        color: #ffffff;
        /*background: url("../images/mask/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #333333;*/
        background: #333333;
    }


/* 19.4 Alert
========================================================================== */
.alert-nesto {
    color: #ffffff;
    background-color: #775ec6;
    -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;
}




/* ==========================================================================
   20. Responsive
========================================================================== */
@media only screen and (max-width: 1199px) {

    #intro-section {
        padding: 30px 0 0 0;
    }

    .home-boxes-wrapper {
        margin: 0;
    }

    .feature-box-style1 {
        height: auto;
        overflow: hidden;
        background-color: #ffffff;
    }

        .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;
    }
}


/* 20.1 TABLET
---------------------------------------------------------------------------*/
@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;
    }
}


/* 20.2 SMALL TABLET
---------------------------------------------------------------------------*/
@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: #775ec6;
        background-color: #ffffff;
    }

    .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;
    }
}


/* 20.3 PHONE
---------------------------------------------------------------------------*/
@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-section {
        height: 200px;
    }

    #map {
        height: 200px;
    }
}


/* 20.4 SMALL PHONE
---------------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {

    .main-title {
        font-size: 28px;
    }

    #map-section {
        height: 300px;
    }

    #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-top: 10px !important; */
    /* margin-bottom: 7px; */
    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: #444444;
  background-color: white;  
}

@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: block;
        width: 100%;
        text-align: center;
    }

    #nav-wrapper {
        padding: 5px 0px;
    }
}



.jumbotron .header {
    font-weight: 900;
    font-size: 3.714em;
    line-height: 1;
    margin-bottom: 15px;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    color: white;
}

.jumbotron p {
    font-weight: 500;
    font-size: 1.714em;
    line-height: 1.25;
    margin-bottom: 15px;
    padding-bottom: 30px;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    color: white;
}

.jumbotron .btn {
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .jumbotron .header {
        font-size: 2.143em;
    }
}


@media (max-width: 767px) {

    .carousel .jumbotron {
        height: 480px;
        padding-top: 80px;
    }

    
}

.jumbotron {
    position: relative;
    margin: 0;
    padding: 0 15px;
    background-color: transparent;
    padding-top: 175px;
    padding-bottom: 95px;
}
.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;
}