@import url(/home/js/bootstrap/css/bootstrap.min.css);
html,
body {
    height: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #797979;
    line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding-top: 3px;
}
.h2, h2 {
    font-size: inherit;
}
a{color: unset;}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    color: var(--zdztxz);
}

img {
    max-width: 100%;
    height: auto;
	border-radius: 30px;
}

i {
    font-style: normal;
}

.p0 {
    padding: 0 !important;
}
.pb0 {padding-bottom: 0 !important;}
.mt0 {
    margin-top: 0 !important;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input,
textarea,
button {
    outline: none !important;
}


/* 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;
}

.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: #BA0913;
    color: #fff;
}


/* End Base CSS */


/*
* 3.= Section title styles
*/

.sec-title {
    padding-bottom: 18px;
    margin-top: -9px;
}

.sec-title h1 {
    color: #d9d9d9;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    padding-top: 3px;
}

.sec-title h2 {
    color: #343434;
    font-size: 24px;
    font-weight: 700;
    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;
}


/*
* 4.= Template Button styles
*/

.aut-cr-btn {
    border: 1px solid #af0610;
    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: #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);
}

.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);
}


/*
* 5.= Main Header styles
*/

.main-header {}

.main-header.stricky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    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: -158px;
}

.header-top .header-top-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 13px;
    padding-top: 6px;
}

.header-contact-info ul li {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    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-left: 85px;
    margin-right: 20px;
    margin-top: 8px;
}

.header-top .header-top-content #polyglotLanguageSwitcher span::before {
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 50px;
    top: -1px;
}

.header-top-content .cart-btn {
    display: inline-block;
}

.header-top-content .cart-btn a .flaticon-icon-1393::before {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 6px;
    font-weight: 400;
}

.header-top-content .cart-btn a .item-count {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    top: 3px;
}

.header-top-content .cart-btn a .item-count span {
    color: #d11a25;
}

.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 {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 2px;
}
.container {
	width: 1360px;
}
.main-header.stricky-fixed .header-top + .header-lower.navbar .container {
    margin-top: 0;
    border: none;
}

.header-lower.navbar .appoinment {
    padding: 25px 0;
}

.header-lower.navbar .appoinment a {
    background: rgba(0, 0, 0, 0) url("../img/resources/button-bg.png") repeat scroll 0 0;
    border: 1px solid #af0610;
    color: #fefefe;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 52px;
    /*margin-top: 25px;*/
    padding: 12px 16px 14px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    transition: all 500ms ease 0s;
}

.header-lower.navbar .appoinment a:hover {
    color: #fff;
    border: 1px solid #fff;
}

.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: 20px 0;
    margin: 0;
}

@media (min-width: 641px) {
    .header-lower.navbar .navbar-nav {
        padding-right: 50px;
    }
    .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;
        font-weight: 700;
        line-height: 20px;
        opacity: 1;
        padding: 10px 15px;
        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: #BA0913;
    }
    .header-lower.navbar .navbar-nav>li:hover>a {
        color: #BA0913;
    }
    .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: #BA0913;
        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: #BA0913;
    }
    .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 #ba0913;
        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: #ba0913;
        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: #ba0913;
        background: #f6f6f6;
    }
}


/*
* 6.= Slider styles
*/

.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: #ba0913;
    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: #ba0913;
    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: #ba0913;
    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;
}


/*
* 7.= Call to action styles
*/

.call-to-action-area {
    background: #ba0913 none repeat scroll 0 0;
    margin-bottom: 59px;
    padding-top: 24px;
}

.call-to-action-area .box {
    background: #ba0913 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: #ba0913;
    content: "";
    transform: rotate(60deg);
}

.call-to-action-area .box:after {
    position: absolute;
    top: -28px;
    right: -50px;
    width: 100px;
    height: 60px;
    background: #ba0913;
    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: #ba0913;
    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 #ba0913;
}

.call-to-action-area .box a:hover {
    transition: all 1s ease 0s;
    border-radius: 30px;
    color: #222;
    border: 2px solid #000;
}


