/***************************************************************************************************************
*****************                  It's highly recomended to you              **********************************
*****************             don't update any code of style.css file         **********************************
*****************        if u want to update css do it in custom.css file.    **********************************
****************************************************************************************************************
****************************************************************************************************************


****************************************************************************************************************
***************************************CSS TABLE OF CONTENT ****************************************************
****************************************************************************************************************

* 1.= imported styles
* 2.= Base Styling
* 3.= Section title styles
* 4.= Template Button styles
* 5.= Main Header styles
* 6.= Slider styles
* 7.= Call to action styles
* 8.= Qality Service area styles
* 9.= Trusted Service area styles
* 10.= Best Service area styles
* 11.= Wheel Work area styles
* 12.= Gallery area styles
* 13.= Meet our Specialist area styles
* 14.= Our Latest News area styles
* 15.= Appintment area styles
* 16.= Brand area styles
* 17.= Footer area styles
* 18.= BreadCumb area styles
* 19.= Breadcumb bottom area styles
* 20.= Contact area styles
* 21.= About Team area styles
* 22.= Apply for job area styles
* 23.= Customers area styles
* 24.= Years tab area styles
* 25.= Fact Counter area styles
* 26.= Why Choose us area styles
* 27.= Testimonial area styles
* 28.= Testimonial page area styles
* 29.= Write your comment area styles
* 30.= Faq content area styles
* 31.= ask your question area styles
* 32.= Pricing table area styles
* 33.= Combo package area styles
* 34.= Blog content area styles
* 35.= List blog content area styles
* 36.= Masonary blog area area styles
* 37.= Blog Details area styles
* 38.= Gallery area styles
* 39.= Shop styles
* 40.= Contact area styles
* 41.= Service package area styles
* 42.= Service signle styles
* 43.= Login Register styles
* 44.= Scroll to top styles
* 45.= Cart page styles
* 46.= Checkout page styles
* 47.= Layout Control styles

******************************************************************************************************************
******************************************************************************************************************
******************************************************************************************************************
******************************************************************************************************************
******************************************************************************************************************
******************************************************************************************************************/


/*
* 1.= imported styles
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(hover.css);
@import url(jquery.fancybox.css);
@import url(jquery.bxslider.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(animate.min.css);
@import url(slicknav.css);
@import url(jquery-ui.min.css);
@import url(magnify.css);
@import url(../js/bootstrap-touch-spin/jquery.bootstrap-touchspin.css);
@import url(polyglot-language-switcher.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(../revolution/css/settings.css);
@import url(../revolution/css/layers.css);
@import url(../revolution/css/navigation.css);
@import url(../js/fancyapps-fancyBox/source/jquery.fancybox.css);

/*only for customizer plate*/

@import url(../customizer/css/style.css);

/* have to modifie it as local version styles */

@import url(../../../../../cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.10.0/css/bootstrap-select.min.css);

/*
* 2.= Base Styling
*/

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;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    /*border: none;*/
}

a {
    color: #000000;
    text-decoration: none;
	font-weight: bold;
}
    a:focus, a:hover {
        /*color: #ffffff;*/
        color: #0029ff;
        /* padding-left:5px; */
        /* text-decoration: underline; */
    }
img {
    max-width: 100%;
    height: auto;
}

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;
}
li.hover:hover {
	background-color:#fff;
}

ul.float_left li {
    margin: 0;
    padding: 0;
    float: left;
    margin-top: 34px;
    margin-bottom: -20px;
    margin-left: 7px;
}

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 */
.modal-backdrop.in {
    z-index:-111;
}

/*
* 3.= Section title styles
*/

.sec-title {
    padding-bottom: 18px;
    margin-top: -9px;
}

.sec-title h1 {
    color: #343434;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    padding-top: 3px;
}

.sec-title h2 {
    color: #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: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:rgb(139, 139, 139);
}

.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: -149px;
    opacity: 0;
}

.form-horizontal .control-label2 {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    background-color: #0000008f;
    padding: 0px 5px;
    font-size: 14px;
}
.form-horizontal .control-label3 {
    padding-top: 7px;
    margin-bottom: 0;
    padding: 0px 5px;
    font-size: 30px;
   
}


.form-group li a {
  color:#fff;
}
.form-group li a:hover {
    color: #fff;
}
    .form-group2 li a:hover {
        color: #fff;
    }
.form-group ul li {
    padding: 0px 0px 10px 2px;
    float: left;
    /*display:inline-block*/
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: -9px;
    width: 100%;
    margin-top: -14px;
}

.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    height: 36px;
}
.form-inline .input-group .form-control2 {
    height:50px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -35px;
}
.modal-header2 {
     min-height:0px; 
     padding: 0px; 
     border-bottom: none; 
}


.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{
    margin-top: -158px;
}

.stricky + div {
    margin-top: 0px;
}

.section {
    margin-top: 148px;
}

.header-top .header-top-content {
   border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 0px;
    padding-top: 4px;
}

.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; */
}

.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: #251e61;
	min-height: 40px;
}

.header-lower.navbar .navbar-brand {
    height: auto;
    padding: 20px 0;
    margin: 0;
}

@media (min-width: 641px) {
    .header-lower.navbar .navbar-nav {
        padding-right: 145px;
    }
    .header-lower.navbar .navbar-nav>li {
        padding: 0px 0px 0px;
    }
    /*.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 20px;
        position: relative;
        text-transform: none;
		letter-spacing: 1px;
        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: 10px 40px 60px 30px;
        /*background: rgba(0, 0, 0, 0.08);*/
        color: #000000;
    }
        .rev_slider_wrapper .wheel-installation h3 {
            background-color: #ffe807 !important;
            /*border: solid 1px #77cdf1; #1b154c;*/
        }
    .rev_slider_wrapper .wheel-installation h3.bg_color {
        background-color: #251e61 !important;
    }
        .rev_slider_wrapper .wheel-installation .border {
            background-color: #ffe807 !important;
        }
        /*.rev_slider_wrapper .wheel-installation h3:hover {
            background-color: #fff !important;
           
            border: solid 2px #77cdf1;
        }
            .rev_slider_wrapper .wheel-installation a:hover {
             
                color: #000;
                border: solid 2px #77cdf1;
            }*/
.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: #000000;
            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:20px;
    padding-top: 20px;
	border-top: solid 10px #d3d3d3;
    border-bottom: solid 10px #d3d3d3;
    background-color: #ffffff;
}

.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: #1b154c none repeat scroll 0 0;
    height: 208px;
    left: 36px;
    position: absolute;
    top: 5px;
    width: 1px;
    z-index: -1;
	
}

.border_right {
       border-right: solid 1px #1b154c;
    left: 11px;
    height: 170px;
}
h2.review {
    text-align: center;
    margin-bottom: 30px;
    color: #000;
	font-family: sans-serif;
	margin-left: 175px;
}
h3.review {
    font-size: 16px;
    padding:7px 7px;
	    
}

.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;
    border: solid 1px #ccc;
    border-radius: 15px;
    padding: 5px;
}

    .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;
        border-bottom: solid 1px #ccc;
        padding-bottom: 10px;
    }

.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: #FFD700 !important;
        font-size: 12px;
        font-weight: 100;
    }

.service-client-carousel .single-item .content p {
    line-height: 26px;
    margin: 10px 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-area2 {
    padding-bottom: 50px;
    margin-top: 50px;
}

.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;
}
.trusted-service-area .single-item .icon-holder2,
.trusted-service-area .single-item .content {
    display: table-cell;
    vertical-align: top;
}


/*
* 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: #b1b1b1 none repeat scroll 0 0;
    height: 81px;
    margin: 0 auto;
    position: relative;
    top: 44px;
    width: 493px;
}

.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: #ffffff none repeat scroll 0 0;
    padding-bottom:25px;
    padding-top:25px;
}

.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;
    /*margin-top: 15px;*/
}
.footer-area2 {
    background-color:#ccc;
    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-top2 {
    position: initial;
    padding: 20px 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-item2 {
    padding: 31.5px 0;
    padding-left: 20px;
    transition: all 700ms ease 0s;
    border: 1px solid #212120;
    background-color: #fff;
}
.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:0px;
}

.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-top2 .single-item .content2 h3 {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 24px;
        margin: 0 0 3px;
        padding-top: 0;
        line-height: 18px;
    }
.footer-top2 .single-item:hover .content2 h3 {
    color: #fff;
    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: 10px;
    padding-top: 5px;
}

.single-footer-widget .sec-title {
    margin-top: 8px;
    padding-bottom: 0;
}

.single-footer-widget .sec-title h2 {
    color: #77cdf1;
}

.single-footer-widget .sec-title span.decor {
    border: 1px solid #fff;
}

.single-footer-widget .sec-title span.decor::before {
    background: #77cdf1 none repeat scroll 0 0;
}

.single-footer-widget .sec-title span.decor::after {
    background: #77cdf1 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: 0px;
}

.single-footer-widget .service-list li {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.07); */
    line-height: 30px;
    transition: all 700ms ease 0s;
}

