[dir="rtl"] .page_title .page_tittle {
    text-align: right !important;
}

[dir="rtl"] .bread_crumb {
    display: flex;
    align-items: center;
}

[dir="rtl"] .bread_crumb i {
    transform: scaleX(-1);
    padding-right: 0.5rem;
}

[dir="rtl"] .offset-lg-2 {
    margin: auto;
}
[dir="rtl"] caption, 
[dir="rtl"] th, 
[dir="rtl"] td {
    text-align: right;
}

#gasoline-section {
    background-position: right center !important;
    background-size: 50% 100%;
}

[dir="rtl"] #gasoline-section {
    background-position: left center !important;
}

.list-with-icon-column .media {
    align-items: center;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

[dir="rtl"] .list-with-icon-column .media {
    text-align: right;
}

.list-with-icon-column .media .company-icon {
    width: 28px;
    height: 28px;
    line-height: 35px;
    margin-right: 10px;
}

[dir="rtl"] .list-with-icon-column .media .company-icon {
    margin-right: 0px;
    margin-left: 15px;
}

.list-with-icon-column .media .company-icon i:before {
    font-size: 20px;
    line-height: 25px;
}

.list-with-icon-column .media .media-body p {
    font-size: 14px;
}

#motorcycle-section::before {
    content: "";
    background: rgb(34 91 201 / 55%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}

.motorcycle-section .list-with-icon-column .media .company-icon {
    background-color: #ffffff;
}

.motorcycle-section .list-with-icon-column .media p {
    color: #ffffff;
}

.products-section .vc-hoverbox .vc-hoverbox-inner {
    aspect-ratio: 1 / 1;
}

.products-section .vc-hoverbox .vc-hoverbox-inner .vc-hoverbox-block {
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.products-section
    .vc-hoverbox
    .vc-hoverbox-inner
    .vc-hoverbox-block.vc-hoverbox-front {
    background-color: #ffffff;
    box-shadow: 0px 2px 22px 0px rgb(77 77 77 / 11%);
}
.products-section .vc-hoverbox .vc-hoverbox-inner .vc-hoverbox-back a {
    padding-bottom: 11px;
}
.custom-sub-title .section-title-two {
    margin-bottom: 15px;
    margin-top: 30px;
}

.custom-sub-title .section-title-two .sub-title {
    color: #061538 !important;
}

.custom-sub-title .section-title-two .stock {
    display: none;
}

.table.acpa-table th,
.table.acpa-table td {
    border-left: 0;
    border-right: 0;
    border-color: #adac8a;
    padding: 0.5rem;
}

.table.acpa-table thead th {
    border-top: 0;
    background: #adac8a75;
}

.table.acpa-table th {
    color: #061538;
}

@media (max-width: 767px) {
    #gasoline-section {
        background-image: none !important;
    }
    #gasoline-section .wpb_single_image img {
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
    .responsive-title-center .section-title-two {
        text-align: center !important;
    }
}


/* -----------------------------------------------
    Fixed side menu
----------------------------------------------- */
.fixed-side-links-wrapper{
    position: fixed;
    z-index: 999;
    width: auto !important;
    left: -180px;
    transition: all .3s ease;
}
.fixed-side-links-wrapper.open-side-nav{
    left: 0;
}
.acpa-nav-icon{
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #0767dc;
    position: absolute;
    left: 180px;
    transition: all .3s ease;
    cursor: pointer;
}

.acpa-nav-icon:hover {
    background-color: #0456ba;
    color: #fff;
}

.acpa-side-links-list{
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    width: 180px;
    background-color: #ffffff;
}

.acpa-side-links-list ul{
    list-style: none;
    margin: 0;
    padding: 12px 0px;
}

.acpa-side-links-list ul a {
    display: block;
    padding: 10px 10px;
    color: #0767dc;
    border-bottom: 1px solid #e8e8e8;
}
.acpa-side-links-list ul a:hover{
    color: #707070;
}
.acpa-side-links-list ul li:last-child a{
    border-bottom: 0px;
} 
.acpa-side-links-list ul a img {
    width: 17px;
    margin-right: 8px;
}

@media(max-width: 992px){
    .fixed-side-links-wrapper{
        top: 145px;
    }
}

html[dir="rtl"] .fixed-side-links-wrapper{
    left: auto;
    right: -180px;
}

html[dir="rtl"] .fixed-side-links-wrapper.open-side-nav{
    left: auto;
    right: 0;
}

html[dir="rtl"] .acpa-nav-icon{
    right: 180px;
    left: auto;
}

html[dir="rtl"] .acpa-side-links-list ul a{
    text-align: right;
    font-size: 14px;
}

html[dir="rtl"] .acpa-side-links-list ul a img {
    margin-right: auto;
    margin-left: 8px;
}


/* -----------------------------------------------
    End Fixed side menu
----------------------------------------------- */


/* -----------------------------------------------
    Intro video
----------------------------------------------- */

.intro-video-wrapper{
     background-color: #000; 
    width: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
}

@media(max-width: 992px){
    .intro-video-wrapper {
       display: none !important;
    }
}

/* -----------------------------------------------
    End Intro video
----------------------------------------------- */



.home .slider-content h3{
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    position: relative;
    padding-left: 0px;
    display: inline-block;
    padding-right: 0px;
    z-index: 9;
}

.slider-content h3:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: #0767dc;
    -webkit-box-shadow: 0 0 black;
    box-shadow: 0 0 black;
    z-index: -1;
}