/*
* 8.= Qality Service area styles
*/

.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: #ba0913;
    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: #ba0913;
    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: #ba0913;
    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;
}


/*
* 9.= Trusted Service area styles
*/

.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: #ba0913 !important;
}

.trusted-service-area .single-item:hover .content a {
    color: #ba0913;
}

.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;
}


/*
* 10.= Best Service area styles
*/

.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: #ba0913 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: #ba0913;
    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: #ba0913;
    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;
}


/*
* 11.= Wheel Work area styles
*/

.wheel-work-area {
    background: rgba(0, 0, 0, 0) url("../img/wheel-work/bg.jpg") no-repeat scroll center center / cover;
    padding-top: 87px;
}

.wheel-work-left .title {
    padding-bottom: 34px;
}

.wheel-work-left .title h1 {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block;
}

.wheel-work-left .title h1::after {
    background: #3a3a3a 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: #b9b9b9;
}

.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: #ba0913;
    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: 80px;
    position: relative;
    z-index: 1;
}

.wheel-work-right::before {
    background: rgba(0, 0, 0, 0.57) none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.wheel-work-right h1 {
    background: #ba0913 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 12px;
    padding-left: 25px;
    padding-top: 10px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.wheel-work-right .single-other-service-list {
    background: #000000 none repeat scroll 0 0;
    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 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: #ba0913;
}

.wheel-work-right ul li.active .single-other-service-list .title:before {
    background: #fff;
}

.wheel-work-right .single-other-service-list:hover {
    background: #ba0913;
}

.wheel-work-right .single-other-service-list:hover .title:before {
    background: #fff;
}


/*
* 12.= Gallery area styles
*/

.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: #ba0913;
}

.faq-content-left .accordion-box .accordion .acc-btn .toggle-icon .minus {
    background: #ba0913 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: #ba0913;
}

.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: #ba0913;
}

.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);
}


/*
* 13.= Meet our Specialist area styles
*/

.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;
}

.meet-our-specialist-area .single-item {}

.meet-our-specialist-area .single-item .img-holder {
    overflow: hidden;
    position: relative;
}

.meet-our-specialist-area .single-item .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.meet-our-specialist-area .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;
}

.meet-our-specialist-area .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;
}

.meet-our-specialist-area .single-item .text {
    background: #ffffff none repeat scroll 0 0;
}

.meet-our-specialist-area .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;
}

.meet-our-specialist-area .single-item .text h6 {
    color: #ba0913;
    font-size: 14px;
    font-style: italic;
    padding-left: 20px;
}

.meet-our-specialist-area .single-item .text p {
    margin: 20px 0 20px;
    padding-left: 18px;
}

.meet-our-specialist-area .single-item .text .mail {
    border-top: 1px solid #f6f6f6;
    padding-bottom: 9px;
    padding-top: 10px;
}

.meet-our-specialist-area .single-item .text .mail p {
    margin: 0;
}

.meet-our-specialist-area .single-item .text .mail p span::before {
    color: #ba0913;
    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: #ba0913;
    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: #ba0913;
    border: 1px solid #ba0913;
}

.meet-our-specialist-area.about-us-bg {
    background: #fff none repeat scroll 0 0;
}


/*
* 14.= Our Latest News area styles
*/

.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 #ba0913;
    color: #ba0913;
    display: inline-block;
    line-height: 14px;
    margin-right: 6px;
    padding-right: 10px;
}

.single-blog-post ul li a {
    color: #ba0913;
    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 {}

.single-blog-post .content-box .date-box {
    background: #f6f6f6 none repeat scroll 0 0;
    float: left;
    margin-top: 55px;
    text-align: center;
    width: 70px;
    height: 85px;
}

.single-blog-post .content-box .date-box .date {
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    padding-top: 2px;
    padding-bottom: 4px;
}

.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;
}

.single-blog-post .content-box .date-box .comment {
    background: #ba0913 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.single-blog-post .content-box .date-box .comment p {
    margin: 0;
}