.single-footer-widget .service-list li a {
    color: #ffffff;
    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;
}
.price-list li a i {
    font-size: 20px;
    color: #020202;
    padding-left: 5px;
    display: inline-block;
    padding-right: 12px;
    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: 8.5px;
    padding-bottom: 0.5px;
    background: #989898;
}

.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;
    margin-bottom: 9px;
}

.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/sidebar/offers.jpg") no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 0px;
    padding-top: 200px;
    margin-top: 170px !important;
}
.breadcrumb-area2 {
    background: rgba(0, 0, 0, 0) url("../img/sidebar/about-us.jpg") no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 0px;
    padding-top: 250px;
    margin-top: 145px !important;
}
.breadcrumb-area3 {
    background: rgba(0, 0, 0, 0) url("../img/sidebar/our-values.jpg") no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 0px;
    padding-top: 250px;
    margin-top: 145px !important;
}
.breadcrumb-area4 {
    background: rgba(0, 0, 0, 0) url("../img/sidebar/passport.jpg") no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 0px;
    padding-top: 690px;
    margin-top: 0px !important;
}
.breadcrumb-area5 {
    background: rgba(0, 0, 0, 0) url("../img/sidebar/get_visa_score5.png") no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 0px;
    padding-top:240px;
    margin-top: 0px !important;
}
.breadcrumb-area6 {
    background: rgba(0, 0, 0, 0) url("../img/sidebar/bg_map.png") no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 0px;
    margin-top: 141px !important;
    /*height:1000px;*/
    margin-right: 360px;
}
.breadcrumb-area7 {
    /*background: rgba(0, 0, 0, 0) url("../img/sidebar/offers.jpg") no-repeat center center;*/
    /*-webkit-background-size: 100% 100%;*/
    /*background-size: 100% 100%;*/
    padding-bottom: 0px;
    padding-top: 110px;
    margin-top: 0px !important;
}

.breadcrumb-area8 {
    background: rgba(0, 0, 0, 0) url("../img/sidebar/offers-view.jpg") no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 0px;
    padding-top: 300px;
    margin-top: 147px !important;
}

.breadcrumb-area-9 {
    background: rgba(0, 0, 0, 0) url(../img/sidebar/bg_map.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 0px;
    margin-top: -11px !important;
    /* height: 1000px; */
    margin-right: 290px;
}

.breadcrumbs h1 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 17px;
    text-transform: uppercase;
}
.breadcrumbs2 h1 {
    color: #000;
    font-size: 36px;
    font-weight: normal;
    margin: 40px 0 0px;
    text-align: center;
    text-transform: uppercase;
}
.breadcrumbs h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.breadcrumbs span.decor {
    /*border: 1px solid #ebebeb;
    height: 10px;
    width: 10px;*/
    display: inline-block;
    border-radius: 50%;
    position: relative;
}
    .breadcrumbs span.decor::before {
        background: #eaeaea none repeat scroll 0 0;
        content: "";
        height: 1px;
        right:66px;
        position: absolute;
        top: -26px;
        width: 65px;
    }

    .breadcrumbs span.decor::after {
        background: #eaeaea none repeat scroll 0 0;
        content: "";
        height: 1px;
        left: 66px;
        position: absolute;
        top: -26px;
        width: 65px;
    }

.row.breadcrumbs.text-center {
    margin-top: -382px;
}
.row.breadcrumbs.text-center4 {
    margin-top: -200px;
}
.row.breadcrumbs.text-center4 ul li {
   float:left;
   padding:5px 5px;
   
}
span.underline {
    color: #fff;
}


.breadcrumbs2.text-center2 {
    background-color: #0000003b;
}
/*
* 19.= Breadcumb bottom area styles
*/

.breadcrumb-bottom-area {
    background: #f6f6f6 none repeat scroll 0 0;
    padding-top:5px;
    padding-bottom:5px;
}
.breadcrumb-bottom-area2 {
    background: none;
    padding-top: 14px;
    padding-bottom: 17px;
}

.breadcrumb-bottom-area ul {}

.breadcrumb-bottom-area ul li {
    display: inline-block;
    margin-right: 5px;
}

.breadcrumb-bottom-area2 ul li {
    display: inline-block;
    margin-right: 30px;
}

.breadcrumb-bottom-area ul li a {
    color: #797979;
    transition: all 700ms ease 0s;
}

.breadcrumb-bottom-area p {
    margin: 0;
    float: right;
}


/*
* 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
*/

.customers-area {
    padding-top: 90px;
   
}
.customers-area2 {
    padding-top: 14px !important;
}

.customers-info {
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 45px;
}

.customers-info .sec-title {
    padding-bottom: 30px;
}

.customers-info .img-holder {
    width: 270px;
}

.customers-info .content {
    padding-left: 29px;
}

.customers-info .img-holder,
.customers-info .content {
    display: table-cell;
    vertical-align: top;
}

.customers-info .content h3 {
    color: #343434;
    font-size: 20px;
    font-weight: 700;
    margin: -5px 0 20px;
    text-transform: uppercase;
}

.customers-info .content h5 {
    font-size: 15px;
    font-style: italic;
    margin: 0 0 20px;
}

.customers-info .content p {
    margin: 0 0 17px;
    text-align: justify;
}

.customers-info .content .customers-name-signature {
    padding-top: 7px;
}

.customers-info .content .customers-name-signature .signature {
    width: 125px;
}

.customers-info .content .customers-name-signature .name {
    padding-left: 25px;
}

.customers-info .content .customers-name-signature .signature,
.customers-info .content .customers-name-signature .name {
    display: table-cell;
    vertical-align: middle;
}

.customers-info .content .customers-name-signature .name h6 {
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.customers-info .content .customers-name-signature .name p {
    color: #ba0913;
    font-size: 14px;
    font-style: italic;
    position: relative;
    top: 7px;
}

.customer-support {
    background: #f6f6f6 none repeat scroll 0 0;
    margin-top: 82px;
    padding: 30px 15px;
}

.customer-support h4 {
    color: #343434;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: -8px 0 15px;
    text-transform: uppercase;
    padding-left: 5px;
}

.customer-support p {
    padding-left: 5px;
}

.customer-support h3 {
    color: #ba0913;
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0 0;
    padding-left: 5px;
}

.customer-support h3 span::before {
    display: inline-block;
    font-size: 26px;
    font-weight: 100;
    padding-right: 12px;
}

.customer-support .info-box {
    background: #ffffff none repeat scroll 0 0;
    margin-top: 30px;
    padding-top: 14px;
    padding-bottom: 20px;
}

.customer-support .info-box p {
    margin: 0 0 7px;
}

.customer-support .info-box .social {
    padding-top: 6px;
}

.customer-support .info-box .social ul li {
    display: inline-block;
    margin: 0 4px;
}

.customer-support .info-box .social ul li a {}

.customer-support .info-box .social ul li a i::before {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #797979;
    display: block;
    font-size: 14px;
    height: 38px;
    padding: 5px 0;
    transition: all 700ms ease 0s;
    width: 38px;
}

.customer-support .info-box .social ul li:hover a i::before {
    background: #ba0913;
    color: #fff;
    border: 2px solid #ba0913;
}


/*
* 24.= Years tab area styles
*/

.years-tab-area {
    padding-bottom: 20px;
    margin-top: 30px;
}

.years-tab-area .years-tab {
    padding-top: 40px;
}

.years-tab .tab-menu {
    width: 270px;
}

.years-tab .tab-menu ul li {
    margin-bottom: 35px;
    position: relative;
}

.years-tab .tab-menu ul li a h3 {
    color: #343434;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    width: 67px;
}

.years-tab .tab-menu ul li a h3::before {
    background: #dedede none repeat scroll 0 0;
    content: "";
    height: 48px;
    position: absolute;
    right: 0;
    top: 16px;
    width: 2px;
}

.years-tab .tab-menu ul li a h3::after {
    border: 1px solid #dedede;
    border-radius: 50%;
    content: "";
    height: 12px;
    position: absolute;
    right: -5px;
    top: 4px;
    width: 12px;
    transition: all 700ms ease 0s;
}

.years-tab .tab-menu ul li a span {
    color: #343434;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 25px;
    transition: all 700ms ease 0s;
}

.years-tab .tab-content {
    padding-left: 30px;
}

.years-tab .tab-menu,
.years-tab .tab-content {
    display: table-cell;
    vertical-align: top;
}

.years-tab .tab-content .title {
    padding-bottom: 23px;
}

.years-tab .tab-content .title h2 {
    color: #343434;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.years-tab .tab-content .title .border {
    background: #eaeaea none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin: 12px 0 0;
    width: 60px;
}

.years-tab .tab-content p {
    text-align: justify;
}

.years-tab .tab-content .bottom-text {
    padding-top: 5px;
}

.years-tab .tab-content .bottom-img-holder {
    padding-top: 14px;
}

.years-tab .tab-content .bottom-img-holder img {
    width: 100%;
}

.years-tab .tab-menu ul li.active a h3::after {
    background: #ba0913 none repeat scroll 0 0;
    border: 1px solid #ba0913;
}

.years-tab .tab-menu ul li.active a span {
    color: #ba0913;
}

.years-tab .tab-menu ul li a span:hover {
    color: #ba0913;
}

.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: #ba0913 none repeat scroll 0 0;
}

