/*=====================================
SLIDESHOW CSS
=====================================*/
.slideshow{
    height: auto;
    margin-top: 85px;
}

.slideshow .carousel-inner .carousel-item{
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
}

.slideshow .carousel-inner .carousel-item .background-overlay{
    height: 550px;
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
}

.slideshow .carousel-inner .carousel-item .slideshow-caption{
    width: 600px;
    margin: 185px 0 0 150px;
    position: absolute;
    padding: 15px;
}

.slideshow .carousel-inner .carousel-item .slideshow-caption h3{
    font-family: 'Roboto',serif;
    color: #fff;
    margin-left: 25px;
    font-weight: 500;
    font-size: 35px;
}

.slideshow .carousel-inner .carousel-item .slideshow-caption p{
    color: #fff;
    font-family: 'Roboto',serif;
    font-size: 17px;
    margin-left: 50px;
    margin-top: 25px;
    line-height: 1.8;
    text-align: justify;
}

.slideshow .carousel-indicators button{
    background: #991f00;
    border: 0 none;
    margin: 0 0 25px 5px;
    border-radius: 50%;
    padding: 5px;
}

.slideshow .carousel-indicators .active{
    background: #cc2900;
}

.slideshow .carousel-control-prev,
.slideshow .carousel-control-next{
    opacity: 15;
    background: none;
    border: none;
    color: #fff;
    display: block;
    font-size: 25px;
}

.slideshow .carousel-control-prev i.fa-angle-left,
.slideshow .carousel-control-next i.fa-angle-right{
    background: #991f00;
    padding: 15px 20px;
    border-radius: 100%;
    z-index: 1;
}

.slideshow .carousel-control-prev i.fa-angle-left:hover,
.slideshow .carousel-control-next i.fa-angle-right:hover{
    background: #cc2900;
}

/*===========================================
ABOUT US CSS
===========================================*/
.about-us{
    margin-top: 20px;
    position: relative;
    height: 400px;
}

.about-us .about-us-inner{
    width: 85%;
    margin: 0 auto;
}

.about-us .about-us-inner .about-us-text img{
    position: absolute;
    top: 85px;
    left: 0;
    width: 400px;
    height: auto;
}

.about-us .about-us-inner .about-us-text h4{
    color: #000;
    font-weight: 500;
    margin: 85px 0 0 50px;
    font-family: 'Roboto',serif;
}

.about-us .about-us-inner .about-us-text p{
    font-weight: 400;
    font-size: 15px;
    margin: 50px 0 0 285px;
    text-align: justify;
    color: #8c8c8c;
    font-family: 'Roboto',serif;
    line-height: 1.6;
}

.about-us .about-us-inner .about-us-text a{
    float: right;
    background: #991f00;
    color: #fff;
    margin-top: 15px;
}

.about-us .about-us-inner .about-us-text a i{
    color: #991f00;
    background: #fff;
    padding: 5px 8px;
}

.about-us .about-us-inner .about-us-text a:hover{
    background: transparent;
    color: #991f00;
    border: 1px solid #991f00;
}

.about-us .about-us-inner .about-us-text a:hover i{
    color: #fff;
    background: #991f00;
}

/*=============================================
BENEFIT CSS
=============================================*/
.benefit{
    margin-top: 85px;
    position: relative;
}

.benefit .benefit-inner{
    width: 85%;
    margin: 0 auto;
}

.benefit .benefit-inner .benefit-image-col h4{
    color: #000;
    font-weight: 500;
    margin: 25px 0 0 150px;
    font-family: 'Roboto',serif;
}

.benefit .benefit-inner .benefit-image-col p{
    font-weight: 400;
    font-size: 15px;
    margin: 25px 0 50px 150px;
    text-align: justify;
    color: #8c8c8c;
    font-family: 'Roboto',serif;
}

.benefit .benefit-inner .benefit-image-col .benefit-col{
    width: 85%;
    margin: 0 auto;
    margin-left: 150px;

}

.benefit .benefit-inner .benefit-image-col .benefit-small-col{
    width: 185px;
    padding: 15px;
    margin: 0 auto;
    height: 270px;
}

.benefit .benefit-inner .benefit-image-col .benefit-small-col i{
    font-size: 20px;
    color: #991f00;
}

.benefit .benefit-inner .benefit-image-col .benefit-small-col h5{
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin-top: 15px;
    font-family: 'Roboto',serif;
}

.benefit .benefit-inner .benefit-image-col .benefit-small-col p{
    color: #8c8c8c;
    font-size: 14px;
    text-align: justify;
    font-family: 'Roboto',serif;
    margin-left: 0;
    margin-bottom: 0;
}