.single-blog-post .content-box .date-box .comment 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: #ba0913;
}

.single-blog-post .content-box .content h3:hover {
    color: #ba0913;
}

.single-blog-post .content-box .content a.readmore:hover {
    color: #ba0913;
}


/*
* 15.= Appintment area styles
*/

.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: #ba0913;
}

.free-appoinment-form .input-field textarea:hover {
    color: #ba0913;
}

.free-appoinment-form .select-field select:hover {
    color: #ba0913;
    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;
}


/*
* 16.= Brand area styles
*/

.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: #ba0913;
}

.brand-area .owl-theme .owl-nav div .fa {
    color: #797979;
    font-size: 25px;
    display: block;
    padding-top: 2px;
    text-align: center;
}

.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;
}


/*
* 17.= Footer area styles
*/

.footer-area {
    background: #000 url(../img/footer/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}


/*.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: #BA0913;
    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: #BA0913;
    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: #ba0913;
}

.footer-top .single-item:hover .content {
    border-left-color: #ac1018;
}

.footer-top .single-item:hover span:before {
    color: #fff !important;
}

.footer-top .single-item:hover p {
    color: #fff !important;
}

.footer-middle {
    padding-bottom: 63px;
    padding-top: 52px;
}

.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: 22px 0 40px;
}

.single-footer-widget .text a {
    padding-bottom: 13px;
    padding-top: 11px;
    width: 190px;
    color: #fff;
}

.single-footer-widget .service-list {
    margin-top: 10px;
}

.single-footer-widget .service-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    line-height: 40px;
    transition: all 700ms ease 0s;
}

.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: #BD0B15;
}

.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: #ba0913 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: #ba0913;
    border: 1px solid #ba0913;
    height: 10px;
    margin-right: 3px;
    width: 10px;
    position: relative;
    top: -1px;
}

.footer-bottom {
    position: relative;
    z-index: 1;
    padding-top: 18.5px;
    padding-bottom: 18.5px;
    /*background: #131313;*/
}

.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: #ba0913;
}

.footer-social-link ul {
    float: right;
}

.footer-social-link ul li {
    display: inline-block;
    margin-left: 6px;
}

.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: #ba0913;
    color: #fff;
    border: 1px solid #ba0913;
}


/*
* 18.= BreadCumb area styles
*/

.breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("img/abbr.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 120px;
    padding-top: 120px;
    margin-top: 0 !important;
}

.breadcrumbs h1 {
    color: #333;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 17px;
    text-transform: uppercase;
}

.breadcrumbs h4 {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}


/*
* 19.= Breadcumb bottom area styles
*/

.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: #ba0913;
}


/*
* 20.= Contact area styles
*/

.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: #ba0913;
    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: #ba0913;
}


/*
* 21.= About Team area styles
*/

.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;
}


/*
* 22.= Apply for job area styles
*/

.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;
}


/*
* 23.= Customers area styles
*/
.btn {
    padding:unset;
}
.customers-area {
    padding-top: 45px;
}

.customers-info {
    padding-bottom: 100px;
}

.customers-info .sec-title {
    padding-bottom: 30px;
}

.customers-info .img-holder {
    width: 420px;
}

.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: #ba0913;
    font-size: 14px;
    font-style: italic;
    position: relative;
    top: 7px;
}

.customer-support {
    background: #f6f6f6 none repeat scroll 0 0;
    margin-top: 82px;
    padding: 18px;
	border-radius: 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: var(--zdzzts);
    font-size: 24px;
    font-weight: 700;
    margin: 5px 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: 14px 8px 14px 10px;
}

.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: #ba0913;
    color: #fff;
    border: 2px solid #ba0913;
}

.years-tab-area {
	border-top: 1px solid #f5f5f5;
    padding-bottom: 100px;
}

.years-tab-area .years-tab {
    padding-top: 50px;
}
.years-tab-area .col-lg-12.col-md-8 {
    padding-top: 50px;
}
.years-tab .tab-menu {
    width:100%;
	overflow: hidden;
	overflow-x: auto;
}
.years-tab .tab-menu ul{
	display: flex;
	align-items: center;
}