.fact-counter ul li {
    border-left: 1px solid #c8101a;
    float: left;
    padding: 70px 30px 63px;
}

.fact-counter ul li:last-child {
    border-right: 1px solid #c8101a;
}

.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: 50px;
    padding-left: 100px;
    position: relative;
}

.why-choose-us-area .single-item .icon-holder {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #343434;
    display: block;
    height: 80px;
    left: 0;
    padding: 28px 0;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 80px;
    transition: all 500ms ease 0s;
}

.why-choose-us-area .single-item .icon-holder span::before {
    font-size: 32px;
}

.why-choose-us-area .single-item .content {
    padding-left: 10px;
}

.why-choose-us-area .single-item .content h3 {
    color: #343434;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.why-choose-us-area .single-item .content p {
    margin: 0 0 16px;
}

.why-choose-us-area .single-item .content a {
    color: #343434;
    font-weight: 700;
    text-transform: uppercase;
}

.why-choose-us-area .single-item .content a i {
    display: inline-block;
    padding-left: 10px;
}

.why-choose-us-area .single-item:hover .icon-holder {
    background: #ba0913;
    color: #fff;
}

.why-choose-us-area .single-item:hover .content a {
    color: #ba0913;
}


/*
* 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:15px;*/
    padding: 2px 32px;
    margin-top: 4px;
}

.single-testimonial-item .client-info .client-photo {
    width: 55px;
}
    .single-testimonial-item .client-info .client-photo2 {
        width: 10px;
        position: relative;
    }
    .single-testimonial-item .client-info .client-photo2 {
        display: table-cell;
        vertical-align: top;
    }

.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: 15px;
        font-style: normal;
        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: 0px;
    padding-top: 65px;
    background: #fbfbfb;
}

    .testimonial-page .testimonial-masonary {
        margin-left: 20px;
        margin-right: 20px;
    }

.testimonial-page .testimonial-masonary .masonary-testimonial-single-item.span-4 {
    width: 33.3333333333%;
    padding: 0 15px;
    margin-bottom: 40px;
}
h2.testimonial-h2 {
    background: #0062ff;
    padding: 5px;
    color: #fff;
    font-size: 22px;
}
p.testimonial-p {
    margin-top: 10px;
    margin-bottom: 16px;
  
}
    .testimonial-page .testimonial-masonary .masonary-testimonial-single-item2.span-2 {
        width: 100%;
        padding: 0 0px;
        margin-bottom: 20px;
    }


    .testimonial-page .testimonial-masonary .masonary-testimonial-single-item .single-testimonial-item {
        box-shadow: 2px 2px 2px 2px #ccc;
        padding-bottom: 20px;
        background: #fff;
    }

    .testimonial-page .single-testimonial-item .content {
        background: #dadada none repeat scroll 0 0;
        padding: 8px 0px 2px 15px;
        position: relative;
        margin-bottom: 30px;
    }

        .testimonial-page .single-testimonial-item .content::before {
            border-left: 25px solid #dadada;
            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;
    display:none;
}

    .testimonial-page .single-testimonial-item .client-info .client-photo2 a::after {
        border: 1px solid #2b2b2b;
        border-radius: 50%;
        content: "";
        height: 13px;
        position: absolute;
        right: 0px;
        top: 7px;
        width: 13px;
        transition: all 700ms ease 0s;
    }

    .testimonial-page .single-testimonial-item .client-info .client-photo2 a::after {
        background-color: #fff;
        border: 1px solid #000;
    }



.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 .general-question .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: 20px;
    padding-top: 0px;
    
}

.single-price-box .table-header {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  
    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: #77cdf1;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 5px;
        border-bottom: solid 1px #ccc;
    }

.single-price-box .price {
    background: #f6f6f6 none repeat scroll 0 0;
    padding-bottom: 20px;
    padding-top: 12px;
}
.single-price-box {
    background-color: #ffff;
    box-shadow: 2px 2px 2px 2px #ccc;
}

.price {
    /*background: #f6f6f6 none repeat scroll 0 0;*/
    text-align:justify;
    padding-bottom:0px;
    padding-top:0px;
    padding:10px;
}
    .price h1 {
        font-size: 22px;
        font-weight: bold;
        color: #000;
    }
.table-header {
    text-align: justify !important;
    padding:5px;    
}
.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: 0px;
    padding-top: 0px;
    margin-left: 10px;
    /*background-color: #ece9e9;*/
}

.single-price-box .price-list ul {
    padding: 0 0px;
}

    .single-price-box .price-list ul li {
        border-bottom: 1px #f3f3ef solid;
        color: #343434;
        font-size: 14px;
        font-weight: 700;
        padding-bottom: 9px;
        padding-top: 0px;
        text-transform: none;
    }

.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:0px;
    padding-top:0px;
}
.list-blog-content-area2 {
    padding-bottom: 20px;
    padding-top: 50px;
}
.list-blog-post .single-blog-post .content-box {
    box-shadow: 0px 0px 6px 2px #ccc;
    padding: 5px 16px;
}
.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 .date-and-img-box .img-holder2 {
        margin-left: 30px;
        padding: 0px 50px;
        margin-bottom:20px;
    }

.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 {
        margin-bottom: 30px;
        position: relative;
        border: 1px solid #a5a5a5;
        border-radius: 15px;
        padding-bottom: 16px;
        padding-left: 30px;
        padding-right: 10px;
        padding-top: 15px;
        margin-bottom: 20px;
        background-color: #fff;
        box-shadow: 1px 3px 2px 3px #ccc;
    }

    
.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: #131313;
        }*/
        .full-range-services-area .single-item:hover {
            border-color: #131313;
        }

.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:15px;
    padding-top: 25px;
}

.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:0px;
}

.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:0px;
    display: none;
}

.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: 0px;
}