.benefit .benefit-image-col .active{
    background: linear-gradient(to bottom right, #ff3300 0%, #991f00 100%);
}

.benefit .benefit-inner .benefit-image-col .active i{
    font-size: 20px;
    color: #991f00;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
}

.benefit .benefit-inner .benefit-image-col .active h5{
    color: #fff;
}

.benefit .benefit-inner .benefit-image-col .active p{
    color: #fff;
}

.benefit .benefit-inner .benefit-col .benefit-small-col-2{
    margin-top: 15px;
}

.benefit .benefit-inner .benefit-col .benefit-small-col-4{
    margin-top: 15px;
}

.benefit .benefit-inner .benefit-image-col img{
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
}

/*=======================================
ITEM GALLERY CSS
=======================================*/
.item-gallery .item-gallery-inner{
    width: 85%;
    margin: 0 auto;
}

.item-gallery .item-gallery-inner .item-gallery-title h4{
    color: #000;
    font-weight: 500;
    margin: 25px 0 0 0px;
    font-family: 'Roboto',serif;
}

.item-gallery .item-gallery-inner .item-slide-container .item-container{
    width: 250px;
    height: 350px;
    margin: 5px;
    float: left;
}

.item-gallery .item-gallery-inner .item-slide-container .item-container .item-text{
    padding: 5px;
}

.item-gallery .item-gallery-inner .item-slide-container .item-container .item-text .item-name{
    color: #000;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto',serif;
}

.item-gallery .item-gallery-inner .item-slide-container .item-container .item-text p{
    font-size: 14px;
    color: #8c8c8c;
    text-align: justify;
    display: -webkit-box;
    max-width: 500px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Roboto',serif;
}

.item-gallery .item-gallery-inner .item-slide-container .item-container .item-image .brand-logo{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    top: 5px;
    left: 5px;
    padding: 5px;
}

.item-gallery .item-gallery-inner .item-slide-container .item-container .item-text .item-price{
    color: #8c8c8c;
    font-weight: 500;
}

/*=====================================
REVIEW SECTION CSS
======================================*/
.review-section{
    background-image: url('../image/b1.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 500px;
    position: relative;
}

.review-section .review-section-inner{
    background-color: rgba(153, 31, 0, 0.8);
    height: 500px;
}

.review-section .review-section-inner .review-slider{
    width: 85%;
    margin: 0 auto;
}

.review-section .review-section-inner .review-slider .review-slider-carousel .review-slider-item img{
    width: 50px;
    height: 50px;
}

.review-section .review-section-inner .review-slider .review-slider-header h3{
    color: #fff;
    margin-top: 45px;
}

.review-section .review-section-inner .review-slider .review-slider-carousel{
    width: 65%;
    margin-right: auto;
    margin-top: 85px;
}

.review-section .review-section-inner .review-slider .review-slider-carousel .review-slider-item h5{
    margin-top: 15px;
    color: #fff;
    font-family: 'Roboto',serif;
    font-size: 18px;
}

.review-section .review-section-inner .review-slider .review-slider-carousel .review-slider-item .star-set i.fa-star{
    color: #ffee07;
    margin-left: 2px;
}

.review-section .review-section-inner .review-slider .review-slider-carousel .review-slider-item p{
    color: #fff;
    margin-top: 25px;
    font-family: 'Roboto',serif;
    text-align: justify;
    font-size: 14px;
}

.review-section .review-section-inner .review-slider .review-slider-carousel .img{
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}

/*===============================
V GALLERY CSS
================================*/
.v-gallery{
    margin-top: 45px;
}

.v-gallery .v-gallery-inner{
    width: 85%;
    margin: 0 auto;
}

.v-gallery .v-gallery-inner .slider-item{
    float: left;
    width: 550px;
    height: auto;
    margin: 5px;
}

.v-gallery .v-gallery-inner .slider-item .column-image,
.v-gallery .v-gallery-inner .slider-item .column-text{
    float: left;
}

.v-gallery .v-gallery-inner .slider-item .column-image{
    width: 250px;
    height: auto;
}

.v-gallery .v-gallery-inner .slider-item .column-image .brand-logo{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    top: 5px;
    left: 5px;
    padding: 5px;
}

.v-gallery .v-gallery-inner .slider-item .column-text{
    width: 300px;
    height: auto;
}

.v-gallery .v-gallery-inner .slider-item .column-text .modal-tag{
    color: #000;
    font-family: 'Roboto',serif;
}

.v-gallery .v-gallery-inner .slider-item .column-text .mileage-tag{
    color: #8c8c8c;
    font-size: 14px;
    font-family: 'Roboto',serif;
}

.v-gallery .v-gallery-inner .slider-item .column-text .price-tag{
    color: #991f00;
}

.v-gallery .v-gallery-inner .slider-item .column-text small{
    color: #8c8c8c;
    font-size: 12px;
}