/**google font**/
@import "https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700,900";
/**colors**/

.modal .modal-dialog.modal-bottom {
    bottom: 0;
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    /*transform: translateY(-50px);*/
}
.modal .modal-frame {
    position: absolute;
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.red {
    color: #f55b63;
}

.green {
    color: #bce13b;
}

.blue {
    color: #42a3ee;
}

.yellow {
    color: #e6e837;
}

.gold {
    color: #e8c537;
}

body, html {
    height: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #4d4d4d;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-weight: normal;
}

a {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: #f56363;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: 0 !important;
        color: #f56363;
    }

button {
    border: 0px;
}

    button:focus {
        outline: 0 !important;
    }

h1, h2, h3, h4, h5, h6 {
    margin-top: 65px;
    font-weight: 700;
}

hr.separator {
    border-top: 1px solid #f56363;
    margin: 10px auto;
    width: 80px;
}
.m-b{
    margin-bottom:10px;
}
.m-r {
    margin-right: 15px;
}
/*.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}*/

.margin-b-30 {
    margin-bottom: 30px;
}

.m-t-lg {
    margin-top: 30px;
}

/**spaces**/
.space-20 {
    width: 100%;
    height: 20px;
    clear: both;
}

.space-30 {
    width: 100%;
    height: 30px;
    clear: both;
}

.space-40 {
    width: 100%;
    height: 40px;
    clear: both;
}

.space-50 {
    width: 100%;
    height: 50px;
    clear: both;
}

.space-60 {
    width: 100%;
    height: 60px;
    clear: both;
}

@media (min-width: 768px) {
    .vertical-align-child {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        flex-direction: row;
        -webkit-flex-direction: row;
    }
}

.center-title {
    text-align: center;
    margin-bottom: 50px;
}

    .center-title h2 {
        text-transform: capitalize;
        font-weight: 900;
        font-size: 36px;
        margin-bottom: 15px;
        color: #000;
    }

    .center-title p {
        font-size: 15px;
        line-height: 30px;
    }

    .center-title i {
        color: #f56363;
        font-size: 30px;
        margin-bottom: 20px;
        display: block;
    }

/***buttons***/
.btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    font-weight: normal;
    border: 0px;
    text-transform: uppercase;
    font-weight: 500;
}

    .btn i {
        margin-left: 5px;
    }

    .btn.btn-radius {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }

    .btn.btn-lg {
        padding: 15px 40px;
    }

    .btn.btn-sm {
        padding: 10px 30px;
        margin: 10px;
        color: #fff !important;
    }


.btn-skin {
    background-color: #f56363;
    color: #fff;
}

    .btn-skin:hover, .btn-skin:focus {
        color: #fff;
        background-color: #444;
    }

.btn-dark {
    background-color: #333;
    color: #fff;
}

    .btn-dark:hover, .btn-dark:focus {
        color: #fff;
        background-color: #f56363;
    }

.btn-default {
    background-color: #f3f3f3;
    color: #777;
}

    .btn-default:hover, .btn-default:focus {
        color: #fff;
        background-color: #333;
    }

.btn-white {
    background-color: #fff;
    color: #333;
}

    .btn-white:hover, .btn-white:focus {
        color: #fff;
        background-color: #333;
    }

