/*
 Theme Name: Trinity tyres
 Theme URI: https://yourwebsite.com
 Author: Your Name
 Author URI: https://ulric.net
 Template: ascent
 Description: Child theme for Ascent.
 Version: 0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: ascent-child
 */

 /******************************************
    IMPORT FONTS
******************************************/

@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext';
@import url(fonts/icon/font/flaticon.css);
@import url('fonts/montserrat/montserrat-bold/styles.css');
@import url('fonts/montserrat/montserrat-regular/styles.css');
@import url('fonts/montserrat/montserrat-semibold/styles.css');
@import url('fonts/montserrat/montserrat-light/styles.css');

/******************************************
    IMPORT FILES
******************************************/

@import url(css/font-awesome.min.css);
@import url(css/carousel.css);
@import url(css/bootstrap-select.css);

/******************************************
    STARTUP
******************************************/

body {
    font-size: 14px;
    position: relative;
    color: #000;
    line-height: 26px;
    background: #fff;
}

body.boxed #wrapper {
    max-width: 1280px;
    margin: 40px auto;
}

a {
    color: #1e2126;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 140%!important;
    color: #1e2126;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.small-margin-title {
    margin: 30px 0 20px !important
}

.customlist {
    list-style: none;
    padding: 0;
}

.customlist i {
    margin-right: 5px;
}

.customlist li {
    margin-bottom: 10px;
}

.customlist li:last-child {
    margin-bottom: 0 !important;
}

.service-text p {
    margin: 0 0 20px;
}

.withborder .service-box h4 {
    font-size: 20px !important;
    margin: 0 0 13px !important;
    padding: 0 !important;
}

.withborder .service-box {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.withborder li {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f5f5;
}

.withborder li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.img-thumbnail {
    background-color: #ffffff;
    border-color: #f0f5f5;
    padding: 8px;
}

.withborder {
    margin-bottom: 20px;
}


/******************************************
    PAGES
******************************************/

.notfound h1 {
    font-size: 200px;
    padding: 0;
    margin: 0;
    line-height: 1 !important;
    color: #757575;
}

.notfound h3 {
    font-size: 20px;
    padding: 20px 0;
    margin: 0;
    color: #1e2126;
}

.notfound p {
    font-size: 18px;
    color: #999999;
}

.notfound form {
    margin-top: 50px;
    margin-bottom: 40px;
}

.notfound .form-control {
    background-color: #f7f7f7 !important;
    border-color: #f7f7f7 !important;
}

.notfound .form-control {
    color: #999;
    font-size: 13px;
}

.notfound .form-control::-webkit-input-placeholder {
    color: #999;
}

.notfound .form-control::-moz-placeholder {
    color: #999;
}

.banner {
    display: block;
    margin-top: 20px;
}

.pagination i {
    font-weight: bold;
    font-size: 21px;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #fff;
    border: 1px solid #f0f5f5;
    color: #1e2126;
    float: left;
    border-radius: 4px;
    font-size: 18px;
    line-height: 1.42857;
    margin: 0 5px;
    padding: 10px 16px;
    position: relative;
    text-decoration: none;
}

.page-title {
    padding: 30px 0 !important;
   /* border-bottom: 1px solid #f0f5f5;*/
}

.page-title h2 {
    font-size: 16px;
    padding: 2px 0 0;
    margin: 0;
}

.bread {
    padding: 0;
    margin: 0;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    list-style: outside none none;
    margin: 0 0 0;
    padding: 0;
}

.breadcrumb > li + li::before {
    font-family: FontAwesome;
    content: "\f0da";
    padding: 0 7px;
}

.breadcrumb > li,
.breadcrumb > li + li::before,
.breadcrumb > .active,
.breadcrumb > li:before,
.breadcrumb > li:after,
.breadcrumb > li a {
    color: #999999;
}


/******************************************
    FONTS
******************************************/

#banner .littletext p,
#banner .tp-caption.littletext p,
p,
.comparebox .btn-info,
.cart .shop_cart_table button.btn-info,
.notfound h3,
.search-tab.light-tab.calculator-body label,
.list-top label,
.list-top .bootstrap-select > .dropdown-toggle,
.search-tab .form-control,
.search-tab .bootstrap-select > .dropdown-toggle,
.lightversion.search-tab .bootstrap-select .btn-info,
.lightversion .form-control,
.testimonial small,
li,
body {
    font-family: 'Open Sans', sans-serif;
}

blockquote small,
.author-details h3,
.blog-description h4,
.blog-description h4 a,
.special-offer small,
.cart_table .payment_system span,
.account_page form label,
.normallist li,
.car-list-wrapper li,
.car-details li small,
.form-input label,
.related-post small,
.cart .shop_cart_table .table-1 tr td.flex_item h6,
.cart .shop_cart_table .table-1 tr th,
.car-price p,
.cart_table .table-1 tbody tr td.flex_item h6,
.car-wrapper .list-inline li p,
.search-tab-nav.nav-tabs > li > a {
    font-family: 'Montserrat-Regular' !important;
}

.banner-message .badge,
.car-table-wrapper.table > tbody > tr > td,
.car-table-wrapper.table > tbody > tr > th,
.car-table-wrapper.table > tfoot > tr > td,
.car-table-wrapper.table > tfoot > tr > th,
.car-table-wrapper.table > thead > tr > td,
.car-table-wrapper.table > thead > tr > th,
#banner p {
    font-family: 'Montserrat-Light' !important;
}

#banner .version1title2 h1,
#banner .tp-caption.version1title2 h1,
.stock,
.readmore,
.stat-wrap p,
.shop-button,
#banner h1,
#banner .contact_us,
#banner .our_service {
    font-family: 'Montserrat-Bold' !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'montserrat-bold', arial, serif;
}

.check_out_form form span,
.shop-wrapper h4,
.blogread,
.team-desc h4,
.about-list .service-hover h4,
.comparebox h3,
.faqs-wrapper li a,
#accordion-first .accordion-heading .accordion-toggle,
.brochures a,
.car-top h3,
.pagination > li > a,
.pagination > li > span,
.btn,
.contact-version strong,
.footer .widget-title h4,
.bgcolor .section-title h4,
.service-box h4,
.deal-wrapper .car-title h4,
.search-tab .btn-primary,
.stat-wrap small,
.search-form .form-group,
.header-contact p,
#banner .version1title1 h1,
#banner .tp-caption.version1title1 h1,
.blog-list .blog-details .alignleft p,
.shop_single_page .product_details .product_top_section .item_description>h4,
.shop_single_page .product_details .product_top_section .item_description .check_location,
.post-share h4,
.navbar-inverse .dropdown-menu > li > a,
.car-details .car-price p,
.navbar-inverse .navbar-nav > li > a,
.shop_single_page .product_details .product-review-tab .nav li a,
.hephaistos.tparrows .arrow-holder:after {
    font-family: 'Montserrat-SemiBold' !important;
}
.mmnu ul li a{ color:#fff; }
.mmnu ul li {list-style:none;}


/******************************************
    HEADER
******************************************/

.header {
    padding: 35px 0;
    border-top: 5px solid #ededed;
    background-color: #141619;
}

.navbar-brand {
    padding: 0;
    margin: 5px 0 0 0;
    height: auto;
    line-height: 1;
}

.navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
}

.navbar {
    margin: 0;
}
.navbar .container{display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;}

aa css add kri do ne

/*.navbar-brand img {
    max-width: 186px;
}*/

