/*---------->>> www.AutoConnectVA.com <<<-----------*/
/*#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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Finlandica:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans+Thai+Looped:wght@100;200;300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Oswald:wght@200;300;400;500;600;700&family=Russo+One&display=swap');

/*#endregion */
/*#region General | Header | Body */
html, body {
    height: 100%;
    margin: 0px;
    min-height: 100%;
    position: relative;
}
body {
    font-family: 'Mulish', sans-serif;
    background-color: #fff;
}

.container-1600 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 15px;
}

header {
    /*position: relative;
     background: none;
     z-index: 2;
    */
}

.layout header {
    background-image: url(/Content/images/autosdirectvaV2/slider-bottom.png);
    background-position: bottom center;
    z-index: 1000;
}
.bg-damas {
    background-color: #0583CD;
}
.threOpt {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+50,e5eaed+50,e5eaed+100 */
    background: linear-gradient(to bottom, rgb(242,242,242) 0%,rgb(242,242,242) 50%,rgb(229,234,237) 50%,rgb(229,234,237) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
:root {
    --blue-dark: #0d3d5c;
    --blue-light: #1f7fb8;
    --orange-dark: #c1440e;
    --orange-light: #ec5e1a;
    --text-color: #ffffff;
    --bar-height: 60px;
    --arrow-width: 28px;
}

* {
    box-sizing: border-box;
}



.threeOpt {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    height: var(--bar-height);
}

    .threeOpt li {
        flex: 1;
        position: relative;
        display: flex;
    }

    .threeOpt a {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: var(--text-color);
        text-decoration: none;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        background: linear-gradient(135deg, var(--blue-light), var(--blue-dark));
        white-space: nowrap;
        transition: filter 0.2s ease, transform 0.2s ease;
        /* chevron / arrow shape via clip-path */
        clip-path: polygon( 0 0, calc(100% - var(--arrow-width)) 0, 100% 50%, calc(100% - var(--arrow-width)) 100%, 0 100%, var(--arrow-width) 50% );
        padding: 0 30px 0 40px;
    }

    /* pull items together so the notch/point overlaps the next box's inset */
    .threeOpt li:not(:first-child) a {
        margin-left: calc(var(--arrow-width) * -1);
    }

    .threeOpt li:first-child a {
        padding-left: 24px;
    }

    .threeOpt a:hover {
        filter: brightness(1.1);
        transform: translateY(-1px);
        color:#fff;
    }

    .threeOpt a:focus-visible {
        outline: 3px solid #ffd166;
        outline-offset: -6px;
    }

    /* middle item highlighted in orange */
    .threeOpt li.accent a {
        background: linear-gradient(135deg, var(--orange-light), var(--orange-dark));
        z-index: 2;
    }

.icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: currentColor;
}

/* Responsive: stack vertically on small screens */
@media (max-width: 700px) {
    .threeOpt {
        flex-direction: column;
        height: auto;
        gap: 8px;
    }

        .threeOpt li a {
            clip-path: none;
            border-radius: 6px;
            padding: 16px 20px;
            justify-content: center;
            text-align: center;
        }

        .threeOpt li:not(:first-child) a {
            margin-left: 0;
        }

        .threeOpt li:first-child a {
            padding-left: 20px;
        }
}
.rew-sec {
    text-align: center;
    padding: 40px 0px;
}

    .rew-sec h2 {
        font-weight: 700;
        text-transform: uppercase;
    }

    .rew-sec p {
        font-size: 20px;
    }

.rew-div {
    background-color: #e5eaed;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
}
/*#region Parallax */
.showcase-header h2 {
    font-family: 'Raleway', sans-serif !important;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #555;
    margin-bottom: 60px;
}

.showcase-header h3 {
    font-size: 16px;
    border-left: 4px solid #555;
    width: 26%;
    text-align: center;
    border-right: 4px solid #555;
    text-transform: uppercase;
    color: #555;
    padding: 0px 15px;
    font-size: 20px;
    margin: auto;
}

.showcase-header {
    background-image: url(/Content/images/luckyline-v3/parallax-block.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 90px 20px;
    text-align: center;
    color: #fff;
}

.circle-fin {
    border: 3px dashed #ccc;
    border-radius: 100px;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    font-size: 80px;
    margin: auto;
    transition: .35s;
    color: #555;
   
}

.showcase-header:hover .circle-fin {
    border: none;
    background-color: #ed1c24;
    color: #e0e0e0;
    opacity: .9;
    transform: rotate(360deg);
}

.showcase-header i {
    font-size: 30px;
    background-color: #777;
    width: 70px;
    height: 70px;
    border: 2px solid white;
    border-radius: 60px;
    line-height: 62px;
    position: relative;
    margin-top: -30px;
    color: #ccc;
    transition: .35s;
}

.showcase-header .col-md-12:hover .icon-fin i {
    background-color: #fff;
    color: #748ca8;
}


.showcase-header h1 {
    font-size: 25px;
    font-family: 'Oswald', sans-serif !important;
    text-align: center;
    font-weight: 600;
    color: #555555;
    margin: 0px;
    margin-top: 20px;
}

.showcase-header p {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #555555;
    margin: 0px;
    padding: 0px;
    font-weight: 300 !important;
}

@media all and (max-width:1024px) {
    .showcase-header h3 {
        width: 36%;
    }
}

@media all and (max-width:800px) {
    .showcase-header h3 {
        width: 38%;
    }
}

@media all and (max-width:767px) {
    .showcase-header h3 {
        width: 45%;
    }
}

@media all and (max-width:640px) {
    .showcase-header h3 {
        width: 55%;
    }
}

@media all and (max-width:480px) {
    .showcase-header h3 {
        width: 75%;
    }
}


@media all and (max-width:414px) {
    .showcase-header h3 {
        width: 85%;
    }

    .showcase-header .col-xs-6 {
        width: 100%;
    }
}

@media all and (max-width:375px) {
    .showcase-header h3 {
        width: 95%;
    }
}

@media all and (max-width:320px) {
    .showcase-header h3 {
        width: 100%;
        font-size: 18px;
    }
}
/*#endregion */
/*#region Banners */
.banners {
    background-color: #f8f8f8;
    padding: 30px 10px;
}

    .banners .col-sm-4 {
        margin: 0;
        padding: 0;
    }


    .banners img {
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
    }


/*#endregion */
.left-car {
    float: right;
    z-index: 2;
    position: relative;
}

.right-car {
    z-index: 2;
    position: relative;
}
/*2banners-option-css*/
.btn-car-opt {
    background-color: #f5f5f5;
    padding: 50px 0px;
    -moz-box-shadow: inset 0 0 50px #d5d5d5;
    -webkit-box-shadow: inset 0 0 50px #d5d5d5;
    box-shadow: inset 0 0 50px #d5d5d5;
    position: relative;
   
}

.btn-car-opt1 {
    background-color: #555555;
    display: flex;
    position: relative;
    
    padding: 0px;
}

    .btn-car-opt1 span {
        color: #62aaf2;
    }

    .btn-car-opt1 h2 {
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
    }

    .btn-car-opt1 h3 {
        font-size: 18px;
        margin-top: 0px;
        color: #62aaf2;
        font-style: italic;
    }

.btn-car-opt i {
    font-size: 40px;
    position: relative;
    float: left;
    clear: both;
    margin-right: 15px;
    border: 1px solid #717171;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 70px;
    margin-top: 6px;
    color: #fff;
    transition: 1s;
}

.btn-car-opt p {
    font-size: 14px;
    color: #ccc;
}

.right-arrow-div {
    position: absolute;
    background-color: #777777;
    height: 100%;
    padding: 32px;
    right: 0;
    top: 0;
}

.btn-car-opt1:hover i {
    color: #717171;
    border: 1px solid #fff;
}





.round {
    position: absolute;
    /*border: 2px solid #fff;*/
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #6c6c6c;
    left: 20%;
    margin-top: 20%
}

#cta {
    width: 100%;
    cursor: pointer;
    position: absolute;
}

    #cta .arrow-1 {
        left: 30%;
    }

