/* 1 imported styles */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(hover.css);
@import url(jquery.fancybox.css);
@import url(jquery.bxslider.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(animate.min.css);
@import url(slicknav.css);
@import url(jquery-ui.min.css);
@import url(magnify.css);
@import url(../js/bootstrap-touch-spin/jquery.bootstrap-touchspin.css);
@import url(polyglot-language-switcher.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(../revolution/css/settings.css);
@import url(../revolution/css/layers.css);
@import url(../revolution/css/navigation.css);
@import url(../js/fancyapps-fancyBox/source/jquery.fancybox.css);

/* have to modifie it as local version styles */

@import url(../../../../../cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.10.0/css/bootstrap-select.min.css);

/* Start Base CSS */

html,
body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
}

h1title {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding-top: 3px;
    float: right;
    font-size: large;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding-top: 3px;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    /*border: none;*/
}

img {
    max-width: 100%;
    height: auto;
}

i {
    font-style: normal;
}

.p0 {
    padding: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input,
textarea,
button {
    outline: none !important;
}

.GridPager a, .GridPager span {
    display: block;
    height: 20px;
    width: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 17px !important;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

#overLayBackground {
    background-color: rgb(250, 250, 250);
    opacity: 0.7; /* Safari, Opera */
    -moz-opacity: 0.25; /* FireFox */
    filter: alpha(opacity=70); /* IE */
    z-index: 200;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    line-height: 240px;
}

    #overLayBackground > img {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.anim-5,
.anim-5-all * {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.post-pagination {
    margin-top: 20px;
}

    .post-pagination li {
        display: inline-block;
        height: 40px;
        margin: 0 3px;
        width: 40px;
    }

        .post-pagination li a {
            display: block;
            background: #f6f6f6;
            font-size: 18px;
            color: #797979;
            border-radius: 3px;
            line-height: 40px;
        }

            .post-pagination li a i {
                font-size: 22px;
                font-weight: 500;
            }

            .post-pagination li a:hover,
            .post-pagination li.active a {
                background: #2098d1;
                color: #fff;
            }


/* End Base CSS */


/*==============================
    Start section title
===============================*/

.sec-title {
    padding-bottom: 18px;
    margin-top: -9px;
}

    .sec-title h1 {
        color: #343434;
        font-size: 30px;
        font-weight: 700;
        line-height: 38px;
        text-transform: uppercase;
        padding-top: 3px;
    }

    .sec-title h2 {
        color: #fff;
        font-size: 30px;
        line-height: 34px;
        text-transform: uppercase;
    }

    .sec-title span.decor {
        border: 1px solid #ebebeb;
        height: 10px;
        width: 10px;
        display: inline-block;
        border-radius: 50%;
        position: relative;
    }

        .sec-title span.decor::before {
            background: #eaeaea none repeat scroll 0 0;
            content: "";
            height: 1px;
            left: -71px;
            position: absolute;
            top: 4px;
            width: 60px;
        }

        .sec-title span.decor::after {
            background: #eaeaea none repeat scroll 0 0;
            content: "";
            height: 1px;
            right: -71px;
            position: absolute;
            top: 4px;
            width: 60px;
        }

    .sec-title.text-left span.decor {
        margin-left: 71px;
    }

    .sec-title.large-title {
        padding-bottom: 30px;
        margin-top: -9px;
    }

        .sec-title.large-title h2 {
            font-size: 30px;
            line-height: 37px;
        }

        .sec-title.large-title span.decor {
            border: 1px solid #dedede;
        }

            .sec-title.large-title span.decor::before {
                background: #dedede;
            }

            .sec-title.large-title span.decor::after {
                background: #dedede;
            }


/*==============================
    End section title
===============================*/


/*==============================
    Start Button
===============================*/

.aut-cr-btn {
    border: 1px solid #2098d1;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700 !important;
    padding: 9.5px 18.5px;
    text-transform: uppercase;
    text-align: center;
    transition: all 700ms ease 0s !important;
    background: #2098d1;
    background-image: -webkit-linear-gradient(top, #2098d1, #2098d1);
    background-image: -moz-linear-gradient(top, #2098d1, #2098d1);
    background-image: -ms-linear-gradient(top, #2098d1, #2098d1);
    background-image: -o-linear-gradient(top, #2098d1, #2098d1);
    background-image: linear-gradient(to bottom, #2098d1, #2098d1);
}

    .aut-cr-btn.inverse,
    .aut-cr-btn:hover {
        background: #000000;
        color: #fefefe;
        border-color: #000;
        transition: all 700ms ease 0s !important;
    }

        .aut-cr-btn.inverse:hover {
            transition: all 700ms ease 0s !important;
            border-color: #d51e27;
            background: #d51e27;
            background-image: -webkit-linear-gradient(top, #d51e27, #bb0a13);
            background-image: -moz-linear-gradient(top, #d51e27, #bb0a13);
            background-image: -ms-linear-gradient(top, #d51e27, #bb0a13);
            background-image: -o-linear-gradient(top, #d51e27, #bb0a13);
            background-image: linear-gradient(to bottom, #d51e27, #bb0a13);
        }


/*==============================
    End Button
===============================*/


/*==============================================
    Start Main header area  css
===============================================*/

.main-header {
}

    .main-header.stricky {
        position: fixed;
        background: #2098d1;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        transition: background-color .4s ease;
    }

    .main-header.stricky-fixed {
        background: rgba(0, 0, 0, .85);
    }

    .main-header.stricky .header-top {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
        transition: margin-top .4s ease, visibility .4s ease, opacity .4s ease;
    }

    .main-header.stricky-fixed .header-top {
        visibility: hidden;
        margin-top: -49px;
        opacity: 0;
    }

        .main-header.stricky-fixed .header-top + .header-lower {
            border: none;
        }

            .main-header.stricky-fixed .header-top + .header-lower .header-lower-content {
                margin-top: 0;
            }

.stricky + section,
.stricky + div {
    margin-top: -10px;
}

.header-top .header-top-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 5px 0px;
}

.header-contact-info ul li {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    margin-right: 25px;
}

    .header-contact-info ul li i::before {
        color: #fff;
        font-size: 30px;
        padding-right: 10px;
    }

    .header-contact-info ul li i.flaticon-telephone::before {
        font-size: 18px;
        font-weight: 400;
        position: relative;
        top: 3px;
    }

    .header-contact-info ul li i.flaticon-interface-1::before {
        font-size: 28px;
        font-weight: 100;
        position: relative;
        top: 6px;
    }

.header-top .header-top-content #polyglotLanguageSwitcher {
    display: inline-block;
    float: left;
    margin-top: 8px;
}

.login-div a {
    color: #fff;
    line-height: 30px;
    float: right;
}

.dummy-ht {
    height: 135px;
}

.header-top .header-top-content #polyglotLanguageSwitcher span::before {
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 50px;
    top: -1px;
}

.social-links {
    float: right;
    position: relative;
    top: 6px;
}

    .social-links ul {
    }

        .social-links ul li {
            display: inline-block;
            margin: 0 0 0 10px;
        }

            .social-links ul li a {
            }

            .social-links ul li i::before {
                color: #fff;
                font-size: 14px;
                font-weight: 100;
                transition: all 700ms ease 0s;
            }

            .social-links ul li:hover i::before {
                color: #cd2122;
            }


.header-lower.navbar .container {
    margin-top: 2px;
}

.main-header.stricky-fixed .header-top + .header-lower.navbar .container {
    margin-top: 0;
    border: none;
}


.header-lower.navbar {
    position: relative;
    /*min-height: auto;*/
    margin-bottom: 0px;
    border: 0px solid transparent;
    background-color: transparent;
}

    .header-lower.navbar .navbar-brand {
        height: auto;
        padding: 5px 0;
        margin: 0;
    }

@media (min-width: 641px) {
    .header-lower.navbar .navbar-nav {
    }

        .header-lower.navbar .navbar-nav > li {
            padding: 31px 0px 8px;
        }
            /*.main-header.stricky-fixed .header-top + .header-lower.navbar .navbar-nav>li {padding-bottom: 31px;}*/
            .header-lower.navbar .navbar-nav > li > a {
                padding: 0;
                color: #ffffff;
                font-size: 14px;
                line-height: 20px;
                opacity: 1;
                padding: 10px 10px;
                position: relative;
                text-transform: uppercase;
                transition: all 500ms ease 0s;
                position: relative;
            }

            .header-lower.navbar .navbar-nav > li:last-child > a {
                padding-right: 0;
            }

            .header-lower.navbar .navbar-nav > li.active > a {
                color: #ff0;
            }

            .header-lower.navbar .navbar-nav > li:hover > a {
                color: ##ff0;
            }


            .header-lower.navbar .navbar-nav > li > a span.decor,
            .header-lower.navbar .navbar-nav > li > a span.decor:before,
            .header-lower.navbar .navbar-nav > li > a span.decor:after {
                height: 1px;
                background: #2098d1;
                visibility: hidden;
                opacity: 0;
                transition: visibility .4s ease, opacity .4s ease, transform .4s ease;
                transform: translate3d(50px, 0, 0);
            }

            .header-lower.navbar .navbar-nav > li:hover > a span.decor,
            .header-lower.navbar .navbar-nav > li:hover > a span.decor:before,
            .header-lower.navbar .navbar-nav > li:hover > a span.decor:after,
            .header-lower.navbar .navbar-nav > li.active > a span.decor,
            .header-lower.navbar .navbar-nav > li.active > a span.decor:before,
            .header-lower.navbar .navbar-nav > li.active > a span.decor:after {
                transform: translate3d(0px, 0, 0);
                visibility: visible;
                opacity: 1;
            }

            .header-lower.navbar .navbar-nav > li > a span.decor:before,
            .header-lower.navbar .navbar-nav > li > a span.decor:after {
                content: '';
                display: block;
            }

            .header-lower.navbar .navbar-nav > li > a span.decor {
                width: 20px;
                position: absolute;
                bottom: 5px;
                left: 15px;
            }

                .header-lower.navbar .navbar-nav > li > a span.decor:before {
                    width: 30px;
                    margin-top: -3px;
                }

                .header-lower.navbar .navbar-nav > li > a span.decor:after {
                    width: 10px;
                    position: relative;
                    top: 5px;
                }



        .header-lower.navbar .navbar-nav > .open > a,
        .header-lower.navbar .navbar-nav > .open > a:focus,
        .header-lower.navbar .navbar-nav > .open > a:hover,
        .header-lower.navbar .navbar-nav > .active > a,
        .header-lower.navbar .navbar-nav > .active > a:focus,
        .header-lower.navbar .navbar-nav > .active > a:hover {
            background-color: transparent;
            color: #fff;
        }

        .header-lower.navbar .navbar-nav > li > .dropdown-menu {
            padding: 0;
            border: none;
            border-radius: 0;
            display: block;
            opacity: 0;
            right: auto;
            left: 0;
            visibility: hidden;
            border-top: 2px solid #2098d1;
            transition: visibility .4s ease, opacity .4s ease, transform .4s ease;
            transform: translate3d(0, 50px, 0);
            min-width: 210px;
        }

            .header-lower.navbar .navbar-nav > li > .dropdown-menu:before {
                font-family: 'FontAwesome';
                content: "\f0d8";
                position: absolute;
                left: 0px;
                top: -19px;
                padding-top: 4px;
                display: block;
                width: 100%;
                height: 20px;
                display: block;
                color: #2098d1;
                line-height: 20px;
                font-size: 20px;
                padding-left: 19px;
                z-index: 5;
            }

        .header-lower.navbar .navbar-nav > li:hover > .dropdown-menu,
        .header-lower.navbar .navbar-nav > .open > .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translate3d(0, 0px, 0);
        }

    .header-lower.navbar .dropdown-menu > li > a {
        color: #797979;
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 32px;
        padding: 8px 20px;
        position: relative;
        text-transform: none;
        border-bottom: 1px solid #f6f6f6;
        transition: all 500ms ease 0s;
    }

    .header-lower.navbar .dropdown-menu > li:last-child > a {
        border: none;
    }

    .header-lower.navbar .dropdown-menu > li > a:before {
        content: '\f105';
        font-family: 'FontAwesome';
        margin-right: 10px;
    }

    .header-lower.navbar .dropdown-menu > li > a:focus,
    .header-lower.navbar .dropdown-menu > li > a:hover {
        color: #2098d1;
        background: #f6f6f6;
    }
}


/*==== Start Slider area css ====*/

.rev_slider_wrapper {
    position: relative;
}

    .rev_slider_wrapper .wheel-installation {
        position: relative;
        text-align: left;
        padding: 40px 40px 25px 30px;
        background: rgba(0, 0, 0, 0.50);
        color: #ffffff;
    }

        .rev_slider_wrapper .wheel-installation h3 {
            background: #2098d1;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            display: inline-block;
            float: left;
            padding: 12.5px 24px;
            margin-right: 60px;
            font-family: 'Open Sans', sans-serif;
        }

            .rev_slider_wrapper .wheel-installation h3 a {
                color: #fff;
            }

        .rev_slider_wrapper .wheel-installation .rate {
            display: inline-block;
            position: relative;
            top: -5px;
        }

            .rev_slider_wrapper .wheel-installation .rate h1 {
                color: #2098d1;
                font-size: 48px;
                font-weight: 700;
                font-family: 'Open Sans', sans-serif;
                margin: 0;
            }

            .rev_slider_wrapper .wheel-installation .rate .doller-img {
                left: -30px;
                position: absolute;
                top: 0;
            }

        .rev_slider_wrapper .wheel-installation h1 {
            color: #ffffff;
            font-size: 48px;
            font-weight: 700;
            text-transform: uppercase;
            margin: 10px 0 15px;
            font-family: 'Open Sans', sans-serif;
            margin-bottom: 22px;
        }

        .rev_slider_wrapper .wheel-installation .border {
            background: #2098d1;
            height: 3px;
            width: 100px;
            display: block;
            margin-bottom: 22px;
        }

    .rev_slider_wrapper .banner-h1 {
        font-size: 70px;
        line-height: 70px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
    }

    .rev_slider_wrapper .banner-h2 {
        font-size: 28px;
        line-height: 32px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
    }

    .rev_slider_wrapper .banner-h3 {
        font-size: 26px;
        line-height: 32px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        vertical-align: middle;
    }

    .rev_slider_wrapper .banner-border {
        width: 5.714em;
        height: 1px;
        background: #fff;
        display: inline-block;
        vertical-align: middle;
    }

    .rev_slider_wrapper .aut-cr-btn {
        padding: 11px 44px;
    }

    .rev_slider_wrapper .tparrows {
        background: #000000;
    }

        .rev_slider_wrapper .tparrows:before {
            -webkit-transform: none;
            transform: none;
        }

    .rev_slider_wrapper .hermes.tparrows.tp-leftarrow:hover:before {
        -wekbit-transform: translateX(0px) !important;
        transform: translateX(0px) !important;
    }

    .rev_slider_wrapper .hermes.tparrows.tp-rightarrow:hover:before {
        -wekbit-transform: translateX(0px) !important;
        transform: translateX(0px) !important;
    }

.hermes.tparrows:hover .tp-arr-allwrapper {
    overflow: hidden;
}

.rev_slider_wrapper .tparrows {
    margin-top: 268px;
}


/*==== End Slider area css ====*/


/*==============================================
    End Main header area  css
===============================================*/


/*==== Start Call To Action Area Css ====*/

.call-to-action-area {
    background: #2098d1 none repeat scroll 0 0;
    margin-bottom: 59px;
    padding-top: 24px;
}

    .call-to-action-area .box {
        background: #2098d1 none repeat scroll 0 0;
        height: 60px;
        margin: 0 auto;
        position: relative;
        top: 59px;
        width: 950px;
    }

        .call-to-action-area .box:before {
            position: absolute;
            top: -28px;
            left: -50px;
            width: 100px;
            height: 60px;
            background: #2098d1;
            content: "";
            transform: rotate(60deg);
        }

        .call-to-action-area .box:after {
            position: absolute;
            top: -28px;
            right: -50px;
            width: 100px;
            height: 60px;
            background: #2098d1;
            content: "";
            transform: rotate(-60deg);
        }

        .call-to-action-area .box h2 {
            color: #ffffff;
            font-size: 24px;
            font-weight: 700;
            padding-left: 7px;
            position: relative;
            text-transform: uppercase;
            top: -26px;
        }

        .call-to-action-area .box a {
            width: 220px;
            height: 50px;
            background: #ffffff;
        }

        .call-to-action-area .box a {
            background: #ffffff none repeat scroll 0 0;
            color: #2098d1;
            display: block;
            font-size: 14px;
            font-weight: 700;
            height: 50px;
            left: 42px;
            padding: 12px 0;
            position: relative;
            text-align: center;
            text-transform: uppercase;
            top: -36px;
            width: 220px;
            z-index: 2;
            transition: all 1s ease 0s;
            border: 2px solid #2098d1;
        }

            .call-to-action-area .box a:hover {
                transition: all 1s ease 0s;
                border-radius: 30px;
                color: #222;
                border: 2px solid #000;
            }


/*==== End Call To Action Area Css =======*/


/*==== Start quality Service Area Css ====*/

.quality-service-area {
    padding-bottom: 61px;
    padding-top: 90px;
}

    .quality-service-area .service-content p {
        margin: 0 0 40px;
    }

    .quality-service-area .service-content a {
        margin-right: 16px;
    }

.service-client-carousel .single-item .img-holder {
    float: left;
    position: relative;
    width: 70px;
    min-height: 250px;
}

    .service-client-carousel .single-item .img-holder span.line {
        background: #eaeaea none repeat scroll 0 0;
        height: 170px;
        left: 35px;
        position: absolute;
        top: 68px;
        width: 1px;
        z-index: -1;
    }

        .service-client-carousel .single-item .img-holder span.line:before {
            height: 10px;
            width: 10px;
            border: 1px solid #ebebeb;
            content: "";
            display: inline-block;
            left: -5px;
            bottom: -9px;
            position: absolute;
            border-radius: 50%;
        }

.service-client-carousel .single-item .img-holder,
.service-client-carousel .single-item .content {
    display: table-cell;
    vertical-align: top;
}

.service-client-carousel .single-item .content {
    padding-left: 30px;
}

    .service-client-carousel .single-item .content h3 {
        color: #343434;
        font-size: 18px;
        font-weight: 700;
        line-height: 13px;
        margin: 0 0 8px;
        text-transform: uppercase;
    }

    .service-client-carousel .single-item .content .info-box h6 {
        color: #2098d1;
        font-size: 14px;
        font-style: italic;
        text-transform: capitalize;
        width: 120px;
    }

    .service-client-carousel .single-item .content .info-box .rating {
        padding-left: 7px;
    }

    .service-client-carousel .single-item .content .info-box h6,
    .service-client-carousel .single-item .content .info-box .rating {
        display: table-cell;
        vertical-align: middle;
    }

        .service-client-carousel .single-item .content .info-box .rating ul {
        }

            .service-client-carousel .single-item .content .info-box .rating ul li {
                cursor: pointer;
                display: inline-block;
                float: left;
                margin-right: 2px;
            }

                .service-client-carousel .single-item .content .info-box .rating ul li span::before {
                    color: #2098d1;
                    font-size: 12px;
                    font-weight: 100;
                }

    .service-client-carousel .single-item .content p {
        line-height: 26px;
        margin: 18px 0 0;
    }

.service-client-carousel .button {
    left: 30px;
    margin-bottom: 23px;
    position: relative;
    top: 23px;
}

.service-client-carousel .testimonial-control {
    background: #2098d1;
    height: 30px;
    width: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 2px 0;
    transition: all 1s ease 0s;
}

    .service-client-carousel .testimonial-control.right {
        position: relative;
        left: -4px;
        background: #000;
    }

    .service-client-carousel .testimonial-control:hover {
        background: #972d33;
    }

    .service-client-carousel .testimonial-control.right:hover {
        background: #2b2828;
    }


/*==== End quality Service Area Css ====*/


/*==== Start trusted service area Css ==*/

.trusted-service-area {
    padding-bottom: 143px;
}

    .trusted-service-area .single-item .icon-holder {
        width: 80px;
    }

        .trusted-service-area .single-item .icon-holder span::before {
            background: #f6f6f6 none repeat scroll 0 0 !important;
            color: #343434;
            display: block;
            font-size: 32px;
            font-weight: 400;
            height: 80px;
            padding: 27.5px 0;
            position: relative;
            text-align: center;
            top: -17px;
            transition: all 500ms ease 0s;
        }

    .trusted-service-area .single-item:hover .icon-holder span::before {
        color: #fff;
        background: #2098d1 !important;
    }

    .trusted-service-area .single-item:hover .content a {
        color: #2098d1;
    }

    .trusted-service-area .single-item .content {
        padding-left: 30px;
    }

        .trusted-service-area .single-item .content h3 {
            color: #343434;
            font-size: 18px;
            font-weight: 700;
            line-height: 24px;
            margin: 0 0 13px;
            text-transform: uppercase;
        }

        .trusted-service-area .single-item .content p {
            margin: 0 0 16px;
        }

        .trusted-service-area .single-item .content a {
            color: #343434;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
        }

            .trusted-service-area .single-item .content a i {
                display: inline-block;
                padding-left: 10px;
            }

    .trusted-service-area .single-item .icon-holder,
    .trusted-service-area .single-item .content {
        display: table-cell;
        vertical-align: middle;
    }


/*==== End trusted service area Css ==*/


/*==== Start best service area Css ==*/

.best-service-area {
    background: #f6f6f6 none repeat scroll 0 0;
    padding-bottom: 52px;
    padding-top: 0;
}

    .best-service-area .top-bg {
        background: #f6f6f6 none repeat scroll 0 0;
        height: 60px;
        margin: 0 auto;
        position: relative;
        top: -59px;
        width: 950px;
    }

        .best-service-area .top-bg::before {
            background: #f6f6f6 none repeat scroll 0 0;
            content: "";
            height: 60px;
            left: -55px;
            position: absolute;
            top: 28px;
            transform: rotate(-55deg);
            width: 100px;
        }

        .best-service-area .top-bg::after {
            background: #f6f6f6 none repeat scroll 0 0;
            content: "";
            height: 60px;
            right: -55px;
            position: absolute;
            top: 28px;
            transform: rotate(55deg);
            width: 100px;
        }

    .best-service-area .sec-title.large-title {
        position: relative;
        top: -38px;
    }

    .best-service-area .our-best-service-items {
        position: relative;
        top: -38px;
    }

    .best-service-area .single-item {
        position: relative;
        overflow: hidden;
    }

        .best-service-area .single-item > .img-holder {
            position: relative;
            transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
        }

            .best-service-area .single-item > .img-holder img {
                min-height: 380px;
                width: 100%;
            }

        .best-service-area .single-item .overlay {
            background: #2098d1 none repeat scroll 0 0;
            bottom: 0;
            left: 0;
            top: 0;
            right: 0;
            position: absolute;
            /*padding-left: 25px;*/
            /*padding-top: 30px;*/
            padding: 0 19px;
            padding-bottom: 30px;
            transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
            width: 100%;
            z-index: 99;
            transform: translate3d(0, 200px, 0);
            opacity: 0;
        }

        .best-service-area .single-item:hover > .img-holder {
            opacity: 0;
        }

        .best-service-area .single-item:hover > .title {
            opacity: 0;
        }

        .best-service-area .single-item:hover .overlay {
            transform: translate3d(0, 0px, 0);
            opacity: 1;
        }

        .best-service-area .single-item .overlay .img-holder {
            margin-bottom: 30px;
            margin-left: -19px;
            margin-right: -19px;
        }

        .best-service-area .single-item .overlay .icon-holder {
            border-right: 1px solid #aa0a13;
            float: left;
            min-height: 135px;
            width: 42px;
        }

            .best-service-area .single-item .overlay .icon-holder span::before {
                color: #fff;
                font-size: 30px;
                position: relative;
                top: 3px;
            }

        .best-service-area .single-item .overlay .content {
            border-left: 1px solid #cb2932;
            overflow: hidden;
            padding-left: 20px;
            padding-right: 20px;
        }

            .best-service-area .single-item .overlay .content h3 {
                color: #fff;
                font-size: 22px;
                font-weight: 700;
                margin: -5px 0 10px;
                text-transform: uppercase;
            }

            .best-service-area .single-item .overlay .content p {
                color: #ffffff;
                margin: 0 0 16px;
            }

            .best-service-area .single-item .overlay .content a {
                color: #ffffff;
                font-weight: 700;
                text-transform: uppercase;
            }

                .best-service-area .single-item .overlay .content a i {
                    display: inline-block;
                    padding-left: 10px;
                }

        .best-service-area .single-item .title {
            padding-left: 30px;
            background: #ffffff;
            transition: opacity 0.4s ease 0s;
        }

            .best-service-area .single-item .title .icon-holder {
                border-right: 1px solid #f6f6f6;
                float: left;
                min-height: 40px;
                position: relative;
                top: 15px;
                width: 41px;
            }

                .best-service-area .single-item .title .icon-holder span::before {
                    color: #2098d1;
                    font-size: 30px;
                    position: relative;
                    top: 8px;
                }

            .best-service-area .single-item .title h3 {
                color: #343434;
                display: inline-block;
                font-size: 22px;
                font-weight: 700;
                line-height: 24px;
                overflow: hidden;
                padding-left: 20px;
                padding-top: 22px;
                text-transform: uppercase;
            }

            .best-service-area .single-item .title .go-top-icon {
                float: right;
                width: 70px;
                height: 70px;
                background: #2098d1;
                text-align: center;
            }

                .best-service-area .single-item .title .go-top-icon a {
                    display: block;
                }

                .best-service-area .single-item .title .go-top-icon span::before {
                    color: #fff;
                    font-size: 26px;
                    padding: 23px 0;
                    display: block;
                }


/*==== End best service area Css ==*/

.or-btn {
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
/*==== Start wheel work area Css ==*/

.wheel-work-area {
    padding-top: 25px;
    /*background-repeat: no-repeat;
   background-attachment: fixed; background: rgba(0, 0, 0, 0) url("../images/bg.jpg");*/
}


.wheel-work-left .title {
    padding-bottom: 0px;
}

    .wheel-work-left .title h1 {
        position: relative;
        color: #ffffff;
        font-size: 30px;
        text-transform: uppercase;
        display: inline-block;
    }

        .wheel-work-left .title h1::after {
            background: #fff none repeat scroll 0 0;
            content: "";
            display: inline-block;
            height: 1px;
            left: 235px;
            position: absolute;
            top: 13px;
            width: 535px;
        }

.wheel-work-left .img-holder {
    width: 100%;
}

    .wheel-work-left .img-holder img {
        width: 100%;
    }

.wheel-work-left .content {
}

    .wheel-work-left .content h3 {
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        margin: -1px 0 17px;
    }

    .wheel-work-left .content p {
        color: #f9f9f9;
    }

.wheel-work-left .single-list-item {
    padding-bottom: 36px;
    padding-top: 9px;
}

    .wheel-work-left .single-list-item ul li {
        color: #ffffff;
        line-height: 45px;
    }

        .wheel-work-left .single-list-item ul li i {
            color: #2098d1;
            display: inline-block;
            padding-right: 15px;
            font-size: 18px;
        }

.wheel-work-left .button a {
    height: 50px;
    padding: 11px 0;
    width: 220px;
}

.wheel-work-right {
    margin-top: 3px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

    .wheel-work-right::before {
        background: transparent;
        border: 1px solid #2098d1;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
    }

    .wheel-work-right h1 {
        background: #2098d1 none repeat scroll 0 0;
        color: #ffffff;
        display: block;
        font-size: 30px;
        padding-bottom: 12px;
        padding-left: 25px;
        padding-top: 10px;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .wheel-work-right .single-other-service-list {
        background: transparent;
        display: block;
        margin-bottom: 10px;
        margin-left: 25px;
        margin-right: 25px;
        padding-bottom: 20px;
        padding-top: 16px;
        transition: all 700ms ease 0s;
    }

        .wheel-work-right .single-other-service-list .icon-holder {
            float: left;
            width: 78px;
            text-align: center;
        }

            .wheel-work-right .single-other-service-list .icon-holder i {
                color: #fff;
                font-size: 35px;
                padding: 10px;
            }

            .wheel-work-right .single-other-service-list .icon-holder span::before {
                color: #fff;
                font-size: 32px;
                position: relative;
                top: 15px;
            }

        .wheel-work-right .single-other-service-list .title {
            overflow: hidden;
            position: relative;
            padding-left: 20px;
        }

            .wheel-work-right .single-other-service-list .title:before {
                position: absolute;
                top: 4px;
                left: 0;
                background: #191919;
                width: 1px;
                height: 45px;
                content: "";
                transition: all 700ms ease 0s;
            }

            .wheel-work-right .single-other-service-list .title h3 {
                color: #ffffff;
                font-size: 18px;
                font-weight: 700;
                margin: 0 0 15px;
                text-transform: uppercase;
            }

            .wheel-work-right .single-other-service-list .title h6 {
                color: #ffffff;
                font-size: 14px;
                font-weight: 600;
            }

    .wheel-work-right ul li.active .single-other-service-list {
        <!-- background: #2098d1; -->
    }

        .wheel-work-right ul li.active .single-other-service-list .title:before {
            background: #fff;
        }

    .wheel-work-right .single-other-service-list:hover {
        background: transparent;
    }

        .wheel-work-right .single-other-service-list:hover .title:before {
            background: #fff;
        }


/*==== End wheel work area Css ==*/


/*==== Start faq and gallery area Css==*/

.faq-and-gallery-area {
    padding-bottom: 80px;
    padding-top: 90px;
}

.faq-content-left .sec-title {
    padding-bottom: 30px;
}

.faq-content-left .accordion-box {
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    position: relative;
}

    .faq-content-left .accordion-box .accordion {
        position: relative;
        border-bottom: 1px solid #f6f6f6;
        padding-left: 20px;
        padding-right: 20px;
    }

        .faq-content-left .accordion-box .accordion .acc-btn {
            color: #343434;
            cursor: pointer;
            font-size: 18px;
            font-weight: 700;
            line-height: 24px;
            padding-bottom: 25px;
            padding-top: 24px;
            position: relative;
            text-transform: uppercase;
        }

            .faq-content-left .accordion-box .accordion .acc-btn .toggle-icon {
                border: 2px solid #f6f6f6;
                color: #aaaaaa;
                display: block;
                height: 35px;
                line-height: 35px;
                position: absolute;
                right: 0;
                text-align: center;
                top: 19px;
                width: 35px;
            }

                .faq-content-left .accordion-box .accordion .acc-btn .toggle-icon .plus {
                    height: 30px;
                    left: 0;
                    line-height: 32px;
                    opacity: 1;
                    position: absolute;
                    top: 0;
                    transition: all 0.3s ease 0s;
                    width: 100%;
                }

            .faq-content-left .accordion-box .accordion .acc-btn.active .toggle-icon .plus {
                opacity: 0;
            }

            .faq-content-left .accordion-box .accordion .acc-btn.active {
                color: #2098d1;
            }

            .faq-content-left .accordion-box .accordion .acc-btn .toggle-icon .minus {
                background: #2098d1 none repeat scroll 0 0;
                border: medium none;
                color: #fff;
                height: 35px;
                left: -2px;
                line-height: 37px;
                opacity: 0;
                position: absolute;
                top: -2px;
                transition: all 0.3s ease 0s;
                width: 35px;
            }

            .faq-content-left .accordion-box .accordion .acc-btn.active .toggle-icon .minus {
                opacity: 1;
            }

        .faq-content-left .accordion-box .accordion .acc-content {
            color: #797979;
            display: none;
            font-size: 14px;
            line-height: 24px;
            padding-bottom: 17px;
            position: relative;
            top: -7px;
        }

            .faq-content-left .accordion-box .accordion .acc-content.collapsed {
                display: block;
            }

            .faq-content-left .accordion-box .accordion .acc-content p {
                color: #5f5f5f;
                margin: 0;
            }

.faq-content-left a.more-question {
    color: #343434;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    top: 33px;
    transition: all 0.5s ease 0s;
}

    .faq-content-left a.more-question i {
        display: inline-block;
        padding-left: 5px;
    }

    .faq-content-left a.more-question:hover {
        color: #2098d1;
    }

.work-gallery-right {
    overflow: hidden;
}

    .work-gallery-right .sec-title {
        padding-bottom: 30px;
    }

    .work-gallery-right .work-gallery-items {
        margin-left: -5px;
        margin-right: -5px;
    }

        .work-gallery-right .work-gallery-items .single-item {
            float: left;
            overflow: hidden;
            margin-left: 5px;
            margin-right: 5px;
            margin-bottom: 10px;
        }

            .work-gallery-right .work-gallery-items .single-item .img-holder {
                position: relative;
            }

                .work-gallery-right .work-gallery-items .single-item .img-holder img {
                    display: block;
                    transform: scale(1.1, 1.1);
                    transition: all 0.5s ease 0s;
                    width: 100%;
                }

                .work-gallery-right .work-gallery-items .single-item .img-holder .overlay {
                    background: rgba(0, 0, 0, 0.60) none repeat scroll 0 0;
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    text-align: center;
                    transition: all 0.5s ease 0s;
                    transform: scale(0);
                }

                    .work-gallery-right .work-gallery-items .single-item .img-holder .overlay .image-view {
                        display: table;
                        width: 100%;
                        height: 100%;
                    }

                        .work-gallery-right .work-gallery-items .single-item .img-holder .overlay .image-view .content {
                            display: table-cell;
                            vertical-align: middle;
                        }

                            .work-gallery-right .work-gallery-items .single-item .img-holder .overlay .image-view .content a span::before {
                                border: 1px solid #fff;
                                border-radius: 50%;
                                color: #fff;
                                display: inline-block;
                                font-size: 14px;
                                height: 45px;
                                padding: 10px 0;
                                width: 45px;
                                transition: all 0.5s ease 0s;
                            }

                            .work-gallery-right .work-gallery-items .single-item .img-holder .overlay .image-view .content a:hover span::before {
                                background: #2098d1;
                            }

            .work-gallery-right .work-gallery-items .single-item:hover .overlay {
                transform: scale(1);
            }

            .work-gallery-right .work-gallery-items .single-item:hover .img-holder img {
                transform: scale(1, 1);
            }


/*==== End faq and gallery area Css==*/


/*==== Start meet our specialist area Css==*/

.meet-our-specialist-area {
    background: #f6f6f6 none repeat scroll 0 0;
    padding-bottom: 40px;
    padding-top: 90px;
}

    .meet-our-specialist-area .sec-title {
        padding-bottom: 29px;
    }

        .meet-our-specialist-area .sec-title span.decor::before {
            background: #dedede;
        }

        .meet-our-specialist-area .sec-title span.decor::after {
            background: #dedede;
        }

        .meet-our-specialist-area .sec-title span.decor {
            border: 1px solid #dedede;
        }

.single-item {
}

    .single-item .img-holder {
        overflow: hidden;
        position: relative;
    }

        .single-item .img-holder img {
            transform: scale(1.1, 1.1);
            transition: all 0.5s ease 0s;
            width: 100%;
        }

        .single-item .img-holder .overlay {
            background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            text-align: center;
            transform: scale(0);
            transition: all 0.5s ease 0s;
        }

            .single-item .img-holder .overlay .content {
                display: table;
                width: 100%;
                height: 100%;
            }

.meet-our-specialist-area .single-item .img-holder .overlay .content .social-icon {
    display: table-cell;
    vertical-align: middle;
}

    .meet-our-specialist-area .single-item .img-holder .overlay .content .social-icon ul li {
        display: inline-block;
        border: 1px solid #fff;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        margin: 0 4px;
        transition: all 0.5s ease 0s;
    }

        .meet-our-specialist-area .single-item .img-holder .overlay .content .social-icon ul li a {
            display: block;
        }

            .meet-our-specialist-area .single-item .img-holder .overlay .content .social-icon ul li a i::before {
                color: #fff;
                font-size: 14px;
                display: block;
                padding: 7px 0;
            }

.text {
    /*background: #ffffff none repeat scroll 0 0;*/
}

.single-item .text h3 {
    color: #343434;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 28px 0 8px;
    text-transform: uppercase;
    padding-left: 20px;
}

.single-item .text h6 {
    color: #2098d1;
    font-size: 14px;
    font-style: italic;
    padding-left: 20px;
}

.single-item .text p {
    margin: 20px 0 20px;
    padding-left: 18px;
}

.single-item .text .mail {
    border-top: 1px solid #f6f6f6;
    padding-bottom: 9px;
    padding-top: 10px;
}

    .single-item .text .mail p {
        margin: 0;
    }

.text1 h3 {
    line-height: 40px;
    color: #4ebdf3;
}

.text1 h6 {
    font-size: 17px;
    line-height: 40px;
}

.meet-our-specialist-area .single-item .text .mail p span::before {
    color: #2098d1;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding-right: 7px;
}

.meet-our-specialist-area .single-item .text .mail p span.email-text {
    color: #2098d1;
    font-weight: 600;
}

.meet-our-specialist-area .single-item:hover .overlay {
    transform: scale(1);
}

.meet-our-specialist-area .single-item:hover .img-holder img {
    transform: scale(1, 1);
}

.meet-our-specialist-area .single-item .img-holder .overlay .content .social-icon ul li:hover {
    background: #2098d1;
    border: 1px solid #2098d1;
}


/*==== End meet our specialist area Css==*/


/*==== Start our latest news area Css==*/

.our-latest-news-area {
    padding-top: 90px;
    padding-bottom: 100px;
}

    .our-latest-news-area .sec-title {
        padding-bottom: 30px;
    }

.single-blog-post .img-holder {
    position: relative;
    overflow: hidden;
}

    .single-blog-post .img-holder img {
        transform: scale(1.1, 1.1);
        transition: all 0.5s ease 0s;
        width: 100%;
    }

    .single-blog-post .img-holder .overlay {
        background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        transform: scale(0);
        transition: all 0.5s ease 0s;
        z-index: 2;
    }

        .single-blog-post .img-holder .overlay .image-view {
            display: table;
            width: 100%;
            height: 100%;
        }

            .single-blog-post .img-holder .overlay .image-view .icon-holder {
                display: table-cell;
                vertical-align: middle;
            }

                .single-blog-post .img-holder .overlay .image-view .icon-holder a span::before {
                    color: #fff;
                    font-size: 32px;
                    display: inline-block;
                    width: 32px;
                    height: 32px;
                    transition: all 0.5s ease 0s;
                }

.single-blog-post ul {
    background: #f6f6f6 none repeat scroll 0 0;
    bottom: 0;
    display: block;
    padding: 12px 42px 14px 20px;
    float: right;
    position: relative;
    top: -25px;
    z-index: 3;
}

    .single-blog-post ul li {
        border-right: 1px solid #2098d1;
        color: #2098d1;
        display: inline-block;
        line-height: 14px;
        margin-right: 6px;
        padding-right: 10px;
    }

        .single-blog-post ul li a {
            color: #2098d1;
            text-decoration: none;
            transition: text-decoration .4s ease;
        }

            .single-blog-post ul li a:hover {
                text-decoration: underline;
            }

        .single-blog-post ul li.underline {
            text-decoration: underline;
        }

        .single-blog-post ul li:last-child {
            border-right: none;
        }

        .single-blog-post ul li span:before {
            display: inline-block;
            padding-right: 10px;
            font-size: 14px;
        }

.single-blog-post .content-box {
}

.tym h4 {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
}

.my-mar {
    margin: 15px 0px;
}

.date-box {
    background: #transparent;
    border: 1px solid #2098d1;
    float: left;
    text-align: center;
    width: 70px;
    height: 70px;
    border-radius: 10px 10px 0px 0px;
}
    /*.date-box .comment1::before {
content: '';
    position: absolute;
    left: 48px;
    top: 80px;
    height: 76%;
    width: 3px;
    background: hsl(199, 73%, 47%) none repeat scroll 0 0;
}*/
    /*.date-box .comment2::before {
content: '';
    position: absolute;
    left: 48px;
    top: 80px;
    height: 80%;
    width: 3px;
    background: #FF6633 none repeat scroll 0 0;
}*/
    .date-box .date {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 38px;
        text-transform: uppercase;
    }

.single-blog-post .content-box .content {
    padding-left: 23px;
}

.single-blog-post .content-box .date-box,
.single-blog-post .content-box .content {
    display: table-cell;
    vertical-align: top;
}

.date-box .comment1 {
    background: #2098d1 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

    .date-box .comment1 p {
        margin: 0;
    }

        .date-box .comment1 p span:before {
            font-size: 14px;
            color: #fff;
            display: inline-block;
            padding-right: 5px;
            top: 1px;
            position: relative;
        }

.date-box .comment2 {
    background: #FF6633 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

    .date-box .comment2 p {
        margin: 0;
    }

        .date-box .comment2 p span:before {
            font-size: 14px;
            color: #fff;
            display: inline-block;
            padding-right: 5px;
            top: 1px;
            position: relative;
        }

.date-box .comment3 {
    background: #339933 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

    .date-box .comment3 p {
        margin: 0;
    }

        .date-box .comment3 p span:before {
            font-size: 14px;
            color: #fff;
            display: inline-block;
            padding-right: 5px;
            top: 1px;
            position: relative;
        }

.single-blog-post .content-box .content h3 {
    color: #343434;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1px 0 15px;
    transition: all 0.5s ease 0s;
}

.single-blog-post .content-box .content a.readmore {
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

    .single-blog-post .content-box .content a.readmore i {
        display: inline-block;
        padding-left: 10px;
    }

.single-blog-post:hover .overlay {
    transform: scale(1);
}

.single-blog-post:hover .img-holder img {
    transform: scale(1, 1);
}

.single-blog-post .img-holder .overlay .image-view .icon-holder a span:hover::before {
    color: #2098d1;
}

.single-blog-post .content-box .content h3:hover {
    color: #2098d1;
}

.single-blog-post .content-box .content a.readmore:hover {
    color: #2098d1;
}


/*==== End our latest news area Css==*/


/*==== Start free appoinment area Css==*/

.free-appoinment-area {
    background: #f6f6f6 none repeat scroll 0 0;
    padding-bottom: 58px;
    padding-top: 90px;
}

.free-appoinment-form .sec-title {
    padding-bottom: 29px;
}

.free-appoinment-form .input-field input,
.free-appoinment-form .input-field textarea {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #afafaf;
    font-size: 14px;
    height: 50px;
    width: 100%;
    padding-left: 70px;
    padding-right: 30px;
    position: relative;
    margin-bottom: 30px;
    transition: all 700ms ease 0s;
}

.free-appoinment-form .input-field textarea {
    height: 142px;
    padding-top: 15px;
}

.free-appoinment-form .input-field .icon-holder {
    background: #eaeaea none repeat scroll 0 0;
    display: block;
    height: 50px;
    left: 15px;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 99;
    text-align: center;
}

    .free-appoinment-form .input-field .icon-holder.comment {
        height: 142px;
        padding-top: 5px;
    }

    .free-appoinment-form .input-field .icon-holder span:before {
        color: #797979;
        font-size: 20px;
        display: block;
        padding: 13px 0;
    }

.free-appoinment-form p.select-category {
    color: #343434;
    font-weight: 700;
    margin-top: -6px;
}

.free-appoinment-form .category-item {
    color: #797979;
    display: inline-block;
    margin-bottom: 25px;
    margin-right: 25px;
    position: relative;
    top: -3px;
}

    .free-appoinment-form .category-item label {
        padding-left: 5px;
    }

.free-appoinment-form .select-field {
    margin-bottom: 30px;
}

    .free-appoinment-form .select-field.bgarrowdf select {
        background-position: 98% 50%;
        transition: all 700ms ease 0s;
    }

    .free-appoinment-form .select-field .icon-holder {
        background: #eaeaea none repeat scroll 0 0;
        display: block;
        height: 50px;
        left: 15px;
        position: absolute;
        top: 0;
        width: 50px;
        text-align: center;
        z-index: 99;
    }

        .free-appoinment-form .select-field .icon-holder span:before {
            color: #797979;
            font-size: 20px;
            display: block;
            padding: 13px 0;
        }

.free-appoinment-form button {
    height: 52px;
    margin-top: 10px;
    width: 100%;
    transition: all 700ms ease 0s;
}

    .free-appoinment-form button:hover {
        border: 1px solid #c7131c;
    }

.free-appoinment-form .input-field input:hover {
    color: #2098d1;
}

.free-appoinment-form .input-field textarea:hover {
    color: #2098d1;
}

.free-appoinment-form .select-field select:hover {
    color: #2098d1;
    background: url(../img/resources/dropdown-red.png) no-repeat 96% 50% #ffffff;
}

.free-appoinment-form .select-field.bgarrowdf select:hover {
    background-position: 98% 50%;
}

.free-appoinment-form .input-field input:focus {
    outline: none;
}

.free-appoinment-form .input-field textarea:focus {
    outline: none;
}

.free-appoinment-form .select-field select:focus {
    outline: none;
}

.free-appoinment-form .select-field select:hover {
    background: none;
}

.free-appoinment-form .select-field .btn-group.bootstrap-select {
    width: 100%;
}

.free-appoinment-form .select-field .btn {
    background: #FFFFFF;
    font-size: 14px;
    color: #AFAFAF;
    text-transform: capitalize;
    border: none;
    outline: none !important;
    padding: 15px 15px 15px 70px;
    border-radius: 0;
    margin-top: 0;
    height: auto;
}

.free-appoinment-form .select-field .bootstrap-select.btn-group .dropdown-toggle .caret {
    border: none;
    top: 2px;
    right: 20px;
}

.free-appoinment-form .select-field .dropdown-menu {
    padding: 0;
    border-radius: 0;
}

    .free-appoinment-form .select-field .dropdown-menu > li > a {
        padding: 8px 15px;
        color: #fff;
        transition: all .3s ease;
    }

        .free-appoinment-form .select-field .dropdown-menu > li > a:hover {
            background: #BD0B15;
        }

.free-appoinment-form .select-field .bootstrap-select.btn-group .dropdown-menu li a span.text {
    font-size: 13px;
    color: #797979;
}

.free-appoinment-form .select-field .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
    color: #fff;
    transition: all .3s ease;
}

.free-appoinment-form .select-field .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    content: '\f107';
    font-family: 'FontAwesome';
    color: #797979;
    font-size: 14px;
    line-height: 46px;
}


/*==== End free appoinment area Css==*/


/*==== Start Brand area Css==*/

.brand-area {
    padding-top: 40px;
    padding-bottom: 50px;
}

    .brand-area .brand {
        position: static;
        text-align: center;
    }

        .brand-area .brand .owl-stage-outer {
            z-index: 10;
        }

        .brand-area .brand .single-item {
            border: 1px solid #f6f6f6;
            height: 105px;
            transition: all 300ms ease-in 0s;
        }

            .brand-area .brand .single-item img {
                display: inline-block;
                max-width: 100% !important;
                opacity: 1;
                padding: 37px 0;
                position: relative;
                transition: all 300ms ease-in 0s;
                width: auto !important;
            }

            .brand-area .brand .single-item:hover {
                border: 1px solid #b7b7b7;
            }

                .brand-area .brand .single-item:hover img {
                    opacity: .6;
                }

    .brand-area .owl-theme .owl-nav div {
        background: none;
    }

    .brand-area .owl-theme .owl-nav {
        left: 0;
        position: absolute;
        top: 33px;
        width: 100%;
    }

        .brand-area .owl-theme .owl-nav .owl-prev {
            left: -20px;
            position: absolute;
            top: -15px;
            width: 40px;
            border: 1px solid #f6f6f6;
            height: 40px;
            display: block;
            background: #fff;
            z-index: 10;
            transition: all 700ms ease 0s;
        }

        .brand-area .owl-theme .owl-nav .owl-next {
            background: #fff none repeat scroll 0 0;
            border: 1px solid #f6f6f6;
            display: block;
            height: 40px;
            position: absolute;
            right: -20px;
            top: -15px;
            width: 40px;
            z-index: 10;
            transition: all 700ms ease 0s;
        }

        .brand-area .owl-theme .owl-nav .owl-prev:hover {
            background: #000;
        }

        .brand-area .owl-theme .owl-nav .owl-next:hover {
            background: #000;
        }

        .brand-area .owl-theme .owl-nav div .fa:hover {
            color: #2098d1;
        }

        .brand-area .owl-theme .owl-nav div .fa {
            color: #797979;
            font-size: 25px;
            display: block;
            padding-top: 2px;
            text-align: center;
        }


/*==== End Brand area Css==*/


/*==== Start footer area Css==*/

.footer-area {
    background: #000 url(../img/footer/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    bottom: 0px;
    text-align: center;
    width: 100%;
}
/*.footer-area:before {
    content: '';
    position: absolute;
    top:0;left:0;right:0;
    bottom:0;background: #000000;
    opacity: .84;
}*/

.footer-top {
    position: relative;
    padding: 60px 0;
    z-index: 1;
}

    .footer-top:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #000;
        opacity: .48;
        z-index: -1;
    }

    .footer-top .single-item {
        padding: 31.5px 0;
        padding-left: 20px;
        transition: all 700ms ease 0s;
        border: 1px solid #212120;
    }

        .footer-top .single-item .icon-holder {
            width: 53px;
        }

            .footer-top .single-item .icon-holder span {
                display: block;
                margin-top: 10px;
            }

                .footer-top .single-item .icon-holder span::before {
                    color: #2098d1;
                    font-size: 35px;
                    transition: color .4s ease;
                }

        .footer-top .single-item .content {
            padding-left: 20px;
            border-left: 1px solid #212120;
        }

            .footer-top .single-item .content h3 {
                color: #ffffff;
                font-size: 18px;
                font-weight: 700;
                text-transform: uppercase;
                line-height: 24px;
                margin: 0 0 3px;
                padding-top: 0;
                line-height: 18px;
            }

            .footer-top .single-item .content p {
                color: #2098d1;
                margin: 0;
                font-size: 16px;
                transition: color .4s ease;
            }

        .footer-top .single-item .icon-holder,
        .footer-top .single-item .content {
            display: table-cell;
            vertical-align: middle;
        }

        .footer-top .single-item:hover {
            background: #2098d1;
        }

            .footer-top .single-item:hover .content {
                border-left-color: #ac1018;
            }

            .footer-top .single-item:hover span:before {
                color: #fff;
            }

            .footer-top .single-item:hover p {
                color: #fff;
            }

.footer-middle {
    padding: 10px;
    background: #161616;
}

.single-footer-widget .sec-title {
    margin-top: 8px;
    padding-bottom: 0;
}

    .single-footer-widget .sec-title h2 {
        color: #ffffff;
    }

    .single-footer-widget .sec-title span.decor {
        border: 1px solid #fff;
    }

        .single-footer-widget .sec-title span.decor::before {
            background: #fff none repeat scroll 0 0;
        }

        .single-footer-widget .sec-title span.decor::after {
            background: #fff none repeat scroll 0 0;
        }

.single-footer-widget .text p {
    color: #b9b9b9;
    margin: 5px;
}

    .single-footer-widget .text p span {
        color: #2098d1;
        font-weight: 600;
    }

.single-footer-widget .text a {
    padding-bottom: 13px;
    padding-top: 11px;
    width: 190px;
    color: #fff;
}

.single-footer-widget .service-list {
    margin-top: 0px;
}

    .single-footer-widget .service-list li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        line-height: 40px;
        transition: all 700ms ease 0s;
        width: 20%;
        float: left;
    }

        .single-footer-widget .service-list li a {
            color: #b9b9b9;
            transition: color .3s ease;
        }

            .single-footer-widget .service-list li a i {
                font-size: 18px;
                color: #b9b9b9;
                display: inline-block;
                padding-right: 5px;
                transition: color .3s ease;
            }

        .single-footer-widget .service-list li:hover a,
        .single-footer-widget .service-list li:hover i {
            color: #2098d1;
        }

.single-footer-widget .tags-list {
    margin-top: 25px;
    margin-left: -3px;
    margin-right: -3px;
}

    .single-footer-widget .tags-list li {
        display: inline-block;
    }

        .single-footer-widget .tags-list li a {
            border: 1px solid rgba(255, 255, 255, 0.07);
            color: #b9b9b9;
            display: block;
            margin: 0 3px;
            padding: 4.5px 20.5px;
            margin-bottom: 10px;
            transition: all 700ms ease 0s;
        }

            .single-footer-widget .tags-list li a:hover {
                background: #000;
                color: #fff;
                border: 1px solid #000;
            }

.single-footer-widget h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 24px 0 21px;
    text-transform: uppercase;
}

.single-footer-widget .working-hours-weekdays {
    color: #b9b9b9;
    margin: 0;
}

.single-footer-widget .shop-spare {
    margin-top: 25px;
}

    .single-footer-widget .shop-spare li {
        margin-bottom: 31px;
    }

        .single-footer-widget .shop-spare li .img-holder {
            width: 70px;
            float: left;
        }

        .single-footer-widget .shop-spare li .content {
            padding-left: 20px;
        }

            .single-footer-widget .shop-spare li .content p {
                color: #b9b9b9;
                font-weight: 700;
                margin: -8px 0 9px;
            }

            .single-footer-widget .shop-spare li .content a {
                background: #2098d1 none repeat scroll 0 0;
                border-radius: 3px;
                color: #ffffff;
                display: inline-block;
                font-weight: 700;
                padding: 0.5px 8px;
                transition: all 700ms ease 0s;
            }

                .single-footer-widget .shop-spare li .content a:hover {
                    background: #000;
                }

                .single-footer-widget .shop-spare li .content a i {
                    display: inline-block;
                    padding-right: 7px;
                }

        .single-footer-widget .shop-spare li .img-holder,
        .single-footer-widget .shop-spare li .content {
            display: table-cell;
            vertical-align: top;
        }

.single-footer-widget .carousel-indicators {
    bottom: -22px;
    left: 0;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
}

    .single-footer-widget .carousel-indicators li {
        border: 1px solid #2e2e2e;
        border-radius: 10px;
        cursor: pointer;
        display: inline-block;
        height: 10px;
        margin-right: 3px;
        width: 10px;
    }

    .single-footer-widget .carousel-indicators .active {
        background-color: #2098d1;
        border: 1px solid #2098d1;
        height: 10px;
        margin-right: 3px;
        width: 10px;
        position: relative;
        top: -1px;
    }

.footer-bottom {
    position: relative;
    z-index: 1;
    padding: 5px;
}

    .footer-bottom:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #000;
        opacity: .45;
        z-index: -1;
    }

.copy-right {
    display: block;
    padding-top: 3px;
}

    .copy-right p {
        color: #797979;
        margin: 0;
        line-height: 32px;
    }

        .copy-right p a {
            color: #2098d1;
        }

.footer-social-link ul {
    float: right;
}

    .footer-social-link ul li {
        display: inline-block;
        margin-left: 6px;
        padding: 10px 0;
        color: #f6f6f6;
    }

        .footer-social-link ul li a {
            border: 1px solid #1d1e1f;
            display: inline-block;
            height: 35px;
            width: 35px;
            text-align: center;
            padding: 4.5px 0;
            color: #797979;
            background: #000;
            transition: all 700ms ease 0s;
        }

            .footer-social-link ul li a i::before {
                font-size: 14px;
            }

            .footer-social-link ul li a:hover {
                background: #2098d1;
                color: #fff;
                border: 1px solid #2098d1;
            }


/*==== End footer area Css==*/


/*==== Start Breadcrumb area css ====*/

.breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../img/resources/breadcrumb-bg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 97px;
    padding-top: 230px;
    margin-top: 0 !important;
}

.breadcrumbs h1 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 17px;
    text-transform: uppercase;
}

.breadcrumbs h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}


/*==== End Breadcrumb area css ====*/


/*==== Start Breadcrumb bottom area css ====*/

.breadcrumb-bottom-area {
    background: #f6f6f6 none repeat scroll 0 0;
    padding-top: 14px;
    padding-bottom: 17px;
}

    .breadcrumb-bottom-area ul {
    }

        .breadcrumb-bottom-area ul li {
            display: inline-block;
            margin-right: 5px;
        }

            .breadcrumb-bottom-area ul li a {
                color: #797979;
                transition: all 700ms ease 0s;
            }

    .breadcrumb-bottom-area p {
        margin: 0;
        float: right;
    }

    .breadcrumb-bottom-area ul li a:hover {
        color: #2098d1;
    }


/*==== End Breadcrumb bottom area css ====*/


/*==== Start 404 content area css ====*/

.notfound-content-area {
    padding-bottom: 150px;
    padding-top: 150px;
}

    .notfound-content-area .content h1 {
        color: #343434;
        font-size: 30px;
        font-weight: 700;
        margin: 40px 0 16px;
    }

    .notfound-content-area .content h5 {
        color: #343434;
        font-weight: 700;
        margin: 0 0 35px;
    }

        .notfound-content-area .content h5 a {
            color: #2098d1;
            padding-left: 5px;
        }

    .notfound-content-area .content .search-form {
        display: inline-block;
        position: relative;
    }

        .notfound-content-area .content .search-form input {
            border: 1px solid #f6f6f6;
            color: #797979;
            font-size: 14px;
            height: 50px;
            padding-left: 20px;
            padding-right: 50px;
            width: 370px;
            transition: all 700ms ease 0s;
        }

        .notfound-content-area .content .search-form button {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            border: medium none;
            color: #797979;
            font-size: 14px;
            height: 50px;
            position: absolute;
            right: 2px;
            width: 50px;
            top: 0;
        }

        .notfound-content-area .content .search-form input:focus {
            /*border: 1px solid #000;*/
            background: #F6F6F6;
        }

        .notfound-content-area .content .search-form button:hover {
            color: #2098d1;
        }


/*==== End 404 content area css ====*/


/*==== Start about team area css ====*/

.about-team-area.meet-our-specialist-area {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 40px;
    padding-top: 90px;
}

.meet-our-specialist-area .single-item {
    padding-bottom: 50px;
}

    .meet-our-specialist-area .single-item .text {
        border-bottom: 1px solid #f6f6f6;
        border-left: 1px solid #f6f6f6;
        border-right: 1px solid #f6f6f6;
    }


/*==== End about team area css ====*/


/*==== Start apply for job area css ====*/

.apply-for-job-area {
    background: #f6f6f6 none repeat scroll 0 0;
    padding-bottom: 45px;
    padding-top: 45px;
}

    .apply-for-job-area h2 {
        color: #343434;
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
        padding-top: 6.5px;
        text-transform: uppercase;
    }

    .apply-for-job-area a {
        height: 50px;
        padding: 10.5px 0;
        width: 170px;
        border: 2px solid #c10e17;
        float: right;
    }

        .apply-for-job-area a:hover {
            border: 2px solid #c10e17;
        }


/*==== End apply for job area css ====*/


/*==== Start customers area css ====*/

.customers-area {
    padding-top: 90px;
}

.customers-info {
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 45px;
}

    .customers-info .sec-title {
        padding-bottom: 30px;
    }

    .customers-info .img-holder {
        width: 270px;
    }

    .customers-info .content {
        padding-left: 29px;
    }

    .customers-info .img-holder,
    .customers-info .content {
        display: table-cell;
        vertical-align: top;
    }

        .customers-info .content h3 {
            color: #343434;
            font-size: 20px;
            font-weight: 700;
            margin: -5px 0 20px;
            text-transform: uppercase;
        }

        .customers-info .content h5 {
            font-size: 15px;
            font-style: italic;
            margin: 0 0 20px;
        }

        .customers-info .content p {
            margin: 0 0 17px;
            text-align: justify;
        }

        .customers-info .content .customers-name-signature {
            padding-top: 7px;
        }

            .customers-info .content .customers-name-signature .signature {
                width: 125px;
            }

            .customers-info .content .customers-name-signature .name {
                padding-left: 25px;
            }

            .customers-info .content .customers-name-signature .signature,
            .customers-info .content .customers-name-signature .name {
                display: table-cell;
                vertical-align: middle;
            }

                .customers-info .content .customers-name-signature .name h6 {
                    color: #343434;
                    font-size: 14px;
                    font-weight: 700;
                    text-transform: uppercase;
                }

                .customers-info .content .customers-name-signature .name p {
                    color: #2098d1;
                    font-size: 14px;
                    font-style: italic;
                    position: relative;
                    top: 7px;
                }

.customer-support {
    background: #f6f6f6 none repeat scroll 0 0;
    margin-top: 82px;
    padding: 30px 15px;
}

    .customer-support h4 {
        color: #343434;
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        margin: -8px 0 15px;
        text-transform: uppercase;
        padding-left: 5px;
    }

    .customer-support p {
        padding-left: 5px;
    }

    .customer-support h3 {
        color: #2098d1;
        font-size: 24px;
        font-weight: 700;
        margin: 25px 0 0;
        padding-left: 5px;
    }

        .customer-support h3 span::before {
            display: inline-block;
            font-size: 26px;
            font-weight: 100;
            padding-right: 12px;
        }

    .customer-support .info-box {
        background: #ffffff none repeat scroll 0 0;
        margin-top: 30px;
        padding-top: 14px;
        padding-bottom: 20px;
    }

        .customer-support .info-box p {
            margin: 0 0 7px;
        }

        .customer-support .info-box .social {
            padding-top: 6px;
        }

            .customer-support .info-box .social ul li {
                display: inline-block;
                margin: 0 4px;
            }

                .customer-support .info-box .social ul li a {
                }

                    .customer-support .info-box .social ul li a i::before {
                        background: #f6f6f6 none repeat scroll 0 0;
                        border: 2px solid #fff;
                        border-radius: 50%;
                        color: #797979;
                        display: block;
                        font-size: 14px;
                        height: 38px;
                        padding: 5px 0;
                        transition: all 700ms ease 0s;
                        width: 38px;
                    }

                .customer-support .info-box .social ul li:hover a i::before {
                    background: #2098d1;
                    color: #fff;
                    border: 2px solid #2098d1;
                }


/*==== End customers area css ====*/


/*==== Start years tab area css ====*/

.years-tab-area {
    padding-bottom: 70px;
}

    .years-tab-area .years-tab {
        padding-top: 40px;
    }

.years-tab .tab-menu {
    width: 270px;
}

    .years-tab .tab-menu ul li {
        margin-bottom: 35px;
        position: relative;
    }

        .years-tab .tab-menu ul li a h3 {
            color: #343434;
            display: inline-block;
            font-size: 18px;
            font-weight: 700;
            position: relative;
            text-transform: uppercase;
            width: 67px;
        }

            .years-tab .tab-menu ul li a h3::before {
                background: #dedede none repeat scroll 0 0;
                content: "";
                height: 48px;
                position: absolute;
                right: 0;
                top: 16px;
                width: 2px;
            }

            .years-tab .tab-menu ul li a h3::after {
                border: 1px solid #dedede;
                border-radius: 50%;
                content: "";
                height: 12px;
                position: absolute;
                right: -5px;
                top: 4px;
                width: 12px;
                transition: all 700ms ease 0s;
            }

        .years-tab .tab-menu ul li a span {
            color: #343434;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            padding-left: 25px;
            transition: all 700ms ease 0s;
        }

.years-tab .tab-content {
    padding-left: 30px;
}

.years-tab .tab-menu,
.years-tab .tab-content {
    display: table-cell;
    vertical-align: top;
}

    .years-tab .tab-content .title {
        padding-bottom: 23px;
    }

        .years-tab .tab-content .title h2 {
            color: #343434;
            font-size: 24px;
            font-weight: 700;
            margin: 0;
            text-transform: uppercase;
        }

        .years-tab .tab-content .title .border {
            background: #eaeaea none repeat scroll 0 0;
            display: block;
            height: 1px;
            margin: 12px 0 0;
            width: 60px;
        }

    .years-tab .tab-content p {
        text-align: justify;
    }

    .years-tab .tab-content .bottom-text {
        padding-top: 5px;
    }

    .years-tab .tab-content .bottom-img-holder {
        padding-top: 14px;
    }

        .years-tab .tab-content .bottom-img-holder img {
            width: 100%;
        }

    .years-tab .tab-menu ul li.active a h3::after {
        background: #2098d1 none repeat scroll 0 0;
        border: 1px solid #2098d1;
    }

    .years-tab .tab-menu ul li.active a span {
        color: #2098d1;
    }

    .years-tab .tab-menu ul li a span:hover {
        color: #2098d1;
    }

.working-time {
    background: #f6f6f6 none repeat scroll 0 0;
    margin-top: -4px;
    padding: 30px 20px 25px;
}

    .working-time h3 {
        color: #343434;
        font-size: 18px;
        font-weight: 700;
        margin: -4px 0 20px;
        text-transform: uppercase;
    }

    .working-time ul li {
        border-bottom: 1px solid #dedede;
        margin-bottom: 12px;
        padding-bottom: 14px;
    }

        .working-time ul li:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none;
        }

        .working-time ul li span {
            float: right;
        }

    .working-time span a {
        color: #2098d1;
    }

.subscribe {
    background: #f6f6f6 none repeat scroll 0 0;
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 23px;
}

    .subscribe h3 {
        color: #343434;
        font-size: 18px;
        font-weight: 700;
        margin: -4px 0 17px;
        text-transform: uppercase;
    }

    .subscribe form {
        position: relative;
    }

        .subscribe form input[type="email"] {
            background: #ffffff none repeat scroll 0 0;
            border: 1px solid #dedede;
            color: #797979;
            display: block;
            height: 45px;
            padding-left: 10px;
            padding-right: 50px;
            width: 100%;
            transition: all 700ms ease 0s;
        }

        .subscribe form button {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #dedede;
            border-style: none none none solid;
            border-width: medium medium medium 1px;
            height: 45px;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            width: 46px;
            color: #797979;
            transition: all 700ms ease 0s;
        }

        .subscribe form p {
            color: #2098d1;
            font-size: 12px;
            font-weight: 600;
            margin: 7px 0 0;
        }

        .subscribe form input[type="email"]:focus {
            outline: none;
        }

        .subscribe form button:hover {
            background: #000;
            color: #fff;
        }


/*==== End years tab area css ====*/


/*==== Start fact counter area css ====*/

.fact-counter-area {
    background: #2098d1 none repeat scroll 0 0;
}

.fact-counter ul li {
    border-left: 1px solid #337ab7;
    float: left;
    padding: 70px 30px 63px;
    width: 50%;
    margin: 10px 0px;
}

    .fact-counter ul li:last-child {
        /*   border-right: 1px solid #337ab7;*/
    }

    .fact-counter ul li .text {
        width: 150px;
    }

        .fact-counter ul li .text h1 {
            color: #ffffff;
            font-size: 36px;
            font-weight: 700;
            line-height: 30px;
            margin: 0 0 7px;
        }

        .fact-counter ul li .text h6 {
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
            line-height: 30px;
        }

    .fact-counter ul li .text,
    .fact-counter ul li .icon {
        display: table-cell;
        vertical-align: middle;
    }

    .fact-counter ul li .icon {
        padding-left: 16px;
    }

        .fact-counter ul li .icon span::before {
            color: #ffffff;
            font-size: 65px;
            position: relative;
            top: 6px;
        }


/*==== End fact counter area css ====*/
.fact-count-area {
    background: #2098d1 none repeat scroll 0 0;
}

.fact-count ul li {
    border-left: 1px solid #337ab7;
    float: left;
    padding: 70px 30px 63px;
    width: 33%;
    margin: 10px 0px;
}

    .fact-count ul li:last-child {
        /*   border-right: 1px solid #337ab7;*/
    }

    .fact-count ul li .text {
        width: 150px;
    }

        .fact-count ul li .text h1 {
            color: #ffffff;
            font-size: 36px;
            font-weight: 700;
            line-height: 30px;
            margin: 0 0 7px;
        }

        .fact-count ul li .text h6 {
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
            line-height: 30px;
        }

    .fact-count ul li .text,
    .fact-count ul li .icon {
        display: table-cell;
        vertical-align: middle;
    }

    .fact-count ul li .icon {
        padding-left: 16px;
    }

        .fact-count ul li .icon span::before {
            color: #ffffff;
            font-size: 65px;
            position: relative;
            top: 6px;
        }


/*==== Start why choose us area css ====*/

.why-choose-us-area {
    padding-bottom: 35px;
    padding-top: 90px;
}

    .why-choose-us-area .sec-title {
        padding-bottom: 25px;
    }

    .why-choose-us-area .single-item {
        margin-bottom: 50px;
        padding-left: 100px;
        position: relative;
    }

        .why-choose-us-area .single-item .icon-holder {
            background: #f6f6f6 none repeat scroll 0 0;
            color: #343434;
            display: block;
            height: 80px;
            left: 0;
            padding: 28px 0;
            position: absolute;
            text-align: center;
            top: 4px;
            width: 80px;
            transition: all 500ms ease 0s;
        }

            .why-choose-us-area .single-item .icon-holder span::before {
                font-size: 32px;
            }

        .why-choose-us-area .single-item .content {
            padding-left: 10px;
        }

            .why-choose-us-area .single-item .content h3 {
                color: #343434;
                font-size: 18px;
                font-weight: 700;
                margin: 0 0 16px;
                text-transform: uppercase;
            }

            .why-choose-us-area .single-item .content p {
                margin: 0 0 16px;
            }

            .why-choose-us-area .single-item .content a {
                color: #343434;
                font-weight: 700;
                text-transform: uppercase;
            }

                .why-choose-us-area .single-item .content a i {
                    display: inline-block;
                    padding-left: 10px;
                }

        .why-choose-us-area .single-item:hover .icon-holder {
            background: #2098d1;
            color: #fff;
        }

        .why-choose-us-area .single-item:hover .content a {
            color: #2098d1;
        }


/*==== End why choose us area css ====*/


/*==== Start testimonial area css ====*/

.testimonial-area {
    background: #f6f6f6 none repeat scroll 0 0;
    padding-bottom: 90px;
    padding-top: 90px;
}

    .testimonial-area .sec-title {
        padding-bottom: 30px;
    }

        .testimonial-area .sec-title span.decor::before {
            background: #dedede none repeat scroll 0 0;
        }

        .testimonial-area .sec-title span.decor::after {
            background: #dedede none repeat scroll 0 0;
        }

        .testimonial-area .sec-title span.decor {
            border: 1px solid #dedede;
        }

.single-testimonial-item .content {
    background: #fff none repeat scroll 0 0;
    padding: 22px 10px 14px 53px;
    position: relative;
}

    .single-testimonial-item .content::before {
        border-left: 25px solid #fff;
        border-right: 16px solid transparent;
        border-top: 16px solid transparent;
        bottom: -20px;
        content: "";
        height: 15px;
        left: -12px;
        position: absolute;
        transform: rotate(88deg);
        width: 15px;
    }

    .single-testimonial-item .content::after {
        content: "\f10d";
        position: absolute;
        font-family: FontAwesome;
        color: #dedede;
        left: 20px;
        top: 19px;
        font-size: 25px;
    }

.single-testimonial-item .client-info {
    padding-top: 35px;
}

    .single-testimonial-item .client-info .client-photo {
        width: 55px;
    }

    .single-testimonial-item .client-info .client-photo,
    .single-testimonial-item .client-info .client-name {
        display: table-cell;
        vertical-align: top;
    }

    .single-testimonial-item .client-info .client-name {
        padding-left: 20px;
    }

        .single-testimonial-item .client-info .client-name h6 {
            color: #343434;
            font-size: 14px;
            font-weight: 700;
            margin: -3px 0 6px;
            text-transform: uppercase;
        }

        .single-testimonial-item .client-info .client-name p {
            color: #2098d1;
            font-size: 14px;
            font-style: italic;
            margin: 0;
        }

.testi-owl.owl-theme .owl-dots {
    margin-top: 40px;
}

    .testi-owl.owl-theme .owl-dots .owl-dot span {
        background: #000;
        margin-left: 10px;
        margin-right: 10px;
        width: 12px;
        height: 12px;
    }

    .testi-owl.owl-theme .owl-dots .owl-dot.active span,
    .testi-owl.owl-theme .owl-dots .owl-dot:hover span {
        background: #BE0C16;
    }


/*==== End testimonial area css ====*/


/*==== Start testimonial page css ====*/

.testimonial-page {
    padding-bottom: 90px;
    padding-top: 90px;
}

    .testimonial-page .testimonial-masonary {
        margin-left: -15px;
        margin-right: -15px;
    }

        .testimonial-page .testimonial-masonary .masonary-testimonial-single-item.span-4 {
            width: 33.3333333333%;
            padding: 0 15px;
            margin-bottom: 40px;
        }

        .testimonial-page .testimonial-masonary .masonary-testimonial-single-item .single-testimonial-item {
            border-bottom: 1px solid #f6f6f6;
            padding-bottom: 40px;
        }

    .testimonial-page .single-testimonial-item .content {
        background: #f6f6f6 none repeat scroll 0 0;
        padding: 22px 15px 14px 53px;
        position: relative;
    }

        .testimonial-page .single-testimonial-item .content::before {
            border-left: 25px solid #f6f6f6;
            border-right: 16px solid transparent;
            border-top: 16px solid transparent;
            bottom: -20px;
            content: "";
            height: 15px;
            left: -12px;
            position: absolute;
            transform: rotate(88deg);
            width: 15px;
        }

        .testimonial-page .single-testimonial-item .content::after {
            content: "\f10d";
            position: absolute;
            font-family: FontAwesome;
            color: #dedede;
            left: 20px;
            top: 19px;
            font-size: 25px;
        }

        .testimonial-page .single-testimonial-item .content p {
        }

    .testimonial-page .loadmore-button a {
        background: #d51e27;
        background-image: -webkit-linear-gradient(top, #d51e27, #bb0a13);
        background-image: -moz-linear-gradient(top, #d51e27, #bb0a13);
        background-image: -ms-linear-gradient(top, #d51e27, #bb0a13);
        background-image: -o-linear-gradient(top, #d51e27, #bb0a13);
        background-image: linear-gradient(to bottom, #d51e27, #bb0a13);
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        margin-top: 10px;
        padding: 12px 38px 14px;
        text-transform: uppercase;
        transition: all 700ms ease 0s;
    }

        .testimonial-page .loadmore-button a:hover {
            background: #000;
        }


/*==== End testimonial page css ====*/


/*==== Start write your comment area css ====*/

.write-your-comment-area {
    background: #f6f6f6 none repeat scroll 0 0;
    padding-bottom: 90px;
    padding-top: 89px;
}

    .write-your-comment-area .sec-title p {
        margin: 23px 0 16px;
    }

.write-your-comment-form input[type="text"] {
    border: 1px solid #dedede;
    color: #afafaf;
    display: inline-block;
    height: 50px;
    margin-right: 26px;
    padding: 0 15px;
    width: 303px;
    background: #fff;
    transition: all 700ms ease 0s;
}

    .write-your-comment-form input[type="text"]:focus {
        border: 1px solid #989898;
        color: #2098d1;
    }

.write-your-comment-form button.aut-cr-btn {
    padding: 12px 0;
    width: 170px;
}


/*==== End write your comment area css ====*/


/*==== Start meet our specialist area about us bg css ====*/

.meet-our-specialist-area.about-us-bg {
    background: #fff none repeat scroll 0 0;
}


/*==== End meet our specialist area about us bg css ====*/


/*==== Start brand area about-us-bg css ====*/

.brand-area.about-us-bg {
    background: #f6f6f6 none repeat scroll 0 0;
}

    .brand-area.about-us-bg .single-item {
        border: 1px solid #dedede;
    }

    .brand-area.about-us-bg .owl-theme .owl-nav .owl-prev {
        background: #f6f6f6 none repeat scroll 0 0;
        border: 1px solid #dedede;
    }

    .brand-area.about-us-bg .owl-theme .owl-nav .owl-next {
        background: #f6f6f6 none repeat scroll 0 0;
        border: 1px solid #dedede;
    }

    .brand-area.about-us-bg .owl-theme .owl-nav .owl-prev:hover {
        background: #000;
    }

    .brand-area.about-us-bg .owl-nav .owl-next:hover {
        background: #000;
    }


/*==== End brand area about-us-bg css ====*/


/*==== Start faq content area css ====*/

.faq-content-area {
    padding-bottom: 85px;
    padding-top: 90px;
}

.about-autocare-faq .sec-title {
    padding-bottom: 30px;
}

.accordion {
    border: 1px solid #dedede;
    margin-bottom: 5px;
    position: relative;
}

    .accordion .acc-btn {
        background: #f6f6f6 none repeat scroll 0 0;
        color: #343434;
        cursor: pointer;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        padding: 10px 50px 10px 10px;
        position: relative;
    }

        .accordion .acc-btn.active {
            border-bottom: 1px solid #dedede;
        }

        .accordion .acc-btn .toggle-icon {
            color: #797979;
            display: block;
            font-weight: 100;
            height: 24px;
            line-height: 20px;
            position: absolute;
            right: 20px;
            top: 15px;
            width: 24px;
        }

            .accordion .acc-btn .toggle-icon .plus::before {
                font-size: 24px;
                font-weight: 500;
                transition: all 0.3s ease 0s;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
            }

.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
    opacity: 0;
}

.accordion-box .accordion .acc-btn.active .toggle-icon span:before {
    color: #2098d1;
}

.accordion-box .accordion .acc-btn .toggle-icon .minus::before {
    font-size: 24px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
    opacity: 1;
}

.accordion-box .accordion .acc-content {
    color: #797979;
    display: none;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 20px 13px;
    background: #fff;
}

    .accordion-box .accordion .acc-content.collapsed {
        display: block;
    }

    .accordion-box .accordion .acc-content p {
        color: #5f5f5f;
        margin: 0;
    }

.general-question {
    padding-top: 64px;
}

    .general-question .sec-title {
        padding-bottom: 30px;
    }

.about-service-faq {
    padding-top: 64px;
}

    .about-service-faq .sec-title {
        padding-bottom: 30px;
    }


/*==== End faq content area css ====*/


/*==== Start ask your question area css ====*/

.ask-your-question-area {
    background: #f6f6f6 none repeat scroll 0 0;
    padding-bottom: 90px;
    padding-top: 90px;
}

    .ask-your-question-area .sec-title {
        padding-bottom: 33px;
    }

        .ask-your-question-area .sec-title span.decor {
            border: 1px solid #dedede;
        }

            .ask-your-question-area .sec-title span.decor::before {
                background: #dedede none repeat scroll 0 0;
            }

            .ask-your-question-area .sec-title span.decor::after {
                background: #dedede none repeat scroll 0 0;
            }

        .ask-your-question-area .sec-title p {
            margin: 23px 0 0;
        }

.ask-your-question-form input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    color: #797979;
    font-size: 14px;
    height: 50px;
    padding: 0 20px;
    width: 100%;
    transition: all 700ms ease 0s;
}

.ask-your-question-form .select-field select {
    -moz-appearance: none;
    background: #ffffff url("../img/resources/dropdown.png") no-repeat scroll 95% 50%;
    border: 1px solid #dedede;
    border-radius: 0;
    color: #b7b7b7;
    cursor: pointer;
    font-size: 14px;
    height: 50px;
    padding-left: 15px;
    padding-right: 30px;
    position: relative;
    transition: all 700ms ease 0s;
    width: 100%;
    transition: all 700ms ease 0s;
}

.ask-your-question-form textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    color: #797979;
    font-size: 14px;
    height: 140px;
    padding: 13px 20px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 38px;
    transition: all 700ms ease 0s;
}

.ask-your-question-form button {
    padding: 12px 0;
    width: 170px;
    border: 2px solid #2098d1;
}

.ask-your-question-form input[type="text"]:focus {
    border: 1px solid #222;
    color: #2098d1;
}

.ask-your-question-form .select-field select:focus {
    border: 1px solid #222;
    color: #2098d1;
}

.ask-your-question-form textarea:focus {
    border: 1px solid #222;
    color: #2098d1;
}

.ask-your-question-form button:hover {
    border: 2px solid #2098d1;
}


/*==== End ask your question area css ====*/


/*==== Start pricing table area css ====*/

.pricing-table-area {
    padding-bottom: 90px;
    padding-top: 115px;
}

.single-price-box .table-header {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #d51e27;
    background-image: -webkit-linear-gradient(top, #d51e27, #bb0a13);
    background-image: -moz-linear-gradient(top, #d51e27, #bb0a13);
    background-image: -ms-linear-gradient(top, #d51e27, #bb0a13);
    background-image: -o-linear-gradient(top, #d51e27, #bb0a13);
    background-image: linear-gradient(to bottom, #d51e27, #bb0a13);
    position: relative;
}

.most-popular-plan {
    background: #343434 none repeat scroll 0 0;
    color: #ffffff;
    height: 25px;
    left: -7px;
    position: absolute;
    top: 90px;
    transform: rotate(-45deg);
    width: 110px;
    z-index: 3;
}

    .most-popular-plan::before {
        content: "\f0d7";
        font-size: 20px;
        left: 0;
        position: absolute;
        top: 14px;
        font-family: FontAwesome;
        z-index: 1;
        position: absolute;
        color: #565656;
    }

    .most-popular-plan::after {
        content: "\f0d7";
        font-size: 20px;
        right: 1px;
        position: absolute;
        top: 14px;
        font-family: FontAwesome;
        z-index: 1;
        position: absolute;
        color: #565656;
    }

    .most-popular-plan h6 {
        color: #fff;
        font-size: 12px;
        padding: 5px 17px;
    }

.single-price-box .table-header h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-price-box .price {
    background: #f6f6f6 none repeat scroll 0 0;
    padding-bottom: 20px;
    padding-top: 12px;
}

    .single-price-box .price h1 {
        color: #797979;
        font-size: 44px;
        font-weight: 600;
    }

    .single-price-box .price h6 {
        color: #797979;
        font-size: 14px;
        font-weight: 600;
        margin: 4px 0 0;
    }

.single-price-box .price-list {
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    padding-bottom: 19px;
    padding-top: 20px;
}

    .single-price-box .price-list ul {
        padding: 0 20px;
    }

        .single-price-box .price-list ul li {
            border-bottom: 1px solid #f6f6f6;
            color: #343434;
            font-size: 14px;
            font-weight: 700;
            padding-bottom: 14px;
            padding-top: 10px;
            text-transform: uppercase;
        }

            .single-price-box .price-list ul li:last-child {
                border-bottom: none;
            }

            .single-price-box .price-list ul li span::before {
                color: #2098d1;
                float: right;
                font-size: 16px;
                font-weight: 500;
            }

.single-price-box .table-footer {
    background: #f6f6f6 none repeat scroll 0 0;
    padding-bottom: 30px;
    padding-top: 30px;
}

    .single-price-box .table-footer a {
        background: #000 none repeat scroll 0 0;
        border: medium none;
        padding: 13px 0;
        transition: all 700ms ease 0s;
        width: 160px;
    }

.single-price-box:hover .table-footer a {
    background: #d51e27;
    background-image: -webkit-linear-gradient(top, #d51e27, #bb0a13);
    background-image: -moz-linear-gradient(top, #d51e27, #bb0a13);
    background-image: -ms-linear-gradient(top, #d51e27, #bb0a13);
    background-image: -o-linear-gradient(top, #d51e27, #bb0a13);
    background-image: linear-gradient(to bottom, #d51e27, #bb0a13);
}


/*==== End pricing table area css ====*/


/*==== Start combo package area css ====*/

.combo-package-area {
    background: rgba(0, 0, 0, 0) url("../img/resources/combo-package-bg.jpg") no-repeat scroll center center / cover;
    padding-bottom: 47px;
    padding-top: 42px;
}

    .combo-package-area .text h1 {
        color: #ffffff;
        font-size: 28px;
        font-weight: 700;
        margin: 0 0 18px;
        text-transform: uppercase;
    }

    .combo-package-area .text h5 {
        color: #ffffff;
        font-size: 16px;
    }

    .combo-package-area .button a {
        background: #ffffff none repeat scroll 0 0;
        border: 2px solid #fff;
        color: #2098d1;
        padding: 11px 0;
        position: relative;
        top: 10px;
        width: 200px;
        transition: all 700ms ease 0s;
    }

        .combo-package-area .button a:hover {
            background: #000;
            color: #fff;
        }


/*==== End combo package area css ====*/


/*==== Start blog content area css ====*/

.large-blog-content-area {
    padding-bottom: 90px;
    padding-top: 90px;
}

.large-blog-post .single-blog-post {
    padding-bottom: 54px;
}

    .large-blog-post .single-blog-post .img-holder .overlay .image-view .icon-holder a span::before {
        font-size: 50px;
        height: 50px;
        width: 50px;
        font-weight: 100;
    }

    .large-blog-post .single-blog-post ul {
        padding-left: 20px;
        width: 770px;
    }

        .large-blog-post .single-blog-post ul li a {
            color: #2098d1;
        }

            .large-blog-post .single-blog-post ul li a span.underline {
                /*text-decoration: underline;*/
            }

    .large-blog-post .single-blog-post .content-box .content {
        padding-left: 30px;
    }

.paginations ul li {
    display: inline-block;
    margin: 0 3px;
}

    .paginations ul li a {
        background: #f6f6f6 none repeat scroll 0 0;
        color: #797979;
        display: block;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        width: 50px;
        transition: all 500ms ease 0s;
    }

        .paginations ul li a i {
            font-size: 22px;
        }

        .paginations ul li.active a,
        .paginations ul li a:hover {
            background: #2098d1;
            color: #ffffff;
        }

.sidebar-wrapper {
}

.single-sidebar {
    padding-bottom: 60px;
}

    .single-sidebar .search-form {
        position: relative;
    }

        .single-sidebar .search-form input[type="text"] {
            background: #fff none repeat scroll 0 0;
            border: 1px solid #f6f6f6;
            color: #797979;
            display: block;
            font-size: 14px;
            font-style: italic;
            font-weight: 600;
            height: 47px;
            padding-left: 12px;
            padding-right: 55px;
            position: relative;
            transition: all 500ms ease 0s;
            width: 100%;
        }

        .single-sidebar .search-form button {
            background: #2098d1 none repeat scroll 0 0;
            border: medium none;
            color: #fff;
            display: block;
            height: 47px;
            padding: 11px 0;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            transition: all 500ms ease 0s;
            width: 47px;
        }

        .single-sidebar .search-form input[type="text"]:focus {
            border: 1px solid #000;
        }

            .single-sidebar .search-form input[type="text"]:focus + button,
            .single-sidebar .search-form button:hover {
                background: #000 none repeat scroll 0 0;
                color: #ffffff;
            }

    .single-sidebar .sec-title {
        margin-top: -10px;
        padding-bottom: 30px;
    }

        .single-sidebar .sec-title h3 {
            color: #343434;
            font-size: 22px;
            font-weight: 700;
            line-height: 33px;
            text-transform: uppercase;
        }

    .single-sidebar .blog-categories {
        margin-top: -5px;
    }

        .single-sidebar .blog-categories li {
            border-bottom: 1px solid #f6f6f6;
            margin-bottom: 14px;
            padding-bottom: 14px;
            transition: all 500ms ease 0s;
        }

            .single-sidebar .blog-categories li:last-child {
                margin-bottom: 0;
            }

            .single-sidebar .blog-categories li a {
                color: #797979;
                font-size: 14px;
                position: relative;
                padding-left: 25px;
                transition: all 500ms ease 0s;
            }

                .single-sidebar .blog-categories li a::before {
                    content: "\f114";
                    font-family: FontAwesome;
                    top: -2px;
                    left: 0;
                    position: absolute;
                    color: #797979;
                    font-size: 16px;
                }

                .single-sidebar .blog-categories li a::after {
                    content: "\f115";
                    font-family: FontAwesome;
                    top: -2px;
                    left: 0;
                    position: absolute;
                    color: #797979;
                    font-size: 16px;
                    display: none;
                }

            .single-sidebar .blog-categories li:hover a::before {
                display: none;
            }

            .single-sidebar .blog-categories li:hover a::after {
                display: block;
                color: #2098d1;
            }

            .single-sidebar .blog-categories li:hover a {
                color: #2098d1;
            }

.latest-post {
    margin: 0px 20px;
    height: 450px;
    overflow: scroll;
    max-width: 100%;
    overflow-x: hidden;
}

    .latest-post li {
        margin-bottom: 29px;
        padding-left: 70px;
        position: relative;
    }

.single-sidebar .latest-post li {
    margin-bottom: 29px;
    padding-left: 70px;
    position: relative;
}

.latest-post li:last-child {
    margin-bottom: 0;
}

.latest-post li .img-holder {
    height: 90px;
    left: 0;
    position: absolute;
    top: 0;
    width: 90px;
}

    .latest-post li .img-holder .overlay {
        background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        transform: scale(0);
        transition: all 0.5s ease 0s;
    }

        .latest-post li .img-holder .overlay .icon-holder {
            display: table;
            height: 100%;
            width: 100%;
        }

            .latest-post li .img-holder .overlay .icon-holder a {
                display: table-cell;
                vertical-align: middle;
            }

                .latest-post li .img-holder .overlay .icon-holder a span::before {
                    color: #fff;
                    display: inline-block;
                    font-size: 24px;
                    height: 32px;
                    position: relative;
                    top: 4px;
                    transition: all 0.5s ease 0s;
                    width: 32px;
                }

.latest-post li:hover .overlay {
    transform: scale(1);
}

.latest-post li .title {
    padding-left: 40px;
}

    .latest-post li .title h6 {
        color: #343434;
        font-size: 15px;
        line-height: 20px;
        position: relative;
        text-transform: uppercase;
    }

        .latest-post li .title h6 a {
            color: #f7f7f7;
            transition: all 500ms ease 0s;
        }

    .latest-post li .title ul {
        margin-top: -1px;
    }

        .latest-post li .title ul li {
            color: #2098d1;
            width: 92px;
            display: inline-block;
            font-size: 14px;
            line-height: 14px;
            margin-bottom: 0;
            margin-right: 7px;
            padding-left: 0;
            padding-right: 10px;
            position: relative;
        }

            .latest-post li .title ul li::before {
                background: #2098d1 none repeat scroll 0 0;
                content: "";
                height: 14px;
                position: absolute;
                right: 0;
                top: 2px;
                width: 1px;
            }

            .latest-post li .title ul li:last-child::before {
                width: 0;
            }

            .latest-post li .title ul li span.underline {
                text-decoration: underline;
            }

            .latest-post li .title ul li span::before {
                display: inline-block;
                font-size: 15px;
                padding-right: 10px;
                position: relative;
                top: 2px;
            }

.latest-post li:hover .title h6 a {
    color: #2098d1;
}

.single-sidebar .blog-archive {
    margin-top: -8px;
}

    .single-sidebar .blog-archive li {
        border-bottom: 1px solid #f6f6f6;
        margin-bottom: 13px;
        padding-bottom: 13px;
    }

        .single-sidebar .blog-archive li:last-child {
            margin-bottom: 0;
        }

        .single-sidebar .blog-archive li a {
            color: #797979;
            font-size: 14px;
            transition: all 700ms ease 0s;
        }

            .single-sidebar .blog-archive li a span::before {
                color: #797979;
                display: inline-block;
                font-size: 13px;
                padding-right: 10px;
            }

        .single-sidebar .blog-archive li:hover a {
            color: #2098d1;
            padding-left: 10px;
        }

            .single-sidebar .blog-archive li:hover a span::before {
                color: #2098d1;
            }

.single-sidebar .instagram-feed {
    margin-top: -10px;
    margin-left: -3px;
    margin-right: -3px;
}

    .single-sidebar .instagram-feed li {
        display: inline-block;
        margin: 10px 3px 0px;
    }

        .single-sidebar .instagram-feed li .img-holder {
            position: relative;
        }

            .single-sidebar .instagram-feed li .img-holder .overlay {
                background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                text-align: center;
                top: 0;
                transition: all 0.5s ease 0s;
                transform: scale(0);
            }

                .single-sidebar .instagram-feed li .img-holder .overlay .icon-holder {
                    display: table;
                    height: 100%;
                    width: 100%;
                }

                    .single-sidebar .instagram-feed li .img-holder .overlay .icon-holder a {
                        display: table-cell;
                        vertical-align: middle;
                    }

                        .single-sidebar .instagram-feed li .img-holder .overlay .icon-holder a span::before {
                            color: #fff;
                            display: inline-block;
                            font-size: 20px;
                            position: relative;
                            font-weight: 100;
                        }

        .single-sidebar .instagram-feed li:hover .overlay {
            transform: scale(1);
        }

.single-sidebar .popular-tag {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -10px;
}

    .single-sidebar .popular-tag li {
        display: inline-block;
        margin: 10px 3px 0;
    }

        .single-sidebar .popular-tag li a {
            border: 1px solid #f6f6f6;
            color: #797979;
            display: block;
            font-size: 14px;
            height: 30px;
            line-height: 20px;
            padding: 4px 15px;
            transition: all 300ms ease 0s;
        }

            .single-sidebar .popular-tag li a:hover {
                background: #f6f6f6;
                color: #343434;
            }


/*==== End blog content area css ====*/


/*==== Start list blog content area css ====*/

.list-blog-content-area {
    padding-bottom: 90px;
    padding-top: 90px;
}

.list-blog-post .single-blog-post {
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 50px;
    padding-bottom: 50px;
    transition: all 700ms ease 0s;
}

    .list-blog-post .single-blog-post:hover {
        border-bottom: 1px solid #dedbdb;
    }

    .list-blog-post .single-blog-post .date-and-img-box {
        padding-left: 70px;
        position: relative;
    }

        .list-blog-post .single-blog-post .date-and-img-box .date-box {
            background: #f6f6f6 none repeat scroll 0 0;
            height: 85px;
            left: 0;
            position: absolute;
            text-align: center;
            top: 0;
            width: 70px;
        }

            .list-blog-post .single-blog-post .date-and-img-box .date-box .date {
                color: #343434;
                font-size: 14px;
                font-weight: 700;
                line-height: 24px;
                padding-bottom: 4px;
                padding-top: 2px;
                text-transform: uppercase;
            }

            .list-blog-post .single-blog-post .date-and-img-box .date-box .comment {
                background: #2098d1 none repeat scroll 0 0;
                color: #fff;
                font-size: 14px;
                line-height: 30px;
            }

                .list-blog-post .single-blog-post .date-and-img-box .date-box .comment p {
                    margin: 0;
                }

                    .list-blog-post .single-blog-post .date-and-img-box .date-box .comment p span::before {
                        color: #fff;
                        display: inline-block;
                        font-size: 14px;
                        padding-right: 5px;
                        position: relative;
                        top: 1px;
                    }

        .list-blog-post .single-blog-post .date-and-img-box .img-holder {
            margin-left: 30px;
        }

    .list-blog-post .single-blog-post .content-box {
    }

        .list-blog-post .single-blog-post .content-box ul {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            float: left;
            margin: -7px 0 20px;
            padding: 0;
            position: static;
        }

            .list-blog-post .single-blog-post .content-box ul li {
            }

                .list-blog-post .single-blog-post .content-box ul li .underline {
                    /*text-decoration: underline;*/
                }

                .list-blog-post .single-blog-post .content-box ul li a {
                    color: #2098d1;
                }

        .list-blog-post .single-blog-post .content-box .content {
            float: left;
            padding: 0;
        }

            .list-blog-post .single-blog-post .content-box .content h3 {
                line-height: 24px;
                margin: 1px 0 13px;
            }

            .list-blog-post .single-blog-post .content-box .content p {
                margin: 0 0 16px;
            }

.list-blog-post .paginations {
    margin-top: 10px;
}


/*==== End list blog content area css ====*/


/*==== Start manasory blog content area css ====*/

.manasory-blog-content-area {
    padding-bottom: 90px;
    padding-top: 90px;
}

    .manasory-blog-content-area .manasory-blog-post {
        margin-left: -15px;
        margin-right: -15px;
    }

        .manasory-blog-content-area .manasory-blog-post .single-blog-manasory-item.span-4 {
            width: 33.3333333333%;
            padding: 0 15px;
            margin-bottom: 51px;
        }

        .manasory-blog-content-area .manasory-blog-post .single-blog-manasory-item .single-blog-post {
            border-bottom: 1px solid #f6f6f6;
            padding-bottom: 43px;
        }

.manasory-blog-post .single-blog-manasory-item .single-blog-post.video-gallery .content-box {
    margin-top: 25px;
}

    .manasory-blog-post .single-blog-manasory-item .single-blog-post.video-gallery .content-box .date-box {
        margin-top: 5px;
    }

.manasory-blog-content-area .loadmore-button a {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 38px 14px;
    text-transform: uppercase;
    transition: all 700ms ease 0s;
    margin-top: 9px;
}

    .manasory-blog-content-area .loadmore-button a:hover {
        background: #2098d1;
    }


/*==== End manasory blog content area css ====*/


/*==== Start manasory blog with sidebar area css ====*/

.manasory-blog-ws-area {
    padding-bottom: 90px;
    padding-top: 90px;
}

    .manasory-blog-ws-area .manasory-blog-post-v2 {
        margin-left: -15px;
        padding-right: 25px;
    }

        .manasory-blog-ws-area .manasory-blog-post-v2 .single-blog-manasory-item.span-6 {
            width: 50%;
            padding: 0 15px;
            margin-bottom: 50px;
        }

        .manasory-blog-ws-area .manasory-blog-post-v2 .single-blog-manasory-item .single-blog-post {
            border-bottom: 1px solid #f6f6f6;
            padding-bottom: 44px;
        }

.manasory-blog-post-v2 .single-blog-manasory-item .single-blog-post.video-gallery .content-box {
    margin-top: 25px;
}

    .manasory-blog-post-v2 .single-blog-manasory-item .single-blog-post.video-gallery .content-box .date-box {
        margin-top: 5px;
    }

.manasory-blog-post-v2 .loadmore-button a {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 38px 14px;
    text-transform: uppercase;
    transition: all 700ms ease 0s;
    margin-top: 9px;
}

    .manasory-blog-post-v2 .loadmore-button a:hover {
        background: #2098d1;
    }


/*==== End manasory blog with sidebar area css ====*/


/*==== Start blog details content area css ====*/

.blog-details-content-area {
    padding-bottom: 90px;
    padding-top: 90px;
}

.blog-details-content .single-blog-post .img-holder img {
    transform: none;
}

.blog-details-content .single-blog-post ul {
    padding-right: 265px;
}

    .blog-details-content .single-blog-post ul li a {
        color: #2098d1;
    }

        .blog-details-content .single-blog-post ul li a .underline {
            /*text-decoration: underline;*/
        }

.blog-details-content .single-blog-post .content-box {
    padding-top: 50px;
}

    .blog-details-content .single-blog-post .content-box .content {
        padding-left: 30px;
    }

    .blog-details-content .single-blog-post .content-box .date-box {
        margin-top: 5px;
    }

    .blog-details-content .single-blog-post .content-box .content h3 {
        font-size: 24px;
        margin: -1px 0 20px;
    }

        .blog-details-content .single-blog-post .content-box .content h3:hover {
            color: #343434;
        }

    .blog-details-content .single-blog-post .content-box .content .top-text {
        margin: 0 0 16px;
    }

    .blog-details-content .single-blog-post .content-box .content .caption-box {
        margin-bottom: 50px;
        margin-top: 43px;
        padding-bottom: 17px;
        padding-left: 30px;
        padding-top: 13px;
        position: relative;
    }

        .blog-details-content .single-blog-post .content-box .content .caption-box::before {
            background: #f6f6f6 none repeat scroll 0 0;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 2px;
        }

        .blog-details-content .single-blog-post .content-box .content .caption-box p {
            font-size: 16px;
            font-style: italic;
            font-weight: 300;
            line-height: 28px;
        }

        .blog-details-content .single-blog-post .content-box .content .caption-box h5 {
            color: #343434;
            font-size: 16px;
            margin: 21px 0 0;
        }

    .blog-details-content .single-blog-post .content-box .content .caption-and-img-box {
    }

        .blog-details-content .single-blog-post .content-box .content .caption-and-img-box .img-box {
            width: 370px;
        }

        .blog-details-content .single-blog-post .content-box .content .caption-and-img-box .img-box,
        .blog-details-content .single-blog-post .content-box .content .caption-and-img-box .text-box {
            display: table-cell;
            vertical-align: top;
        }

        .blog-details-content .single-blog-post .content-box .content .caption-and-img-box .text-box {
            padding-left: 30px;
        }

            .blog-details-content .single-blog-post .content-box .content .caption-and-img-box .text-box h3 {
                color: #343434;
                font-size: 18px;
                margin: 0 0 16px;
                position: relative;
                top: -4px;
            }

            .blog-details-content .single-blog-post .content-box .content .caption-and-img-box .text-box ul {
                background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
                float: left;
                margin-top: 15px;
                padding: 0;
                position: static;
            }

                .blog-details-content .single-blog-post .content-box .content .caption-and-img-box .text-box ul li {
                    border: medium none;
                    color: #797979;
                    font-size: 14px;
                    font-style: italic;
                    font-weight: 500;
                    margin-bottom: 20px;
                    margin-right: 0;
                    padding-right: 0;
                }

                    .blog-details-content .single-blog-post .content-box .content .caption-and-img-box .text-box ul li:last-child {
                        margin-bottom: 0;
                    }

                    .blog-details-content .single-blog-post .content-box .content .caption-and-img-box .text-box ul li span::before {
                        display: inline-block;
                        font-size: 10px;
                        font-weight: 700;
                        padding-right: 7px;
                    }

    .blog-details-content .single-blog-post .content-box .content .social-like-box {
        border-bottom: 1px solid #f6f6f6;
        border-top: 1px solid #f6f6f6;
        margin-bottom: 20px;
        margin-top: 57px;
        padding-bottom: 17px;
        padding-top: 17px;
    }

        .blog-details-content .single-blog-post .content-box .content .social-like-box .title {
            width: 320px;
        }

            .blog-details-content .single-blog-post .content-box .content .social-like-box .title h5 {
                color: #343434;
                font-size: 14px;
                font-weight: 700;
                text-transform: uppercase;
            }

        .blog-details-content .single-blog-post .content-box .content .social-like-box .title,
        .blog-details-content .single-blog-post .content-box .content .social-like-box .social-icon {
            display: table-cell;
            vertical-align: middle;
        }

        .blog-details-content .single-blog-post .content-box .content .social-like-box .social-icon {
            padding-left: 18px;
        }

            .blog-details-content .single-blog-post .content-box .content .social-like-box .social-icon ul {
                background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
                float: none;
                padding: 0;
                position: static;
            }

                .blog-details-content .single-blog-post .content-box .content .social-like-box .social-icon ul li {
                    border: medium none;
                    display: inline-block;
                    line-height: 24px;
                    padding-right: 0;
                    margin-right: 11px;
                }

                    .blog-details-content .single-blog-post .content-box .content .social-like-box .social-icon ul li:last-child {
                        margin-right: 0px;
                    }

                    .blog-details-content .single-blog-post .content-box .content .social-like-box .social-icon ul li a {
                        background: #f6f6f6 none repeat scroll 0 0;
                        border-radius: 3px;
                        color: #797979;
                        display: block;
                        height: 40px;
                        padding: 8px 0;
                        text-align: center;
                        width: 40px;
                        transition: all 700ms ease 0s;
                    }

                    .blog-details-content .single-blog-post .content-box .content .social-like-box .social-icon ul li i::before {
                        font-size: 16px;
                        font-weight: 100;
                    }

                    .blog-details-content .single-blog-post .content-box .content .social-like-box .social-icon ul li a:hover {
                        background: #2098d1;
                        color: #fff;
                    }

.author-box {
    border-bottom: 1px solid #f6f6f6;
    margin-top: 89px;
    overflow: hidden;
    padding-bottom: 53px;
}

    .author-box .sec-title {
        padding-bottom: 30px;
    }

    .author-box .img-holder {
        width: 100px;
    }

        .author-box .img-holder img {
            width: auto;
        }

    .author-box .img-holder,
    .author-box .text {
        display: table-cell;
        vertical-align: top;
    }

    .author-box .text {
        padding-left: 20px;
    }

        .author-box .text h3 {
            font-size: 18px !important;
            margin: -3px 0 21px !important;
        }

        .author-box .text .author-mail {
            color: #2098d1;
            font-size: 14px;
            margin: 16px 0 0;
        }

.comment-box {
    margin-top: 60px;
    overflow: hidden;
}

    .comment-box .sec-title {
        padding-bottom: 29px;
    }

    .comment-box .img-box {
        width: 100px;
    }

    .comment-box .single-comment-box {
        border-bottom: 1px solid #f6f6f6;
        padding-bottom: 24px;
        overflow: hidden;
        margin-bottom: 40px;
    }

        .comment-box .single-comment-box.reply {
            padding-left: 60px;
        }

    .comment-box .img-box,
    .comment-box .text-box {
        display: table-cell;
        vertical-align: top;
    }

    .comment-box .text-box {
        padding-left: 20px;
    }

        .comment-box .text-box h4 {
            color: #343434;
            font-size: 18px;
            font-weight: 700;
            margin: -4px 0 10px;
            text-transform: uppercase;
        }

        .comment-box .text-box ul {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            float: none;
            margin: 0 0 17px;
            padding: 0;
            position: static;
        }

            .comment-box .text-box ul li {
                border: medium none;
                color: #797979;
                display: inline-block;
                font-style: italic;
                line-height: 24px;
                margin-right: 0;
                padding-right: 0;
            }

                .comment-box .text-box ul li::after {
                    color: #797979;
                    content: "/";
                    display: inline-block;
                    margin: 0 2px 0 5px;
                }

                .comment-box .text-box ul li:last-child::after {
                    content: "";
                }

                .comment-box .text-box ul li a {
                    color: #2098d1;
                }

.leave-reply-form {
    margin-top: 49px;
    overflow: hidden;
}

    .leave-reply-form .sec-title {
        padding-bottom: 30px;
    }

    .leave-reply-form form input[type="text"] {
        border: 1px solid #f6f6f6;
        color: #afafaf;
        display: block;
        font-size: 14px;
        height: 55px;
        padding: 0 20px;
        width: 100%;
        transition: all 700ms ease 0s;
    }

    .leave-reply-form form textarea {
        border: 1px solid #f6f6f6;
        color: #afafaf;
        display: block;
        font-size: 14px;
        height: 140px;
        margin-top: 30px;
        padding: 12px 20px;
        width: 100%;
        transition: all 700ms ease 0s;
    }

    .leave-reply-form form input[type="text"]:focus {
        border: 1px solid #a3a3a3;
        color: #2098d1;
    }

    .leave-reply-form form textarea:focus {
        border: 1px solid #a3a3a3;
        color: #2098d1;
    }

    .leave-reply-form form button {
        background: #000000 none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        margin-top: 40px;
        padding: 12px 33px 14px;
        text-transform: uppercase;
        transition: all 700ms ease 0s;
    }

        .leave-reply-form form button:hover {
            background: #2098d1;
        }


/*==== End blog details content area css ====*/


/*==== Start gallery masonary v1 area css ====*/

.gallery-masonary-v1-area {
    padding-bottom: 90px;
    padding-top: 91px;
}

    .gallery-masonary-v1-area .masonary-layout {
        margin-left: -5px;
        margin-right: -5px;
    }

    .gallery-masonary-v1-area .single-gallery-masonary-item.span-3 {
        width: 25%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

.gallery-filter {
    margin-bottom: 40px;
    text-align: center;
}

    .gallery-filter li {
        background: #f6f6f6 none repeat scroll 0 0;
        color: #797979;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        margin: 0 3px 10px;
        /*padding: 13px 14px;*/
        position: relative;
        text-transform: capitalize;
    }

        .gallery-filter li span {
            display: block;
            padding: 13px 14px;
        }

        .gallery-filter li.active {
            position: relative;
            background: #2098d1;
            color: #fff;
        }

            .gallery-filter li.active::before {
                color: #2098d1;
                content: "\f0d8";
                display: block;
                font-family: "FontAwesome";
                font-size: 20px;
                left: 0;
                line-height: 20px;
                padding-left: 0;
                padding-top: 4px;
                position: absolute;
                top: -18px;
                z-index: 5;
                left: 50%;
                margin-left: -6px;
            }

        .gallery-filter li span.count {
            position: absolute;
            top: 0;
            left: 0;
            margin-top: -54px;
            visibility: hidden;
            opacity: 0;
            width: 100%;
            transition: all .3s ease;
        }

        .gallery-filter li.active span.count {
            opacity: 1;
            visibility: visible;
        }

        .gallery-filter li span.count b {
            font-weight: normal;
            background-color: #2098d1;
            line-height: 27px;
            color: #fff;
            font-size: 14px;
            padding: 0 5px;
            border-radius: 3px;
            display: inline-block;
            margin-left: auto;
            margin-right: auto;
        }

.single-gallery-item {
}

    .single-gallery-item .img-holder {
        position: relative;
        overflow: hidden;
    }

        .single-gallery-item .img-holder img {
            transform: scale(1.1, 1.1);
            transition: all 0.5s ease 0s;
            width: 100%;
        }

        .single-gallery-item .img-holder .overlay {
            background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            transition: all 0.5s ease 0s;
            transform: scale(0);
        }

            .single-gallery-item .img-holder .overlay .image-view {
                display: table;
                height: 100%;
                width: 100%;
            }

                .single-gallery-item .img-holder .overlay .image-view .icon-holder {
                    display: table-cell;
                    text-align: center;
                    vertical-align: middle;
                }

                    .single-gallery-item .img-holder .overlay .image-view .icon-holder a {
                        width: 45px;
                        height: 45px;
                        border-radius: 50%;
                        border: 1px solid #fff;
                        display: inline-block;
                        transition: all 700ms ease 0s;
                    }

                        .single-gallery-item .img-holder .overlay .image-view .icon-holder a span::before {
                            color: #fff;
                            display: block;
                            font-size: 16px;
                            font-weight: 100;
                            padding: 10px 14px;
                            transition: all 700ms ease 0s;
                        }

            .single-gallery-item .img-holder .overlay .title {
                bottom: 20px;
                left: 20px;
                position: absolute;
            }

                .single-gallery-item .img-holder .overlay .title h3 {
                    color: #ffffff;
                    font-size: 18px;
                    font-weight: 700;
                    margin: 0 0 9px;
                    text-transform: uppercase;
                }

                .single-gallery-item .img-holder .overlay .title h6 {
                    color: #2098d1;
                    font-size: 14px;
                    font-style: italic;
                    font-weight: 600;
                }

            .single-gallery-item .img-holder .overlay .image-view .icon-holder a:hover {
                background: #2098d1;
            }

                .single-gallery-item .img-holder .overlay .image-view .icon-holder a:hover span::before {
                    color: #000;
                }

    .single-gallery-item:hover .overlay {
        transform: scale(1);
    }

    .single-gallery-item:hover .img-holder img {
        transform: scale(1, 1);
    }

.gallery-masonary-v1-area .load-more-button {
    padding-top: 40px;
}

    .gallery-masonary-v1-area .load-more-button a {
        background: #000000 none repeat scroll 0 0;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        padding-left: 38px;
        padding-right: 38px;
        padding-top: 12px;
        padding-bottom: 14px;
        text-transform: uppercase;
        transition: all 700ms ease 0s;
        border-radius: 3px;
    }

        .gallery-masonary-v1-area .load-more-button a:hover {
            background: #2098d1;
        }


/*==== End gallery masonary v1 area css ====*/


/*==== Start gallery masonary v2 area css ====*/

.gallery-masonary-v2-area {
    padding-bottom: 90px;
    padding-top: 91px;
}

    .gallery-masonary-v2-area .masonary-layout {
        margin-left: -15px;
        margin-right: -15px;
    }

    .gallery-masonary-v2-area .single-gallery-masonary-item.span-4 {
        width: 33.3333333333%;
        padding: 0 15px;
        margin-bottom: 38px;
    }

.single-gallery-item .title {
    padding-top: 21px;
}

    .single-gallery-item .title h3 {
        color: #343434;
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 10px;
        text-transform: uppercase;
    }

    .single-gallery-item .title h6 {
        color: #797979;
        font-size: 14px;
        font-style: italic;
    }

.gallery-masonary-v2-area .load-more-button a {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 14px;
    text-transform: uppercase;
    transition: all 700ms ease 0s;
    margin-top: 9px;
    border-radius: 3px;
}

    .gallery-masonary-v2-area .load-more-button a:hover {
        background: #2098d1;
    }


/*==== End gallery masonary v2 area css ====*/


/*==== Start gallery v1 area css ====*/

.gallery-v1-area.grid-layout {
    padding-bottom: 90px;
    padding-top: 91px;
}

.grid-layout .single-gallery-item {
    margin-bottom: 30px;
}


/*==== End gallery v1 area css ====*/


/*==== Start gallery v2 area css ====*/

.gallery-v2-area.grid-layout {
    padding-bottom: 90px;
    padding-top: 91px;
}


/*==== End gallery v2 area css ====*/


/*==== Start gallery v3 area css ====*/

.gallery-v3-area.grid-layout {
    padding-bottom: 90px;
    padding-top: 91px;
}


/*==== End gallery v3 area css ====*/


/*==== Start gallery single area css ====*/

.gallery-single-area {
    padding-bottom: 90px;
    padding-top: 90px;
}

.gallery-items .gallery-single-item .left-content .img-holder {
    margin: 0 0 59px;
}

.gallery-items .gallery-single-item .left-content .content .sec-title {
    padding-bottom: 23px;
}

.gallery-items .gallery-single-item .left-content .content .top-text {
    margin: 0 0 16px;
}

.gallery-items .gallery-single-item .right-content {
}

    .gallery-items .gallery-single-item .right-content .sec-title {
        padding-bottom: 23px;
    }

    .gallery-items .gallery-single-item .right-content .content .top-text {
        margin: 0 0 16px;
    }

    .gallery-items .gallery-single-item .right-content .project-info {
        margin: 30px 0 55px;
    }

        .gallery-items .gallery-single-item .right-content .project-info li {
            margin-bottom: 18px;
        }

            .gallery-items .gallery-single-item .right-content .project-info li:last-child {
                margin-bottom: 0;
            }

            .gallery-items .gallery-single-item .right-content .project-info li i {
                color: #aeaeae;
                display: inline-block;
                font-size: 16px;
                width: 20px;
            }

            .gallery-items .gallery-single-item .right-content .project-info li b {
                color: #343434;
                font-size: 14px;
                text-transform: uppercase;
            }

            .gallery-items .gallery-single-item .right-content .project-info li span {
                float: right;
            }

    .gallery-items .gallery-single-item .right-content .related-project {
        margin-left: -5px;
        margin-right: -5px;
    }

        .gallery-items .gallery-single-item .right-content .related-project .sec-title {
            padding-bottom: 30px;
            padding-left: 4px;
        }

        .gallery-items .gallery-single-item .right-content .related-project li {
            display: inline-block;
            float: left;
            margin: 0 5px 10px;
        }

            .gallery-items .gallery-single-item .right-content .related-project li .img-holder {
                position: relative;
                overflow: hidden;
            }

                .gallery-items .gallery-single-item .right-content .related-project li .img-holder img {
                    width: 100%;
                    transform: scale(1);
                    transition: all 0.5s ease;
                    -moz-transition: all 0.5s ease;
                    -webkit-transition: all 0.5s ease;
                    -ms-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                }

                .gallery-items .gallery-single-item .right-content .related-project li .img-holder .overlay {
                    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
                    bottom: 0;
                    left: 0;
                    position: absolute;
                    right: 0;
                    top: 0;
                    transition: all 700ms ease 0s;
                    opacity: 0;
                }

                    .gallery-items .gallery-single-item .right-content .related-project li .img-holder .overlay .image-view {
                        display: table;
                        height: 100%;
                        width: 100%;
                    }

                        .gallery-items .gallery-single-item .right-content .related-project li .img-holder .overlay .image-view .icon-holder {
                            display: table-cell;
                            text-align: center;
                            vertical-align: middle;
                        }

                            .gallery-items .gallery-single-item .right-content .related-project li .img-holder .overlay .image-view .icon-holder a {
                                border: 1px solid #fff;
                                border-radius: 50%;
                                display: inline-block;
                                height: 35px;
                                transition: all 700ms ease 0s;
                                width: 35px;
                            }

                                .gallery-items .gallery-single-item .right-content .related-project li .img-holder .overlay .image-view .icon-holder a span::before {
                                    color: #fff;
                                    display: block;
                                    font-size: 14px;
                                    font-weight: 100;
                                    padding: 5px 0;
                                    text-align: center;
                                    transition: all 700ms ease 0s;
                                }

                                .gallery-items .gallery-single-item .right-content .related-project li .img-holder .overlay .image-view .icon-holder a:hover {
                                    background: #2098d1;
                                }

            .gallery-items .gallery-single-item .right-content .related-project li:hover .overlay {
                opacity: 1;
            }

            .gallery-items .gallery-single-item .right-content .related-project li:hover img {
                transform: scale(1.1);
            }

.gallery-items .prev-next-button {
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    margin-top: 34px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}

    .gallery-items .prev-next-button .icon-holder {
        display: inline-block;
    }

        .gallery-items .prev-next-button .icon-holder i {
            background: #f6f6f6 none repeat scroll 0 0;
            color: #797979;
            display: inline-block;
            font-size: 22px;
            height: 45px;
            width: 45px;
            padding: 12px 10px;
        }

    .gallery-items .prev-next-button .prev a,
    .gallery-items .prev-next-button .next a {
        color: #797979;
        font-size: 14px;
        text-transform: uppercase;
    }

        .gallery-items .prev-next-button .prev a i,
        .gallery-items .prev-next-button .next a i {
            font-size: 18px;
        }

        .gallery-items .prev-next-button .prev a i {
            margin-right: 7px;
        }

        .gallery-items .prev-next-button .next a i {
            margin-left: 7px;
        }

    .gallery-items .prev-next-button .prev p,
    .gallery-items .prev-next-button .next p {
        font-size: 14px;
        color: #343434;
        margin: 0;
    }


/*==== End gallery single area css ====*/


/* shop styles */

.shop-section {
    padding-top: 80px;
    padding-bottom: 90px;
}

    .shop-section .post-pagination {
        margin-top: 10px;
    }

        .shop-section .post-pagination li {
            height: 50px;
            width: 50px;
        }

            .shop-section .post-pagination li a {
                line-height: 40px;
                padding: 5px 0px;
            }

    .shop-section .meta-info {
        margin-bottom: 40px;
    }

        .shop-section .meta-info p {
            color: #343434;
            font-size: 14px;
            font-weight: bold;
            line-height: 28px;
            margin: 0;
            text-transform: uppercase;
        }

        .shop-section .meta-info .select-box .btn-group.bootstrap-select {
            width: 200px;
            outline: none;
        }

        .shop-section .meta-info .select-box .btn {
            background: #F6F6F6;
            font-size: 14px;
            color: #797979;
            text-transform: capitalize;
            border: none;
            outline: none !important;
            padding: 12px 15px;
            border-radius: 0;
        }

        .shop-section .meta-info .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
            border: none;
            top: 2px;
            right: 20px;
        }

        .shop-section .meta-info .select-box .dropdown-menu {
            padding: 0;
            border-radius: 0;
        }

            .shop-section .meta-info .select-box .dropdown-menu > li > a {
                padding: 8px 15px;
                color: #fff;
                transition: all .3s ease;
            }

                .shop-section .meta-info .select-box .dropdown-menu > li > a:hover {
                    background: #BD0B15;
                }

        .shop-section .meta-info .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
            font-size: 13px;
            color: #797979;
        }

        .shop-section .meta-info .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
            color: #fff;
            transition: all .3s ease;
        }

        .shop-section .meta-info .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
            content: '\f107';
            font-family: 'FontAwesome';
            color: #797979;
            font-size: 14px;
            line-height: 46px;
        }

.single-shop-item {
    margin-bottom: 50px;
}

    .single-shop-item .img-box {
        border: 1px solid #f6f6f6;
        margin-bottom: 26px;
        transition: all 0.3s ease 0s;
    }

    .single-shop-item:hover .img-box {
        border-color: #BF0D17;
    }

    .single-shop-item a h3 {
        color: #343434;
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 9px;
        text-transform: uppercase;
    }

    .single-shop-item a:hover h3 {
        color: #C00D18;
    }

    .single-shop-item ul.price {
        margin-bottom: 24px;
    }

        .single-shop-item ul.price li span {
            font-size: 18px;
            color: #2098d1;
            font-weight: 400;
            font-family: 'Open Sans';
        }

            .single-shop-item ul.price li span.past-price {
                font-size: 15px;
                color: #797979;
                text-decoration: line-through;
            }

    .single-shop-item .review-box {
        position: relative;
        top: -3px;
    }

        .single-shop-item .review-box i {
            font-size: 13px;
            color: #2098d1;
        }

    .single-shop-item .aut-cr-btn {
        background: #f6f6f6 none repeat scroll 0 0;
        border-color: #f6f6f6;
        border-radius: 3px;
        color: #797979;
        width: 140px;
    }

        .single-shop-item .aut-cr-btn:hover {
            background: #C20F19;
            border-color: #C20F19;
            color: #fff;
        }


/*==== Start contact area css ====*/

.contact-area {
    padding-bottom: 90px;
    padding-top: 89px;
}

.getin-touch {
    width: 320px;
}

.contact-info {
    margin: 34px 0 0;
}
    /*.contact-info::before {
content: '';
    position: absolute;
    left: 18px;
    height: 100%;
    width: 3px;
    background: url(../images/dividers-set3.png);
    background: hsl(0, 0%, 95%) none repeat scroll 0 0;
	}*/
    .contact-info li {
        padding-left: 50px;
        position: relative;
    }

        .contact-info li.address {
            margin-bottom: 30px;
        }

        .contact-info li.email {
            margin-bottom: 45px;
        }

        .contact-info li .icon-holder {
            border: 2px solid #2098d1;
            display: block;
            height: 50px;
            left: 0;
            padding: 10px 0;
            position: absolute;
            text-align: center;
            top: 0;
            width: 50px;
        }

            .contact-info li .icon-holder span::before {
                color: #2098d1;
                display: block;
                font-size: 20px;
            }

        .contact-info li .content {
            padding-left: 20px;
        }

            .contact-info li .content h4 {
                color: #fff;
                font-size: 16px;
                font-weight: 700;
                margin: 0 0 4px;
                position: relative;
                text-transform: uppercase;
                top: -2px;
            }

.contact-area .contact-form {
}

    .contact-area .contact-form .sec-title {
        padding-bottom: 30px;
    }

    .contact-area .contact-form form input[type="text"] {
        border: 1px solid #f6f6f6;
        color: #afafaf;
        display: block;
        font-size: 14px;
        height: 50px;
        padding: 0 10px;
        width: 100%;
        margin-bottom: 30px;
        transition: all 700ms ease 0s;
    }

    .contact-area .contact-form form textarea {
        border: 1px solid #f6f6f6;
        color: #afafaf;
        display: block;
        font-size: 14px;
        height: 110px;
        margin-bottom: 40px;
        padding: 3px 10px;
        width: 100%;
        transition: all 700ms ease 0s;
    }

    .contact-area .contact-form button {
        background: #343434 none repeat scroll 0 0;
        border: medium none;
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        padding: 12px 32px 14px;
        text-transform: uppercase;
        transition: all 700ms ease 0s;
    }

    .contact-area .contact-form form input[type="text"]:focus {
        border: 1px solid #a4a3a3;
        color: #2098d1;
    }

    .contact-area .contact-form form textarea:focus {
        border: 1px solid #a4a3a3;
        color: #2098d1;
    }

    .contact-area .contact-form button:hover {
        background: #2098d1;
    }


/*==== End contact area css ====*/


/*==== Start google map area css ====*/

#contact-google-map {
    width: 100%;
    height: 500px;
}


/*==== End google map area css ====*/


/*==== Start services package area css ====*/

.services-package-area {
    padding-bottom: 63px;
    padding-top: 150px;
}

.single-price-box.single-package .text {
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    overflow: hidden;
    padding: 24px 42px 13px;
}

.single-price-box.single-package .price-list {
    background: rgba(0, 0, 0, 0) url("../img/resources/package-1-bg.jpg") no-repeat scroll center center / cover;
    border: medium none;
    padding-bottom: 23px;
    padding-top: 24px;
    position: relative;
    text-align: left;
    z-index: 1;
}

    .single-price-box.single-package .price-list::before {
        background: #2098d1 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.84;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .single-price-box.single-package .price-list ul {
        padding: 0 30px;
    }

        .single-price-box.single-package .price-list ul li {
            border: medium none;
            color: #ffffff;
            font-size: 14px;
            font-weight: 500;
            padding-bottom: 12px;
            padding-top: 0;
            text-transform: none;
        }

            .single-price-box.single-package .price-list ul li i {
                display: inline-block;
                padding-right: 10px;
            }

.single-price-box.single-package .table-footer {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    padding-left: 30px;
    text-align: left;
}

    .single-price-box.single-package .table-footer a {
        padding: 10.5px 0;
        width: 145px;
    }

.single-price-box.single-package.top {
    position: relative;
    top: -36px;
}

.single-price-box.single-package .price-list.care-service-bg {
    background: rgba(0, 0, 0, 0) url("../img/resources/package-2-bg.jpg") no-repeat scroll center center / cover;
}

    .single-price-box.single-package .price-list.care-service-bg:before {
        background: #000 none repeat scroll 0 0;
    }

.single-price-box.single-package .price-list.general-checkup-bg {
    background: rgba(0, 0, 0, 0) url("../img/resources/package-3-bg.jpg") no-repeat scroll center center / cover;
}

.single-price-box.single-package:hover .table-footer a {
    background: #2098d1;
}


/*==== End services package area css ====*/


/*==== Start full range services area css ====*/

.full-range-services-area {
    padding-bottom: 60px;
}

    .full-range-services-area .sec-title {
        border-top: 1px solid #f6f6f6;
        padding-bottom: 30px;
        padding-top: 81px;
    }


    .full-range-services-area .services-carousel {
        margin-top: -30px;
    }

    .full-range-services-area .owl-item .single-item {
        margin-top: 30px;
    }

    .full-range-services-area .single-item {
        border: 1px solid #f6f6f6;
        margin-bottom: 30px;
        position: relative;
    }

        .full-range-services-area .single-item .inner-content {
            /*overflow: hidden;*/
            padding: 0 12px;
            padding-bottom: 53px;
            padding-top: 60px;
            position: relative;
            /*transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;*/
        }

            .full-range-services-area .single-item .inner-content .icon-holder {
                display: inline-block;
                height: 55px;
                width: 55px;
                position: relative;
                z-index: 9;
            }

                .full-range-services-area .single-item .inner-content .icon-holder span::before {
                    color: #2098d1;
                    display: block;
                    font-size: 55px;
                    padding: 16px 0;
                    transition: all 700ms ease;
                }

            .full-range-services-area .single-item .inner-content .content {
                padding-top: 26px;
                position: relative;
                z-index: 9;
            }

                .full-range-services-area .single-item .inner-content .content h3 {
                    color: #343434;
                    font-size: 18px;
                    font-weight: 700;
                    text-transform: uppercase;
                    margin: 0 0 21px;
                    transition: all 700ms ease;
                }

                .full-range-services-area .single-item .inner-content .content p {
                    margin: 0;
                    transition: all 700ms ease;
                }

        .full-range-services-area .single-item .overlay {
            left: 0;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            opacity: 0;
            transition: all 700ms ease;
        }

            .full-range-services-area .single-item .overlay img {
                height: 100%;
                width: 100%;
            }

            .full-range-services-area .single-item .overlay a {
                bottom: 45px;
                left: 0;
                position: absolute;
                right: 0;
                color: #fff;
                font-weight: 700;
                text-transform: uppercase;
                font-size: 14px;
                z-index: 3;
            }

            .full-range-services-area .single-item .overlay::before {
                background: #2098d1;
                content: "";
                height: 100%;
                left: 0;
                opacity: 0.88;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: 1;
            }

        .full-range-services-area .single-item:hover .inner-content {
            /*-webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.0, 1.1);
    transform: scale(1.0, 1.1);*/
        }

        .full-range-services-area .single-item:hover .overlay {
            opacity: .88;
            top: -10px;
            bottom: -10px;
        }

        .full-range-services-area .single-item:hover {
            border-color: transparent;
        }

            .full-range-services-area .single-item:hover .inner-content .icon-holder span::before {
                color: #fff;
            }

            .full-range-services-area .single-item:hover .inner-content .content h3 {
                color: #fff;
            }

            .full-range-services-area .single-item:hover .inner-content .content p {
                color: #fff;
            }

        .full-range-services-area .single-item .inner-content .icon-holder {
            transform: translate3d(0, 0, 0);
            transition: transform .4s ease;
        }

        .full-range-services-area .single-item .inner-content .content {
            transform: translate3d(0,0,0);
            transition: transform .4s ease;
        }

        .full-range-services-area .single-item:hover .inner-content .icon-holder {
            transform: translate3d(0, -20px, 0);
        }

        .full-range-services-area .single-item:hover .inner-content .content {
            transform: translate3d(0,-25px,0);
        }


/*==== End full range services area css ====*/


/*==== Start services single area css ====*/

.services-single-area {
    padding-bottom: 90px;
    padding-top: 90px;
}

.single-services-sidebar .single-item {
    padding-bottom: 59px;
}

    .single-services-sidebar .single-item .sec-title {
        padding-bottom: 30px;
    }

        .single-services-sidebar .single-item .sec-title h2 {
            font-size: 22px;
        }

    .single-services-sidebar .single-item .services-list {
        border: 1px solid #f6f6f6;
    }

        .single-services-sidebar .single-item .services-list li {
            border-bottom: 1px solid #f6f6f6;
            padding: 0 20px;
            transition: all 700ms ease 0s;
        }

            .single-services-sidebar .single-item .services-list li a {
                color: #343434;
                font-size: 16px;
                font-weight: 700;
                text-transform: uppercase;
                line-height: 52px;
                transition: all 300ms ease 0s;
            }

                .single-services-sidebar .single-item .services-list li a i {
                    color: #797979;
                    float: right;
                    font-size: 22px;
                    font-weight: 500;
                    line-height: 50px;
                    transition: all 300ms ease 0s;
                }

            .single-services-sidebar .single-item .services-list li:hover,
            .single-services-sidebar .single-item .services-list li.active {
                background: #2098d1;
                color: #fff;
            }

                .single-services-sidebar .single-item .services-list li:hover a,
                .single-services-sidebar .single-item .services-list li.active a {
                    color: #fff;
                }

                    .single-services-sidebar .single-item .services-list li:hover a i,
                    .single-services-sidebar .single-item .services-list li.active a i {
                        color: #fff;
                    }

    .single-services-sidebar .single-item .brochures-list {
        margin-top: 25px;
    }

        .single-services-sidebar .single-item .brochures-list li {
            border-bottom: 1px solid #f6f6f6;
            margin-bottom: 10px;
            padding-bottom: 14px;
        }

            .single-services-sidebar .single-item .brochures-list li:last-child {
                border-bottom: none;
                margin-bottom: 0;
                padding-bottom: 0;
            }

            .single-services-sidebar .single-item .brochures-list li a {
                color: #343434;
                font-size: 14px;
                font-weight: 700;
                text-transform: uppercase;
            }

                .single-services-sidebar .single-item .brochures-list li a span::before {
                    font-size: 20px;
                    font-weight: 100;
                    padding-right: 8px;
                    position: relative;
                    top: 3px;
                }

    .single-services-sidebar .single-item .single-service-sidebar-carousel .single-carousel-item i {
        color: #dedede;
        font-size: 35px;
        margin-top: -2px;
    }

    .single-services-sidebar .single-item .single-service-sidebar-carousel .single-carousel-item p {
        color: #797979;
        font-size: 16px;
        font-style: italic;
        line-height: 28px;
        margin: 17px 0 32px;
    }

    .single-services-sidebar .single-item .single-service-sidebar-carousel .single-carousel-item .client-info .img-holder {
        width: 60px;
    }

    .single-services-sidebar .single-item .single-service-sidebar-carousel .single-carousel-item .client-info .img-holder,
    .single-services-sidebar .single-item .single-service-sidebar-carousel .single-carousel-item .client-info .name {
        display: table-cell;
        vertical-align: middle;
    }

    .single-services-sidebar .single-item .single-service-sidebar-carousel .single-carousel-item .client-info .name {
        padding-left: 10px;
    }

        .single-services-sidebar .single-item .single-service-sidebar-carousel .single-carousel-item .client-info .name h6 {
            color: #343434;
            font-size: 14px;
            font-weight: 700;
            margin: 0 0 3px;
            text-transform: uppercase;
        }

        .single-services-sidebar .single-item .single-service-sidebar-carousel .single-carousel-item .client-info .name p {
            color: #2098d1;
            font-size: 14px;
            font-style: italic;
            font-weight: 500;
            margin: 0;
        }

    .single-services-sidebar .single-item .single-service-sidebar-carousel .service-carousel-control {
        left: 240px;
        margin: 0 3px;
        position: relative;
        top: -365px;
    }

        .single-services-sidebar .single-item .single-service-sidebar-carousel .service-carousel-control i {
            color: #797979;
            font-size: 24px;
        }

            .single-services-sidebar .single-item .single-service-sidebar-carousel .service-carousel-control i:hover {
                color: #2098d1;
            }

.services-single-content #services-single-carousel .carousel-indicators {
    bottom: 0px;
}

    .services-single-content #services-single-carousel .carousel-indicators li {
        background-color: #fff;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        display: inline-block;
        height: 12px;
        margin: 4px;
        text-indent: -999px;
        width: 12px;
    }

    .services-single-content #services-single-carousel .carousel-indicators .active {
        background-color: #2098d1;
        height: 12px;
        margin: 4px;
        width: 12px;
    }

.services-single-content .content {
    padding-top: 49px;
}

.services-singlex-content .content .sec-title {
    padding-bottom: 23px;
}

.services-single-content .content .top-text {
    margin: 0 0 16px;
}

.services-single-content .content .caption {
    margin-bottom: 60px;
    margin-top: 47px;
    padding-bottom: 17px;
    padding-left: 30px;
    padding-top: 13px;
    position: relative;
}

    .services-single-content .content .caption p {
        color: #797979;
        font-size: 16px;
        font-style: italic;
        font-weight: 300;
        line-height: 28px;
    }

    .services-single-content .content .caption::before {
        background: #f6f6f6 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        width: 2px;
        top: 0;
    }

    .services-single-content .content .caption h5 {
        color: #343434;
        font-size: 16px;
        margin: 20px 0 0;
    }

.services-single-content .working-topics-video-preview {
    margin-right: 25px;
}

    .services-single-content .working-topics-video-preview a {
        background: #000 none repeat scroll 0 0;
        display: block;
        position: relative;
    }

        .services-single-content .working-topics-video-preview a::before {
            background: rgba(0, 0, 0, 0) url("../img/resources/video-play-icon.png") no-repeat scroll center center;
            bottom: 0;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 99;
        }

    .services-single-content .working-topics-video-preview img {
        opacity: 0.5;
        transition: all 0.3s ease 0s;
        width: 100%;
    }

    .services-single-content .working-topics-video-preview a:hover img {
        opacity: .85;
    }

.services-single-content .working-topics-content {
    margin-left: -10px;
    padding-left: 0;
}

    .services-single-content .working-topics-content .sec-title {
        padding-bottom: 23px;
    }

    .services-single-content .working-topics-content ul {
        margin-top: -3px;
    }

        .services-single-content .working-topics-content ul li {
            color: #797979;
            font-size: 14px;
            font-style: italic;
            line-height: 42px;
        }

            .services-single-content .working-topics-content ul li span::before {
                color: #2098d1;
                font-size: 17px;
                padding-right: 10px;
                position: relative;
                top: 3px;
            }

.services-single-content .pricing-plan-area {
    padding-top: 50px;
}

    .services-single-content .pricing-plan-area .sec-title {
        padding-bottom: 30px;
    }

.pricing-plan table {
    border-collapse: collapse;
    width: 100%;
}


.pricing-plan tr:nth-of-type(odd) {
    /*   background: #f6f6f6;*/
}

.pricing-plan tr:nth-of-type(even) {
    /*background: #fff;*/
}

.pricing-plan .table-heading tr {
    background: #2098d1 none repeat scroll 0 0;
    border: 1px solid #2098d1;
}

.pricing-plan .table-heading th {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 30px;
    text-transform: uppercase;
}

.pricing-plan .table-body tr {
    border: 1px solid #2098d1;
    text-align: left;
}

.pricing-plan .table-body td {
    padding: 10px 30px;
}

    .pricing-plan .table-body td h5 {
        color: #343434;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .pricing-plan .table-body td h6 {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }

.services-single-content .other-services-content {
    padding-top: 90px;
}

    .services-single-content .other-services-content .sec-title {
        padding-bottom: 30px;
    }

        .services-single-content .other-services-content .sec-title .decor::after {
            left: 19px;
            width: 658px;
        }

    .services-single-content .other-services-content .single-other-services-item {
        border: 1px solid #f6f6f6;
        padding: 75px 10px 44px;
    }

        .services-single-content .other-services-content .single-other-services-item .icon-holder span::before {
            color: #2098d1;
            font-size: 54px;
        }

        .services-single-content .other-services-content .single-other-services-item .content {
            padding-top: 27px;
        }

            .services-single-content .other-services-content .single-other-services-item .content h3 {
                color: #343434;
                font-size: 18px;
                font-weight: 700;
                margin: 0 0 20px;
                text-transform: uppercase;
            }

.services-carousel .owl-controls {
    position: absolute;
    right: 0;
    top: -90px;
}

.other-services-content .owl-theme .owl-nav [class*="owl-"] {
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 0;
    color: #797979;
    font-size: 25px;
    height: 45px;
    line-height: 40px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 45px;
    transition: all 700ms ease 0s;
}

.other-services-content .owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}

.other-services-content .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #2098d1;
    color: #fff;
}


/*==== End services single area css ====*/


/*==== Start services single area ver two css ====*/

.services-single-area.ver-two .working-under-img-holder {
    padding-top: 34px;
}

.working-under-content {
    margin-left: -10px;
    margin-top: 33px;
    padding-left: 0;
    padding-right: 5px;
}

    .working-under-content .sec-title {
        padding-bottom: 30px;
    }

    .working-under-content .accordion {
        border: 1px solid #dedede;
        margin-bottom: 2px;
        position: relative;
    }

        .working-under-content .accordion .acc-btn {
            background: #f6f6f6 none repeat scroll 0 0;
            color: #343434;
            cursor: pointer;
            font-size: 14px;
            font-weight: 700;
            line-height: 24px;
            padding: 11px 15px 13px;
            position: relative;
            text-transform: uppercase;
        }

            .working-under-content .accordion .acc-btn.active {
                border-bottom: 1px solid #dedede;
            }

            .working-under-content .accordion .acc-btn .toggle-icon {
                color: #797979;
                display: block;
                font-weight: 100;
                height: 20px;
                line-height: 20px;
                position: absolute;
                right: 15px;
                top: 14px;
                width: 20px;
            }

                .working-under-content .accordion .acc-btn .toggle-icon .plus::before {
                    font-size: 20px;
                    font-weight: 500;
                    transition: all 0.3s ease 0s;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                }

    .working-under-content .accordion-box .accordion .acc-btn.active .toggle-icon .plus {
        opacity: 0;
    }

    .working-under-content .accordion-box .accordion .acc-btn.active .toggle-icon span:before {
        color: #2098d1;
    }

    .working-under-content .accordion-box .accordion .acc-btn .toggle-icon .minus::before {
        font-size: 20px;
        font-weight: 500;
        transition: all 0.3s ease 0s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .working-under-content .accordion-box .accordion .acc-btn.active .toggle-icon .minus {
        opacity: 1;
    }

    .working-under-content .accordion-box .accordion .acc-content {
        color: #797979;
        display: none;
        font-size: 14px;
        line-height: 24px;
        padding: 12px 15px 13px;
    }

        .working-under-content .accordion-box .accordion .acc-content.collapsed {
            display: block;
        }

        .working-under-content .accordion-box .accordion .acc-content p {
            color: #5f5f5f;
            margin: 0;
        }

.services-single-area.ver-two .services-single-content .pricing-plan-area {
    padding-top: 57px;
}


/*==== End services single area ver two css ====*/


/*==== Start services single area ver three css ====*/

.services-single-area.ver-three {
}

    .services-single-area.ver-three .brake-repair-items {
        padding-top: 47px;
    }

        .services-single-area.ver-three .brake-repair-items .sec-title {
            padding-bottom: 54px;
            padding-left: 15px;
        }

        .services-single-area.ver-three .brake-repair-items .single-item {
            border: 1px solid #f6f6f6;
            padding-bottom: 16px;
            padding-left: 30px;
            padding-right: 10px;
        }

            .services-single-area.ver-three .brake-repair-items .single-item .icon-holder {
                background: #f6f6f6 none repeat scroll 0 0;
                border: 1px solid #f1f0f0;
                display: block;
                height: 50px;
                position: relative;
                top: -25px;
                width: 50px;
                transition: all 300ms ease 0s;
            }

                .services-single-area.ver-three .brake-repair-items .single-item .icon-holder span::before {
                    color: #5d5d5d;
                    display: block;
                    font-size: 24px;
                    padding: 12px 12px;
                    transition: all 300ms ease 0s;
                }

            .services-single-area.ver-three .brake-repair-items .single-item .content {
                padding-top: 1px;
            }

                .services-single-area.ver-three .brake-repair-items .single-item .content h3 {
                    font-size: 18px;
                    font-weight: 700;
                    text-transform: uppercase;
                    margin: 0 0 15px;
                    transition: all 300ms ease 0s;
                }

                    .services-single-area.ver-three .brake-repair-items .single-item .content h3 a {
                        color: #343434;
                    }

            .services-single-area.ver-three .brake-repair-items .single-item:hover .icon-holder {
                background: #2098d1;
            }

                .services-single-area.ver-three .brake-repair-items .single-item:hover .icon-holder span::before {
                    color: #fff;
                }

            .services-single-area.ver-three .brake-repair-items .single-item:hover .content h3 a {
                color: #2098d1;
            }

    .services-single-area.ver-three .services-single-content .pricing-plan-area {
        padding-top: 60px;
    }


/*==== End services single area ver three css ====*/


/*==== Start shop section with sidebar css ====*/

.shop-section.with-sidebar {
    padding-bottom: 90px;
    padding-top: 90px;
}

.shop-section .sidebar {
}

    .shop-section .sidebar .single-sidebar-item {
        margin-bottom: 60px;
    }

        .shop-section .sidebar .single-sidebar-item .sec-title {
            margin-top: -10px;
            padding-bottom: 29px;
        }

            .shop-section .sidebar .single-sidebar-item .sec-title h3 {
                color: #343434;
                font-size: 22px;
                font-weight: 700;
                line-height: 34px;
                text-transform: uppercase;
            }

        .shop-section .sidebar .single-sidebar-item .search-products {
            position: relative;
        }

            .shop-section .sidebar .single-sidebar-item .search-products input[type="text"] {
                background: #fff none repeat scroll 0 0;
                border: 1px solid #f6f6f6;
                color: #797979;
                display: block;
                font-size: 14px;
                font-style: italic;
                font-weight: 600;
                height: 47px;
                padding-left: 12px;
                padding-right: 55px;
                position: relative;
                transition: all 500ms ease 0s;
                width: 100%;
            }

            .shop-section .sidebar .single-sidebar-item .search-products button {
                background: #2098d1 none repeat scroll 0 0;
                border: medium none;
                color: #fff;
                display: block;
                height: 47px;
                padding: 11px 0;
                position: absolute;
                right: 0;
                text-align: center;
                top: 0;
                transition: all 500ms ease 0s;
                width: 47px;
            }

            .shop-section .sidebar .single-sidebar-item .search-products input[type="text"]:focus {
                border: 1px solid #000;
            }

                .shop-section .sidebar .single-sidebar-item .search-products input[type="text"]:focus + button,
                .shop-section .sidebar .single-sidebar-item .search-products button:hover {
                    background: #000 none repeat scroll 0 0;
                    color: #ffffff;
                }

        .shop-section .sidebar .single-sidebar-item .product-categories {
            margin-top: -6px;
        }

            .shop-section .sidebar .single-sidebar-item .product-categories li {
                border-bottom: 1px solid #f6f6f6;
                margin-bottom: 13px;
                padding-bottom: 13px;
            }

                .shop-section .sidebar .single-sidebar-item .product-categories li:last-child {
                    margin-bottom: 0;
                }

                .shop-section .sidebar .single-sidebar-item .product-categories li a {
                    color: #797979;
                    font-size: 14px;
                    transition: all 700ms ease 0s;
                }

                    .shop-section .sidebar .single-sidebar-item .product-categories li a i {
                        color: #2098d1;
                        display: inline-block;
                        padding-right: 10px;
                    }

                .shop-section .sidebar .single-sidebar-item .product-categories li:hover a {
                    color: #2098d1;
                }

        .shop-section .sidebar .single-sidebar-item .price-ranger .ui-widget-content {
            background: #f6f6f6;
            border: none;
            height: 6px;
            width: 270px;
        }

        .shop-section .sidebar .single-sidebar-item .price-ranger .ui-widget-header {
            background: #2098d1;
        }

        .shop-section .sidebar .single-sidebar-item .price-ranger .ui-slider-handle {
            background: #fff;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            border: none;
            outline: none;
            border: 3px solid #2098d1;
        }

        .shop-section .sidebar .single-sidebar-item .price-ranger .ui-slider-horizontal .ui-slider-handle {
            top: -4px;
            margin-left: -1px;
        }

        .shop-section .sidebar .single-sidebar-item .price-ranger #slider-range {
            left: 0px;
            margin-top: 4px;
            position: relative;
        }

        .shop-section .sidebar .single-sidebar-item .price-ranger .ranger-min-max-block {
            margin-top: 36px;
        }

            .shop-section .sidebar .single-sidebar-item .price-ranger .ranger-min-max-block input[type="submit"] {
                background: #f6f6f6 none repeat scroll 0 0;
                border: medium none;
                border-radius: 3px;
                color: #797979;
                font-weight: 700;
                line-height: 40px;
                margin-right: 16px;
                outline: medium none;
                text-align: center;
                text-transform: uppercase;
                width: 110px;
            }

            .shop-section .sidebar .single-sidebar-item .price-ranger .ranger-min-max-block input[type="text"] {
                border: medium none;
                color: #797979;
                font-weight: 500;
                max-width: 42px;
                outline: medium none;
                text-align: right;
                font-size: 15px;
            }

            .shop-section .sidebar .single-sidebar-item .price-ranger .ranger-min-max-block span {
                color: #797979;
                font-size: 14px;
                font-weight: 500;
            }

        .shop-section .sidebar .single-sidebar-item .top-rated-products {
        }

            .shop-section .sidebar .single-sidebar-item .top-rated-products li {
                padding-left: 90px;
                position: relative;
                margin-bottom: 28px;
                overflow: hidden;
            }

                .shop-section .sidebar .single-sidebar-item .top-rated-products li .img-holder {
                    border: 1px solid #f6f6f6;
                    left: 0;
                    position: absolute;
                    top: 0;
                    transition: all 700ms ease 0s;
                }

                .shop-section .sidebar .single-sidebar-item .top-rated-products li .content {
                    padding-left: 15px;
                }

                    .shop-section .sidebar .single-sidebar-item .top-rated-products li .content a h3 {
                        color: #343434;
                        font-size: 18px;
                        font-weight: 700;
                        margin: 0 0 1px;
                        position: relative;
                        text-transform: uppercase;
                        top: -4px;
                        transition: all 700ms ease 0s;
                    }

                    .shop-section .sidebar .single-sidebar-item .top-rated-products li .content .review-box {
                    }

                        .shop-section .sidebar .single-sidebar-item .top-rated-products li .content .review-box i {
                            color: #2098d1;
                            font-size: 13px;
                        }

                    .shop-section .sidebar .single-sidebar-item .top-rated-products li .content .rate {
                        margin: 10px 0 0;
                    }

                        .shop-section .sidebar .single-sidebar-item .top-rated-products li .content .rate li {
                            display: inline-block;
                            margin-bottom: 0;
                            margin-right: 5px;
                            padding-left: 0;
                        }

                            .shop-section .sidebar .single-sidebar-item .top-rated-products li .content .rate li span.past-price {
                                color: #797979;
                                font-size: 15px;
                                text-decoration: line-through;
                            }

                            .shop-section .sidebar .single-sidebar-item .top-rated-products li .content .rate li span {
                                color: #2098d1;
                                font-family: "Open Sans";
                                font-size: 18px;
                                font-weight: 400;
                            }

                .shop-section .sidebar .single-sidebar-item .top-rated-products li:hover .img-holder {
                    border: 1px solid #2098d1;
                }

                .shop-section .sidebar .single-sidebar-item .top-rated-products li:hover .content a h3 {
                    color: #2098d1;
                }


/*==== End shop section with sidebar css ====*/


/*==== Start login register area css ====*/

.login-register-area {
    padding-bottom: 83px;
    padding-top: 89px;
}

.form .sec-title {
    padding-bottom: 30px;
}

.form .input-field {
    position: relative;
}

    .form .input-field input[type="text"] {
        border: 2px solid #f6f6f6;
        border: 2px solid #2098d1;
        background: transparent;
        color: #afafaf;
        font-size: 14px;
        height: 48px;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 50px;
        width: 100%;
        transition: all 700ms ease 0s;
    }

    .form .input-field .icon-holder {
        position: absolute;
        right: 20px;
        top: 11px;
    }

        .form .input-field .icon-holder span::before {
            color: #797979;
            font-size: 14px;
            font-weight: 500;
        }

.form button {
    background: #2098d1 none repeat scroll 0 0;
    border: medium none;
    float: right;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    margin-top: 10px;
    padding: 12px 0;
    text-transform: uppercase;
    width: 150px;
    transition: all 700ms ease 0s;
}

.button1 {
    background: #2098d1 none repeat scroll 0 0;
    border: medium none;
    float: right;
    color: #ffffff;
    display: block;
    font-size: 30px;
    font-weight: 700;
    height: 50px;
    padding: 12px;
    text-transform: uppercase;
    width: 50px;
    transition: all 700ms ease 0s;
}

.form .remember-text {
    margin-top: 19px;
    float: left;
}

    .form .remember-text .ch-box input[type="checkbox"] {
        display: inline-block;
        margin: 0;
    }

    .form .remember-text p {
        color: #797979;
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        margin: 0;
        position: relative;
        top: -1px;
        padding-left: 5px;
    }

.form .forgot {
    float: left;
    margin: 19px 0px 0px 10px;
}

.shop-section.single-shop {
    padding-bottom: 40px;
    padding-top: 90px;
}

.single-shop-content .img-holder {
    border: 1px solid #f6f6f6;
    margin-right: 50px;
}

    .single-shop-content .img-holder img {
        width: auto;
        text-align: center;
        margin: 0 auto;
    }

.single-shop-content .content {
    margin-left: -50px;
}

    .single-shop-content .content h2 {
        color: #343434;
        font-size: 24px;
        font-weight: 700;
        margin: -5px 0 10px;
        text-transform: uppercase;
    }

    .single-shop-content .content .review-box {
        margin-bottom: 20px;
    }

        .single-shop-content .content .review-box i {
            color: #2098d1;
            font-size: 13px;
        }

        .single-shop-content .content .review-box span {
            display: inline-block;
            font-style: italic;
            padding-left: 5px;
        }

    .single-shop-content .content h1 {
        color: #2098d1;
        font-size: 24px;
        font-weight: 500;
    }

    .single-shop-content .content .text {
        border-top: 1px solid #f6f6f6;
        margin-top: 26px;
        padding-top: 23px;
    }

    .single-shop-content .content label {
        color: #343434;
        display: block;
        font-size: 14px;
        margin: 26px 0 18px;
        text-transform: uppercase;
    }

    .single-shop-content .content .input-field {
        float: left;
    }

        .single-shop-content .content .input-field input[type="text"] {
            border: 1px solid #f6f6f6;
            color: #afafaf;
            display: block;
            height: 40px;
            padding-left: 10px;
            padding-right: 10px;
            width: 170px;
            transition: all 700ms ease 0s;
        }

            .single-shop-content .content .input-field input[type="text"]:focus {
                border: 1px solid #2098d1;
            }

    .single-shop-content .content .exp-delivery {
        float: left;
        font-style: italic;
        line-height: 32px;
        margin: 0 0 8px;
        padding-left: 20px;
    }

    .single-shop-content .content .add-to-cart {
        float: left;
        margin: 35px 0 0;
        overflow: hidden;
    }

        .single-shop-content .content .add-to-cart input[type="number"] {
            background: #f6f6f6 none repeat scroll 0 0;
            border: medium none;
            font-size: 24px;
            height: 47px;
            padding-left: 10px;
            padding-right: 10px;
            text-align: center;
            width: 70px;
            float: left;
        }

        .single-shop-content .content .add-to-cart a {
            background: #000000 none repeat scroll 0 0;
            color: #ffffff;
            display: inline-block;
            float: left;
            font-size: 14px;
            font-weight: 700;
            height: 47px;
            margin-left: 28px;
            padding: 12px 0;
            text-align: center;
            text-transform: uppercase;
            width: 155px;
            transition: all 700ms ease 0s;
        }

            .single-shop-content .content .add-to-cart a:hover {
                background: #2098d1;
            }

.view-pg span {
    width: 100%;
    float: left;
    line-height: 30px;
}

.view-pg label {
    width: 100%;
    float: left;
    line-height: 30px;
    font-weight: 600;
    font-size: 17px;
    color: #4ec1f7;
}

.review-box-content {
    margin: 30px 0px;
    /*  border: 1px solid #f6f6f6;*/
    border-top: none;
    border-right: none;
    overflow: hidden;
}

    .review-box-content .tab-menu {
        border-bottom: 1px solid #2098d1;
    }

        .review-box-content .tab-menu li {
            display: inline-block;
            margin-right: 0px;
            border-radius: 0px 0px 0px 0px;
            /*height: 90px;*/
            border: 1px solid #2098d1;
            color: #fff;
        }

            .review-box-content .tab-menu li a {
                /*  background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;*/
                background: transparent;
                border: none;
                color: #fff;
                display: block;
                font-size: 14px;
                text-align: center;
                text-transform: uppercase;
                /*    width: 150px;*/
            }

                .review-box-content .tab-menu li a i {
                    color: #fff;
                    font-size: 20px;
                    text-align: center;
                    /*    width: 100%;*/
                    padding: 5px;
                }

            .review-box-content .tab-menu li.active a,
            .review-box-content .tab-menu li.active a:hover,
            .review-box-content .tab-menu li.active a:focus {
                color: #2098d1;
                cursor: default;
                background-color: transparent !important;
                border: none;
                border-bottom-color: transparent;
                font-size: 14px;
                font-weight: 700;
                text-transform: uppercase;
            }

.review-tab-content {
    /* border-right: 1px solid #f6f6f6;*/
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    background: #transparent;
    border: 1px solid #2098d1;
}

    .review-tab-content .single-review-content.top {
        padding: 20px 0px;
    }

    .review-tab-content .single-review-content {
    }

        .review-tab-content .single-review-content.left .img-box {
            left: 60px;
        }

        .review-tab-content .single-review-content.top .img-box {
            top: 40px;
        }

        .review-tab-content .single-review-content .img-box {
            left: 0;
            position: absolute;
            top: 0;
        }

        .review-tab-content .single-review-content .content-box {
            padding-left: 20px;
        }

        .review-tab-content .single-review-content.left .content-box {
            padding-left: 80px;
        }

        .review-tab-content .single-review-content .content-box .top {
            margin: 0 0 2px;
            position: relative;
            top: -4px;
        }

            .review-tab-content .single-review-content .content-box .top h3 {
                color: #343434;
                font-size: 18px;
                font-weight: 700;
                text-transform: uppercase;
            }

            .review-tab-content .single-review-content .content-box .top .review-box i {
                color: #2098d1;
                font-size: 13px;
            }

        .review-tab-content .single-review-content .content-box .date-and-time {
            margin-bottom: 17px;
        }

            .review-tab-content .single-review-content .content-box .date-and-time li {
                display: inline-block;
                font-style: italic;
            }

                .review-tab-content .single-review-content .content-box .date-and-time li::after {
                    color: #797979;
                    content: "/";
                    display: inline-block;
                    margin: 0 2px 0 6px;
                }

                .review-tab-content .single-review-content .content-box .date-and-time li:last-child::after {
                    content: "";
                }

                .review-tab-content .single-review-content .content-box .date-and-time li a {
                    color: #2098d1;
                }

    .review-tab-content .description-content {
        padding: 20px;
    }

        .review-tab-content .description-content ul {
            float: left;
            margin: 8px 50px 0 0;
            padding-bottom: 26px;
        }

            .review-tab-content .description-content ul li {
                font-style: italic;
                line-height: 40px;
            }

                .review-tab-content .description-content ul li i {
                    color: #797979;
                    display: inline-block;
                    font-size: 18px;
                    padding-right: 10px;
                }

.review-form {
    overflow: hidden;
    padding: 19px 0 40px;
}

    .review-form .sec-title {
        padding-bottom: 30px;
    }

    .review-form input[type="text"] {
        border: 1px solid #f6f6f6;
        color: #afafaf;
        font-size: 14px;
        height: 55px;
        margin-bottom: 27px;
        padding: 0 20px;
        transition: all 300ms ease 0s;
        width: 100%;
    }

        .review-form input[type="text"]:focus {
            border: 1px solid #2098d1;
        }

    .review-form .review-box {
        margin-bottom: 24px;
    }

        .review-form .review-box h5 {
            color: #343434;
            display: block;
            font-size: 14px;
            font-weight: 700;
            margin: 0 0 7px;
            text-transform: uppercase;
        }

        .review-form .review-box ul {
            padding: 0;
            background-color: transparent;
            position: static;
            float: none;
            margin-top: 10px;
        }

            .review-form .review-box ul li {
                border-right: 0px solid #2098d1;
                color: none;
                line-height: inherit;
                margin-right: inherit;
                padding: 0;
                padding: 0 10px;
                border-right: 1px solid #F4F4F4;
            }

        .review-form .review-box i {
            color: #2098d1;
            font-size: 14px;
            line-height: 22px;
            cursor: pointer;
        }

            .review-form .review-box i:hover {
                color: #2098d1 !important;
            }

            .review-form .review-box i.white {
                color: #eaeaea;
            }

    .review-form textarea {
        border: 1px solid #f6f6f6;
        color: #afafaf;
        font-size: 14px;
        height: 140px;
        margin-bottom: 38px;
        padding: 13px 20px;
        transition: all 300ms ease 0s;
        width: 100%;
    }

        .review-form textarea:focus {
            border: 1px solid #2098d1;
        }

    .review-form button {
        background: #000000 none repeat scroll 0 0;
        border: medium none;
        color: #ffffff;
        display: block;
        font-weight: 700;
        height: 50px;
        padding: 13px 0;
        text-transform: uppercase;
        width: 160px;
        transition: all 300ms ease 0s;
    }

        .review-form button:hover {
            background: #2098d1;
        }

.related-product {
    padding-top: 90px;
}

    .related-product .sec-title {
        padding-bottom: 30px;
    }

    .related-product .owl-controls {
        position: absolute;
        right: 0;
        top: -90px;
    }

    .related-product .owl-theme .owl-nav [class*="owl-"] {
        background: #f6f6f6 none repeat scroll 0 0;
        border-radius: 0;
        color: #797979;
        font-size: 25px;
        height: 45px;
        line-height: 40px;
        margin: 0 0 0 0px;
        padding: 0;
        width: 45px;
        transition: all 700ms ease 0s;
    }

    .related-product .owl-theme .owl-nav .owl-next {
        margin-left: 10px;
    }

    .related-product .owl-theme .owl-nav [class*="owl-"]:hover {
        background: #2098d1;
        color: #fff;
    }


/*==== End shop single css ====*/


/* scroll to top styles */

.scroll-to-top {
    position: fixed;
    bottom: 85px;
    right: 30px;
    background: #161616;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 41px;
    color: #424242;
    cursor: pointer;
    display: none;
    z-index: 99;
    border: 1px solid #222125;
    border-radius: 3px;
}


/* ==============================
   Cart Page styles
   ============================== */

.cart-section {
    position: relative;
    padding: 80px 0px;
}

    .cart-section ul {
        margin: 0;
        padding: 0;
    }

        .cart-section ul li {
            list-style: none;
        }

    .cart-section .thm-btn {
        line-height: 44px;
        background: #2098d1;
    }

        .cart-section .thm-btn:hover {
            background: #272727;
        }

    .cart-section .cart-outer {
        position: relative;
    }

    .cart-section .table-outer {
        position: relative;
        width: 100%;
        overflow-x: auto;
    }

    .cart-section .cart-table {
        width: 100%;
        min-width: 900px;
    }

.cart-table .cart-header {
    position: relative;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    /*border-radius: 7px;*/
    color: #222222;
    background: #F6F6F6;
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 20px 15px;
    min-width: 120px;
    font-weight: 700;
}

    .cart-table thead tr th.prod-column {
        text-align: left;
        padding-left: 40px;
    }

.cart-table tbody tr td {
    line-height: 24px;
    padding: 15px 10px;
    min-width: 100px;
    font-size: 16px;
    font-weight: bold;
    color: #aaaaaa;
    font-family: "Open Sans", sans-serif;
}

.cart-table tbody tr .qty {
    width: 120px;
    padding-right: 20px;
}

    .cart-table tbody tr .qty .quantity-spinner {
        background: #f5f5f5;
    }

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 90px;
    padding-left: 110px;
    padding-top: 15px;
    text-align: left;
}

    .cart-table tbody tr .prod-column .column-box::before {
        background: #ff0000;
    }

    .cart-table tbody tr .prod-column .column-box .prod-thumb {
        position: absolute;
        left: 0px;
        top: 11px;
        background: #fff;
        text-align: center;
        padding: 0px;
        width: 85px;
        height: 85px;
        line-height: 85px;
        border: 1px solid #F6F6F6;
    }

        .cart-table tbody tr .prod-column .column-box .prod-thumb img {
            display: block;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            display: inline;
        }

    .cart-table tbody tr .prod-column .column-box h3 {
        font-size: 18px;
        color: #2f2f31;
        font-weight: 700;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 5px;
        font-weight: 700;
        color: #343434;
        text-transform: uppercase;
    }

.cart-table tbody tr .bootstrap-touchspin {
    width: 70px;
    height: 50px;
    background: #F6F6F6;
}

.cart-table tbody tr .sub-total {
    font-weight: 700;
    color: #2098d1;
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 16px;
    color: #797979;
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .cart-table tbody tr .remove-btn .fa {
        position: relative;
        top: 2px;
        padding-right: 10px;
        font-size: 24px;
        line-height: 30px;
    }

    .cart-table tbody tr .remove-btn:hover {
        color: #ec1c33;
    }

.cart-table tbody tr {
    border-bottom: 1px solid #e9e9e9;
}

    .cart-table tbody tr td {
        vertical-align: middle;
    }

        .cart-table tbody tr td .quantity-spinner {
            padding: 10px 0px;
            padding-left: 20px;
            line-height: 24px;
            height: 34px;
            display: block;
            width: 100%;
            position: relative;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.available-info {
    position: relative;
    padding-left: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

    .available-info .icon {
        position: absolute;
        left: 0px;
        top: 5px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        color: #ffffff;
        background: #2098d1;
        border-radius: 50%;
    }

.cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    background: #EEEEEE;
    border: none;
    color: #797979;
}

.cart-table .bootstrap-touchspin .input-group-btn-vertical i {
    color: #797979;
    left: 6px;
}

.cart-table tbody tr .qty .quantity-spinner {
    background: #ffffff;
    border: 0px solid #f0f0f0;
    border-right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.cart-section .apply-coupon {
    position: relative;
}

    .cart-section .apply-coupon .form-group {
        position: relative;
        float: left;
        margin-right: 20px;
    }

        .cart-section .apply-coupon .form-group input[type="text"] {
            display: block;
            line-height: 24px;
            padding: 9px 15px;
            border: 1px solid #e0e0e0;
            border-radius: 3px;
            width: 230px;
            background: none;
            font-weight: 500;
            outline: none;
            height: 44px;
        }

.cart-section .estimate-form {
    position: relative;
}

.cart-section h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2f2f31;
    margin-bottom: 30px;
}

.cart-section .estimate-form .row {
    margin-left: -7px;
    margin-right: -7px;
}

    .cart-section .estimate-form .row .form-group {
        padding: 0px 7px !important;
        margin-bottom: 31px;
    }

.cart-section .totals-table {
    position: relative;
    border: 1px solid #f8f8f8;
    font-family: "Open Sans", sans-serif;
}

    .cart-section .totals-table .col {
        position: relative;
        display: block;
        float: left;
        padding: 10px 15px;
        line-height: 24px;
        width: 50%;
    }

    .cart-section .totals-table .col-title {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        color: #353535;
        border-right: 1px solid #f8f8f8;
        font-weight: 700;
    }

    .cart-section .totals-table li {
        position: relative;
        border-bottom: 1px solid #f8f8f8;
    }

        .cart-section .totals-table li:last-child {
            border-bottom: none;
        }

.cart-section .update-cart-box {
    padding-top: 40px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
    border: none;
    top: 2px;
    right: 20px;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select {
    width: 100%;
    outline: none;
}

    .cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
        background: #ffffff;
        font-size: 14px;
        color: #9e9e9e;
        text-transform: capitalize;
        border: none;
        outline: none !important;
        padding: 15px 15px;
        border-radius: 0;
        border: 1px solid #f6f4f4;
    }

.cart-section .estimate-form .select-box .dropdown-menu {
    padding: 0;
    border-radius: 0;
}

    .cart-section .estimate-form .select-box .dropdown-menu > li > a {
        padding: 8px 15px;
        color: #ffffff;
        transition: all .3s ease;
    }

        .cart-section .estimate-form .select-box .dropdown-menu > li > a:hover {
            background: #2098d1;
        }

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
    color: #ffffff;
    transition: all .3s ease;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
    font-size: 13px;
    color: #9e9e9e;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    content: '\f107';
    font-family: 'FontAwesome';
    color: #9e9e9e;
    font-size: 14px;
    line-height: 46px;
}

.cart-section .estimate-form h3 {
    text-transform: uppercase;
    font-size: 24px;
    color: #262626;
    margin: 0;
    margin-bottom: 40px;
    margin-top: 80px;
}

.cart-section .cart-total h3 {
    text-transform: uppercase;
    font-size: 24px;
    color: #262626;
    margin: 0;
    margin-bottom: 40px;
    margin-top: 80px;
}

.cart-section .cart-total .thm-btn {
    margin-top: 30px;
}

.cart-section .estimate-form input {
    width: 100%;
    border: 2px solid #f8f8f8;
    outline: none;
    height: 52px;
    padding-left: 15px;
}

.cart-section .totals-table + .checkout-btn-box {
    margin-top: 30px;
}

.cart-section .cart-title h1 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    color: #343434;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 40px;
}




/* ==============================
   Checkout page styles
   ============================== */

.checkout-section .styled-heading h2 {
    background: url(../img/resources/cart-page-title-bg.html) top center repeat;
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    color: #272727;
    line-height: 30px;
    font-weight: 900;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.checkout-section.cart-section .billing-info-form form .form-group .field-label {
    color: #9e9e9e;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 3px;
}

.checkout-section.cart-section .billing-info-form form .form-group input {
    border: 2px solid #f4f4f4;
    color: #9e9e9e;
    font-size: 16px;
    height: 48px;
    padding: 0 20px;
    width: 100%;
}

.checkout-section.cart-section .bottom {
    padding-top: 40px;
}

.checkout-section .column.default-column h3 {
    color: #262626;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.checkout-section.cart-section .bottom .totals-table {
    border: 2px solid #f4f4f4;
}

    .checkout-section.cart-section .bottom .totals-table li {
        border-bottom: 1px solid #f4f4f4;
    }

        .checkout-section.cart-section .bottom .totals-table li span.col.col-title {
            border-right: 1px solid #f4f4f4;
            color: #9e9e9e;
            font-size: 16px;
            font-weight: 400;
        }

        .checkout-section.cart-section .bottom .totals-table li span.col {
            color: #999999;
            font-size: 16px;
        }

.checkout-section .payment-options {
    padding-top: 30px;
}

    .checkout-section .payment-options .option-block .radio-block.active .icon i {
        color: #2098d1;
    }

    .checkout-section .payment-options .option-block {
        margin-bottom: 10px;
    }

        .checkout-section .payment-options .option-block .radio-block .icon {
            float: left;
            padding-right: 15px;
        }

            .checkout-section .payment-options .option-block .radio-block .icon i {
                color: #9e9e9e;
                font-size: 16px;
                line-height: 28px;
            }

        .checkout-section .payment-options .option-block .radio-block label.radio-label {
            color: #797979;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
            display: block;
            margin-bottom: 10px;
        }

    .checkout-section .payment-options .text {
        padding-left: 30px;
    }

        .checkout-section .payment-options .text p {
            color: #797979;
            font-size: 14px;
            line-height: 24px;
            padding-bottom: 10px;
        }

.checkout-section.cart-section .aut-cr-btn {
    margin-top: 40px;
}

.checkout-section.cart-section .cart-table {
    width: 100%;
    min-width: auto;
}

.checkout-section.cart-section .cart-total .section-title {
    padding-bottom: 35px;
}

























































.cd-timeline {
    position: relative;
    padding-bottom: 2em; /*margin-top: 2em;*/
    margin-bottom: 2em;
}

    .cd-timeline::before { /* this is the vertical line */
        content: '';
        position: absolute;
        left: 18px;
        height: 100%;
        width: 3px; /*background: url(../images/dividers-set3.png);*/
        background: hsl(0, 0%, 95%) none repeat scroll 0 0;
    }

@media only screen and (min-width: 1170px) {
    .cd-timeline { /*margin-top: 3em;*/
        margin-bottom: 3em;
    }

        .cd-timeline::before {
            left: 50%;
            margin-left: -2px;
        }

    .cd-timeline-block:nth-child(odd) .cd-timeline-content {
        text-align: left;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

    .cd-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }

.cd-timeline-block {
    margin-top: 0;
}

.cd-timeline-block {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }

    .cd-timeline-block {
        margin-top: 0;
    }

    .cd-timeline-block {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

    .cd-timeline-img img {
        display: block;
        width: 24px;
        height: 24px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -12px;
    }

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 40px;
        background: #2098d1;
        height: 40px;
        left: 51%;
        margin-left: -30px;
        line-height: 45px;
        color: #FFF;
        text-align: center; /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

        .cd-timeline-img i {
            font-size: 30px;
            padding: 5px;
        }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    background: none repeat scroll 0 0 white;
    margin-left: 60px;
    padding: 1em;
    position: relative;
}

    .cd-timeline-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-timeline-content h2 {
        color: #303e49;
    }

    .cd-timeline-content .cd-read-more, .cd-timeline-content .discription {
        display: inline-block;
    }

    .cd-timeline-content .cd-read-more {
        float: right;
        padding: 1em;
        background: #acb7c0;
        color: white;
        border-radius: 0.25em;
    }

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .discription {
    float: left; /*padding: .8em 0;opacity: .7;*/
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0; /*border: 7px solid transparent;border-right: 7px solid white;*/
}

@media only screen and (min-width: 768px) {
}

@media (min-width: 1170px ) and (max-width: 1199px) {
    .cd-timeline-content .discription {
        padding: 22px 6px 0 33px !important;
        width: 39% !important;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1em;
        width: 45%;
    }

        .cd-timeline-content::before {
            top: 24px;
            left: 100%;
            border-color: transparent;
            border-left-color: white;
        }

        .cd-timeline-content .cd-read-more {
            float: left;
        }

        .cd-timeline-content .discription {
            display: block;
            left: 122%;
            padding: 23px 19px 0 33px;
            position: absolute;
            text-align: left;
            top: 6px;
            width: 34%;
        }

            .cd-timeline-content .discription img {
                margin-left: -3px;
            }

            .cd-timeline-content .discription.style2 {
                padding: 45px 65px !important;
                text-align: center;
            }

            .cd-timeline-content .discription h5 {
                margin-top: 0;
                font-size: 26px;
                font-weight: 300;
                line-height: 32px;
            }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
        text-align: left;
    }

    .cd-timeline-block:nth-child(odd) .cd-timeline-content {
        text-align: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .discription {
        left: auto;
        right: 122%; /*text-align: right;*/
    }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) { /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

























/*Ravi*/

.stdLoginControlsCombo {
    border: 2px solid #2098d1;
    background: transparent;
    color: #afafaf;
    font-size: 12px;
    height: 25px;
    margin-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
    width: 50%;
    transition: all 700ms ease 0s;
}

.stdLoginControls {
    border: 2px solid #2098d1;
    background: transparent;
    color: black;
    font-size: 12px;
    height: 25px;
    margin-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
    width: 90%;
    transition: all 700ms ease 0s;
}

.stdLoginControlsmultiline1 {
    border: 2px solid #2098d1;
    background: transparent;
    color: black;
    font-size: 12px;
    height: 25px;
    margin-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
    width: 50%;
    transition: all 700ms ease 0s;
}

.button {
    background: #2098d1 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    margin-top: 10px;
    padding: 12px 0;
    text-transform: uppercase;
    transition: all 700ms ease 0s;
    width: 150px;
}

.grdBackColor {
    background-color: White;
}

.NotAccessMessage {
    font-weight: bold;
    color: Black;
}

.stdLoginControls {
    border: 2px solid #2098d1;
    background: transparent;
    color: black;
    font-size: 12px;
    height: 25px;
    margin-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
    width: 50%;
    transition: all 700ms ease 0s;
}




.btnControls {
    background: #2098d1 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    margin-top: 10px;
    padding: 12px 0;
    text-transform: uppercase;
    transition: all 700ms ease 0s;
    width: 150px;
}

.stdButtonStyle {
    background: #2098d1 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    margin-top: 10px;
    padding: 12px 0;
    text-transform: uppercase;
    transition: all 700ms ease 0s;
    width: 150px;
}

.stdBorderLeft {
    font-family: Arial, Helvetica, sans-serif;
    background: #014F7A;
    border-left: 1px solid white;
    font-weight: 600;
    font-size: 13px;
    padding: 4px;
    color: White;
    min-height: 30px;
    border-bottom: 1px solid white;
}

.stdBorderRight {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: #014F7A;
    border-left: 1px solid white;
    border-right: 1px solid white;
    font-weight: 600;
    font-size: 13px;
    padding: 4px;
    color: White;
    min-height: 30px;
    border-bottom: 1px solid white;
}

.stdContentLeft {
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px;
    color: #333333;
    border-bottom: solid 1px lightgray;
    border-left: solid 1px lightgray;
    min-height: 30px;
    word-wrap: word-break;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
    font-size: 12px;
}

.stdContentRight {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 4px;
    color: #333333;
    border-bottom: solid 1px lightgray;
    border-left: solid 1px lightgray;
    border-right: solid 1px lightgray;
    min-height: 30px;
    word-wrap: word-break;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

/*
 * Component: Info Box
 * -------------------
 */
.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

    .info-box small {
        font-size: 14px;
    }

    .info-box .progress {
        background: rgba(0, 0, 0, 0.2);
        margin: 5px -10px 5px -10px;
        height: 2px;
    }

        .info-box .progress,
        .info-box .progress .progress-bar {
            border-radius: 0;
        }

            .info-box .progress .progress-bar {
                background: #fff;
            }

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.progress-description,
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-text {
    text-transform: uppercase;
}

.info-box-more {
    display: block;
}

.progress-description {
    margin: 0;
}



.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-waring,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    color: #fff !important;
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important;
}

.bg-black {
    background-color: #111111 !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-waring,
.modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #00c0ef !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
    background-color: #3c8dbc !important;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #00a65a !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-teal {
    background-color: #39cccc !important;
}

.bg-olive {
    background-color: #3d9970 !important;
}

.bg-lime {
    background-color: #01ff70 !important;
}

.bg-orange {
    background-color: #ff851b !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #605ca8 !important;
}

.bg-maroon {
    background-color: #d81b60 !important;
}

.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important;
}

.bg-black-active {
    background-color: #000000 !important;
}

.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    background-color: #d33724 !important;
}

.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
    background-color: #db8b0b !important;
}

.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
    background-color: #00a7d0 !important;
}

.bg-blue-active {
    background-color: #005384 !important;
}

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
    background-color: #357ca5 !important;
}

.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
    background-color: #008d4c !important;
}

.bg-navy-active {
    background-color: #001a35 !important;
}

.bg-teal-active {
    background-color: #30bbbb !important;
}

.bg-olive-active {
    background-color: #368763 !important;
}

.bg-lime-active {
    background-color: #00e765 !important;
}

.bg-orange-active {
    background-color: #ff7701 !important;
}

.bg-fuchsia-active {
    background-color: #db0ead !important;
}

.bg-purple-active {
    background-color: #555299 !important;
}

.bg-maroon-active {
    background-color: #ca195a !important;
}

.divHeaderBorder {
    border: 1px solid #2098d1;
    padding: 20px;
    border-radius: 20px;
    margin: 35px 0px;
    line-height: 2;
}

.h6Header {
    font-size: 20px;
    padding: 10px;
    text-transform: uppercase;
    font-stretch: 2px;
    letter-spacing: 1px;
    margin: 13px 40px;
    z-index: 99;
    position: absolute;
}

.h6Header1 {
    font-size: 20px;
    padding: 10px;
    text-transform: uppercase;
    font-stretch: 2px;
    letter-spacing: 1px;
    margin: -18px 40px;
    z-index: 99;
    position: absolute;
}

.PersonalInfoHeader {
    color: #fff;
    font-size: 14px;
    line-height: 2;
}



/***********************/

input[type="text"], input[type="password"], select, textarea {
    width: 100%;
    float: left;
    height: 30px;
}

textarea {
    min-height: 50px;
}

.gen-margin {
    margin: 10px 0;
}

.h1title h1 {
    float: left !important;
}

.wheel-work-left {
    margin-top: 20px;
}

.border-bot {
    width: 100%;
    float: left;
    border-bottom: solid 1px #ccc;
    margin: 10px 0;
    height: 10px;
}

.row-margin {
    margin-top: 10px;
}

.text-center {
    text-align: center;
}


.row {
    display: inline-block;
    width: 100%;
}


#widget {
    position: absolute;
}

#widgetField {
    width: 350px;
    height: 26px;
    background: url(../../../images/field.png);
    overflow: hidden;
    position: relative;
}

    #widgetField a {
        display: block;
        position: absolute;
        width: 26px;
        height: 26px;
        top: 0;
        right: 0;
        text-decoration: none;
        text-indent: -3000px;
    }

    #widgetField span {
        font-size: 12px;
        font-weight: bold;
        color: #000;
        position: absolute;
        top: 0;
        height: 26px;
        line-height: 26px;
        left: 5px;
        width: 250px;
        text-align: center;
    }

#widgetCalendar {
    position: absolute;
    top: 26px;
    left: 0;
    height: 0px;
    overflow: hidden;
    width: 588px;
    background: #B9B9B9;
}

    #widgetCalendar .datepicker {
        position: absolute;
        bottom: 0;
        top: auto;
    }

    #widgetCalendar .datepickerContainer,
    #widgetCalendar .datepickerBorderT,
    #widgetCalendar .datepickerBorderB,
    #widgetCalendar .datepickerBorderL,
    #widgetCalendar .datepickerBorderR,
    #widgetCalendar .datepickerBorderTL,
    #widgetCalendar .datepickerBorderTR,
    #widgetCalendar .datepickerBorderBL,
    #widgetCalendar .datepickerBorderBR {
        background: transparent !important;
    }

    #widgetCalendar .datepicker a:hover {
        color: #b6f063;
    }