.years-tab .tab-menu ul li {
    position: relative;
}
.years-tab .tab-menu ul li a{
	display: inline-block;
    width: 220px;
}
.years-tab .tab-menu ul li h3 {
    color: #bbb;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.years-tab .tab-menu ul li a::before {
    background: #dedede none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 36px;
    width: 100%;
}

.years-tab .tab-menu ul li a::after {
    border: 6px solid #dedede;
    border-radius: 50%;
    content: "";
    height: 12px;
    position: absolute;
    left:35px;
    top: 31px;
    width: 12px;
    transition: all 700ms ease 0s;
}

.years-tab .tab-menu ul li span {
    color: #343434;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 700ms ease 0s;
	display:inline-block;
	width: 100%;
	margin-top: 25px;
}

.years-tab .tab-content {
    padding-top: 100px;
}

.years-tab .tab-menu,
.years-tab .tab-content {
    display:inline-block;
    vertical-align: top;
}

.years-tab .tab-content .title {
    padding-bottom: 18px;
}

.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: 18px 0 0;
    width: 60px;
}

.years-tab .tab-content p {
    text-align: justify;
}
.years-tab .tab-content .bottom-img-holder {
	max-height: 230px;
	overflow: hidden;
	border: 8px solid #f6f6f6;
	border-radius: 30px;
}

.years-tab .tab-content .bottom-img-holder img {
    width: 100%;
	margin-top:-30px;
}

.years-tab .tab-menu ul li.active a::after {
    background: var(--zdztxz);
    border: 1px solid var(--zdztxz);
}

.years-tab .tab-menu ul li.active span,.years-tab .tab-menu ul li.active h3 {
    color: var(--zdztxz);
}

.years-tab .tab-menu ul li span:hover {
    color: var(--zdztxz);
}

.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: #ba0913;
}

.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: #ba0913;
    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;
}


/*
* 25.= Fact Counter area styles
*/

.fact-counter-area {
    background: var(--zdans);
}

.fact-counter ul li {
    border-left: 1px solid #0000001a;
    float: left;
    padding: 70px 30px 63px;
	width: 20%;
	    text-align: center;
}

.fact-counter ul li:last-child {
    border-right: 1px solid #0000001a;
}

.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;
}


/*
* 26.= Why Choose us area styles
*/

.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: 100px;
	padding-top: 18px;
    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: 90px;
    left: 0;
    padding: 28px 0;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 90px;
    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 15px;
    text-transform: uppercase;
}

.why-choose-us-area .single-item .content p {
    margin: 0 0 15px;
}

.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: #ba0913;
    color: #fff;
}

.why-choose-us-area .single-item:hover .content a {
    color: var(--zdztxz);
}


/*
* 27.= Testimonial area styles
*/

.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: #ba0913;
    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;
}


/*
* 28.= Testimonial page area styles
*/

.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;
}


/*
* 29.= Write your comment area styles
*/

.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: #ba0913;
}

.write-your-comment-form button.aut-cr-btn {
    padding: 12px 0;
    width: 170px;
}


/*
* 30.= Faq content area styles
*/

.faq-content-area {
    padding-bottom: 85px;
    padding-top: 90px;
}

.about-autocare-faq .sec-title {
    padding-bottom: 30px;
}

.faq-content-area .accordion {
    border: 1px solid #dedede;
    margin-bottom: 5px;
    position: relative;
}

.faq-content-area .accordion .acc-btn {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #343434;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 20px 15px;
    position: relative;
    text-transform: uppercase;
}

.faq-content-area .accordion .acc-btn.active {
    border-bottom: 1px solid #dedede;
}

.faq-content-area .accordion .acc-btn .toggle-icon {
    color: #797979;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 24px;
}

.faq-content-area .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%;
}

.faq-content-area .accordion-box .accordion .acc-btn.active .toggle-icon .plus {
    opacity: 0;
}