.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;*/
        border-radius: 15px;
        padding-bottom: 16px;
        padding-left: 30px;
        padding-right: 10px;
        padding-top: 15px;
        margin-bottom: 20px;
        background-color: #fff;
        box-shadow: 2px 4px 10px 1px #6b6b6b;
    }

        .services-single-area.ver-three .brake-repair-items .single-item .icon-holder {
            background: #ffffff none repeat scroll 0 0;
            border: 1px solid #f1f0f0;
            display: block;
            height: 50px;
            position: relative;
            top: -175px;
            left: 10px;
            width: 45px;
            border-bottom-right-radius: 2em;
            border-bottom-left-radius: 2em;
            transition: all 300ms ease 0s;
        }
        .services-single-area.ver-three .brake-repair-items .single-item .icon-holder2 {
            background: #f6f6f6 none repeat scroll 0 0;
            border: 1px solid #f1f0f0;
            display: block;
            height: 50px;
            position: relative;
            top: -123px;
            width: 45px;
            border-bottom-right-radius: 2em;
            border-bottom-left-radius: 2em;
            transition: all 300ms ease 0s;
        }

        .services-single-area.ver-three .brake-repair-items .single-item .icon-holder3 {
            background: #f6f6f6 none repeat scroll 0 0;
            border: 1px solid #f1f0f0;
            display: block;
            height: 50px;
            position: relative;
            top: -16px;
            width: 45px;
            border-bottom-right-radius: 2em;
            border-bottom-left-radius: 2em;
            transition: all 300ms ease 0s;
        }

        .services-single-area.ver-three .brake-repair-items .single-item .icon-holder span::before {
            color: #ffffff;
            display: block;
            font-size: 24px;
            padding: 4px 8px;
            width: 35px;
            transition: all 300ms ease 0s;
            height: 35px;
            background-color: #77cdf1;
            border-radius: 50%;
            margin-left: 5px;
            margin-top: 5px;
        }
    .services-single-area.ver-three .full-range-services-area.pb0.other-services-content .single-item .icon-holder span::before {
        color: #fff;
        display: block;
        font-size: 24px;
        padding: 10px 9px;
        transition: all 300ms ease 0s;
    }
    .services-single-area.ver-three .full-range-services-area.pb0.other-services-content .services-carousel.owl-carousel.owl-theme .single-item:hover .icon-holder span::before {
        color: #ffffff;
      
    }
    .services-single-area.ver-three .full-range-services-area.pb0.other-services-content .services-carousel.owl-carousel.owl-theme .single-item .icon-holder5 {
        background: #f6f6f6 none repeat scroll 0 0;
        border: 1px solid #f1f0f0;
        display: block;
        height: 50px;
        position: relative;
        top: -16px;
        width: 45px;
        border-bottom-right-radius: 2em;
        border-bottom-left-radius: 2em;
        transition: all 300ms ease 0s;
    }
    .services-single-area.ver-three .full-range-services-area.pb0.other-services-content .services-carousel.owl-carousel.owl-theme .single-item .icon-holder5 {
        background-color: #251e61;
        float: right;
    }
        
        .services-single-area.ver-three .full-range-services-area.pb0.other-services-content .services-carousel.owl-carousel.owl-theme .single-item .icon-holder5:hover {
            background-color: #1b154c;
        }

        .services-single-area.ver-three .brake-repair-items .single-item .content {
            padding-top: 0px;
            padding-bottom: 10px;
            border-bottom: 1px solid #000;
        }

    .services-single-area.ver-three .brake-repair-items .single-item .content h3 {
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        text-transform: none;
        margin: 0 0 0px;
        margin-top: -37px;
        transition: all 300ms ease 0s;
    }

.services-single-area.ver-three .brake-repair-items .single-item .content h3 a {
    color: #343434;
}

h3.content-size {
    margin-top: -53px;
    border-bottom: 1px solid #8a8a8a;
    padding: 7px;
}
.services-single-content .content2 {
    padding-top: 1px;
    border-bottom: 1px solid #8a8a8a;
    
}
.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.html) top center repeat;
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    color: #272727;
    line-height: 30px;
    font-weight: 900;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.checkout-section.cart-section .billing-info-form form .form-group .field-label {
    color: #9e9e9e;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 3px;
}

.checkout-section.cart-section .billing-info-form form .form-group input {
    border: 2px solid #f4f4f4;
    color: #9e9e9e;
    font-size: 16px;
    height: 48px;
    padding: 0 20px;
    width: 100%;
}

.checkout-section.cart-section .bottom {
    padding-top: 40px;
}

.checkout-section .column.default-column h3 {
    color: #262626;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.checkout-section.cart-section .bottom .totals-table {
    border: 2px solid #f4f4f4;
}

.checkout-section.cart-section .bottom .totals-table li {
    border-bottom: 1px solid #f4f4f4;
}

.checkout-section.cart-section .bottom .totals-table li span.col.col-title {
    border-right: 1px solid #f4f4f4;
    color: #9e9e9e;
    font-size: 16px;
    font-weight: 400;
}

.checkout-section.cart-section .bottom .totals-table li span.col {
    color: #999999;
    font-size: 16px;
}

.checkout-section .payment-options {
    padding-top: 30px;
}

.checkout-section .payment-options .option-block .radio-block.active .icon i {
    color: #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;
}





/*
* 47.= Layout Control styles
*/

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%;
}



.image-container {
    height: auto;
    width: auto;
    position: relative;
    box-shadow: 2px 2px 2px 2px #cccccc;
}
#image {
  /* position: absolute; */
  left: 0;
  top: 0;
}
.text {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 24px;
  font-weight: bold;
  left: 25px;
  top: 10px;
}


.btn-default {
       /*border: 2px solid #ffffff;*/
    background-color: #1b154c;
    color: #fff;
	font-family:'Playfair Display', serif;
}
.btn-default2 {
    font-size: 16px;
    margin-left: 103px;
    border-radius: 10px !important;
    margin-top: 10px;
}
.btn-default3 {
    font-size: 16px;
    margin-left: 47px;
    border-radius: 10px !important;
    margin-top: 10px;
}

.info-box.clearfix {
    float: right;
    margin-top: -38px;
}

.info-box2.clearfix {
    float: left;
	margin-top: -34px;
	margin-bottom: 17px;
}


.form-control-1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #ffffff78;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 7px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    /*background:none !important;*/ 
}


.shop_cart_content h4 {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    color: #000;
    margin: 0;
    padding: 10px;
    padding-top: 0px;
    border-bottom: 1px solid #3a3a3a;
}


.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
	    width: 250px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #dadada;
    background-clip: padding-box;
    border: 1px solid #ccc;
        border: 1px solid rgba(200, 200, 200, 0.2);
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-top: 2px solid #262477;
}

.item_desc {
    padding: 10px;
}

.navbar-brand {
   float: left;
    height: 96px;
    padding: 16px 0px;
    font-size: 18px;
    line-height: 21px;
    background-color:#0000000d;
    margin-left:31px;
}
.btn2 {
    display: inline-block;
    padding: 6px 28px;
    margin-bottom: 0;
    font-size: 12px;
	    margin-right: 131px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 0px;
    text-transform: uppercase;
    background-color:#1b154c!important;
    color: #fff!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-default:hover {
    color: #fff;
    background-color: #1b154c;
    border-color: #fff;
}
              /* social side bar */