.arrow-1 {
    position: absolute;
    bottom: 0;
    margin-left: 0px;
    width: 12px;
    height: 12px;
    background-size: contain;
    top: 15px;
}

.segunda {
    margin-left: 8px;
}

.next-arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: translateX(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: translateX(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.arrow-1.primera.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.btn-car-opt1:hover .arrow-1 {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

    .btn-car-opt1:hover .arrow-1.primera {
        animation-name: bounceAlpha;
        animation-duration: 1.4s;
        animation-delay: 0.2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

.btn-car-opt h4 {
    text-align: center;
    padding: 40px 0px 0px;
    font-weight: 600;
}


@media (max-width: 1170px) {


    .btn-car-opt1 h2 {
        font-size: 20px;
    }

    .btn-car-opt p {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {


    .btn-car-opt1 h2 {
        font-size: 20px;
    }
}

@media (max-width: 800px) {
    .btn-car-opt1 h2 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .btn-car-opt i {
        margin-top: 16%;
    }

    .btn-car-opt p {
        font-size: 14px;
        width: 90%;
    }

    .btn-car-opt1 {
        width: 100%;
        margin: 5px 0px;
    }

    .round {
        margin-top: 25%;
    }
}

@media (max-width: 480px) {
    .btn-car-opt i {
        margin-top: 60%;
    }

    .round {
        margin-top: 65%;
    }
}

@media (max-width: 320px) {
    .btn-car-opt i {
        font-size: 20px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .btn-car-opt1 h2 {
        font-size: 14px;
    }

    .round {
        margin-top: 66%;
    }

    .btn-car-opt1 h3 {
        font-size: 14px;
    }
}

/*2banners-option-css-ends*/
/* Slider */
/*div*/
.sldr-pos {
    position: relative;
    height: 90vh;
}

.cptn-pos {
    margin-top: 10%;
}

.cptn-pos {
    font-size: 22px;
}
.cont-texti {
    height: 100%;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.home-searchbox .input-group {
    width:60%;
    margin:auto;
}
.home-searchbox {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e3237+0,1b1d21+50,3b4047+100 */
    background: rgb(46,50,55); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(46,50,55,1) 0%, rgba(27,29,33,1) 50%, rgba(59,64,71,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(46,50,55,1) 0%,rgba(27,29,33,1) 50%,rgba(59,64,71,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(46,50,55,1) 0%,rgba(27,29,33,1) 50%,rgba(59,64,71,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3237', endColorstr='#3b4047',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.why-us {
    background-image: url(../images/grandautomotives-new/makeCall-bg-car.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: initial;
    text-align: center;
    padding: 25px 0;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
    color: #000;
    background-color: #21A3EF;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
    background-color: #21A3EF;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar-nav .nav-link {
 padding:10px 12px;
}
.p-nomber a{
    font-size:30px;
    color:#000;
}
    .p-nomber a:hover {
        /*font-size: 30px;*/
        color: #0583CD;
    }
.social-media i {
    border: 1px solid #0167c9;
    padding: 13px 12px;
    font-size: 2em;
    border-radius: 30px;
    width: 60px !important;
    height: 60px !important;
    text-align: center;
    display: grid;
    margin-right: 5px;
    color: #000;
}
social-media i:hover {
    background-color: #0167C9;
    color: #fff;
}
.card-1 {
    background-color: #DCDCDC;
}
.all-button .btn {
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    padding: 10px 40px;
}
    .all-button .btn:hover {
        background-color: #0167C9;
        color: #fff;
    }
.backgrnd {
    background-color: #E5EAED;
}





















.wrapper {
    height: 250px;
    min-height: 100%;
    width: 100%;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}
.wrapper .card {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 5px;
    background: #fff;
  
    transform: translateY(0deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.wrapper:hover > .front-face {
    transform: rotateY(-180deg);
}

.wrapper .card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
   
}

.wrapper .back-face {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    transform: rotateY(180deg);
}

.wrapper:hover > .back-face {
    transform: rotateY(0deg);
}

.wrapper .back-face img {
    height: 150px;
    width: 150px;
    padding: 5px;
    border-radius: 50%;
    background: linear-gradient(375deg, #1cc7d0, #2ede98);
}

.wrapper .back-face .info {
    text-align: center;
}

.back-face .info .title {
    font-size: 30px;
    font-weight: 500;
}

.back-face ul {
    display: flex;
}

    .back-face ul a {
        display: block;
        height: 40px;
        width: 40px;
        color: #fff;
        text-align: center;
        margin: 0 5px;
        line-height: 38px;
        border: 2px solid transparent;
        border-radius: 50%;
        background: linear-gradient(375deg, #1cc7d0, #2ede98);
        transition: all 0.5s ease;
    }

        .back-face ul a:hover {
            color: #1cc7d0;
            border-color: #1cc7d0;
            background: linear-gradient(375deg, transparent, transparent);
        }

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 241px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #dc3545;
    color: white;
    transform: rotateY(180deg);
}




.abs {
    display: grid;
    place-items: center;
    height: 100%;
    color: white;
    text-align: center;
}

.ken-burns-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    list-style-type: none;
}

    .ken-burns-slideshow .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        opacity: 0;
        transform: scale(1.2);
        animation: kenburns 24s linear infinite;
    }

        .ken-burns-slideshow .slide:nth-child(1) {
            animation-delay: 0s;
        }

        .ken-burns-slideshow .slide:nth-child(2) {
            animation-delay: 6s;
        }

        .ken-burns-slideshow .slide:nth-child(3) {
            animation-delay: 12s;
        }

        .ken-burns-slideshow .slide:nth-child(4) {
            animation-delay: 18s;
        }
        .ken-burns-slideshow .slide:nth-child(5) {
            animation-delay: 24s;
        }
#slide1 {
    background-image: linear-gradient(rgba(16, 16, 16, 0.3), rgba(16, 16, 16, 0.3)), url("/Content/images/apfairfax/slide-1.jpg");
}

#slide2 {
    background-image: linear-gradient(rgba(16, 16, 16, 0.3), rgba(16, 16, 16, 0.3)), url("/Content/images/apfairfax/slide-2.jpg");
}

#slide3 {
    background-image: linear-gradient(rgba(16, 16, 16, 0.3), rgba(16, 16, 16, 0.3)), url("/Content/images/apfairfax/slide-3.jpg");
}

#slide4 {
    background-image: linear-gradient(rgba(16, 16, 16, 0.3), rgba(16, 16, 16, 0.3)), url("/Content/images/apfairfax/slide-4.jpg");
}
#slide5 {
    background-image: linear-gradient(rgba(16, 16, 16, 0.3), rgba(16, 16, 16, 0.3)), url("/Content/images/apfairfax/slide-5.jpg");
}
@keyframes kenburns {
    10% {
        opacity: 1;
    }

    25% {
        opacity: 1;
        transform: scale(1);
    }

    40% {
        opacity: 0;
        transform: scale(1);
    }
}
/*----------------------------- */
.bg-white h2:after {
    content: "";
    display: block;
    width: 5em;
    max-width: 70%;
    border-bottom: 0.2em solid #ACB1B5;
    margin: .5em 0px;
}

.bg-dark-nav {
    background-color: #32406d;
}
.serv-title h1 {
    text-align: center;
    font-size: 37px;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 1px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
}

    .serv-title h1 span {
        margin-top: 5px;
        font-size: 25px;
        color: #000;
        word-spacing: 1px;
        font-weight: normal;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: "Raleway", sans-serif;
        display: grid;
        grid-template-columns: 1fr max-content 1fr;
        grid-template-rows: 27px 0;
        grid-gap: 20px;
        align-items: center;
        font-weight: 700;
    }

        .serv-title h1 span:after, .serv-title h1 span:before {
            content: " ";
            display: block;
            border-bottom: 1px solid #ccc;
            border-top: 1px solid #ccc;
            height: 5px;
            background-color: #f8f8f8;
        }


/***********************img-hover-css*************************/
.dp-link {
    position: relative;
    margin: auto;
    overflow: hidden;
}

    .dp-link .content-overlay {
        background: rgba(0,0,0,0.7);
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .dp-link:hover .content-overlay {
        opacity: 1;
    }

.dp-link-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.dp-link:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 18px;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}
/***********************css*************************/
/***********************title-css*************************/

#nz-div-2 h3.tde :after {
    content: "";
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-left: 15px solid #212529;
    border-bottom: 19px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -15px;
}

#nz-div-2 h3.tde span {
    background: #212529;
    padding: 10px 20px 8px 20px;
    color: #fca52a;
    position: relative;
    display: inline-block;
    margin: 0;
    z-index: 99;
    font-size: 20px;
}

#nz-div-2 h3.tde {
    margin: 15px 0;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

#nz-div-2 hr {
    margin: -34px 0px 54px 0px;
    border: 0px solid #212529;
}
/***********************title-css-end*************************/

/* ============ desktop view ============ */
.hme-nav .navbar-toggler {
    background-color: #000;
}
    .hme-nav .dropdown-item:focus, .hme-nav .dropdown-item:hover {
    color: #fff;
    background-color: #363b40;
}
.hme-nav .dropdown-item {
    color: #fff;
}
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}
/* ============ desktop view .end// ============ */



/***********************css*************************/


.fb-lnk:hover {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

.insta-lnk:hover {
    background-color: #962fbf !important;
    border-color: #962fbf !important;
}

.twtr-lnk:hover {
    background-color: #00acee !important;
    border-color: #00acee !important;
}
/*.services-optn img{
    width:40%;
}*/

/* DEMO GENERAL ============================== */
.hover-serv {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}

.hover-serv img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}

/* DEMO 1 ============================== */
.hover-1 img {
    width: 105%;
    position: absolute;
    top: 0;
    left: -5%;
    transition: all 0.3s;
}

.hover-1-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: all 0.4s;
}

.hover-1 .hover-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.hover-1-description {
    transform: translateY(0.5rem);
    transition: all 0.4s;
    opacity: 0;
}

.hover-1:hover .hover-1-content {
    bottom: 2rem;
}

.hover-1:hover .hover-1-description {
    opacity: 1;
    transform: none;
}

.hover-1:hover img {
    left: 0;
}

.hover-1:hover .hover-overlay {
    opacity: 0;
}

.search-hme {
    background-color: rgba(50, 64, 109, 0.8);
    border-top: 3px solid #e7aa39;
}

.guru-mrgn {
    margin-top: -39px;
}

.line-title {
    margin-bottom: 1.3em;
    font-size: 1.5em;
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
}

    .line-title:before, .line-title:after {
        content: '';
        display: inline-block;
        height: 1px;
        background: #6F7C80;
        width: 50%;
        position: relative;
        vertical-align: middle;
    }

    .line-title:before {
        left: -0.5em;
        margin-left: -50%;
    }

    .line-title:after {
        right: -0.5em;
        margin-right: -50%;
    }

.bg-logos {
    background-color: #f8f9fd;
}

.f-cars-sec .card__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: none;
    transition: .5s ease;
    background-color: rgba(34, 39, 50, 0.7);
}

.f-cars-sec .card__image {
    display: block;
    width: 100%;
    height: auto;
}

.f-cars-sec .card:hover .card__overlay {
    opacity: 1;
}

.f-cars-sec .card {
    background-color: #222732;
    border: none !important;
    transition: all .5s ease-in;
    position: relative;
}

.f-cars-sec .overlay__text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.f-cars-sec .button {
    background-color: #f56e51;
    padding: 7px 30px;
    margin-top: 2rem;
    display: inline-block;
    color: white;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
}

.f-cars-sec hr {
    background-color: #CCC;
}


.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 10px;
    padding: 10px;
}

    .grid-container > div {
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
        padding: 50px 20px;
        border-bottom: 1px solid #165cb9;
        position: relative;
        border-radius: 7px;
    }

