/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0 !important;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    /*height: 100%;*/
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    /*display: block;*/
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    border-radius: 0px;
}
.slider-nav .slick-slide,
.slider-nav .slick-slide.slick-active{opacity:0.5;}
.slider-nav .slick-slide:hover,
.slider-nav .slick-slide.slick-active.slick-center{opacity:1;-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



.vl {
    margin-left: -20px;
    margin-right: -20px;
}

    

.vl2 {
    margin-left: -40px;
    margin-right: -40px;
}

    

.slick-slide {
    margin: 0px 15px;
}

@media only screen and (max-width:1024px) {
    .vl .slick-center .car-item {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        color: #000;
        opacity: 1;
        transform: scale(1);
    }

    .vl .car-item {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        opacity: 0.5;
        transform: scale(0.95);
        transition: all 300ms ease;
    }

    .vl2 .slick-center .car-item {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        color: #000;
        opacity: 1;
        transform: scale(1);
    }

    .vl2 .car-item {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        opacity: 0.8;
        transform: scale(0.95);
        transition: all 300ms ease;
    }
}
    @media only screen and (max-width:990px) {

        .slick-slide {
            margin: 0px 15px;
        }

            .slick-slide img {
                width: 100%;
            }

        .slick-prev:before,
        .slick-next:before {
            color: black;
        }


        .slick-slide {
            transition: all ease-in-out .3s;
        }

        .slick-active {
        }

        .slick-current {
            opacity: 1;
        }


        .services .slick-center .text-center {
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            -webkit-transform: scale(1.1);
            color: #000;
            opacity: 1;
            transform: scale(1.1);
        }

        .services .text-center {
            -moz-transform: scale(0.95);
            -ms-transform: scale(0.95);
            -o-transform: scale(0.95);
            -webkit-transform: scale(0.95);
            opacity: 0.4;
            transform: scale(0.95);
            transition: all 300ms ease;
        }

        .vl .slick-center .car-item {
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            -webkit-transform: scale(1);
            color: #000;
            opacity: 1;
            transform: scale(1);
        }

        .vl .car-item {
            -moz-transform: scale(0.95);
            -ms-transform: scale(0.95);
            -o-transform: scale(0.95);
            -webkit-transform: scale(0.95);
            opacity: 0.5;
            transform: scale(0.95);
            transition: all 300ms ease;
        }

        .vl2 .slick-center .car-item {
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            -webkit-transform: scale(1);
            color: #000;
            opacity: 1;
            transform: scale(1);
        }

        .vl2 .car-item {
            -moz-transform: scale(0.95);
            -ms-transform: scale(0.95);
            -o-transform: scale(0.95);
            -webkit-transform: scale(0.95);
            opacity: 0.8;
            transform: scale(0.95);
            transition: all 300ms ease;
        }
    }
    