.transparent-header {
    position: relative;
    z-index: 10;
}

.normal-header .navbar-inverse,
.normal-header {
    position: relative;
    z-index: 100;
    background-color: #1f2328;
}

.navbar-inverse {
    border: 0;
    background-color: rgba(20, 22, 25, 0.8);
    box-shadow: none;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    left: 0;
    right: 0;
    border-radius: 0;
    width: 100%;
    position: absolute;
    top: 0;
}

.navbar-inverse .fa-angle-down {
    padding-left: 4px;
    padding-top: 2px;
    vertical-align: text-top;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > li.active > a,
.navbar-inverse .navbar-nav > li.active > a:focus,
.navbar-inverse .navbar-nav > li.active > a:hover,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent !important;
}

.navbar-cart {
    position: relative;
    margin-left: 10px;
    padding: 0 15px;
    background-color: #14171a !important;
    color: #ffffff !important;
}

.navbar-cart small {
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    height: 20px;
    line-height: 18px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: 14px;
    width: 20px;
}

.navbar-cart i {
    padding-left: 4px;
}

.navbar-right li a {
    padding: 20px 10px !important;
}

.navbar-right li a:after {
    display: none !important;
}

.navbar-inverse .dropdown-menu {
    border: 0;
    box-shadow: none;
}

.navbar-inverse .dropdown-menu > li {
    padding: 0 !important;
}

.navbar-inverse .dropdown-menu > li > a {
    clear: both;
    color: #1e2126 !important;
    display: block;
    font-size: 14px;
    line-height: 40px !important;
    padding: 4px 20px;
    text-transform: capitalize;
    white-space: nowrap;
}

.navbar-inverse .navbar-nav > li > a:after {
    content: "|";
    position: absolute;
    bottom: -5px;
    left: -10px;
    color: #24272b;
    right: 0;
    display: block;
    margin: auto;
    text-align: center;
}

.navbar-inverse .navbar-nav > li .dropdown-menu li a:after {
    display: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff !important;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 35px;
    padding: 35px 12px;
}
.navbar-inverse .navbar-header{width: 30%;}
.navbar-inverse .navbar-collapse{width: 100%;}

.header-contact p {
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    margin: 0;
}

.header-contact {
    display: inline-block;
    float: left;
    padding: 0;
    width: 30%;
}

.header-contact i {
    font-size: 26px !important;
    margin: 12px 14px 0 0;
}

.header-contact p {
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
}

.header-search {
    margin-top: 5px;
    padding: 3px 0 0;
    position: absolute;
    right: 0;
}

.header-search .fa {
    background-color: #141619;
    border: 2px solid #ffffff;
    padding: 0 !important;
    width: 35px !important;
    height: 35px !important;
    line-height: 32px !important;
    text-align: center;
    font-size: 14px !important;
    border-radius: 50%;
    color: #ffffff !important;
}

.search-form .form-group {
    float: right !important;
    transition: all 0.55s, border-radius 0s;
    width: 35px;
    height: 35px;
    background-color: #232528;
    box-shadow: none;
    padding-left: 10px;
    border-radius: 35px !important;
    border: 0 solid #ccc;
}

.search-form .form-group input.form-control {
    padding-right: 20px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display: block;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}

.search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
}

.search-form .form-control {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.search-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-form .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
}

.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 100%;
    border-radius: 4px 25px 25px 4px;
}

.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #3596e0;
    left: initial;
    font-size: 14px;
}

.transparent-header.header-2 {
    position: absolute !important;
    top: 0;
    padding: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
}

.transparent-header.header-2 .navbar-inverse {
    padding: 30px 0;
    position: relative;
    background-color: transparent !important;
}

.transparent-header.header-2 .navbar-inverse .navbar-nav > li > a::after {
    display: none;
}

.transparent-header.header-2 .navbar-brand {
    line-height: 1;
    margin: 5px 30px 5px 0 !important;
}

.transparent-header.header-2 .navbar-cart {
    background-color: transparent !important;
}

.topbar {
    margin-bottom: 20px;
    padding: 10px 0 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.topbar img {
    vertical-align: baseline;
    margin-right: 5px;
}

.topbar .dropdown-menu {
    border-radius: 0;
    border: 0;
}

.topbar a,
.topbar li,
.topbar p {
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
}

.topbar .dropdown {
    margin-right: 5px;
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.transparent-header.header-2 #custom-search-input .btn {
    border: 0 none !important;
    border-radius: 0 !important;
    font-size: 14px;
    height: 46px;
    line-height: 45px;
    padding: 0 !important;
    vertical-align: middle;
    width: 45px;
}

.transparent-header.header-2 #custom-search-input .fa {
    margin-top: -4px !important;
}

.searchmenu .dropdown-menu {
    padding: 10px !important;
    min-width: 240px !important;
    background-color: #ffffff !important;
}

.transparent-header.header-2 #custom-search-input .form-control {
    border-color: #f4f4f4;
    border-radius: 0;
    box-shadow: none !important;
    font-size: 13px;
    background-color: #f4f4f4;
}



/******************************************
    CAR WRAPPER
******************************************/

.car-wrapper {
    border-bottom: 1px solid #f0f5f5;
    display: block;
    position: relative;
}

.car-title {
    display: block;
    position: relative;
    margin: 20px 0;
}

.car-title h4 {
    padding: 0;
    margin: 0;
}

