﻿/*#region Fonts */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Archivo+Black&family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Syne:wght@400..800&display=swap');
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?ml35rd');
    src: url('fonts/icomoon.eot?ml35rd#iefix') format('embedded-opentype'), url('../font/AlphaMotor-fonts/icomoon.ttf?ml35rd') format('truetype'), url('../font/AlphaMotor-fonts/icomoon.woff?ml35rd') format('woff'), url('../font/AlphaMotor-fonts/icomoon.svg?ml35rd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body .bg-light {
    background-color: #f2f5f7 !important;
}
.icon-payment-icon:before {
    content: "\e900";
}

.icon-bestDealer-icon:before {
    content: "\e901";
}

.icon-call-icon:before {
    content: "\e902";
}

.icon-carSearch:before {
    content: "\e903";
}

.icon-dealerrater:before {
    content: "\e904";
}

.icon-freeShipping-icon:before {
    content: "\e905";
}
.icon-color {
    color: #97a4ac;
    text-shadow: 2px 2px 2px #fff;
}
.icon-color2 {
    color: #a6800f;
    text-shadow: 2px 2px 2px #f7dd90;
}
/*#endregion */
/*#region General | Header | Body */
body {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    color: #000;
}
a {
    text-decoration: none;
    color:#000;
}
a:hover {
    color: #c3020a;
}
.container-1460 {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0px 15px;
}
.container-900 {
    max-width: 900px;
    margin: 0 auto;
    padding: 0px 15px;
    position: relative;
}
/*Slider-Home=css*/

.slider-wrapper {
    position: relative;
}
/* Slider container */


#customFullSlider {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

/* Slides */
.custom-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transform: scale(1);
    transition: transform 10s ease-in-out;
    opacity: 1;
}

    /* Slide being revealed */
    .custom-slide.top {
        z-index: 2;
        clip-path: inset(0 100% 0 0);
        animation: revealLTR 1s forwards;
    }

@keyframes revealLTR {
    0% {
        clip-path: inset(0 100% 0 0);
    }

    100% {
        clip-path: inset(0 0 0 0);
    }
}

/* Arrows */
.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 10px 16px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
    user-select: none;
}

#customArrowLeft {
    left: 20px;
}

#customArrowRight {
    right: 20px;
}

/* Overlay for caption + search */
#customSliderOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5; /* above slides & arrows */
    text-align: center;
    color: #fff;
    pointer-events: auto; /* allow clicks */
    width: 60%;
}

    #customSliderOverlay h2 {
        font-size: 2em;
        margin-bottom: 10px;
    }

    #customSliderOverlay p {
        font-size: 1.2em;
        margin-bottom: 15px;
    }
@media(max-width:1280px) {
    #customSliderOverlay h2 {
        font-size: 1.5em;
        margin-bottom: 10px;
    }
}
@media(max-width:896px) {
    #customSliderOverlay {
        width:100%;
    }
}

    @media(max-width:768px) {
        #customFullSlider {
            height: 300px;
        }
        #customSliderOverlay {
            width: 90%;
          /*  top: 34%;*/
        }
        
    }