.faq-content-area .accordion-box .accordion .acc-btn.active .toggle-icon span:before {
    color: #ba0913;
}

.faq-content-area .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%;
}

.faq-content-area .accordion-box .accordion .acc-btn.active .toggle-icon .minus {
    opacity: 1;
}

.faq-content-area .accordion-box .accordion .acc-content {
    color: #797979;
    display: none;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 20px 13px;
}

.faq-content-area .accordion-box .accordion .acc-content.collapsed {
    display: block;
}

.faq-content-area .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;
}


/*
* 31.= ask your question area styles
*/

.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 #af0610;
}

.ask-your-question-form input[type="text"]:focus {
    border: 1px solid #222;
    color: #ba0913;
}

.ask-your-question-form .select-field select:focus {
    border: 1px solid #222;
    color: #ba0913;
}

.ask-your-question-form textarea:focus {
    border: 1px solid #222;
    color: #ba0913;
}

.ask-your-question-form button:hover {
    border: 2px solid #ba0913;
}


/*
* 32.= Pricing table area styles
*/

.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;
}

.single-price-box .table-header .most-popular-plan {
    background: #343434 none repeat scroll 0 0;
    color: #ffffff;
    height: 25px;
    left: -30px;
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
    width: 110px;
    z-index: 3;
}

.single-price-box .table-header .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;
}

.single-price-box .table-header .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;
}

.single-price-box .table-header .most-popular-plan h6 {
    color: #fff;
    font-size: 12px;
    padding: 6px 0;
}

.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: #ba0913;
    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);
}


/*
* 33.= Combo package area styles
*/

.combo-package-area {
    /*background: rgba(0, 0, 0, 0) url("../img/resources/combo-package-bg.jpg") no-repeat scroll center center / cover;*/
    background: #BA0913 url(../img/resources/parallax-background-1.jpg) center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding-bottom: 47px;
    padding-top: 42px;
}
.combo-package-area:before {
    content: '';
    position: absolute;
    top:0;left:0;right:0;
    bottom:0;
    background: #BA0913;
    opacity: .9;
}
.combo-package-area > div {position: relative;z-index: 9;}

.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: #ba0913;
    padding: 11px 0;
    position: relative;
    top: 10px;
    width: 200px;
    transition: all 700ms ease 0s;
}

.combo-package-area .button a:hover {
    background: #000;
    color: #fff;
}


/*
* 34.= Blog content area styles
*/

.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: #ba0913;
}

.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: #ba0913;
    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: #ba0913 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: #ba0913;
}

.single-sidebar .blog-categories li:hover a {
    color: #ba0913;
}

.single-sidebar .latest-post {}

.single-sidebar .latest-post li {
    margin-bottom: 29px;
    padding-left: 70px;
    position: relative;
}

.single-sidebar .latest-post li:last-child {
    margin-bottom: 0;
}

.single-sidebar .latest-post li .img-holder {
    height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    width: 70px;
}

.single-sidebar .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;
}

.single-sidebar .latest-post li .img-holder .overlay .icon-holder {
    display: table;
    height: 100%;
    width: 100%;
}

.single-sidebar .latest-post li .img-holder .overlay .icon-holder a {
    display: table-cell;
    vertical-align: middle;
}

.single-sidebar .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;
}

.single-sidebar .latest-post li:hover .overlay {
    transform: scale(1);
}

.single-sidebar .latest-post li .title {
    padding-left: 20px;
}

.single-sidebar .latest-post li .title h6 {
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    text-transform: uppercase;
    top: -8px;
}

.single-sidebar .latest-post li .title h6 a {
    color: #343434;
    transition: all 500ms ease 0s;
}

.single-sidebar .latest-post li .title ul {
    margin-top: -1px;
}

.single-sidebar .latest-post li .title ul li {
    color: #ba0913;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
    margin-right: 7px;
    padding-left: 0;
    padding-right: 10px;
    position: relative;
}