.deal-wrapper .car-title h4 {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.deal-desc {
    padding: 20px;
    display: block;
    position: relative;
    background-color: #ffffff;
}

.deal-desc p {
    margin: 0;
}

.deal-desc a {
    background-color: #111;
    width: 30px;
    height: 30px;
    display: block;
    color: #ffffff;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: -15px;
}

.entry {
    position: relative;
    padding: 0 !important;
    margin-bottom: 0;
    overflow: hidden;
}

.magnifier {
    position: absolute;
    top: 0;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background-color: rgba(36, 39, 43, 0.8);
    left: 500px;
    bottom: 0;
    right: 0;
    z-index: 1;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.entry:hover .magnifier {
    zoom: 1;
    left: 0;
    filter: alpha(opacity=100);
    opacity: 1;
}

.magnifier .magni-desc i {
    font-size: 24px;
}

.magnifier .magni-desc {
    position: absolute;
    top: 30%;
    margin: -20px auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 30px;
    opacity: 0;
    width: 100%;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.entry:hover .magni-desc {
    filter: alpha(opacity=100);
    opacity: 1;
}

.car-price {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 20px;
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.car-wrapper .list-inline li p {
    margin: 0;
    line-height: 1;
    font-size: 14px;
}

.car-wrapper .list-inline li {
    padding: 13px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.car-wrapper .list-inline li:last-child {
    border: 0;
}

.car-wrapper .list-inline li p i {
    font-size: 13px;
    padding: 0 2px;
}

.car-wrapper .list-inline li p,
.car-price p {
    padding: 0;
    margin: 0;
    line-height: 1;
}

.entry:hover .car-price {
    opacity: 0;
}

.car-wrapper .list-inline {
    padding: 0;
    bottom: -50px;
    position: absolute;
    z-index: 110;
    margin: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.entry:hover .list-inline {
    filter: alpha(opacity=100);
    opacity: 1;
    bottom: 0;
    position: absolute;
}

.car-wrapper .list-inline li {
    width: 33.33333%;
    float: left;
    display: inline-block;
    text-align: center;
}

.post-media img {
    width: 100%;
}

.vission-mission .magnifier {
    background-color: rgba(253, 101, 2, 0.9);
}

.vission-mission .magnifier img {
    width: auto;
    margin: -20px auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.message-box {
    display: table;
    position: relative;
    padding: 40px 20px;
}

.message-box h3 {
    font-size: 24px;
    color: #ffffff;
    padding: 20px 0;
    margin: 0;
}

.message-box p {
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 25px;
}

.message-box i {
    color: #ffffff;
    font-size: 50px;
    display: block;
    position: relative;
    margin-top: 35px;
}

.nopadding {
    padding: 0 !important;
}

.btn-default {
    background-color: #1e2126;
    border-color: #1e2126;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 0;
    font-size: 14px;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #1e2126;
    border-color: #1e2126;
    color: #ffffff;
}


/******************************************
    SECTIONS
******************************************/

.testimonial .lead {
    padding: 30px;
    font-size: 18px;
    line-height: 34px;
    font-style: italic;
    color: #1e2126;
    display: block;
    margin: 0;
    position: relative;
    background-color: #f4f4f4;
}

.testi-meta {
    display: block;
    margin-top: 40px;
}

.testi-meta img {
    margin-top: 0px;
}

.testimonial small {
    font-style: italic;
    font-size: 16px;
}

.testimonial .lead:after {
    top: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #f4f4f4;
    border-width: 15px;
    margin-left: -20px;
}

.rating i {
    font-size: 16px;
}

.bgcolor {
    padding: 60px 90px;
    background-color: #ffffff;
}

.bgcolor p {
    padding-bottom: 15px;
    margin: 0;
}

.readmore {
    text-transform: uppercase;
    font-size: 14px;
}

.readmore:after {
    font-family: 'FontAwesome';
    content: "\f0da";
    padding-left: 5px;
}

.bgcolor .section-title {
    margin-bottom: 20px;
}

.bgcolor .section-title h4 {
    font-size: 20px;
    line-height: 30px;
}

.section.db .section-title h4 {
    color: #ffffff;
}

.section-title {
    display: block;
    position: relative;
    margin-bottom: 40px;
}

.section-title h4 {
    font-size: 34px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.section-title h5 {
    font-size: 26px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.callout h2,
.callout p,
.callout .btn {
    color: #ffffff;
}

.callout h2 {
    font-size: 20px;
    padding: 0 0 20px;
    margin: 0;
    line-height: 1;
}

.callout p {
    padding: 0 0 25px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}

.custombtn {
    border-radius: 0;
    padding: 10px 25px;
    border: 2px solid #ffffff;
}

hr.invis {
    margin: 45px 0;
    border: 0;
}

hr.invis2 {
    margin: 20px 0;
    border: 0;
}

hr.invis3 {
    margin: 10px 0;
    border: 0;
}

hr.invis1 {
    margin: 40px 0;
    border: 0;
}

hr.large {
    margin: 40px 0 50px;
    border: 1px solid #f4f4f4;
}

hr.custom {
    margin: 30px 0 0 !important;
    border: 0;
}

.text-center hr.custom::after {
    margin: 30px auto 0 !important;
    border: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
}

hr.custom::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: url(images/hr.png);
}

.section {
    position: relative;
    display: block;
    padding: 60px 0;
    background-color: #ffffff;
}

.section.lb {
    background-color: #f4f4f4;
}

.section.db {
    background-color: #1e2126;
}

.parallax {
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    padding: 90px 0;
    position: relative;
    width: 100%;
}

.parallax.parallax-off {
    background-attachment: scroll !important;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: top center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.stat-wrap i {
    font-size: 60px;
}

.stat-wrap p {
    font-weight: normal;
    font-size: 30px;
    line-height: 24px;
    padding: 25px 0;
    color: #ffffff;
    margin: 0;
}

.stat-wrap small {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    padding: 0;
    font-weight: normal;
    margin: 0;
}

.faqs-wrapper {
    display: block;
    margin-top: 50px;
}

#accordion-first .accordion-group {
    margin-bottom: 10px;
    padding: 12px;
    border: 1px solid #f4f4f4;
}

#accordion-first .accordion-heading {
    border-bottom: 0;
    font-size: 16px;
}

#accordion-first .accordion-heading .accordion-toggle {
    display: block;
    cursor: pointer;
    padding: 5px 0 !important;
    font-size: 18px;
    color: #1e2126;
    outline: none!important;
    text-decoration: none
}

#accordion-first .accordion-heading,
#accordion-first .accordion-toggle:hover,
#accordion-first .accordion-heading .accordion-toggle.active {
    background: none;
}

#accordion-first .accordion-heading .accordion-toggle > em {
    background-color: #ffffff;
    color: #FFFFFF;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #f4f4f4;
    margin-right: 15px;
    text-align: center;
    width: 42px;
}

#accordion-first .accordion-inner {
    padding: 9px 10px;
}

.accordion-inner p {
    margin: 0;
    padding: 10px 0 0 50px;
}

.faqs-wrapper li {
    font-size: 16px;
    color: #1e2126;
    padding: 15px 20px;
    border-radius: 2px;
    background-color: #f4f4f4;
}

.faqs-wrapper li:hover a,
.faqs-wrapper li.active a {
    color: #ffffff !important;
}

.faqs-wrapper ul {
    display: block;
    margin: 0 0 40px;
}


#slider-thumbs img {
    width: 100%;
}

#slider-thumbs {
    overflow: hidden;
    position: relative;
}

#slider-thumbs ul,
#slider-thumbs li {
    margin: 0 !important;
}

#slider-thumbs li {
    padding: 12px !important;
}

#slider-thumbs {
    margin-top: 14px;
}

.selected img {
    opacity: 0.5;
}

.carousel-control {
    background-color: #111;
    background-image: none;
    bottom: 12px;
    color: #fff;
    font-size: 28px;
    height: 83px;
    line-height: 77px;
    opacity: 0.5;
    margin: -20px auto;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 50%;
    width: 32px;
    z-index: 11;
}

.car-description h3 {
    padding: 20px 0 20px;
    font-size: 26px;
}

.carcustom {
    padding: 20px 0;
}

.car-table i {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 18px;
}

.car-table {
    margin-top: 30px;
    background-color: #f4f4f4;
    padding: 13px 20px;
    position: relative;
}

.car-table p {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.car-table-wrapper.table > tbody > tr > td,
.car-table-wrapper.table > tbody > tr > th,
.car-table-wrapper.table > tfoot > tr > td,
.car-table-wrapper.table > tfoot > tr > th,
.car-table-wrapper.table > thead > tr > td,
.car-table-wrapper.table > thead > tr > th {
    border-top: 0;
    border-bottom: 1px solid #f0f5f5;
    border-left: 1px solid #f0f5f5;
    border-right: 1px solid #f0f5f5;
    padding: 12px;
}

.car-table-wrapper strong {
    color: #1e2126;
}


/* custom inclusion of right, left and below tabs */

.tabs-left > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
    min-height: 98px;
}

.tabs-left {}

.tabs-left > .nav-tabs {
    text-align: center;
    border-right: 0 solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    background: #f4f4f4 none repeat scroll 0 0 !important;
    border: 0 none !important;
    border-radius: 0;
    border-top: 1px solid #ffffff !important;
    margin: 0 !important;
    padding: 35px 20px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
    position: relative;
}

.tabs-left > .nav-tabs .active > a:focus:after,
.tabs-left > .nav-tabs .active > a:hover:after,
.tabs-left > .nav-tabs .active > a:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(253, 101, 2, 0);
    border-left-color: #fd6502;
    border-width: 8px;
    margin-top: -8px;
}