.tp-wdt {
    width: 80%;
   
}

@media screen and (max-width: 1366px) {
    .tp-wdt {
        width: 80%;
        
    }

    .intouch-b h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 992px) {
    .tp-wdt {
        width: 100%;
    }

}

    @media screen and (max-width: 810px) {
        .tp-wdt {
            margin-top: auto;
            position: relative !important;
            width: 100%;
        }  
    }
    /***Slider-short****/
  



    .car-bdy {
        width: 100px;
        height: 100px;
        line-height: 90px;
        border-radius: 100%;
        text-align: center;
        border: 2px solid #fff;
        transition: .35s;
        background-color: rgba(53, 45, 45, 0.7);
    }

        .car-bdy img {
            width: 70%;
            filter: brightness(0) invert(1);
        }

        .car-bdy:hover {
            background-color: #f86c55;
            border: 2px solid #f86c55;
        }

    .t-veh {
        color: #ff5f1f;
    }
    /***********************Intouch-css-ends*************************/
    a {
        color: #000;
    }

        a:hover {
            color: #0583CD;
        }

        a:visited, a:link, a:active {
            text-decoration: none;
        }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Mulish', sans-serif;
    }
    /*Slider-css*/
    .carousel-caption a {
        color: #ff5f1f;
    }

    @media(min-width:768px) {
        .carousel-caption {
            left: 50%;
            top: 50%;
            transform: translate(-60%, -50%);
            text-align: left;
            width: 60%;
            color: #fff;
        }

            .carousel-caption p {
                color: #fff;
            }
    }

    @media(max-width:1024px) {
        .carousel-caption {
            top: 50%;
        }
    }