.SearchPopUpNew_Map {
    margin-top: 3px;
    background-color: #EAEAEA;
    border: 2px solid #69B7AB;
    border-radius: 10px;
    padding: 10px;
    width: 40%;
    margin-left: -38%;
}

    .SearchPopUpNew_Map .mdPopup {
        width: 30%;
    }

.strpIcons1 {
    width: 35px;
    height: 35px;
}

.test input {
    float: left;
    margin-left: 10px;
}

.test label {
    float: left;
    width: auto;
    margin-top: 1px;
}

.ItemTeplateContent {
    font-size: 11px;
    color: Black;
    height: 30px;
    margin: 0px;
    border: solid 1px black;
    text-align: left;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-word;
    white-space: normal;
}

.TeplateHeader {
    font: 13px helvetica,arial,sans-serif;
    font-weight: bold;
    color: white;
    padding-top: 5px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: solid 1px Black;
    border-top: solid 1px Black;
    border-left: solid 1px Black;
    border-bottom: solid 1px Black;
    border-right: solid 1px Black;
    background-color: #848484;
    text-align: center;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-word;
    white-space: normal;
}

.TeplateHeader_Table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    color: white;
    text-align: center;
}

.ItemTeplateContent_TablePrint_TopBorder {
    border-top: solid 1px black;
}