.tabs-left .nav-tabs {
    border-bottom: 0 !important;
}

.tab-content {
    padding: 30px;
}

.tabs-left {
    border-right: 1px solid #f0f5f5;
    border-bottom: 1px solid #f0f5f5;
}

.car-list-wrapper-2 {
    padding: 0;
    list-style: none;
}

.car-list-wrapper-2 li strong {
    display: block;
    color: #1e2126;
}

.car-list-wrapper-2 li {
    display: block;
    margin-bottom: 15px;
}

.car-list-wrapper-2 li:last-child {
    margin-bottom: 0;
}

.car-list-wrapper-2 li i {
    font-size: 18px;
}

.normallist i {
    font-size: 16px;
    padding-right: 5px;
}

.normallist {
    padding: 0;
    list-style: none;
}

.normallist li {
    display: block;
    color: #1e2126;
    position: relative;
    margin-bottom: 15px;
}

.normallist li:last-child {
    margin-bottom: 0;
}

.row-content {
    border-bottom: 1px solid #f0f5f5;
    border-right: 1px solid #f0f5f5;
    border-left: 1px solid #f0f5f5;
    padding: 30px;
}

.banner-wrapper {
    margin-top: 30px;
}

.banner-message {
    background-color: #f4f4f4;
    padding: 20px 30px;
    display: block;
    position: relative;
}

.banner-message span {
    font-size: 16px;
    border-bottom: 1px dashed #d9d9d9;
    display: block;
    padding: 0 0 10px;
    margin-bottom: 20px;
}

.banner-message .badge {
    font-size: 14px;
    border-radius: 2px;
    padding: 5px 10px;
    line-height: 1;
}

.special-offer {
    display: block;
    margin-top: 20px;
}

.special-offer p {
    margin-bottom: 0;
}

.special-offer small {
    font-size: 14px;
    margin: 0 0 5px;
    display: block;
}

.sellcarform {
    margin-top: 30px;
    border: 1px solid #f4f4f4;
}

.sellcarform .search-wrapper {
    padding: 30px;
}

.sellcarform .car-table {
    margin-top: 0;
}

.sellcarform .car-table strong {
    color: #1e2126;
}

.sellcarform .btn {
    padding: 10px 30px;
}

.sellcarform .form-control {
    margin-bottom: 13px !important;
}

.welcome-widget strong {
    color: #1e2126;
    padding-bottom: 10px;
    display: block;
    font-size: 16px;
}

.welcome-widget .section-title {
    margin-bottom: 25px;
}

.widget-footer {
    display: block;
    padding-top: 20px;
}

.widget-footer strong {
    padding-bottom: 0;
}

.widget-footer strong small {
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
}

.widget-footer .val {
    font-style: italic;
    margin-top: 0;
    line-height: 1;
    font-size: 14px;
}

.widget-footer img {
    margin-top: -10px !important;
    margin-left: -20px;
}

.welcome-widget img {
    margin-top: 15px;
}


/******************************************
    FOOTER
******************************************/

.related-post,
.contact-widget {
    list-style: none;
    padding: 0;
}

.contact-widget li {
    margin-bottom: 13px;
	color:#fff;
}

.contact-widget li a {
    text-decoration: underline !important;
}

.contact-widget {
    background: url(images/map.png) no-repeat center center;
}

.contact-version .contact-widget {
    background: none;
}

.contact-widget li i {
    padding-right: 5px;
    font-size: 16px;
}

.related-post li a {
    color: #fff;
}

.related-post small {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.related-post li {
    display: table;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #242a2e;
}

.related-post li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.tags a {
    background-color: #1f2529;
    color: #999999;
    display: inline-block;
    padding: 5px 10px;
}

.footer-newsletter .form-control::-moz-placeholder {
    color: #5a5b5b;
    opacity: 1;
}

.footer-newsletter .form-control:-ms-input-placeholder {
    color: #5a5b5b;
}

.footer-newsletter .form-control::-webkit-input-placeholder {
    color: #5a5b5b;
}

.working-hours h5 {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    margin: 0 0 10px;
}

.working-hours p {
    padding: 0;
    margin: 0;
	color: #fff;
}

.working-hours small {
    display: inline;
    padding-left: 5px;
}

.footer-newsletter .btn {
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    height: 46px;
}

.footer-newsletter .form-control {
    border-radius: 0;
    background-color: #1f2529;
    color: #5a5b5b;
    border-color: #242a2e;
    box-shadow: none;
    font-size: 14px;
}

.tags li {
    margin: 0 0 10px 0;
}

.footer {
    background-color: #191f23;
}

.footer hr {
    margin: 40px 0;
    border-color: #242a2e;
}

.dmtop {
    background-color: #191f23;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 50px;
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.footer .twitter-widget {
    padding: 30px;
    background-color: #1f2529 !important;
}

.footer .twitter-widget p {
    margin-bottom: 0;
    color: #6a6a6a;
    font-size: 14px;
    line-height: 26px;
}

.footer .twitter-widget small {
    font-size: 14px;
    padding-top: 3px;
}

.footer .twitter-widget i {
    font-size: 60px;
    display: table;
    margin: 20px 20px 30px 0;
}

.footer .twitter-widget small {
    display: block;
    font-style: italic;
    color: #999999;
}

.footer .widget-title {
    margin-bottom: 15px;
}

.footer .widget-title h4 {
    color: #ffffff;
    font-size: 20px;
    padding-bottom: 10px;
    margin: 0 0 20px;
    line-height: 28px;
	border-bottom: 1px dotted #c2c2c2;
}

.contact-version strong {
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
    color: #1e2126;
}

.contact-version i {
    display: inline-block;
    font-size: 22px !important;
    margin: 6px 15px 36px 0;
}


/******************************************
    COPYRIGHTS
******************************************/

.copyrights {
    background-color: #0f1316;
    position: relative;
    display: block;
    padding: 30px 0 25px;
}

.copyrights p,
.copyrights a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

.copyrights ul li {
    margin: 0 0 0 15px;
    padding: 0;
}

.copyrights ul {}

.copyrights small {
    font-size: 100% !important;
}


/******************************************
    SEARCH TAB
******************************************/

.search-tab .nav-tabs {
    border-bottom: 0 none;
    position: relative;
}

.search-tab-nav.nav-tabs > li.active > a,
.search-tab-nav.nav-tabs > li.active > a:focus,
.search-tab-nav.nav-tabs > li.active > a:hover,
.search-tab-nav.nav-tabs > li > a {
    border: 0 none !important;
    border-bottom: 1px solid transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #212121;
    cursor: pointer !important;
    font-size: 16px !important;
    text-transform: capitalize;
    outline: medium none !important;
    padding: 20px 30px !important;
    border: 0 none !important;
    cursor: default;
    background-color: #ddd;
}

.search-tab-nav.nav-tabs > li.active {
    border: 0 !important;
}

.search-tab-nav.nav-tabs > li {
    margin-right: -2px;
    border: 0 !important;
    border-radius: 0 !important;
}

.search-tab-nav.nav-tabs > li > a {
    border-radius: 0 !important;
    border-left: 0 solid transparent !important;
    border-top: 0 solid transparent !important;
    border-bottom: 1px solid #333333 !important;
    border-right: 1px solid #333333 !important;
    background-color: #24272b;
    color: #ffffff;
}

.search-tab-nav.nav-tabs > li.active a {
    border-right: 1px solid #333333 !important;
}

.search-tab-nav.nav-tabs > li.active a,
.search-tab-nav.nav-tabs > li:hover a,
.search-tab-nav.nav-tabs > li:focus a,
.search-tab-nav.nav-tabs > li.active > a:focus,
.search-tab-nav.nav-tabs > li.active > a:hover {
    background-color: #1e2126 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #1e2126 !important;
}

.search-tab .tab-content {
    border: 0 !important;
    padding: 0 !important;
}

.search-tab .tab-content .search-wrapper {
    background-color: #1e2126;
    border: 0 solid #f0efef;
    box-shadow: none;
    display: block;
    overflow: visible;
    padding: 30px !important;
}

.search-wrapper sup {
    top: 0;
    padding-left: 3px;
}

.search-wrapper p {
    padding: 10px 0 0;
	color:#fff;
}

.light-tab.search-tab .tab-content .search-wrapper {
    background-color: #f4f4f4;
    padding: 20px !important;
}

.light-tab.search-tab label {
    color: #1e2126;
}

.light-tab.search-tab .form-control,
.light-tab.search-tab .bootstrap-select > .dropdown-toggle {
    background: #ffffff none repeat scroll 0 0 !important;
    border-color: #e3e3e3 #fff #fff #e3e3e3 !important;
    border-radius: 0 !important;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #7c7c7c !important;
    font-weight: 400;
    height: 45px;
    padding-right: 25px;
    width: 100%;
    z-index: 1;
}

.light-tab.search-tab .btn-primary {
    border-radius: 0;
    height: 45px;
    border-color: #1e2126 !important;
    background-color: #1e2126 !important;
}

.custom-sidebar .search-tab .btn-primary {
    border-radius: 4px;
}

.light-tab .search-tab-nav.nav-tabs > li.active a,
.light-tab .search-tab-nav.nav-tabs > li:hover a,
.light-tab .search-tab-nav.nav-tabs > li:focus a,
.light-tab .search-tab-nav.nav-tabs > li.active > a:focus,
.light-tab .search-tab-nav.nav-tabs > li.active > a:hover {
    background-color: #f4f4f4 !important;
    border-bottom: 1px solid #f4f4f4 !important;
    border-radius: 0 !important;
}
.parallax.section{position: relative;}
.parallax.section::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
background: rgba(0,0,0,0.5);
display: block;
height: 100%;
width: 100%;
}
.light-tab .search-tab-nav.nav-tabs > li > a {
    background-color: #e8e8e8;
    border-color: transparent #e8e8e8 #e8e8e8 transparent !important;
    border-radius: 0 !important;
    border-style: solid !important;
    border-width: 0 1px 1px 0 !important;
    color: #1e2126;
}


/* enable absolute positioning */

.inner-addon {
    position: relative;
}


/* style icon */

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}


