/*---------->>> 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');


@font-face {
    font-family: 'icomoon';
    src: url('/Content/font/autochiefs-fonts/icomoon.eot?oozzbw');
    src: url('/Content/font/autochiefs-fonts/icomoon.eot?oozzbw#iefix') format('embedded-opentype'), url('/Content/font/autochiefs-fonts/icomoon.ttf?oozzbw') format('truetype'), url('/Content/font/autochiefs-fonts/icomoon.woff?oozzbw') format('woff'), url('/Content/font/autochiefs-fonts/icomoon.svg?oozzbw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.icon-car-review:before {
    content: "\e907";
}

.icon-find-car:before {
    content: "\e90d";
}

.icon-check-up:before {
    content: "\e90a";
}

.icon-contact:before {
    content: "\e90b";
}

/*#endregion */
/*#region General | Header | Body */
html, body {
    height: 100%;
    margin: 0px;
    min-height: 100%;
    position: relative;
}
body {
    font-family: 'Mulish', sans-serif;
    background-color: #f3f3f3;
}

.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;
}
/* Slider */
/*div*/
.sldr-pos {
    position: relative;
    height: 90vh;
}

.cptn-pos {
    margin-top: 10%;
}

.cptn-pos {
    font-size: 22px;
}

.abs {
    display: grid;
    place-items: center;
    height: 100%;
    color: white;
    text-align: center;
}
.search-home {
    background-color: #89c743;
}

.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 #89c743;
    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;
        }


.box-part i {
    font-size: 50px;
    color: #8BC53F;
}
.box-part .findmycarsearchhome {
    padding: 12px 8px;
    position: relative;
    font-size: 15px;
    color: #fff;
    width: 60%;
    background-color: #00000;
    border: none;
}
.bg-color {
    background-color: #8bc53f !important;
}
.buttonstyle7 {
    background-color: #8CC640 !important;
    padding: 9px 25px !important;
    color: #fff;
    transition: all 0.5s;
}
.maap
{
    height:350px;
}













/***********************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 ============ */
.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}
.home-nav .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff !important;
    background-color: #8cc640;
}
.home-nav .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff !important;
    background-color: #8cc640;
}
.hme-nav .navbar-toggler {
    background-color: #8cc63e;
}
    .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// ============ */