.single-sidebar .latest-post li .title ul li::before {
    background: #ba0913 none repeat scroll 0 0;
    content: "";
    height: 14px;
    position: absolute;
    right: 0;
    top: 2px;
    width: 1px;
}

.single-sidebar .latest-post li .title ul li:last-child::before {
    width: 0;
}

.single-sidebar .latest-post li .title ul li span.underline {
    text-decoration: underline;
}

.single-sidebar .latest-post li .title ul li span::before {
    display: inline-block;
    font-size: 15px;
    padding-right: 10px;
    position: relative;
    top: 2px;
}

.single-sidebar .latest-post li:hover .title h6 a {
    color: #ba0913;
}

.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: #ba0913;
    padding-left: 10px;
}

.single-sidebar .blog-archive li:hover a span::before {
    color: #ba0913;
}

.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;
}


/*
* 35.= List blog content area styles
*/

.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: #ba0913 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: #ba0913;
}

.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;
}


/*
* 36.= Masonary blog area area styles
*/

.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: #ba0913;
}

.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: #ba0913;
}


/*
* 37.= Blog Details area styles
*/

.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: #ba0913;
}

.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: #ba0913;
    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: #ba0913;
    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: #ba0913;
}

.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: #ba0913;
}

.leave-reply-form form textarea:focus {
    border: 1px solid #a3a3a3;
    color: #ba0913;
}

.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: #ba0913;
}


/*
* 38.= Gallery area styles
*/

.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: #ba0913;
    color: #fff;
}

.gallery-filter li.active::before {
    color: #ba0913;
    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: #ba0913;
    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: #ba0913;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
}

.single-gallery-item .img-holder .overlay .image-view .icon-holder a:hover {
    background: #ba0913;
}

.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: #ba0913;
}

.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: #ba0913;
}

.gallery-v1-area.grid-layout {
    padding-bottom: 90px;
    padding-top: 91px;
}

.grid-layout .single-gallery-item {
    margin-bottom: 30px;
}

.gallery-v2-area.grid-layout {
    padding-bottom: 90px;
    padding-top: 91px;
}

.gallery-v3-area.grid-layout {
    padding-bottom: 90px;
    padding-top: 91px;
}

.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: #ba0913;
}

.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;
}


/*
* 39.= 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: #BA0913;
    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: #BA0913;
}

.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;
}

.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: #ba0913 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: #ba0913;
    display: inline-block;
    padding-right: 10px;
}

.shop-section .sidebar .single-sidebar-item .product-categories li:hover a {
    color: #ba0913;
}

.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: #ba0913
}

.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 #ba0913;
}

.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: #ba0913;
    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: #ba0913;
    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 #ba0913;
}

.shop-section .sidebar .single-sidebar-item .top-rated-products li:hover .content a h3 {
    color: #ba0913;
}

.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: #ba0913;
    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: #ba0913;
    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 #ba0913;
}

.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: #ba0913;
}

.review-box-content {
    margin-top: 90px;
    border: 1px solid #f6f6f6;
    border-top: none;
    border-right: none;
    overflow: hidden;
    border-radius: 10px 0 0 0;
}

.review-box-content .tab-menu {
    border-bottom: 1px solid #f6f6f6;
}

.review-box-content .tab-menu li {
    display: inline-block;
    margin-right: 0px;
}

.review-box-content .tab-menu li a {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #343434;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    margin-right: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 155px;
}

.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: #343434;
    cursor: default;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    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;
}

.review-tab-content .single-review-content.top {
    padding-top: 40px;
}

.review-tab-content .single-review-content {
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 40px;
    padding-bottom: 24px;
    padding-left: 100px;
    position: relative;
}

.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: #ba0913;
    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: #ba0913;
}

.review-tab-content .description-content {
    padding-top: 30px;
}

.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 #ba0913;
}

.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 #ba0913;
    color: none;
    line-height: inherit;
    margin-right: inherit;
    padding: 0;
    padding: 0 10px;
    border-right: 1px solid #F4F4F4;
}

.review-form .review-box i {
    color: #ba0913;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
}

.review-form .review-box i:hover {
    color: #ba0913 !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 #ba0913;
}

.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: #ba0913;
}

.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: #ba0913;
    color: #fff;
}


/*
* 40.= Contact area styles
*/