/* align icon */

.right-addon .glyphicon {
    right: 0px;
    top: 6px;
}


/* add padding  */

.right-addon input {
    padding-right: 30px;
}

.search-tab .form-control,
.search-tab .bootstrap-select > .dropdown-toggle {
    padding-right: 25px;
    width: 100%;
    z-index: 1;
    box-shadow: none;
    height: 45px;
    font-weight: 400;
    font-style: 14px !important;
    color: #fff !important;
    background: #24272b !important;
    border-color: #333 !important;
    border-radius: 0 !important;
}

.search-tab .dropdown-menu > li a {
    padding: 6px 20px;
}

.search-tab label {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin: 0 0 5px;
	color:#fff;
}

.search-tab .dropdown-menu > li a,
.search-tab .dropdown-menu > li > a:focus,
.search-tab .dropdown-menu > li > a:hover,
.search-tab .dropdown-menu {
    color: #7c7c7c !important;
    background: #24272b !important;
    border-color: #333 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.search-tab .btn-primary {
    height: 45px;
    border-radius: 0;
}

.lightversion.search-tab .bootstrap-select .btn-info,
.lightversion .form-control {
    color: #7c7c7c !important;
    background: #f4f4f4 !important;
    border-color: #f4f4f4 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 30px;
    height: 55px;
}

.search-tab .dropdown-menu > li a,
.search-tab .dropdown-menu > li > a:focus,
.search-tab .dropdown-menu > li > a:hover,
.search-tab .dropdown-menu {
    background-color: #24272b !important;
    border: 0;
    box-shadow: none !important
}

.lightversion.search-tab .dropdown-menu > li a,
.lightversion.search-tab .dropdown-menu > li > a:focus,
.lightversion.search-tab .dropdown-menu > li > a:hover,
.lightversion.search-tab .open > .dropdown-menu {
    margin-bottom: 0;
    margin-top: -10px;
    border: 0;
    background-color: #f4f4f4 !important;
}

.lightversion.search-tab .dropdown-menu > li a {
    padding: 15px 20px;
}

.lightversion textarea {
    padding: 15px 10px;
    height: 140px !important;
}

.custom-title {
    font-size: 18px;
    display: block;
    padding: 0 0 30px;
    line-height: 1 !important;
    margin: 0;
}


/******************************************
    WP CORE
******************************************/

.first {
    clear: both
}