.btn-default4 {
    color: #fff;
    border:none;
    background-color: #1b154c;
    /*border-color: #fff;*/
    width: 50px;
    height: 50px;
}		  
			  
			  
			  .share-it{
	position:fixed;
	min-height:200px;
	width:40px;
	background:#fff;
	right:0;
	z-index:9;
	top:40%;
}	
.share-it i{
	font-size:16px;
}

	
a.multipage{background:#ee3046; border:2px #ee3046 solid; color:#fff;} 	
a.multipage:hover{background:#fff; border:2px #fff solid; color:#333;} 	
	
	
	.facebook{margin:0 auto; float:left; margin-right:4px;}
.facebook  a{
	color:#fff;
	padding:10px 16px;
	background-color:#527aba;
	display:inline-block;
	transition:0.5s ease;
}
.facebook  a:hover{
	color:#fff;
	padding:10px 20px;
	margin-left:-20px;
	background-color:#527aba;
	display:inline-block;
}

.twitter{margin:0 auto; float:left; margin-right:4px;}
.twitter  a{
	color:#fff;
	padding:10px 16px;
	background-color:#77cdf1;
	display:inline-block;
	text-align:center;
	transition:0.5s ease;
}
.twitter  a:hover{
	color:#fff;
	padding:10px 20px;
	margin-left:-20px;
	background-color:#77cdf1;
	display:inline-block;
	text-align:center;

}

.google{margin:0 auto; float:left; margin-right:4px;}
.google  a{
	color:#fff;
	padding:10px 16px;
	background-color:#4c4c4c;
	display:inline-block;
	transition:0.5s ease;
}
.google  a:hover{
	color:#fff;
	padding:10px 20px;
	margin-left:-20px;
	background-color:#4c4c4c;
	display:inline-block;
	
}

.rss{margin:0 auto; float:left; margin-right:4px;}
.rss a{
	color:#fff;
	padding:10px 16px;
	background-color:#fe8f19;
	display:inline-block;
	transition:0.5s ease;
}
.rss a:hover{
	color:#fff;
	padding:10px 20px;
	margin-left:-20px;
	background-color:#fe8f19;
	display:inline-block;
}

.linkedin{margin:0 auto; float:left; margin-right:4px;}
.linkedin a{
	color:#fff;
	padding:10px 16px;
	background-color:#157ecc;
	display:inline-block;
	transition:0.5s ease;
}
.linkedin a:hover{
	color:#fff;
	padding:10px 20px;
	margin-left:-20px;
	background-color:#157ecc;
	display:inline-block;
	
}

.youtube{margin:0 auto; float:left; margin-right:4px;}
.youtube a{
	color:#fff;
	padding:10px 16px;
	background-color:#fe322f;
	display:inline-block;
	transition:0.5s ease;
}
.youtube a:hover{
	color:#fff;
	padding:10px 20px;
	margin-left:-20px;
	background-color:#fe322f;
	display:inline-block;
	transition:0.3s ease;
}


 /* social side bar end*/
 
 
 
 /* banner middle bar*/
 .span4 {
    margin-top: 22%;
    text-align: center;
}

input.span2 {
    width: 27%;
    border-radius: 7px;
}

 /* banner middle bar end*/


  /* social side bar */


  
  
  
  
.wrapper {
   text-align: center;
    position: absolute;
    bottom: 0px;
    top: 94%;
    z-index: 999999;
    margin-left: 20px;
	    position: fixed;
}
.wrapper-2 {
   text-align: center;
    position: absolute;
    bottom: 0px;
    top: 94%;
    z-index: 999999;
    margin-left: 1060px;
	    position: fixed;
}

h2 {
    margin:0;
    text-align:justify;
}
.btn {
    background-color:#1b154c;
    border-radius:0;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #0088ff;
}
.btn-primary3 {
    color: #fff;
    background-color: #ffe807 !important;
    border-color: #ffe807 !important;
}
.btn-primary2 {
    color: #fff;
    background-color: #ccc;
   box-shadow: 2px 2px 2px 1px #000;
}
.btn3 {
    display: inline-block;
    padding: 0px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

article {
   padding: 45px;
    width: 35%;
    margin-left: 36px;
    background-color: #333;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    top: 82%;
    display: none;
    z-index: 4;
    margin-bottom: 85px;
	    position: fixed;
    z-index: 9999;
}
article.article-2 {

   padding: 45px;
    width: 35%;
    margin-left:735px;
    background-color: #333;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    top: 82%;
    display: none;
    z-index: 4;
    margin-bottom: 85px;
	    position: fixed;
    z-index: 9999;
	
}
	.modal-dialog {
    width: 420px;
    margin: 33px auto;
}
.modal-dialog2 {
    width: 85%;
    margin: 40px auto;
}

.modal-dialog-4 {
    width: 369px;
    margin: 221px auto;
    margin-right: 352px;
}
.modal-dialog3 {
    width: 369px;
    margin: 266px auto;
    margin-right: 65px;
}
.modal-dialog-5 {
    width: 70%;
    margin:20px auto;
}
.modal-dialog6-1 {
    width: 480px;
    margin: 221px auto;
}

.form-group {
    margin-bottom: 5px;
}
.scroll{
    max-height: 650px !important;
    overflow-y: scroll;
}

.modal-dialog-2 {
    width: 65%;
    margin: 215px auto;
}

h2.call-size {
    padding: 10px 9px;
    color: #000;
    font-family: sans-serif;
	font-size: 22px;
}

.psize p {
    padding: 0px 5px;
    color: #000;
}
 /* social side bar  end*/
 
 
	 /* social side bar 2 */
	  


  /* social side bar 2 end  */
 
 .breadcrumb-bottom-area ul li a:hover {
    color:#2513c5;
}
.tabs i {
    color: #c3c3c3;
    display: block;
    font-size: 24px;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding: 19px 18px;
    border: 1px solid #c3c3c3;
    white-space: nowrap;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.tabs i:hover {
    color:#2513c5 ;
	 border: 1px solid #2513c5;
    
}
.tabs img {
    color: #000000;
    display: block;
    font-size: 24px;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding: 0px 0px;
    border: 1px solid #000000;
    white-space: nowrap;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.tabs img:hover {
    color: #2513c5;
    border: 1px solid #2513c5;
}

.breadcrumb-bottom-area2 ul {
    margin-left: 160px;
}

    .breadcrumb-bottom-area2 ul li a {
        color: #7d7d7d;
        transition: all 700ms ease 0s;
    }
 span.left_name {
       margin-left: 15px !important;
}
 span.left_name2 {
       margin-left: 10px !important;
}
 .breadcrumb-bottom-area2 span {
    margin-left:7px;
	
}

.services-single-content2 {
    background-color: #f1f1f1;
    padding: 15px 15px;
    border-radius: 10px;
}


  /*passport banner css*/


@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
/*CAROUSEL*/
.main-text {
    position: absolute;
    top: 170px;
    width: 94.666667%;
    color: #FFF;
}
.main-text2 {
    position: absolute;
    top: 475px;
    width: 85.666667%;
    color: #FFF;
}

.carousel-btns {
    margin-top: 2em;
}

    .carousel-btns .btn {
        width: 150px;
    }

.carousel-inner .imgOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.carousel-inner img {
    width: 100%;
}

/*CONTROL*/
.carousel-control {
    width: auto;
}

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .fa-chevron-left,
    .carousel-control .fa-chevron-right {
        position: absolute;
        top: 47%;
        right: 0;
        z-index: 5;
        display: inline-block;
        background-color: #000;
        width: 38px;
        height: 38px;
        line-height: 40px;
        font-size: 14px;
    }

    .carousel-control .icon-prev,
    .carousel-control .fa-chevron-left {
        left: 0;
    }

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 1px;
    border: 2px solid #fff;
    opacity: .8;
}

.carousel-indicators .active {
    background-color: #28ace2;
    border-color: #28ace2;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left,
.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    border-radius: 50px;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left {
    left: 30px;
    margin-top: 180px;
}

.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    right: 30px;
    margin-top: 180px;
}

.carousel-caption {
    position: absolute;
    right: 54% !important;
    bottom: 284px;
    left: 0% !important;
    z-index: 10;
    padding-top: 13px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-caption3 {
    position: absolute;
    right: 0% !important;
    bottom: 284px;
    left: 0% !important;
    z-index: 10;
    padding-top: 13px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-caption2 {
    position: absolute;
    right: 27% !important;
    bottom: 250px;
    left: 24% !important;
    z-index: 10;
    padding-top: 13px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-caption4 {
    position: absolute;
    right: 0% !important;
    bottom:180px;
    left:5% !important;
    z-index: 10;
    padding-top: 13px;
    padding-bottom: 20px;
    color: #fff;
    text-align:justify;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

form.form-horizontal {
    background-color: /*#00000005*/ #00000026;
    padding: 10px 10px;
}
form.form-horizontal2 {
    background-color:transparent;
    /*padding: 10px 10px;*/
}

h3.h3-size {
    font-size: 50px;
    font-family: serif;
}

p.p-size {
    font-size: 26px;
    font-family: serif;
    margin-top: 10px;
}
p.p-size2 {
    font-size: 20px;
    font-family: serif;
    margin-top: 10px;
}
.text-center {
    text-align: justify;
}
.text-center3 {
    text-align: justify;
    line-height: 40px;
}
.form-horizontal .checkbox3 {
    padding-top: 0px;
    margin-top: 10px;
    margin-bottom: 0;
    background-color: #fff;
    color: #000;
}
.list-blog-post2 .single-blog-post5 {
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 10px;
    padding-bottom: 10px;
    transition: all 700ms ease 0s;
}

@media (max-width: 991px) and (min-width: 768px)  {
    .hidden-sm {
        display: block !important;
    }
    .carousel-caption {
        position: absolute;
        right: 54% !important;
        bottom: 36px;
        left: 0% !important;
        z-index: 10;
        padding-top: 13px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,.6);
    }
    .main-text {
        position: absolute;
        top: 469px;
        width: 96.66666666666666%;
        color: #FFF;
    }
}


@media (max-width: 767px) {
    .hidden-xs {
        display: block !important;
    }
    .main-text {
        position: absolute;
        top: 76px;
        width: 96.66666666666666%;
        color: #FFF;
    }
}
/*passport banner css*/

/*popup advance option  css*/
.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.button {
    font-size: 18px;
    padding: 5px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

    .button:hover {
        background: #00000040;
    }

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin:306px auto;
    padding: 13px;
    background: #fff;
    border-radius: 5px;
    width: 20%;
    left: 23%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup h2 {
        margin-top: 0;
        color: #000;
        font-family: Tahoma, Arial, sans-serif;
    }

    .popup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .popup .close:hover {
            color: #06D85F;
        }

    .popup .content {
        max-height: 30%;
        overflow: auto;
    }

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

.a9 {
    margin-top:4px;
    margin-left:-190px;
    float: left;
}




/*popup advance option  css*/
.sec-padd2 {
    padding: 20px 0 20px;
}
.whychoos-us {
    background: #f7f7f782;
}
    .whychoos-us .section-title {
        padding: 0;
    }
.section-title h2 {
    position: relative;
    text-transform: capitalize;
    text-align: center;
    color: #000;
}
.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom:29px;
}
.center {
    text-align: center;
}
.section-title:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}
.section-title:after {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 100px;
    height: 1px;
    background: #48c7ec;
}
.section-title.center:after {
    left: 50%;
    margin-left: -25px;
}

.whychoos-us .icon_box {
    color: #48c7ec;
    font-size:50px;
}
.whychoos-us h4 {
    font-size: 20px;
    color: #222;
    margin-bottom: 15px;
}


.whychoos-us .count {
    position: absolute;
    right: 0;
    top: 56px;
    font-size: 40px;
    color: #f0f0f0;
}
.whychoos-us .item {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 5px;
}
    


.whychoos-us .item p:after, .whychoos-us .item:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    background: #48c7ec;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: .5s ease;
}
.whychoos-us .item p:before, .whychoos-us .item:before {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    background: #eaeaea;
    left: 0;
    bottom: 0;
}
   
    .whychoos-us .item:hover p:after, .whychoos-us .item:hover:after {
        transform: scaleX(1);
        transition: .5s ease;
    }

    .whychoos-us .item p:before, .whychoos-us .item:before {
        width: 100%;
        height: 2px;
        position: absolute;
        content: "";
        background: #eaeaea;
        left: 0;
        bottom: 0;
    }
.service {
    position: relative;
}
.sec-padd2 {
    padding: 40px 0 0px;
}
.section-title:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}
.section-title:after {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 50px;
    height: 1px;
    background: #48c7ec;
}


.service .item {
    padding: 4px;
    margin-bottom: 5px;
    border: 1px solid #f4f4f4;
}
    .service .item:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 98%;
        left: 10%;
        right: 10%;
        height: 15px;
        width: 80%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
        transition-duration: 0.3s;
        transition-property: transform, opacity;
        z-index: 9;
    }

    .service .item .img-box {
        position: relative;
        overflow: hidden;
    }

    .service .item .default-overlay-outer {
        opacity: 0;
        top: -100%;
        background: rgba(10, 10, 10, 0.18);
    }
.default-overlay-outer {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 10px;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}
    .default-overlay-outer .inner {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: table;
        vertical-align: middle;
        text-align: center;
    }
        .default-overlay-outer .inner .content-layer {
            position: relative;
            display: table-cell;
            vertical-align: middle;
            color: #ffffff;
        }

.service .content {
    padding: 12px 5px;
}
    .service .content h5 {
        color: #48c7ec;
        font-size: 14px;
    }
    .service .content h4 {
        padding: 15px 0;
        font-size: 20px;
        color: #222;
    }
/*.service .item .default-overlay-outer {
    opacity: 0;
    top: -100%;
    background: rgba(16, 37, 46, 0.9);
}
.service .item .default-overlay-outer {
    opacity: 0;
    top: -100%;
    background: rgba(10, 10, 10, 0.41);
}*/
.service .item:hover .default-overlay-outer {
    top: 0;
    opacity: 1;
}
.service .item:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateY(5px);
}
.service .item .thm-btn {
    padding: 0 25px;
    line-height: 34px;
}

.service .owl-carousel .owl-stage-outer {
    padding-bottom: 50px;
}


.call-out {
    background: #48c7ec;
    padding: 5px 0 25px;
}

    .call-out .logo {
        margin-top:0px;
    }

    .call-out h4 {
        color: #fff;
        margin-top: 25px;
        font-size: 20px;
    }

    .call-out .thm-btn-tr {
        color: #fff;
        background: transparent;
        border-color: #fff;
        margin-top: 20px;
        line-height: 41px;
        padding: 0 21px;
        margin-left: 15px;
    }
.thm-btn-tr:hover {
    background: #48c7ec;
    border-color: #48c7ec;
    color: #fff;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

        .call-out .thm-btn-tr:hover {
            color: #48c7ec;
            background: #fff;
            border-color: #fff;
        }
.thm-btn-tr {
    position: relative;
    background: transparent;
    font-size: 14px;
    line-height: 46px;
    font-weight: 600;
    color: #ffffff;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.float_left {
    float: left;
}



/*** 

====================================================================
  Featured Services style
====================================================================

***/

.feature-service {
    position: relative;
}

    .feature-service .column {
        position: relative;
        margin-bottom:0px;
    }

    .feature-service .style-1 .text {
    }

    .feature-service .style-1 .thm-btn-tr {
        color: #48c7ec;
        border-color: #f4f4f4;
    }

        .feature-service .style-1 .thm-btn-tr:hover {
            color: #fff;
        }



    .feature-service .style-1 .text {
        margin: 21px 0 19px;
    }




    .feature-service .style-2 .content {
        position: relative;
        border: 1px solid #f4f4f4;
        padding: 25px 20px 0px;
    }

        .feature-service .style-2 .content:after {
            position: absolute;
            content: "";
            height: 3px;
            border: 1px solid #f4f4f4;
            border-top: 0px;
            width: 80%;
            left: 10%;
            bottom: -4px;
        }

        .feature-service .style-2 .content:before {
            position: absolute;
            content: "";
            height: 3px;
            border: 1px solid #f4f4f4;
            border-top: 0px;
            width: 60%;
            left: 20%;
            bottom: -7px;
        }

    .feature-service .style-2 .list {
        margin-top: 10px;
    }

        .feature-service .style-2 .list li {
        }

            .feature-service .style-2 .list li a {
                font-size: 16px;
                color: #848484;
                border-bottom: 1px solid #f4f4f4;
                padding: 10px 0;
                display: block;
            }

            .feature-service .style-2 .list li:last-child a {
                border-bottom: 0px;
            }


            .feature-service .style-2 .list li a i {
                color: #48c7ec;
                font-size: 15px;
                padding-right: 15px;
            }







    .feature-service .style-3 .graph {
        padding: 14px;
        border: 1px solid #f4f4f4;
    }

    .feature-service .style-3 .select-box {
        margin-top: 20px;
        margin-bottom: 5px;
    }


    .feature-service .select-box .btn:before {
        position: absolute;
        content: "\f009";
        font-family: FontAwesome;
        font-size: 16px;
        color: #48c7ec;
        left: 12px;
        top: 7px;
    }

    .feature-service .default-form .g-select {
        width: 170px;
    }

    .feature-service .default-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        padding: 6px 15px;
        border: 1px solid #f4f4f4;
        text-align: center;
    }

    .feature-service .default-form .dropdown-menu {
        top: 33px;
    }


    /*banner slider counseling*/
.getvisa-center h2 {
    text-align: justify;
    margin-bottom: 20px;
    color: #337ab7;
    font-size: 50px;
    font-family: sans-serif;
}



.tab-content {
    float: left;
    margin-left: 17px;
}

.mkd-icon-shortcode.circle i  {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
}

i.clock-icon {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    padding-top: 10px;
    padding-left: 11px;
    font-size: 25px;
    color: #000;
}

i.fa.fa-file.clock-icon2 {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    color: #000;
    padding-top: 12px;
    padding-left: 13px;
    font-size: 20px;
}



/*------------------------------------------------------*/
/* counselling
/*------------------------------------------------------*/

#services-om {
    padding-bottom: 10px;
    margin-top: 15px;
    /* background: #f2f2f2; */
}

.tab-wrap {
    margin-top: -185px;
}

.media > .pull-left {
    margin-right: 70px;
    padding-left: 55px;
    margin-top: 30px;
}
.media > .pull-left-2 {
    margin-right: 70px;
    padding-left: 55px;
    margin-top: 30px;
    width: 23%;
}
.img-size {
    margin-bottom:30px;
}
.nav-stacked > li + li {
    margin-top: 0;
}

.nav-tabs2 {
    width: 200px;
    border-bottom: transparent;
    
}

    .nav-tabs2 > li {
        margin-bottom:5px;
        border-bottom-style: dotted;
        color: #157ecc;
        border-width: 1px;
    }

        .nav-tabs2 > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            border: 0;
            color: #fff;
            background: none;
            position: relative;
            font-size: 25px;
            font-family: serif;
            line-height: 5px;
           
        }

            /*.nav-tabs2 > li.active > a:after {
                position: absolute;
                content: "";
                width: auto;
                height: auto;
                border-style: solid;
                border-color: transparent transparent transparent #5a57a4;
                border-width: 25px 22px;
                right: -44px;
                top: 0;
            }*/

        .nav-tabs2 > li > a {
            /*background: #ffe4b9;*/
            color: #fff;
            border-radius: 0;
            border: 0 none;
            line-height: 5px;
            margin-right: 0;
            padding: 10px 0px;
            font-weight: 600;
            font-size: 25px;
            font-family: serif;
            margin-bottom: 5px;
        }


            .nav-tabs2 > li > a:hover {
                background: #33bfc0 !important;
                color: #fff;
                font-weight: 600;
                border-radius: 5px;
                padding: 10px 7px;
                
            }


            /*****************NAV TAB **************************/