.contact-area {
    padding-bottom: 90px;
    padding-top: 89px;
}

.contact-area .getin-touch {}

.contact-area .getin-touch .sec-title {
    padding-bottom: 23px;
}

.contact-area .getin-touch .contact-info {
    margin: 34px 0 0;
}

.contact-area .getin-touch .contact-info li {
    padding-left: 50px;
    position: relative;
}

.contact-area .getin-touch .contact-info li.address {
    margin-bottom: 30px;
}

.contact-area .getin-touch .contact-info li.email {
    margin-bottom: 45px;
}

.contact-area .getin-touch .contact-info li .icon-holder {
    border: 2px solid #ba0913;
    display: block;
    height: 50px;
    left: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}

.contact-area .getin-touch .contact-info li .icon-holder span::before {
    color: #ba0913;
    display: block;
    font-size: 20px;
}

.contact-area .getin-touch .contact-info li .content {
    padding-left: 20px;
}

.contact-area .getin-touch .contact-info li .content h4 {
    color: #343434;
    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: #ba0913;
}

.contact-area .contact-form form textarea:focus {
    border: 1px solid #a4a3a3;
    color: #ba0913;
}

.contact-area .contact-form button:hover {
    background: #ba0913;
}

#contact-google-map {
    width: 100%;
    height: 500px;
}


/*
* 41.= Service package area styles
*/

.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: #ba0913 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: #ba0913;
}

.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: #ba0913;
    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: #ba0913;
    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);
}


/*
* 42.= Service signle styles
*/

.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: #ba0913;
    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: #ba0913;
    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: #ba0913;
}

.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: #ba0913;
    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: #ba0913;
    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: #ba0913 none repeat scroll 0 0;
    border: 1px solid #ba0913;
}

.pricing-plan .table-heading th {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 17px 30px;
    text-transform: uppercase;
}

.pricing-plan .table-body tr {
    border: 1px solid #f1f0f0;
    text-align: left;
}

.pricing-plan .table-body td {
    padding: 15px 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: #797979;
    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: #ba0913;
    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: #ba0913;
    color: #fff;
}

.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: #ba0913;
}

.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;
}

.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: #ba0913;
}

.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: #ba0913;
}

.services-single-area.ver-three .services-single-content .pricing-plan-area {
    padding-top: 60px;
}


/*
* 43.= Login Register styles
*/

.login-register-area {
    padding-bottom: 83px;
    padding-top: 89px;
}

.login-register-area .form .sec-title {
    padding-bottom: 30px;
}

.login-register-area .form .input-field {
    position: relative;
}

.login-register-area .form .input-field input[type="text"] {
    border: 2px solid #f6f6f6;
    color: #afafaf;
    font-size: 14px;
    height: 48px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 50px;
    width: 100%;
    transition: all 700ms ease 0s;
}

.login-register-area .form .input-field .icon-holder {
    position: absolute;
    right: 20px;
    top: 11px;
}

.login-register-area .form .input-field .icon-holder span::before {
    color: #797979;
    font-size: 14px;
    font-weight: 500;
}

.login-register-area .form button {
    background: #000000 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;
    width: 150px;
    transition: all 700ms ease 0s;
}

.login-register-area .form .remember-text {
    margin-top: 19px;
}

.login-register-area .form .remember-text .ch-box input[type="checkbox"] {
    display: inline-block;
    margin: 0;
}

.login-register-area .form .remember-text p {
    color: #797979;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    position: relative;
    top: -1px;
    padding-left: 5px;
}

.login-register-area .form .social-icon {
    float: right;
    margin-right: -8px;
    margin-top: 15px;
}

.login-register-area .form .social-icon span {
    display: inline-block;
    left: -10px;
    position: relative;
}

.login-register-area .form .social-icon li {
    display: inline-block;
    margin: 0 8px;
}