@media(max-width:640px) {
    #customSliderOverlay h2 {
        font-size: 1.2em;
        
    }
}
@media(max-width:480px) {
    #customSliderOverlay h2 {
        font-size: 1.0em;
    }
    /*#customSliderOverlay {
         top: 37%;
    }*/
}
@media(max-width:428px) {
    #customSliderOverlay h2 {
        font-size: 1.2em;
    }
    #customSliderOverlay p {
        display:none;
    }
   /* #customSliderOverlay {
        top: 43%;
    }*/
}
@media(max-width:428px) {
  
    #customSliderOverlay {
       /* top: 39%;*/
    }
}
    /* slider-ends */






    .container-1700 {
        max-width: 1700px;
        margin: 0 auto;
        padding: 0px 15px;
    }

    .bg-light {
        background-color: #f0f0f0 !important;
    }

    .btn-shopCar {
        background-color: #c40009 !important;
        color: #fff;
    }

        .btn-shopCar:hover {
            background-color: #c3020a !important;
            color: #fff !important;
        }

    .btn {
        font-weight: 500;
        transition: .5s;
    }

        .btn.btn-primary {
            color: #FFFFFF;
        }

    .how-work {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f5f7+0,f2f5f7+50,ffffff+50,ffffff+100 */
        background: linear-gradient(to bottom, hsla(204,24%,96%,1) 0%,hsla(204,24%,96%,1) 50%,hsla(0,0%,100%,1) 50%,hsla(0,0%,100%,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .vid-mid {
        width: 40% !important;
        background-color: #fff;
        padding: 20px;
        box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    }

    .cont-mid {
        width: 60% !important;
        background-color: #fff;
        border-bottom: 1px solid #fff;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    }

@media(max-width:1280px) {
    .btn-shopCar {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

}
    @media(max-width:768px) {

        .cont-mid {
            width: 90% !important;
        }
    }

    .howItWork-bg {
        background-color: #f2f5f7;
    }

    .next-car {
        border-top: 1px solid #d3d3d3 !important;
    }

        .next-car i {
            background-color: #fff;
            height: 50px;
            width: 50px;
            display: block;
            border-radius: 50%;
            text-align: center;
            line-height: 50px;
            font-size: 21px;
        }

    .btn-sm-square {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        font-weight: normal;
    }

    .navbar .dropdown-toggle::after {
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 30px;
        padding: 25px 0;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        outline: none;
    }

        .navbar-light .navbar-nav .nav-link:hover,
        .navbar-light .navbar-nav .nav-link.active {
            color: #888 !important;
        }
@media (max-width: 1170px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 12px;
    }
    }

    @media (max-width: 991.98px) {
        .navbar-light .navbar-nav .nav-link {
            margin-right: 0;
            padding: 10px 0;
        }

        .navbar-light .navbar-nav {
            border-top: 1px solid #EEEEEE;
        }
    }

    .navbar-light .navbar-brand,
    .navbar-light a.btn {
        height: 75px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: black;
        font-weight: 500;
    }

    .navbar-light.sticky-top {
        top: -100px;
        transition: .5s;
    }

    @media (min-width: 992px) {
        .navbar .nav-item .dropdown-menu {
            display: block;
            border: none;
            margin-top: 0;
            top: 150%;
            opacity: 0;
            visibility: hidden;
            transition: .5s;
            border-radius: 0px;
        }

        .navbar .nav-item:hover .dropdown-menu {
            top: 100%;
            visibility: visible;
            transition: .5s;
            opacity: 1;
        }

        .navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
            color: #fff !important;
            background-color: #e9ecef;
            background-color: #000;
        }
    }

    .header-nav {
        width: 100%;
        background-color: #eee;
        position: relative;
        z-index: 10;
    }

        .header-nav .header__row {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px 16px;
        }

            .header-nav .header__row img {
                max-height: 80px;
                transition: all 0.3s ease-in-out;
            }

    .sticky {
        position: fixed;
        top: -60px;
        left: 0;
        animation: goDown 0.5s ease-in-out forwards;
    }

        .sticky .header__row img {
            max-height: 40px;
        }

    @keyframes goDown {
        0% {
            top: -60px;
        }

        100% {
            transform: translateY(60px);
        }
    }

    @media (max-width: 444px) {
        .navbar-light .navbar-brand,
        .navbar-light a.btn {
            width: 60%;
        }
    }




    .top-search-form {
        background-color: #fff;
        padding: 40px;
        z-index: 3;
        position: absolute;
        width: 30%;
        margin-top: 8%;
        margin-left: 8%;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
        /*background-color: rgba(255, 255, 255,0.8);*/
    }

        .top-search-form::before, .top-search-form::after {
            position: absolute;
            width: 130px;
            height: 130px;
            content: "";
        }

        .top-search-form::before {
            left: -12px;
            top: -12px;
            border-left: 13px solid #f7b62a;
            border-top: 13px solid #f7b62a;
        }

        .top-search-form::after {
            right: -12px;
            bottom: -12px;
            border-right: 13px solid #f7b62a;
            border-bottom: 13px solid #f7b62a;
        }

    #carouselHappyCLients::before, #carouselHappyCLients::after {
        position: absolute;
        width: 130px;
        height: 130px;
        content: "";
    }

    #carouselHappyCLients::before {
        left: -12px;
        top: -12px;
        border-left: 13px solid #f7b62a;
        border-top: 13px solid #f7b62a;
    }

    #carouselHappyCLients::after {
        right: -12px;
        bottom: -12px;
        border-right: 13px solid #f7b62a;
        border-bottom: 13px solid #f7b62a;
    }

    .bg-footer {
        background-color: #000000;
    }

        .bg-footer a {
            color: #fff;
        }

    .loc-canvas .address-footer-color {
        color: #000;
    }

    .bg-comp {
        width: 100%;
        background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)), url(/Content/images/ActionAuto-v5/paralex-image.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        color: #fff;
        padding: 100px 0px;
    }

    .schdule-sec-bg {
        width: 100%;
        background-image: url(/Content/images/mzAutova/schedule-bg.jpg);
        background-repeat: no-repeat;
        border-radius: 15px;
        padding: 20px 15px;
        background-position: center center;
    }

    .schd-box {
        display: flex;
        gap: 16px;
        align-items: flex-start;
        padding: 16px;
    }

    .schd-icon {
        font-size: 32px;
        color: #0d6efd;
        line-height: 1;
    }

    .schd-content h3 {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0 0 6px;
        font-size: 22px;
        font-weight: 600;
        color: #fff;
    }

        .schd-content h3 i {
            font-size: 16px;
            color: #fff;
        }

    .schd-content p {
        margin: 0;
        font-size: 14px;
        color: #fff;
        line-height: 1.6;
        max-width: 600px;
    }

    .snip1527 {
        color: #ffffff;
        float: left;
        font-size: 16px;
        overflow: hidden;
        position: relative;
        text-align: left;
        width: 100%;
    }

        .snip1527 * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

        .snip1527 img {
            max-width: 100%;
            vertical-align: top;
            position: relative;
        }

        .snip1527 figcaption {
            padding: 25px 20px 25px;
            position: absolute;
            bottom: 0;
            z-index: 1;
        }

            .snip1527 figcaption:before {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background: #000;
                content: '';
                /* background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
            background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
            background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);*/
                opacity: 0.8;
                z-index: -1;
            }

        .snip1527 .date {
            background-color: #fff;
            border-radius: 50%;
            color: #700877;
            font-size: 18px;
            font-weight: 700;
            min-height: 48px;
            min-width: 48px;
            padding: 10px 0;
            position: absolute;
            right: 15px;
            text-align: center;
            text-transform: uppercase;
            top: -25px;
        }

            .snip1527 .date span {
                display: block;
                line-height: 14px;
            }

            .snip1527 .date .month {
                font-size: 11px;
            }

        .snip1527 h3,
        .snip1527 p {
            margin: 0;
            padding: 0;
        }

        .snip1527 h3 {
            display: inline-block;
            font-weight: 700;
            letter-spacing: -0.4px;
            margin-bottom: 5px;
        }

        .snip1527 p {
            font-size: 0.8em;
            line-height: 1.6em;
            margin-bottom: 0px;
        }

        .snip1527 a {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            position: absolute;
            z-index: 1;
        }

        .snip1527:hover img,
        .snip1527.hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    @media (max-width: 1080px) {
        .snip1527 h3 {
            font-size: 16px;
        }
    }

    @media (max-width: 1024px) {
        .snip1527 p {
            display: none;
        }

        .snip1527 figcaption {
            width: 100%;
        }
    }

    .cust-color {
        color: #000;
    }



    .hover-underline-animation {
        display: inline-block;
        position: relative;
        color: #fff;
    }

        .hover-underline-animation:hover {
            color: #fff;
        }

        .hover-underline-animation::after {
            content: '';
            position: absolute;
            width: 100%;
            transform: scaleX(0);
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: #fff;
            transform-origin: bottom right;
            transition: transform 0.25s ease-out;
        }

        .hover-underline-animation:hover::after {
            transform: scaleX(1);
            transform-origin: bottom left;
        }

    .wind-heading3 h2 {
        text-align: center;
        text-transform: uppercase;
        margin-top: 15px;
        font-weight: 800;
    }

    .subtitle {
        /*margin: 0 0 2em 0;*/
        font-weight: 400;
        color: #ccc;
        margin-top: 5px;
    }

    .fancy1 {
        line-height: 0.5;
        text-align: center;
    }

        .fancy1 span {
            display: inline-block;
            position: relative;
            color: #a1a1a1;
            line-height: 16px;
        }

            .fancy1 span:before,
            .fancy1 span:after {
                content: "";
                position: absolute;
                height: 5px;
                border-bottom: 1px solid #888887;
                border-top: 1px solid #888887;
                top: 3px;
                width: 30%;
            }

            .fancy1 span:before {
                right: 100%;
                margin-right: 15px;
            }

            .fancy1 span:after {
                left: 100%;
                margin-left: 15px;
            }

    .services-card img,
    .services-card img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .services-card:hover img,
    .services-card.hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .services-card.bg-light1 {
        background-color: #f9f9f9 !important;
    }

    .fast-bg {
        background-color: #6793d0 !important;
    }

    .steps-sec {
        border-top: 2px dotted #888887 !important;
        position: relative;
    }

        .steps-sec span {
            font-size: 60px;
            background-color: #fff;
            height: 100px;
            width: 100px;
            display: block;
            line-height: 100px;
            border-radius: 50%;
            color: #959595;
            text-shadow: 2px 2px 2px #d0d0d0;
        }



    .parallax {
        text-align: center;
        height: auto;
        width: 100%;
        background-image: url(/Content/images/mzAutova/happy-cleints.jpg);
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
        color: #fff;
        padding: 120px 0px;
        text-align: left;
    }

        .parallax h2 {
            font-size: 70px;
        }

    .loc-sec {
        width: 100%;
        margin-top: -28%;
    }

    .btn-loc h6 {
        color: #888887;
        font-weight: 600;
    }

    .btn-loc {
        padding: 10px 10px 0px;
        transition: .35s;
    }

    .btn-loc, .tp-fne {
        background-color: transparent;
        color: #000;
        /*border-radius: 7px;*/
    }

        .btn-loc:hover {
            background-color: #212529;
            color: #fff;
        }

            .btn-loc:hover .tp-fne {
                color: #fff;
            }

    .blog-sec .blog-border {
        border-right: 10px solid #a1a1a1 !important;
    }

    @media (max-width: 550px) {
        .btn-loc h6, .btn-loc h5 {
            font-size: 14px;
        }
    }

    @media (max-width: 500px) {
        .loc-hme, .loc-hme {
            display: none;
        }
    }
    /*------------welcome-sec---------------*/

    .main-title h2 {
        font-size: 22px;
        font-weight: 400 !important;
        color: #262b37;
    }

    .welcome-sec h3 {
        font-size: 20px;
    }

    .main-title span {
        font-weight: 600;
    }

    .main-title h3 {
        overflow: hidden;
        color: gray;
        text-align: left;
        line-height: 1.6em;
        color: #888;
        font-size: 14px;
    }

        .main-title h3::before {
            display: block;
            float: left;
            margin-top: .8em;
            border-top: 2px solid #888;
            width: 12%;
            content: "";
            margin-right: 5px;
        }

    .where-dv span {
        font-size: 80px;
        font-weight: 600;
        margin: 0px;
        line-height: 80px;
        letter-spacing: 2px;
    }

    .btm-title {
        color: #000;
        font-weight: 600;
    }

    .ind-footer .address-footer-color {
        color: #000 !important;
    }

    .ind-footer a {
        text-decoration: none;
        color: #333;
    }

        .ind-footer a:hover {
            color: #6793d0;
        }

    .ind-footer hr {
        background-color: #c1c0c0 !important;
    }

    .map-height {
        height: 400px;
    }

    .footer-sec {
        background-color: #f2f5f7 !important;
    }

    .ftr-sol-links .btn-dark {
        height: 55px;
        width: 55px;
        line-height: 41px;
        font-size: 25px;
        text-align: center;
        border: none;
        color: #fff;
    }

        .ftr-sol-links .btn-dark:hover {
            background-color: #585a5b;
            color: #fff !important;
        }

    .footer-sec a {
        color: #000;
        text-decoration: none;
    }

        .footer-sec a:hover {
            color: #6793d0 !important;
        }


    /*------------CarBody-Slider---------------*/
    .banner-slide {
        width: 375px !important;
        padding: 6px 0px;
        background-blend-mode: multiply;
        border: 0px !important;
        transition: .35s !important;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8bb2d+0,f8bb2d+50,f7a900+100 */
        background: linear-gradient(135deg, hsl(357.4, 100%, 63.5%) 0%,hsl(357.5, 98%, 38.6%) 50%,hsl(357.5, 98%, 38.6%) 100%) !important;
    }

        .banner-slide:hover {
            background-color: #000 !important;
            /*background: transparent !important;*/
        }

            .banner-slide:hover h5, .banner-slide:hover p {
                color: #fff;
            }

    .arrows-nav i {
        font-size: 30px;
        color: #000;
        background-color: #e3e3e3;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: inline-block;
        line-height: 60px;
        transition: .35s;
    }

        .arrows-nav i:hover {
            color: #fff;
            background-color: #000;
        }

    .slick-list, .slick-slider, .slick-track {
        position: relative;
        display: block;
    }

    .slider {
        width: 100%;
    }

    .slick-list,
    .slick-slider,
    .slick-track {
        position: relative;
        display: block;
    }

        .slick-slider .slick-list,
        .slick-slider .slick-track {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .slick-list {
        margin: 0;
        padding: 0;
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    .slick-slide {
        margin: 0 20px;
        outline: 0;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .img-invn-ban {
        overflow: hidden;
    }

    .slider_card {
        width: 260px;
        background: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        border-radius: 12px;
        transition: .35s;
        border: 1px solid #fff
    }

        .slider_card:hover {
            border: 1px solid #6793d0;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
        }

    .slick-next,
    .slick-next:focus,
    .slick-next:hover,
    .slick-prev,
    .slick-prev:focus,
    .slick-prev:hover {
        background: 0 0;
        color: transparent;
    }

    .img-pos-slide {
        margin-right: -70px !important;
        margin-top: -100px !important;
    }

    .slider_text {
        padding: 15px 25px;
        text-align: center;
        overflow: hidden;
    }

        .slider_text h2 {
            font-style: normal;
            font-weight: 600;
            font-size: 28px;
            margin-block-start: 0em;
        }

        .slider_text p {
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
        }

    .slider_img {
        margin-top: 8px;
        position: relative;
        bottom: 2px;
        left: 0;
    }

    .slick-slider {
        -webkit-box-sizing: border-box;
        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 {
        margin: 0;
        padding: 0;
    }

        .slick-list:focus {
            outline: 0;
        }

        .slick-list.dragging {
            cursor: pointer;
            cursor: hand;
            outline: 0;
        }

    .slick-dots li,
    .slick-dots li button {
        cursor: pointer;
        height: 20px;
        width: 20px;
    }

    .slider_report {
        margin-top: 14px;
    }

    .slick-slider .slick-list,
    .slick-slider .slick-track {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        top: 0;
        left: 0;
    }

        .slick-track:after,
        .slick-track:before {
            display: table;
            content: "";
        }

        .slick-track:after {
            clear: both;
        }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir="rtl"] .slick-slide {
        float: right;
    }

    .slick-slide img {
        display: block;
        margin: auto;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }

    .arrow {
        margin-bottom: 80px;
    }

        .arrow li {
            list-style: none;
            display: inline-block !important;
            float: left;
        }

        .arrow ul {
            margin: 0;
            padding: 0;
            margin-top: 24px;
            margin-bottom: 80px;
            position: relative;
        }

    .slick-next:focus,
    .slick-prev:focus {
        outline: 0;
    }

    .slick-next,
    .slick-prev {
        font-size: 0;
        line-height: 0;
        position: relative !important;
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 0;
        cursor: pointer;
        border: none;
    }

        .slick-next.slick-disabled:before,
        .slick-prev.slick-disabled:before {
            opacity: 0.25;
        }

        .slick-next:before,
        .slick-prev:before {
            width: 60px;
            height: 22px;
            margin-top: 5px;
            margin-left: -30px;
            position: relative;
            display: inline-block;
            font-size: 20px;
            line-height: 1;
            -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .slick-next:hover,
        .slick-prev:hover {
            opacity: 1;
        }

    .slick-prev {
        opacity: 0.3;
    }

    .slick-next {
        opacity: 0.3;
    }

    [dir="rtl"] .slick-prev {
        right: -25px;
        left: auto;
    }

        [dir="rtl"] .slick-prev:before {
            content: "→";
        }

    [dir="rtl"] .slick-next {
        right: auto;
        left: -25px;
    }

        [dir="rtl"] .slick-next:before {
            content: "←";
        }

    .slick-dotted.slick-slider {
        margin-bottom: 30px;
    }

    .slick-dots {
        position: absolute;
        bottom: -25px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

        .slick-dots li {
            position: relative;
            display: inline-block;
            margin: 0 5px;
            padding: 0;
        }

            .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: block;
                padding: 5px;
                color: transparent;
                border: 0;
                background: 0 0;
            }

                .slick-dots li button:focus:before,
                .slick-dots li button:hover:before {
                    opacity: 1;
                }

                .slick-dots li button:before {
                    font-size: 6px;
                    line-height: 20px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 20px;
                    height: 20px;
                    content: "•";
                    text-align: center;
                    opacity: 0.25;
                    color: #000;
                    -moz-osx-font-smoothing: grayscale;
                }

            /*.slick-slide img,
.slider {
    width: 100%;
}*/

            .slick-dots li.slick-active button:before {
                opacity: 0.75;
                color: #000;
            }

    .slider {
        margin: 56px auto 0;
        padding-right: 0;
        /*padding-left: 2rem;*/
        margin-top: 0;
    }

    .slick-slide {
        margin: 0 20px;
        outline: 0;
    }

    .slick-next:before,
    .slick-prev:before {
        color: #000;
    }

    .slick-current {
        font-size: initial;
    }

    @media screen and (max-width: 991px) {
        .slider_card {
            margin: 0 !important;
        }

        .arrow li {
            float: none;
        }
    }



    /*Carousel-SLider*/
    .home-slider .carousel-caption {
        position: relative !important;
        color: #000 !important;
        right: auto;
        bottom: auto;
        left: auto;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
    }

        .home-slider .carousel-caption h2 {
            font-size: 6.25rem;
        }

    .home-slider .carousel-inner {
        width: 95%;
        margin: auto;
    }
    /*Carousel-SLider-ends*/



    /*Media Queries*/
    @media (max-width: 1280px) {
        .home-slider .carousel-caption h2 {
            font-size: 3.25rem;
        }

        .loc-sec {
            margin-top: -18%;
        }

        .bs-example {
            margin-top: 10%;
        }
    }

    @media (max-width: 992px) {
        .home-slider .carousel-caption h2 {
            font-size: 2.25rem;
        }

        .loc-sec .card-title {
            font-size: 22px !important;
        }
    }

    @media (max-width: 768px) {
        .home-slider .carousel-caption h2 {
            font-size: 1.6rem;
        }
    }

    @media (max-width: 767px) {
        .loc-sec {
            margin-top: auto;
            position: relative !important;
        }

            .loc-sec.translate-middle {
                transform: none !important;
            }

            .loc-sec.start-50 {
                left: auto !important;
            }

            .loc-sec.top-0 {
                top: auto !important;
            }

        .parallax {
            padding-bottom: 5%;
            margin-bottom: 5%;
        }
    }

    @media (max-width: 427px) {
        .loc-hme {
            display: none;
        }
    }