.nav-tabs nav-tabs3 > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}


.nav-tabs3 > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #0b3e90;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}


.nav-tabs nav-tabs3 > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 0;
    color: #000;
    background: none;
    position: relative;
    font-size:17px;
    font-family: serif;
    line-height: 22px;
}
.nav-tabs nav-tabs3 > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs nav-tabs3 > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs n > li.active > a, .nav-tabs3 > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 0;
    color: #fff;
    background: none;
    position: relative;
    font-size: 16px;
    font-family: serif;
    background-color: #0b3e90 !important;
    line-height: 22px;
}
.nav-tabs3 > li > a {
    /*margin-right: 133px;*/
    line-height: 1.42857143;
    /*border: 1px solid transparent;*/
    /*border-radius: 4px 4px 0 0;*/
    margin-top: 10px;
}
.nav-tabs3 > li {
    float: left;
    margin-bottom: -2px;
}


/************Table 3***********/

.table3 {
    width: 100%;
    margin-left: 0px;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: #f7f7f74d;
}
.table-4 {
    margin-left: -56px;
    width: 838px;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: #f7f7f74d;
}
.table-1 {
    /* width: 100%; */
    margin-left: 155px;
    max-width: 70%;
    margin-bottom: 20px;
    background-color: #f7f7f74d;
}
.tab-content-5 {
    margin-left: 0px;
    width: 100%;
}