.last {
    margin-right: 0
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

a img.alignnone {
    margin: 10px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.service-hours {
    padding: 20px;
    border: 1px solid #2e2e2e;
}

.service-hours span,
.service-hours p {
    color: #ffffff;
}

.service-hours ul {
    padding: 10px 0;
    list-style: none
}

.service-hours ul li:last-child {
    margin-bottom: 0;
}

.service-hours ul li {
    margin: 0 0 8px;
    position: relative;
	color:#fff;
}

.service-hours ul li span {
    position: absolute;
    right: 0;
}

.service-hours h5 {
    font-size: 18px;
    color: #ffffff;
}

.service-hours h5 i {
    padding-right: 5px;
}


/*-------home2----------*/

.color1 {
    background-color: #fd6502;
}

.color2 {
    background-color: #f16002;
}

.header {
    border-top-color: #fd6502;
}

.banner-message .badge,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus,
a.stock:hover,
.loan-cart,
a.stock:focus,
.list-top .list-inline li:hover a,
.list-top .list-inline li:focus a,
.list-top .list-inline li.active a,
.section.bg,
.tags li:hover a,
.owl-theme .owl-dots .owl-dot span,
.car-km,
.car-oil,
.car-date,
.car-price,
#banner .contact_us,
.pabsolute h3,
.small-service-title,
.btn-primary,
.navbar-inverse .navbar-right > li > a.active,
.navbar-inverse .navbar-right > li > a,
.list-inline.social-icons li:hover a,
.color1_bg,
.hephaistos.tparrows .arrow-holder,
.transparent-header.header-2 .dropdown-menu > li > a:hover,
.transparent-header.header-2 .dropdown-menu > li > a:focus,
.navbar-cart small {
    color: #ffffff !important;
    border-color: #008af4 !important;
    background-color: #008af4 !important;
}

.navbar-inverse .navbar-right > li:hover a,
.btn-primary:hover,
.btn-primary:focus {
    color: #ffffff !important;
    border-color: #eaa127 !important;
    background-color: #eaa127 !important;
}

.light-tab.search-tab .btn-primary,
.cart .shop_cart_table .icon_holder,
.post-share li a:hover,
.post-share li a:focus,
.blogread:hover,
.blogread:focus,
.blog-list .blog-details .alignleft,
.custom-sidebar .tags a:hover,
.custom-sidebar .tags a:focus,
.faqs-wrapper li:hover,
.faqs-wrapper li.active,
.shop-wrapper:hover img,
#banner .our_service.our_service2:hover,
.shop-button:hover,
.topbar .badge,
.shop-button:focus,
#banner.v2 .hephaistos.tparrows:hover::before,
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
#banner .version1title2 h1,
#banner .tp-caption.version1title2 h1,
.tabs-left > .nav-tabs .active > a:focus,
.calculator-body .btn-default {
    color: #ffffff !important;
    border-color: #bc2c36 !important;
    background-color: #bc2c36 !important;
}

.about-list .service-hover:hover {
    background: #bc2c36 !important;
}

.cars-carousel.owl-theme .owl-nav [class*="owl-"]:hover,
#banner .tp-caption.wbg,
#banner .wbg,
.comparebox .btn-info.active,
.comparebox .btn-info:active,
.comparebox .open > .dropdown-toggle.btn-info,
.comparebox .btn-info:hover,
.comparebox .btn-info:focus {
    border-color: #bc2c36 !important;
}

.cars-carousel.owl-theme .owl-nav [class*="owl-"]:hover,
.tp-caption.littletext,
.littletext,
.shop_single_page .product_details .product-review-tab .add_your_review ul li:hover,
.newprice,
.shop_single_page .product_details .product_top_section .item_description .item_price,
.rating i,
.author-details a,
.blog-description li i,
.blog-dark .blog-details li i,
.blog-meta li i,
.team-desc p,
.widget-footer .val,
.calculate-details span,
.color,
#accordion-first .accordion-heading .accordion-toggle > em,
.special-offer small,
.normallist i,
.car-list-wrapper-2 li i,
.car-table:hover i,
.car-table:hover p,
.brochures i,
.totalpay,
.custom-sidebar .search-tab a.customa,
.glyphicon-time,
a:hover,
a:focus,
.breadcrumb > li + li::before,
.service-hours sup,
.service-hours i,
.search-wrapper small,
.search-wrapper sup,
.customlist i,
.service-hover i,
.contact-version i,
.navbar-inverse .navbar-nav > li > a.active,
.custom-title,
.related-post small,
.contact-widget li a,
.footer .twitter-widget p a,
.twitter-widget i,
.rating i,
.testimonial small,
.readmore,
.service-box small,
.magnifier .magni-desc i,
.car-wrapper:hover h4 a,
.search-tab .dropdown-menu > li:hover a,
.search-tab-nav.nav-tabs > li.active > a,
.search-tab-nav.nav-tabs > li.active > a:focus,
.search-tab-nav.nav-tabs > li.active > a:hover,
.stat-wrap i,
.copyrights .text-left a,
.copyrights small,
.hephaistos.tparrows.tp-rightarrow .arrow-holder:before,
.hephaistos.tparrows.tp-leftarrow .arrow-holder:before,
.navbar-inverse .navbar-nav > li:hover a:after,
.navbar-inverse .navbar-nav li:hover a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover .navbar-inverse .navbar-nav > .active > a,
.header-contact i {
    color: #008af4 !important;
}

.search-tab .btn-info:hover,
.search-tab .btn-info:focus,
.search-tab .btn-info.active.focus,
.search-tab .btn-info.active:focus,
.search-tab .btn-info.active:hover,
.search-tab .btn-info.focus:active,
.search-tab .btn-info:active:focus,
.search-tab .btn-info:active:hover,
.search-tab .open > .dropdown-toggle.btn-info,
.search-tab .open > .dropdown-toggle.btn-info.focus,
.search-tab .open > .dropdown-toggle.btn-info:focus,
.search-tab .open > .dropdown-toggle.btn-info:hover {
    border-color: #bc2c36 !important;
    color: #ffffff;
}

.transparent-header.header-2 {
    background-color: #22252b !important;
    position: relative !important;
    padding-bottom: 20px !important;
    border: 0 !important;
}
topbar .text-right li i { margin-right: 5px;}

.testi-meta img {
    width: auto !important;
}
body .btn-group.bootstrap-select{display: block !important;}
.topbar .text-right li.bord i{margin-right:6px;}
.col-team .team-image img{width: auto;max-width: 100%;}
.col-team .team-content{margin: 20px 0; text-align: center;}
.col-team .team-content h3{padding-bottom: 0;}
a.read-more{  background-color: #bc2c36;border: none;color: white;padding: 12px;text-align: center;text-decoration: none; display: inline-block;font-size: 13px;margin: 4px 2px;cursor: pointer;}
ul.logos li { display:inline-block;}
@media (max-width: 1098px) {
    .transparent-header.header-2 {
        padding-bottom: 0 !important;
    }
}

.navbar-inverse {
    border: 0 !important;
}

.topbar {
    padding: 12px 0 2px !important;
    background-color: #1e2126 !important;
    border-bottom: 1px solid #fff !important;
}

.topbar li,
.topbar p {
    color: #fff !important;
    font-family: Open Sans !important;
    font-weight: bold;
}

.topbar .text-right li i,
.topbar p a {
    color: #008af4 !important;
}

.topbar li.bord {
    padding-right: 15px;
    margin-right: 5px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-right > li > a.active,
.navbar-inverse .navbar-right > li > a {
    color: #ffffff !important;
    padding: 10px 30px !important;
    margin-top: 11px;
}

.tp-caption.littletext p small,
.littletext p small {
    color: #bc2c36 !important;
    font-size: 100%;
}

.tp-caption.littletext p small.dark,
.littletext p small.dark {
    color: #1f1f1f !important;
    font-size: 100%;
}

#banner.v2 .hephaistos.tparrows {
    top: 42% !important;
}

.small-service {
    position: relative;
}

.small-service-title h3 span {
    background-color: #ffffff;
    color: #111111;
    line-height: 1;
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.small-service-title {
    background-color: #111;
    z-index: 1;
    position: absolute;
    padding: 10px 5px 10px 5px;
    bottom: 0;
    left: 0;
}

.small-service-title h3 {
    font-family: 'Montserrat-SemiBold' !important;
    color: #ffffff;
    font-size: 19px;
    padding: 0 10px;
    margin: 0;
    line-height: 1;
}

.desc h3 i {
    color: #f1f1f1;
    font-size: 37px;
    vertical-align: middle;
    margin-right: 12px;
}

.desc {
    padding: 30px;
    position: relative;
    background: #ffffff;
    border: 1px solid #f0f0f0;
	min-height:229px;
}

.desc:after,
.desc:before {
    top: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.desc:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.desc:before {
    border-color: rgba(17, 17, 17, 0);
    border-top-color: #f0f0f0;
    border-width: 11px;
    margin-left: -11px;
}

.testimonial h4 {
    font-size: 18px;
    font-family: 'Montserrat-SemiBold' !important;
}

.testimonial small {
    margin-top: 7px;
    font-size: 16px;
    display: block;
}

.testimonial {
    background-color: transparent;
}

.testimonial .lead {
    background-color: transparent;
    color: #000;
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
}

.testimonial p:after {
    display: none;
}

.pb120 {
    padding-bottom: 120px;
}

.team-carousel .owl-dots,
.testi-carousel-2 .owl-dots {
    bottom: -15%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f4f4f4 !important;
}
.inner-slide img{ width:100%;}

/*--------colors----------*/

.color1 {
    background-color: #fd6502;
}

.color2 {
    background-color: #f16002;
}

.header {
    border-top-color: #fd6502;
}

.banner-message .badge,
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus,
a.stock:hover,
.loan-cart,
a.stock:focus,
.list-top .list-inline li:hover a,
.list-top .list-inline li:focus a,
.list-top .list-inline li.active a,
.section.bg,
.tags li:hover a,
.owl-theme .owl-dots .owl-dot span,
.car-km,
.car-oil,
.car-date,
.car-price,
#banner .contact_us,
.btn-primary,
.color1_bg,
.hephaistos.tparrows .arrow-holder,
.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus,
.navbar-cart small {
    color: #ffffff !important;
    border-color: #fd6502;
    background-color: #fd6502;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #ffffff !important;
    border-color: #ea5d01;
    background-color: #ea5d01;
}

.cart .shop_cart_table .icon_holder,
.post-share li a:hover,
.post-share li a:focus,
.blogread:hover,
.blogread:focus,
.blog-list .blog-details .alignleft,
.custom-sidebar .tags a:hover,
.custom-sidebar .tags a:focus,
.faqs-wrapper li:hover,
.faqs-wrapper li.active,
.shop-wrapper:hover img,
.shop-button:hover,
.shop-button:focus,
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus,
.calculator-body .btn-default {
    color: #ffffff !important;
    border-color: #fd6502 !important;
    background-color: #fd6502 !important;
}

.about-list .service-hover:hover {
    background: #fd6502 !important;
}

.comparebox .btn-info.active,
.comparebox .btn-info:active,
.comparebox .open > .dropdown-toggle.btn-info,
.comparebox .btn-info:hover,
.comparebox .btn-info:focus {
    border-color: #fd6502 !important;
}

.shop_single_page .product_details .product-review-tab .add_your_review ul li:hover,
.newprice,
.shop_single_page .product_details .product_top_section .item_description .item_price,
.rating i,
.author-details a,
.blog-description li i,
.blog-dark .blog-details li i,
.blog-meta li i,
.team-desc p,
.widget-footer .val,
.calculate-details span,
.color,
#accordion-first .accordion-heading .accordion-toggle > em,
.special-offer small,
.normallist i,
.car-list-wrapper-2 li i,
.car-table:hover i,
.car-table:hover p,
.brochures i,
.totalpay,
.custom-sidebar .search-tab a.customa,
.glyphicon-time,
a:hover,
a:focus,
.breadcrumb > li + li::before,
.service-hours sup,
.service-hours i,
.search-wrapper small,
.search-wrapper sup,
.customlist i,
.service-hover i,
.contact-version i,
.navbar-inverse .navbar-nav > li > a.active,
.custom-title,
.related-post small,
.contact-widget li a,
.footer .twitter-widget p a,
.twitter-widget i,
.rating i,
.testimonial small,
.readmore,
.service-box small,
.magnifier .magni-desc i,
.car-wrapper:hover h4 a,
.search-tab .dropdown-menu > li:hover a,
.search-tab-nav.nav-tabs > li.active > a,
.search-tab-nav.nav-tabs > li.active > a:focus,
.search-tab-nav.nav-tabs > li.active > a:hover,
.stat-wrap i,
.copyrights .text-left a,
.copyrights small,
.hephaistos.tparrows.tp-rightarrow .arrow-holder:before,
.hephaistos.tparrows.tp-leftarrow .arrow-holder:before,
.navbar-inverse .navbar-nav > li:hover a:after,
.navbar-inverse .navbar-nav li:hover a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover .navbar-inverse .navbar-nav > .active > a,
.header-contact i {
    /* color: #fff !important;*/
}

.search-tab .btn-info:hover,
.search-tab .btn-info:focus,
.search-tab .btn-info.active.focus,
.search-tab .btn-info.active:focus,
.search-tab .btn-info.active:hover,
.search-tab .btn-info.focus:active,
.search-tab .btn-info:active:focus,
.search-tab .btn-info:active:hover,
.search-tab .open > .dropdown-toggle.btn-info,
.search-tab .open > .dropdown-toggle.btn-info.focus,
.search-tab .open > .dropdown-toggle.btn-info:focus,
.search-tab .open > .dropdown-toggle.btn-info:hover {
    border-color: #fd6502 !important;
    color: #ffffff;
}

.navbar-inverse .navbar-nav li:hover .dropdown-menu li a {
    color: #222222 !important;
}

.navbar-inverse .navbar-nav li:hover .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav li:hover .dropdown-menu > li > a:focus {
    color: #ffffff !important;
    background-color: #fd6502;
}

/*---------------------*/
.main-carousel img{ width:100%; }
.parallax.section{ background:url(images/paral-bg.jpg) no-repeat center center; background-attachment:fixed; background-size:cover; }
.slider-section .owl-theme .owl-dots{ left:0; right:0; bottom:20px; top:inherit; }
.small-service-title{ min-width:200px; }
.blog-details{ margin-top:10px; }
.small-service-title h3 a{ color:#fff !important; display:block;}
.blog-wrapper { padding: 25px 25px 15px; border: 1px solid #f4f4f4; box-shadow: 0px 4px #ebebeb; }

/*****03-10-2018*******/
.blog-img-link .blog-wrapper .magnifier a{position: absolute;left: 0;right: 0;top: 50%;transform: translateY(-50%);margin: 0 auto;display: inline-block;text-align: center; color:#bc2c36;}
.blog-img-link .blog-wrapper .magnifier a i{border: 2px solid #bc2c36;border-radius: 100%;height: 40px;width: 40px;padding: 5px;display: inline-block;line-height: 29px;}
.footer .contact-widget li a{text-decoration:none !important;}

/*****04-10-2018*******/
.transparent-header .navbar-nav li.current-menu-item a{color: #008af4 !important;}
.page-header{border-bottom:1px solid #008af4;}
.about-us{margin-bottom: 40px;}
.about-us .page-header{padding-bottom:0; margin-bottom:10px;}
.single-post .left-image{display: inline-block;float: left;width: 30%;margin-bottom: 30px;}
.single-service .left-image{display: inline-block;float: left;width: 35%;margin-bottom: 30px;}
.single-post .left-image img, .single-service .left-image img{max-width:100%; }
.single-post .entry-content{display: inline-block; float: left; width: 70%;}
.single-service .entry-content{min-height:150px;}

.owl-theme .owl-dots .owl-dot:focus{outline:none;}
.contact_form {padding: 28px;}
.contact_form .form-group {margin-bottom: 25px;}
.contact_detail ul {margin: 0;padding: 0;}
.contact_detail li{color: #000;font-size: 16px;line-height: 24px;list-style: outside none none;margin: 20px 0; padding: 0 150px 0 0;}
.contact_detail li a{color: #000;}
.gray-bg {background: #efefef none repeat scroll 0 0;min-height:681px; margin-bottom:40px;}
.icon_wrap .fa {background: #ffffff none repeat scroll 0 0;border: 1px solid #e6e5e5;border-radius: 50%;color: #555555;display: inline-block;font-size: 22px;height: 44px;line-height: 44px;margin-right: 15px;text-align: center;vertical-align: middle;width: 44px;}
.contact_info_m, .icon_wrap {display: table-cell;vertical-align: middle;}
.map_wrap {margin: 40px 0 0;}
.map_wrap iframe {height: 420px;width: 100%;}
.contact_form .form-group .btn{background: #008af4;color: #fff;}

.content-padder a.read-more, .content-padder .footer-meta .tags-meta i{color: #fff; margin-right: 4px;}
.page-archive-title{margin-top:0;}
.tag .page-header h1{padding:10px 0 !important; font-size:20px;}
.content-padder{margin-bottom:40px;}
div.wpcf7-validation-errors{border:none; color:red;}
.list-inline li a{color:#fff;}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {color: #fff;}
    .transparent-header .navbar-nav li:hover .sub-menu{display:block;}
    .transparent-header .navbar-nav .sub-menu{background: #fff; padding-left: 0; min-width: 180px; display:none;}
	.transparent-header .navbar-nav .sub-menu li{list-style:none;}
	.transparent-header .navbar-nav .sub-menu li:hover a{background:#bc2c36; color:#fff !important;}
	.transparent-header .navbar-nav .sub-menu li a{clear: both;color: #222 !important;display: block;font-size: 14px;line-height: 35px;padding: 4px 20px;text-transform: capitalize;white-space: nowrap; font-weight: 600;}
	
	.search-wrapper sup, .form-group .control-label span{color:red !important;}
	.bootstrap-select.btn-group .dropdown-menu li a span.text{color:#fff;}
	.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {color: #398f14 !important;}
	.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng{color:#ff0000;}
	
	.services{padding-bottom:20px;}
	.services .service-box-page{overflow:hidden; clear:both; padding: 20px 0; border-bottom:1px dotted #bc2c36;}
.services .service-box-page:last-child{ border:none;}
	
	.copyrights .sub-menu {display: none;}
	.copyrights .list-inline li:first-child{margin-left:0;}
	
	.who-we-are-section{padding-bottom:0;}
	.service-section-front{padding-top:30px;}
	.service-single-box {padding-bottom: 30px;}

/*****05-12-2018*******/	
.faq-block {border-bottom: 1px dotted #999;margin-bottom: 25px;padding: 10px 0 25px;}
.question h4 {color: #bc2c36;font-size: 18px;margin-bottom: 12px; padding: 10px 0 10px; text-align: left;}
.service-box-page a.read-more:hover{color:#fff !important;}

@media(min-width:768px) and (max-width:991px){
	.blog-wrapper{ margin-bottom:20px; }
	.copyrights .text-right{width:100%;}
	.contact .contact_detail li{padding-right:0;}
	.map_wrap iframe body{background-color: inherit;}
	.single-post .left-image, .single-service .left-image{width: auto;margin-right: 15px; }
	.single-post .entry-content{width:50%;}
	.single-service .entry-content{width:44%;}
	
	.small-service-title {min-width: 210px;}
	.small-service-title h3{font-size: 15px; padding: 0 4px;}
	.small-service-title h3 span{margin-right:1px;}
	
}

@media(min-width:767px){
		.transparent-header .nav{float:right;}
		.transparent-header .navbar-nav li:hover .sub-menu{display:block;}
		.transparent-header .navbar-nav .sub-menu{background: #008af4; padding-left: 0; min-width: 180px; display:none; position: absolute;top: 100%;left: 0; z-index: 99;}
		.transparent-header .navbar-nav .sub-menu li{list-style:none;}
		.transparent-header .navbar-nav .sub-menu li:hover a{background: #fff; color: #008af4 !important;}
		.transparent-header .navbar-nav .sub-menu li a{clear: both;color: #fff !important;display: block;font-size: 14px;line-height: 35px;padding: 4px 20px;text-transform: capitalize;white-space: nowrap; font-weight: 600;}
		.copyrights .sub-menu{display:none;}
}

@media(max-width:992px){
	  .blog-img-link .col-md-4:nth-child(2n+1){clear:left;}
	  .tag .page-header h1 {font-size: 18px;}
}

@media(max-width:767px){
	.navbar-brand {  max-width: 80%;}
	.navbar-collapse{margin-top:10px;}
	.section .small-service{margin-bottom:10px;}
	.section .small-service img{margin:0 auto;}
	.section .small-service .small-service-title{min-width: 250px; padding:8px 5px; right: 0; bottom: 5%; max-width: 180px;margin: 0 auto;width:100%;}
	.blog-wrapper{ margin-bottom:20px; }
	
	.single-post .left-image, .single-service .left-image{display: block;float: none;width: auto;margin-bottom: 25px;}
	.single-post .entry-content, .single-service .entry-content{display: block; float: none; width: auto; margin-bottom: 30px;}
	.gray-bg{min-height:inherit; padding: 15px 12px; margin-bottom: 30px;}
	.contact_detail{margin-bottom:30px;}
	.contact .contact_detail li{padding-right:0;}
	.transparent-header .slicknav_menu{background:none;}
	.slicknav_nav li a:hover, .slicknav_nav .slicknav_row:hover{border-radius:0; background:#bc2c36; color:#fff !important;}
	.slicknav_nav li a.slicknav_row span.slicknav_arrow:hover{color:#fff !important;}
	.slicknav_nav .slicknav_row:hover a{background:none;}
	.slicknav_nav{padding-top:10px; padding-bottom: 10px;}
	
	/*****08-10-2018*******/	
 			.mobile-menu ul.slicknav_nav{position: absolute;background: #22252B;top: 100%;right: 0;min-width: 100%; z-index:9}
			
	/*****06-12-2018*******/	
		.topbar{margin-bottom:0;}
		.topbar .list-inline{text-align:left;}
}

@media(max-width:480px){
	.section-title h4{ font-size:28px; }
	.callout h2{ font-size:20px; line-height:35px !important;}
	.parallax{ padding:50px 0; }
	.section-title{ margin-bottom:20px; }
	.section{ padding:35px 0;}
	.pb120{ padding-bottom:90px; }
	
	/*****04-10-2018*******/
	.contact .contact_detail li{margin:15px 0; font-size: 14px; line-height: 20px;}
}
.banner-part .bg-img img{max-width: 100%; height: auto; display: block;}
.banner-part .bg-img{position: relative;}
.banner-part .bg-img .caption{position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
text-align: center;}

.banner-part .bg-img .caption {
position: absolute;
left: 20px;
right: 20px;
top: 50%;
transform: translateY(-50%);
text-align: center;
font-size: 50px;
color: #fff;
text-transform: capitalize;
font-weight: bold;
text-shadow: -3px 1px 2px rgba(0,0,0,0.5);
line-height: 50px; 

}
.banner-part .bg-img .caption p{display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center; margin: 0;}

.banner-part .bg-img .caption p a{color: red;}
.b-logos{padding: 30px 0 60px;}
.b-logos ul{display: flex; justify-content: center; align-items: center; margin: 0; padding: 0; list-style: none;}
.b-logos ul li{width: 22%; margin: 0 10px; display: flex; align-items: center;}
.b-logos ul li img{margin: 0 auto; display: block; max-width: 100%;}
.f-logos{padding: 30px 0 60px;}

@media(min-width: 768px) and (max-width: 1024px){
.banner-part .bg-img .caption{font-size: 38px; line-height: 38px;}
}

@media(max-width: 767px){
.banner-part{background-image: url(http://95.215.225.4/~trinitytyres/wp-content/uploads/2020/07/click-hereblue.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center;
padding: 50px 0;} 
.banner-part .bg-img img{display: none;}
.banner-part .bg-img .caption{font-size: 32px; line-height: 32px; position: inherit; top: inherit; transform: inherit; left: inherit; right: inherit;}
.banner-part .bg-img .caption p{display: block;} 
.banner-part .bg-img .caption p a{display: block; margin-top: 20px;}

.b-logos ul{flex-wrap: wrap;}
.b-logos ul li{width: 48%; margin: 0 5px 5px 0;}
}