/* Modal Popup Start */

.stdMainPopup {
    background: url(../images/header.jpg) repeat;
    border-radius: 10px;
}

.stdPopupClose {
    /*padding-right: -20px;
            cursor: pointer;
            margin-bottom: -30px;
            margin-top: -23px;
            margin-right: -18px;
            background-position: top;
            position: relative;*/
    cursor: pointer;
    margin-bottom: -35px;
    margin-top: 10px;
    margin-right: 12px;
    background-position: top;
    position: relative;
    height: 27px;
}

.stdPopupInnerMain {
    background-color: White;
    border-radius: 10px;
    margin: 10px;
    float: left;
}

.stdPopInnerMsg {
    font-weight: bold;
    float: left;
    color: Red;
    text-align: center;
    margin-top: 6px;
}

.stdPopupInnerContent {
    float: left;
    margin: 5px 30px 10px 25px;
}

.stdPopupInnerContentHeading {
    float: left;
    font-weight: bold;
    color: #254F5D;
    font-size: 18px;
}

.modalBackground {
    background-color: gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.PageInnerHeadingDetailsMain {
    float: left;
    color: #D65953;
    margin-bottom: 10px;
    height: 25px;
    font-weight: bold;
    font-size: 17px;
    border-bottom: solid 2px #D0C6B1;
}

.PageInnerHeadingDetailsSub {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    text-shadow: 1px 1px #FFCC00;
    border-top-right-radius: 10px;
    padding-top: 5px;
    border-top-left-radius: 10px;
    height: 20px;
    background-color: #D0C6B1;
    color: #4D88C2;
}

.stdLabel {
    color: maroon;
    font-weight: bold;
}

.stdNoDetailsFound {
    font-size: 16px;
    color: red;
    font-weight: bold;
}