.login-register-area .form .social-icon li a i::before {
    background: #3b5998 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 100;
    height: 40px;
    padding: 8px 0;
    text-align: center;
    width: 40px;
    transition: all 700ms ease 0s;
}

.login-register-area .form .social-icon li a i.twitter::before {
    background: #33ccfe none repeat scroll 0 0;
}

.login-register-area .form .social-icon li a i.gplus::before {
    background: #dd4b39 none repeat scroll 0 0;
}

.login-register-area .form a.forgot-password {
    color: #ba0913;
    float: right;
    font-weight: 700;
    margin: 20px 0 0;
}

.login-register-area .form h6 {
    color: #797979;
    float: right;
    font-size: 14px;
    margin: 26px 0 0;
}

.login-register-area .form .input-field input[type="text"]:focus {
    border: 2px solid #ba0913;
}

.login-register-area .form button:hover {
    background: #ba0913;
}

.login-register-area .form .social-icon li a:hover i::before {
    background: #18387b;
}

.login-register-area .form .social-icon li a:hover i.twitter::before {
    background: #0c94c0;
}

.login-register-area .form .social-icon li a:hover i.gplus::before {
    background: #cd2712;
}


/*
* 44.= 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;
}


/*
* 45.= 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: #BA0913;
}

.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 .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: #BA0913;
}

.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;
}

.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px;
    color: #797979;
    font-size: 14px;
    font-weight: 500;
}

.cart-table tbody .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: #BA0913;
    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: #BA0913;
}

.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;
}


/*
* 46.= Checkout page styles
*/

.checkout-section .styled-heading h2 {
    background: url(../img/resources/cart-page-title-bg.png) 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: #BA0913;
}

.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;
}


body {transition: width .4s ease;}
body.boxed {
    background: #fff;
    width: 100%;
    max-width: 1300px;
    margin-left: auto;margin-right: auto;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
body section {background: #fff;}
.main-header.stricky-fixed.static {position: relative;opacity: 0;}
body.boxed .header .header-top {overflow: hidden;}
body.full-width {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 1023px){
.container {
    width: 100%;
}
img {
	border-radius: 10px;
}
.years-tab .tab-content {
    padding-top: 20px;
}
.why-choose-us-area .col-xs-12 {
    width: 50%;
}
.years-tab .tab-content .bottom-img-holder {
    border-radius: 10px;
	max-height: 300px;
}
.years-tab .tab-content .bottom-img-holder img {
    margin-top: 0;
}
.why-choose-us-area .single-item .icon-holder {
    height:50px;
    width:50px;
	padding:0
}
.breadcrumbs h4 {
    font-size: 14px;
    font-weight: 500;
	line-height: 25px;
}
.why-choose-us-area .single-item .content h3 {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 5px;
}
.why-choose-us-area .single-item .content p {
    margin: 0;
    font-size: 12px;
}
.why-choose-us-area .row{display: flex;
    flex-wrap: wrap;}
.customers-info .img-holder, .customers-info .content {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.why-choose-us-area .single-item {
    margin-bottom: 50px;
    padding-top: 0;
    padding-left: 60px;
    position: relative;
}
.customers-info .content {
    padding-left: 0;
}
.customers-info {
    padding-bottom: 0;
}
.customer-support {
    margin-top: 18px;
}
.years-tab .tab-menu, .years-tab .tab-content {
    display: inline-block;
    vertical-align: unset;
    width: 100%;
}
.years-tab .tab-menu ul {
    max-height: 200px;
    overflow: auto;
}
.years-tab .tab-content {
    padding-left: 0;
	margin-top: 20px;
}
.fact-counter ul li {
    border: none;
    float: left;
    padding: 30px 20px 30px;
    width: 50%;
	border-bottom: 1px solid #0025df;
}
.fact-counter ul li:last-child {
    border-right: none;
}
.breadcrumb-area {
    padding-bottom: 60px;
    padding-top: 60px;
}
.customers-area {
    padding-top: 40px;
}
}