/***header style 1**/
.header-v1 {
    padding: 10px 0;
    border: 0px;
    background-color: transparent;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .header-v1 .navbar-brand {
        float: left;
        height: 60px;
        padding: 15px 15px;
        font-size: 35px;
        color: #fff;
        text-transform: lowercase;
        font-weight: 600;
        line-height: 20px;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        position: relative;
        margin: 0px;
        font-family: "Century Gothic";
    }

    .header-v1.sticky {
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        padding: 0px 0px;
    }

    .header-v1 .navbar-nav > li > a {
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.7px;
        font-weight: 500;
    }

        .header-v1 .navbar-nav > li > a:hover {
            color: #f56363;
        }

    .header-v1.sticky .navbar-nav > li > a {
        color: #4d4d4d !important;
    }

    .header-v1 .navbar-nav > .active > a, .header-v1 .navbar-nav > .active > a:focus, .header-v1 .navbar-nav > .active > a:hover {
        color: #f56363 !important;
        background-color: transparent;
    }

    .header-v1.sticky .navbar-nav > .active > a, .header-v1.sticky .navbar-nav > .active > a:focus, .header-v1.sticky .navbar-nav > .active > a:hover {
        color: #f56363 !important;
        background-color: transparent;
    }

    .header-v1 .navbar-brand {
        color: #fff;
    }

    .header-v1.sticky .navbar-brand {
        color: #333;
    }

.navbar-right > li > a i {
    font-size: 20px;
}

@media (min-width: 992px) {
    .header-v1 .navbar-brand {
        position: absolute;
        left: 8%;
        margin-left: -65px !important;
        top: 10px;
    }

    .header-v1.sticky .navbar-brand {
        top: 0px;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-left: 80px !important;
        margin-right: -80px !important;
    }
}

@media (min-width: 768px) {

    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-right li.button-nav a {
        background-color: #f56363;
        color: #fff;
        padding: 8px 15px;
        margin-top: 12px;
        font-size: 12px;
        font-weight: 400;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
    }

        .navbar-right li.button-nav a:hover, .navbar-right li.button-nav a:focus {
            background-color: #333;
            color: #fff !important;
        }

    .header-v1.sticky .navbar-right li.button-nav a {
        color: #fff;
    }
}
/***header v2 using into newsletter form home section**/
.header-v2 {
    margin-bottom: 0px;
    border: 0px;
    background-color: #fff;
}

    .header-v2 .navbar-brand {
        color: #f56363;
        font-size: 30px;
        line-height: 25px;
        font-weight: 700;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .header-v2 .socials li a {
        padding: 5px 5px;
        margin-top: 10px;
        font-size: 30px;
    }

        .header-v2 .socials li a:hover {
            color: #f56363;
        }

    .header-v2 .navbar-nav > li > a {
        color: #4d4d4d;
        font-weight: 500;
        font-size: 13px;
        text-transform: uppercase;
    }

    .header-v2 .navbar-nav > .active > a, .header-v2 .navbar-nav > .active > a:focus, .header-v2 .navbar-nav > .active > a:hover {
        color: #f56363;
        background-color: transparent;
    }

.headroom {
    -moz-transition: transform 200ms linear;
    -o-transition: transform 200ms linear;
    -webkit-transition: transform 200ms linear;
    transition: transform 200ms linear;
}

.headroom--pinned {
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.headroom--unpinned {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

@media (max-width: 767px) {
    .navbar-nav {
        background-color: #333;
        margin: 0px !important;
    }

    .header-v1 .navbar-toggle {
        border: 0px;
        margin-top: 15px;
    }

        .header-v1 .navbar-toggle:focus, .header-v1 .navbar-toggle:hover {
            background-color: transparent;
        }

    .header-v1 .navbar-collapse, .header-v1 .navbar-form {
        border: 0px;
    }

    .header-v2 .navbar-nav {
        background-color: transparent;
    }
}


/**price tables**/
.pricing-section {
    padding: 50px 0px 50px 0px;
    background-color: #fff;
}

.price-box {
    padding: 25px 40px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .price-box i {
        display: block;
        font-size: 80px;
        line-height: 80px;
        color: #eee;
    }

    .price-box h3 {
        font-size: 15px;
        text-transform: uppercase;
        color: #666;
        font-weight: 600;
        margin-top: 25px;
    }

    .price-box .price {
        color: #f56363;
        font-size: 70px;
        line-height: 70px;
        font-weight: 900;
        margin: 20px 0;
    }

        .price-box .price sup, .price-box .price sub {
            font-size: 13px;
        }

        .price-box .price sup {
            vertical-align: top;
            top: 10px;
        }

    .price-box p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .price-box:hover {
        background-color: #f56363;
    }

        .price-box:hover h3 {
            color: #fff;
        }

        .price-box:hover i {
            color: #fff;
            opacity: 0.5;
        }

        .price-box:hover .price {
            color: #fff;
        }

        .price-box:hover p {
            color: #eee;
        }

.cta {
    padding: 80px 0;
}

    .cta h2 {
        color: #fff;
        font-weight: 600;
        font-size: 40px;
        line-height: 55px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .cta p {
        color: #eee;
        margin-bottom: 35px;
        font-size: 16px;
        line-height: 26px;
    }

/**tabs**/
@media (min-width: 768px) {
    .tabs-navigation li + li {
        margin-left: 40px;
    }
}

.tabs-navigation li {
    margin-bottom: 30px;
}

    .tabs-navigation li a {
        display: block;
        color: #777;
    }

        .tabs-navigation li a span {
            display: block;
            width: 90px;
            height: 40px;
            text-align: center;
            background-color: transparent;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            font-size: 30px;
            margin: 10px auto;
        }

    .tabs-navigation li.active a {
        color: #fff;
    }

        .tabs-navigation li.active a span {
            color: #fff;
            background-color: transparent;
        }

.service-tab-content h1 {
    text-transform: uppercase;
    color: #333;
}

.footer {
    background-color: #0b0c0e /*#323a45*/;
    padding-top: 40px;
}

    .footer h2 {
        /* color: #fff;
        margin-bottom: 20px;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 18px;*/
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 15px;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .footer p {
        color: #ced3d8;
        font-size: 15px;
    }

    .footer ul li {
        padding-bottom: 20px;
    }
.social-icon a {
    display: block;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    border-radius: 50px;
    transition: .4s all;
    background-color: #d53434;
}

        .footer ul li i {
            float: left;
            color: #fff;
            font-size: 20px;
            margin-right: 20px;
        }

        .footer ul li span {
            display: block;
            overflow: hidden;
            color: #ced3d8;
            font-size: 14px;
        }

    .footer ul.list-inline li {
        padding: 0px;
    }

        .footer ul.list-inline li a {
            margin: 5px;
        }

            .footer ul.list-inline li a i {
                color: #fff;
                margin: 10px;
                font-size: 18px;
            }

        .footer ul.list-inline li:hover i {
            color: #ced3d8;
        }

    .footer .footer-bottom {
        padding-top: 20px;
        padding-bottom: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

        .footer .footer-bottom span {
            color: rgba(255, 255, 255, 0.8);
            font-weight: 300;
            font-size: 12px;
            letter-spacing:0.8px;
        }

        .footer .footer-bottom .list-inline li a {
            color: #fff;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 12px;
        }

            .footer .footer-bottom .list-inline li a:hover {
                color: #f56363;
            }

.banner-intro {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}

    .banner-intro .banner-inner {
        position: relative;
        width: 100%;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        opacity: 1;
    }

    .banner-intro h1 {
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 45px;
        line-height: 60px;
    }

    .banner-intro p.lead {
        color: #fff;
        font-size: 15px !important;
    }

    .banner-intro .banner-buttons {
        margin-top: 30px;
    }

        .banner-intro .banner-buttons a {
            margin: 5px;
        }

            .banner-intro .banner-buttons a i {
                margin-left: 5px;
            }

/***banner home newsletter****/
.home-newsletter {
    background: url(/Images/bg-3.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    padding-top: 250px;
    padding-bottom: 200px;
}

    .home-newsletter h2 {
        color: #fff;
        font-weight: 300;
        font-size: 50px;
        line-height: 50px;
        text-transform: capitalize;
    }

    .home-newsletter p {
        color: #fff;
        font-size: 18px;
    }

    .home-newsletter .form-control {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        border: 0px;
        height: 47px;
    }

    .home-newsletter .error {
        border-color: #b92c28;
        color: #b92c28;
    }

    .home-newsletter .success {
        border-color: #5cb85c;
        color: #5cb85c;
    }

/****banner contact form**/
.home-contact {
    background: url(/Images/bg-2.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    padding-top: 150px;
    padding-bottom: 100px;
}

    .home-contact .contact-home-text {
        padding: 100px 0;
    }

        .home-contact .contact-home-text h4 {
            color: #fff;
            text-transform: uppercase;
            font-weight: 300;
            font-size: 25px;
        }

        .home-contact .contact-home-text h1 {
            color: #fff;
            text-transform: capitalize;
            font-size: 45px;
        }

        .home-contact .contact-home-text p {
            font-size: 20px;
            color: #fff;
        }

.contact-home-form {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 25px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

    .contact-home-form .form-control {
        margin-bottom: 15px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        border: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        min-height: 45px;
    }

    .contact-home-form .btn {
        width: 100%;
        display: block;
    }

#features {
    padding: 80px 0;
    background-color: #fff;
}

.feature-box {
    margin-bottom: 40px;
    text-align: center;
}

    .feature-box i {
        font-size: 40px;
        display: block;
        margin-bottom: 15px;
    }

    .feature-box h3 {
        color: #000;
        font-size: 20px;
        font-weight: 400;
        text-transform: capitalize;
    }

.aside-feature-row {
    padding: 50px 0;
    overflow: hidden;
}

    .aside-feature-row h3 {
        color: #000;
        font-size: 30px;
        line-height: 44px;
        font-weight: 400;
    }

    .aside-feature-row p {
        font-weight: normal;
        font-size: 15px;
    }

    .aside-feature-row ul {
        margin-bottom: 30px;
    }

        .aside-feature-row ul li {
            font-size: 16px;
            line-height: 40px;
            display: block;
            font-weight: normal;
        }

            .aside-feature-row ul li i {
                margin-right: 10px;
                color: #f56363;
            }

/**video section **/
.fun-fact-wrap {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f56363;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    padding-bottom: 55px;
    /*padding-top: 100px;*/
}

.facts-in {
    text-align: center;
    margin-bottom: 20px;
}

    .facts-in h3 {
        color: #fff;
        font-size: 40px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .facts-in h4 {
        color: #fff;
        font-family: "Lato",sans-serif;
        font-weight: 400;
        margin-bottom: 0;
        text-transform: capitalize;
        font-size: 1.4em;
    }

/**newsletter**/
.newsletter-section {
    padding: 80px 0;
    background-color: #f6f8fa;
}

    .newsletter-section .form-control {
        height: 47px;
    }

    .newsletter-section .error {
        border-color: #b92c28;
        color: #b92c28;
    }

    .newsletter-section .success {
        border-color: #5cb85c;
        color: #5cb85c;
    }

/**testimonials**/
.testi-box {
    padding: 15px;
    background-color: #f6f8fa;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .testi-box .thumb {
        display: block;
        width: 90px;
        float: left;
        margin-right: 20px;
    }

    .testi-box .testi-text {
        overflow: hidden;
        padding-left: 10px;
    }

    .testi-box .rating {
        display: block;
    }

    .testi-box h4 {
        color: #f56363;
        font-size: 15px;
        font-style: italic;
        font-weight: 500;
    }

    .testi-box.right .thumb {
        float: right;
        margin-right: 0;
        margin-left: 20px;
    }

/**video modal**/
.video-modal .modal-header {
    border: none;
    padding: 0;
    position: relative;
}

.video-modal .modal-content {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.video-modal .modal-body {
    padding: 0px;
    padding-top: 0;
}

.video-modal button.close {
    font-size: 25px;
    font-weight: 300;
    text-shadow: none;
    color: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background: none;
    position: absolute;
    right: 0px;
    bottom: 5px;
    z-index: 10;
}

/**gallery**/
.gallery-container {
    padding: 80px 0;
}

.gallery {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    .gallery img {
        width: 100%;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .gallery .gallery-overlay {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .gallery .gallery-overlay a {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            position: absolute;
            top: 100%;
            margin-top: -20px;
            left: 50%;
            margin-left: -20px;
            font-size: 35px;
            background-color: transparent;
            color: #fff;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

    .gallery:hover img {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .gallery:hover .gallery-overlay {
        opacity: 1;
    }

        .gallery:hover .gallery-overlay a {
            top: 50%;
        }

/**services**/
.services-section {
    padding: 50px 0px 40px 0px;
    border-top: 1px solid #eee;
    overflow: hidden;
}

/**clients**/
.clients {
    background: url("/Images/brickwall.png") repeat;
    padding: 30px 0;
}

    .clients ul {
        margin: 0;
        padding: 0;
    }

/**contact**/
.contact-section {
    padding: 80px 0;
}

    .contact-section .form-control {
        min-height: 49px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        margin-bottom: 15px;
    }

@media (max-width: 991px) {
    .contact-home-text {
        padding: 40px 0;
    }
}

@media (min-width: 768px) {
    .form-group .Fheight {
        width: 250px;
    }
}

@media (max-width: 767px) {

    .banner-intro h1 {
        /*font-size: 17px;
        line-height: 10px;*/
        font-size: 19px;
        line-height: 20px;
    }

    .contact-home-text {
        padding: 0px 0;
    }

    .banner-intro .banner-buttons .btn-white {
        display: none;
    }

    .banner-intro .banner-buttons {
        margin-top: 0px;
    }

    .header-v1 .navbar-brand {
        line-height: 33px;
    }

    .header-v2 .navbar-brand {
        line-height: 16px;
    }

    .home-newsletter {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .emailidea-newsletter .input-group, .emailidea-newsletter .input-group-btn, .emailidea-newsletter .btn {
        width: 100%;
        display: block;
    }

    .home-newsletter h2 {
        font-size: 25px;
        font-weight: 700;
        line-height: 30px;
    }

    .emailidea-newsletter .form-control {
        margin-bottom: 10px;
        font-size: 13px;
    }
}

@media (max-width: 989px) {

    .banner-intro h1 {
        /*font-size: 17px;
        line-height: 10px;*/
        font-size: 19px;
        line-height: 20px;
    }

    .contact-home-text {
        padding: 0px 0;
    }

    .banner-intro .banner-buttons .btn-white {
        display: none;
    }

    .banner-intro .banner-buttons {
        margin-top: 0px;
    }

    .header-v1 .navbar-brand {
        line-height: 33px;
    }

    .header-v2 .navbar-brand {
        line-height: 16px;
    }

    .home-newsletter {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .emailidea-newsletter .input-group, .emailidea-newsletter .input-group-btn, .emailidea-newsletter .btn {
        width: 100%;
        display: block;
    }

    .home-newsletter h2 {
        font-size: 25px;
        font-weight: 700;
        line-height: 30px;
    }

    .emailidea-newsletter .form-control {
        margin-bottom: 10px;
        font-size: 13px;
    }
}

@media (max-width: 375px) {
    .input-group .form-control, .input-group-addon, .input-group-btn {
        display: inherit;
    }

    .emailidea-newsletter .form-control {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .footer .footer-bottom .list-inline li a {
        font-size: 12px;
    }
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #f56363;
}



.registration-progress {
    position: fixed;
    background-color: #fafafa;
    z-index: 2147483647 !important;
    opacity: 0.7;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*padding-top: 50%;*/
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */

.sk-spinner-three-bounce.sk-spinner {
    margin: 15% auto;
    width: 70px;
    text-align: center;
}

.sk-spinner-three-bounce div {
    width: 18px;
    height: 18px;
    background-color: #1ab394;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sk-spinner-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-spinner-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.navbarsignin {
    float: right;
}

    .navbarsignin .btn-sm:hover {
        background-color: #f56363 !important;
        color: #fff !important;
    }

.header-v1.sticky .navbarsignin .navbar-nav > li > a {
    color: #fff !important;
}

@media only screen and (min-width:320px) and (max-width: 768px) {
    .navbarsignin {
        padding-left: unset;
        padding-right: unset;
        float: none;
    }
}


.service-box {
    margin: 30px 0;
}

    .service-box .icon-container {
        border: 1px solid transparent !important;
    }

.icon-container i {
    line-height: 4;
}

.icon-container {
    float: left;
    clear: both;
    margin: 0 20px 80px 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    font-size: 18px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    /*background-color: #f56363;*/
    text-align: center;
}

.btn-primary {
    background-color: #f56363;
    border-color: #f56363;
    color: #FFFFFF;
}

    .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        background-color: #333;
        border-color: #333;
    }



/*Price*/
.plan-tile {
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    margin-bottom: 40px;
    color: #000000;
    background: #F3F3F4;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
    min-height: 600px;
    border-top: 10px solid #f56363;
    margin-top: 40px;
}

    .plan-tile .plan-title {
        padding: 20px 0 0;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        color: #687484;
        text-align: center;
    }

    .plan-tile .plan-tag {
        color: #687484;
        text-align: center;
        font-size: 14px;
        padding: 0 5px 10px;
        font-weight: 300;
        min-height: 60px;
    }

    .plan-tile .plan-feat {
        display: block;
        font-size: 14px;
        color: #3C4858;
        text-align: center;
        padding: 10px 10px;
    }

    .plan-tile .plan-pricer {
        padding: 5px 0;
        text-align: center;
        max-width: 90%;
        position: relative;
        margin: auto;
        font-size: large;
    }

        .plan-tile .plan-pricer .plan-price-title {
            display: block;
            text-align: center;
            color: #8492A6;
            font-style: italic;
            position: absolute;
            top: 30px;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            left: 50%;
            font-size: 14px;
            width: 100%;
            font-weight: 300;
        }

    .plan-tile .plan-features .plan-features-title {
        font-size: 14px;
        display: block;
        min-height: 30px;
        color: #3C4858;
        font-weight: normal;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.plan-tile .plan-features ul {
    margin: 0;
}

.pricing-plan-slider .plan-tile {
    position: relative;
}

    .pricing-plan-slider .plan-tile .plan-btn {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
    }

.plan-tile .plan-btn {
    text-align: center;
    padding: 0 15px 15px 15px;
}

.plan-list .box {
    padding-right: 0px;
}

.flex-box .box > div {
    margin: 0 !important;
    width: 100%;
}

.col-lg-15 {
    width: 20%;
    float: left;
}

.plan-list.flex-box {
    overflow: visible;
}

.flex-box {
    display: -webkit-box;
    display: flex;
}

.flexwrap_inherit {
    flex-wrap: inherit;
}

.spacer-bottom-sm {
    margin-left: -40px;
    /*margin-right: -140px;*/
}

#mostPopularMsg {
    background: #f56363;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 9;
    position: absolute;
    height: 40px;
    top: -40px;
    width: 100%;
    border-radius: 3px 3px 0 0;
    text-transform: uppercase;
    font-weight: 600;
}

.plan-tile .plan-pricer .plan-price {
    border-bottom: 1px solid #d5dadf;
    border-top: 1px solid #d5dadf;
    padding: 45px 0 20px;
    display: block;
}

.btn.btn-green:hover {
    background: #7cd2a2;
    color: #fff;
}

.btn.btn-green {
    background: #69cb95;
    color: #fff;
    border: 0;
}

.btn:hover, .btn:focus, .btn.focus {
    /*color: #333;*/
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
}


.btn-block {
    display: block;
    width: 100%;
}

.plan-tile .plan-features {
    padding: 20px 15px 0 20px;
    text-align: center;
}

div[class*="icheckbox_"], div[class*="iradio_"] {
    margin-right: 5px;
    top: -1px !important;
}

.block {
    display: block;
}
/* MODAL */
.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    outline: 0 none;
    position: relative;
}

.modal-dialog {
    z-index: 2200;
}

.modal-body {
    padding: 0 30px 30px 30px;
}

.inmodal .modal-body {
    background: #f8fafb;
}

.inmodal .modal-header {
    padding: 20px 15px 15px 15px;
    text-align: center;
}

.animated.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.inmodal .modal-title {
    /*font-size: 26px;*/
    font-size: 18px;
}

.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}

.modal-footer {
    margin-top: 0;
}

.nav {
    padding-left: 10%;
}

@media only screen and (min-width:320px) and (max-width: 768px) {

    .navbar-toggle {
        margin-bottom: -20px;
    }

    .header-v1 .navbar-brand {
        height: 30px;
    }

    .ei-logo {
        width:56%;
        margin-top: -55px;
    }

    .navbar-brand {
        display: block !important;
    }

    .header-v1.sticky .navbar-nav > li > a {
        color: #fff !important;
    }

    .nav {
        padding-left: 0;
    }

    .banner-intro {
        height: 50%;
    }
}



.row-color {
    color: #000;
}

    .row-color span {
        font-size: 32px;
        line-height: 40px;
        font-family: Linotype Univers W01;
    }

.principle {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px !important;
    text-align: justify;
}

.palign p {
    text-align: justify;
}

left-img {
    height: 260px;
    margin-top: 10px;
}

.right-img {
    float: right;
}

.nav {
    padding-left: 0;
}

#navbar {
    padding-left: 5%;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    #navbar {
        padding-left: 14%;
    }

    .banner-intro {
        height: 50%;
    }

    .header-v1 .navbar-nav > li > a {
        color: #fff;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .header-v1 .navbar-brand {
        float: left;
        height: 60px;
        padding: 15px 15px;
        font-size: 25px;
        color: #fff;
    }

    .navbar-nav > li {
        padding-left: 6px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 1024px) {
    #navbar {
        padding-left: 14%;
    }

    .banner-intro {
        height: 50%;
    }

    .header-v1 .navbar-nav > li > a {
        color: #fff;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .header-v1 .navbar-brand {
        float: left;
        height: 60px;
        padding: 15px 15px;
        font-size: 25px;
        color: #fff;
    }

    .navbar-nav > li {
        padding-left: 7px;
    }
}


@media (min-width: 1370px) {
    .ei-logo {
        width: 28%;
        margin-top: -6px;
    }

    #navbar {
        padding-left: 5%;
    }

    .container {
        width: 1207px;
    }
}

.header-v1.sticky .dropdown-user > a {
    color: #4d4d4d !important;
}

.dropdown-user-span {
    color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
}


/* BLOG*/


.container.blogdetail {
    padding-top: 60px;
}

.blog-list {
    padding-left: 0;
}

    .blog-list li a {
        color: #666666;
        display: block;
        padding: 5px 0;
    }

    .blog-list li {
        border-bottom: 1px solid #e7eaec;
        display: block;
    }

        .blog-list li i {
            margin-right: 8px;
            color: #3d4d5d;
        }

.blogs artical .imgWrap:hover .img {
    visibility: hidden;
    display: none;
}

.blogs artical .imgWrap:hover .imgDescription {
    visibility: visible;
    display: block;
    opacity: 1;
}

.blogs artical .imgWrap {
    height: 180px;
    width: 358px;
    position: relative;
}

    .blogs artical .imgWrap .img {
        height: 190px;
        width: 340px;
    }

.blogs artical .imgDescription {
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0.6;
    width: auto;
    height: auto;
    overflow: hidden;
}

.navy-line {
    width: 60px;
    height: 1px;
    margin: 0 auto 0;
    border-bottom: 2px solid #f56363;
}

.grid-item {
    margin-bottom: 25px;
    width: 400px;
}

.blogs .ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f56363;
    border-color: none;
    border-image: none;
    border-style: solid solid none;
    border-width: 0px;
    color: #fff;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file > input[type="file"] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        opacity: 0;
        filter: alpha(opacity=0);
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

    .ibox.collapsed .ibox-content {
        display: none;
    }

    .ibox.collapsed .fa.fa-chevron-up:before {
        content: "\f078";
    }

    .ibox.collapsed .fa.fa-chevron-down:before {
        content: "\f077";
    }

    .ibox:after,
    .ibox:before {
        display: table;
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

.float-e-margins .btn {
    margin-bottom: 5px;
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
    margin-top: 5px;
}

.btn-link {
    color: inherit;
}

    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active,
    .btn-link.active,
    .open .dropdown-toggle.btn-link {
        color: #f56363;
        text-decoration: none;
    }

    .btn-link:active,
    .btn-link.active,
    .open .dropdown-toggle.btn-link {
        background-image: none;
    }

        .btn-link.disabled,
        .btn-link.disabled:hover,
        .btn-link.disabled:focus,
        .btn-link.disabled:active,
        .btn-link.disabled.active,
        .btn-link[disabled],
        .btn-link[disabled]:hover,
        .btn-link[disabled]:focus,
        .btn-link[disabled]:active,
        .btn-link.active[disabled],
        fieldset[disabled] .btn-link,
        fieldset[disabled] .btn-link:hover,
        fieldset[disabled] .btn-link:focus,
        fieldset[disabled] .btn-link:active,
        fieldset[disabled] .btn-link.active {
            color: #cacaca;
        }
/*Add*/
.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0;
    }
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar {
    /*  position: relative;*/
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 12px;
    /*margin-left: 12px;*/
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 9px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    button, html input[type=button], input[type=reset], input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer;
    }

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    button, html input[type=button], input[type=reset], input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer;
    }

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}


.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

@media (min-width: 768px) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav {
    flex-direction: row !important;
    padding: 0px 28px;
}

@media (min-width: 768px) {
    .navbar-nav > li {
        float: left;
    }
}

.nav > li {
    position: relative;
    display: block;
}

.dropdown, .dropup {
    position: relative;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.navbar-menu > li {
    float: left;
}

    .navbar-menu > li a {
        display: block;
        text-align: center;
        padding: 10px;
        text-decoration: none;
    }

@media only screen and (max-width: 1369px) and (min-width: 768px) {
    .ei-logo {
        width: 28%;
        margin-top: -6px;
    }
}

@media (min-width: 768px) {
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
}

@media (min-width: 768px) {
    .col-sm-10 {
        width: 83.33333333%;
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.text-center {
    text-align: center !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
}

@media (min-width: 768px) {
    .col-sm-6 {
        width: 50%;
    }
}

.img-circle {
    border-radius: 50%;
}

.testi-box.right .thumb {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .col-sm-10 {
        width: 83.33333333%;
    }
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: none;
    text-decoration: none;
}


.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

img {
    vertical-align: middle !important;
}

img {
    border: 0;
}

.list-unstyled > li a {
    color: #f56363 !important;
    text-align: left !important;
}

.list-unstyled > li {
    float: none;
}


@media only screen and (min-width: 320px) and (max-width: 768px) {
    .navbar-toggle {
        /* margin-bottom: -20px;*/
    }
}

button {
    border: 0px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    button, html input[type=button], input[type=reset], input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer;
    }

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

@media (max-width: 767px) {
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #f56363;
    }
}


.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar > .container, .navbar > .container-fluid {
    display: block;
}

.fa-bars {
    color: #f56363;
    margin-bottom: -7px;
    font-size: x-large !important;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #f56363;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .header-v1 .navbar-brand {
        height: 30px;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
}

.navbar-nav > li {
    float: left;
}

    .navbar-nav > li a {
        display: block;
        text-align: center;
        padding: 10px;
        text-decoration: none;
    }

.collapse.in {
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px -15px !important;
}

@media (min-width: 1200px) {
    .col-lg-9 {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        flex-direction: column !important;
        display: flex !important;
    }
}


@media (max-width: 768px) {
    .nav {
        padding-left: 2%;
        padding-right: 2%;
    }
}


.dropdown-toggle::after {
    content: none;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 12px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.navbar-menu {
    margin-top: 10px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.fa-user {
    margin-bottom: 23px
}


.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

@media (min-width: 1200px) {
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
}

/* Toastr custom style */
#toast-container > .toast {
    background-image: none !important;
}

    #toast-container > .toast:before {
        position: fixed;
        font-family: FontAwesome;
        font-size: 24px;
        line-height: 24px;
        float: left;
        color: #FFF;
        padding-right: 0.5em;
        margin: auto 0.5em auto -1.5em;
    }

#toast-container > .toast-warning:before {
    content: "\f0e7";
}

#toast-container > .toast-error:before {
    content: "\f071";
}

#toast-container > .toast-info:before {
    content: "\f005";
}

#toast-container > .toast-success:before {
    content: "\f00C";
}

#toast-container > div {
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
}

#toast-container > :hover {
    -moz-box-shadow: 0 0 4px #999;
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

.toast {
    background-color: #f56363;
}

.toast-success {
    background-color: #51a351;
}

.toast-error {
    background-color: #ed5565;
}

.toast-info {
    background-color: #23c6c8;
}

.toast-warning {
    background-color: #f8ac59;
}

.toast-top-full-width {
    margin-top: 20px;
}

.toast-bottom-full-width {
    margin-bottom: 20px;
}


/*end*/