/************ END******************/



.tab-content {
    padding: 10px;
   
}
.tab-content3 {
    padding: 10px;
    width: 95%;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
  
}
    .media-body h2 {
       
    }
    .media-body p {
        color: #000;
    }


.tab-content > .active {
    display: block;
}

.media:first-child {
    margin-top: 0;
}

.om-service img {
    width: 100%;
    padding-bottom: 10px;
}

.tab-content img {
    border-radius: 4px;
}

@import url('//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');

.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "View Details";
    float: right;
    font-size:15px;
}

.accordion-opened .accordion-toggle:after {
    content: "\f054";
}



a.a-size {
    font-size: 20px;
    line-height: 40px;
    background-color: #ffffff;
    padding: 0px 15px;
    /* font-weight: normal; */
    border-radius: 5px;
    border: solid 1px #000;
    color: #77cdf1;
}

.accordion-heading {
    margin-bottom: 15px;
    margin-top: 15px;
}
.accordion-group {
    border-bottom-style: dotted;
    color: #157ecc;
    border-width: 1px;
}

.accordion-heading span.decor {
    /*border: 1px solid #ebebeb;*/
    height: 10px;
    width: 10px;
    display: inline-block;
    /*border-radius: 50%;*/
    position: relative;
}

    .accordion-heading span.decor::before {
        /*background: #77cdf1 none repeat scroll 0 0;
        content: "";
        height: 1px;
        left: 6px;
        position: absolute;
        top: 2px;
        width: 589px;*/
        content: "";
      
        left: 6px;
        position: absolute;
        top: 2px;
        border-style: dashed;
        color: #77cdf1;
        width: 530px;
        border-width: 1px;
    }



/*.accordion-heading span.decor::after {
    background: #eaeaea none repeat scroll 0 0;
    content: "";
    height: 1px;
    right: -71px;
    position: absolute;
    top: 4px;
    width: 60px;
}*/

.accordion-heading .accordion-toggle .a-size span.decor {
    margin-left: 71px;
}



.custom-search-form {
    margin-top: 5px;
    margin-bottom: 20px;
}


.step-1 .bk-ol {
    background-color: #ff6321;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding-left:0px;
    color: #fff;
}
.step-2 .bk-ol {
    background-color: #ccc;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding-left: 0px;
    color: #fff;
}
.step-1 .fl {
    float: left;
}

.step-1 .padT5 {
    padding-top: 5px;
}
.step-1 .ico18 {
    font-size: 20px;
    padding: 3px 10px;
}

.list-blog-post .single-blog-post .content-box .content6 {
    border: solid 1px #ccc;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.bkHalfCirctop {
    top: 0px;
    right: 127px;
}
.bkHalfCircleTop {
    width: 25px;
    height: 10px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border: 1px solid #ccc;
    border-top-color: #fff;
}
.posAbs {
    position: absolute;
}
.bkHalfCircle {
    width: 25px;
    height: 10px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border: 1px solid #ccc;
    border-bottom-color: #fff;
}
.bkHalfCircbot {
    bottom: 10px;
    right: 127px;
}
.float_left2 {
    margin-left: 0px;
    text-align:justify;
}
.single-blog-post2 ul li {
    border-right: none !important;
    color: #ccc !important;
  
}
.list-blog-post .single-blog-post .content-box2 ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    margin: -7px 0 20px;
    padding: 0;
    position: static;
    line-height: 18px;
}
p {
    margin: 0 0 5px;
}

padT20 {
    padding-top: 20px;
}
.padLR20 {
    padding-left: 20px;
    padding-right: 20px;
}
.txtCenter {
    text-align: center;
}
.db {
    display: block;
}
.backgroundLn {
    position: relative;
    z-index: 1;
    margin-top: 51px;
    font-size: 22px;
}
    .backgroundLn:before {
        border-top: 1px dashed #dfdfdf;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: -25px;
        right: 0;
        bottom: 0;
        width: 76%;
        z-index: -1;
    }
.fl {
    float: left;
}
.oval-2 {
    width: 7px;
    height: 7px;
    background-color: #366db0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-top:10px;
}
.padLR10 {
    padding-left: 10px;
    padding-right: 10px;
}


.padT5 {
    padding-top: 5px;
}
.ico12 {
    font-size: 12px;
}
.txtCap {
    text-transform: capitalize;
}

.bkOffrRad .control__indicator {
    left: 7px;
}

.bkOffrRad .control__indicator {
    left: 7px;
}
.button.blue {
    background: #2d67b2;
    color: #fff;
}
    .button.blue:hover {
        background: #377dd8;
    }