@media(max-width:810px) {
    .carousel-caption {
        top: 45%;
    }
}
    @media(max-width:767px) {
        .carousel-caption {
            top: 25%;
            text-align: left;
        }
    }

    @media(max-width:428px) {
        .carousel-caption h2 {
            font-size: 16px
        }

        .carousel-caption h3 {
            font-size: 14px
        }

        .carousel-caption p {
            font-size: 12px;
        }
    }
.topBar .btn-danger {
    background-color: #ed1c24;
    border-color: #ed1c24;
}
.topBar {
    background-color: #fff;
}
        .topBar .address-footer-color {
            color:#000 !important;
        }
    .nav-bg .bg-dark {
        background-color: #010101 !important;
    }

    .topBar .address-header-color {
        color: #fff;
    }
.topBar a{
    color:#000;
}


 .sim-btn {
    background-color: #165cb9;
    border-color: #165cb9;
    width: 200px;
    border-radius: 0px !important;
}

        .sim-btn:hover {
            background-color: #3373c8;
            border-color: #3373c8;
        }
    /*Slider-css*/
    .buttonstyle1 {
        background-color: #e2d21f;
        border-radius: 100px;
        transition: all 0.5s;
    }

        .buttonstyle1 i {
            /* background-color: #e2d21f;
    border-radius: 100px;*/
        }

        .buttonstyle1:hover {
            background: #3a3a3a;
            color: #fff;
        }

    .buttonstyle2 {
        background-color: transparent;
        transition: all 0.5s;
    }

        .buttonstyle2:hover {
            background-color: #0d6efd;
            color: #fff;
        }

    .buttonstyle3 {
        background-color: #3a3a3a;
        color: #fff;
        transition: all 0.5s;
    }

        .buttonstyle3:hover {
            background-color: #495888;
        }

    .buttonstyle4 {
        /*background-color: #e4e7ee;*/
        font-size: 12px;
        transition: all 0.5s;
        color: #ccc;
    }

        .buttonstyle4:hover {
            color: #fff;
        }

    .buttonstyle5 {
        background-color: #165cb9;
        line-height: 19px;
        border: 1px solid #165cb9;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.5s;
        padding: 12px 30px;
        color: #fff !important;
    }

        .buttonstyle5:hover {
            background-color: #165CF5;
            border: 1px solid #165CF5;
            color: #fff;
        }

    .buttonstyle6 {
        background-color: #165cb9;
        font-size: 12px;
        color: #fff;
        transition: all 0.5s;
    }

        .buttonstyle6:hover {
            background-color: #f2f4f9;
            color: #000;
        }