@media (min-width: 375px) and (max-width: 575px) {
    .text-align-sm-left {
     text-align:left !important;
     display:flex;
     justify-content:center;
    }
}
@media (min-width: 400px) and (max-width: 530px) {
    .respnsive-mrgn {
        margin-top: 0px;
    }
}
@media (min-width: 375px) and (max-width: 400px) {
    .respnsive-mrgn {
        margin-top: 0px;
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
    .Investment-video video {
        max-width: 547px;
    }
}
@media (min-width: 575px) and (max-width: 730px) {
    .Investment-video video {
        max-width: 540px;
    }
}
@media (min-width: 428px) and (max-width: 575px) {
    .Investment-video video {
        max-width: 440px;
    }
}
@media (min-width: 375px) and (max-width: 428px) {
    .Investment-video video {
        max-width: 360px;
    }
}

@media (min-width: 375px) and (max-width: 992px) {
    .box-part {
       margin-bottom:20px;
    }

}
@media (min-width: 375px) and (max-width: 992px) {
    .responvi {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}
@media (min-width: 375px) and (max-width: 766px) {
    .carousel-caption button {
        text-align: center;
        /* margin: auto; */
        display: block;
        margin: auto;
        align-self: center;
        margin-top: -20px;
    }
}
@media (min-width: 375px) and (max-width: 420px) {
    .carousel-caption button {
        font-size: 16px !important;
    }
}
@media (min-width: 375px) and (max-width: 399px) {
    .line-title {
        font-size: 17px !important;
    }
}
@media (min-width: 375px) and (max-width: 437px) {
    .font-size  h2{
        text-align: center;
        font-size: 21px !important;
    }
}
@media (min-width: 575px) and (max-width: 767px) {
    .bg-light {
        background-color: #f8f9fa !important;
        height: 150px;
    }
}
@media (min-width: 414px) and (max-width: 575px) {
    .bg-light {
        background-color: #f8f9fa !important;
        height: 200px;
    }
}
@media (min-width: 375px) and (max-width: 414px) {
    .bg-light {
        background-color: #f8f9fa !important;
        height: 250px;
    }
}















/*********************Flip-effect-css************************/
.flip-sec {
    background-color: #fff;
}

a.serv-btn {
    background-color: #eaf2fc;
    color: #054987;
    padding: 8px 16px;
    display: block;
    width: 55%;
    text-align: center;
    margin: auto;
}

.flip-sec .serv {
    font-size: 75px;
    color: #e63434;
    transition: .35s;
    background: -webkit-linear-gradient(#78aa36, #b6f470, #7caf38);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.faria-flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

    .faria-flip-box h3 {
        color: #fff !important;
    }

    .faria-flip-box .flip-box-front[data-text-color=dark], .faria-flip-box .flip-box-back[data-text-color=dark] {
        color: #676767;
    }

    .faria-flip-box .flip-box-front[data-text-color=light], .faria-flip-box .flip-box-back[data-text-color=light], .faria-flip-box .flip-box-front[data-text-color=light] h1, .faria-flip-box .flip-box-back[data-text-color=light] h1, .faria-flip-box .flip-box-front[data-text-color=light] h2, .faria-flip-box .flip-box-back[data-text-color=light] h2, .faria-flip-box .flip-box-front[data-text-color=light] h3, .faria-flip-box .flip-box-back[data-text-color=light] h3, .faria-flip-box .flip-box-front[data-text-color=light] h4, .faria-flip-box .flip-box-back[data-text-color=light] h4, .faria-flip-box .flip-box-front[data-text-color=light] h5, .faria-flip-box .flip-box-back[data-text-color=light] h5, .faria-flip-box .flip-box-front[data-text-color=light] h6, .faria-flip-box .flip-box-back[data-text-color=light] h6 {
        color: #fff;
    }

    .faria-flip-box .flip-box-front, .faria-flip-box .flip-box-back {
        background-size: cover;
        background-position: center;
        -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
        transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
        -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .faria-flip-box[data-shadow=light_visibility] .flip-box-back, .faria-flip-box[data-shadow=light_visibility] .flip-box-front {
        box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.2);
    }

    .faria-flip-box[data-shadow=heavy_visibility] .flip-box-back, .faria-flip-box[data-shadow=heavy_visibility] .flip-box-front {
        box-shadow: 0px 30px 75px rgba(0, 0, 0, 0.4);
    }

    .faria-flip-box .flip-box-back[data-bg-overlay=true]:after, .faria-flip-box .flip-box-front[data-bg-overlay=true]:after {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        display: block;
        opacity: 0.6;
        background-color: inherit;
        backface-visibility: hidden;
    }

    .faria-flip-box:hover .flip-box-front, .faria-flip-box:hover .flip-box-back {
        -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
        transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
        -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    }

    .faria-flip-box .flip-box-back {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .faria-flip-box .faria-button {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .faria-flip-box[data-h_text_align=center] .flip-box-back, .faria-flip-box[data-h_text_align=center] .flip-box-front {
        text-align: center;
    }

    .faria-flip-box[data-h_text_align=right] .flip-box-back, .faria-flip-box[data-h_text_align=right] .flip-box-front {
        text-align: right;
    }

    .faria-flip-box[data-v_text_align=center] .flip-box-back .inner, .faria-flip-box[data-v_text_align=center] .flip-box-front .inner {
        transform: translateY(-50%) translateZ(60px) scale(0.94);
        -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
        -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
        top: 50%;
    }

    .faria-flip-box[data-v_text_align=bottom] .flip-box-back .inner, .faria-flip-box[data-v_text_align=bottom] .flip-box-front .inner {
        -ms-transform: translateZ(60px) scale(0.94);
        transform: translateZ(60px) scale(0.94);
        -webkit-transform: translateZ(60px) scale(0.94);
        bottom: 0;
    }

    .faria-flip-box[data-v_text_align=top] .flip-box-back .inner, .faria-flip-box[data-v_text_align=top] .flip-box-front .inner {
        -ms-transform: translateZ(60px) scale(0.94);
        transform: translateZ(60px) scale(0.94);
        -webkit-transform: translateZ(60px) scale(0.94);
        top: 0;
    }

    .faria-flip-box[data-flip-direction=vertical-to-top] .flip-box-back .inner, .faria-flip-box[data-flip-direction=vertical-to-top] .flip-box-front .inner {
        -ms-transform: translateZ(50px) scale(0.95);
        transform: translateZ(50px) scale(0.95);
        -webkit-transform: translateZ(50px) scale(0.95);
    }

    .faria-flip-box[data-flip-direction=vertical-to-bottom] .flip-box-back .inner, .faria-flip-box[data-flip-direction=vertical-to-bottom] .flip-box-front .inner {
        -ms-transform: translateZ(50px) scale(0.95);
        transform: translateZ(50px) scale(0.95);
        -webkit-transform: translateZ(50px) scale(0.95);
    }

    .faria-flip-box[data-v_text_align=center][data-flip-direction=vertical-to-bottom] .flip-box-back .inner, .faria-flip-box[data-v_text_align=center][data-flip-direction=vertical-to-bottom] .flip-box-front .inner {
        -ms-transform: translateY(-50%) translateZ(50px) scale(0.95);
        transform: translateY(-50%) translateZ(50px) scale(0.95);
        -webkit-transform: translateY(-50%) translateZ(50px) scale(0.95);
    }

    .faria-flip-box[data-v_text_align=center][data-flip-direction=vertical-to-top] .flip-box-back .inner, .faria-flip-box[data-v_text_align=center][data-flip-direction=vertical-to-top] .flip-box-front .inner {
        -ms-transform: translateY(-50%) translateZ(50px) scale(0.95);
        transform: translateY(-50%) translateZ(50px) scale(0.95);
        -webkit-transform: translateY(-50%) translateZ(50px) scale(0.95);
    }

    .faria-flip-box .flip-box-back .inner, .faria-flip-box .flip-box-front .inner {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 10px;
        outline: 1px solid transparent;
        -webkit-perspective: inherit;
        perspective: inherit;
        z-index: 2;
    }

    .faria-flip-box[data-flip-direction=horizontal-to-left] .flip-box-back {
        -ms-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction=horizontal-to-right]:hover .flip-box-front, .owl-carousel.moving .faria-flip-box[data-flip-direction=horizontal-to-left] .flip-box-back {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.faria-flip-box[data-flip-direction=horizontal-to-right].flipped .flip-box-front {
    -ms-transform: rotateY(180deg) !important;
    -webkit-transform: rotateY(180deg) !important;
    transform: rotateY(180deg) !important;
}

.faria-flip-box[data-flip-direction=horizontal-to-left] .flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction=horizontal-to-left]:hover .flip-box-back, .faria-flip-box[data-flip-direction=horizontal-to-right] .flip-box-front, body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction=horizontal-to-right]:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel.moving .faria-flip-box[data-flip-direction=horizontal-to-left] .flip-box-front, .owl-carousel.moving .faria-flip-box[data-flip-direction=horizontal-to-right] .flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.faria-flip-box[data-flip-direction=horizontal-to-left].flipped .flip-box-back, .faria-flip-box[data-flip-direction=horizontal-to-right].flipped .flip-box-back {
    -ms-transform: rotateY(0deg) !important;
    -webkit-transform: rotateY(0deg) !important;
    transform: rotateY(0deg) !important;
}

body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction=horizontal-to-left]:hover .flip-box-front, .faria-flip-box[data-flip-direction=horizontal-to-right] .flip-box-back, .owl-carousel.moving .faria-flip-box[data-flip-direction=horizontal-to-right] .flip-box-back {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.faria-flip-box[data-flip-direction=horizontal-to-left].flipped .flip-box-front {
    -ms-transform: rotateY(-180deg) !important;
    -webkit-transform: rotateY(-180deg) !important;
    transform: rotateY(-180deg) !important;
}

.faria-flip-box[data-flip-direction=vertical-to-top] .flip-box-back {
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction=vertical-to-bottom]:hover .flip-box-front {
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.faria-flip-box[data-flip-direction=vertical-to-bottom].flipped .flip-box-front {
    -ms-transform: rotateX(180deg) !important;
    -webkit-transform: rotateX(180deg) !important;
    transform: rotateX(180deg) !important;
}

.faria-flip-box[data-flip-direction=vertical-to-top] .flip-box-front {
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction=vertical-to-top]:hover .flip-box-back, .faria-flip-box[data-flip-direction=vertical-to-bottom] .flip-box-front, body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction=vertical-to-bottom]:hover .flip-box-back {
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.faria-flip-box[data-flip-direction=vertical-to-top].flipped .flip-box-back, .faria-flip-box[data-flip-direction=vertical-to-bottom].flipped .flip-box-back {
    -ms-transform: rotateX(0deg) !important;
    -webkit-transform: rotateX(0deg) !important;
    transform: rotateX(0deg) !important;
}

body:not(.using-mobile-browser) .faria-flip-box[data-flip-direction=vertical-to-top]:hover .flip-box-front {
    -ms-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.faria-flip-box[data-flip-direction=vertical-to-bottom] .flip-box-back {
    -ms-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.faria-flip-box[data-flip-direction=vertical-to-top].flipped .flip-box-front {
    -ms-transform: rotateX(-180deg) !important;
    -webkit-transform: rotateX(-180deg) !important;
    transform: rotateX(-180deg) !important;
}

.faria-flip-box .flip-box-front i {
    margin-bottom: 20px;
    height: auto !important;
    display: block;
    width: auto !important;
}

@media screen and (max-width: 480px) {
    .flip-sec .col-xs-6 {
        width: 100%;
    }
}


/*********************Flip-effect-css-endds************************/




/***********************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: #89c743;
    border-top: 3px solid #89c743;
}
*/
.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****/
    .why-us {
        position: relative;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+33,f3f3f3+33,f3f3f3+100 */
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 33%, rgba(243,243,243,1) 33%, rgba(243,243,243,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 33%,rgba(243,243,243,1) 33%,rgba(243,243,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 33%,rgba(243,243,243,1) 33%,rgba(243,243,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
    }

        .why-us .card {
            border: none;
            border-radius: 0;
            box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
        }

        .why-us .carousel-inner {
            padding: 1em;
        }

        .why-us .carousel-control-prev,
        .why-us .carousel-control-next {
            background-color: #4d555e;
            width: 4vh;
            height: 4vh;
            border-radius: 50%;
            /* top: 50%;
    transform: translateY(-50%);*/
        }

        .why-us .carousel-control-prev {
            margin-left: -120px;
        }

        .why-us .carousel-control-next, .why-us .carousel-control-prev {
            position: relative;
        }

            .why-us .carousel-control-prev span, .why-us .carousel-control-next span {
                width: 1.0rem;
                height: 1.0rem;
            }

        .why-us .carousel-control-next {
            left: 100px;
            right: auto;
        }

        .why-us .carousel-control-prev {
            left: 165px;
        }

    @media screen and (min-width: 577px) {
        .why-us .cards-wrapper {
            display: flex;
        }

        .why-us .card {
            margin: 0 0.5em;
            width: calc(100% / 2);
        }

        .why-us .image-wrapper {
            margin: 0 auto;
        }
    }

    @media screen and (max-width: 576px) {
        .why-us .card:not(:first-child) {
            display: none;
        }
    }

    .why-us .image-wrapper img {
        max-width: 100%;
        max-height: 100%;
    }


    /***Slider-short-ends****/
    .why-us .text-danger {
        color: #f56e51 !important;
    }

    .why-us .carousel-control-next, .why-us .carousel-control-prev {
        top: auto;
    }


    .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: #8BC53F;
        }

        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 {
    background-color: #1C1F25;
}
.hedr-top a{
    color:#fff !important;
}
.topBar .address-footer-color {
    color: #fff !important;
}
.address-footer-color {
    color: #fff !important;
}
.nav-bg .bg-dark {
    background-color: #010101 !important;
}

    .topBar .address-header-color {
        color: #333;
    }



    .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: #8CC640;
           
        }
.search-hovr:hover {
    background-color: #3a3a3a !important;
}

.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: #32406d;
        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: #8bc53f !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: #00000;
    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;
        }
    }


    .row-flex {
        display: flex;
        flex-wrap: wrap;
    }

    .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;
    }
.btn-warning.active {
    color: #fff !important;
    background-color: #8AC740 !important;
    border-color: #8AC740 !important;
}
/**************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: #7DB139 !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: #8BC53F !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;
    }*/
        .main-main-home h2{
            font-size:23px;
        }
        .main-main-home .btn-success, .btn-dark {
            padding: 7px 30px !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 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;
        }
        .main-main-home h2 {
            font-size: 18px;
            margin-bottom:0px;
        }

        .main-main-home .btn-success, .btn-dark {
            padding: 7px 20px !important;
        }
    }
@media screen and (max-width: 428px) {

    .main-main-home h2 {
        font-size: 16px;       
    }

    .main-main-home .btn-success, .btn-dark {
        padding: 7px 14px !important;
        font-size: 15px;
    }
}

    @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;
            }

        .main-main-home h2 {
            font-size: 11px;
        }
        .main-main-home p {
            font-size: 14px;
        }
        .main-main-home .btn-success, .btn-dark {
            padding: 7px 10px !important;
            font-size: 14px;
        }
        /*  .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***********/