.button {
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    border: 0;
    font-size: 15px;
    margin-left: -31px;
    -webkit-appearance: none;
}
.ecashbg {
    color: #ffffff;
    background-color: #FF4C00;
    border-radius: 50%;
    margin-right: 17px
}
.form-horizontal .control-label5 {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.form-horizontal .control-label-5 {
    padding-top: 0px;
    margin-bottom: 0;
    text-align: left;
}
.table2 {
    width: 74%;
    margin-left: 120px;
    max-width: 100%;
    margin-bottom: 20px;
}

th.child-header {
    background-color: #0b3e90;
    color: #fff;
    border-style: double;
}
tr.even {
    border-style: double;
}
tr.odd {
    border-style: double;
}



/******************* radio button *************************/

.checkbox2 {
    padding-left: 0px;
    margin-top:0px;
    margin-bottom: 5px;
}

    .checkbox2 label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        font-size: 15px;
        font-weight: normal;
    }

        .checkbox2 i {
            font-size: 20px;
            float: right;
            color: #77cdf1;
            
        }


    .checkbox2 label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        margin-left: -20px;
        margin-top: 3px;
        border: 2px solid #527aba;
        border-radius: 3px;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }

        .checkbox2 label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -22px;
            padding-left: 3px;
            padding-top: 0px;
            font-size: 15px;
            color: #77cdf1;
        }

    .checkbox2 input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox2 input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox2 input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox2 input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox2 input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox2.checkbox-circle2 label::before {
        border-radius: 50%;
    }

    /*.checkbox2.checkbox-inline {
        margin-top: 0;
    }*/

.customers-area4 {
    padding-top: 0px;
    background-color: #fbfbfb;
    padding-bottom: 20px;
}
.customers-area-4 {
    padding-top: 0px;
   
    padding-bottom: 20px;
}
.text-right2 {
    text-align: right;
    padding: 15px 20px;
}


    /*.aut-cr-btn.inverse,
    .aut-cr-btn2:hover {
        background: #527aba;
        color: #fefefe;
        border-color: #527aba;
        transition: all 700ms ease 0s !important;
    }*/

.aut-cr-btn2 {
    background-color: #7ed321;
    padding: 2px 10px;
    color: #fefefe;
    border-color: none;
    transition: all 700ms ease 0s !important;
}
.aut-cr-btn3 {
    background-color: #527aba;
    padding: 5px 15px;
    border: none;
    border-radius: 7px;
    font-size: 20px;
    transition: all 700ms ease 0s !important;
}


.customers-info2 {
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 45px;
    margin-top: 50px;
    box-shadow: 0px 0px 5px 1px #ccc;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #fff;
}
.customers-info-1 {
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 45px;
    margin-top: 50px;
    box-shadow: 0px 0px 5px 1px #ccc;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #fff;
}
h3.blue {
    color: #2d67b2;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    font-weight: bold;
    font-size: 22px;
}
h3.blue2 {
    color: #2d67b2;
    padding-bottom: 12px;
    margin-left: 113px;
}
.trusted-service-area3 {
    padding-bottom: 0px;
    margin-top: 20px;
}
.list-blog-content-area-2 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.table5 {
    width: 97%;
    margin-left: 18px;
    max-width: 100%;
    margin-bottom: 20px;
}
.table5 th{
    text-align:center;
}
    .table5 td {
        text-align: center;
        background-color: #f7f7f7;
    }

.border_right-2 {
    border-right: 1px dashed #d5d5d5;
}
.offer {
    text-align: center;
    padding: 15px 25px;
    margin: 0;
    box-sizing: border-box;
}

.trusted-service-area .single-item .content5 h3 {
    color: #343434;
    font-size: 18px;
    font-weight:normal;
    line-height: 5px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.trusted-service-area .single-item .content5 h4 {
    color: #2f68b5;
    font-size: 14px;
    font-weight: 700;
    line-height: 10px;
    margin: 0 0 2px;
}

.customers-info3{
    border-bottom: 1px solid #f6f6f6;
    /* padding-bottom: 43px; */
    margin-top: 0px;
    box-shadow: 0px 0px 5px 1px #ccc;
    padding: 2px 15px;
    border-radius: 5px;
}
ul.b {
    list-style-type: square !important;
}


/*************************   ***************************************/


.nav2 {
    position: fixed;
    bottom: 0px;
    z-index: 1000;
}
button.popup,
ul.trigger {
    text-align: center;
    width: 4.7em;
    height: 4.7em;
    position: fixed;
    margin-bottom: 0px;
    bottom: 0;
    left: 0;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear;
    border: none;
}
/* ADJUST MARGIN BOTTOM */
ul.trigger {
    margin-left: 14px;
    margin-bottom: -75px;
}
/* ADJUST MENU COLOR/SIZE/POSITION */
button.popup {
    background-color: RGBA(0,0,0,.8);
    width: 85px;
    height: 45px;
    text-align: center;
    margin-bottom: 0;
    margin-left: 14px;
    bottom: 0;
    left: 0;
    z-index: 5;
    cursor: pointer;
    font-size: 0.75em;
    font-weight: bold;
    color: #0BB3E2;
}
/* ADJUST ROLL UP DISTANCE */
ul.trigger.slideout:nth-child(1) {
    -webkit-transform: translateY(-22.5em) translateX(0em);
    -moz-transform: translateY(-22.5em) translateX(0em);
    transform: translateY(-22.5em) translateX(0em);
}

/************************** Simple Vertical Tab css *****************************************/

.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 1px solid #ddd;
    margin-top: -3px;
    background: #527aba;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

    .tabs-left > li, .tabs-right > li {
        /*float: none;*/
        margin-bottom: 2px;
    }
    .tabs-left2 > li {
        float: none;
        margin-bottom: 2px;
    }
   
.tabs-left > li {
    margin-right: -1px;
}
.tabs-left > li:hover {
    margin-right: -1px;
}
.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    color: #fff;
    display: block;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #0062ff;
    color: #fff;
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.vertical-text {
    margin-top: 50px;
    border: none;
    position: relative;
}

    .vertical-text > li {
        height: 20px;
        width: 120px;
        margin-bottom: 100px;
    }

        .vertical-text > li > a {
            border-bottom: 1px solid #ddd;
            border-right-color: transparent;
            text-align: center;
            border-radius: 4px 4px 0px 0px;
        }

        .vertical-text > li.active > a,
        .vertical-text > li.active > a:hover,
        .vertical-text > li.active > a:focus {
            border-bottom-color: transparent;
            border-right-color: #ddd;
            border-left-color: #ddd;
        }

    .vertical-text.tabs-left {
        left: -50px;
    }

    .vertical-text.tabs-right {
        right: -50px;
    }

        .vertical-text.tabs-right > li {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .vertical-text.tabs-left > li {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

/***************** end *******************/


/*** PANEL DEFAULT ***/
.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}
/********************************************************************/

.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #000;
}

    .with-nav-tabs.panel-default .nav-tabs > .open > a,
    .with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-default .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
        color: #000;
        background-color:none;
        border-color: transparent;
    }

.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-bottom-color: transparent;
}

    .with-nav-tabs.panel-default .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
        color: #000;
        background:none !important;
    }

.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}

    .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #000;
    }
.caret2 {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 60px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

        .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
            background-color: #ddd;
        }

    .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #555;
    }
.tab-content-2 {
    padding: 10px;
    width: 100%;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #fdfdfd;
    border-color: #ddd;
}
div#Visa {
    margin-left: -18px;
}
div#All-Abount-Visa {
    margin-left: -18px;
}
.content-6 {
    margin-left: -45px;
}


/*** PANEL DEFAULT ***/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}

    .with-nav-tabs.panel-primary .nav-tabs > .open > a,
    .with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
        color: #fff;
        background-color: #3071a9;
        border-color: transparent;
    }

.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #fff;
    }

        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
            background-color: #3071a9;
        }

    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
        background-color: #4a9fe9;
    }
/*** PANEL PRIMARY ***/
.modal-dialog5 {
    width: 270px;
    margin: 266px auto;
    margin-right: 65px;
}
.modal-dialog-3 {
    width: 269px;
    margin: 100px auto;
    margin-right: 475px;
}
.modal-header1 {
    min-height: 3.43px;
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-body3 {
    position: relative;
    padding: 0px;
}
form.form-horizontal-1 {
    background-color: #00000005;
    padding: 0px 10px;
}
.margin-li ul li {
    margin-top: 20px;
}
.margin-li ul {
    margin: -14px !important;
    line-height:60px !important;
}
    .margin-li ul li a {
        color: #0062ff !important;
        font-weight: normal;
    }
        .margin-li ul li a:hover {
            text-decoration: none !important;
        }


/***************************************************************************************************************
*****************                  It's highly recomended to you              **********************************
*****************             don't update any code of style.css file         **********************************
*****************        if u want to update css do it in custom.css file.    **********************************
****************************************************************************************************************
****************************************************************************************************************/