.buttonstyle7 {
    background-color: #2c3033;
    padding: 9px 25px !important;
    color: #fff;
    transition: all 0.5s;
}

        .buttonstyle7:hover {
            background: #373b3e;
            color: #fff;
        }

    .buttonstyle8 {
        background-color: transparent;
        border: 1px solid #3a3a3a;
        color: #3a3a3a;
        transition: all 0.5s;
    }

        .buttonstyle8:hover {
            background-color: #e2d21f;
            border: 1px solid #e2d21f;
            color: #3a3a3a;
        }

    .buttonstyle9 {
        background-color: #e7e7e7;
        border: 1px solid #e7e7e7;
        transition: all 0.5s;
    }

        .buttonstyle9:hover {
            background-color: #165CF5;
            border: 1px solid #165CF5;
            color: #fff;
        }

    .buttonstyle10 {
        background-color: #fff;
        border: 1px solid #fff;
        transition: all 0.5s;
    }

        .buttonstyle10:hover {
            background-color: #292C31;
            color: #fff;
            border: 1px solid #292D32;
        }

    input[type='radio']:after {
        width: 18px;
        height: 18px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #d1d3d1;
    }

    input[type='radio']:checked:after {
        width: 18px;
        height: 18px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #32406d;
    }

    .form-check-input:focus {
        box-shadow: none;
    }

    #button-addon2 {
        border-radius: 0px 50px 50px 0px !important;
    }

    #compareicon i {
        right: 12px;
        top: 12px;
    }

    .bannerarea {
        background-color: #00000094;
    }

    .topcall {
        font-size: 21px;
    }

    .topcalllink {
        font-size: 24px;
        color: #e2d21f;
    }

        .topcalllink:hover {
            color: #fff;
        }

    .bordertop {
        border: 1px solid #545454;
    }

    .carbuying strong {
        color: #e2d21f;
    }

    .choosecars {
        color: #fff;
        font-size: 15px;
    }

    .choosecarsline {
        width: 65px;
        height: 3px;
        background-color: #8593be;
    }

    .broswvechle {
        color: #232c46;
        font-size: 35px;
        line-height: 50px;
    }

    .welcometo {
        color: #232c46;
        font-size: 35px;
        line-height: 50px;
    }

    .bg-buy-car {
        background-color: #f86c55;
    }

    .bg-sell-car {
        background-color: #222732;
    }

    .broswvechleparagraph {
        font-size: 15px;
        color: #232c46;
    }

    .lifestyle {
        color: #232c46;
        font-size: 45px;
        line-height: 50px;
    }

    .welcomename {
        color: #ff5f1f !important;
        font-size: 45px;
        line-height: 50px;
    }

    .regardless {
        color: #232c46;
        font-size: 35px;
    }

    .getfinanced {
        color: #232c46;
        font-size: 45px;
        line-height: 50px;
    }

    .getfinancedpragraph {
        color: #232c46;
        font-size: 15px;
    }

    .broswvechlesection {
        padding: 60px 0px;
        /*background-color: #fff;*/
    }

    .getfinancedsection {
        padding: 150px 0px;
    }

    .specializeSection {
        /* The image used */
        background-image: url(../images/apfairfax/kt-interior-bg.jpg);
        /* Set a specific height */
        min-height: 160px;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 0;
    }

    .bignewssection {
        /* The image used */
        background-image: url(/Content/images/apfairfax/kt-interior-bg.jpg);
        /* Set a specific height */
        min-height: 300px;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 60px 0;
    }

    .big-crcl {
        background-color: #c0b21e;
        width: 430px;
        height: 430px;
    }

    .snip1135 {
        text-transform: uppercase;
    }

        .snip1135 * {
            box-sizing: border-box;
        }

        .snip1135 li {
            display: inline-block;
            list-style: outside none none;
            margin: 0 15px;
            padding: 0;
        }

        .snip1135 a {
            color: rgba(255, 255, 255, 1) !important;
            position: relative;
            padding: 10px 0 !important;
            font-size: 15px;
        }

            .snip1135 a:before,
            .snip1135 a:after {
                position: absolute;
                -webkit-transition: all 0.35s ease;
                transition: all 0.35s ease;
            }

            .snip1135 a:before {
                bottom: -5px;
                left: 0px;
                right: 0px;
                display: block;
                height: 5px;
                width: 0%;
                content: "";
                background-color: #8dc73f;
            }

            .snip1135 a:after {
                /*left: 8px;
            
            top: 0;
            padding: 0.5em 0;
            position: absolute;
            content: attr(data-hover);
            color: #ffffff;
            white-space: nowrap;
            max-width: 0%;
            overflow: hidden;*/
            }

            .snip1135 a:hover:before,
            .snip1135 .current a:before {
                opacity: 1;
                width: 100%;
            }

            .snip1135 a:hover:after,
            .snip1135 .current a:after {
                max-width: 100%;
            }



    .service_box {
        background-color: #fff;
        transition: all 0.3s ease 0s;
    }

        .service_box:hover {
            background-color: #e8e8e8;
        }

            .service_box:hover hr {
                background-color: #fff;
            }

            .service_box:hover .service_icon {
                background-color: #165cb9;
                border: 1px solid #165cb9;
                color: #fff;
            }


        .service_box .service_icon {
            background-color: #333;
            width: 155px;
            height: 150px;
            color: #807e72;
            line-height: 45px;
            transform: translateY(0);
            transition: all 0.3s ease 0s;
            border: 1px solid #cac6c6;
            line-height: 150px;
        }


            .service_box .service_icon i {
                color: #fff;
                font-size: 50px;
            }

        .service_box:hover .service_icon i {
            color: #fff;
        }

        .service_box h4 {
            font-size: 30px;
            transform: translateY(0%);
            transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
        }

        .service_box:hover h5, .service_box:hover p {
            color: #333;
        }

        .service_box p {
            transition: all 0.3s linear 0s;
            color: #333;
        }

        .service_box:hover p {
            /* opacity: 1;*/
        }

    .snip1540 {
        overflow: hidden;
        position: relative;
        border: 1px solid #171e28;
        background-color: #171e28;
    }

        .snip1540:hover {
            background-color: #171c24;
            border: 1px solid #242a34;
        }

        .snip1540 * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

        .snip1540 .image {
            overflow: hidden;
        }

        .snip1540 figcaption {
            padding: 25px 20px 25px;
        }

            .snip1540 figcaption:hover {
                padding: 25px 20px 25px;
            }

                .snip1540 figcaption:hover h3 {
                    color: #dddddd !important;
                }

                .snip1540 figcaption:hover ul li {
                    color: #dddddd !important;
                }

        .snip1540 p {
            color: #9fa3a9;
        }

        .snip1540 h5 {
            line-height: 20px;
        }

        .snip1540 a {
            border: 1px solid #505050;
            font-size: 12px;
            color: #a6aab0;
        }

            .snip1540 a:hover {
                background-color: #171e28;
            }

        .snip1540:hover img,
        .snip1540.hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .footertitlesite {
        font-size: 15px;
    }

    .ft-links a {
        transition: .35s;
    }

        .ft-links a:hover {
            color: #0167C9 !important;
        }

    .borderfooter {
        border: 1px solid #545454;
    }

    .bblogall {
        font-size: 73px;
    }

    .bblogallsub {
        font-size: 38px;
    }

    .readall {
        font-size: 22px;
    }

        .readall:hover {
            background-color: #b30000 !important;
            color: #ffffff !important;
        }

    .carhover {
        transition: 2s;
        -webkit-transition: 2s;
        -moz-transition: 2s;
        /* width: 62%;*/
        top: -20px;
    }

        .carhover:hover {
            top: -70px;
        }

    .callbg {
        background-color: #f86c55;
    }

    .callustext {
        color: #3a3a3a;
        font-size: 25px;
    }

        .callustext a {
            color: #fff;
            font-size: 35px;
        }

            .callustext a:hover {
                color: #e2d21f;
            }

    .topbannerviewinventory {
        padding: 12px 30px;
        position: relative;
        font-size: 15px;
    }

        .topbannerviewinventory i {
            position: absolute;
            right: 13px;
            top: 12px;
            background-color: #3a3a3a;
            border-radius: 100px;
            padding: 2px 5.5px;
            font-size: 14px;
            color: #e2d21f;
        }

        .topbannerviewinventory:hover i {
            background-color: #ff5f1f;
            color: #3a3a3a;
        }



    .inventoryviewdetail {
        padding: 12px 30px;
        position: relative;
        font-size: 15px;
    }

        .inventoryviewdetail i {
            position: absolute;
            right: 7px;
            top: 7px;
            background-color: #3a3a3a;
            border-radius: 100px;
            padding: 2px 5.5px;
            font-size: 14px;
            color: #e2d21f;
        }

        .inventoryviewdetail:hover i {
            background-color: #e2d21f;
            color: #3a3a3a;
        }



    .topbannersellcar {
        padding: 12px 30px;
        position: relative;
        font-size: 15px;
    }

        .topbannersellcar i {
            position: absolute;
            right: 13px;
            top: 12px;
            background-color: #e2d21f;
            border-radius: 100px;
            padding: 1px 4.5px;
            font-size: 14px;
            color: #3a3a3a;
        }

        .topbannersellcar:hover i {
            background-color: #3a3a3a;
            color: #e2d21f;
        }


    .findmycarsearchhome {
        padding: 12px 10px;
        position: relative;
        font-size: 15px;
        color: #fff;
        width: 100%;
        background-color: #e7aa39;
        border: none;
    }





    .checked {
        color: #ffb840;
        font-size: 14px;
    }

    .ratingsmall {
        font-size: 14px;
    }

    .ratingsmallnumber {
        font-size: 14px;
        color: #e2d21f;
    }

    .linebbaer {
        background-color: #7d7d7d;
        opacity: 1;
    }

    .subtitletext {
        font-size: 45px;
    }

    .carbuying {
        font-size: 45px;
    }

    .clientslogos {
        max-width: 100px;
        filter: grayscale(100%);
    }


    .welcometext {
        font-size: 15px;
        color: #232c46;
    }

    .bignewstitle {
        font-size: 44px;
        border-left: 5px solid #232c46;
        line-height: 35px;
        border-right: 5px solid #232c46;
    }

    .bignewssave {
        font-size: 25px;
        color: #232c46;
    }

    .superbignewstitle {
        font-size: 65px;
        color: #232c46;
    }

    .bignewssubtitle {
        font-size: 25px;
        color: #232c46;
        line-height: 40px;
    }

    .habequestions {
        font-size: 30px;
    }

    .getfinancednumber {
        font-size: 15px;
    }

    .getfinancedpara {
        font-size: 15px;
    }

    .f-car-pos {
        right: -150px;
    }

    .borderlogoright {
        border-right: 1px solid #545454;
    }

    .circle {
        position: relative;
        display: block;
        background-color: transparent;
        color: #222;
        text-align: center;
    }

        .circle:after {
            display: block;
            padding-bottom: 100%;
            width: 100%;
            height: 0;
            border-radius: 50%;
            content: "";
        }

    .circle__inner {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .circle__wrapper {
        display: table;
        width: 100%;
        height: 100%;
    }

    .circle__content {
        display: table-cell;
        padding: 0.9em;
        vertical-align: middle;
    }

    @media (min-width: 480px) {
        .circle__content {
            font-size: 2em;
        }
    }

    @media (min-width: 768px) {
        .circle__content {
            font-size: 4em;
        }
    }


 

    .owl-theme .owl-controls .owl-buttons div {
        padding: 9px 20px !important;
        font-size: 22px !important;
    }

    .owl-pagination {
        display: none;
    }

    .owl-carousel .owl-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

        .owl-carousel .owl-wrapper > div[class*='col-'] {
            display: flex;
            flex-direction: column;
        }

    .owl-carousel .owl-item img {
        display: block;
        width: 17%;
        float: left;
        /*border: 5px solid #fff;
    border-radius: 20px;*/
        margin-left: 54px;
        margin-right: 35px;
        margin-top: 15px;
    }

    .testimonial-item.equal-height.style-6 {
        background-color: #eee;
        border-radius: 10px;
        margin: 10px;
        height: auto !important;
    }

    .cell-right {
        text-align: center;
        margin-right: 80px;
        padding-top: 35px;
        padding-bottom: 20px;
    }

    .testimonial-name {
        font-weight: 600;
    }

    .testimonial-content.quote {
        padding: 17px 55px;
    }

    .et_right_sidebar #main-content .container:before {
        display: none;
    }

    #main-content .container {
        padding-top: 10px;
    }

    i.fa.fa-quote-left {
        padding: 0px 10px;
        color: #999;
    }




    /**************Services-grid******************/
    .grid-container {
        display: grid;
        grid-template-columns: auto auto auto auto auto;
        grid-gap: 20px;
        padding: 20px;
    }

    .item1 {
        transition: .35s;
    }

    .grid-container .item1 {
        background-color: #fff;
        text-align: center;
        padding: 20px 10px;
        /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
        position: relative;
        /* border-radius: 10px;*/
        /* border: 1px solid #e3e0e0;*/
    }

        .grid-container .item1:hover {
            background: rgb(50, 64, 109);
            /* background: linear-gradient(230deg, rgba(228,228,228,1) 0%, rgba(251,251,250,1) 50%, rgba(228,228,228,1) 100%);*/
        }

    .btn-wdth {
        width: 150px;
    }

    @media (max-width: 1280px) {
        .grid-container {
            grid-template-columns: auto auto auto;
        }
    }

    @media (max-width: 768px) {
        .grid-container {
            grid-template-columns: auto auto auto;
        }
    }

    @media (max-width: 640px) {
        .grid-container {
            grid-template-columns: auto auto;
        }
    }
    /**************Services-grid******************/



    .apply-btn {
        background-color: #e99846;
        border: 1px solid #e99846;
    }

        .apply-btn:hover {
            background-color: #de8e3d;
        }

    .message-shadow {
        display: none;
    }

    .f-car-sec {
        background-color: #8cc63f;
    }


    /****Logos****/
    /*.clientlogo {
    background-color: #181e28;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    overflow: hidden;
    position: relative;
}

    .slider .slide-track {
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(250px * 14);
    }

    .slider .slide {
        width: 250px;
        align-items: center;
        justify-content: center;
        display: flex;
    }*/
    /****Logos****/
    .ft-bg {
        background-color: #1d253e;
    }

    .type-car {
        background-color: #f2f4f9;
        padding: 10px;
        transition: .35s;
        vertical-align: middle;
        margin: 10px 0px;
    }

        .type-car:hover {
            background-color: #fff;
            box-shadow: inset 0 -5px 0 #ded020, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
        }

    .footer-bg {
        background-color: #1c1c1c;
        padding: 50px 0px
    }

    .ft-bg .list-group-item {
        padding: .2rem 1rem;
    }

    .ft-bg .list-group-item {
        color: #fff;
        transition: .35s;
        background-color: #232732;
        border: 1px solid rgba(0,0,0,.125);
    }

    .ft-bg .list-group-item-action:focus, .list-group-item-action:hover {
        z-index: 1;
        color: #dda543;
        background-color: transparent;
    }

    .ft-bg .hours {
        color: #fff;
    }

    .footerlink li a {
        color: #d7d7d7;
        font-size: 15px;
    }

    .ft-bg .address-footer-color {
        color: #ccc;
    }

    .footerlink li a:hover {
        color: #ff5f1f !important;
    }

    .coptrights a {
        font-size: 15px;
    }

        .coptrights a:hover {
            color: #0167C9 !important
        }

    .footeraddress a {
        color: #fff;
        font-size: 15px;
        font-weight: 300;
    }

        .footeraddress a:hover {
            color: #ff5f1f !important;
        }

    .footerphone a {
        font-size: 15px;
        font-weight: 300;
    }

        .footerphone a:hover {
            color: #ff5f1f !important;
        }
    /*** Slider End*****/
    /*#region ---------------searchtop Section-------------*/
    /*#region STICKY KEY */
    .back_to_top {
        width: 40px;
        height: 40px;
        color: #FFF;
        cursor: pointer;
        right: 50px;
        bottom: 50px;
        display: none;
        z-index: 999;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -moz-transition-property: background-color;
        -o-transition-property: background-color;
        -webkit-transition-property: background-color;
        transition-property: background-color;
    }

        .back_to_top:hover {
            background-color: #0167C9 !important;
        }
    /*#endregion*/
    div.inventory {
        background-image: none !important;
        background: none;
    }

    /*.innerBanner {
    min-height: 260px;
}*/
    /**********Media Queries Start***********/
    @media screen and (max-width: 1880px) {
    }

    @media screen and (max-width: 1600px) {
    }

    @media screen and (max-width: 1440px) {
    }

    @media screen and (max-width: 1280px) {
    }

    @media screen and (max-width: 1200px) {
    }

    @media screen and (max-width: 1170px) {
    }

    @media screen and (max-width: 1080px) {
    }

    @media screen and (max-width: 1024px) {
        .snip1135 li {
            margin: 0 8px;
        }

            .snip1135 li a {
                font-size: 14px !important;
            }
    }

    @media screen and (max-width: 992px) {
        .snip1135 li {
            margin: 0 8px;
        }

            .snip1135 li a {
                font-size: 11px !important;
            }

        .innerBanner {
            height: 100px;
        }
    }

    @media screen and (max-width: 896px) {
        .snip1135 li {
            display: inline-block;
        }

        /*  .menubg {
        background-color: #000;
    }*/

        .subtitletext {
            font-size: 22px;
        }

        .carbuying {
            font-size: 30px;
        }

        .welcometo {
            font-size: 24px;
        }

        /*.broswvechle {
        font-size: 24px;
    }*/

        .welcomename {
            font-size: 30px;
        }

        /* .lifestyle {
        font-size: 30px;
    }*/

        .bignewssection {
            padding: 30px 0;
        }

        .getfinancedsection {
            padding: 30px 0;
        }

        .getfinancedpara {
            font-size: 12px;
        }

        .slider {
            padding: 0vh 0px 0vh;
        }

        .topbannerviewinventory {
            padding: 12px 55px 12px 25px;
        }

        .topbannersellcar {
            padding: 12px 60px 12px 50px;
        }

        .regardless {
            font-size: 24px;
        }

        .getfinanced {
            font-size: 30px;
        }

        .footerlink li a {
            font-size: 12px;
        }

        .innerBanner {
            height: 65px;
        }
    }

    @media screen and (max-width: 835px) {
        .ft-bg .hours {
            font-size: 12px
        }

        .snip1135 li {
            display: inline-block;
        }

        /*.menubg {
        background-color: #000;
    }*/

        .subtitletext {
            font-size: 22px;
        }

        .carbuying {
            font-size: 30px;
        }

        .welcometo {
            font-size: 24px;
        }

        /*.broswvechle {
        font-size: 24px;
    }*/

        .welcomename {
            font-size: 30px;
        }

        /* .lifestyle {
        font-size: 30px;
    }*/

        .bignewssection {
            padding: 30px 0;
        }

        .getfinancedsection {
            padding: 30px 0;
        }

        .getfinancedpara {
            font-size: 12px;
        }

        .slider {
            padding: 0vh 0px 0vh;
        }

        .topbannerviewinventory {
            padding: 12px 55px 12px 25px;
        }

        .topbannersellcar {
            padding: 12px 55px 12px 50px;
        }

        .regardless {
            font-size: 24px;
        }

        .getfinanced {
            font-size: 30px;
        }

        .slider {
            padding: 0vh 0px 0vh;
        }

        .topbannerviewinventory {
            padding: 12px 55px 12px 25px;
        }

        .topbannersellcar {
            padding: 12px 55px 12px 50px;
        }

        .regardless {
            font-size: 24px;
        }

        .getfinanced {
            font-size: 30px;
        }

        .footerlink li a {
            font-size: 12px;
        }

        .innerBanner {
            height: 60px;
        }
    }

    @media screen and (max-width: 800px) {
        .snip1135 li {
            display: inline-block;
        }

        /*.menubg {
        background-color: #000;
    }*/

        .subtitletext {
            font-size: 22px;
        }

        .carbuying {
            font-size: 30px;
        }

        .welcometo {
            font-size: 24px;
        }

        /* .broswvechle {
        font-size: 24px;
    }*/

        .welcomename {
            font-size: 30px;
        }

        /*.lifestyle {
        font-size: 30px;
    }*/

        .bignewssection {
            padding: 30px 0;
        }

        .getfinancedsection {
            padding: 30px 0;
        }

        .getfinancedpara {
            font-size: 12px;
        }

        .slider {
            padding: 0vh 0px 0vh;
        }

        .topbannerviewinventory {
            padding: 12px 55px 12px 25px;
        }

        .topbannersellcar {
            padding: 12px 55px 12px 50px;
        }

        .regardless {
            font-size: 24px;
        }

        .getfinanced {
            font-size: 30px;
        }

        .footerlink li a {
            font-size: 12px;
        }

        .broswvechlesection {
            padding: 50px 0px;
        }

        .innerBanner {
            height: 60px;
        }
    }

    @media screen and (max-width: 767px) {
        .snip1135 li {
            display: inline-block;
        }

        /* .menubg {
        background-color: #000;
    }*/

        .subtitletext {
            font-size: 22px;
        }

        .carbuying {
            font-size: 30px;
        }

        .welcometo {
            font-size: 24px;
        }

        .broswvechle {
            font-size: 24px;
        }

        .welcomename {
            font-size: 30px;
        }

        .lifestyle {
            font-size: 30px;
        }

        .bignewssection {
            padding: 30px 0;
        }

        .getfinancedsection {
            padding: 30px 0;
        }

        .getfinancedpara {
            font-size: 12px;
        }

        .slider {
            padding: 0vh 0px 0vh;
        }

        .topbannerviewinventory {
            padding: 12px 55px 12px 25px;
        }

        .topbannersellcar {
            padding: 12px 55px 12px 50px;
        }

        .regardless {
            font-size: 24px;
        }

        .getfinanced {
            font-size: 30px;
        }

        .footerlink li a {
            font-size: 12px;
        }

        .broswvechlesection {
            padding: 50px 0px;
        }

        .innerBanner {
            height: 70px;
        }
    }

    @media screen and (max-width: 640px) {
        .snip1135 li {
            display: inline-block;
        }

            .snip1135 li a {
                font-size: 14px !important;
            }

        /* .menubg {
        background-color: #000;
    }*/

        .subtitletext {
            font-size: 22px;
        }

        .carbuying {
            font-size: 30px;
        }

        .welcometo {
            font-size: 24px;
        }

        .broswvechle {
            font-size: 24px;
        }

        .welcomename {
            font-size: 30px;
        }

        .lifestyle {
            font-size: 30px;
        }

        .bignewssection {
            padding: 30px 0;
        }

        .getfinancedsection {
            padding: 30px 0;
        }

        .getfinancedpara {
            font-size: 12px;
        }

        .slider {
            padding: 0vh 0px 0vh;
        }

        .topbannerviewinventory {
            padding: 12px 55px 12px 25px;
        }

        .topbannersellcar {
            padding: 12px 55px 12px 50px;
        }

        .regardless {
            font-size: 24px;
        }

        .getfinanced {
            font-size: 30px;
        }

        .footerlink li a {
            font-size: 12px;
        }

        .broswvechlesection {
            padding: 50px 0px;
        }

        .innerBanner {
            height: 80px;
        }
    }

    @media screen and (max-width: 568px) {

        .snip1135 li {
            display: block;
        }

            .snip1135 li a {
                font-size: 14px !important;
            }

        /*.menubg {
        background-color: #000;
    }*/

        .subtitletext {
            font-size: 22px;
        }

        .carbuying {
            font-size: 30px;
        }

        .welcometo {
            font-size: 24px;
        }

        .broswvechle {
            font-size: 24px;
        }

        .welcomename {
            font-size: 30px;
        }

        .lifestyle {
            font-size: 30px;
        }

        .bignewssection {
            padding: 30px 0;
        }

        .getfinancedsection {
            padding: 30px 0;
        }

        .getfinancedpara {
            font-size: 12px;
        }

        .slider {
            padding: 0vh 0px 0vh;
        }

        .topbannerviewinventory {
            padding: 12px 55px 12px 25px;
        }

        .topbannersellcar {
            padding: 12px 55px 12px 50px;
        }

        .regardless {
            font-size: 24px;
        }

        .getfinanced {
            font-size: 30px;
        }

        .footerlink li a {
            font-size: 12px;
        }

        .broswvechlesection {
            padding: 50px 0px;
        }

        .innerBanner {
            height: 80px;
        }
    }

    @media screen and (max-width: 480px) {

        .snip1135 li {
            display: block;
        }

            .snip1135 li a {
                font-size: 14px !important;
            }

        /*  .menubg {
        background-color: #000;
    }*/

        .subtitletext {
            font-size: 22px;
        }

        .carbuying {
            font-size: 30px;
        }

        .welcometo {
            font-size: 24px;
        }

        .broswvechle {
            font-size: 24px;
        }

        .welcomename {
            font-size: 30px;
        }

        .lifestyle {
            font-size: 30px;
        }

        .bignewssection {
            padding: 30px 0;
        }

        .getfinancedsection {
            padding: 30px 0;
        }

        .getfinancedpara {
            font-size: 12px;
        }

        .slider {
            padding: 0vh 0px 0vh;
        }

        .topbannerviewinventory {
            padding: 12px 55px 12px 25px;
        }

        .topbannersellcar {
            padding: 12px 55px 12px 50px;
        }

        .regardless {
            font-size: 24px;
        }

        .getfinanced {
            font-size: 30px;
        }

        .footerlink li a {
            font-size: 12px;
        }

        .broswvechlesection {
            padding: 50px 0px;
        }

        .innerBanner {
            height: 80px;
        }
    }

    @media screen and (max-width: 414px) {

        .snip1135 li {
            display: block;
        }

            /* .menubg {
        background-color: #000;
    }*/

            .snip1135 li a {
                font-size: 14px !important;
            }

        .subtitletext {
            font-size: 22px;
        }

        .carbuying {
            font-size: 30px;
        }

        .welcometo {
            font-size: 24px;
        }

        .broswvechle {
            font-size: 24px;
        }

        .welcomename {
            font-size: 30px;
        }

        .lifestyle {
            font-size: 30px;
        }

        .bignewssection {
            padding: 30px 0;
        }

        .getfinancedsection {
            padding: 30px 0;
        }

        .getfinancedpara {
            font-size: 12px;
        }

        .slider {
            padding: 0vh 0px 0vh;
        }

        .topbannerviewinventory {
            padding: 12px 55px 12px 25px;
        }

        .topbannersellcar {
            padding: 12px 45px 12px 45px;
        }

        .regardless {
            font-size: 24px;
        }

        .getfinanced {
            font-size: 30px;
        }

        .footerlink li a {
            font-size: 12px;
        }

        .broswvechlesection {
            padding: 50px 0px;
        }

        .innerBanner {
            height: 80px;
        }
    }

    @media screen and (max-width: 375px) {
        .snip1135 li {
            display: block;
        }

            .snip1135 li a {
                font-size: 14px !important;
            }

        /*  .menubg {
        background-color: #000;
    }*/

        .subtitletext {
            font-size: 22px;
        }

        .carbuying {
            font-size: 30px;
        }

        .welcometo {
            font-size: 24px;
        }

        .broswvechle {
            font-size: 24px;
        }

        .welcomename {
            font-size: 30px;
        }

        .lifestyle {
            font-size: 30px;
        }

        .bignewssection {
            padding: 30px 0;
        }

        .getfinancedsection {
            padding: 30px 0;
        }

        .getfinancednumber {
            font-size: 14px;
        }

        .getfinancedpara {
            font-size: 10px;
        }

        .slider {
            padding: 0vh 0px 0vh;
        }

        .topbannerviewinventory {
            padding: 12px 45px 12px 20px;
        }

        .topbannersellcar {
            padding: 12px 55px 12px 25px;
        }

        .regardless {
            font-size: 24px;
        }

        .getfinanced {
            font-size: 30px;
        }

        .footerlink li a {
            font-size: 12px;
        }

        .broswvechlesection {
            padding: 50px 0px;
        }

        .innerBanner {
            height: 80px;
        }
    }

    @media screen and (max-width: 360px) {

        .snip1135 li {
            display: block;
        }

        /*.menubg {
        background-color: #000;
    }*/

        .subtitletext {
            font-size: 22px;
        }

        .carbuying {
            font-size: 30px;
        }

        .welcometo {
            font-size: 24px;
        }

        .broswvechle {
            font-size: 24px;
        }

        .welcomename {
            font-size: 30px;
        }

        .lifestyle {
            font-size: 30px;
        }

        .bignewssection {
            padding: 30px 0;
        }

        .getfinancedsection {
            padding: 30px 0;
        }

        .getfinancedpara {
            font-size: 12px;
        }

        .slider {
            padding: 0vh 0px 0vh;
        }

        .topbannerviewinventory {
            padding: 12px 55px 12px 25px;
        }

        .topbannersellcar {
            padding: 12px 55px 12px 50px;
        }

        .regardless {
            font-size: 24px;
        }

        .getfinanced {
            font-size: 30px;
        }

        .footerlink li a {
            font-size: 12px;
        }

        .broswvechlesection {
            padding: 50px 0px;
        }

        .innerBanner {
            height: 80px;
        }

        .snip1135 li a {
            font-size: 14px !important;
        }
    }

    @media screen and (max-width: 320px) {


        .snip1135 li {
            display: block;
        }

            .snip1135 li a {
                font-size: 14px !important;
            }

        /*  .menubg {
        background-color: #000;
    }*/

        .subtitletext {
            font-size: 22px;
        }

        .carbuying {
            font-size: 30px;
        }

        .welcometo {
            font-size: 24px;
        }

        .broswvechle {
            font-size: 24px;
        }

        .welcomename {
            font-size: 30px;
        }

        .lifestyle {
            font-size: 30px;
        }

        .bignewssection {
            padding: 30px 0;
        }

        .getfinancedsection {
            padding: 30px 0;
        }

        .getfinancedpara {
            font-size: 12px;
        }

        .slider {
            padding: 0vh 0px 0vh;
        }

        .topbannerviewinventory {
            padding: 12px 55px 12px 25px;
        }

        .topbannersellcar {
            padding: 12px 55px 12px 50px;
        }

        .regardless {
            font-size: 24px;
        }

        .getfinanced {
            font-size: 30px;
        }

        .footerlink li a {
            font-size: 12px;
        }

        .broswvechlesection {
            padding: 50px 0px;
        }

        .innerBanner {
            height: 80px;
        }
    }
    /*********Media Queries End***********/



