/*#region Fonts */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
/*#endregion */




/*#region General */

body {
    overflow-x: hidden;
    color: #555;
    background-color: #fff;
    font-family: 'Alata', sans-serif !important;
    height: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Alata', sans-serif !important;
    letter-spacing: -0.4px;
}

header {
    z-index: 3;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    position: relative;
}

.tp-btn-sec {
    position:relative;
}
.tp-loc-btn {
    text-align: center;
    position: absolute;
    z-index: 2;
    margin-left: 0px;
    margin-right: 0px;
    left: 0;
    right: 0;
    width: 100%;
}
.tp-btn-inv {
    padding: 10px 20px;
    background-color: #23beff !important;
    letter-spacing: 1px;
    transition: .35s;
    border-radius: 10px !important;
    font-size: 18px;
    margin-top: 10px;
    text-transform: uppercase;
}
    .tp-btn-inv:hover {
      
        background-color: #1791c4 !important;
      
    }

.logo-position {
    position: absolute;
    margin: auto;
    margin-left: 5%;
}

.container-1280 {
    max-width: 1280px;
    margin: 0 auto;
}

.nav-bg-home {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#34131a+0,5e1020+100 */
    background-color: #282828;
    border: 1px solid #333;
    position: relative;
}
.pos-rel {
    position:relative;
}
.lg-btm-ph {
    position: absolute;
    margin-left: 0px;
    margin-right: 0px;
    left: 0;
    right: 0;
    text-align: center;
    top: 47px;
    color: #000 !important;
}
.lg-btm-ph a{
    color:#000;
}
.blck-strip {
    background-color: #000;
    padding: 6px;
}

.text-left h2 {
    color: #000;
    text-transform: uppercase;
}

.text-left p {
    font-size: 18px;
    clear: both;
}

.text-left hr {
    position: relative;
    left: -229px;
    width: 15%;
    border-top: 2px solid #4dc8f1;
    margin-top: 23px;
}
.five-pol {
    background-color: #121212;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    height: 70px;
    text-align: center;
}
    .five-pol h1 {
        font-size: 3em;
        color: #1ab6e9;
        padding: 10px 0px;
        animation: glowing 2s infinite;
        font-family: 'Yanone Kaffeesatz', sans-serif !important;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

@keyframes glowing {
    0% {
        text-shadow: 0 0 .1em, 0 0 .1em;
    }

    25% {
        text-shadow: 0 0 .1em, 0 0 .2em;
    }

    50% {
        text-shadow: 0 0 .2em, 0 0 .1em;
    }

    75% {
        text-shadow: 0 0 .2em, 0 0 .2em;
    }

    100% {
        text-shadow: 0 0 .1em, 0 0 .1em;
    }
}

@-webkit-keyframes glowing {

    0% {
        text-shadow: 0 0 .1em, 0 0 .1em;
    }

    25% {
        text-shadow: 0 0 .1em, 0 0 .2em;
    }

    50% {
        text-shadow: 0 0 .12em, 0 0 .1em;
    }

    75% {
        text-shadow: 0 0 .2em, 0 0 .2em;
    }

    100% {
        text-shadow: 0 0 .1em, 0 0 .1em;
    }
}
.lender-heading {
    height: 0;
    width:80%;
    border-bottom: 50px solid #333;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    text-align: center;
    margin: auto;
    margin-top: auto;
    position: relative;
    
}
.badge-bg {
    background-color: #fff;
    border-bottom: 1px solid #444;
}
    .badge-bg h1{
        margin-top:0px;
        padding-top:16px;
       

    }
.flux {
    font-size: 2.6rem;
    color: lightblue;
    /*text-shadow: 5px 5px 30px blue;*/
    font-family: 'azonixregular' !important;
    animation-name: repeat;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    font-weight: lighter;
}
@keyframes repeat {

    0% {
        color: lightblue;
        text-shadow: 5px 5px 30px lightblue;
    }

    20% {
        color: #45aaf2;
        text-shadow: 5px 5px 30px #45aaf2;
    }

    40% {
        color: #2d98da;
        text-shadow: 5px 5px 30px #2d98da;
    }

    60% {
        color: #4b7bec;
        text-shadow: 5px 5px 30px #2d98da;
    }

    80% {
        color: #3867d6;
        text-shadow: 5px 5px 30px #3867d6;
    }

    100% {
        color: lightblue;
        text-shadow: 5px 5px 30px lightblue;
    }
}

    .parallax input {
        background-color: transparent !important;
        text-shadow: none;
        color: #f7d30d !important;
        border-color: #5e6260 !important;
        border-radius: 0px !important;
    }
.loc-invns {
    background-color: rgba(0, 0, 0, 0.7);
    /* position: absolute;*/
    width: 100%;
}

.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}

    .gtco-testimonials h2 {
        font-size: 30px;
        text-align: center;
        color: #333333;
        margin-bottom: 50px;
    }

    .gtco-testimonials .owl-stage-outer {
        padding: 30px 0;
    }

    .gtco-testimonials .owl-nav {
        display: none;
    }

    .gtco-testimonials .owl-dots {
        text-align: center;
    }

        .gtco-testimonials .owl-dots span {
            position: relative;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            display: block;
            background: #fff;
            border: 2px solid #01b0f8;
            margin: 0 5px;
        }

        .gtco-testimonials .owl-dots .active {
            box-shadow: none;
        }

            .gtco-testimonials .owl-dots .active span {
                background: #01b0f8;
                box-shadow: none;
                height: 12px;
                width: 12px;
                margin-bottom: -1px;
            }

    .gtco-testimonials .card {
        background: #fff;
        box-shadow: 0 8px 30px -7px #c9dff0;
        margin: 0 20px;
        padding: 0 10px;
        border-radius: 20px;
        border: 0;
    }

        .gtco-testimonials .card .card-img-top {
            max-width: 100px;
            border-radius: 50%;
            margin: 15px auto 0;
            box-shadow: 0 8px 20px -4px #95abbb;
            width: 100px;
            height: 100px;
        }

        .gtco-testimonials .card h5 {
            color: #01b0f8;
            font-size: 21px;
            line-height: 1.3;
        }

            .gtco-testimonials .card h5 span {
                font-size: 18px;
                color: #666666;
            }

        .gtco-testimonials .card p {
            font-size: 18px;
            color: #555;
            padding-bottom: 15px;
        }

    .gtco-testimonials .active {
        opacity: 0.5;
        transition: all 0.3s;
    }

    .gtco-testimonials .center {
        opacity: 1;
    }

        .gtco-testimonials .center h5 {
            font-size: 24px;
        }

            .gtco-testimonials .center h5 span {
                font-size: 20px;
            }

        .gtco-testimonials .center .card-img-top {
            max-width: 100%;
            height: 120px;
            width: 120px;
        }

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.owl-carousel button.owl-dot {
    outline: 0;
}
    .owl-carousel button.owl-dot:hover {
        background-color:transparent !important;
    }
    .smsButton, .smsButton:hover {
        background-image: url(/Content/images/actionAutoUtah/sms-icon.png) !important;
    }
a.loc-invns-btn {
     display: block; 
    letter-spacing: 0.8px;
    padding: 7px;
    text-align: center;
    transition: .35s;
    color: #23beff;
    
    transition: 0.3s;
}
    a.loc-invns-btn:focus {
        outline: thin dotted;
        outline: 0px auto -webkit-focus-ring-color;
        outline-offset: 0px;
        text-decoration: none;
    }

.sale-person .carousel-indicators .active {
    background: #31708f;
}
.sale-person img {
    width: 40%;
    
    float: right;
}
.app-btn {
    font-size:15px !important;
}

.sale-person .caption {
    position: relative !important;
    background-color: transparent;
    text-align: left;
    margin-top: 10%;
}
.sale-person.carousel-indicators li {
    border: 1px solid #ccc;
}

..sale-person carousel-control {
    color: #31708f;
    width: 5%;
    text-shadow:none !important;
}

.sale-person .carousel-control:hover,
.sale-person .carousel-control:focus {
    color: #31708f;
}

 .carousel-control.left,
 .carousel-control.right {
    background: none !important;
}

.sale-person .media-object {
    margin: auto;
    margin-top: 15%;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
        color: #ccc;
    }
    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
       
        color: #ccc;
    }
}
@media screen and (max-width: 1024px) {
    .sale-person .caption {
        
        margin-top: 5%;
    }
}
@media screen and (max-width: 810px) {
    .sale-person img {
        margin-top:18px;
    }
}
    @media screen and (max-width: 768px) {
        .sale-person .media-object {
            margin-top: 0;
        }
    }
@media screen and (max-width: 767px) {
    .sale-person img {
        float:none;
        margin:auto;
        width:30%;
    }
    .sale-person .caption {
        margin-top: 1%;
        text-align:center;
    }
}
    /**inventroy location start**/
    /*.card-wrapper {
    position: relative;
    height: 165px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: 0.5s;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 12%);
}

    .card-wrapper:hover {
        height: 340px;
        transition: 0.5s;
    }

        .card-wrapper:hover .user-pic {
            height: 250px;
            width: 250px;
            transition: 0.5s;
        }

.user-pic {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    top: -75px;
    width: 150px;
    height: 150px;
    background-color: #23beff;
    border-radius: 10px;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    transition: 0.5s;
}

    .user-pic img {
        
       
        height: 150px;
        width: 100%;
        object-fit: cover;
        
        object-position: 50% 50%;
    }
.card-wrapper:hover .user-pic img {
    height: 260px;
   
}
.name {
    text-align: center;
    position: relative;
    top: 85px;
    transition: 0.5s;
}

.card-wrapper:hover .name {
    top: 185px;
}

.social-details {
    position: relative;
    top: 100px;
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 30px;
    opacity: 0;
    transition: 0.5s;
}

.card-wrapper:hover .social-details {
    opacity: 1;
    position: relative;
    top: 200px;
}

.card-btn {
    position: relative;
    top: 185px;
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
    padding: 0 50px;
    opacity: 0;
    transition: 0.1s;
}

.card-wrapper:hover .card-btn {
    opacity: 1;
    transition-delay: 0.3s;
}*/


    /**inventory location end**/
    .loc-invns-btn:hover {
        background-color: #23beff;
        color: #fff;
    }

    .parallax textarea {
        background-color: transparent !important;
        text-shadow: none;
        color: #f7d30d !important;
        border-color: #5e6260 !important;
        border-radius: 0px !important;
        text-align: left;
    }

    .tp-txt {
        text-align: left;
    }

    .homeAddressText span {
        font-size: 15px !important;
        font-weight: 700;
    }

    .adress-div h5 {
        font-size: 14px;
        text-transform: uppercase;
        margin: 0;
        margin-bottom: 0px;
        border-bottom: 1px solid #282828;
        padding-bottom: 5px;
        margin-bottom: 5px;
        font-weight: 700;
        color: #e67732;
    }

    .car-point ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .car-point ul li {
            font-size: 20px;
            color: #f69121;
            font-weight: 400;
            line-height: 33px;
        }

            .car-point ul li:before {
                content: "\f00c ";
                font-family: FontAwesome;
                margin-right: 10px;
                color: #fff;
                background-color: #f69121;
                border-radius: 50%;
                padding: 3px;
                font-weight: 100;
                font-size: 14px;
            }

    @media all and (max-width:992px) {
        .lg-btm-ph {
            /*text-align: left;*/
            top: 42px;
        }
    }

    @media all and (max-width:767px) {
        .car-point ul li {
            font-size: 14px !important;
        }

        .smsButton, .smsButton:hover {
            left: 10px !important;
        }

        .lg-btm-ph {
            text-align: center;
            top: 46px;
            background-color: #333;
            padding: 3px;
            border-radius: 30px;
            color: #fff !important;
        }
    }


    @media all and (max-width:414px) {
        .car-point ul li {
            font-size: 12px !important;
        }
    }

    .para-text {
        text-align: center;
        font-size: 22px;
    }

        .para-text span {
            font-size: 40px;
            font-weight: 800;
            color: #c3972e;
        }

        .para-text h2 a {
            font-size: 55px;
            font-weight: 400;
            color: #ba4d59;
            font-style: italic;
        }

            .para-text h2 a:hover {
                color: #c3972e;
            }

        .para-text i {
            font-size: 39px;
            color: #bdbdbd;
            width: 50px;
            height: 50px;
            border-radius: 100px;
            border: 1px solid #ccc;
            padding: 3px;
            line-height: 43px;
        }

    .shop-text {
        background-color: #006179;
        color: #fff;
    }

        .shop-text h2 {
            position: relative;
            margin-left: 110px;
            color: #88c5d5;
            background: -webkit-linear-gradient(#88c5d5, #fff, #88c5d5);
            background-clip: border-box;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 35px;
        }

        .shop-text p {
            position: relative;
            margin-left: 110px;
            text-transform: uppercase;
            font-size: 20px;
        }

        .shop-text span {
            font-size: 50px;
            color: #8d1f2b;
            text-shadow: 1px 1px 1px #efc358;
        }

        .shop-text i {
            position: absolute;
            font-size: 99px;
            margin-right: 20px;
            color: #ffeab6;
            margin-top: 30px;
            color: #93d8e9;
            margin-top: 20px;
        }

    .buy-sell {
        position: relative;
        z-index: 2;
    }

    .buy-sell-trade {
        background-color: #f4f4f4;
        font-size: 35px;
        color: #5e1020;
        text-align: right;
        line-height: 52px;
        height: 350px;
    }

    .service-text {
        font-size: 65px;
        color: #5e1020;
    }

    .new-vehicle {
        background-color: #f4f4f4;
        font-size: 35px;
        color: #c3982f;
        text-align: left;
        line-height: 52px;
        height: 350px;
    }

    .vehicle-text {
        font-size: 65px;
        color: #c3982f;
    }

    .body-car-heading h2 {
        font-weight: normal;
        text-transform: uppercase;
        font-size: 32px;
        color: #000;
        text-align: center;
    }

    .body-car-heading h3 {
        font-family: 'Oswald', sans-serif;
        color: #444141;
        font-style: italic;
        font-size: 13px;
        margin-top: -10px;
        font-weight: 200;
        letter-spacing: 1px;
        text-align: center;
    }

    .body-car-heading hr {
        position: relative;
        width: 10%;
        border-top: 4px solid #c2952b;
        margin-top: 11px;
    }

    .banner-margin {
        margin-top: -150px;
        display: inline-table;
        vertical-align: top;
    }
    /*********************************Custom-Home-css*******************************/


    .container-1400 {
        max-width: 1400px;
        margin: auto auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-banner-action {
        position: relative;
    }

        .main-banner-action .title {
            display: block;
        }

        .main-banner-action h1 {
            font-size: 60px;
            margin-top: 120px;
            text-shadow: 2px 2px 2px #000;
        }

        .main-banner-action .title a {
            background-size: 200.22% auto;
            -webkit-background-size: 200.22% auto;
            -moz-background-size: 200.22% auto;
            background-position: 0% 0;
            background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #23beff 50%);
            transition: background-position 0.5s ease-out;
            -webkit-transition: background-position 0.5s ease-out;
            color: #fff !important;
            padding: 0px 10px;
            text-shadow: 2px 2px 2px #000;
        }

            .main-banner-action .title a:hover {
                background-position: -99.99% 0;
            }

    .main-banner-action {
        height: 585px;
        width: 100%;
        text-align: center;
        color: white;
        overflow: hidden;
        background: #C04848; /* fallback for old browsers */
        background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)), url(/Content/images/actionAutoUtah-v2/main-image.jpg?v=1234); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)), url(/Content/images/actionAutoUtah-v2/main-image.jpg?v=1234); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center
    }



    .parallax {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: auto;
        width: 100%;
        background-image: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(/Content/images/actionAutoUtah-v2/paralex-image.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        color: #fff;
        padding: 60px 0px;
    }

    .comfort-text {
        background: 50% 100%/50% 50% no-repeat radial-gradient(ellipse at bottom, #fff, transparent, transparent);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: 2.5vw;
        text-transform: uppercase;
        -webkit-animation: reveal 3000ms ease-in-out forwards 200ms, glow 2500ms linear infinite 2000ms;
        animation: reveal 3000ms ease-in-out forwards 200ms, glow 2500ms linear infinite 2000ms;
        font-weight: 800;
    }

    @-webkit-keyframes reveal {
        80% {
            letter-spacing: 8px;
        }

        100% {
            background-size: 300% 300%;
        }
    }

    @keyframes reveal {
        80% {
            letter-spacing: 8px;
        }

        100% {
            background-size: 300% 300%;
        }
    }

    @-webkit-keyframes glow {
        40% {
            text-shadow: 0 0 8px #fff;
        }
    }

    @keyframes glow {
        40% {
            text-shadow: 0 0 8px #fff;
        }
    }

    .covid-banner {
        background-color: #f0f0f0;
        padding: 15px 0px;
        text-align: center;
    }

        .covid-banner i {
            font-size: 50px;
            color: #23beff;
        }

        .covid-banner h2 {
            font-size: 15px;
            font-weight: bold;
        }

        .covid-banner p {
            font-size: 14px;
            font-weight: 300;
            color: #999;
        }

    .four-steps h1 {
        font-size: 42px;
        font-weight: 900;
        color: #6ec1e4;
        text-transform: uppercase;
    }

    .four-steps span {
        font-size: 22px;
        line-height: 1.5em;
        color: #fff;
        margin-bottom: 1em;
    }

    .buy-steps {
        background-color: #fff;
        border-radius: 5px;
        padding: 10px;
        height: 100%;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

        .buy-steps h3 {
            margin-bottom: 10px;
            color: #1b1f29;
            font-size: 16px;
            font-weight: bold;
        }

        .buy-steps p {
            line-height: 1.4em;
            font-size: 16px;
            color: #1b1f29;
        }

    .row-flex {
        display: flex;
        flex-wrap: wrap;
    }

        .row-flex [class*="col-"] {
            margin-bottom: 30px;
        }

    .loc-divs {
        text-align: center;
        color: #fff;
    }

        .loc-divs h1 {
            font-size: 40px;
            line-height: 1.3em;
        }

        .loc-divs h2 {
            font-size: 30px;
            line-height: 1.2em;
            text-transform: uppercase;
            margin-bottom: 30px;
        }

    ul.ft-links {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }

    .ft-links li {
        display: block;
        line-height: 28px;
    }

        .ft-links li a {
            padding: 4px 0px;
            font-weight: 500;
            color: #939292;
        }

            .ft-links li a:hover {
                color: #262626;
            }

    .loc-divs p {
        font-weight: 400;
        margin-bottom: 30px
    }

    .loc-divs strong {
        font-size: 45px;
        font-weight: 700;
    }

    .loc-divs .address-footer-color {
        color: #fff !important;
        font-size: 18px !important;
        font-weight: 600;
    }

    .txt-rght {
        text-align: right;
    }

    .txt-lft {
        text-align: left;
    }

    .parallax-2 h1 {
        font-size: 42px;
    }

    .tp-sow-car-btn {
        margin: 10px;
        padding: 15px 45px !important;
    }

    .sell-trde-btn {
        background-color: #fff !important;
        color: #6ec1e4 !important;
        padding: 15px 45px !important;
    }

    a.sell-trde-btn:hover {
        background-color: #5c8799 !important;
    }

    a.loc-btn {
        border-radius: 4px 4px 4px 4px;
        background-color: #23beff;
        color: #fff;
        padding: 13px 25px;
        font-size: 16px;
        transition: .35s;
    }

        a.loc-btn:hover {
            background-color: #157eaa;
            color: #fff !important;
        }

    .sll-trde h1 {
        font-size: 42px;
        font-weight: 700;
        margin-top: 15%;
    }

    .sll-trde p {
        text-align: left;
        font-size: 18px;
        line-height: 1.5em;
        padding: 30px 0px;
    }

    a.sll-trde-btn {
        font-size: 15px;
        font-weight: 300;
        padding: 10px 30px;
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-right: 10px;
        color: #000;
        transition: .35s;
    }

        a.sll-trde-btn:hover {
            border: 1px solid #23beff;
            color: #23beff;
        }

    .Why-aau {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        column-gap: 20px;
        row-gap: 1em;
        text-align: center;
        margin-top: 30px;
    }

    .aau-points {
        text-align: center;
    }

        .aau-points h1 {
            font-size: 42px;
            font-weight: 700;
        }

        .aau-points p {
            font-size: 18px;
            line-height: 1.5em;
        }

    .blog-aau {
    }

    .blog-aau-hd h1 {
        font-size: 42px;
        font-weight: 700;
    }

    .blog-aau-hd p {
        font-size: 18px;
        line-height: 1.5em;
    }

    a.blg-btn {
        border-radius: 4px 4px 4px 4px;
        background-color: #333;
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        transition: .35s;
    }

        a.blg-btn:hover {
            background-color: #23beff;
            color: #fff;
        }

    .b-grid-row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-gap: 20px;
        margin: 20px 0;
    }

    .b-card-hd {
        background: #fff;
        padding: 10px;
        border-radius: 6px;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
        transition: .35s;
    }

        .b-card-hd:hover {
            box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
        }

    .b-card-top {
        /* border-top-left-radius: 20px;
    border-top-right-radius: 20px;*/
        overflow: hidden;
    }

    .b-crd-info h2 {
        font-size: 18px;
        margin: 10px 0 5px 0;
        text-transform: uppercase;
        font-weight: 700;
    }

    .b-crd-info p {
        margin-bottom: 10px;
        color: #aeaeae;
        font-size: 15px;
        display: block;
    }

    .b-card-bottom {
        margin-top: 15px;
        border-top: 1px solid #e3e3e3;
        padding-top: 15px;
    }

        .b-card-bottom span {
            color: #a4a4a4;
            font-size: 12px;
            font-weight: 100;
        }

    .cnt-info i {
        font-size: 15px;
    }

    .cnt-info p {
        margin-bottom: 0px;
    }

    .ft-info {
        background-color: #f9f9f9;
        border-bottom: 1px solid #e2e7f0;
        padding: 40px 0px;
    }

        .ft-info h3 {
            margin-top: 0px;
        }

            .ft-info h3 a {
                font-size: 16px;
                margin-top: 0px;
                color: #8c8c8c;
            }

    .osite-fin {
        background-color: #000;
        color: #fff;
        padding: 30px 0px;
    }

        .osite-fin h3 {
            font-size: 40px;
            font-weight: 800;
            text-align: center;
        }

        .osite-fin p {
            font-size: 20px;
            font-weight: 800;
            text-align: center;
        }

    .btm-logo {
        width: 50%;
        margin: 20px 0px;
    }

    .comp-l-algn {
        text-align: left;
    }

    ul.social-icons {
        padding: 0px;
        margin: 0px;
        margin-top: 20px;
    }

    .social-icons li {
        vertical-align: top;
        display: inline;
        height: 100px;
        font-size: 20px;
    }

    .social-icons a {
        color: #333;
        text-decoration: none;
    }

    ul.social-icons-tp {
        padding: 0px;
        margin: 0px;
        float: right;
    }

    .social-icons-tp li {
        vertical-align: top;
        display: inline;
        height: 100px;
        font-size: 20px;
    }

    .social-icons-tp a {
        color: #333;
        text-decoration: none;
    }

    .tp-bar-brder {
        border-right: 1px solid #ccc;
        padding-right: 10px;
    }

    .tp-bar .fa-facebook {
        padding: 8px 12px;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .tp-bar .fa-facebook:hover {
            background-color: #3d5b99;
            color: #fff;
        }

    .tp-bar .fa-instagram {
        padding: 8px 12px;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .tp-bar .fa-instagram:hover {
            background-color: #f84c00;
            color: #fff;
        }

    .tp-bar .tk-tk {
        padding: 8px 12px;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .tp-bar .tk-tk:hover {
            background-color: #22edee;
            color: #fff;
        }

    .tp-bar .fa-youtube {
        padding: 8px 12px;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .tp-bar .fa-youtube:hover {
            background-color: #ec5f5f;
            color: #fff;
        }

    .ft-info .fa-facebook {
        padding: 10px 14px;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .ft-info .fa-facebook:hover {
            background-color: #3d5b99;
            color: #fff;
        }

    .ft-info .fa-instagram {
        padding: 10px 12px;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .ft-info .fa-instagram:hover {
            background-color: #f84c00;
            color: #fff;
        }

    .ft-info .fa-google {
        padding: 10px 14px;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .ft-info .fa-google:hover {
            background-color: #32a350;
            color: #fff;
        }

    .ft-info .fa-youtube {
        padding: 10px 14px;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }
.f-car-div {
    background-color: #f8f8f8;
}
.f-car-div h1 {
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 3.5px;
    text-align: center;
}

    .ft-info .fa-youtube:hover {
        background-color: #eb8231;
        color: #fff;
    }

    .test-div {
        background-color: #e1f6ff;
        padding: 40px 0px;
        text-align: center;
    }
.testi-dot .owl-dot {
    padding: 5px !important;
    margin: 2px !important;
    border-radius: 50% !important;
    background-color: #6ec1e4 !important;
    width: 10px;
    height: 10px;
}
    .testi-dot .owl-dot:active {
        background-color: #093860 !important;
    }
    .test-div .owl-carousel {
        padding-bottom: 50px;
    }

        .test-div h1 {
            font-size: 42px;
            font-weight: 700;
            color: #1b1f29;
        }

        .test-div p {
            font-size: 18px;
            line-height: 1.5em;
            color: #1b1f29;
        }

    .testimonial {
        margin: 0 10px;
    }

        .testimonial .testimonial-content {
            margin: 20px 0 50px 0;
            position: relative;
        }

            .testimonial .testimonial-content:after {
                content: "";
                width: 20px;
                height: 20px;
                border-top: 20px solid #6ec1e4;
                border-left: 20px solid transparent;
                border-right: 20px solid transparent;
                margin: 0 auto;
                position: absolute;
                bottom: -20px;
                left: 0;
                right: 0;
            }

        .testimonial .description {
            padding: 25px 35px;
            margin: 0;
            background: #6ec1e4;
            border-radius: 15px;
            font-size: 20px;
            color: #fff;
            position: relative;
        }



        .testimonial .testimonial-profile {
            text-align: center;
            margin: 0 auto;
            position: relative;
        }

        .testimonial .pic {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            border: 1px solid #dca842;
            float: left;
            overflow: hidden;
        }

        .testimonial .title {
            display: inline-block;
            font-size: 22px;
            font-weight: bold;
            color: #748086;
            position: relative;
        }



        .testimonial .post {
            display: block;
            font-size: 14px;
            font-weight: normal;
            color: #888;
            margin-top: 10px;
        }

    .owl-theme .owl-controls {
        margin-top: 30px;
    }

        .owl-theme .owl-controls .owl-page span {
            background: transparent;
            border: 1px solid #5c8799;
            opacity: 1;
        }

        .owl-theme .owl-controls .owl-page.active span {
            background: #5c8799;
            border: 1px solid #5c8799;
        }

    @media only screen and (max-width: 1080px) {


        .tp-loc-btn {
            width: 100%;
        }
    }

    @media only screen and (max-width: 767px) {
        ul.social-icons-tp {
            text-align: center;
            float: none;
        }
    }

    @media only screen and (max-width: 479px) {
        .testimonial .description {
            padding: 20px;
            font-size: 16px;
        }

        .testimonial .testimonial-profile {
            padding: 10px;
        }

        .testimonial .title {
            font-size: 16px;
        }

        .testimonial .post {
            font-size: 13px;
        }
    }

    @media only screen and (max-width: 1080px) {
        .Why-aau {
            grid-template-columns: 1fr 1fr 1fr;
        }

        .tp-loc-btn {
            width: 100%;
        }
    }

    @media only screen and (max-width: 640px) {
        .tp-btn-inv {
            margin-bottom: 2px;
        }
    }

    @media only screen and (max-width: 480px) {
        .Why-aau {
            grid-template-columns: 1fr 1fr;
        }

        .tp-loc-btn {
            width: 100%;
        }
    }

    @media only screen and (max-width: 414px) {
        .Why-aau {
            grid-template-columns: 1fr;
        }
    }

    @media only screen and (max-width: 414px) {
        .tp-btn-inv {
            padding: 10px 7px;
            letter-spacing: 0px;
        }
    }

    @media only screen and (max-width: 1024px) {
        .sll-trde h1 {
            margin-top: 5%;
        }
    }

    @media (max-width:896px) {
        .parallax-2 h1 {
            font-size: 32px;
        }

        .osite-fin h3 {
            font-size: 25px;
        }

        .btm-logo {
            width: 70%;
        }

        .comp-l-algn span {
            font-size: 12px;
        }
    }

    @media only screen and (max-width: 768px) {
        a.sll-trde-btn {
            padding: 10px 20px;
        }
    }

    @media (max-width:640px) {
        .main-banner-action h1 {
            font-size: 40px;
        }

        .main-banner-action .title {
            font-size: 20px;
        }

        .f-car-div h1 {
            font-size: 30px;
        }

        .aau-points h1 {
            font-size: 30px;
        }
    }

    @media only screen and (max-width: 767px) {
        .name h3 {
            font-size: 16px;
        }

        .card-wrapper {
            margin-bottom: 125px;
        }

        #cardwrappersec {
            margin-bottom: 0;
        }

        .sll-trde h1 {
            text-align: center;
        }

        .sll-trde p {
            text-align: center;
        }

        .sll-trde {
            text-align: center;
        }
    }

    @media (max-width:480px) {

        .f-car-div h1 {
            font-size: 20px;
        }

        .four-steps h1 {
            font-size: 25px;
        }

        .aau-points p {
            font-size: 16px;
        }
    }

    @media (max-width:428px) {
        .main-banner-action h1 {
            font-size: 32px;
        }

        .aau-points h1 {
            font-size: 20px;
        }

        .main-banner-action .title {
            font-size: 17px;
        }

        .tp-sow-car-btn {
            padding: 15px 30px !important;
        }

        .sell-trde-btn {
            padding: 15px 25px !important;
        }

        .four-steps .col-xs-6 {
            width: 100%;
        }

        .four-steps span {
            font-size: 15px;
        }

        .loc-divs h2 {
            font-size: 20px;
        }

        .loc-divs .address-footer-color {
            font-size: 14px !important;
        }

        a.loc-btn {
            padding: 13px 15px;
        }

        .ft-info .col-xs-6 {
            width: 100%;
        }

        .cnt-info {
            text-align: center;
        }
    }

    @media (max-width:414px) {
        .parallax-2 .col-xs-6 {
            width: 100%;
        }

        .txt-rght {
            text-align: center;
        }

        .txt-lft {
            text-align: center;
        }

        .parallax-2 h1 {
            font-size: 20px;
        }
    }


    @media (max-width:375px) {


        .tp-sow-car-btn {
            padding: 15px 20px !important;
        }

        .sell-trde-btn {
            padding: 15px 20px !important;
        }

        .sll-trde-btn {
            font-size: 13px;
        }
    }
    /*********************************Custom-css-ends*******************************/
    /*bodystyle*/
    .body-car {
        margin-left: 24%;
    }

        .body-car ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
        }

        .body-car li {
            float: left;
        }

            .body-car li a {
                display: block;
                color: #444141;
                text-align: center;
                padding: 50px 0px 5px;
                text-decoration: none;
                font-weight: 100;
                text-transform: uppercase;
                font-size: 14px;
                margin-right: 4px;
                width: 121px;
                position: relative;
                top: 0;
                transition: top ease 0.5s;
            }

                .body-car li a:hover {
                    background-color: transparent;
                    color: #c3982f;
                    top: -8px;
                    /*box-shadow: 0 0 0 3px #ba4d59 inset;*/
                    /*transition: 0.5s;
            opacity: .9;*/
                }

    .small-logo {
        position: relative;
    }

    .logo-small {
        position: absolute;
        left: 46%;
        margin-top: -50px;
    }


    /*bodystyle*/

    .text-left input-group-addon {
        color: #555;
        background-color: #000 !important;
        border: 1px solid #ccc;
    }

    .inner-banner {
        position: relative;
        top: 0px;
    }

    .message-shadow {
        display: none !important;
    }

    .banner-padding {
        padding: 2px;
    }

    .banner-bg-hme {
        background-color: #ededed;
        padding: 30px 0px;
        margin-top: 30px;
    }

    .welcome-div {
        background-color: black;
        max-width: 40%;
        position: absolute;
        margin-left: 21%;
        margin-top: 20px;
        z-index: 99;
        padding: 20px;
    }

    .quote-bg {
        background-image: url(../images/carbarninc/footer-bg.jpg);
        background-repeat: repeat;
        margin-top: 20px;
    }

        .quote-bg h2 {
            color: #d27e04;
            text-transform: uppercase;
            font-size: 28px;
            font-weight: 100;
            padding-top: 14px;
        }

    .comma-bg {
        background-color: #d27e04;
        padding: 20px;
    }

    .left {
        margin-right: 2%;
    }

    .half {
        float: left;
        width: 48%;
        margin-bottom: 1em;
    }

    .adress-btm {
        font-size: 1.7em;
    }

    .btm-bg {
        background-color: #fff;
        padding: 20px;
        color: #848383;
        text-align: center;
        font-weight: 300;
    }

        .btm-bg span {
            font-size: 13px !important;
            color: #ccc !important;
            text-transform: lowercase;
        }

    a.privacy {
        color: #ccc !important;
    }

    .privacy a:hover {
        color: #fff !important;
    }
    /*.effect5:before, .effect5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 20%;
    top: 80%;
    background: #777;
    box-shadow: 0 35px 20px #777;
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.effect5:after {
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}*/

    .huge-text {
        padding: 25px 0px;
    }

        .huge-text h2 {
            font-size: 50px;
            color: #2e7fb4;
            font-weight: 800;
            margin: 0px;
        }

        .huge-text span {
            font-size: 30px;
        }

    .footer-bg {
        background-color: #fff;
        text-align: left;
    }

    .footer-right-bg {
        background-color: #2e7fb4;
        position: relative;
        margin-top: -25px;
    }

    .cnt-sldr {
        position: relative;
        z-index: 1;
    }

    .sl-dv {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 65%;
        height: 0px;
    }

    .buying-heading {
        height: 0;
        width: 100%;
        border-top: 50px solid #3c3e42;
        border-right: 50px solid transparent;
        border-left: 50px solid transparent;
        text-align: center;
        margin: auto;
        position: relative;
    }
    /*footer boxes*/
    .footer-text {
        color: #fff;
        font-weight: 100;
        font-size: 16px;
    }

        .footer-text h2 {
            color: #4dc8f1;
            font-size: 40px;
            margin: 11px 0px;
        }

            .footer-text h2 a {
                color: #fff;
            }

                .footer-text h2 a:hover {
                    color: #4dc8f1;
                }

        .footer-text span {
            font-size: 16px;
            color: #fff;
            font-weight: 100;
        }

        .footer-text hr {
            margin: 5px;
            border-top: 1px dotted #3f3f3f !important;
        }

    .padding-adress {
        font-size: 20px;
    }

    .footer-text h5 {
        color: #4dc8f1;
        margin: 0px;
        font-weight: 100;
        font-size: 16px;
    }

    .footer-text i {
        font-size: 30px;
        color: #4dc8f1;
        text-align: center;
        padding-top: 3px;
    }

    .footer-text h4 {
        margin-left: 20px;
        font-size: 20px;
        font-weight: 100;
        float: left;
    }

    .footer-tex {
        text-align: center;
    }

    .footer-phone {
        background-color: #d27e04;
        padding: 15px 0px;
        text-align: center;
        position: relative;
        z-index: 1;
        margin-top: -70px !important;
    }

        .footer-phone i {
            color: #533203;
            text-shadow: 1px 1px 1px #efa63d;
            font-size: 50px;
        }

        .footer-phone h2 a {
            font-size: 54px;
            font-weight: 800;
            color: #fff !important;
            text-shadow: 1px 1px 1px #a86606;
        }

            .footer-phone h2 a:hover {
                color: #ccc !important;
            }

    .openText {
        line-height: 35px;
        color: #000;
        padding-bottom: 7px;
    }

    .openTextAddress {
        line-height: 35px;
        color: #6a6d71;
        padding-bottom: 7px;
    }

    .hrslbl {
        float: right;
    }

    .heading {
        padding: 10px;
        position: relative;
        margin-top: -12px;
        text-align: left;
        font-size: 19px;
        color: #4dc8f1;
    }

    .border-between > [class*='col-']:before {
        background: #4a9ed4;
        bottom: 0;
        content: " ";
        left: 25px;
        position: absolute;
        width: 1px;
        top: 20px;
    }

    .border-between > [class*='col-']:first-child:before {
        display: none;
    }

    .box {
        height: 225px;
        width: 350px;
        min-width: 350px;
        float: left;
        margin: 8px 16px 8px 0;
        position: relative;
        overflow: hidden;
    }


    /*#endregion */


    /*Button Two*/

    .button-two {
        border-radius: 2px;
        background-color: transparent;
        border: none;
        padding: 5px;
        width: 100px;
        transition: all 0.5s;
        font-size: 12px;
        border: 1px dotted #3f3f3f !important;
        color: #bd4949 !important;
        margin-top: 20px;
    }

        .button-two:hover {
            background-color: #4dc8f1 !important;
            color: #35131a !important;
        }

        .button-two span {
            cursor: pointer;
            display: inline-block;
            position: relative;
            transition: 0.5s;
        }

            .button-two span:after {
                content: '»';
                position: absolute;
                opacity: 0;
                top: 0;
                right: -20px;
                transition: 0.5s;
            }

        .button-two:hover span {
            padding-right: 25px;
        }

            .button-two:hover span:after {
                opacity: 1;
                right: 0;
            }

    .creditLink {
        background-image: url(../images/carbarninc/creditApprovalBanner.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        height: 725px;
    }

    .middle-imge {
        background-image: url(../images/carbarninc/contactImge.jpg);
        background-repeat: no-repeat;
        background-position: center center;
    }

    .love-hear {
        font-size: 30px;
        padding: 55px 0px;
    }

    .phone-bottom a {
        font-size: 2.0em;
        color: #d1181e;
    }

    .address-bottom {
        font-size: 1.0em;
        color: #36353A;
    }


    /*.decorated-featured {
    
    text-align: left;
   
}*/

    .footer-bg-imge {
        background-image: url(../images/carbarninc/footerBg.jpg);
        background-repeat: no-repeat;
        background-position: center top;
    }

    .banner-padding-6 {
        padding: 6px;
    }

    hr.lineStyle {
        border-top: 1px solid #333;
    }

    .slider-home-div {
        height: 585px;
        background-color: green;
    }

    .nav-shadow-home {
        webkit-box-shadow: 4px 14px 15px -13px rgba(0, 0, 0, 0.87);
        -moz-box-shadow: 4px 14px 15px -13px rgba(0, 0, 0, 0.87);
        box-shadow: 4px 14px 15px -13px rgba(0, 0, 0, 0.87);
    }

    .top-center-align {
        text-align: center;
    }

    .logo {
        /*z-index: 1;*/
        margin-top: 2px;
    }


    /*.footer-bg .container .row {
    border-top: 1px solid #ccc;
}*/

    .logos address a {
        color: #d27d03;
        font-size: 16px;
    }

        .logos address a:hover {
            color: #fff;
        }


    @media all and (max-width:1200px) {
        .footer-phone h2 a {
            font-size: 38px;
        }
    }

    @media all and (max-width:992px) {
        .logos address {
            font-size: 2.0em;
        }

        .openText {
            font-size: 12px;
        }

        .footer-phone h2 a {
            font-size: 30px;
        }
    }

    @media all and (max-width:800px) {
        .logos address {
            font-size: 1.2em;
        }

        .heading {
            font-size: 1.3em;
        }

        .footer-phone h2 a {
            font-size: 23px;
        }

        .logos address {
            margin-top: 10px;
        }
    }

    @media only screen and (max-width: 767px) {
        .logos .col-sm-4:nth-child(1) img {
            text-align: center;
            margin: 0 auto;
            position: relative;
            display: block;
        }

        .logo img {
            margin-top: -20px;
            margin: auto;
        }

        .logos address {
            display: none;
        }

        .decorated-featured {
            overflow: hidden;
            text-align: center;
            width: 100%;
            margin: 0 auto;
        }

        .footer-phone h2 a {
            font-size: 65px;
        }

        .border-between > [class*='col-']:before {
            background: #4a9ed4;
            bottom: 0;
            content: " ";
            left: 0px;
            position: absolute;
            width: 0px;
            top: 20px;
        }
    }

    @media only screen and (max-width: 480px) {
        .footer-phone h2 a {
            font-size: 45px;
        }
    }

    @media only screen and (max-width: 375px) {
        .footer-phone h2 a {
            font-size: 36px;
        }
    }


    /*Search*/

    .top-search {
        /* padding-top: 10px !important; */
    }

        .top-search .search-form {
            padding: 0;
            margin: 0;
            overflow: hidden;
            height: 37px;
            top: 5px;
            background-color: transparent;
            position: relative;
        }

    .top-search {
        -moz-transition: all 0.35s, border-radius 0s;
        -o-transition: all 0.35s, border-radius 0s;
        -webkit-transition: all 0.35s, border-radius 0s;
        transition: all 0.35s, border-radius 0s;
        box-shadow: none;
        border-radius: 0;
        border: none;
        padding: 0;
    }

        .top-search input {
            padding-right: 20px;
            border: 0 none;
            background-color: transparent !important;
            box-shadow: none;
            display: block;
            color: #828282;
        }

        .top-search button {
            background-color: transparent;
            color: #0399F0;
        }

    .search-form .form-group input.form-control::-webkit-input-placeholder {
        display: none;
    }

    .search-form .form-group input.form-control:-moz-placeholder {
        /* Firefox 18- */
        display: none;
    }

    .search-form .form-group input.form-control::-moz-placeholder {
        /* Firefox 19+ */
        display: none;
    }

    .search-form .form-group input.form-control:-ms-input-placeholder {
        display: none;
    }

    .search-form .form-group:hover,
    .search-form .form-group.hover {
        width: 100%;
        /* border-radius: 4px 25px 25px 4px; */
    }

    .search-form .form-group span.form-control-feedback {
        position: absolute;
        /* top: 10px; */
        right: -2px;
        z-index: 2;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #3596e0;
        left: initial;
        font-size: 14px;
        z-index: 2;
    }

    @media all and (max-width:991px) {
        .top-search {
            position: absolute;
            right: 0;
            z-index: 2;
            width: 100%;
        }

        .search-form .form-group {
            width: 35px;
        }

        .heading {
            font-size: 2em;
        }
    }


    /*#endregion */

    .nav-bg-hme {
    }

        .nav-bg-hme i {
            font-size: 20px;
            margin-left: 12px;
            /*color: #4dc8f1;*/
            color: transparent;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #696969;
        }

    .top-add-right {
        text-align: center;
        font-size: 14px;
        color: #fff;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    address {
        margin-bottom: 13px;
        font-style: normal;
        line-height: 1.428571429;
        margin-top: 14px !important;
        font-size: 12px !important;
        color: #b8b8b8 !important;
        font-weight: 300 !important;
        font-style: italic;
    }

    .hme-phone {
        font-size: 35px;
        color: #f1b75b;
    }

    a.ph-home {
        color: #262626 !important;
        font-size: 16px;
        font-weight: 600;
    }

        a.ph-home:hover {
            color: #3e8299 !important;
        }

    a.ph-home-2 {
        color: #fff !important;
        font-size: 16px;
    }

        a.ph-home-2:hover {
            color: #b7eafb !important;
        }


    /*#region Google translate 
*/

    .languageDiv {
        margin-top: 10px;
    }

    goog-te-banner-frame.skiptranslate {
        display: none !important;
    }


    /*a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color: #000;
    font-weight: 300;
}*/

    .goog-te-gadget-simple {
        background-color: rgba(73, 142, 209, 0.11) !important;
        border-left: 1px solid rgb(245, 242, 237) !important;
        border-width: 1px !important;
        border-style: solid !important;
        border-color: rgba(255, 255, 255, 0.21) !important;
    }

        .goog-te-gadget-simple .goog-te-menu-value {
            color: #FFFFFF !important;
        }


    /*#endregion*/


    /*#region Carousal */


    /*slides as background image*/

    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        min-width: 1600px;
    }

    #carousel .carousel-caption {
        left: 0;
        margin-bottom: 110px;
    }

        #carousel .carousel-caption.caption-first {
            margin-bottom: 0;
            text-align: center;
            width: 100%;
            text-align: center;
            margin-bottom: 70px;
        }

    .caption-first {
        font-size: 1.7em;
    }

    #carousel h3 {
        text-transform: uppercase;
        background-color: #0399f0;
        margin: 0;
        padding: 10px;
        font-family: 'Montserrat', sans-serif;
        width: 550px;
        text-align: left;
    }

        #carousel h3.caption-first {
            text-transform: uppercase;
            background-color: transparent;
            width: 100%;
            text-align: center;
        }

    #carousel p {
        font-family: 'Montserrat', sans-serif;
        background-color: #0c0c0b;
        width: 370px;
        margin-top: 10px;
        padding: 10px;
        line-height: 25px;
        text-align: left;
    }

    #carousel h3 .and {
        color: #222021;
    }

    @media all and (max-width:1199px) {
        .caption-first {
            font-size: 1.6em;
        }
    }

    @media all and (max-width:991px) {
        .caption-first {
            font-size: 1.4em;
        }
    }


    /*faddin effect*/

    .carousel-fade .carousel-inner .item {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
    }

    .carousel-fade .carousel-inner .item,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        opacity: 0;
    }

    .carousel-fade .carousel-inner .active,
    .carousel-fade .carousel-inner .next.left,
    .carousel-fade .carousel-inner .prev.right {
        opacity: 1;
    }

        .carousel-fade .carousel-inner .next,
        .carousel-fade .carousel-inner .prev,
        .carousel-fade .carousel-inner .active.left,
        .carousel-fade .carousel-inner .active.right {
            left: 0;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

    .carousel-fade .carousel-control {
        z-index: 2;
    }

    @media all and (max-width:1199px) {
        #carousel {
            padding-top: 100px;
        }
    }


    /*price range*/

    .range .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        background-color: #8c8c8c;
        border: 1px solid #939393;
        border-radius: 50% !important;
        -moz-box-shadow: inset 0 0 0px #fff;
        -webkit-box-shadow: inset 0 0 1px #fff;
        box-shadow: inset 0 0 1px #fff;
    }

    .range .ui-widget-content {
        background-image: none;
        background-color: #fff;
        border: 1px solid #D3D3D3;
    }

    .range input[type="text"] {
        background-color: transparent;
        color: #232323;
        margin: 0;
        width: 52px;
        text-align: center;
        border: none;
    }

    .range #slider {
        margin-top: 10px;
    }


    /*#endregion */


    /*#region FEATUERD SLIDER 
*/

    .featured {
        background-color: #eff1f6 !important;
    }

    .index-featured-cars {
        background-color: #f4f4f4;
    }

    .recent-vehicles-wrap {
        position: relative;
        padding-bottom: 20px;
    }

    .overflow-hidden {
        overflow: hidden !important;
    }

    .recent-vehicles {
        margin: 20px 0;
        padding: 0 !important;
    }

    .index-featured-cars h2 {
        font-weight: normal;
        text-transform: uppercase;
        font-size: 32px;
        color: #000;
    }

    .index-featured-cars h3 {
        /*float: left;*/
        color: #444141;
        font-style: italic;
        font-size: 13px;
        margin-top: -10px;
        font-weight: 200;
        letter-spacing: 1px;
    }

    .index-featured-cars hr {
        position: relative;
        width: 10%;
        border-top: 2px solid #4dc8f1;
        margin-top: 11px;
    }

    .gray-line-hr {
        margin-top: 31px;
        border-top: 1px solid #3c3c3c;
    }

    #inner_layout .recent-vehicles > h5 {
        font-size: 18px;
    }

    .recent-vehicles > h5 {
        font-size: 30px;
        color: #f5f5f5;
    }

    .layout .recent-vehicles > h5 {
        font-size: 22px;
    }

    .index-featured-cars .car-block,
    .index-featured-cars .slide {
        background-color: transparent !important;
        max-width: 255px !important;
        width: 100% !important;
        border: 1px solid transparent;
    }

        .index-featured-cars .car-block:hover {
            /*border-color: #ccc;*/
        }

        .index-featured-cars .car-block img {
            width: 100%;
        }

    .index-featured-cars .car-block-bottom img {
        margin-right: 0;
    }

    .index-featured-cars .car-block-bottom {
        margin-top: 0;
        text-align: left;
        padding-left: 15px !important;
        z-index: 0;
        background-color: #fff;
    }

    .index-featured-cars .car-block:hover .img-flex,
    .index-featured-cars .bx-viewport {
        overflow: visible !important;
        overflow-y: visible !important;
        max-width: 1170px;
    }

    .bx-wrapper .bx-viewport {
        margin-bottom: 20px !important;
    }

    .car-block:hover .car-block-bottom {
        background-color: #318094;
    }

        .car-block:hover .car-block-bottom h5 {
            /* font-size:150%; */
        }

    .car-block:hover .img-flex .align-center {
        background-color: #030303 !important;
    }

    .car-block:hover .img-flex i {
        color: #ffffff !important;
    }

    .car-block-bottom .box {
        padding-bottom: 10px;
        /* background-color: #EDEDED; */
    }

        .car-block-bottom .box a {
            background-color: #fff;
            box-shadow: none;
            border-radius: 0;
            padding: 5px 10px;
        }

            .car-block-bottom .box a i {
                color: #D6D6D6;
                top: 3px;
            }

    .car-block-bottom h5 {
        text-align: center;
        font-size: 27px !important;
        color: #333;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -22px;
        z-index: 600;
        background-color: #fff;
        margin-bottom: -15px !important;
        max-width: 100%;
        border-top: 1px solid #f4f4f4;
        transition: 1s;
        font-weight: 100 !important;
    }

    .milage-clr {
        color: #929292;
        font-weight: 100;
    }

    .car-block i {
        color: #ccc;
    }

        .car-block i:hover {
            color: #9f5a15;
        }

    .car-block-bottom h6 {
        line-height: 22px;
    }

        .car-block-bottom h6 strong {
            font-size: 16px !important;
            font-weight: 100 !important;
        }

        .car-block-bottom h6:nth-child(3) strong {
            color: #A7A7A7;
            font-size: 12px !important;
        }

    .arrow3 a:hover {
        background-color: #bd5049;
    }

    .car-block:hover .car-block-bottom h6,
    .car-block:hover .car-block-bottom h6 strong {
        color: #333 !important;
        font-weight: 100 !important;
    }

    .car-block:hover .car-block-bottom h6 {
        border-color: rgba(0, 0, 0, 0.075);
    }

    #slideControls3 {
        position: absolute;
        top: 40px;
        right: 15px;
    }

    .car-block:hover .car-block-bottom h5 {
        background-color: #003f4e;
    }

    .arrow3 a {
        background: url(../images/arrow.png) no-repeat #c5c5c5 !important;
        /* border-radius: 15px; */
    }

        .arrow3 a:hover {
            background-color: #4dc8f1 !important;
        }

        .arrow3 a.bx-next {
            background-position: -20px 8px !important;
        }

        .arrow3 a.bx-prev {
            background-position: 9px 8px !important;
        }

    .recent-vehicles h5 {
        color: #282828;
        font-weight: normal !important;
    }

    a.featured {
        border-radius: 0;
        background-color: #4d4d4e;
        -webkit-box-shadow: inset 0 0 1px rgba(90, 89, 89, .75);
        -moz-box-shadow: inset 0 0 1px rgba(90, 89, 89, .75);
        box-shadow: inset 0 0 1px rgba(90, 89, 89, .75);
        border: solid 1px #000;
        color: #bdbdbf;
        padding: 10px 30px;
        font-size: 20px;
    }

        a.featured:hover {
            background-color: #000;
            -webkit-box-shadow: inset 0 0 1px rgba(90, 89, 89, .75);
            -moz-box-shadow: inset 0 0 1px rgba(90, 89, 89, .75);
            box-shadow: inset 0 0 1px rgba(90, 89, 89, .75);
            border: solid 1px #000;
        }

    @media all and (max-width:767px) {
        .index-featured-cars h2 {
            font-size: 1.7em;
        }

        #slideControls3 {
            bottom: -20px;
        }

        .center-img-align {
            margin: 0 auto;
        }

        .business-marginbtm {
            margin-bottom: 15px;
        }
    }


    /*#endregion*/


    /*#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/actionAutoUtah/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 .col-md-12:hover .circle-fin {
        border: none;
        background-color: #036cc5;
        color: #e0e0e0;
        opacity: .6;
        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;
        text-align: center;
        font-weight: 600;
        color: #555555;
        margin: 0px;
        margin-top: 20px;
    }

    .showcase-header p {
        font-size: 16px;
        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%;
        }

        .fancy2 span::before {
            margin-right: 2px !important;
        }

        .fancy2 span::after {
            margin-left: 2px !important;
        }

        .fancy2 span::before,
        .fancy2 span::after {
            width: 18% !important;
        }

        .fancy2 {
            line-height: 1 !important;
        }
    }

    @media all and (max-width:414px) {
        .showcase-header h3 {
            width: 85%;
        }

        .showcase-header .col-xs-6 {
            width: 100%;
        }

        .fancy2 span::before {
            margin-right: -25px !important;
        }

        .fancy2 span::after {
            margin-left: -25px !important;
        }
    }

    @media all and (max-width:375px) {
        .showcase-header h3 {
            width: 95%;
        }

        .fancy1 span:before,
        .fancy1 span:after {
            display: none;
        }

        .fancy2 span:before,
        .fancy2 span:after {
            display: none;
        }
    }

    @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 */


    /*#region Footer */

    footer {
        padding: 0;
        color: #262626;
        font-weight: 300;
        background-color: transparent;
    }

        footer .credits {
            background-color: #010000;
            padding: 10px;
        }

            footer .credits a {
                color: #595959;
            }

            footer .credits img {
                float: none;
            }

    @media all and (max-width:767px) {
        footer .businessHours .btn {
            width: 200px;
            display: block;
        }

        footer .address {
            float: none;
        }
    }


    /*#endregion */


    /*#region STICKY KEY
*/

    .onlineCreditApp {
        background-image: url(/Content/images/actionAutoUtah/apply_popup.png);
        background-repeat: no-repeat;
        width: 150px;
        height: 150px;
        position: fixed;
        right: 30px;
        background-size: contain;
        top: 230px;
    }

    #basket {
        z-index: 10000 !important;
    }

    .back_to_top {
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.65);
        color: #FFF;
        cursor: pointer;
        text-align: center;
        position: fixed;
        right: 50px;
        bottom: 50px;
        padding-top: 6px;
        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: #d17d03;
        }

    .bbbimg {
        margin-top: 22px;
    }


    /*#endregion*/


    /*#region innerPage */

    .layout header {
        position: relative;
    }

    .content {
        background: transparent;
        position: relative;
        margin-bottom: 67px;
        z-index: 0;
    }

    @media all and (max-width:767px) {
        .inner-banner {
            margin-top: 10px;
        }
    }

    .detail-mobile .car-info {
        color: #3c3c3c;
    }

    .btn,
    .btn-default,
    .default-btn,
    .btn-inventory,
    button,
    input[type="reset"],
    input[type="button"],
    input[type="submit"],
    .content-nav ul li.gradient_button,
    .gradient_button.view-details,
    .gradient_button.view-video,
    div.example-tabs .nav-tabs > li > a,
    #inventory-7 .shortLinks .action_button,
    .content-nav ul li a {
        color: #ffffff !important;
        text-shadow: none;
        border: none;
        background-color: #333333;
    }

        .btn:hover,
        .btn-default:hover,
        .default-btn:hover,
        .btn-inventory:hover,
        .btn-inventory:hover,
        button:hover,
        .content-nav ul li.gradient_button:hover,
        .gradient_button:hover,
        input[type="reset"]:hover,
        input[type="button"]:hover,
        input[type="submit"]:hover,
        .car-block:hover #viewDetail-4 .car-detail-heading,
        .porche .porche-header {
            text-shadow: none;
            background-color: #2c73f5;
        }

    .show_button.figure,
    .text-danger,
    .text-danger:hover,
    .about-us h3,
    .blog-container h3,
    .blog-post h3,
    .side-content h3,
    .services h3,
    .find_map h2,
    .welcome-wrap h4,
    .information_head h3,
    .side-content .list h3,
    #viewDetail-4 .car-info table tbody tr:nth-child(1),
    .side-content .list ul li:last-child a,
    .figure,
    .side-content .financing_calculator h3,
    .left_inventory h3 {
        color: #000;
    }

    a,
    .side-content .list ul li span,
    a:hover {
        color: #757575;
        text-decoration: none;
    }

    textarea,
    select,
    div.custom-select,
    input[type="text"],
    input[type="email"],
    input[type="date"],
    input[type="number"],
    input[type="search"],
    .form-control,
    #viewDetail-4 input,
    #viewDetail-4 Textarea,
    ul.top_buttons li a {
        background-color: rgb(255, 255, 255);
        text-shadow: none;
        color: #6e6d72 !important;
        border-color: #c8c8c8;
    }

    .pagination > li > a:hover,
    .pagination > li > a:focus,
    .controls .left-arrow:hover,
    .controls .right-arrow:hover,
    .pagination li.disabled a {
        background-color: #538EFB !important;
    }

    .content-nav ul li.gradient_button:hover,
    .gradient_button:hover {
        background: #58b3ca !important;
    }

    div.inventory,
    div.inventory:hover,
    .search-form,
    .extraComments {
        background-color: #f5f5f5;
        background-image: none;
    }

    div.inventory {
        border: 1px solid #ffffff;
        -moz-border-radius: 11px / 13px;
        -webkit-border-radius: 11px / 13px;
        border-radius: 11px / 13px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: #ffffff;
        -moz-box-shadow: none !important;
        background-image: -moz-linear-gradient(bottom, #f9f9f9 0%, #fff 100%);
        background-image: -o-linear-gradient(bottom, #f9f9f9 0%, #fff 100%);
        /* background-image: -webkit-linear-gradient(bottom, #f9f9f9 0%, #fff 100%); */
        background-image: linear-gradient(bottom, #f9f9f9 0%, #fff 100%);
        /* margin-bottom: 20px; */
    }

        a,
        .inventory .title,
        .option,
        .address ul li span,
        table td.spec,
        .spec,
        .figure,
        .side-content .list ul li span,
        .car-info,
        .select-wrapper span.sort-by,
        .option,
        div.inventory .price b {
            color: #010103;
        }

    #viewDetail-4 .car-detail-heading,
    .porche .porche-header,
    .optional-features h3,
    #viewDetail-4 .default-btn,
    #inventory-7 .shortLinks .action_button,
    .optional-features h3.text-primary:hover {
        background-color: transparent;
        text-shadow: none;
        color: #000;
    }

    #viewDetail-4 .car-info table tbody tr:nth-child(1),
    .text-primary.similarCar-price-4 {
        color: #cb0104;
    }

    #viewDetail-Right-4 .viewDetail_similarCar_area-4,
    .porche .car-detail,
    .listing-slider,
    #viewDetail-4 .side-content,
    #viewDetail-4 #viewDetail-cars-4,
    #viewDetail-4 #viewDetail-text-4.text-uppercase,
    #viewDetail-4 .optional-features,
    .extraComments {
        border: none;
        box-shadow: none;
    }

        .address ul li i,
        .icon_address p i,
        .left-information,
        .icon_address p,
        .address ul li i,
        .address ul li strong,
        .address ul li span,
        #viewDetail-Right-4 .viewDetail_similarCar_area-4 .similarCar-link-4,
        #viewDetail-4 #viewDetail-text-4 {
            color: #2d2d2d;
        }

    .sms-button {
        cursor: pointer;
    }

    .own-sms-button {
        cursor: pointer;
    }


    /*#endregion */

    .half-portion {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.5);
        /*dim the background*/
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    .camera_caption {
        top: 30% !important;
        left: 28%;
        text-shadow: 2px 2px #000;
        width: 45% !important;
        text-align: left;
        text-align: center;
        bottom: auto !important;
        position: relative;
        z-index: 11;
    }


    /*three-section-address*/

    .address-section-bg {
        background-color: #333;
        position: relative;
        top: -60px;
        color: #fff;
        font-size: 15px;
        font-weight: 100;
        text-transform: uppercase;
    }

    .fa-icon-pos {
        float: left;
        margin-right: 15px;
        border-right: 1px solid #9d9d9d;
        padding-right: 15px;
        margin-top: 20px;
    }

    .address-section-bg i {
        font-size: 70px;
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #9d9d9d;
    }

    .address-section-bg p {
        padding: 23px;
        padding-top: 33px;
    }

    .address-section-text {
        background-color: #f3cf0a;
        position: relative;
        padding: 28px 0px;
        text-align: center;
        height: 190px;
        margin-top: -73px;
        bottom: -35px;
    }

    .address-section-text-bg {
        display: inline-block !important;
        position: relative;
    }

        .address-section-text-bg:after {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border-left: calc(250px/1.33) solid transparent;
            border-right: calc(250px/1.33) solid transparent;
            border-top: calc(82px/2) solid #f3cf0a;
            top: 55px !important;
            position: relative;
        }

    .address-section-phone {
        font-size: 48px;
        color: #333;
    }

    .captch-height {
        height: 25px;
        float: left;
    }

    .refresh-pos {
        float: left;
        position: relative;
        top: 12px;
        left: -40px;
    }

    .captch-enter-text {
        font-weight: 100;
        font-style: italic;
        font-size: 11px;
        position: relative;
        top: -16px;
    }

    .captch-field {
        float: right;
        width: 32% !important;
        position: relative;
        top: -19px;
        border: 1px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
        background-color: #ccc;
    }

    .captch-submit-btn {
        float: right;
        position: relative;
        right: -80px;
        margin-top: 15px;
    }

    .camera_caption h1 {
        font-size: 6em;
        text-transform: uppercase;
        font-weight: 800;
        padding: 10px;
        color: #c3982f;
        background-color: #5e1020;
        margin: 0px;
        font-weight: 800;
    }

    .camera_caption p {
        font-size: 1.2em;
        font-weight: 100;
        color: #fff;
        text-transform: uppercase;
        border-top: 1px dotted #7d7d7d;
        padding-bottom: 15px;
        text-shadow: 1px 1px 1px #4a4b45;
        padding-top: 10px;
    }

    .camera_caption h2 {
        font-size: 48px;
        font-weight: normal;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        text-shadow: 1px 1px 1px #967015;
        text-transform: uppercase;
        background-color: #c3982f;
        margin: 0px;
    }

    .camera_caption > div {
        background: transparent !important;
    }

    .camera_caption > div {
        padding: 20px 20px 40px !important;
    }

    .offr-sp {
        font-size: 3.5em !important;
    }

    @media all and (max-width:1170px) {
        .navbar {
            border: none;
            margin: 0;
        }

        .logos address {
            font-size: 0.9em;
            margin-top: 1.5em;
            text-align: center;
            color: #2d2c2c;
            text-shadow: 1px 1px #f8f8f8;
            padding-left: 15px;
        }

        address {
            margin-bottom: 30px !important;
            font-style: normal;
            line-height: 1.428571429;
        }

        .range input[type="text"] {
            background-color: transparent;
            color: #c8c7c7;
            margin: 0;
            width: 52px;
            text-align: center;
        }

        #search_block .btn-search,
        .small-search .btn-search {
            font-family: 'Play', sans-serif;
            padding: 10px 8px;
            font-size: 14px;
            color: #FFF;
            border-radius: 2px;
            border: 1px solid #2D2C20;
            box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(255, 255, 255, 0.5) inset;
            text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(255, 255, 255, 0);
            background-color: #F96444;
            font-weight: bold;
            margin-top: 14px;
        }

        .decorated-featured {
            overflow: hidden;
            text-align: center;
            width: 45%;
            margin: 0 auto;
        }

        .decorated {
            overflow: hidden;
            text-align: center;
            width: 30%;
            margin: 0 auto;
        }
    }

    @media all and (max-width:800px) {
        .navbar-nav > li > a {
            font-size: 0.9em !important;
        }
    }

    @media all and (max-width:767px) {
        .navbar {
            border: none;
            margin: 0;
            margin-top: -452px;
        }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 14px !important;
        }

        .navbar {
            border: none;
            margin: 0;
            margin-top: 0;
        }

        .logo-margin {
            margin-top: 18px;
        }

        .index-featured-cars h2 {
            margin-top: 10px;
            font-size: 2.0em;
            margin: 10px auto 0;
        }

        .decorated {
            overflow: hidden;
            text-align: center;
            width: 37%;
            margin: 0 auto;
            font-size: 1em;
        }
    }

    #map {
        width: 100%;
        height: 400px;
    }

    #map2 {
        width: 100%;
        height: 360px;
    }

    .sim-button {
        line-height: 50px;
        height: 50px;
        text-align: center;
        margin-top: 9px;
        width: 100%;
        cursor: pointer;
    }

    .button17 {
        color: rgba(255, 255, 255, 1);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        position: relative;
        border: 1px solid rgba(0, 0, 0, 0.5);
        overflow: hidden;
        color: #a1a1a1 !important;
        background-color: #222;
    }

        .button17 a {
            color: rgba(51, 51, 51, 1);
            text-decoration: none;
            display: block;
        }

        .button17:hover {
            color: #fff !important;
            text-decoration: none;
            display: block;
            background-color: #222 !important;
            border: 1px solid #999;
        }

        .button17::before,
        .button17::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background-color: rgba(255, 255, 255, 0.25);
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transform: translate(-33%, -190%) rotate(-30deg);
            transform: translate(-33%, -190%) rotate(-30deg);
            -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
            transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        }

        .button17::after {
            -webkit-transition-delay: 0.2s;
            /* Safari */
            transition-delay: 0.2s;
        }

        .button17:hover::before,
        .button17:hover::after {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

    .v-inven-button {
        line-height: 50px;
        height: 50px;
        text-align: center;
        margin-top: 9px;
        width: 50%;
        cursor: pointer;
        margin: auto;
        margin-top: 30px;
    }

    .button-iven {
        color: rgba(255, 255, 255, 1);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        position: relative;
        border: 1px solid #533203;
        overflow: hidden;
        color: #533203 !important;
        font-size: 20px;
    }

        .button-iven a {
            color: rgba(51, 51, 51, 1);
            text-decoration: none;
            display: block;
        }

        .button-iven:hover {
            color: #000 !important;
            text-decoration: none;
            display: block;
            background-color: #ccc !important;
            border: 1px solid #999;
        }

        .button-iven::before,
        .button-iven::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background-color: rgba(255, 255, 255, 0.25);
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transform: translate(-33%, -190%) rotate(-30deg);
            transform: translate(-33%, -190%) rotate(-30deg);
            -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
            transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        }

        .button-iven::after {
            -webkit-transition-delay: 0.2s;
            /* Safari */
            transition-delay: 0.2s;
        }

        .button-iven:hover::before,
        .button-iven:hover::after {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }


    /*hover line*/

    .sliding-u-l-r-l {
        display: inline-block;
        position: relative;
        padding-bottom: 3px;
    }

        .sliding-u-l-r-l:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 0;
            transition: width 0s ease, background .5s ease;
        }

        .sliding-u-l-r-l:after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            bottom: 0;
            height: 2px;
            width: 0;
            background: #4dc8f1;
            transition: width .5s ease;
        }

        .sliding-u-l-r-l:hover:before {
            width: 100%;
            background: #4dc8f1;
            transition: width .5s ease;
        }

        .sliding-u-l-r-l:hover:after {
            width: 100%;
            background: transparent;
            transition: all 0s ease;
        }

    .push_button {
        position: relative;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        line-height: 23px;
        display: block;
        padding: 12px;
        font-size: 23px;
        margin-top: 5px;
        text-transform: uppercase;
        margin-right: 11px;
    }

        .push_button:before {
            background: #f0f0f0;
            background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#f0f0f0));
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
            -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
            box-shadow: 0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
            position: absolute;
            content: "";
            left: -6px;
            right: -6px;
            top: -6px;
            bottom: -10px;
            z-index: -1;
        }

        .push_button:active {
            -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
            top: 5px;
        }

            .push_button:active:before {
                top: -11px;
                bottom: -5px;
                content: "";
            }

    .red {
        text-shadow: -1px -1px 0 #A84155;
        background: #D25068;
        color: #fff;
        border: 1px solid #D25068;
        background-image: -webkit-linear-gradient(top, #F66C7B, #D25068);
        background-image: -moz-linear-gradient(top, #F66C7B, #D25068);
        background-image: -ms-linear-gradient(top, #F66C7B, #D25068);
        background-image: -o-linear-gradient(top, #F66C7B, #D25068);
        background-image: linear-gradient(to bottom, #F66C7B, #D25068);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
        box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
    }

        .red:hover .glyphicon {
            color: #6e1423 !important;
            text-shadow: 1px 1px 1px #f37588;
            -webkit-transform: rotateZ(720deg);
            -moz-transform: rotateZ(720deg);
            transform: rotateZ(720deg);
        }

    .blue {
        text-shadow: -1px -1px 0 #2C7982;
        background: #3EACBA;
        color: #fff;
        border: 1px solid #379AA4;
        background-image: -webkit-linear-gradient(top, #44C1EC, #0082AE);
        background-image: -moz-linear-gradient(top, #44C1EC, #0082AE);
        background-image: -ms-linear-gradient(top, #44C1EC, #0082AE);
        background-image: -o-linear-gradient(top, #44C1EC, #3EACBA);
        background-image: linear-gradient(top, #44C1EC, #0082AE);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #0082AE, 0 4px 2px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #0082AE, 0 4px 2px rgba(0, 0, 0, .5);
        box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #0082AE, 0 4px 2px rgba(0, 0, 0, .5);
    }

        .blue:hover .glyphicon {
            color: #0f6772 !important;
            text-shadow: 1px 1px 1px #52d8e7;
            -webkit-transform: rotateZ(720deg);
            -moz-transform: rotateZ(720deg);
            transform: rotateZ(720deg);
        }

    .push_button .glyphicon {
        font-size: 40px;
        margin-bottom: 10px;
        -webkit-transition: 0.6s ease-out;
        -moz-transition: 0.6s ease-out;
        transition: 0.6s ease-out;
    }

    .padding-0 {
        padding-right: 0;
        padding-left: 0;
    }

    @media all and (max-width:800px) {
        .push_button .glyphicon {
            font-size: 20px;
        }

        .red {
            font-size: 15px;
        }

        .blue {
            font-size: 15px;
        }

        .push_button {
            padding: 5px;
        }

        .text-left span {
            font-size: 12px;
        }
    }

    @media only screen and (max-width: 767px) {
        .red {
            margin-bottom: 20px;
            font-size: 25px;
        }

        .blue {
            margin-bottom: 20px;
            font-size: 25px;
        }

        .button-iven {
            margin: auto;
            margin-bottom: 20px;
        }

        .footer-phone {
            margin-right: auto;
        }

        .text-left h2 {
            text-align: center;
        }

        .text-left span {
            text-align: center;
            float: none;
        }

        .text-left hr {
            position: relative;
            left: inherit;
            width: 15%;
            margin-top: 10px;
        }

        .welcome-center {
            text-align: center;
        }
    }

    @media all and (max-width:1600px) {
        .camera_caption h1 {
            font-size: 4.3em;
        }

        .camera_caption p {
            font-size: 2.6em;
        }

        .address-section-text-bg:after {
            top: 53px !important;
        }
    }

    #viewDetail-4 .default-btn {
        margin-top: 0 !important;
        border-radius: 30px !important;
        background-color: #065ca8 !important;
        border-radius: 30px !important;
        border: 4px solid #e1e1e1 !important;
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), 0px 0px 5px rgba(153, 84, 0, 0.7) inset !important;
    }

        #viewDetail-4 .default-btn:hover {
            background-color: #58b3ca !important;
        }

    @media all and (max-width:1170px) {
        .camera_caption p {
            font-size: 2.0em !important;
        }

        .camera_caption h1 {
            font-size: 3.0em !important;
        }

        .body-car {
            margin-left: 17%;
        }
    }

    @media all and (max-width:1024px) {
        .camera_caption p {
            font-size: 1.7em !important;
        }

        .camera_caption h1 {
            font-size: 2.7em !important;
        }

        .body-car {
            margin-left: 19%;
        }

            .body-car li a {
                width: 113px;
            }
    }

    @media all and (max-width:992px) {
        .camera_caption p {
            font-size: 1.5em !important;
        }
    }

    @media all and (max-width:800px) {
        .camera_caption p {
            font-size: 1.1em !important;
        }

        .camera_caption h1 {
            font-size: 2.3em !important;
        }

        .sim-button {
            margin-top: 5px;
        }

        .body-car {
            margin-left: 11%;
        }
    }

    @media all and (max-width:768px) {
        .camera_caption p {
            font-size: 1.0em !important;
        }

        .camera_caption h1 {
            font-size: 2.1em !important;
        }
    }


    /*Button Home*/

    .hme-btn,
    .hme-btn::after {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hme-btn {
        background: none;
        color: #fff;
        display: block;
        padding: .5em 1em;
        position: relative;
        width: 25%;
        text-align: center;
    }

        .hme-btn::before,
        .hme-btn::after {
            background: #006179;
            content: '';
            position: absolute;
            z-index: -1;
        }

        .hme-btn:hover {
            color: #2ecc71;
        }


    /* BUTTON 1 */

    .btn-1::after {
        height: 0;
        left: 0;
        top: 0;
        width: 100%;
    }

    .btn-1:hover:after {
        height: 100%;
    }

    .hme-btn-btm::before,
    .hme-btn-btm::after {
        background: #5e1020;
        content: '';
        position: absolute;
        z-index: -1;
    }

    .hme-btn-btm {
        border: 1px solid #5e1020 !important;
        color: #533203;
        font-size: 18px;
        position: absolute;
        right: 0;
    }

        .hme-btn-btm:hover {
            color: #d27e04;
        }

    .hme-btn-inven {
        font-size: 18px;
        text-shadow: none;
        color: #c3982f;
        border: 1px solid #c3982f !important;
    }

        .hme-btn-inven:hover {
            color: #533203;
        }

    .hme-btn-welcome {
        font-size: 15px;
        text-shadow: none;
        color: #000;
        border: 1px solid #006179 !important;
        width: 25% !important;
        float: left !important;
    }

        .hme-btn-welcome:hover {
            color: #fff;
        }

    .list-inline a:hover {
        color: #538EFB;
        text-decoration: underline;
    }

    .hme-btn-banner {
        font-size: 15px;
        text-shadow: none;
        color: #fff;
        border: 1px solid #fff !important;
        width: 25% !important;
        float: none !important;
        padding: 10px 0px;
        text-transform: uppercase;
    }

        .hme-btn-banner:hover {
            color: #533203;
        }

    .three-opt-div {
    }

    .opt-bg {
        background-color: #050505;
        overflow: hidden;
        position: absolute;
        margin-top: 520px;
        z-index: 1;
        width: 58%;
        height: 100px;
        opacity: .7;
        border: 1px solid #4a4a4a;
    }

        .opt-bg i {
            position: relative;
            background-color: #2c2c2c;
            width: 100px;
            height: 100px;
            text-align: center;
            padding-top: 11px;
            font-size: 70px;
            left: -15px;
            -webkit-transition: background 0.3s;
            transition: background 0.3s;
        }

        .opt-bg span {
            color: #ccc;
            position: relative;
            top: -27px;
        }

        .opt-bg h3 {
            position: relative;
            text-transform: uppercase;
            color: #fff;
            top: -76px;
            left: 100px;
            font-size: 35px;
        }

    .hover-opt {
        cursor: pointer;
        transition: 1s;
    }

        .hover-opt:hover {
            color: #d37d02;
        }

            .hover-opt:hover span {
                color: #d37d02;
            }

            .hover-opt:hover h3 {
                color: #d37d02;
            }


    /*Camera Slider*/

    .camera_wrap {
        margin-top: -68px;
    }


    /*Camera Media Queries*/

    @media only screen and (max-width: 1600px) {
        .camera_caption h2 {
            max-width: 100%;
        }

        .hme-btn-banner {
            width: 50% !important;
        }

        .camera_caption {
            top: 10% !important;
            width: 45% !important;
        }
    }

    @media only screen and (max-width: 1280px) {
        .camera_caption {
            top: 20% !important;
            left: 15%;
            width: 70% !important;
        }

        .nav > li > a {
            font-size: 14px !important;
        }

        #search-toggle {
            right: -60px !important;
        }
    }

    @media only screen and (max-width: 1170px) {
        .nav > li > a {
            font-size: 13px !important;
        }

        #search-toggle {
            right: -70px !important;
        }
    }

    @media only screen and (max-width: 1080px) {
        .nav > li > a {
            font-size: 12px !important;
        }
    }

    @media only screen and (max-width: 1024px) {
        .camera_caption h2 {
            padding-top: 0px;
        }

        .camera_caption {
            top: 30% !important;
            left: 22%;
            width: 55% !important;
        }

            .camera_caption p {
                font-size: 1.4em !important;
            }

        .nav > li > a {
            font-size: 12px !important;
        }
    }

    @media only screen and (max-width: 800px) {
        .camera_caption h2 {
            font-size: 14px;
        }

        .hme-btn-banner {
            width: 66% !important;
        }
    }


    /*Camera Slider Media Queries Ends*/


    /*@media only screen and (max-width: 9200px) {
    .index-featured-cars hr {
        
        left: -292px;
            }
    .address-section-text-bg:after {
       
        top: 53px !important;
       
    }
}*/

    @media only screen and (max-width: 1600px) {
        .welcome-div {
            max-width: 50%;
            margin-left: 16%;
            margin-top: 0px;
        }

        .opt-bg {
            margin-top: 450px;
            width: 68%;
        }
    }

    @media only screen and (max-width: 1200px) {
        .welcome-div {
            max-width: 70%;
            margin-left: 5%;
        }

        .opt-bg {
            margin-top: 320px;
            width: 95%;
        }

        .footer-text h2 {
            font-size: 32px;
        }

        .footer-text {
            font-size: 12px;
        }
    }

    @media only screen and (max-width: 1170px) {
        address {
            font-size: 11px !important;
        }

        .nav-bg-hme i {
            margin-top: -2px;
        }

        .text-left hr {
            left: -194px;
        }

        .captch-submit-btn {
            right: -50px;
        }

        .captch-field {
            width: 24% !important;
        }

        .address-section-text-bg::after {
            border-left: calc(208px/1.33) solid transparent;
            border-right: calc(208px/1.33) solid transparent;
        }

        .opt-btn-home {
            margin-left: 9%;
        }

            .opt-btn-home > a {
                margin: 30px;
            }
    }

    @media only screen and (max-width: 1024px) {
        .hiddn-btn {
            display: none;
        }

        .quote-bg h2 {
            font-size: 24px;
        }

        .heading {
            max-width: 57%;
        }

        .opt-bg span {
            font-size: 12px;
        }

        .opt-bg h3 {
            font-size: 31px;
        }

        .opt-bg {
            margin-top: 270px;
        }

        .footer-text h2 {
            font-size: 26px;
        }
    }

    @media only screen and (max-width: 800px) {
        .navbar-nav > li > a {
            font-size: 15px !important;
        }
        /*.nav-bg-home {
            margin-top: -55px;
        }*/
        /*.nav-bg-home {
            margin-top: -56px;
            height: 57px;
        }*/
        /*.hidden-div {
            display: none;
        }*/
        .logos address a {
            font-size: 1.7em;
        }

        .heading {
            max-width: 87%;
            font-size: 1.5em;
        }

        .footer-phone h2 a {
            font-size: 33px;
        }

        .hme-btn-btm {
            font-size: 16px;
        }

        .opt-bg {
            display: none;
        }

        .text-left hr {
            left: -143px;
        }

        .captch-enter-text {
            top: 14px;
        }

        .captch-field {
            width: 44% !important;
            margin-top: 30px;
        }

        .refresh-pos {
            top: -13px;
            left: 10px;
        }

        .captch-submit-btn {
            right: -10px;
            width: 140px !important;
        }

        .footer-text h2 {
            font-size: 28px;
            margin-top: 14px;
        }

        .footer-text {
            font-size: 16px;
        }

        .add-cont {
            display: none;
        }

        .address-section-text {
            width: 44%;
            margin-left: 27%;
            margin-top: -2%;
        }

        .address-section-bg {
            background-color: transparent;
        }

        .opt-btn-home > a {
            margin: 9px;
        }

        .opt-btn-home {
            margin-left: 4%;
        }
    }

    @media only screen and (max-width: 767px) {
        .index-featured-cars h3 {
            font-weight: 300;
            margin-top: 0px;
        }

        .hme-btn-welcome {
            margin: auto;
            float: none !important;
            z-index: 2;
        }

        .hme-btn-btm {
            font-size: 23px;
        }

        .heading {
            margin-top: 20px;
            max-width: 100%;
        }

        .quote-bg h2 {
            text-align: center;
        }

        .text-left hr {
            left: -265px;
        }

        .para-margin {
            margin-bottom: 110px;
        }

        .table-responsive {
            border: 0px !important;
        }

        .captch-field {
            margin-top: 0px;
        }

        .captch-enter-text {
            top: -12px;
            margin-left: 160px;
        }

        .captch-submit-btn {
            left: 252px;
        }

        .address-section-bg {
            top: -26px !important;
        }

        .logo-margin {
            width: 50%;
        }
    }

    @media only screen and (max-width: 640px) {
        .text-left hr {
            left: -212px;
        }

        .captch-enter-text {
            margin-left: 100px;
        }

        .captch-submit-btn {
            left: 203px;
        }

        .address-section-text-bg::after {
            border-left: calc(178px/1.33) solid transparent;
            border-right: calc(178px/1.33) solid transparent;
            top: 69px !important;
        }

        .address-section-phone {
            font-size: 40px;
        }
    }

    @media only screen and (max-width: 480px) {
        .navbar-toggle,
        .navbar-toggle:hover {
            right: 0px;
        }

        .text-left hr {
            left: -141px;
        }

        .captch-enter-text {
            margin-left: 17px;
        }

        .captch-submit-btn {
            left: 133px;
            margin-bottom: 25px;
        }

        .address-section-phone {
            font-size: 27px;
        }

        .address-section-text-bg::after {
            border-left: calc(132px/1.33) solid transparent;
            border-right: calc(132px/1.33) solid transparent;
            top: 85px !important;
        }
    }

    .controls .left-arrow,
    .controls .right-arrow {
        background-color: #ceccc7;
        color: #fff;
        padding: 3px 10px;
        margin: 0 9px;
    }

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #a1a1a1;
        border-color: #ac2925;
    }

    .icon_address p {
        font-size: 16px;
        padding-right: 8px;
        margin-bottom: 5px;
        color: #fff;
    }

    .left-information {
        color: #010103;
    }

    .icon_address p i,
    .left-information,
    .icon_address p,
    .address ul li i,
    .address ul li strong,
    .address ul li span,
    #viewDetail-Right-4 .viewDetail_similarCar_area-4 .similarCar-link-4,
    #viewDetail-4 #viewDetail-text-4 {
        color: #6f6e74;
    }

    .pagination > li > a,
    .pagination > li > span {
        border: none;
        padding: 3px 9px;
        font-size: 13px;
        font-weight: 400;
        background-color: #ceccc7;
        margin-right: 6px;
        color: #fff;
        margin-bottom: 10px;
    }

    .porche .porche-header {
        text-align: center;
        color: #fff;
        padding: 14px 0px 7px 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006c87+0,002f3a+100 */
        background: #006c87;
        /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, #006c87 0%, #002f3a 100%);
        /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, #006c87 0%, #002f3a 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, #006c87 0%, #002f3a 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#006c87', endColorstr='#002f3a', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
    }

    .pagination > li:first-child > a,
    .pagination > li:last-child > a {
        background: #ceccc7;
    }

    .footer-phone-inner {
        background-color: #d27e04;
        padding: 15px 0px;
        text-align: center;
        position: relative;
        z-index: 1;
        margin-top: -23px !important;
    }


    /*Button home animation*/

    .foo::before {
        border-bottom: 3px solid #FFF;
        border-left: 3px solid #FFF;
        -webkit-transform-origin: 0 100%;
    }

    .foo::after {
        border-top: 3px solid #FFF;
        border-right: 3px solid #FFF;
        -webkit-transform-origin: 100% 0%;
    }

    .bar::before {
        border-bottom: 3px solid #FFF;
        border-left: 3px solid #FFF;
        -webkit-transform-origin: 100% 0%;
    }

    .bar::after {
        border-top: 3px solid #FFF;
        border-right: 3px solid #FFF;
        -webkit-transform-origin: 0% 100%;
    }

    .curmudgeon::before {
        border-bottom: 3px solid #FFF;
        border-left: 0;
        -webkit-transform-origin: 0% 100%;
    }

    .curmudgeon::after {
        border-top: 0;
        border-right: 0;
        -webkit-transform-origin: 50% 50%;
    }

    .box:hover::after,
    .box:hover::before {
        -webkit-transform: scale(1);
    }

    .link {
        line-height: 1em;
        position: absolute;
        bottom: 0;
        right: 20px;
        width: 300px;
        height: 50px;
        text-align: right;
    }

        .link > a {
            text-decoration: none;
            color: #FF0;
        }


    /*option-buttons*/

    .opt-btn-home {
        position: relative;
        margin-left: 14%;
    }

        .opt-btn-home i {
            font-size: 50px;
            color: #ccc;
        }

        .opt-btn-home > a {
            position: relative;
            display: inline-block;
            margin: 40px;
            width: 200px;
            height: 200px;
            cursor: pointer;
        }

            .opt-btn-home > a:hover .front {
                transform: translateY(-45px);
            }

            .opt-btn-home > a.fb:hover .front {
                transform: translate(-45px, -45px);
            }

            .opt-btn-home > a.ig:hover .front {
                transform: translate(45px, -45px);
            }

    .front {
        position: absolute;
        z-index: 10;
        width: 200px;
        height: 200px;
        background: #fff;
        transition: all 0.3s ease-out;
        border: 1px solid #e4e4e4;
    }

        .front span {
            color: #636363;
            font-size: 1.5em;
            font-weight: 100;
        }

    .behind {
        position: absolute;
        z-index: -1;
        top: 5px;
        left: 5px;
        width: 190px;
        height: 190px;
        padding-top: 160px;
        color: #fff;
    }

    .fb .behind {
        padding-right: 40px;
        background: #edcb08;
    }

    .tw .behind {
        background: #edcb08;
    }

    .ig .behind {
        padding-left: 40px;
        background: #edcb08;
    }

    .opt-btn-bg {
        margin-top: -50px;
    }

    @media only screen and (max-width: 1170px) {
        .opt-btn-home {
            margin-left: 9%;
        }

            .opt-btn-home > a {
                margin: 30px;
            }
    }

    @media only screen and (max-width: 800px) {
        .opt-btn-home {
            margin-left: 4%;
        }

            .opt-btn-home > a {
                margin: 9px;
            }
    }


    /*animated searchbox home*/

    .top-search-home {
    }

        .top-search-home input[type="text"] {
            height: 43px;
            font-size: 25px;
            display: inline-block;
            font-weight: 100;
            border: none;
            outline: none;
            color: #555;
            padding: 3px;
            padding-right: 60px;
            width: 0px;
            position: absolute;
            top: 0;
            right: 0;
            background: none;
            z-index: 3;
            transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
            cursor: pointer;
        }


            /*.top-search-home input[type="text"]:focus:hover {
    border-bottom: 1px solid #BBB;
}*/

            .top-search-home input[type="text"]:focus {
                width: 350px;
                z-index: 1;
                cursor: text;
                background-color: #f3cf0a;
            }

        .top-search-home input[type="submit"] {
            height: 43px;
            width: 63px;
            display: inline-block;
            color: red;
            float: right;
            background-image: url(../images/carbarninc/zoom-icon.png);
            background-repeat: no-repeat;
            text-indent: -10000px;
            border: none;
            position: relative;
            top: 0;
            right: 0;
            z-index: 2;
            cursor: pointer;
            opacity: 0.4;
            cursor: pointer;
            transition: opacity .4s ease;
            background-position: center;
            background-color: transparent;
        }

            .top-search-home input[type="submit"]:after {
                font-family: FontAwesome;
                content: "\f095";
                display: inline-block;
                padding-right: 3px;
                vertical-align: middle;
            }

            .top-search-home input[type="submit"]:hover {
                opacity: 0.8;
            }

    @media all and (max-width:800px) {
        .top-search-home {
            display: none;
        }
    }

    @media all and (max-width:1600px) {
        .address-section-text-bg:after {
            top: 53px !important;
        }
    }

    .car-block:hover .car-block-bottom h6,
    .car-block:hover .car-block-bottom h5,
    .car-block:hover .car-block-bottom h6 strong {
        color: #fff !important;
    }


    /********************Search Section***********************/

    #searchwrapper {
        margin-top: 11px;
    }

        #searchwrapper form {
            display: inline;
        }

    .searchbox {
        border: 0px;
        /*important*/
        color: #ccc !important;
        width: 100% !important;
        padding: 10px 4px !important;
        background: transparent !important;
        border: 1px solid #3f4040 !important;
        color: #c6c6c6 !important;
        height: 50px !important;
    }

    .searchbox_submit {
        border: 0px;
        background-color: transparent !important;
        position: relative;
        width: 52px;
        height: 46px;
        background-position: center center !important;
        float: right;
        border-radius: 0px;
        margin-top: -64px;
    }

        .searchbox_submit i {
            color: #e99846 !important;
            border: 0px;
            font-size: 25px;
            margin-top: -20px;
        }

        .searchbox_submit:hover {
            color: green !important;
        }

    .default-btn,
    .btn-inventory,
    button,
    input[type="reset"],
    input[type="button"],
    input[type="submit"] {
        font-size: 15.5px;
        padding: 5px 13px;
        border-radius: 4px;
        border: 0px none;
        color: #FFF;
        text-align: center;
        vertical-align: middle;
        font-weight: 400;
    }

        .default-btn:hover,
        .btn-inventory:hover,
        button:hover,
        input[type="reset"]:hover,
        input[type="button"]:hover,
        input[type="submit"]:hover {
            background-color: #333333 !important;
        }

    .cnt-sub-btn {
        width: 100% !important;
        background-color: #333333 !important;
        padding: 10px !important;
    }

        .cnt-sub-btn:hover {
            background-color: #ccc !important;
        }
    /**************top-left-address section css**************/
    .top-info-left {
        background-color: #fff;
        width: 100%;
        position: relative;
        margin-top: -100px;
        padding: 8px;
        float: left;
        z-index: 1;
    }

    .bg-add {
        background-color: #256c8e;
        width: 100%;
        float: left;
        border-bottom: 1px solid #fff;
    }

    .icon-cont {
        width: 80px;
        height: 80px;
        float: left;
        font-size: 50px;
        background-color: #468bad;
        text-align: center;
        position: relative;
        margin-right: 25px;
    }

        .icon-cont:after {
            position: absolute;
            width: 0;
            height: 0;
            border-left: 0px solid transparent;
            border-right: 24px solid transparent;
            border-bottom: 80px solid #468bad;
            content: '';
            right: -24px;
            top: 0px;
        }

    .icon-cont-orange {
        width: 80px;
        height: 80px;
        float: left;
        font-size: 50px;
        background-color: #f2aa62;
        text-align: center;
        position: relative;
        margin-right: 25px;
    }

        .icon-cont-orange:after {
            position: absolute;
            width: 0;
            height: 0;
            border-left: 0px solid transparent;
            border-right: 24px solid transparent;
            border-bottom: 80px solid #f2aa62;
            content: '';
            right: -24px;
            top: 0px;
        }

    .top-info-left h5 {
        text-transform: uppercase;
        font-style: italic;
        font-weight: 200;
        margin: 0px;
        padding-top: 15px;
        color: #a4d6ef;
        text-shadow: 1px 1px #1f5d7b;
    }

    .top-info-left h2 {
        font-weight: 800;
        margin: 0px;
        font-size: 32px
    }

        .top-info-left h2 a {
            color: #e99846;
        }

            .top-info-left h2 a:hover {
                color: #f6a758;
            }

    .top-info-left i {
        color: #1e5f7e;
    }

    .top-info-left h4 {
        margin: 0px;
        font-size: 18px;
        font-weight: 300;
        padding-top: 10px;
        padding-right: 10px;
        color: #fff;
        text-shadow: 1px 1px #1f5d7b;
    }

    .bg-ph {
        background-color: #e99846;
        width: 100%;
        float: left;
        border-bottom: 1px solid #fff;
    }


    /****************Button-animation**************/

    .a-btn {
        padding: 10px 30px 10px 70px;
        position: relative;
        float: left;
        display: block;
        overflow: hidden;
        width: 100%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f73816+0,ef3921+50,f6290c+51,f02f17+71,e73827+100 */
        background: rgb(247, 56, 22);
        /* Old browsers */
        background: -moz-linear-gradient(top, rgba(247, 56, 22, 1) 0%, rgba(239, 57, 33, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(247, 56, 22, 1) 0%, rgba(239, 57, 33, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(247, 56, 22, 1) 0%, rgba(239, 57, 33, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f73816', endColorstr='#e73827', GradientType=0);
        /* IE6-9 */
        -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
        -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
        -webkit-transition: box-shadow 0.3s ease-in-out;
        -moz-transition: box-shadow 0.3s ease-in-out;
        -o-transition: box-shadow 0.3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out;
    }

    .a-btn-symbol {
        font-family: 'WebSymbolsRegular', cursive;
        color: #555;
        font-size: 40px;
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
        position: absolute;
        left: 20px;
        line-height: 62px;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }

    .a-btn-text {
        font-size: 30px;
        color: #FFF;
        line-height: 30px;
        font-weight: bold;
        text-shadow: 1px 1px 2px rgba(62, 5, 5, 0.5);
        display: block;
        padding-top: 7px;
        padding-left: 30px;
        font-weight: 100;
    }

    .a-btn-slide-text {
        font-size: 30px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #ffe2e2;
        text-shadow: 0px 1px 1px rgba(92, 28, 28, 0.9);
        padding-left: 30px;
    }

    .a-btn-slide-icon {
        position: absolute;
        top: -40px;
        width: 35px;
        height: 35px;
        background: transparent url(../images/carbarninc/arrow_down_black.png) no-repeat top left;
        left: 30px;
        opacity: 0.4;
    }

    .a-btn:hover {
        background: #f25252;
        -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
        -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
        box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    }

        .a-btn:hover .a-btn-symbol {
            opacity: 0;
        }

        .a-btn:hover .a-btn-slide-icon {
            -webkit-animation: slideDown 0.9s linear infinite;
            -moz-animation: slideDown 0.9s linear infinite;
            animation: slideDown 0.9s linear infinite;
        }

    .a-btn:active {
        background: #d7565b;
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6) inset, 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
        -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6) inset, 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6) inset, 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    }

        .a-btn:active .a-btn-text {
            color: #fff;
            text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
        }

        .a-btn:active .a-btn-slide-text {
            color: rgba(0, 0, 0, 0.4);
            text-shadow: none;
        }

    @keyframes slideDown {
        0% {
            top: -30px;
        }

        100% {
            top: 80px;
        }
    }

    @-webkit-keyframes slideDown {
        0% {
            top: -30px;
        }

        100% {
            top: 80px;
        }
    }

    @-moz-keyframes slideDown {
        0% {
            top: -30px;
        }

        100% {
            top: 80px;
        }
    }

    .effect8 {
        position: relative;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    }

        .effect8:before,
        .effect8:after {
            content: "";
            position: absolute;
            z-index: -1;
            /*-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        box-shadow: 0 0 20px rgba(0,0,0,0.8);*/
            top: 10px;
            bottom: 10px;
            left: 0;
            right: 0;
            -moz-border-radius: 100px / 10px;
            border-radius: 100px / 10px;
        }

        .effect8:after {
            right: 10px;
            left: auto;
            -webkit-transform: skew(8deg) rotate(3deg);
            -moz-transform: skew(8deg) rotate(3deg);
            -ms-transform: skew(8deg) rotate(3deg);
            -o-transform: skew(8deg) rotate(3deg);
            transform: skew(8deg) rotate(3deg);
        }


    /*home-button-iven*/


    /* Button 5 */

    .home-btn-iven .btn-5 {
        background: #823aa0 !important;
        color: #fff;
        height: 70px;
        min-width: 260px;
        line-height: 24px;
        font-size: 16px;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .home-btn-iven .btn-5:active {
            background: #9053a9;
            top: 2px;
        }

        .home-btn-iven .btn-5 span {
            display: inline-block;
            width: 100%;
            height: 100%;
            -webkit-transition: all 0.3s;
            -webkit-backface-visibility: hidden;
            -moz-transition: all 0.3s;
            -moz-backface-visibility: hidden;
            transition: all 0.3s;
            backface-visibility: hidden;
        }

        .home-btn-iven .btn-5:before {
            position: absolute;
            height: 100%;
            width: 100%;
            line-height: 2.5;
            font-size: 180%;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        .home-btn-iven .btn-5:active:before {
            color: #703b87;
        }


    /* Button 5a */

    .home-btn-iven .btn-5a:hover span {
        -webkit-transform: translateY(300%);
        -moz-transform: translateY(300%);
        -ms-transform: translateY(300%);
        transform: translateY(300%);
    }

    .home-btn-iven .btn-5a:before {
        left: 0;
        top: -100%;
    }

    .home-btn-iven .btn-5a:hover:before {
        top: 0;
    }

    /*.home-btn-iven .btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .home-btn-iven .btn::after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }*/

    .fa-car:before {
        content: "\f1b9";
    }

    @media only screen and (max-width: 1170px) {
        .top-info-left h2 a {
            font-size: 30px;
        }

        .top-info-left h4 {
            font-size: 16px;
        }

        .icon-cont {
            width: 60px;
        }

        .icon-cont-orange {
            width: 60px;
        }

        .a-btn-text {
            padding-left: 10px;
        }

        .a-btn-slide-text {
            padding-left: 10px;
        }

        .top-info-left {
            margin-top: -70px;
        }
    }

    @media only screen and (max-width: 1080px) {
        .camera_caption h2 {
            font-size: 28px;
        }
    }

    @media only screen and (max-width: 800px) {
        .top-info-left h2 a {
            font-size: 42px;
        }

        .top-info-left h4 {
            font-size: 20px;
        }

        .icon-cont-orange {
            width: 100px;
        }

        .icon-cont {
            width: 100px;
        }

        .a-btn-text {
            padding-left: 0px;
            text-align: center;
        }

        .a-btn-slide-text {
            padding-left: 0px;
            text-align: center;
        }

        .footer-text i {
            font-size: 25px;
            width: 40px;
            height: 40px;
            margin-top: 9px;
            line-height: 30px;
        }

        .footer-text h4 {
            margin-left: 10px;
            font-size: 17px;
        }

        .searchbox_submit {
            margin-top: -67px;
        }

        .camera_caption h2 {
            font-size: 17px;
        }

        .add-margin {
            margin-top: 20px;
        }
    }

    @media only screen and (max-width: 767px) {
        .box {
            float: none;
        }
        /*.footer-text i {
        font-size: 65px;
        width: 90px;
        height: 90px;
        margin-top: 0px;
        line-height: 90px;
        margin-right: 20px;
        float: left;
    }*/
        .footer-text h4 {
            margin-left: 10px;
            font-size: 40px;
            float: none;
        }

        .footer-text h2 {
            margin-left: 20px;
            float: none;
            font-size: 33px;
            margin-top: 32px;
        }

        #searchwrapper i {
            font-size: 20px;
        }

        .searchbox_submit {
            margin-top: -87px;
        }

        .expect-margin {
            margin-bottom: 30px;
        }

        .top-info-left {
            margin-top: -20px;
        }

        .browse-cate {
            position: relative;
            z-index: 1;
        }

        .text-left {
            text-align: center !important;
        }

            .text-left hr {
                left: inherit;
            }

        .navbar-collapse {
            width: 100%;
            margin-top: 10px;
        }

        .add-margin {
            position: relative;
            top: 30px;
        }
    }

    @media only screen and (max-width: 480px) {
        .footer-text h4 {
            font-size: 30px;
        }

        .footer-text h2 a {
            font-size: 50px;
        }

        .shop-text h2 {
            font-size: 21px;
        }
    }

    @media only screen and (max-width: 414px) {
        .top-info-left h2 a {
            font-size: 32px;
        }

        .footer-text h4 {
            font-size: 25px;
        }

        .footer-text h2 a {
            font-size: 40px;
        }

        .hme-btn-welcome {
            width: 60% !important;
        }
    }


    /*small-screen-css*/

    .pink {
        background-color: #262a3c;
        font-size: 20px !important;
        width: 100%;
        float: left;
        text-align: center;
        color: #fff !important;
        border-radius: 0px;
        font-weight: 300 !important;
    }

        .pink:hover {
            background-color: #636361;
            color: #fff !important;
        }

    .apply-btn {
        background-color: #333333;
        font-size: 20px !important;
        width: 100%;
        float: left;
        text-align: center;
        color: #fff !important;
        border-radius: 0px;
        font-weight: 300 !important;
    }

        .apply-btn:hover {
            background-color: #87b0fb;
            color: #fff !important;
        }

    .small-search h2 {
        text-align: center;
        font-size: 40px;
    }

        .small-search h2 a {
            color: #171717;
        }

        .small-search h2 a {
            color: #171717;
        }

    .small-search h3 {
        text-align: center;
        color: #5e1020;
        font-weight: 100;
    }

    .small-search i {
        color: #ccc;
        font-size: 20px;
    }

    @media (max-width: 414px) {
        .small-search .col-xs-6 {
            width: 100%;
        }
    }


    /*nav-main-menu starts*/


    /*.navigation {
    margin-top: 50px;
}*/
    @media screen and (min-width:768px) {
        .navbar-brand-centered {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 300px;
        }

        .navbar > .container .navbar-brand-centered,
        .navbar > .container-fluid .navbar-brand-centered {
            margin-left: -80px;
        }
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        color: #093860;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #6ec1e4;
        }

    .navbar-brand {
        padding: 0px !important;
    }

    .navbar {
        padding: 20px 0px;
    }

    .firstcharacter {
        color: #036fca !important;
    }

    @media screen and (max-width:1024px) {
        .navbar-brand-centered {
            width: 270px;
        }
    }

    @media screen and (max-width:1024px) {
        .navbar-default .navbar-nav > li > a {
            padding: 10px 7px;
        }
    }

    @media screen and (max-width:992px) {
        .navbar-brand-centered {
            width: 250px;
        }
    }

    @media screen and (max-width:896px) {
        .navbar-brand-centered {
            width: 220px;
        }

        .logo-loc {
            padding-top: 10px;
        }
    }

    @media screen and (max-width:812px) {
        .navbar-default .navbar-nav > li > a {
            padding: 10px 4px;
        }
    }

    @media screen and (max-width:767px) {
        .navbar-brand-centered {
            width: 300px;
        }

        .navbar-default .navbar-toggle {
            margin-top: 0px !important;
        }

        .navbar-default .navbar-nav > li > a:hover {
            color: #fff;
            background-color: #040404;
        }
    }

    @media screen and (max-width:375px) {
        .navbar-brand-centered {
            width: 270px;
        }
    }

    @media screen and (max-width:320px) {
        .navbar-brand-centered {
            width: 210px;
        }
    }
    /*nav-main-menu ends*/

    .opts-bg {
        background-color: green;
        padding-top: 60px;
        padding-bottom: 170px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006c87+0,002f3a+100 */
        background: #006c87;
        /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, #006c87 0%, #002f3a 100%);
        /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, #006c87 0%, #002f3a 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, #006c87 0%, #002f3a 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#006c87', endColorstr='#002f3a', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
    }

    .row-car-bg {
        position: relative;
    }

    .opts-car {
        position: relative;
        margin-top: -250px;
    }

    .opts-bg h3 {
        text-align: center;
        text-transform: uppercase;
        color: #88c5d5;
        background: -webkit-linear-gradient(#88c5d5, #fff, #88c5d5);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 35px;
    }


    /* Common style */

    .grid {
        margin: 40px auto 120px;
        max-width: 1000px;
        width: 90%;
    }

        .grid a {
            float: left;
            max-width: 250px;
            width: 25%;
            color: #333;
        }

            .grid a:nth-child(odd) {
                margin: 30px 0 -30px 0;
            }

        .grid figure {
            position: relative;
            overflow: hidden;
            margin: 5px;
            box-shadow: 0 8px 6px -6px black;
        }

            .grid figure img {
                position: relative;
                display: block;
                width: 100%;
                opacity: 0.7;
                -webkit-transition: opacity 0.3s;
                transition: opacity 0.3s;
                height: 350px;
            }

        .grid figcaption {
            position: absolute;
            top: 0;
            z-index: 11;
            padding: 10px;
            width: 100%;
            height: 100%;
            text-align: center;
        }

            .grid figcaption h2 {
                margin: 0 0 20px 0;
                color: #FFF;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: 300;
                font-size: 130%;
                -webkit-transition: -webkit-transform 0.3s;
                transition: transform 0.3s;
            }

            .grid figcaption p {
                padding: 0 20px;
                color: #fff;
                font-weight: 300;
                -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
                transition: opacity 0.3s, transform 0.3s;
                font-size: 18px;
            }

            .grid figcaption h2 {
                -webkit-transform: translateY(50px);
                transform: translateY(50px);
                font-family: 'Lobster', cursive;
                font-size: 30px !important;
            }

            .grid figcaption p {
                -webkit-transform: translateY(50px);
                transform: translateY(50px);
            }

        .grid figure btnfig {
            position: absolute;
            padding: 4px 20px;
            border: none;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: bold;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
        }

        .grid figcaption,
        .grid figcaption h2,
        .grid figcaption p,
        .grid figure btnfig {
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }


        /* Style for SVG */

        .grid svg {
            position: absolute;
            top: -1px;
            /* fixes rendering issue in FF */
            z-index: 10;
            width: 100%;
            height: 100%;
        }

            .grid svg path {
                fill: #318094;
            }


        /* Hover effects */

        .grid a:hover figure img {
            opacity: 1;
        }

        .grid a:hover figcaption h2,
        .grid a:hover figcaption p {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .grid a:hover figcaption p {
            opacity: 0;
        }


    /* Individual styles */

    .demo-1 body {
        background: #3498db;
    }

    .demo-1 .grid figure btn-1,
    .demo-3 .grid figure btn-1 {
        top: 50%;
        left: 50%;
        border: 3px solid #000;
        background: transparent;
        color: #fff;
        opacity: 0;
        -webkit-transform: translateY(-50%) translateX(-50%) scale(0.25);
        transform: translateY(-50%) translateX(-50%) scale(0.25);
    }

    .demo-1 .grid a:hover figure btn-1,
    .demo-3 .grid a:hover figure btn-1 {
        opacity: 1;
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
        transform: translateY(-50%) translateX(-50%) scale(1);
    }

    .demo-2 body {
        background: #e74c3c;
    }

    .demo-2 .grid figcaption h2 {
        color: #e74c3c;
    }

    .demo-2 .grid figcaption p {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }

    .demo-2 .grid figure button {
        bottom: 0;
        left: 0;
        padding: 15px;
        width: 100%;
        background: #fff;
        color: #333;
        font-weight: 300;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    .demo-2 .grid a:hover figure button {
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .demo-2 .grid figcaption h2,
    .demo-2 .grid figcaption p,
    .demo-3 .grid figcaption h2,
    .demo-3 .grid figcaption p {
        -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.115, 1);
        /* older webkit */
        -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
        timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
    }

    .demo-2 .grid a:hover figcaption p,
    .demo-3 .grid a:hover figcaption p {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
    }

    .demo-3 body {
        background: #52be7f;
    }

    .demo-3 .grid figcaption h2 {
        color: #52be7f;
    }

    .demo-3 .grid a:hover figcaption h2 {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }


    /* Media Queries */


    /* Let's redefine the width of each anchor and the margins */

    @media screen and (max-width: 800px) {
        .grid figcaption p {
            font-size: 13px;
        }

        .opts-bg {
            padding-bottom: 60px;
        }
    }

    @media screen and (max-width: 58em) {
        .grid a {
            width: 24.333%;
        }

            .grid a:nth-child(odd) {
                margin: 0;
            }

            .grid a:nth-child(3n-1) {
                margin: 30px 0 -30px 0;
            }
    }

    @media screen and (max-width: 45em) {
        .grid {
            max-width: 500px;
        }

            .grid a {
                width: 50%;
            }

                .grid a:nth-child(3n-1) {
                    margin: 0;
                }

                .grid a:nth-child(even) {
                    margin: 30px 0 -30px 0;
                }

            .grid figcaption h2 {
                margin-bottom: 0px;
                -webkit-transform: translateY(30px);
                transform: translateY(30px);
            }

            .grid figcaption p {
                margin: 0;
                padding: 0 10px;
            }
    }

    @media screen and (max-width: 27em) {
        .grid {
            max-width: 250px;
        }

            .grid a {
                width: 100%;
            }

                .grid a:nth-child(even) {
                    margin: 0;
                }
    }

    .boton {
        width: 300px;
        height: 50px;
        display: block;
        position: absolute;
        margin-top: 37px;
        z-index: 2;
        margin-left: 23%;
        top: 26.5%;
    }

    .botontext {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        text-transform: uppercase;
    }

    .twist {
        display: block;
        height: 100%;
        width: 25%;
        position: relative;
        float: left;
        margin-left: -4px;
    }

        .twist:before {
            content: "";
            width: 100%;
            height: 100%;
            background: #318094;
            bottom: 100%;
            position: absolute;
            transform-origin: center bottom 0px;
            transform: matrix3d(1, 0, 0, 0, 0, 0, -1, -0.003, 0, 1, 0, 0, 0, 0, 0, 1);
            -webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
            -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
            -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
            transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
            /* custom */
        }

        .twist:after {
            content: "";
            position: absolute;
            width: 100%;
            top: 100%;
            height: 100%;
            background: #4dc8f1;
            transform-origin: center top 0px;
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.003, 0, -50, 0, 1);
            -webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
            -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
            -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
            transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
            /* custom */
        }

    .boton:hover .twist:before {
        background: #fff;
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0.003, 0, 50, 0, 1);
    }

    .boton:hover .twist:after {
        background: #dedae1;
        transform: matrix3d(1, 0, 0, 0, 0, 0, -1, 0.003, 0, 1, 0, 0, 0, 0, 0, 1);
    }

    .boton .twist:nth-of-type(1) {
        margin-left: 0;
    }

        .boton .twist:nth-of-type(1):before,
        .boton .twist:nth-of-type(1):after {
            transition-delay: 0s;
        }

    .boton .twist:nth-of-type(2):before,
    .boton .twist:nth-of-type(2):after {
        transition-delay: 0.1s;
    }

    .boton .twist:nth-of-type(3):before,
    .boton .twist:nth-of-type(3):after {
        transition-delay: 0.2s;
    }

    .boton .twist:nth-of-type(4):before,
    .boton .twist:nth-of-type(4):after {
        transition-delay: 0.3s;
    }

    .boton .botontext:nth-of-type(1) {
        color: #3d3b40;
        bottom: 100%;
        transform-origin: center bottom 0px;
        transform: matrix3d(1, 0, 0, 0, 0, 0, -1, -0.003, 0, 1, 0, 0, 0, 0, 0, 1);
        -webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
        -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
        -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
        transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
        /* custom */
        font-size: 20px;
    }

    .boton:hover .botontext:nth-of-type(1) {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0.003, 0, 50, 0, 1);
    }

    .boton .botontext:nth-of-type(2) {
        color: #fff;
        top: 100%;
        transform-origin: center top 0px;
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.003, 0, -50, 0, 1);
        -webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
        -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
        -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
        transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
        /* custom */
    }

    .boton:hover .botontext:nth-of-type(2) {
        transform: matrix3d(1, 0, 0, 0, 0, 0, -1, 0.003, 0, 1, 0, 0, 0, 0, 0, 1);
    }

    @media screen and (max-width: 1880px) {
        .boton {
            margin-left: 22%;
            top: 22%;
        }
    }

    @media screen and (max-width: 1600px) {
        .boton {
            margin-left: 26%;
            top: 19%;
        }
    }

    @media screen and (max-width: 1440px) {
        .boton {
            margin-left: 28%;
            top: 17%;
        }

        .nav {
            padding-left: 6px;
        }
    }

    @media screen and (max-width: 1280px) {
        .boton {
            margin-left: 31%;
            top: 15.5%;
        }

        .nav {
            padding-left: 8px;
        }
    }

    @media screen and (max-width: 1170px) {
        .boton {
            margin-left: 27%;
            top: 16.5%;
        }

        .nav {
            padding-left: 13px;
        }
    }

    @media screen and (max-width: 1080px) {
        .boton {
            margin-left: 28%;
            top: 15.5%;
        }

        .nav > li > a {
            font-size: 14px !important;
        }

        .nav {
            padding-left: 8px;
        }

        #search-toggle {
            right: -83px !important;
        }

        /* .col-sm-9 {
        width: 84%;
    }*/
    }

    @media screen and (max-width: 1024px) {
        .boton {
            margin-left: 30%;
            top: 12.5%;
        }

        .nav > li > a {
            font-size: 13px !important;
        }

        /*.col-sm-9 {
        width: 84%;
    }*/

        #search-toggle {
            right: -84px !important;
        }
    }

    @media screen and (max-width: 992px) {
        .boton {
            margin-left: 31%;
            top: 12%;
        }

        .col-sm-9 {
            width: 86%;
        }

        #search-toggle {
            right: -72px !important;
        }

        a.ph-home-2 {
            font-size: 15px;
        }
    }

    @media screen and (max-width: 800px) {
        .boton {
            margin-left: 27%;
            top: 8.7%;
        }

        .nav > li > a {
            font-size: 12px !important;
            padding: 10px 5px;
        }

        .adres-top-hme {
            float: right;
            margin-top: 2px;
        }

        .address-footer-color {
            font-size: 11px !important;
        }

        #search-toggle {
            right: -56px !important;
        }
    }


    /*main-slider-css-starts*/

    .slide {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        text-align: center;
        font-size: 18px;
        background: #fff;
        overflow: hidden;
    }

    .slide-image {
        position: absolute;
        top: -200px;
        left: -200px;
        width: calc(100% + 400px);
        height: calc(100% + 400px);
        background-position: 50% 50%;
        background-size: cover;
    }

    .slide-title {
        font-size: 4rem;
        line-height: 1;
        max-width: 50%;
        white-space: normal;
        word-break: break-word;
        color: #FFF;
        z-index: 100;
        text-transform: uppercase;
        font-weight: normal;
        margin-top: 18%;
        text-shadow: -1px -1px 0px #2b2928, 3px 3px 0px #2b2f32, 6px 6px 0px #76776f;
        margin-bottom: 6%;
    }

    @media (min-width: 45em) {
        .slide-title {
            font-size: 7vw;
            max-width: none;
        }
    }

    .slide-title span {
        white-space: pre;
        display: inline-block;
        opacity: 0;
    }

    .slideshow {
        position: relative;
    }

    .slideshow-pagination {
        position: absolute;
        bottom: 5rem;
        left: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        transition: .3s opacity;
        z-index: 10;
    }

    .slideshow-pagination-item {
        display: flex;
        align-items: center;
    }

        .slideshow-pagination-item .pagination-number {
            opacity: 0.5;
        }

        .slideshow-pagination-item:hover,
        .slideshow-pagination-item:focus {
            cursor: pointer;
        }

        .slideshow-pagination-item:last-of-type .pagination-separator {
            width: 0;
        }

        .slideshow-pagination-item.active .pagination-number {
            opacity: 1;
        }

        .slideshow-pagination-item.active .pagination-separator {
            width: 10vw;
        }

    .slideshow-navigation-button {
        position: absolute;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 5rem;
        z-index: 1000;
        transition: all .3s ease;
        color: #FFF;
    }

        .slideshow-navigation-button:hover,
        .slideshow-navigation-button:focus {
            cursor: pointer;
            background: rgba(0, 0, 0, 0.5);
        }

        .slideshow-navigation-button.prev {
            left: 0;
        }

        .slideshow-navigation-button.next {
            right: 0;
        }

    .pagination-number {
        font-size: 1.8rem;
        color: #FFF;
        padding: 0 0.5rem;
    }

    .pagination-separator {
        display: none;
        position: relative;
        width: 40px;
        height: 2px;
        background: rgba(255, 255, 255, 0.25);
        transition: all .3s ease;
    }

    @media (min-width: 45em) {
        .pagination-separator {
            display: block;
        }
    }

    .pagination-separator-loader {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        transform-origin: 0 0;
    }

    .slide-page {
        background-color: transparent !important;
    }


    /*main-slider-css-ends*/


    /*custom-css-page*/

    .my-dropdown-menu {
        position: relative;
        display: inline-block;
    }

    .my-dropdown-content {
        display: none;
        position: fixed;
        right: 0;
        background-color: #262626;
        /* min-width: 1400px; */
        width: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        padding-bottom: 10px;
    }

        .my-dropdown-content h2 {
            font-size: 16px;
            font-weight: 400;
            color: #b1b1b1;
        }

        .my-dropdown-content h3 {
            font-size: 18px;
            color: #538efb;
            font-weight: 300;
            padding: 0px;
            margin: 0px;
        }

        .my-dropdown-content p {
            padding: 0px;
            color: #a49e9e;
            font-size: 12px;
            font-weight: 200;
        }

        .my-dropdown-content li {
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

    .my-dropdown-menu:hover .my-dropdown-content {
        display: block;
    }

    .nav-vk ul li ul.dropdown {
        min-width: 100%;
        /* Set width of the dropdown */
        display: none;
        position: absolute;
        z-index: 999;
        left: 0;
        width: 240px;
    }

    .nav-vk ul li ul li:before {
        height: auto !important;
        border-right: none !important;
    }

    .nav-vk ul li ul li a {
        background: #262626 !important;
        padding: 11px;
        width: 100%;
        position: absolute;
        text-transform: uppercase;
    }

    .nav-vk ul li:hover ul.dropdown {
        display: block;
        /* Display the dropdown */
        padding: 0px;
        margin: 0px;
    }

    .nav-vk i {
        color: #6f9ef5 !important;
    }

    .sell-car-btn {
        padding: 10px;
        line-height: 20px;
        background-color: #262626;
        width: 100%;
        position: absolute;
    }

        .sell-car-btn:hover {
            background-color: #538efb;
        }

    .termsale {
        padding: 10px;
        line-height: 20px;
        background-color: #262626;
        width: 100%;
        position: absolute;
    }

        .termsale:hover {
            background-color: #538efb;
        }

    .nav-vk ul li ul.dropdown li {
        display: block;
    }

    .vwd-btn {
        width: 50%;
        border: 1px solid #3f4755;
        position: relative;
        padding: 7px;
        font-size: 14px !important;
        float: left;
        font-weight: 300;
        text-align: center;
        transition: .35s;
        z-index: 2;
    }

        .vwd-btn:hover {
            background-color: #3f4755;
        }

    @media all and (max-width:767px) {
        .my-dropdown-content .col-md-12 {
            display: none;
        }
    }

    @keyframes blinkcolor {
        30% {
            color: #70a0f7;
        }

        70% {
            color: #f69121;
        }

        100% {
            color: #f33;
        }
    }

    @keyframes moveleft {
        0% {
            transform: translate(0px);
        }

        50% {
            transform: translate(20px);
        }

        100% {
            transform: translate(0px);
        }
    }

    @keyframes moveright {
        0% {
            transform: translate(0px);
        }

        50% {
            transform: translate(-20px);
        }

        100% {
            transform: translate(0px);
        }
    }

    .theme-details .we-install {
        font-size: 17px;
    }

    .we-install {
        text-align: center;
        font-size: 25px;
        padding: 30px 0px;
    }

        .we-install a {
            color: #70a0f7;
            /*border-bottom: 1px solid;*/
            padding: 5px;
            text-decoration: none;
            position: relative;
            animation-name: blinkcolor;
            animation-duration: 3s;
            animation-iteration-count: infinite;
            animation-fill-mode: both;
        }

            .we-install a:hover {
                animation-play-state: paused;
            }

            .we-install a:before {
                content: "\f178";
                font-family: fontawesome;
                position: absolute;
                left: -15%;
                animation-name: moveleft;
                animation-duration: 1s;
                animation-iteration-count: infinite;
                animation-fill-mode: both;
            }

            .we-install a:after {
                content: "\f177";
                font-family: fontawesome;
                position: absolute;
                right: -15%;
                animation-name: moveright;
                animation-duration: 1s;
                animation-iteration-count: infinite;
                animation-fill-mode: both;
            }

    .inner-header-bg {
        padding: 30px;
        background-color: #262626;
        background: linear-gradient(-45deg, #232526, #414345);
        background-size: 400% 400%;
        -webkit-animation: gradientBG 15s ease infinite;
        animation: gradientBG 15s ease infinite;
    }

    @-webkit-keyframes gradientBG {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    @keyframes gradientBG {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }


    /*inner-breadcrumb*/

    .main-bdc {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }

        .main-bdc .breadcrumb-wrapper {
            list-style: none;
        }

            .main-bdc .breadcrumb-wrapper .breadcrumb {
                color: #a3a6ae;
                border: 1px solid #a3a6ae;
                padding: 4px 8px;
                font-family: arial;
                font-size: 12px;
                border-radius: 0px;
                text-transform: uppercase;
                cursor: pointer;
            }

                .main-bdc .breadcrumb-wrapper .breadcrumb:hover {
                    color: #fff;
                    background-color: #a1a1a1;
                    border: 1px solid #a3a6ae;
                }

            .main-bdc .breadcrumb-wrapper .breadcrumb-separator {
                border-color: #f5f5f5;
                border-style: solid;
                border-width: 2px 2px 0 0;
                font-size: 11px;
                margin: -8px 14px 0 -10px;
                width: 5px;
                height: 5px;
                display: inline-block;
                transform: rotate(41deg);
                position: absolute;
            }

            .main-bdc .breadcrumb-wrapper li {
                display: inline-block;
            }

            .main-bdc .breadcrumb-wrapper a {
                text-decoration: none;
            }

    .inner-footer-line {
        border-top: 1px solid #ccc;
    }

    .top-address-div {
        float: right;
    }

        .top-address-div ul {
            padding: 0px;
            margin: 0px;
            list-style-type: none;
        }

        .top-address-div li {
            display: inline-block;
            font-size: 14px;
            color: #262626;
            float: left;
            padding: 10px 9px;
            border-left: 1px solid #f9a84f;
            text-align: center;
        }


    /*.logo-pos {
   
    margin-right: 12%;
    margin-top: 5px;
    float:right;
}*/

    .logo-lucky-pos {
        position: absolute;
        z-index: 2;
        margin-left: 2%;
        width: 7%;
    }

    .grey-bg {
        background-color: #f5f5f5;
        padding: 100px;
    }

    .heading-main {
        text-align: center;
    }

        .heading-main hr {
            width: 50% !important;
            border-top: 1px solid #e1e1e1 !important;
        }

    .small-heading {
        text-transform: uppercase;
        font-size: 30px;
    }

    .side-car {
        background-image: url(/Content/images/actionAutoUtah/side-car.png);
        background-position: right 120px;
        background-repeat: no-repeat;
    }

    @media all and (max-width:1440px) {
        .side-car {
            background-position: 790px 180px;
        }

        #search-toggle {
            right: -36px !important;
        }
    }

    .heading-main h6 {
        font-size: 14px;
        margin: 0px;
        padding: 0px;
        color: #33404b;
        text-transform: uppercase;
    }

    .heading-main h2 {
        margin-top: 0px;
        font-size: 33px;
        font-weight: 600;
        color: #33404b;
    }

    .heading-main span {
        color: #f69121;
    }

    .small-title {
        text-transform: uppercase;
        font-size: 30px;
        color: #33404b;
    }

    .find-car-bg {
        background-color: #282828;
        color: #fff;
    }

        .find-car-bg h2 {
            font-size: 33px;
            font-weight: 600;
        }

        .find-car-bg span {
            font-size: 20px;
            font-weight: 300;
        }

    .border-price {
        border-right: 1px solid #353a3f;
    }

    .find-car-bg h3 {
        font-size: 20px !important;
        margin-top: 0px;
        text-align: center;
        color: #e67732;
    }

    .find-car-bg p {
        color: #ccc;
    }

    .find-car-bg h3 a {
        color: #00aae5;
        font-weight: 800;
        transition: 0.1s;
    }

    .price-bg:hover h3 {
        color: #fff;
    }

    .find-car-bg i {
        color: #4dc8f1;
        font-size: 35px;
    }

    .ph-align {
        text-align: right;
    }

    .price-alerts {
        position: relative;
        margin-top: -30px;
    }

        .price-alerts span {
            color: #c00;
            font-size: 20px;
        }

    .price-bg h3 {
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
    }

    .welcome-text {
        padding-top: 20px;
    }

    .footer-pic {
        background-image: url(/Content/images/actionAutoUtah/footer-pic.jpg);
    }

    .address-footer-color {
        color: #1b1a1a !important;
        font-family: 'Montserrat', sans-serif;
        /*font-size: 24px !important;*/
    }

    .quality-car-banner {
        padding: 15px;
        padding: 50px 10px;
        text-align: center;
        background-color: #282828;
        color: #fff;
    }

    .finance-car-banner {
        padding: 15px;
        padding: 50px 10px;
        text-align: center;
        background-color: #e67732;
        color: #fff;
    }

    .banners-sec h2 {
        font-size: 40px;
        font-weight: 600;
        margin: 0px;
        color: #88c5d5;
        background: -webkit-linear-gradient(#88c5d5, #fff, #88c5d5);
        background-clip: border-box;
        background-clip: border-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .banners-sec h3 {
        font-size: 33px;
        font-weight: 100;
        margin-top: 0px;
    }

    .red-car-pos {
        margin: auto;
        position: relative;
        z-index: 2;
    }

    .btn-outline {
        margin-top: 15px;
        border: solid 1px #bbbbbb;
        font-size: 24px;
        color: #bbbbbb;
        background: 0 0;
        transition: all .3s ease-in-out;
    }

        .btn-outline:hover,
        .btn-outline:focus,
        .btn-outline:active,
        .btn-outline.active {
            border: solid 1px #bbbbbb;
            color: #000;
            background: #5a5959;
        }

    .browse-links-bg {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0000+0,cc0000+50,990000+50,990000+100 */
        background: #cc0000;
        /* Old browsers */
        background: -moz-linear-gradient(left, #cc0000 0%, #cc0000 50%, #990000 50%, #990000 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #cc0000 0%, #cc0000 50%, #990000 50%, #990000 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #cc0000 0%, #cc0000 50%, #990000 50%, #990000 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#990000', GradientType=1);
        /* IE6-9 */
    }

    .browse-mid {
        background-color: #b30000;
        padding-bottom: 20px;
    }

    .btn-social {
        display: inline-block;
        width: 48px;
        height: 48px;
        border: 1px solid #bbbbbb;
        border-radius: 100%;
        text-align: center;
        font-size: 24px;
        line-height: 46px;
        color: #4ec8f1 !important;
    }

    .browse-links h2 {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
    }

    .list-inline {
        padding-left: 0;
        list-style: none;
        margin-left: -5px;
    }

        .list-inline > li {
            display: inline-block;
            padding-left: 5px !important;
            padding-right: 5px;
        }

    .social-links {
        -webkit-animation: fade-in-down 0.9s;
        animation: fade-in-down 0.9s;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }


    /* Animations */

    @-webkit-keyframes fade-in-down {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes fade-in-down {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }


    /*#verticle menu */

    .vertical_menu {
        padding: 5px;
        margin: 5px;
        font-size: .9375em;
        font-weight: 400;
    }

        .vertical_menu li {
            list-style: none;
            padding: 2px 0px;
            border-bottom: 1px dotted #db5858;
        }

            .vertical_menu li:last-child {
                border-bottom: none;
            }

        .vertical_menu .slide {
            background-size: 202% 100%;
            background-image: linear-gradient(to right, #c00 50%, #db2d2d 50%), linear-gradient(to right, #c00 50%, #db2d2d 50%);
            transition: background-position 600ms cubic-bezier(0.19, 1, 0.22, 1);
            -webkit-background-clip: text, border-box;
            background-clip: text, border-box;
            text-align: left !important;
            padding: 4px;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            padding-left: 10px;
        }

            .vertical_menu .slide:hover {
                background-position: -100% 2%;
            }

        .vertical_menu span {
            color: #fff;
        }

        .vertical_menu i {
            margin-right: 9px;
        }

    .car-no {
        position: absolute;
        right: 12px;
        color: #f98383;
    }

    .mid-slide {
        background-size: 202% 100%;
        background-image: linear-gradient(to right, #b30000 50%, #c53636 50%), linear-gradient(to right, #b30000 50%, #c53636 50%) !important;
    }

    .last-slide {
        background-size: 202% 100%;
        background-image: linear-gradient(to right, #900 50%, #b63434 50%), linear-gradient(to right, #900 50%, #b63434 50%) !important;
    }

    .address-header-color {
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 300 !important;
    }

    .bbb-logo-pos {
        margin-top: 37px;
    }

    .hover-div {
        transition: 0.3s;
    }

        .hover-div:hover {
            transform: translate(0, -10px);
        }

    .browse-circle {
        position: relative;
        margin: auto;
        height: 120px;
        width: 120px;
        border-radius: 50%;
        margin-top: 40px;
    }

        .browse-circle:before {
            position: absolute;
            content: '';
            height: calc(100% + 10px);
            width: calc(100% + 10px);
            border: 1px dashed #edb9b9;
            top: -13px;
            left: -13px;
            border-radius: inherit;
            animation: spin 20s linear infinite;
        }

    @keyframes spin {
        100% {
            transform: rotateZ(360deg);
        }
    }

    .browse-links-bg i {
        font-size: 50px;
        text-align: center;
        position: relative;
        line-height: 97px;
        margin-left: 22%;
        color: #f59f9f;
    }

    .vertical_menu i {
        font-size: 20px;
        text-align: left;
        position: relative;
        line-height: 10px;
        margin-left: 0px;
    }

    .numscroller {
        text-align: center;
        font-size: 60px;
        font-family: 'Orbitron', sans-serif;
        color: #fff;
    }

    .snip1143 {
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
    }

        .snip1143 * {
            box-sizing: border-box;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

        .snip1143 li {
            display: inline-block;
            list-style: outside none none;
            margin: 0 1.5em;
            overflow: hidden;
        }

        .snip1143 a {
            padding: 0.3em 0;
            color: rgb(120, 125, 132);
            position: relative;
            display: inline-block;
            letter-spacing: 1px;
            margin: 0;
            text-decoration: none;
        }

            .snip1143 a:before,
            .snip1143 a:after {
                position: absolute;
                -webkit-transition: all 0.35s ease;
                transition: all 0.35s ease;
            }

            .snip1143 a:before {
                top: 100%;
                display: block;
                height: 3px;
                width: 100%;
                content: "";
                background-color: #e40a1a;
            }

            .snip1143 a:after {
                padding: 0.3em 0;
                position: absolute;
                top: 100%;
                left: 0;
                content: attr(data-hover);
                color: #28374a;
                white-space: nowrap;
            }

        .snip1143 li:hover a,
        .snip1143 .current a {
            transform: translateY(-100%);
        }

    .triangle-bottomleft {
        width: 0;
        height: 0;
        border-bottom: 20px solid #27384a;
        border-right: 20px solid transparent;
    }

    .btn.fill {
        background: #ea1c1a;
    }

    .find-car {
        font-size: 20px !important;
    }

    .bx-slider1 li img {
        transition: 1s all;
        margin: auto;
        padding: 10px;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

        .bx-slider1 li img:hover {
            filter: none;
            -webkit-filter: grayscale(0%);
        }

    .bx-slider1 li {
        border: 1px solid #ebebeb;
        text-align: center;
        margin: 0px 5px;
        width: 200px !important;
        cursor: pointer;
    }

    .bx-wrapper {
        box-shadow: none !important;
        border: 0px !important;
        margin: 0 auto 0px !important;
        margin: 0 auto
    }

    .bx-slide-div h2 {
        font-size: 40px;
        color: #2d2d33;
        text-align: center;
        /*text-transform: uppercase;*/
    }

    .bx-slide-div {
        background-color: #f4f4f4;
    }

    .sticky-link {
        position: fixed;
        right: 2%;
        top: 4%;
        z-index: 2;
    }

    /*.btn {
    position: relative;
    display: inline-block;
    color: #282828;
    border: none;
    border-radius: 0;
    outline: 0;
    padding: 1.25rem 2rem;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    -webkit-transform: translate(0);
    transform: translate(0);
    letter-spacing: 0.1875rem;
    width: 100%;
    z-index: 999;
}*/

    .btn-icon-zipcode {
        width: 40px !important;
        font-size: 12px !important;
    }

    a {
        transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        color: #d5cdcd;
        text-decoration: none;
    }

    /*.btn:hover {
    color: #fff !important;
}*/

    /*.btn.fill {
    background: #ea1c1a;
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px;
}*/

    .fill-gray {
        background: transparent !important;
        border: 1px solid #a3a9ae;
        color: #27384a !important;
    }

    a:hover {
        color: #8e8d8d;
    }

    /*.btn:hover::before {
    transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0%;
    transform-origin: 0%;
}*/

    .view-all-btn {
        margin-left: 40%;
    }

    .the-arrow {
        width: 1px;
        transition: all 0.2s;
    }

        .the-arrow.-left {
            position: absolute;
            top: 60%;
            left: 0;
        }

            .the-arrow.-left > .shaft {
                width: 0;
                background-color: #4c4c4c;
            }

                .the-arrow.-left > .shaft:before,
                .the-arrow.-left > .shaft:after {
                    width: 0;
                    background-color: #4c4c4c;
                }

                .the-arrow.-left > .shaft:before {
                    -webkit-transform: rotate(0);
                    transform: rotate(0);
                }

                .the-arrow.-left > .shaft:after {
                    -webkit-transform: rotate(0);
                    transform: rotate(0);
                }

        .the-arrow.-right {
            top: 3px;
        }

            .the-arrow.-right > .shaft {
                width: 1px;
                transition-delay: 0.2s;
            }

                .the-arrow.-right > .shaft:before,
                .the-arrow.-right > .shaft:after {
                    width: 8px;
                    transition-delay: 0.3s;
                    transition: all 0.5s;
                }

                .the-arrow.-right > .shaft:before {
                    -webkit-transform: rotate(40deg);
                    transform: rotate(40deg);
                }

                .the-arrow.-right > .shaft:after {
                    -webkit-transform: rotate(-40deg);
                    transform: rotate(-40deg);
                }

        .the-arrow > .shaft {
            background-color: #4c4c4c;
            display: block;
            height: 1px;
            position: relative;
            transition: all 0.2s;
            transition-delay: 0;
            will-change: transform;
        }

            .the-arrow > .shaft:before,
            .the-arrow > .shaft:after {
                background-color: #bab1b1;
                content: '';
                display: block;
                height: 1px;
                position: absolute;
                top: 0;
                right: 0;
                transition: all 0.2s;
                transition-delay: 0;
            }

            .the-arrow > .shaft:before {
                -webkit-transform-origin: top right;
                transform-origin: top right;
            }

            .the-arrow > .shaft:after {
                -webkit-transform-origin: bottom right;
                transform-origin: bottom right;
            }

    .animated-arrow {
        display: inline-block;
        color: #d7d7d7;
        font-size: 1.25em;
        font-style: italic;
        text-decoration: none;
        position: relative;
        transition: all 0.2s;
    }

        .animated-arrow:hover {
            color: #b5b2b2;
        }

            .animated-arrow:hover > .the-arrow.-left > .shaft {
                width: 64px;
                transition-delay: 0.1s;
                background-color: #808080;
            }

                .animated-arrow:hover > .the-arrow.-left > .shaft:before,
                .animated-arrow:hover > .the-arrow.-left > .shaft:after {
                    width: 8px;
                    transition-delay: 0.1s;
                    background-color: #808080;
                }

                .animated-arrow:hover > .the-arrow.-left > .shaft:before {
                    -webkit-transform: rotate(40deg);
                    transform: rotate(40deg);
                }

                .animated-arrow:hover > .the-arrow.-left > .shaft:after {
                    -webkit-transform: rotate(-40deg);
                    transform: rotate(-40deg);
                }

            .animated-arrow:hover > .main {
                -webkit-transform: translateX(17px);
                transform: translateX(17px);
                -webkit-transform: translateX(80px);
                transform: translateX(80px);
            }

                .animated-arrow:hover > .main > .the-arrow.-right > .shaft {
                    width: 0;
                    -webkit-transform: translateX(200%);
                    transform: translateX(200%);
                    transition-delay: 0;
                }

                    .animated-arrow:hover > .main > .the-arrow.-right > .shaft:before,
                    .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
                        width: 0;
                        transition-delay: 0;
                        transition: all 0.1s;
                    }

                    .animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
                        -webkit-transform: rotate(0);
                        transform: rotate(0);
                    }

                    .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
                        -webkit-transform: rotate(0);
                        transform: rotate(0);
                    }

        .animated-arrow > .main {
            display: flex;
            align-items: center;
            transition: all 0.2s;
        }

            .animated-arrow > .main > .text {
                margin: 0 16px 0 0;
                line-height: 1;
                color: #fff;
            }

            .animated-arrow > .main > .the-arrow {
                position: relative;
            }


    /*main-search-css*/

    .Typeahead *,
    .Typeahead *:before,
    .Typeahead *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }


    /* Utilities */

    .u-cf:before,
    .u-cf:after {
        content: " ";
        display: table;
    }

    .u-cf:after {
        clear: both;
    }

    .u-hidden {
        display: none !important;
    }

    .u-posRelative {
        position: relative;
    }


    /* Typeahead */

    .Typeahead {
        position: relative;
        z-index: 3;
        width: 50%;
        margin: 50px auto 0 auto;
        padding: 15px;
        text-align: left;
        background: #141E30;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to bottom, #243B55, #141E30);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to bottom, #243B55, #141E30);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        background-repeat: repeat-x;
        border: 1px solid #024e6a;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 2px #111;
        -moz-box-shadow: 0 0 2px #111;
        box-shadow: 0 0 2px #111;
        margin-top: -410px
    }

    .Typeahead-spinner {
        position: absolute;
        top: 7px;
        right: 7px;
        display: none;
        width: 28px;
        height: 28px;
    }

    .Typeahead-hint,
    .Typeahead-input {
        width: 100% !important;
        padding: 5px 8px;
        font-size: 24px;
        line-height: 30px;
        border: 1px solid #024e6a;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        font-weight: 100;
    }

    .Typeahead-hint {
        position: absolute;
        top: 0;
        left: 0;
        color: #ccd6dd;
        opacity: 1;
    }

    .Typeahead-input {
        position: relative;
        background-color: transparent;
        background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
        outline: none;
    }

    .Typeahead-menu {
        position: absolute;
        top: 95%;
        left: 2.5%;
        z-index: 100;
        /*height: 555px;*/
        display: none;
        width: 95%;
        margin-bottom: 20px;
        overflow: hidden;
        background-color: #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        box-shadow: 0px 0px 0px 1px green;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    }

        .Typeahead-menu.is-open {
            display: block;
        }

    .Typeahead-selectable {
        cursor: pointer;
    }

        .Typeahead-selectable + .Typeahead-selectable {
            border-top: 1px solid #ccd6dd;
        }


    /* ProfileCard */

    .ProfileCard {
        position: relative;
        padding: 8px;
    }

    .ProfileCard-avatar {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 52px;
        height: 52px;
        border: 2px solid #ccd6dd;
        border-radius: 5px;
    }

    .ProfileCard:hover .ProfileCard-avatar {
        border-color: #f5f8fa;
    }

    .ProfileCard-details {
        min-height: 60px;
        padding-left: 60px;
    }

    .ProfileCard-realName,
    .ProfileCard-screenName {
        display: inline-block;
    }

    .ProfileCard-realName {
        font-weight: 700;
    }

    .ProfileCard-screenName {
        color: #8899a6;
    }

    .ProfileCard-description {
        margin-top: 5px;
        font-size: 14px;
        line-height: 18px;
    }

    .ProfileCard-stats {
        float: right;
        text-align: right;
    }

    .ProfileCard-stat {
        display: inline-block;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
    }

    .ProfileCard-stat-label {
        color: #8899a6;
        font-weight: 500;
    }

    .ProfileCard-stat + .ProfileCard-stat {
        margin-left: 5px;
    }

    .ProfileCard:hover,
    .ProfileCard.is-active {
        color: #fff;
        background: #55acee;
    }

        .ProfileCard:hover .ProfileCard-screenName,
        .ProfileCard:hover .ProfileCard-stat-label,
        .ProfileCard.is-active .ProfileCard-screenName,
        .ProfileCard.is-active .ProfileCard-stat-label {
            color: #fff;
        }


    /* EmptyMessage */

    .EmptyMessage {
        position: relative;
        padding: 10px;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }

    .u-posRelative placeholder {
        font-size: 12px !important;
    }

    @media all and (max-width:1440px) {
        .logo-lucky-pos {
            margin-left: 1%;
            width: 9%;
        }
    }

    @media all and (max-width:1434px) {
        .Typeahead {
            margin-top: -330px;
        }
    }

    @media all and (max-width:1280px) {
        .Typeahead {
            margin-top: -310px;
        }

        #search-toggle {
            right: -60px !important;
        }

        .logo-lucky-pos {
            width: 8%;
        }
    }

    @media all and (max-width:1170px) {
        .bbb-logo-pos {
            margin-top: 26px;
        }

        .top-add-right {
            padding-top: 30px;
        }

        .banners-sec h2 {
            font-size: 32px;
        }

        .slide-title {
            margin-bottom: 8%;
        }

        #search-toggle {
            right: -71px !important;
        }
    }

    @media all and (max-width:1136px) {
        .logo-div::after {
            border-top: 116px solid #fff;
        }

        .logo-div::before {
            border-top: 116px solid #fff;
        }
    }

    @media all and (max-width:1080px) {
        #search-toggle {
            right: -83px !important;
        }

        .address-header-color {
            font-size: 14px !important;
        }

        .top-add-right {
            padding-top: 20px;
        }
    }

    @media all and (max-width:1024px) {
        .bbb-logo-pos {
            margin-top: 18px;
        }

        .top-add-right {
            padding-top: 15px;
        }

        .Typeahead {
            margin-top: -270px;
        }
    }

    @media all and (max-width:992px) {
        .address-header-color {
            font-size: 12px !important;
        }
    }

    @media all and (max-width:800px) {
        #search-toggle {
            right: -56px !important;
        }

        .logo-lucky-pos {
            display: none;
        }

        .logo-position {
            width: 88%;
            margin: auto;
        }

        .bbb-logo-pos {
            margin-top: 18px;
        }

        .adress-div {
            display: none !important;
        }

        .homeAddressText span {
            display: none !important;
        }

        .Typeahead {
            margin-top: -231px;
        }

        .slideshow-pagination {
            bottom: 3rem;
        }
    }

    @media all and (max-width:800px) {
        .nav-small {
            position: relative;
            margin-left: -28px;
        }

        .browse-links h2 {
            font-size: 20px;
        }

        .vertical_menu .slide {
            font-size: 12px;
        }
    }

    @media all and (max-width:767px) {
        .navbar-nav {
            margin-top: 8px !important;
        }

        .nav {
            padding-left: 11px !important;
        }

            .nav > li > a {
                font-size: 16px !important;
            }

        .top-address-div {
            display: none;
        }

        .subtitle {
            margin: 5px 0 2em 0 !important;
        }

        .logo-pos {
            margin-top: 30px;
            margin-left: 0%;
            margin: auto;
            float: none;
        }

        .padding-adress {
            font-size: 15px;
        }

        .f-car-pos {
            margin: auto;
        }

        .nav-small ul li {
            font-size: 14px;
        }

        .view-all-btn {
            margin-left: 36%;
        }

        .counter-div {
            margin-top: 20px;
        }

        .browse-links-bg {
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0000+0,cc0000+50,990000+50,990000+100 */
            background: rgb(204, 0, 0);
            /* Old browsers */
            background: -moz-linear-gradient(top, rgba(204, 0, 0, 1) 0%, rgba(204, 0, 0, 1) 50%, rgba(153, 0, 0, 1) 50%, rgba(153, 0, 0, 1) 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(204, 0, 0, 1) 0%, rgba(204, 0, 0, 1) 50%, rgba(153, 0, 0, 1) 50%, rgba(153, 0, 0, 1) 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(204, 0, 0, 1) 0%, rgba(204, 0, 0, 1) 50%, rgba(153, 0, 0, 1) 50%, rgba(153, 0, 0, 1) 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#990000', GradientType=0);
            /* IE6-9 */
        }

        .browse-mid {
            padding-top: 2px;
        }

        .vertical_menu .slide {
            font-size: 18px;
        }

        .finance-car-banner {
            padding-top: 20px;
        }

        .slide-title {
            text-shadow: 2px 2px #000;
        }

        .nav-small {
            margin-left: 0px;
        }

        .main-bdc {
            display: none;
        }
    }

    @media all and (max-width:640px) {
        .view-all-btn {
            margin-left: 34%;
        }

        .Typeahead {
            margin-top: -181px;
        }

        .slideshow-pagination {
            bottom: 1rem;
        }

        .Typeahead-input placeholder {
            font-size: 12px !important;
        }

        .Typeahead {
            width: 65%;
        }
    }

    @media all and (max-width:480px) {
        .view-all-btn {
            margin-left: 30%;
        }

        .Typeahead {
            width: 85%;
            margin-top: -154px;
        }

        .btn-more {
            width: 200px !important;
        }

        .btn-vehicle {
            width: 200px !important;
        }
    }

    @media all and (max-width:414px) {
        .fancy1 span:before,
        .fancy1 span:after {
            width: 18% !important;
        }

        .fancy1 {
            line-height: 1 !important;
        }

        .heading-main h2 {
            font-size: 30px;
        }

        .btn-more {
            width: 170px !important;
        }

        .btn-vehicle {
            width: 170px !important;
        }

        .snip1143 {
            position: relative;
            margin-left: -35px;
        }

        .view-all-btn {
            margin-left: 26%;
        }

        .price-bg h3 {
            font-size: 16px;
        }

        .numscroller {
            font-size: 30px;
        }

        .banners-sec h3 {
            font-size: 24px;
        }

        .Typeahead {
            width: 85%;
            margin-top: -130px;
            padding: 5px;
        }
    }

    @media all and (max-width:375px) {
        .blue-quote span {
            display: none !important;
        }

        .nav-small {
            margin-left: 0px;
        }

        .btn-vehicle {
            width: 126px !important;
        }

        .btn-more {
            width: 126px !important;
        }

        .fancy1 span::before {
            margin-right: -14px !important;
        }

        .fancy1 span::after {
            margin-left: -14px !important;
        }

        .price-bg h3 {
            font-size: 14px;
        }

        .vertical_menu .slide {
            font-size: 15px;
        }

        .banners-sec h2 {
            font-size: 25px;
        }

        .Typeahead {
            margin-top: -118px
        }

        .slide-title {
            font-size: 3rem;
        }

        .slideshow-pagination {
            bottom: .4rem;
        }
    }

    @media all and (max-width:320px) {
        .snip1143 {
            position: relative;
            margin-left: -45px;
        }

        .view-all-btn {
            margin-left: 20%;
        }

        .heading-main h6 {
            font-size: 12px;
        }

        .heading-main h2 {
            font-size: 20px;
        }

        .banners-sec h2 {
            font-size: 23px;
        }

        .slide-title {
            margin-bottom: 13%;
            font-size: 2.5rem;
            margin-top: 30%;
        }
    }

    .vehicle-location-color {
        color: #000 !important;
        font-weight: 400;
    }

    .search-vehicles {
        max-width: 170px;
        max-height: 110px;
        padding: 10px;
    }

    .search-vehicle-tr {
        display: table-row;
        border-bottom: 1px dotted gray;
    }

    .gray-color {
        color: gray;
        font-size: 12px;
        font-style: italic;
    }

    .pricing {
        color: red;
    }

    .ribbon {
        float: left;
        padding-left: 15px;
        padding-right: 30px;
        line-height: 36px;
        margin-right: 12px !important;
        background: #f5f5f5;
        color: rgb(136, 125, 125);
    }

    .well {
        background-color: #fbfcfe;
        border: 1px solid #e3e3e3;
    }

    .gradient_button {
        position: relative;
        display: inline-block;
        color: #282828;
        border: none;
        border-radius: 0;
        outline: 0;
        padding: 10px 12px;
        font-family: inherit;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        cursor: pointer;
        -webkit-transform: translate(0);
        transform: translate(0);
        letter-spacing: 0.1875rem;
        color: #ffffff !important;
        text-shadow: none;
        border: none;
        background-color: #29384b;
        margin-left: 5px;
    }

    .QuickSearch {
        background-color: #f4f8fa !important;
        font-size: 18px !important;
        height: 50px;
    }

    .search_button {
        position: relative;
        display: inline-block;
        color: #282828;
        border: none;
        border-radius: 0;
        outline: 0;
        padding: 12px 12px;
        font-family: inherit;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        cursor: pointer;
        -webkit-transform: translate(0);
        transform: translate(0);
        letter-spacing: 0.1875rem;
        color: #ffffff !important;
        text-shadow: none;
        border: none;
        background-color: #29384b;
        margin-left: 5px;
    }

    .price {
        position: absolute;
        margin: 3px 0 33px 0;
        right: 50px;
        float: left;
        color: #3d3d3d;
        bottom: 10px;
    }

    .detail-mobile .panel-title > a {
        color: #fff;
    }


    /* Left Menu Filters Starts */

    .inven-heading h2 {
        padding-bottom: 9px;
        margin: 40px 0 20px;
        border-bottom: 1px solid #eee;
        color: #1d56ad;
        font-size: 36px;
    }

    .panel-default {
        border-color: #ddd !important;
    }

    .panel {
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-radius: 0;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    }

    .panel-default > .panel-heading {
        color: #fff;
        background-color: #262626;
        border-color: #4a5d74;
    }

    .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        color: inherit;
    }

    .panel > .list-group,
    .panel > .panel-collapse > .list-group {
        margin-bottom: 0;
    }

    .list-group {
        margin-bottom: 20px;
        padding-left: 0;
    }

    .panel-heading + .list-group .list-group-item:first-child {
        border-top-width: 0;
    }

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-top-width: 1px;
        border-radius: 0;
    }

    a.list-group-item,
    button.list-group-item {
        color: #555;
    }

    .list-group-item {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    }

    .text-muted {
        color: #777;
    }

    small,
    .small {
        font-size: 85%;
    }

    .panel-primary {
        border-color: #1d56ad;
    }

        .panel-primary > .panel-heading {
            color: #fff;
            background-color: #29384b;
            border: 1px solid #4a5d74;
            border-radius: 0px;
        }

    .btn-primary {
        color: #fff;
        background-color: #29384b;
        border-color: transparent;
        border-radius: 0px;
    }

    .clear-cross {
        position: absolute;
        right: 12px;
        padding: 0px 8px;
        line-height: 3;
    }

        .clear-cross i {
            font-size: 10px;
        }

    .ddl-sortby {
        width: 75%;
    }

    .ddl-perpage-listing {
        width: 75%;
        margin-left: 60px;
    }

    .list-group + .panel-footer {
        border-top-width: 0;
    }

    .panel-footer {
        padding: 10px 15px;
        background-color: #fbfcfe;
        border-top: 1px solid #ddd;
        border-top-width: 1px;
        border-bottom-right-radius: -1;
        border-bottom-left-radius: -1;
    }

    .btn-sm,
    .btn-group-sm > .btn {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 0;
    }

    .text-right {
        text-align: right;
    }

    .more-less a {
        background-color: #fbfcfe;
        cursor: pointer;
    }

    @media only screen and (max-width: 1200px) and (min-width: 960px) {
        .inventory .price {
            right: 10px;
            top: unset;
            bottom: 10px;
        }
    }

    @media all and (max-width:1170px) and (min-width:1080px) {
        .container {
            width: 1080px;
        }

        .ribbon {
            padding-left: 0px;
        }
    }

    @media all and (max-width:1024px) and (min-width:992px) {
        .ribbon {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
    }

    @media only screen and (max-width: 991px) and (min-width: 768px) {
        div.inventory .price {
            position: absolute;
            left: initial;
            top: unset;
            right: 20px;
        }
    }

    @media all and (max-width:800px) {
        .listing_sort {
            width: 715px;
            margin: 0px auto;
            text-align: left;
        }
    }

    @media only screen and (max-width: 767px) and (min-width: 480px) {
        div.inventory .figure,
        .boxed div.inventory .figure {
            left: auto;
            top: 4px;
            font-weight: 600;
            font-size: 30px;
            right: -30px;
        }
    }

    @media all and (max-width:767px) {
        /*.btn {
        font-size: 16px;
    }*/

        .price {
            position: absolute;
            margin: 3px 0 33px 0;
            right: 50px;
            float: left;
            color: #3d3d3d;
            bottom: -5px;
        }

        .listing_sort {
            width: 100%;
            margin: 0 auto;
            text-align: center;
        }

        .conditional-icons,
        #inv-wright-container .conditional-icons,
        #inv-wleft-container .conditional-icons,
        #inv-wfull-container .conditional-icons {
            margin-left: 0px !important;
        }

        .sidebar div.inventory .inventory .title,
        div.inventory .inventory .title,
        .boxed div.inventory .inventory .title {
            max-width: 100% !important;
        }

        div.inventory .preview,
        .boxed div.inventory .preview {
            margin-bottom: 30px !important;
            width: auto;
        }

        .top-add-right {
            padding-top: 0px;
        }
    }

    @media all and (max-width:640px) {
        /*.my-dropdown {
        margin-right: -116px;
    }*/
        .ribbon {
            padding-right: 15px;
        }
    }

    @media all and (max-width:480px) {
        .gradient_button {
            padding: 10px 10px;
            font-size: 12px;
        }

        .price {
            right: 40px;
            bottom: 110px;
        }

        .conditional-icons,
        #inv-wright-container .conditional-icons,
        #inv-wleft-container .conditional-icons {
            margin-top: 0px;
        }

        .ribbon {
            display: none;
        }
        /*.my-dropdown {
        margin-right: -56px;
    }*/
        div.inventory .preview,
        .boxed div.inventory .preview {
            margin-bottom: 0px !important;
        }

        div.inventory .options-primary,
        div.inventory .options-secondary {
            margin-bottom: 30px !important;
        }
    }

    @media all and (max-width:414px) {
        .gradient_button {
            padding: 5px 5px;
            font-size: 11px;
        }

        .price {
            right: 10px;
            bottom: 110px;
        }

        div.inventory .figure {
            left: 0px !important;
            top: 0px !important;
        }

        div.inventory .options-primary {
            margin-bottom: 0px;
        }

        div.inventory .options-primary,
        div.inventory .options-secondary {
            margin-bottom: 60px !important;
        }

        .search-input {
            font-size: 13px !important;
        }
    }

    @media all and (max-width:375px) {
        .gradient_button {
            padding: 10px 5px;
            font-size: 10px;
        }

            .gradient_button i {
                display: none;
            }

        div.inventory .preview {
            left: 0pc !important;
        }

        .sort-by-menu {
            margin-left: -100px;
        }
        /*.my-dropdown {
        margin-right: -116px;
    }*/
    }

    @media all and (max-width:360px) {
        .sort-by-menu {
            margin-left: -135px;
        }
        /*.my-dropdown {
        margin-right: -160px;
    }*/
    }

    @media all and (max-width:320px) {
        .gradient_button {
            padding: 5px 1px;
            font-size: 10px;
            font-weight: 100;
        }

        .sort-by-menu {
            margin-left: -146px;
        }
        /*.my-dropdown {
        margin-right: -166px;
    }*/
    }


    /* Left Menu Filters Ends */


    /*custom-css*/



    /***************featured-car-csss*****************/

    .car-cont {
        background-color: #fafbfd;
        float: left;
        border: 1px solid #e0edf3;
        margin-bottom: 30px;
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    }

        .car-cont:hover {
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
            /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fafbfd+100 */
            background: rgb(255, 255, 255);
            /* Old browsers */
            background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 251, 253, 1) 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(250, 251, 253, 1) 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 251, 253, 1) 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafbfd', GradientType=0);
            /* IE6-9 */
        }

    .list-small {
        width: 100%;
        float: left;
        border-top: 1px solid #e0edf3;
        bottom: -41px;
        position: relative;
        background: #fff;
    }

        .list-small ul {
            margin-left: 0;
            list-style: none;
            text-align: center;
        }

            .list-small ul li {
                display: inline-block;
                display: block;
                font-size: 14px;
                border-right: 1px solid #e0edf3;
                color: #747f84;
                float: left;
                width: 33.33%;
                font-weight: 100;
                padding: 5px 0px;
            }

                .list-small ul li:last-child {
                    border: none;
                }

    .car-info-home h1 {
        font-size: 25px;
        font-weight: 100;
        color: #e67732;
    }

    .car-info-home h2 {
        font-size: 14px;
    }


    /*
/* fixed social*/

    #fixed-social {
        position: absolute;
        top: 0px;
    }

        #fixed-social a {
            color: #fff;
            display: block;
            height: 40px;
            position: relative;
            text-align: center;
            line-height: 40px;
            width: 40px;
            /*margin-bottom: 1px;*/
            z-index: 2;
            border-bottom: 1px solid #454545;
        }

            #fixed-social a:hover > span {
                visibility: visible;
                left: 41px;
                opacity: 1;
            }

            #fixed-social a span {
                line-height: 40px;
                left: 60px;
                position: absolute;
                text-align: center;
                width: 120px;
                visibility: hidden;
                transition-duration: 0.5s;
                z-index: 1;
                opacity: 0;
            }

    .facebook-svg {
        fill: #3b5998 !important;
    }

    .twitter-svg {
        fill: #00ACED !important;
    }

    .google-svg {
        fill: #dd4b39 !important;
    }

    .youtube-svg {
        fill: #cd201f !important;
    }

    .insta-svg {
        fill: #cd201f !important;
    }

    .fixed-facebook {
        background-color: #282828;
    }

        .fixed-facebook span {
            background-color: #282828;
        }

    .fixed-twitter {
        background-color: #7D3895;
    }

        .fixed-twitter span {
            background-color: #7D3895;
        }

    .fixed-gplus {
        background-color: #00AF54;
    }

        .fixed-gplus span {
            background-color: #00AF54;
        }

    .fixed-linkedin {
        background-color: #FFC41E;
    }

        .fixed-linkedin span {
            background-color: #FFC41E;
        }

    .fixed-instagrem {
        background-color: #E67732;
    }

        .fixed-instagrem span {
            background-color: #E67732;
        }

    .fixed-tumblr {
        background-color: #EB1471;
    }

        .fixed-tumblr span {
            background-color: #EB1471;
        }


    /*end fixed social*/


    /*ghost-button*/

    .button-hme-1 {
        background-color: #e67732 !important;
        color: #0f0f0f !important;
    }

    .button-hme-2 {
        background-color: #282828 !important;
        color: #cfc2c2 !important;
        margin-top: 30px;
    }

    .button-hme {
        background-color: #282828;
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        padding: 7px 20px 12px;
        position: relative;
        max-width: 100%;
    }

        .button-hme:after {
            content: "";
            background: #fff;
            height: 1px;
            width: 26%;
            display: block;
            position: absolute;
            bottom: 10px;
            left: 37%;
            transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
        }

        .button-hme:hover {
            color: #fff !important;
        }

            .button-hme:hover:after {
                width: 70%;
                left: 15%;
                transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
            }

    .bx-wrapper {
        background: transparent !important;
    }

    .dealer-info-cont {
        background-color: #e67732;
        float: left;
        width: 100%;
        padding: 20px 0px;
        position: relative;
        margin-top: -100px;
    }

    .btm-icon i {
        font-size: 40px !important;
        color: #0f0f0f;
    }

    .dealer-info-cont h2 {
        font-size: 20px;
        color: #0f0f0f;
        font-weight: 800;
    }

    .dealer-info-cont h3 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .dealer-info-cont i {
        font-size: 16px;
    }

    .dealer-info-cont span {
        padding: 1px 6px;
        background-color: #0f0f0f;
        border-radius: 50%;
        position: relative;
        font-size: 12px;
        text-align: center;
        color: #e67732;
    }

    @media all and (max-width:1280px) {
        .list-small {
            bottom: -21px;
        }
    }

    @media all and (max-width:1170px) {
        .button-hme-2 {
            margin-top: 10px;
        }
    }

    @media all and (max-width:1170px) {
        .list-small ul li {
            font-size: 12px;
        }

        .list-small {
            bottom: -9px;
        }

        #fixed-social a {
            height: 35px;
            line-height: 35px;
            width: 35px;
        }

            #fixed-social a span {
                line-height: 35px;
            }
    }

    @media all and (max-width:1024px) {
        .button-hme-2 {
            margin-top: 0px;
        }
    }

    @media all and (max-width:992px) {
        .list-small ul li {
            font-size: 11px;
        }

        .car-info-home h1 {
            margin-top: 10px;
        }

        .list-small {
            bottom: -14px;
        }

        #fixed-social a {
            height: 30px;
            line-height: 30px;
            width: 30px;
        }

            #fixed-social a span {
                line-height: 30px;
            }
    }

    @media all and (max-width:800px) {
        .list-small ul li {
            font-size: 14px;
        }

        .button-hme-2 {
            margin-top: 30px;
        }

        .list-small {
            bottom: -85px;
        }

        #fixed-social a {
            height: 40px;
            line-height: 40px;
            width: 40px;
        }

            #fixed-social a span {
                line-height: 40px;
            }
    }

    @media all and (max-width:768px) {
        .list-small {
            bottom: -75px;
        }
    }

    @media all and (max-width:767px) {
        .button-hme-2 {
            margin-top: 10px;
            margin-bottom: 20px;
        }

        .list-small {
            bottom: 0px;
        }

        .heading-main h2 {
            font-size: 33px;
        }

            .heading-main h2::after {
                left: 44%;
            }
    }

    @media all and (max-width:640px) {
        .heading-main h2::after {
            left: 42%;
        }
    }

    @media all and (max-width:480px) {
        .heading-main h2::after {
            left: 40%;
        }
    }

    @media all and (max-width:414px) {
        .heading-main h2::after {
            left: 38%;
        }

        .heading-main h2 {
            font-size: 23px;
        }
    }

    @media all and (max-width:375px) {
        .heading-main h2::after {
            left: 38%;
            top: 58px;
        }

        .heading-main h2 {
            font-size: 24px;
        }
    }


    /***************featured-car-csss-ends*****************/


    /* CSSTerm.com Simple CSS menu */

    .menu_simple ul {
        margin: 0;
        padding: 0;
        width: 90%;
        list-style-type: none;
    }

    .menu_simple li a::before {
        content: "\f111 ";
        font-family: FontAwesome;
        margin-right: 10px;
        color: #636161;
        font-size: 4px;
    }

    .menu_simple ul li a {
        text-decoration: none;
        color: #fff;
        padding: 10px 11px;
        text-align: left;
        display: block;
        border-bottom: 1px solid #30618a;
        font-size: 14px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        font-weight: 300;
    }

        .menu_simple ul li a:hover,
        .menu_simple ul li .current {
            color: white;
            /*background-color: #262424;*/
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            padding-left: 23px;
        }

    .menu_simple span {
        color: #72b2e8;
        font-size: 12px;
        font-style: italic;
    }

    .footer-heading h2 {
        font-size: 14px;
        text-align: left;
        text-transform: uppercase;
        font-weight: 800;
        word-spacing: 1px;
        margin-top: 0px;
        margin-bottom: 40px;
        border-bottom: 1px solid #444141;
        padding-bottom: 10px;
    }

    .footer-heading hr {
        margin: 10px 0px !important;
        border-top: 1px solid #444141 !important;
    }

    .btm-btn {
        float: left !important;
        margin-top: 20px;
        background-color: #2d2d2d !important;
        color: #cfc2c2 !important
    }

    @media all and (max-width:800px) {
    }

    @media all and (max-width:767px) {
        .button-main-btm {
            margin-bottom: 20px;
        }
    }

    @media all and (max-width:414px) {
        /* carbody  CSS menu */
        .menu_car ul {
            margin: 0;
            padding: 0;
            width: 185px;
            list-style-type: none;
        }

        .car-size {
            width: 40% !important;
            margin: 0 !important;
        }

        .menu_car ul li a {
            text-decoration: none;
            color: #807f7a;
            padding: 5.5px 11px;
            text-align: left;
            display: block;
            font-size: 14px;
            transition: 0.5s;
            opacity: .3;
            border-bottom: 1px solid #3b3939;
        }

            .menu_car ul li a:visited {
                color: white;
            }

            .menu_car ul li a:hover,
            .menu_car ul li .current {
                color: white;
                opacity: 1;
            }

        .invert {
            filter: invert(100%);
        }
    }

    @media all and (max-width:1600px) {
        .side-car {
            background-position: 900px 120px;
        }
    }

    @media all and (max-width:1280px) {
        .side-car {
            background-position: 700px 170px;
        }

        .small-title {
            font-size: 20px;
        }

        .car-point ul li {
            font-size: 18px;
        }
    }

    @media all and (max-width:1170px) {
        .car-point ul li {
            font-size: 14px;
        }
    }

    @media all and (max-width:1080px) {
        .small-title {
            font-size: 20px;
        }

        .side-car {
            background-position: 576px 170px;
        }
    }

    @media all and (max-width:800px) {
        .small-title {
            font-size: 20px;
        }

        .side-car {
            background-position: 526px 170px;
        }

            .side-car .col-sm-7 {
                width: 100%;
                margin-left: -190px;
            }
    }

    @media all and (max-width:767px) {
        .side-car .col-sm-7 {
            width: 70%;
            margin-left: 0px;
        }
    }

    @media all and (max-width:480px) {
        .side-car .col-sm-7 {
            width: 100%;
        }
    }

    @media all and (max-width:414px) {
        .footer-heading .col-xs-6 {
            width: 100%;
            text-align: center;
        }

        .footer-heading h2 {
            text-align: center;
            margin: auto;
            margin-bottom: 20px;
        }
        /*.menu_simple {
            margin-left: 25%;
        }*/
        .footer-heading h2 {
            text-align: center;
        }

        .btm-btn {
            float: none !important;
        }

        .small-title {
            font-size: 17px;
            margin: 0PX;
            padding: 0px;
        }
    }
    /*******************top-search-css********************/
    body.search-active {
        overflow: hidden;
    }

        body.search-active .search-input {
            opacity: 1;
            transform: none;
            pointer-events: all;
        }

        body.search-active .icon-close {
            opacity: 1;
            transform: rotate(-90deg);
        }

        body.search-active .control {
            cursor: default;
        }

            body.search-active .control .btn-material {
                transform: scale(90);
            }

            body.search-active .control .icon-material-search {
                opacity: 0;
            }
    /* Close Icon */
    .icon-close {
        position: fixed;
        top: 30px;
        right: 30px;
        color: #FFF;
        cursor: pointer;
        font-size: 70px !important;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        z-index: 3;
    }

        .icon-close:hover {
            transform: rotate(0);
        }
    /* Search Input */
    /*.search-input {
        height: 80px;
        position: absolute;
        top: 50%;
        left: 50px;
        margin-top: -40px;
        pointer-events: none;
        opacity: 0;
        transform: translate(40px, 0);
        transition: all 0.3s ease-in-out;
        z-index: 5;
    }

        .search-input input {
            color: #fff;
            font-size: 54px;
            border: 0;
            background: transparent;
            -webkit-appearance: none;
            box-sizing: border-box;
            outline: 0;
            font-weight: 200;
            width: 100% !important;
            height: auto !important;
        }

    .input-search::-webkit-input-placeholder {
        color: #fff;
    }

    .input-search:-moz-placeholder {
        color: #fff !important;
    }

    .input-search::-moz-placeholder {
        color: #fff !important;
    }

    .input-search:-ms-input-placeholder {
        color: #fff !important;
    }

    .input-search::placeholder {
        color: #fff !important;
    }

    .input-search,
    input[type="text"],
    input[type="email"] {
        color: #000 !important;
        font-weight: 500;
    }

    .form-control:focus {
        border-color: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }*/
    /* Container */
    /*.container-search {
        padding-right: 50px;
        padding-left: 50px;
        position: relative;
    }*/

    /*  .container-search .container-dark {
            background: #22313F;
            color: #FFF;
        }*/
    /* Control btn */
    .control {
        cursor: pointer;
        position: relative;
    }

        .control .btn-material {
            position: absolute;
            top: -42px;
            width: 40px;
            height: 40px;
            right: 40px;
            border-radius: 100%;
            box-sizing: border-box;
            background: #e67732;
            outline: 0;
            transform-origin: 50%;
            /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);*/
            transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 2;
        }

            .control .btn-material:hover {
                /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);*/
            }

        .control .icon-material-search {
            color: #FFF !important;
            position: absolute;
            top: -34px;
            right: 48px;
            transition: opacity 0.3s ease-in-out;
            z-index: 2;
        }

    @media all and (max-width:800px) {
        .search-input input {
            font-size: 44px;
        }
    }
    /*******************top-search-css-ends********************/
    .f-margin-both {
        margin: 0%;
    }

    .welcome-bg {
        background-color: #036fca;
        color: #fff;
        padding: 48px 0px;
    }

        .welcome-bg:after {
            width: 0;
            height: 0;
            border-bottom: 533px solid #036fca;
            border-left: 112px solid transparent;
            position: absolute;
            content: '';
            left: -112px;
            top: 0px;
        }

    .heading-welcome h3 {
        font-size: 16px;
        border-left: 4px solid #fff;
        width: 65%;
        text-align: center;
        border-right: 4px solid #fff;
        text-transform: uppercase;
        color: #fff;
        padding: 0px 15px;
    }

    .heading-welcome h2 {
        font-size: 25px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 800;
    }

    .heading-mid h2 {
        text-align: center;
        font-size: 20px;
        border-left: 4px solid #ceaf6e;
        width: 9%;
        margin: auto;
        border-right: 4px solid #ceaf6e;
    }

    @media (max-width: 1280px) {
        .heading-mid h2 {
            width: 14%;
        }
    }

    @media (max-width: 1080px) {
        .heading-mid h2 {
            width: 17%;
        }
    }

    @media (max-width: 800px) {
        .heading-mid h2 {
            width: 24%;
        }
    }

    @media (max-width: 640px) {
        .heading-mid h2 {
            width: 26%;
        }
    }

    @media (max-width: 480px) {
        .heading-mid h2 {
            width: 37%;
        }
    }

    @media (max-width: 414px) {
        .heading-mid h2 {
            width: 43%;
        }
    }

    @media (max-width: 320px) {
        .heading-mid h2 {
            width: 54%;
        }
    }

    .left-car {
        float: right;
        z-index: 2;
        position: relative;
    }

    .right-car {
        z-index: 2;
        position: relative;
    }
    /*featured-car-3d-css-starts*/
    /*.cardContainer {
        position: relative;
        width: 100%;
        height: 600px;
        min-width: 100%;
        min-height: 600px;
        margin: 4px;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .cardContainer .active {
            -webkit-transform: translateZ(0px) rotateY(180deg) !important;
            transform: translateZ(0px) rotateY(180deg) !important;
        }

            .cardContainer .active:after {
                display: none;
            }

    .card {
        display: inline-block;
        width: 100%;
        height: 100%;
        cursor: pointer;
        -moz-backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateZ(-20px);
        transform: translateZ(-20px);
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

        .card:after {
            content: "";
            position: absolute;
            z-index: -1;
            width: 100%;
            height: 100%;
            border-radius: 0px !important;
            box-shadow: 0 14px 50px -4px rgba(0, 0, 0, 0.15);
            opacity: 0;
            transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1.4);
        }

        .card:hover {
            -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
        }

            .card:hover:after {
                opacity: 1;
            }

        .card .side {
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 0px !important;
            background-color: #f9f9f9;
        }

        .card .front {
            z-index: 2;
        }

        .card .back {
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        .card .info {
            padding: 16px;
        }

    .front .img {
        background-color: #dadce2;
        background-position: center;
        background-size: cover;
        border-radius: 0px !important;
        width: 100%;
    }

    .back {
        position: relative;
    }

        .back h3 {
            margin-top: 6px;
            margin-bottom: 18px;
            background-color: #fff;
            padding: 10px;
            text-transform: uppercase;
            font-size: 18px;
            font-weight: 600;
            border-bottom: 3px solid #ceaf6e;
        }

        .back .reviews {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
            cursor: pointer;
        }

            .back .reviews p {
                color: #c4c4c4;
                font-weight: 300;
                margin: 1px 0 0 6px;
                transition: 0.3s ease-in-out;
            }

            .back .reviews:hover p {
                color: #555;
            }

        .back li {
            line-height: 30px;
            margin: 2px 0 6px 0;
            border-bottom: 1px dotted #dbd7d7;
            list-style-type: disc;
        }

        .back ul {
            padding-left: 10px;
        }

        .back .btn {
            position: absolute;
            bottom: 16px;
            width: calc(100% - 32px);
            height: 56px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #ceaf6e;*/
    /*background-image: linear-gradient(-90deg, #FFB714, #FFE579);*/
    /*border-radius: 0px !important;
            cursor: pointer;
        }

            .back .btn:hover h4 {
                -webkit-transform: translateX(0px);
                transform: translateX(0px);
            }

            .back .btn:hover svg {
                -webkit-transform: translateX(0px);
                transform: translateX(0px);
                opacity: 1;
            }

            .back .btn h4 {
                -webkit-transform: translateX(12px);
                transform: translateX(12px);
                transition: -webkit-transform 0.3s ease-out;
                transition: transform 0.3s ease-out;
                transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
            }

            .back .btn svg {
                margin: 1px 0 0 4px;
                -webkit-transform: translateX(-8px);
                transform: translateX(-8px);
                opacity: 0;
                transition: all 0.3s ease-out;
            }

    .info span {
        float: right;
    }

    .cardContainer h2 {
        padding-left: 12px;
        margin-right: 10px;
        font-size: 20px;
        color: #036fca;
        padding-left: 12px;
    }

    .cardContainer h6 {
        color: #868383;
        font-size: 14px;
        padding-left: 12px;
    }

    .cardContainer p {
        padding-left: 12px;
        border-left: 4px solid #ceaf6e;
    }

    .btn-apply-1 {
        width: 100%;
        margin-top: 20%;
    }

        .btn-apply-1 ul {
            padding: 0px;
            margin: 0px;
            list-style-type: none;
        }

        .btn-apply-1 li {
            display: inline-block;
            width: 49%;
        }

            .btn-apply-1 li a {
                font-size: 14px;
                color: #fff;
                width: 100%;
                float: left;
                background-color: #23364b;
                text-align: center;
                border: none !important;
                padding: 7px;
                transition: 1s;
            }

                .btn-apply-1 li a:hover {
                    background-color: #364d66 !important;
                }

    .textus-btn {
        background-color: #036fca !important;
    }

        .textus-btn:hover {
            background-color: green;
        }

    @media (max-width: 1600px) {
        .cardContainer {
            height: 550px;
            min-height: 550px;
        }
    }

    @media (max-width: 1440px) {
        .cardContainer {
            height: 500px;
            min-height: 500px;
        }

        .btn-apply-1 {
            margin-top: 10%;
        }
    }

    @media (max-width: 1440px) {
        .cardContainer {
            height: 460px;
            min-height: 460px;
        }

        .btn-apply-1 {
            margin-top: 10%;
        }
    }

    @media (max-width: 1080px) {
        .cardContainer {
            height: 410px;
            min-height: 410px;
        }

        .btn-apply-1 {
            margin-top: 10%;
        }

        .back li {
            line-height: 20px;
        }
    }

    @media (max-width: 800px) {
        .cardContainer {
            height: 360px;
            min-height: 360px;
        }

        .btn-apply-1 {
            margin-top: 4%;
        }

        .back li {
            line-height: 20px;
        }
    }

    @media (max-width: 767px) {
        .cardContainer {
            height: 560px;
            min-height: 560px;
            margin: auto;
            width: 70%;
            min-width: 70%;
        }

        .btn-apply-1 {
            margin-top: 10%;
        }

        .back li {
            line-height: 30px;
        }
    }

    @media (max-width: 640px) {
        .cardContainer {
            height: 510px;
            min-height: 510px;
        }
    }

    @media (max-width: 480px) {
        .cardContainer {
            height: 430px;
            min-height: 430px;
        }

        .back li {
            line-height: 24px;
        }
    }

    @media (max-width: 414px) {
        .cardContainer {
            height: 390px;
            min-height: 390px;
            width: 80%;
            min-width: 80%;
        }

        .back li {
            line-height: 20px;
        }
    }

    @media (max-width: 375px) {
        .cardContainer {
            height: 390px;
            min-height: 390px;
        }

        .back li {
            font-size: 12px
        }
    }

    @media (max-width: 320px) {
        .cardContainer {
            height: 350px;
            min-height: 350px;
            width: 90%;
            min-width: 90%;
        }

        .back li {
            font-size: 12px
        }

        .back h3 {
            margin-top: 0px;
            margin-bottom: 5px;
            padding: 5px;
            font-size: 14px;
        }

        .btn-apply-1 {
            margin-top: 3%;
        }
    }*/
    /*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;
        margin-top: -39px;
    }

    .btn-car-opt1 {
        background-color: #555555;
        display: flex;
        position: relative;
        float: left;
        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: 22%;
        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*/
    .slogan-words-div {
        background-color: #036cc5;
        color: #fff;
        text-align: center;
    }

    .slogan-words {
        text-align: center;
        display: inline-block;
    }

        .slogan-words ul {
            padding: 0px;
            margin: 0px;
            list-style-type: none;
        }

            .slogan-words ul li {
                display: inline-block;
                float: left;
                padding: 0px 20px;
                border-left: 3px solid #fff;
                font-weight: 600;
                font-size: 20px;
            }

                .slogan-words ul li:last-child {
                    border-right: 3px solid #fff;
                }

    .btm-info {
        text-align: left;
    }

        .btm-info span {
            font-weight: 800;
            text-transform: uppercase;
            font-size: 16px;
        }

        .btm-info h3 {
            text-align: left;
            padding: 0px;
            margin: 0px;
            color: #e67732;
            font-size: 20px
        }

        .btm-info p {
            color: #999 !important;
        }

    a.btm-ph-no {
        color: #fff;
        font-weight: 800;
    }

        a.btm-ph-no:hover {
            color: #82521d;
        }

    .btm-info i {
        position: absolute;
        margin-left: -22px;
        line-height: 20px;
        color: #999;
    }

    @media all and (max-width:640px) {
        .slogan-words ul li {
            padding: 0px 9px;
            font-size: 16px;
        }
    }

    @media all and (max-width:480px) {
        .slogan-words ul li {
            font-size: 13px;
        }
    }

    @media all and (max-width:414px) {
        .slogan-words-div {
            display: none;
        }

        .btm-info h3 {
            text-align: center;
        }

        .connect {
            margin-left: 27%;
        }
    }

    @media all and (max-width:375px) {
        .connect {
            margin-left: 25%;
        }
    }

    @media all and (max-width:320px) {
        .connect {
            margin-left: 20%;
        }
    }
    /*social-bottom-links-css*/
    .clip {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .svg--source {
        display: none;
    }

    .svg--icon {
        width: 100%;
        max-width: 5rem;
        height: 100%;
        max-height: 5rem;
        display: block;
        margin: 0 auto;
        fill: currentColor;
    }

    .wrapper {
        width: 100%;
    }

    .share {
        width: 5rem;
        height: 5rem;
        float: left;
        margin: .5rem 1rem .5rem 0;
        color: #353c4a;
        /*border: .125rem solid #f3f3f3;*/
        box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.15);
        border-radius: 50%;
        transition: 250ms;
        background-color: #f69121;
    }

        .share:hover {
            background-color: #fff;
        }

        .share:last-child {
            margin-right: 0;
        }

        .share:focus {
            outline-color: inherit;
        }

    .twitter:hover,
    .twitter:focus {
        color: #00ACED;
        box-shadow: 0 0 24px 0 #00ACED;
    }

    .github:hover,
    .github:focus {
        color: #4183c4;
        box-shadow: 0 0 24px 0 #4183c4;
    }

    .pinterest:hover,
    .pinterest:focus {
        color: #bd081c;
        box-shadow: 0 0 24px 0 #bd081c;
    }

    .youtube:hover,
    .youtube:focus {
        color: #cd201f;
        box-shadow: 0 0 24px 0 #cd201f;
    }

    .facebook:hover,
    .facebook:focus {
        color: #3b5998;
        box-shadow: 0 0 24px 0 #3b5998;
    }

    .google:hover,
    .google:focus {
        color: #dd4b39;
        box-shadow: 0 0 24px 0 #dd4b39;
    }
    /*4-buttons-css*/
    .welcome-btn-1 {
        background-color: #fff;
        text-align: center;
        padding: 30px;
    }

        .welcome-btn-1 h3 {
            font-size: 14px;
            color: #555555;
            text-align: center;
            text-transform: uppercase;
            font-weight: 600;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .welcome-btn-1:hover h3 {
            color: #036fca;
        }

        .welcome-btn-1 i {
            font-size: 30px;
            border-radius: 50%;
            border: 1px solid #eaeaea;
            width: 70px;
            height: 70px;
            line-height: 67px;
            color: #3c3c3c;
            text-align: center;
        }

    .welcome-btns {
        position: relative;
        margin-top: 40px;
    }

        .welcome-btns ul {
            padding: 0px;
            margin: 0px;
            list-style-type: none;
        }

        .welcome-btns li {
            display: inline-block;
            float: left;
            margin: 5px;
            width: 45%;
        }

    .welcome-btn-1:hover i {
        background-color: #93702c;
        color: #ceaf6e;
        border: 1px solid #93702c;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .welcome-text span {
        font-weight: 100 !important;
    }

    @media all and (max-width:1600px) {
        .welcome-btn-1 {
            padding: 15px 10px;
        }

        .heading-welcome h3 {
            width: 78%;
        }

        .welcome-bg {
            padding: 8px 0px;
        }

            .welcome-bg::after {
                border-bottom: 491px solid #036fca;
            }
    }

    @media all and (max-width:1440px) {
        .heading-welcome h3 {
            width: 88%;
        }

        .welcome-bg::after {
            border-bottom: 531px solid #036fca;
        }
    }

    @media all and (max-width:1280px) {
        .welcome-bg .col-sm-7 {
            width: 100%;
        }

        .welcome-bg .col-sm-5 {
            width: 100%;
        }

        .welcome-btns {
            margin-top: 0px;
        }

            .welcome-btns li {
                display: inline-block;
                float: left;
                margin: 5px;
                width: 23%;
            }

        .heading-welcome h3 {
            width: 60%;
        }

        .heading-welcome h3 {
            width: 88%;
        }

        .welcome-bg::after {
            border-bottom: 587px solid #036fca;
        }
    }

    @media all and (max-width:1170px) {
        .heading-welcome h3 {
            width: 64%;
        }

        .welcome-bg::after {
            border-bottom: 618px solid #036fca;
        }
    }

    @media all and (max-width:1080px) {
        .heading-welcome h3 {
            width: 72%;
        }

        .welcome-bg::after {
            border-bottom: 618px solid #036fca;
        }

        .welcome-text {
            padding-top: 0px;
        }

        .welcome-btn-1 i {
            font-size: 20px;
            width: 50px;
            height: 50px;
            line-height: 49px;
        }

        .welcome-btn-1 h3 {
            font-size: 13px;
        }

        .welcome-bg::after {
            border-bottom: 597px solid #036fca;
        }
    }

    @media all and (max-width:1024px) {
        .welcome-btn-1 h3 {
            font-size: 12px;
        }

        .welcome-bg::after {
            border-bottom: 596px solid #036fca;
        }
    }

    @media all and (max-width:992px) {
        .heading-welcome h3 {
            width: 82%;
        }

        .welcome-bg::after {
            border-bottom: 616px solid #036fca;
        }
    }

    @media all and (max-width:800px) {
        .welcome-cont .col-sm-7 {
            width: 100%;
        }

        .welcome-cont .col-sm-5 {
            width: 100%;
        }

        .heading-welcome h3 {
            width: 52%;
        }

        .share {
            width: 4rem;
            height: 4rem;
        }

        .btm-info span {
            font-size: 14px;
        }
    }

    @media all and (max-width:767px) {
        .heading-welcome h3 {
            width: 54%;
        }

        .side-car {
            padding-top: 10px !important;
            padding-bottom: 10px !important;
            background-position: 390px 170px;
        }
    }

    @media all and (max-width:640px) {
        .heading-welcome h3 {
            width: 66%;
        }
    }

    @media all and (max-width:480px) {
        .heading-welcome h3 {
            width: 90%;
        }
    }

    @media all and (max-width:414px) {
        .heading-welcome h3 {
            width: 100%;
        }

        .heading-welcome h2 {
            font-size: 20px;
        }
    }

    @media all and (max-width:375px) {
        .heading-welcome h3 {
            width: 100%;
        }

        .heading-welcome h2 {
            font-size: 18px;
        }

        .car-point ul li {
            font-size: 12px;
        }
    }
    /*featured-car-section*/
    .f-car-bg {
        background-color: #eff1f6;
        padding: 50px 0px
    }

    #search_block select {
        background-color: #fff !important;
        text-shadow: none;
        color: #6e6d72 !important;
        border: 1px #eeeeee solid;
        border-radius: 30px;
        height: 40px;
    }

    #search_block select {
        background: url('/content/images/maxkarsv2/arrow_down.png') no-repeat right #ddd;
        background-color: rgb(221, 221, 221);
        background-position-x: right;
        -webkit-appearance: none;
        background-position-x: 93%;
    }
    /* --- fillter */
    .range-slider {
        /*padding-top: 3.5em;*/
        position: relative;
        text-align: center;
    }

        .range-slider::before,
        .range-slider::after {
            content: " ";
            display: table;
        }

        .range-slider::after {
            clear: both;
        }

        .range-slider .track {
            bottom: 15px;
            height: 6px;
            left: 0;
            margin-bottom: -3px;
            position: absolute;
            width: 0;
            z-index: 50;
            border-radius: 15px;
        }

        .range-slider .track--full {
            background: #cccccc;
            width: 100%;
        }

        .range-slider .track--included {
            background: #eee;
            border-radius: 3px;
        }

        .range-slider [type=range] {
            -webkit-appearance: media-slider;
            background: none;
            height: 25px;
            margin: 0;
            outline: none;
            padding: 0;
            pointer-events: none;
            position: relative;
            width: 100%;
            z-index: 75;
        }

            .range-slider [type=range]:focus {
                outline: none;
            }

            .range-slider [type=range]::-moz-focus-outer {
                border: 0;
            }

            .range-slider [type=range]:first-of-type {
                float: left;
                margin-bottom: -30px;
            }

            .range-slider [type=range]:last-of-type {
                float: right;
                margin-bottom: 0;
            }

            .range-slider [type=range]::-webkit-slider-runnable-track {
                background: none;
                border: 0;
                height: 6px;
                z-index: -1;
            }

            .range-slider [type=range]::-ms-fill-lower {
                background: none;
                border: 0;
            }

            .range-slider [type=range]::-ms-fill-upper {
                background: none;
                border: 0;
            }

            .range-slider [type=range]::-ms-track {
                background: transparent;
                border: 0;
                border-color: transparent;
                color: transparent;
                height: 6px;
                z-index: -1;
            }

            .range-slider [type=range]:focus::-ms-fill-lower {
                background: none;
                border: 0;
            }

            .range-slider [type=range]:focus::-ms-fill-upper {
                background: none;
                border: 0;
            }

            .range-slider [type=range]::-moz-range-track {
                -moz-appearance: none;
                background: none;
                border: 0;
                height: 6px;
                z-index: -1;
            }

            .range-slider [type=range]::-webkit-slider-thumb {
                -webkit-appearance: none;
                background: #555;
                border: 0;
                border-radius: 50%;
                cursor: pointer;
                height: 30px;
                margin-top: -12px;
                outline: 0;
                pointer-events: all;
                position: relative;
                width: 30px;
                z-index: 100;
            }

            .range-slider [type=range]::-ms-thumb {
                background: #555;
                border: 0;
                border-radius: 50%;
                cursor: pointer;
                height: 30px;
                margin-top: 0;
                pointer-events: all;
                position: relative;
                width: 30px;
                z-index: 100;
            }

        .range-slider [type="range"]::-moz-range-thumb {
            -moz-appearance: none;
            background: #036fca;
            border: 0;
            border-radius: 50%;
            cursor: pointer;
            height: 15px;
            margin-top: 617px;
            pointer-events: all;
            position: relative;
            width: 15px;
            z-index: 100;
            border: 3px solid #eee;
        }

        .range-slider [type="range"]::-webkit-range-thumb {
            -webkit-appearance: none;
            background: #036fca !important;
            border: 0;
            border-radius: 50%;
            cursor: pointer;
            height: 15px !important;
            margin-top: 617px;
            pointer-events: all;
            position: relative;
            width: 15px;
            z-index: 100;
            border: 3px solid #eee;
        }

        .range-slider .output,
        .range-slider output {
            background: none;
            border: none;
            border-radius: 4px;
            color: #6e6d72;
            font-weight: 100;
            display: inline-block;
            height: 2.5em;
            font-size: 12px;
            left: 50%;
            line-height: 2.5em;
            padding: 25px 0.75em;
            position: absolute;
            text-align: center;
            top: 0;
            transform: translate(-50%, 0);
        }

    .fillter {
        margin-top: -5px;
    }

        .fillter h6 {
            font-size: 14px;
            text-align: center;
            margin: 0px;
        }

    span.right {
        color: #bebdbd;
        float: right;
        padding-top: 12px;
    }
    /*body-car-section-list-starts*/
    .body-car-listing {
        text-align: center;
    }

        .body-car-listing h3 {
            font-size: 20px;
            border-left: 4px solid #ceaf6e;
            width: 17%;
            border-right: 4px solid #ceaf6e;
            text-align: center;
            margin: auto;
            margin-top: 30px;
            margin-bottom: 30px;
        }

        .body-car-listing ul {
            padding: 0px;
            margin: 0px;
            list-style-type: none;
        }

        .body-car-listing li {
            display: inline-block;
            width: 9%;
            padding: 0px 7px;
            text-align: center;
            font-size: 12px;
            border-right: 1px solid #ececec;
        }

            .body-car-listing li a {
                opacity: .5;
                transition: 1s;
                color: #555;
            }

                .body-car-listing li a:hover {
                    opacity: 1;
                }

            .body-car-listing li:last-child {
                border-right: none;
            }
    /*body-car-section-list-ends*/
    @media all and (max-width:1280px) {
        .grey-bg {
            background-color: #f5f5f5;
            padding: 100px 0px;
        }
    }

    @media all and (max-width:1024px) {
        .body-car-listing h3 {
            width: 21%;
        }
    }

    @media all and (max-width:800px) {
        .body-car-listing h3 {
            width: 29%;
        }

        .body-car-listing li {
            width: 13%;
        }
    }

    @media all and (max-width:767px) {
        .search-filter-home input[type="text"],
        select,
        input[type="search"],
        .form-control {
            margin-bottom: 10px;
        }

        #search_block select {
            background-position-x: 97%;
        }
    }

    @media all and (max-width:640px) {
        .f-car-bg h2 {
            width: 100%;
        }
    }

    @media all and (max-width:480px) {
        .f-car-bg h2 {
            width: 100%;
            font-size: 13px
        }

        .body-car-listing h3 {
            width: 40%;
        }
    }

    @media all and (max-width:414px) {
        .f-car-bg h2 {
            width: 100%;
            font-size: 13px
        }

        .body-car-listing h3 {
            display: none;
        }

        /*  .body-car-listing {
            display: none;
        }*/
    }
    /*featured-car-section-ends*/
    /*main-navigation-css-starts*/
    .nav-vk {
        background-color: #262626;
        margin: 0;
        float: left !important;
        padding-left: 13%;
        width: 100%;
    }

        .nav-vk li {
            margin: 0px;
        }

            .nav-vk li:before {
                content: " ";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                transform: skew(30deg);
                border-right: 1px solid #444141;
                transition: 0.2s;
            }

            .nav-vk li:hover:before {
                background: #538efb;
            }

            .nav-vk li:hover a {
                color: #fff;
            }

    .nav .dropdown-item {
        display: block;
        padding: 10px;
        color: #fff;
        text-transform: uppercase;
        transition: .35s;
    }

        .nav .dropdown-item:hover {
            background-color: #23beff;
        }

    .nav .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #23beff !important;
        background-color: #030303 !important;
    }

    .nav .dropdown .dropdown-menu li.dropdown .dropdown-menu, header .navbar-nav.pull-right > li > .dropdown-menu, header .navbar-nav > li > .dropdown-menu {
        background: rgb(3, 3, 3);
    }

    .nav > li > a {
        color: #000;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 400;
    }

        .nav > li > a:focus,
        .nav > li > a:hover {
            text-decoration: none;
            background-color: transparent;
            color: #23beff;
        }

    .navbar-toggle {
        border: 1px solid #41abd7 !important;
        background-color: #23beff !important;
    }

    .navbar-toggle {
        /* margin-left: 15px;*/
    }

    @media all and (max-width:1440px) {
        .nav-vk {
            padding-left: 4%;
        }
    }

    @media all and (max-width:1170px) {
        .nav-vk {
            padding-left: 1%;
        }
    }

    @media all and (max-width:992px) {
        .nav-vk {
            padding-left: 0%;
        }
    }

    @media all and (max-width:767px) {
        .d-lnk .dropdown-menu {
            position: relative;
            box-shadow: none !important;
            border: none !important;
            width: 100% !important;
            background: transparent !important;
        }

        .nav-vk {
            padding-left: 0%;
        }

        .navbar-nav {
            margin-top: -4px;
        }

        .nav > li {
            text-align: center;
        }

        .navbar-toggle .icon-bar {
            background-color: white;
        }

        .col-sm-9 {
            width: 100%;
        }

        .nav .dropdown-item {
            color: #000;
            text-align: center;
        }
    }

    .navbar-toggle:hover {
        background-color: #262a3c !important;
        border: 1px solid #262a3c !important;
    }
    /*main-navigation-css-ends*/
    /*main-button-css*/
    .button-main {
        position: relative;
        padding: 7px 1.4em;
        background: #009ED8;
        border: none;
        transition: 0.2s;
        margin: auto;
        border-radius: 30px;
        text-align: left;
        color: #686565 !important;
        font-size: 14px;
        padding-right: 50px;
        text-transform: uppercase;
    }

        .button-main::before,
        .button-main::after {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            padding-top: inherit;
            padding-bottom: inherit;
            width: 2.5em;
            content: "\00a0";
            font-family: 'FontAwesome', sans-serif;
            font-size: 12px;
            text-align: center;
            transition: 0.2s;
            transform-origin: 50% 60%;
            border-radius: 30px;
            font-weight: 100;
            color: #fff;
            margin: 2px;
            line-height: 16px;
        }

        .button-main:before {
            background: #c2cbc8;
        }

        .button-main:hover::before {
            background: #036fca;
        }

        .button-main:hover {
            background: #eaeff3;
        }

        .button-main:active,
        .button-main:focus {
            background: #002e3f;
            outline: none;
        }

    .arrow-main {
        background: transparent;
        border-radius: 30px;
        border: 1px solid #ddd;
    }

        .arrow-main:hover {
            background: #ddd !important
        }

        .arrow-main:after {
            content: "\f105";
        }

        .arrow-main:hover:after {
            -webkit-animation: bounceright 0.3s alternate ease infinite;
            animation: bounceright 0.3s alternate ease infinite;
        }

    .button-main-btm {
        position: relative;
        padding: 7px 1.4em;
        background: #009ED8;
        border: none;
        transition: 0.2s;
        margin: auto;
        border-radius: 30px;
        text-align: left;
        color: #686565 !important;
        font-size: 12px;
        padding-right: 50px;
        text-transform: uppercase;
        margin-left: 0px;
    }

        .button-main-btm::before,
        .button-main-btm::after {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            padding-top: inherit;
            padding-bottom: inherit;
            width: 2.34em;
            content: "\00a0";
            font-family: 'FontAwesome', sans-serif;
            font-size: 12px;
            text-align: center;
            transition: 0.2s;
            transform-origin: 50% 60%;
            border-radius: 30px;
            font-weight: 100;
            color: #d8d8d8;
            margin: 2px;
            line-height: 14px;
        }

        .button-main-btm:before {
            background: #545655;
        }

        .button-main-btm:hover::before {
            background: #93702c;
        }

        .button-main-btm:hover {
            background: none !important;
            border: 1px solid #716f6f;
            color: #ccc !important;
        }

    .arrow-main-btm {
        background: transparent !important;
        border-radius: 0px;
        border: 1px solid #545655;
    }

        .arrow-main-btm:hover {
            background: none !important;
        }

        .arrow-main-btm:active,
        .arrow-main-btm:focus {
            background: #b90c01;
        }

        .arrow-main-btm:after {
            content: "\f105";
        }

        .arrow-main-btm:hover:after {
            -webkit-animation: bounceright 0.3s alternate ease infinite;
            animation: bounceright 0.3s alternate ease infinite;
        }

    .main-search1 {
        position: relative;
        padding: 7px 1.4em;
        background: #009ED8;
        border: none;
        transition: 0.2s;
        margin: auto;
        border-radius: 30px;
        text-align: left;
        color: #686565 !important;
        font-size: 14px;
        padding-right: 50px;
        text-transform: uppercase;
    }

        .main-search1::before,
        .main-search1::after {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            padding-top: inherit;
            padding-bottom: inherit;
            width: 2.5em;
            content: "\00a0";
            font-family: 'FontAwesome', sans-serif;
            font-size: 12px;
            text-align: center;
            transition: 0.2s;
            transform-origin: 50% 60%;
            border-radius: 30px;
            font-weight: 100;
            color: #fff;
            margin: 2px;
            line-height: 16px;
        }

        .main-search1:before {
            background: #036fca;
        }

        .main-search1:hover::before {
            background: #23364b;
        }

        .main-search1:hover {
            background: #036fca !important;
        }

    .arrow-search {
        background: transparent;
        border-radius: 30px;
        background-color: #23364b;
        color: #fff !important;
    }

        .arrow-search:hover {
            background: #036fca !important
        }

        .arrow-search:after {
            content: "\f105";
        }

        .arrow-search:after {
            -webkit-animation: bounceright 0.3s alternate ease infinite;
            animation: bounceright 0.3s alternate ease infinite;
        }

    @-webkit-keyframes bounceright {
        from {
            -webkit-transform: translateX(0);
        }

        to {
            -webkit-transform: translateX(3px);
        }
    }

    @-webkit-keyframes wiggle {
        from {
            -webkit-transform: rotate(0deg);
        }

        to {
            -webkit-transform: rotate(30deg);
        }
    }

    @keyframes bounceright {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(3px);
        }
    }

    @keyframes wiggle {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(30deg);
        }
    }

    .card-list {
        overflow: hidden;
        border-top: 1px solid #5f8db4;
    }

        .card-list ul {
            list-style: none;
            text-align: center;
            padding: 0px;
        }

            .card-list ul li {
                display: inline-block;
                font-size: 14px;
                border-right: 1px solid #5f8db4;
                color: #a0caed;
                float: left;
                width: 33%;
                font-weight: 100;
                padding: 15px;
                transition: 0.3s;
            }

                .card-list ul li:last-child {
                    border: none;
                }

    .price-car {
        width: 50%;
        background-color: #fff;
        position: relative;
        margin: auto;
        margin-top: -40px;
        border-radius: 100px;
        height: 35px;
        margin-bottom: 30px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s;
    }

    .card-car h4 {
        padding-bottom: 20px;
        text-transform: uppercase;
    }

    .card-car h3 {
        font-size: 18px !important;
        padding-top: 8px;
    }

    .card-car:hover .price-car {
        background-color: #db2726;
        color: #fff;
    }

    .card-car:hover i {
        color: #db2726;
    }

    .card-list i {
        color: #a0caed;
    }

    .all-vehicle-gall {
        padding: 20px;
        text-align: center;
        font-size: 20px;
        color: #fff !important;
        background-color: #93702c;
        width: 100%;
        float: left;
        position: relative;
    }

        .all-vehicle-gall:hover {
            color: #fff !important;
            background-color: #0a5a9d;
        }

    section button {
        background-color: #333333 !important;
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-color: #c9302c !important;
    }

    @media all and (max-width:767px) {
        .main-search1 {
            margin-top: 40px;
        }

        .grey-bg {
            padding: 100px 0px 10px;
        }
    }

    .logo-bg-grey {
        background-color: #c5c5c5;
        position: relative;
        z-index: 2;
    }

        .logo-bg-grey:after {
            content: " ";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            background: #c5c5c5;
            transform-origin: right top;
            -ms-transform: skew(30deg, 0deg);
            -webkit-transform: skew(30deg, 0deg);
            transform: skew(30deg, 0deg);
        }

    .top-ad-bg {
        background-color: #f69121;
        float: left;
        width: 100%;
    }

    .left-div-cruve {
        background-color: #c5c5c5;
        position: relative;
        z-index: 2;
    }

        .left-div-cruve:after {
            content: " ";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            background: #c5c5c5;
            transform-origin: right top;
            -ms-transform: skew(30deg, 0deg);
            -webkit-transform: skew(30deg, 0deg);
            transform: skew(30deg, 0deg);
        }

    .middle-div-bg {
        background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
        overflow: hidden;
    }

    .right-div-cruve {
        background-color: #c5c5c5;
        position: relative;
        z-index: 2;
        height: 160px;
    }

        .right-div-cruve:after {
            content: " ";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            background: #c5c5c5;
            transform-origin: left top;
            -ms-transform: skew(-30deg, 0deg);
            -webkit-transform: skew(-30deg, 0deg);
            transform: skew(-30deg, 0deg);
        }

    .equal-height {
        display: flex;
        width: 100%;
    }

        .equal-height span {
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
        }

    .home-h-icon {
        font-size: 50px;
        width: 70px;
        height: 70px;
        background-color: #ccc;
        border-radius: 50%;
        line-height: 77px;
        border: 1px solid #d2d2d2;
        margin-bottom: 15px;
        color: #757575;
    }

    .button-shop {
        position: relative;
        padding: 6px 40px;
        border: 1px #262626 solid;
        float: left;
        color: #000;
        cursor: pointer;
        font-size: 16px;
        text-transform: uppercase;
        transition: color 0.4s, background-color 0.4s;
        -webkit-border-radius: 2px;
        display: inline-block;
        vertical-align: middle;
        -moz-border-radius: 2px;
        outline: none;
        text-align: center;
        text-decoration: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: #f2ad58;
        background: -webkit-linear-gradient(top, #f6c88f, #ed9220);
        background: linear-gradient(to bottom, #f6c88f, #ed9220);
        box-shadow: 0 1px 0 rgba(255, 255, 255, .6) inset;
        padding-left: 55px;
        font-weight: 800;
    }

        .button-shop:hover,
        .button-shop:focus {
            transition: color 0.4s, background-color 0.4s;
            background: #eba145;
            background: -webkit-linear-gradient(top, #f4bc77, #e18512);
            background: linear-gradient(to bottom, #f4bc77, #e18512);
        }

        .button-shop span {
            position: absolute;
            left: 3px;
            top: 3px;
            background: green;
            background-color: green;
            border-radius: 3px;
            background-color: #000;
            color: #d0d0d0;
            width: 30px;
            height: 28px;
            line-height: 27px;
        }

    .btm-right-curve {
        background-color: #c5c5c5;
        position: relative;
        z-index: 2;
    }

    .btm-right-curve {
        background-color: #262626;
        position: relative;
        z-index: 2;
    }

        .btm-right-curve::after {
            content: " ";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            background: #262626;
            transform-origin: left top;
            -ms-transform: skew(-30deg, 0deg);
            -webkit-transform: skew(-30deg, 0deg);
            transform: skew(-30deg, 0deg);
        }

    .btm-left-curve {
        background-color: #f69121;
        text-align: center;
        position: relative;
        margin-top: 18px;
    }

        .btm-left-curve span {
            font-size: 29px;
            text-align: center;
            color: #fff;
        }

        .btm-left-curve h2 {
            font-size: 42px;
            text-align: center;
            color: #fff !important;
            margin: 10px;
            margin-bottom: 30px;
        }

        .btm-left-curve i {
            font-size: 42px;
            text-align: center;
            color: #fff;
            background-color: #262626;
            width: 100px;
            height: 100px;
            line-height: 100px;
            position: relative;
            border-radius: 50%;
            border: 5px solid #f69121;
            margin-top: -40px;
            margin-bottom: 30px;
        }

    .btm-right-curve h3 {
        font-size: 23px;
        color: #fff;
        padding-top: 8px
    }

    .btm-right-curve h2 {
        font-size: 60px;
        color: #fff;
        padding-bottom: 20px
    }

    .btm-right-curve span {
        color: #f69121;
        font-weight: 800;
    }

    @media all and (max-width:1170px) {
        .btm-right-curve h2 {
            font-size: 45px;
        }

        .btm-right-curve h3 {
            font-size: 19px;
        }

        .btm-left-curve i {
            margin-bottom: 6px;
        }

        .btm-left-curve span {
            font-size: 19px;
        }
    }

    @media all and (max-width:1024px) {
        .btm-left-curve h2 {
            font-size: 31px;
        }

        .btm-right-curve h3 {
            font-size: 19px;
        }

        .btm-left-curve i {
            margin-bottom: 18px;
        }
    }

    @media all and (max-width:800px) {
        .btm-left-curve h2 {
            font-size: 22px;
        }

        .btm-right-curve h3 {
            font-size: 15px;
        }

        .btm-left-curve i {
            margin-bottom: 5px;
        }

        .btm-right-curve h2 {
            font-size: 36px;
        }
    }

    @media all and (max-width:767px) {
        .btm-left-curve h2 {
            font-size: 35px;
            padding: 20px;
            margin: 0px;
        }

        .btm-right-curve {
            text-align: center;
        }
    }

    .animation-wrapper {
        margin: auto;
        margin-top: auto;
        background-color: #fff;
        color: #dbdbdb;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        text-transform: uppercase;
        font-weight: 500;
        position: relative;
        margin-top: -41px;
        width: 80px;
    }

    .fa-animation {
        height: 45px;
        width: 52px;
        margin: 0 auto;
        position: relative
    }

        .fa-animation .fa {
            position: absolute;
        }

    .fa-lg {
        font-size: 30px;
        top: 8px;
        left: 3px;
        color: #fbd0a1;
    }

    .fa-md {
        font-size: 20px;
        top: 2px;
        left: 32px;
    }

    .fa-sm {
        font-size: 14px;
        top: 26px;
        left: 29px;
    }

    .f-bg-car {
        background-color: #eff1f6 !important;
    }

    .app-bg {
        background-color: #f69121;
    }

    .finance-bg {
        background-image: url(/Content/images/actionAutoUtah/finance-bg.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        height: 590px;
    }

    .fin-list {
        position: relative;
    }

        .fin-list ul {
            margin: 0;
            padding: 0;
            width: 100%;
            list-style-type: none;
            padding-left: 80px;
        }

            .fin-list ul li a {
                text-decoration: none;
                color: #999999;
                padding: 7px 11px;
                text-align: left;
                display: block;
                border-bottom: 1px solid #f5af61;
                font-size: 14px;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
                padding-bottom: 10px
            }

                .fin-list ul li a:hover {
                    color: white;
                    /*background-color: #262424;*/
                    -webkit-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s;
                    padding-left: 23px;
                }

        .fin-list li:last-child {
            border-bottom: 0px;
        }

    .app-fin-heading h2 {
        font-size: 60px;
        font-weight: 800;
        color: #fff;
        text-align: center;
        margin-bottom: 0px;
    }

    .app-fin-heading h4 {
        font-size: 24px;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        margin: 0px;
        padding: 0px;
    }

    .fin-icon {
        position: absolute;
        left: -36px;
        width: 80px;
        text-align: center;
        height: 75px;
        line-height: 70px;
        font-size: 30px;
    }

        .fin-icon:after {
            content: " ";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            background-color: #fdcd98;
            transform-origin: left top;
            -ms-transform: skew(-20deg, 0deg);
            -webkit-transform: skew(-20deg, 0deg);
            transform: skew(-20deg, 0deg);
        }

    .fin-no {
        position: relative;
        left: -50px;
        top: 21px;
        height: 34px;
        font-size: 24px;
        padding-right: 12px;
        color: #f69121;
        width: 40px;
        z-index: 3;
    }

        .fin-no:after {
            content: " ";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            background-color: #262626;
            transform-origin: left top;
            -ms-transform: skew(-20deg, 0deg);
            -webkit-transform: skew(-20deg, 0deg);
            transform: skew(-20deg, 0deg);
        }

    .fin-list i {
        padding-right: 20px;
        color: #6a4d2c;
    }

    .fin-title {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }

    .fin-sub-title {
        font-size: 16px;
        color: #fff;
        font-weight: 300 !important;
    }

    .app-fin-heading hr {
        border-top: 1px solid #f5af61 !important;
    }

    .fin-animate-bg {
        background-color: #f69121 !important;
        color: #775228;
    }

    @media all and (max-width:800px) {
        .finance-bg .col-sm-5 {
            width: 70%;
        }
    }
    /********************testimonials-start**********************/
    #quote-carousel {
        /*padding: 0 10px 30px 10px;*/
        /*margin-top: 30px;*/
        /* Control buttons  */
        /* Previous button  */
        /* Next button  */
        /* Changes the position of the indicators */
        /* Changes the color of the indicators */
    }

        #quote-carousel .carousel-control {
            background: none;
            color: #CACACA;
            font-size: 2.3em;
            text-shadow: none;
            margin-top: 30px;
        }

            #quote-carousel .carousel-control.left {
                left: -30px;
            }

            #quote-carousel .carousel-control.right {
                right: -30px;
            }

        #quote-carousel .carousel-indicators {
            right: 50%;
            top: auto;
            bottom: 0px;
            margin-right: -19px;
        }

            #quote-carousel .carousel-indicators li {
                width: 50px;
                height: 50px;
                margin: 5px;
                cursor: pointer;
                border: 4px solid #CCC;
                border-radius: 50px;
                opacity: 0.4;
                overflow: hidden;
                transition: all 0.4s;
            }

            #quote-carousel .carousel-indicators .active {
                width: 128px;
                height: 128px;
                border-radius: 100px;
                border-color: #c8c8c8;
                opacity: 1;
                overflow: hidden;
            }

    .carousel-inner {
        min-height: 300px;
    }

    .item blockquote {
        border-left: none;
        margin: 0;
    }

        .item blockquote p:before {
            content: "\f10d";
            font-family: 'Fontawesome';
            float: left;
            margin-right: 10px;
        }

    .quote-bg1 {
        background-color: #fff !important;
    }

    @media all and (max-width:414px) {
        .carousel-indicators {
            width: 70% !important;
        }
    }

    @media all and (max-width:375px) {
        .carousel-indicators {
            width: 80% !important;
            left: 40% !important;
        }
    }

    @media all and (max-width:375px) {
        .carousel-indicators {
            width: 100% !important;
            left: 30% !important;
        }
    }
    /********************f-car-css-ends**********************/
    #stars {
        width: 1px;
        height: 1px;
        background: transparent;
        box-shadow: 648px 992px #FFF, 900px 1598px #FFF, 808px 1682px #FFF, 1432px 1122px #FFF, 319px 582px #FFF, 873px 1162px #FFF, 1132px 1557px #FFF, 437px 1190px #FFF, 1930px 1549px #FFF, 871px 1827px #FFF, 1082px 603px #FFF, 1878px 83px #FFF, 1641px 788px #FFF, 272px 1850px #FFF, 1698px 613px #FFF, 681px 1991px #FFF, 1857px 403px #FFF, 1227px 956px #FFF, 77px 1996px #FFF, 685px 730px #FFF, 1602px 1899px #FFF, 1974px 195px #FFF, 854px 1742px #FFF, 496px 1014px #FFF, 572px 925px #FFF, 1808px 846px #FFF, 642px 1607px #FFF, 1488px 1778px #FFF, 407px 1944px #FFF, 100px 1105px #FFF, 183px 524px #FFF, 296px 1763px #FFF, 341px 1643px #FFF, 31px 787px #FFF, 1362px 412px #FFF, 873px 746px #FFF, 1782px 1160px #FFF, 689px 1088px #FFF, 316px 1525px #FFF, 1124px 117px #FFF, 237px 1429px #FFF, 912px 1985px #FFF, 1944px 444px #FFF, 1947px 1123px #FFF, 1227px 1918px #FFF, 237px 1130px #FFF, 1790px 871px #FFF, 244px 1712px #FFF, 448px 620px #FFF, 1488px 591px #FFF, 1208px 1671px #FFF, 1683px 1980px #FFF, 987px 645px #FFF, 906px 1483px #FFF, 327px 1110px #FFF, 1476px 1362px #FFF, 187px 1493px #FFF, 1520px 347px #FFF, 552px 930px #FFF, 1788px 719px #FFF, 668px 198px #FFF, 1248px 1037px #FFF, 1588px 346px #FFF, 314px 134px #FFF, 514px 1352px #FFF, 287px 1668px #FFF, 834px 708px #FFF, 246px 1158px #FFF, 537px 1681px #FFF, 1670px 1467px #FFF, 1092px 964px #FFF, 401px 1520px #FFF, 1847px 1458px #FFF, 289px 294px #FFF, 1625px 228px #FFF, 729px 1008px #FFF, 1603px 1612px #FFF, 1589px 1189px #FFF, 1359px 878px #FFF, 770px 1648px #FFF, 1300px 578px #FFF, 979px 1139px #FFF, 1433px 1185px #FFF, 1882px 1996px #FFF, 1055px 1156px #FFF, 1733px 532px #FFF, 320px 761px #FFF, 985px 67px #FFF, 1402px 1243px #FFF, 258px 1817px #FFF, 1436px 1196px #FFF, 88px 1086px #FFF, 1193px 1473px #FFF, 215px 1723px #FFF, 1135px 914px #FFF, 1307px 1849px #FFF, 1561px 328px #FFF, 213px 1468px #FFF, 1356px 1692px #FFF, 1187px 254px #FFF, 46px 735px #FFF, 706px 39px #FFF, 1149px 402px #FFF, 1341px 260px #FFF, 866px 1995px #FFF, 200px 490px #FFF, 1634px 874px #FFF, 1730px 903px #FFF, 925px 1347px #FFF, 741px 1053px #FFF, 324px 369px #FFF, 1536px 829px #FFF, 237px 1223px #FFF, 1841px 1541px #FFF, 730px 698px #FFF, 1480px 98px #FFF, 1639px 772px #FFF, 120px 959px #FFF, 116px 194px #FFF, 1756px 1753px #FFF, 1276px 85px #FFF, 1846px 1140px #FFF, 1693px 1583px #FFF, 327px 403px #FFF, 1145px 1445px #FFF, 1168px 264px #FFF, 1804px 43px #FFF, 706px 843px #FFF, 1969px 582px #FFF, 1458px 1286px #FFF, 1084px 11px #FFF, 936px 32px #FFF, 589px 787px #FFF, 576px 1654px #FFF, 1507px 1491px #FFF, 1724px 1074px #FFF, 871px 1787px #FFF, 34px 82px #FFF, 448px 1505px #FFF, 226px 168px #FFF, 867px 329px #FFF, 1447px 1995px #FFF, 1348px 353px #FFF, 1481px 1441px #FFF, 68px 668px #FFF, 1772px 534px #FFF, 1577px 1829px #FFF, 974px 1542px #FFF, 1802px 950px #FFF, 812px 157px #FFF, 1573px 1512px #FFF, 901px 62px #FFF, 1074px 1187px #FFF, 1824px 1454px #FFF, 1020px 1211px #FFF, 1020px 472px #FFF, 307px 1040px #FFF, 579px 1275px #FFF, 1474px 1789px #FFF, 783px 365px #FFF, 1996px 1981px #FFF, 741px 256px #FFF, 557px 1892px #FFF, 1060px 1528px #FFF, 1758px 1902px #FFF, 708px 407px #FFF, 820px 960px #FFF, 866px 1262px #FFF, 1659px 1013px #FFF, 1617px 269px #FFF, 1541px 695px #FFF, 1451px 274px #FFF, 1409px 1040px #FFF, 1679px 793px #FFF, 1638px 524px #FFF, 485px 357px #FFF, 116px 1963px #FFF, 1880px 574px #FFF, 1210px 1482px #FFF, 297px 995px #FFF, 1395px 251px #FFF, 2px 724px #FFF, 421px 1898px #FFF, 1169px 1077px #FFF, 1758px 336px #FFF, 74px 1930px #FFF, 944px 931px #FFF, 1469px 195px #FFF, 1461px 804px #FFF, 1206px 383px #FFF, 8px 98px #FFF, 1811px 1766px #FFF, 717px 419px #FFF, 422px 1217px #FFF, 664px 327px #FFF, 599px 146px #FFF, 1130px 1355px #FFF, 678px 1099px #FFF, 765px 29px #FFF, 296px 726px #FFF, 954px 1668px #FFF, 1071px 685px #FFF, 1109px 426px #FFF, 577px 787px #FFF, 348px 1546px #FFF, 1227px 1151px #FFF, 878px 952px #FFF, 770px 47px #FFF, 1845px 563px #FFF, 1119px 758px #FFF, 1519px 230px #FFF, 1424px 392px #FFF, 737px 1176px #FFF, 735px 813px #FFF, 201px 1426px #FFF, 1379px 509px #FFF, 283px 1476px #FFF, 31px 1747px #FFF, 1220px 528px #FFF, 1957px 16px #FFF, 226px 1842px #FFF, 1703px 180px #FFF, 1901px 1436px #FFF, 1640px 1567px #FFF, 1896px 435px #FFF, 112px 472px #FFF, 1048px 1573px #FFF, 32px 1792px #FFF, 467px 1523px #FFF, 578px 29px #FFF, 1530px 713px #FFF, 1381px 872px #FFF, 226px 98px #FFF, 313px 979px #FFF, 1378px 615px #FFF, 1471px 550px #FFF, 601px 333px #FFF, 196px 1808px #FFF, 1795px 1637px #FFF, 899px 1023px #FFF, 1968px 72px #FFF, 18px 522px #FFF, 1507px 383px #FFF, 1936px 1042px #FFF, 1650px 1545px #FFF, 1724px 787px #FFF, 656px 975px #FFF, 1283px 157px #FFF, 800px 37px #FFF, 496px 1263px #FFF, 714px 971px #FFF, 1776px 285px #FFF, 1050px 1515px #FFF, 100px 206px #FFF, 162px 611px #FFF, 1585px 61px #FFF, 1258px 1770px #FFF, 1986px 492px #FFF, 1392px 1750px #FFF, 1234px 1789px #FFF, 381px 272px #FFF, 1576px 540px #FFF, 256px 1110px #FFF, 1026px 7px #FFF, 1345px 713px #FFF, 1130px 956px #FFF, 306px 631px #FFF, 344px 1145px #FFF, 1967px 365px #FFF, 1525px 853px #FFF, 1031px 534px #FFF, 1461px 1609px #FFF, 839px 1150px #FFF, 145px 244px #FFF, 1879px 1420px #FFF, 1090px 599px #FFF, 1500px 119px #FFF, 813px 1645px #FFF, 743px 1510px #FFF, 1225px 597px #FFF, 1233px 1597px #FFF, 1595px 48px #FFF, 929px 659px #FFF, 428px 777px #FFF, 1807px 106px #FFF, 1286px 676px #FFF, 1366px 85px #FFF, 780px 796px #FFF, 1748px 1607px #FFF, 1707px 893px #FFF, 158px 693px #FFF, 1772px 1598px #FFF, 644px 1818px #FFF, 322px 386px #FFF, 1583px 490px #FFF, 1230px 399px #FFF, 1718px 1647px #FFF, 491px 696px #FFF, 1221px 940px #FFF, 319px 1962px #FFF, 1652px 1726px #FFF, 1291px 368px #FFF, 360px 457px #FFF, 1335px 1921px #FFF, 1454px 568px #FFF, 1202px 823px #FFF, 961px 929px #FFF, 967px 1534px #FFF, 1973px 1082px #FFF, 691px 474px #FFF, 1522px 960px #FFF, 50px 726px #FFF, 1023px 1386px #FFF, 1117px 130px #FFF, 1731px 730px #FFF, 842px 252px #FFF, 97px 8px #FFF, 681px 1151px #FFF, 205px 978px #FFF, 1935px 1572px #FFF, 807px 47px #FFF, 513px 888px #FFF, 147px 678px #FFF, 183px 1065px #FFF, 1152px 196px #FFF, 1677px 1838px #FFF, 1743px 109px #FFF, 1523px 1758px #FFF, 233px 1117px #FFF, 646px 1905px #FFF, 773px 1815px #FFF, 1485px 1005px #FFF, 904px 1075px #FFF, 1042px 1074px #FFF, 431px 640px #FFF, 1228px 890px #FFF, 1642px 1810px #FFF, 1533px 1976px #FFF, 472px 1636px #FFF, 1041px 285px #FFF, 102px 1391px #FFF, 1029px 749px #FFF, 1650px 762px #FFF, 545px 1501px #FFF, 1957px 1215px #FFF, 426px 950px #FFF, 833px 253px #FFF, 751px 614px #FFF, 551px 1600px #FFF, 1724px 790px #FFF, 1878px 973px #FFF, 1784px 11px #FFF, 1597px 1746px #FFF, 370px 588px #FFF, 1362px 956px #FFF, 1912px 208px #FFF, 1531px 287px #FFF, 836px 698px #FFF, 1487px 1183px #FFF, 319px 1332px #FFF, 1517px 388px #FFF, 1123px 653px #FFF, 726px 205px #FFF, 1673px 890px #FFF, 538px 1006px #FFF, 1804px 576px #FFF, 887px 448px #FFF, 708px 822px #FFF, 1334px 601px #FFF, 1481px 1896px #FFF, 142px 1733px #FFF, 1667px 659px #FFF, 1252px 1694px #FFF, 1974px 296px #FFF, 750px 332px #FFF, 1959px 1606px #FFF, 991px 394px #FFF, 118px 610px #FFF, 559px 1992px #FFF, 666px 611px #FFF, 535px 1286px #FFF, 1663px 1817px #FFF, 1673px 58px #FFF, 1608px 979px #FFF, 1447px 546px #FFF, 166px 925px #FFF, 1620px 721px #FFF, 416px 1539px #FFF, 1997px 845px #FFF, 1557px 255px #FFF, 116px 1888px #FFF, 837px 905px #FFF, 759px 1970px #FFF, 1247px 1377px #FFF, 550px 236px #FFF, 1629px 1926px #FFF, 1303px 1400px #FFF, 149px 45px #FFF, 1183px 1932px #FFF, 924px 249px #FFF, 1221px 1942px #FFF, 194px 1962px #FFF, 1703px 443px #FFF, 1130px 1994px #FFF, 1489px 1569px #FFF, 13px 1398px #FFF, 7px 178px #FFF, 808px 746px #FFF, 405px 1376px #FFF, 1048px 526px #FFF, 881px 1242px #FFF, 1749px 663px #FFF, 46px 625px #FFF, 1084px 837px #FFF, 488px 1874px #FFF, 932px 573px #FFF, 1840px 686px #FFF, 1489px 1669px #FFF, 259px 169px #FFF, 1969px 1227px #FFF, 972px 568px #FFF, 1747px 547px #FFF, 1092px 1440px #FFF, 407px 1955px #FFF, 282px 1446px #FFF, 1969px 1716px #FFF, 42px 1949px #FFF, 1547px 1030px #FFF, 758px 702px #FFF, 101px 1952px #FFF, 979px 683px #FFF, 430px 1051px #FFF, 429px 1551px #FFF, 1220px 767px #FFF, 1723px 362px #FFF, 290px 680px #FFF, 352px 1214px #FFF, 662px 260px #FFF, 117px 1541px #FFF, 173px 1772px #FFF, 1279px 686px #FFF, 1014px 1444px #FFF, 1384px 1246px #FFF, 1995px 818px #FFF, 1515px 1299px #FFF, 241px 1747px #FFF, 1866px 1633px #FFF, 1608px 1962px #FFF, 1875px 764px #FFF, 242px 1174px #FFF, 460px 1297px #FFF, 2000px 397px #FFF, 1872px 1282px #FFF, 235px 751px #FFF, 127px 1536px #FFF, 1961px 1097px #FFF, 392px 711px #FFF, 889px 1946px #FFF, 588px 130px #FFF, 1109px 638px #FFF, 289px 1950px #FFF, 484px 1361px #FFF, 1540px 701px #FFF, 594px 1434px #FFF, 1212px 1271px #FFF, 1701px 257px #FFF, 597px 1940px #FFF, 176px 632px #FFF, 1801px 1743px #FFF, 1712px 1568px #FFF, 603px 1568px #FFF, 1729px 1402px #FFF, 303px 922px #FFF, 1501px 1174px #FFF, 753px 1287px #FFF, 1077px 83px #FFF, 1277px 1464px #FFF, 1866px 884px #FFF, 1771px 55px #FFF, 1869px 1927px #FFF, 641px 1216px #FFF, 1645px 1061px #FFF, 1270px 1277px #FFF, 336px 477px #FFF, 209px 1386px #FFF, 186px 1885px #FFF, 1249px 1816px #FFF, 1510px 752px #FFF, 1540px 453px #FFF, 1155px 1864px #FFF, 346px 1533px #FFF, 800px 1283px #FFF, 1093px 1134px #FFF, 332px 1086px #FFF, 1554px 422px #FFF, 949px 867px #FFF, 85px 497px #FFF, 1619px 1818px #FFF, 791px 1352px #FFF, 96px 1692px #FFF, 1755px 1981px #FFF, 961px 1023px #FFF, 314px 879px #FFF, 509px 18px #FFF, 677px 1153px #FFF, 1145px 1370px #FFF, 738px 4px #FFF, 967px 1324px #FFF, 1848px 1121px #FFF, 1729px 569px #FFF, 1447px 564px #FFF, 1872px 675px #FFF, 894px 1129px #FFF, 658px 849px #FFF, 609px 1652px #FFF, 711px 418px #FFF, 761px 1591px #FFF, 874px 1032px #FFF, 1195px 250px #FFF, 39px 1002px #FFF, 1698px 1849px #FFF, 177px 1102px #FFF, 1407px 1638px #FFF, 9px 1613px #FFF, 1840px 900px #FFF, 636px 1289px #FFF, 30px 1467px #FFF, 1423px 1586px #FFF, 1757px 825px #FFF, 1852px 1645px #FFF, 868px 1314px #FFF, 1993px 1232px #FFF, 1182px 1076px #FFF, 97px 244px #FFF, 298px 611px #FFF, 1282px 976px #FFF, 654px 798px #FFF, 1653px 1880px #FFF, 361px 300px #FFF, 1426px 156px #FFF, 1003px 688px #FFF, 1832px 1651px #FFF, 1014px 1324px #FFF, 1660px 956px #FFF, 943px 1813px #FFF, 683px 1144px #FFF, 1886px 1917px #FFF, 1040px 11px #FFF, 752px 132px #FFF, 1686px 1323px #FFF, 1900px 64px #FFF, 1500px 944px #FFF, 981px 1383px #FFF, 1091px 652px #FFF, 826px 1332px #FFF, 1446px 1719px #FFF, 1524px 209px #FFF, 1567px 1872px #FFF, 559px 284px #FFF, 1987px 843px #FFF, 89px 1894px #FFF, 1553px 749px #FFF, 1626px 715px #FFF, 765px 1173px #FFF, 559px 485px #FFF, 649px 720px #FFF, 1134px 1943px #FFF, 1331px 1722px #FFF, 1174px 849px #FFF, 1412px 477px #FFF, 103px 514px #FFF, 422px 1540px #FFF, 1290px 97px #FFF, 1519px 774px #FFF, 1886px 1103px #FFF, 1034px 229px #FFF, 1083px 1959px #FFF, 1153px 986px #FFF, 195px 1143px #FFF, 1141px 1385px #FFF, 1655px 382px #FFF, 1196px 1483px #FFF, 311px 1053px #FFF, 643px 70px #FFF, 1308px 997px #FFF, 843px 1133px #FFF, 551px 1365px #FFF, 1476px 1256px #FFF, 378px 1382px #FFF, 838px 817px #FFF, 177px 968px #FFF, 778px 1824px #FFF, 1462px 1864px #FFF, 1045px 711px #FFF, 938px 1905px #FFF, 1776px 1094px #FFF, 1778px 287px #FFF, 180px 1046px #FFF, 1920px 1537px #FFF, 813px 1598px #FFF, 235px 344px #FFF, 927px 1110px #FFF, 1159px 1384px #FFF, 292px 256px #FFF, 387px 1885px #FFF, 1267px 343px #FFF, 803px 834px #FFF, 570px 1488px #FFF, 322px 1142px #FFF, 1449px 33px #FFF, 528px 612px #FFF, 1872px 1422px #FFF, 529px 1621px #FFF, 1184px 1029px #FFF, 478px 1075px #FFF, 213px 1596px #FFF, 64px 1285px #FFF, 1431px 1711px #FFF, 826px 617px #FFF, 1536px 1411px #FFF, 504px 413px #FFF, 376px 1391px #FFF, 1537px 1888px #FFF, 594px 573px #FFF, 860px 877px #FFF, 1888px 1138px #FFF, 107px 1948px #FFF, 574px 1446px #FFF, 1470px 1136px #FFF, 447px 684px #FFF, 708px 1310px #FFF, 916px 1420px #FFF, 693px 87px #FFF, 46px 1346px #FFF, 557px 1045px #FFF, 9px 1900px #FFF, 1271px 1537px #FFF, 1840px 591px #FFF, 88px 899px #FFF, 782px 1464px #FFF, 49px 134px #FFF, 1147px 463px #FFF, 155px 1173px #FFF, 847px 1680px #FFF, 466px 289px #FFF, 1981px 151px #FFF, 1059px 383px #FFF, 1292px 238px #FFF, 366px 375px #FFF, 455px 1652px #FFF, 509px 542px #FFF, 378px 396px #FFF, 1480px 1219px #FFF, 1448px 411px #FFF, 56px 1048px #FFF, 187px 704px #FFF, 771px 1703px #FFF, 996px 896px #FFF, 1581px 267px #FFF, 1711px 507px #FFF, 1834px 1470px #FFF, 1916px 1413px #FFF, 1249px 1403px #FFF, 530px 1569px #FFF, 1143px 1241px #FFF, 514px 1297px #FFF, 1515px 937px #FFF, 438px 1166px #FFF, 1139px 1180px #FFF, 1801px 63px #FFF, 583px 275px #FFF, 1871px 1457px #FFF, 1347px 1337px #FFF, 53px 1475px #FFF, 266px 1902px #FFF, 478px 143px #FFF, 56px 712px #FFF, 1769px 506px #FFF, 1537px 257px #FFF, 1129px 402px #FFF, 83px 1130px #FFF, 1242px 188px #FFF, 857px 656px #FFF, 150px 828px #FFF, 484px 1773px #FFF, 391px 1295px #FFF, 997px 1175px #FFF, 299px 1462px #FFF, 1285px 1893px #FFF, 1458px 928px #FFF, 1862px 711px #FFF, 1608px 581px #FFF, 1089px 1045px #FFF, 577px 1223px #FFF, 214px 1446px #FFF, 1571px 351px #FFF, 745px 332px #FFF, 773px 436px #FFF, 273px 1618px #FFF, 36px 1680px #FFF;
        animation: animStar 50s linear infinite;
    }

        #stars:after {
            content: " ";
            position: absolute;
            top: 2000px;
            width: 1px;
            height: 1px;
            background: transparent;
            box-shadow: 648px 992px #FFF, 900px 1598px #FFF, 808px 1682px #FFF, 1432px 1122px #FFF, 319px 582px #FFF, 873px 1162px #FFF, 1132px 1557px #FFF, 437px 1190px #FFF, 1930px 1549px #FFF, 871px 1827px #FFF, 1082px 603px #FFF, 1878px 83px #FFF, 1641px 788px #FFF, 272px 1850px #FFF, 1698px 613px #FFF, 681px 1991px #FFF, 1857px 403px #FFF, 1227px 956px #FFF, 77px 1996px #FFF, 685px 730px #FFF, 1602px 1899px #FFF, 1974px 195px #FFF, 854px 1742px #FFF, 496px 1014px #FFF, 572px 925px #FFF, 1808px 846px #FFF, 642px 1607px #FFF, 1488px 1778px #FFF, 407px 1944px #FFF, 100px 1105px #FFF, 183px 524px #FFF, 296px 1763px #FFF, 341px 1643px #FFF, 31px 787px #FFF, 1362px 412px #FFF, 873px 746px #FFF, 1782px 1160px #FFF, 689px 1088px #FFF, 316px 1525px #FFF, 1124px 117px #FFF, 237px 1429px #FFF, 912px 1985px #FFF, 1944px 444px #FFF, 1947px 1123px #FFF, 1227px 1918px #FFF, 237px 1130px #FFF, 1790px 871px #FFF, 244px 1712px #FFF, 448px 620px #FFF, 1488px 591px #FFF, 1208px 1671px #FFF, 1683px 1980px #FFF, 987px 645px #FFF, 906px 1483px #FFF, 327px 1110px #FFF, 1476px 1362px #FFF, 187px 1493px #FFF, 1520px 347px #FFF, 552px 930px #FFF, 1788px 719px #FFF, 668px 198px #FFF, 1248px 1037px #FFF, 1588px 346px #FFF, 314px 134px #FFF, 514px 1352px #FFF, 287px 1668px #FFF, 834px 708px #FFF, 246px 1158px #FFF, 537px 1681px #FFF, 1670px 1467px #FFF, 1092px 964px #FFF, 401px 1520px #FFF, 1847px 1458px #FFF, 289px 294px #FFF, 1625px 228px #FFF, 729px 1008px #FFF, 1603px 1612px #FFF, 1589px 1189px #FFF, 1359px 878px #FFF, 770px 1648px #FFF, 1300px 578px #FFF, 979px 1139px #FFF, 1433px 1185px #FFF, 1882px 1996px #FFF, 1055px 1156px #FFF, 1733px 532px #FFF, 320px 761px #FFF, 985px 67px #FFF, 1402px 1243px #FFF, 258px 1817px #FFF, 1436px 1196px #FFF, 88px 1086px #FFF, 1193px 1473px #FFF, 215px 1723px #FFF, 1135px 914px #FFF, 1307px 1849px #FFF, 1561px 328px #FFF, 213px 1468px #FFF, 1356px 1692px #FFF, 1187px 254px #FFF, 46px 735px #FFF, 706px 39px #FFF, 1149px 402px #FFF, 1341px 260px #FFF, 866px 1995px #FFF, 200px 490px #FFF, 1634px 874px #FFF, 1730px 903px #FFF, 925px 1347px #FFF, 741px 1053px #FFF, 324px 369px #FFF, 1536px 829px #FFF, 237px 1223px #FFF, 1841px 1541px #FFF, 730px 698px #FFF, 1480px 98px #FFF, 1639px 772px #FFF, 120px 959px #FFF, 116px 194px #FFF, 1756px 1753px #FFF, 1276px 85px #FFF, 1846px 1140px #FFF, 1693px 1583px #FFF, 327px 403px #FFF, 1145px 1445px #FFF, 1168px 264px #FFF, 1804px 43px #FFF, 706px 843px #FFF, 1969px 582px #FFF, 1458px 1286px #FFF, 1084px 11px #FFF, 936px 32px #FFF, 589px 787px #FFF, 576px 1654px #FFF, 1507px 1491px #FFF, 1724px 1074px #FFF, 871px 1787px #FFF, 34px 82px #FFF, 448px 1505px #FFF, 226px 168px #FFF, 867px 329px #FFF, 1447px 1995px #FFF, 1348px 353px #FFF, 1481px 1441px #FFF, 68px 668px #FFF, 1772px 534px #FFF, 1577px 1829px #FFF, 974px 1542px #FFF, 1802px 950px #FFF, 812px 157px #FFF, 1573px 1512px #FFF, 901px 62px #FFF, 1074px 1187px #FFF, 1824px 1454px #FFF, 1020px 1211px #FFF, 1020px 472px #FFF, 307px 1040px #FFF, 579px 1275px #FFF, 1474px 1789px #FFF, 783px 365px #FFF, 1996px 1981px #FFF, 741px 256px #FFF, 557px 1892px #FFF, 1060px 1528px #FFF, 1758px 1902px #FFF, 708px 407px #FFF, 820px 960px #FFF, 866px 1262px #FFF, 1659px 1013px #FFF, 1617px 269px #FFF, 1541px 695px #FFF, 1451px 274px #FFF, 1409px 1040px #FFF, 1679px 793px #FFF, 1638px 524px #FFF, 485px 357px #FFF, 116px 1963px #FFF, 1880px 574px #FFF, 1210px 1482px #FFF, 297px 995px #FFF, 1395px 251px #FFF, 2px 724px #FFF, 421px 1898px #FFF, 1169px 1077px #FFF, 1758px 336px #FFF, 74px 1930px #FFF, 944px 931px #FFF, 1469px 195px #FFF, 1461px 804px #FFF, 1206px 383px #FFF, 8px 98px #FFF, 1811px 1766px #FFF, 717px 419px #FFF, 422px 1217px #FFF, 664px 327px #FFF, 599px 146px #FFF, 1130px 1355px #FFF, 678px 1099px #FFF, 765px 29px #FFF, 296px 726px #FFF, 954px 1668px #FFF, 1071px 685px #FFF, 1109px 426px #FFF, 577px 787px #FFF, 348px 1546px #FFF, 1227px 1151px #FFF, 878px 952px #FFF, 770px 47px #FFF, 1845px 563px #FFF, 1119px 758px #FFF, 1519px 230px #FFF, 1424px 392px #FFF, 737px 1176px #FFF, 735px 813px #FFF, 201px 1426px #FFF, 1379px 509px #FFF, 283px 1476px #FFF, 31px 1747px #FFF, 1220px 528px #FFF, 1957px 16px #FFF, 226px 1842px #FFF, 1703px 180px #FFF, 1901px 1436px #FFF, 1640px 1567px #FFF, 1896px 435px #FFF, 112px 472px #FFF, 1048px 1573px #FFF, 32px 1792px #FFF, 467px 1523px #FFF, 578px 29px #FFF, 1530px 713px #FFF, 1381px 872px #FFF, 226px 98px #FFF, 313px 979px #FFF, 1378px 615px #FFF, 1471px 550px #FFF, 601px 333px #FFF, 196px 1808px #FFF, 1795px 1637px #FFF, 899px 1023px #FFF, 1968px 72px #FFF, 18px 522px #FFF, 1507px 383px #FFF, 1936px 1042px #FFF, 1650px 1545px #FFF, 1724px 787px #FFF, 656px 975px #FFF, 1283px 157px #FFF, 800px 37px #FFF, 496px 1263px #FFF, 714px 971px #FFF, 1776px 285px #FFF, 1050px 1515px #FFF, 100px 206px #FFF, 162px 611px #FFF, 1585px 61px #FFF, 1258px 1770px #FFF, 1986px 492px #FFF, 1392px 1750px #FFF, 1234px 1789px #FFF, 381px 272px #FFF, 1576px 540px #FFF, 256px 1110px #FFF, 1026px 7px #FFF, 1345px 713px #FFF, 1130px 956px #FFF, 306px 631px #FFF, 344px 1145px #FFF, 1967px 365px #FFF, 1525px 853px #FFF, 1031px 534px #FFF, 1461px 1609px #FFF, 839px 1150px #FFF, 145px 244px #FFF, 1879px 1420px #FFF, 1090px 599px #FFF, 1500px 119px #FFF, 813px 1645px #FFF, 743px 1510px #FFF, 1225px 597px #FFF, 1233px 1597px #FFF, 1595px 48px #FFF, 929px 659px #FFF, 428px 777px #FFF, 1807px 106px #FFF, 1286px 676px #FFF, 1366px 85px #FFF, 780px 796px #FFF, 1748px 1607px #FFF, 1707px 893px #FFF, 158px 693px #FFF, 1772px 1598px #FFF, 644px 1818px #FFF, 322px 386px #FFF, 1583px 490px #FFF, 1230px 399px #FFF, 1718px 1647px #FFF, 491px 696px #FFF, 1221px 940px #FFF, 319px 1962px #FFF, 1652px 1726px #FFF, 1291px 368px #FFF, 360px 457px #FFF, 1335px 1921px #FFF, 1454px 568px #FFF, 1202px 823px #FFF, 961px 929px #FFF, 967px 1534px #FFF, 1973px 1082px #FFF, 691px 474px #FFF, 1522px 960px #FFF, 50px 726px #FFF, 1023px 1386px #FFF, 1117px 130px #FFF, 1731px 730px #FFF, 842px 252px #FFF, 97px 8px #FFF, 681px 1151px #FFF, 205px 978px #FFF, 1935px 1572px #FFF, 807px 47px #FFF, 513px 888px #FFF, 147px 678px #FFF, 183px 1065px #FFF, 1152px 196px #FFF, 1677px 1838px #FFF, 1743px 109px #FFF, 1523px 1758px #FFF, 233px 1117px #FFF, 646px 1905px #FFF, 773px 1815px #FFF, 1485px 1005px #FFF, 904px 1075px #FFF, 1042px 1074px #FFF, 431px 640px #FFF, 1228px 890px #FFF, 1642px 1810px #FFF, 1533px 1976px #FFF, 472px 1636px #FFF, 1041px 285px #FFF, 102px 1391px #FFF, 1029px 749px #FFF, 1650px 762px #FFF, 545px 1501px #FFF, 1957px 1215px #FFF, 426px 950px #FFF, 833px 253px #FFF, 751px 614px #FFF, 551px 1600px #FFF, 1724px 790px #FFF, 1878px 973px #FFF, 1784px 11px #FFF, 1597px 1746px #FFF, 370px 588px #FFF, 1362px 956px #FFF, 1912px 208px #FFF, 1531px 287px #FFF, 836px 698px #FFF, 1487px 1183px #FFF, 319px 1332px #FFF, 1517px 388px #FFF, 1123px 653px #FFF, 726px 205px #FFF, 1673px 890px #FFF, 538px 1006px #FFF, 1804px 576px #FFF, 887px 448px #FFF, 708px 822px #FFF, 1334px 601px #FFF, 1481px 1896px #FFF, 142px 1733px #FFF, 1667px 659px #FFF, 1252px 1694px #FFF, 1974px 296px #FFF, 750px 332px #FFF, 1959px 1606px #FFF, 991px 394px #FFF, 118px 610px #FFF, 559px 1992px #FFF, 666px 611px #FFF, 535px 1286px #FFF, 1663px 1817px #FFF, 1673px 58px #FFF, 1608px 979px #FFF, 1447px 546px #FFF, 166px 925px #FFF, 1620px 721px #FFF, 416px 1539px #FFF, 1997px 845px #FFF, 1557px 255px #FFF, 116px 1888px #FFF, 837px 905px #FFF, 759px 1970px #FFF, 1247px 1377px #FFF, 550px 236px #FFF, 1629px 1926px #FFF, 1303px 1400px #FFF, 149px 45px #FFF, 1183px 1932px #FFF, 924px 249px #FFF, 1221px 1942px #FFF, 194px 1962px #FFF, 1703px 443px #FFF, 1130px 1994px #FFF, 1489px 1569px #FFF, 13px 1398px #FFF, 7px 178px #FFF, 808px 746px #FFF, 405px 1376px #FFF, 1048px 526px #FFF, 881px 1242px #FFF, 1749px 663px #FFF, 46px 625px #FFF, 1084px 837px #FFF, 488px 1874px #FFF, 932px 573px #FFF, 1840px 686px #FFF, 1489px 1669px #FFF, 259px 169px #FFF, 1969px 1227px #FFF, 972px 568px #FFF, 1747px 547px #FFF, 1092px 1440px #FFF, 407px 1955px #FFF, 282px 1446px #FFF, 1969px 1716px #FFF, 42px 1949px #FFF, 1547px 1030px #FFF, 758px 702px #FFF, 101px 1952px #FFF, 979px 683px #FFF, 430px 1051px #FFF, 429px 1551px #FFF, 1220px 767px #FFF, 1723px 362px #FFF, 290px 680px #FFF, 352px 1214px #FFF, 662px 260px #FFF, 117px 1541px #FFF, 173px 1772px #FFF, 1279px 686px #FFF, 1014px 1444px #FFF, 1384px 1246px #FFF, 1995px 818px #FFF, 1515px 1299px #FFF, 241px 1747px #FFF, 1866px 1633px #FFF, 1608px 1962px #FFF, 1875px 764px #FFF, 242px 1174px #FFF, 460px 1297px #FFF, 2000px 397px #FFF, 1872px 1282px #FFF, 235px 751px #FFF, 127px 1536px #FFF, 1961px 1097px #FFF, 392px 711px #FFF, 889px 1946px #FFF, 588px 130px #FFF, 1109px 638px #FFF, 289px 1950px #FFF, 484px 1361px #FFF, 1540px 701px #FFF, 594px 1434px #FFF, 1212px 1271px #FFF, 1701px 257px #FFF, 597px 1940px #FFF, 176px 632px #FFF, 1801px 1743px #FFF, 1712px 1568px #FFF, 603px 1568px #FFF, 1729px 1402px #FFF, 303px 922px #FFF, 1501px 1174px #FFF, 753px 1287px #FFF, 1077px 83px #FFF, 1277px 1464px #FFF, 1866px 884px #FFF, 1771px 55px #FFF, 1869px 1927px #FFF, 641px 1216px #FFF, 1645px 1061px #FFF, 1270px 1277px #FFF, 336px 477px #FFF, 209px 1386px #FFF, 186px 1885px #FFF, 1249px 1816px #FFF, 1510px 752px #FFF, 1540px 453px #FFF, 1155px 1864px #FFF, 346px 1533px #FFF, 800px 1283px #FFF, 1093px 1134px #FFF, 332px 1086px #FFF, 1554px 422px #FFF, 949px 867px #FFF, 85px 497px #FFF, 1619px 1818px #FFF, 791px 1352px #FFF, 96px 1692px #FFF, 1755px 1981px #FFF, 961px 1023px #FFF, 314px 879px #FFF, 509px 18px #FFF, 677px 1153px #FFF, 1145px 1370px #FFF, 738px 4px #FFF, 967px 1324px #FFF, 1848px 1121px #FFF, 1729px 569px #FFF, 1447px 564px #FFF, 1872px 675px #FFF, 894px 1129px #FFF, 658px 849px #FFF, 609px 1652px #FFF, 711px 418px #FFF, 761px 1591px #FFF, 874px 1032px #FFF, 1195px 250px #FFF, 39px 1002px #FFF, 1698px 1849px #FFF, 177px 1102px #FFF, 1407px 1638px #FFF, 9px 1613px #FFF, 1840px 900px #FFF, 636px 1289px #FFF, 30px 1467px #FFF, 1423px 1586px #FFF, 1757px 825px #FFF, 1852px 1645px #FFF, 868px 1314px #FFF, 1993px 1232px #FFF, 1182px 1076px #FFF, 97px 244px #FFF, 298px 611px #FFF, 1282px 976px #FFF, 654px 798px #FFF, 1653px 1880px #FFF, 361px 300px #FFF, 1426px 156px #FFF, 1003px 688px #FFF, 1832px 1651px #FFF, 1014px 1324px #FFF, 1660px 956px #FFF, 943px 1813px #FFF, 683px 1144px #FFF, 1886px 1917px #FFF, 1040px 11px #FFF, 752px 132px #FFF, 1686px 1323px #FFF, 1900px 64px #FFF, 1500px 944px #FFF, 981px 1383px #FFF, 1091px 652px #FFF, 826px 1332px #FFF, 1446px 1719px #FFF, 1524px 209px #FFF, 1567px 1872px #FFF, 559px 284px #FFF, 1987px 843px #FFF, 89px 1894px #FFF, 1553px 749px #FFF, 1626px 715px #FFF, 765px 1173px #FFF, 559px 485px #FFF, 649px 720px #FFF, 1134px 1943px #FFF, 1331px 1722px #FFF, 1174px 849px #FFF, 1412px 477px #FFF, 103px 514px #FFF, 422px 1540px #FFF, 1290px 97px #FFF, 1519px 774px #FFF, 1886px 1103px #FFF, 1034px 229px #FFF, 1083px 1959px #FFF, 1153px 986px #FFF, 195px 1143px #FFF, 1141px 1385px #FFF, 1655px 382px #FFF, 1196px 1483px #FFF, 311px 1053px #FFF, 643px 70px #FFF, 1308px 997px #FFF, 843px 1133px #FFF, 551px 1365px #FFF, 1476px 1256px #FFF, 378px 1382px #FFF, 838px 817px #FFF, 177px 968px #FFF, 778px 1824px #FFF, 1462px 1864px #FFF, 1045px 711px #FFF, 938px 1905px #FFF, 1776px 1094px #FFF, 1778px 287px #FFF, 180px 1046px #FFF, 1920px 1537px #FFF, 813px 1598px #FFF, 235px 344px #FFF, 927px 1110px #FFF, 1159px 1384px #FFF, 292px 256px #FFF, 387px 1885px #FFF, 1267px 343px #FFF, 803px 834px #FFF, 570px 1488px #FFF, 322px 1142px #FFF, 1449px 33px #FFF, 528px 612px #FFF, 1872px 1422px #FFF, 529px 1621px #FFF, 1184px 1029px #FFF, 478px 1075px #FFF, 213px 1596px #FFF, 64px 1285px #FFF, 1431px 1711px #FFF, 826px 617px #FFF, 1536px 1411px #FFF, 504px 413px #FFF, 376px 1391px #FFF, 1537px 1888px #FFF, 594px 573px #FFF, 860px 877px #FFF, 1888px 1138px #FFF, 107px 1948px #FFF, 574px 1446px #FFF, 1470px 1136px #FFF, 447px 684px #FFF, 708px 1310px #FFF, 916px 1420px #FFF, 693px 87px #FFF, 46px 1346px #FFF, 557px 1045px #FFF, 9px 1900px #FFF, 1271px 1537px #FFF, 1840px 591px #FFF, 88px 899px #FFF, 782px 1464px #FFF, 49px 134px #FFF, 1147px 463px #FFF, 155px 1173px #FFF, 847px 1680px #FFF, 466px 289px #FFF, 1981px 151px #FFF, 1059px 383px #FFF, 1292px 238px #FFF, 366px 375px #FFF, 455px 1652px #FFF, 509px 542px #FFF, 378px 396px #FFF, 1480px 1219px #FFF, 1448px 411px #FFF, 56px 1048px #FFF, 187px 704px #FFF, 771px 1703px #FFF, 996px 896px #FFF, 1581px 267px #FFF, 1711px 507px #FFF, 1834px 1470px #FFF, 1916px 1413px #FFF, 1249px 1403px #FFF, 530px 1569px #FFF, 1143px 1241px #FFF, 514px 1297px #FFF, 1515px 937px #FFF, 438px 1166px #FFF, 1139px 1180px #FFF, 1801px 63px #FFF, 583px 275px #FFF, 1871px 1457px #FFF, 1347px 1337px #FFF, 53px 1475px #FFF, 266px 1902px #FFF, 478px 143px #FFF, 56px 712px #FFF, 1769px 506px #FFF, 1537px 257px #FFF, 1129px 402px #FFF, 83px 1130px #FFF, 1242px 188px #FFF, 857px 656px #FFF, 150px 828px #FFF, 484px 1773px #FFF, 391px 1295px #FFF, 997px 1175px #FFF, 299px 1462px #FFF, 1285px 1893px #FFF, 1458px 928px #FFF, 1862px 711px #FFF, 1608px 581px #FFF, 1089px 1045px #FFF, 577px 1223px #FFF, 214px 1446px #FFF, 1571px 351px #FFF, 745px 332px #FFF, 773px 436px #FFF, 273px 1618px #FFF, 36px 1680px #FFF;
        }

    #stars2 {
        width: 2px;
        height: 2px;
        background: transparent;
        box-shadow: 226px 898px #FFF, 450px 711px #FFF, 168px 1141px #FFF, 527px 749px #FFF, 1646px 411px #FFF, 362px 646px #FFF, 384px 772px #FFF, 502px 1729px #FFF, 705px 862px #FFF, 1440px 374px #FFF, 1703px 956px #FFF, 1758px 171px #FFF, 446px 1563px #FFF, 725px 309px #FFF, 1268px 1150px #FFF, 965px 1023px #FFF, 936px 293px #FFF, 325px 513px #FFF, 1438px 382px #FFF, 1192px 1764px #FFF, 808px 1648px #FFF, 630px 484px #FFF, 798px 437px #FFF, 889px 585px #FFF, 1649px 444px #FFF, 1876px 896px #FFF, 1805px 1716px #FFF, 1551px 778px #FFF, 1253px 613px #FFF, 106px 1161px #FFF, 863px 1509px #FFF, 1522px 518px #FFF, 1339px 1749px #FFF, 140px 1406px #FFF, 1345px 1426px #FFF, 243px 1717px #FFF, 341px 279px #FFF, 1481px 1210px #FFF, 386px 288px #FFF, 632px 622px #FFF, 893px 9px #FFF, 247px 492px #FFF, 1321px 1451px #FFF, 1037px 1436px #FFF, 239px 858px #FFF, 1225px 1232px #FFF, 402px 1910px #FFF, 872px 1278px #FFF, 1389px 370px #FFF, 88px 1926px #FFF, 175px 119px #FFF, 279px 229px #FFF, 441px 1753px #FFF, 939px 551px #FFF, 1249px 202px #FFF, 1046px 1541px #FFF, 285px 35px #FFF, 690px 754px #FFF, 1459px 805px #FFF, 1563px 711px #FFF, 420px 1847px #FFF, 255px 562px #FFF, 1px 472px #FFF, 234px 1267px #FFF, 563px 197px #FFF, 748px 305px #FFF, 582px 1464px #FFF, 1293px 1442px #FFF, 1747px 1493px #FFF, 373px 1163px #FFF, 1173px 874px #FFF, 1799px 564px #FFF, 523px 1365px #FFF, 764px 1918px #FFF, 1573px 1959px #FFF, 1181px 1252px #FFF, 1736px 429px #FFF, 97px 689px #FFF, 1793px 596px #FFF, 1646px 1431px #FFF, 1951px 1284px #FFF, 1935px 1461px #FFF, 281px 1784px #FFF, 1905px 530px #FFF, 1260px 589px #FFF, 1091px 565px #FFF, 1359px 1881px #FFF, 1052px 228px #FFF, 210px 1723px #FFF, 1761px 122px #FFF, 371px 1497px #FFF, 1797px 1436px #FFF, 1316px 1637px #FFF, 1544px 167px #FFF, 1631px 978px #FFF, 1511px 458px #FFF, 1986px 256px #FFF, 364px 1401px #FFF, 73px 125px #FFF, 1203px 1918px #FFF, 1368px 513px #FFF, 197px 813px #FFF, 635px 815px #FFF, 311px 1694px #FFF, 1686px 1476px #FFF, 915px 1052px #FFF, 1767px 9px #FFF, 1004px 1408px #FFF, 511px 629px #FFF, 253px 787px #FFF, 1339px 1810px #FFF, 1371px 1433px #FFF, 1220px 1242px #FFF, 1823px 520px #FFF, 236px 1705px #FFF, 1187px 762px #FFF, 1814px 251px #FFF, 357px 928px #FFF, 931px 533px #FFF, 527px 282px #FFF, 188px 398px #FFF, 764px 34px #FFF, 452px 896px #FFF, 1065px 1767px #FFF, 792px 1693px #FFF, 816px 937px #FFF, 1952px 1576px #FFF, 169px 1568px #FFF, 1439px 604px #FFF, 1302px 1359px #FFF, 1837px 449px #FFF, 468px 357px #FFF, 1462px 213px #FFF, 821px 1037px #FFF, 250px 1436px #FFF, 1783px 453px #FFF, 1838px 316px #FFF, 537px 1509px #FFF, 1705px 1538px #FFF, 773px 565px #FFF, 75px 1883px #FFF, 271px 446px #FFF, 122px 1021px #FFF, 1155px 1588px #FFF, 1100px 1966px #FFF, 1013px 369px #FFF, 1587px 1752px #FFF, 1336px 584px #FFF, 1584px 2000px #FFF, 146px 1872px #FFF, 588px 376px #FFF, 583px 1286px #FFF, 138px 503px #FFF, 1167px 331px #FFF, 1698px 383px #FFF, 1916px 1156px #FFF, 1049px 1445px #FFF, 148px 1799px #FFF, 1715px 68px #FFF, 1165px 1600px #FFF, 192px 1073px #FFF, 763px 901px #FFF, 1384px 1043px #FFF, 1480px 856px #FFF, 45px 94px #FFF, 1821px 1005px #FFF, 382px 880px #FFF, 1641px 713px #FFF, 1602px 30px #FFF, 166px 1612px #FFF, 1837px 1035px #FFF, 1506px 1929px #FFF, 901px 296px #FFF, 825px 1113px #FFF, 1245px 465px #FFF, 209px 1967px #FFF, 995px 524px #FFF, 22px 1953px #FFF, 1748px 1042px #FFF, 1588px 605px #FFF, 200px 1487px #FFF, 1901px 6px #FFF, 1631px 1500px #FFF, 1018px 77px #FFF, 465px 1106px #FFF, 606px 865px #FFF, 665px 124px #FFF, 3px 1648px #FFF, 712px 1319px #FFF, 1207px 1572px #FFF, 1814px 344px #FFF, 1780px 498px #FFF, 1791px 1409px #FFF, 243px 1458px #FFF, 74px 934px #FFF, 1229px 1417px #FFF, 1205px 394px #FFF, 336px 1929px #FFF, 978px 736px #FFF, 1260px 1767px #FFF;
        animation: animStar 100s linear infinite;
    }

        #stars2:after {
            content: " ";
            position: absolute;
            top: 2000px;
            width: 2px;
            height: 2px;
            background: transparent;
            box-shadow: 226px 898px #FFF, 450px 711px #FFF, 168px 1141px #FFF, 527px 749px #FFF, 1646px 411px #FFF, 362px 646px #FFF, 384px 772px #FFF, 502px 1729px #FFF, 705px 862px #FFF, 1440px 374px #FFF, 1703px 956px #FFF, 1758px 171px #FFF, 446px 1563px #FFF, 725px 309px #FFF, 1268px 1150px #FFF, 965px 1023px #FFF, 936px 293px #FFF, 325px 513px #FFF, 1438px 382px #FFF, 1192px 1764px #FFF, 808px 1648px #FFF, 630px 484px #FFF, 798px 437px #FFF, 889px 585px #FFF, 1649px 444px #FFF, 1876px 896px #FFF, 1805px 1716px #FFF, 1551px 778px #FFF, 1253px 613px #FFF, 106px 1161px #FFF, 863px 1509px #FFF, 1522px 518px #FFF, 1339px 1749px #FFF, 140px 1406px #FFF, 1345px 1426px #FFF, 243px 1717px #FFF, 341px 279px #FFF, 1481px 1210px #FFF, 386px 288px #FFF, 632px 622px #FFF, 893px 9px #FFF, 247px 492px #FFF, 1321px 1451px #FFF, 1037px 1436px #FFF, 239px 858px #FFF, 1225px 1232px #FFF, 402px 1910px #FFF, 872px 1278px #FFF, 1389px 370px #FFF, 88px 1926px #FFF, 175px 119px #FFF, 279px 229px #FFF, 441px 1753px #FFF, 939px 551px #FFF, 1249px 202px #FFF, 1046px 1541px #FFF, 285px 35px #FFF, 690px 754px #FFF, 1459px 805px #FFF, 1563px 711px #FFF, 420px 1847px #FFF, 255px 562px #FFF, 1px 472px #FFF, 234px 1267px #FFF, 563px 197px #FFF, 748px 305px #FFF, 582px 1464px #FFF, 1293px 1442px #FFF, 1747px 1493px #FFF, 373px 1163px #FFF, 1173px 874px #FFF, 1799px 564px #FFF, 523px 1365px #FFF, 764px 1918px #FFF, 1573px 1959px #FFF, 1181px 1252px #FFF, 1736px 429px #FFF, 97px 689px #FFF, 1793px 596px #FFF, 1646px 1431px #FFF, 1951px 1284px #FFF, 1935px 1461px #FFF, 281px 1784px #FFF, 1905px 530px #FFF, 1260px 589px #FFF, 1091px 565px #FFF, 1359px 1881px #FFF, 1052px 228px #FFF, 210px 1723px #FFF, 1761px 122px #FFF, 371px 1497px #FFF, 1797px 1436px #FFF, 1316px 1637px #FFF, 1544px 167px #FFF, 1631px 978px #FFF, 1511px 458px #FFF, 1986px 256px #FFF, 364px 1401px #FFF, 73px 125px #FFF, 1203px 1918px #FFF, 1368px 513px #FFF, 197px 813px #FFF, 635px 815px #FFF, 311px 1694px #FFF, 1686px 1476px #FFF, 915px 1052px #FFF, 1767px 9px #FFF, 1004px 1408px #FFF, 511px 629px #FFF, 253px 787px #FFF, 1339px 1810px #FFF, 1371px 1433px #FFF, 1220px 1242px #FFF, 1823px 520px #FFF, 236px 1705px #FFF, 1187px 762px #FFF, 1814px 251px #FFF, 357px 928px #FFF, 931px 533px #FFF, 527px 282px #FFF, 188px 398px #FFF, 764px 34px #FFF, 452px 896px #FFF, 1065px 1767px #FFF, 792px 1693px #FFF, 816px 937px #FFF, 1952px 1576px #FFF, 169px 1568px #FFF, 1439px 604px #FFF, 1302px 1359px #FFF, 1837px 449px #FFF, 468px 357px #FFF, 1462px 213px #FFF, 821px 1037px #FFF, 250px 1436px #FFF, 1783px 453px #FFF, 1838px 316px #FFF, 537px 1509px #FFF, 1705px 1538px #FFF, 773px 565px #FFF, 75px 1883px #FFF, 271px 446px #FFF, 122px 1021px #FFF, 1155px 1588px #FFF, 1100px 1966px #FFF, 1013px 369px #FFF, 1587px 1752px #FFF, 1336px 584px #FFF, 1584px 2000px #FFF, 146px 1872px #FFF, 588px 376px #FFF, 583px 1286px #FFF, 138px 503px #FFF, 1167px 331px #FFF, 1698px 383px #FFF, 1916px 1156px #FFF, 1049px 1445px #FFF, 148px 1799px #FFF, 1715px 68px #FFF, 1165px 1600px #FFF, 192px 1073px #FFF, 763px 901px #FFF, 1384px 1043px #FFF, 1480px 856px #FFF, 45px 94px #FFF, 1821px 1005px #FFF, 382px 880px #FFF, 1641px 713px #FFF, 1602px 30px #FFF, 166px 1612px #FFF, 1837px 1035px #FFF, 1506px 1929px #FFF, 901px 296px #FFF, 825px 1113px #FFF, 1245px 465px #FFF, 209px 1967px #FFF, 995px 524px #FFF, 22px 1953px #FFF, 1748px 1042px #FFF, 1588px 605px #FFF, 200px 1487px #FFF, 1901px 6px #FFF, 1631px 1500px #FFF, 1018px 77px #FFF, 465px 1106px #FFF, 606px 865px #FFF, 665px 124px #FFF, 3px 1648px #FFF, 712px 1319px #FFF, 1207px 1572px #FFF, 1814px 344px #FFF, 1780px 498px #FFF, 1791px 1409px #FFF, 243px 1458px #FFF, 74px 934px #FFF, 1229px 1417px #FFF, 1205px 394px #FFF, 336px 1929px #FFF, 978px 736px #FFF, 1260px 1767px #FFF;
        }

    #stars3 {
        width: 3px;
        height: 3px;
        background: transparent;
        box-shadow: 125px 852px #FFF, 1206px 1665px #FFF, 1892px 860px #FFF, 914px 1616px #FFF, 319px 425px #FFF, 165px 108px #FFF, 12px 1832px #FFF, 1657px 1569px #FFF, 1743px 1141px #FFF, 1270px 299px #FFF, 204px 1564px #FFF, 1190px 1643px #FFF, 2000px 112px #FFF, 1200px 1827px #FFF, 992px 1251px #FFF, 265px 1830px #FFF, 544px 1945px #FFF, 1295px 344px #FFF, 841px 1333px #FFF, 1439px 639px #FFF, 1873px 383px #FFF, 1246px 1102px #FFF, 1470px 1514px #FFF, 1655px 1409px #FFF, 656px 299px #FFF, 265px 1203px #FFF, 1079px 1995px #FFF, 1199px 485px #FFF, 1398px 906px #FFF, 1065px 1914px #FFF, 589px 384px #FFF, 1792px 809px #FFF, 928px 1982px #FFF, 51px 1876px #FFF, 1287px 1779px #FFF, 680px 342px #FFF, 1967px 329px #FFF, 1287px 1607px #FFF, 1608px 864px #FFF, 20px 1757px #FFF, 1241px 1355px #FFF, 1287px 984px #FFF, 1820px 1564px #FFF, 116px 1725px #FFF, 173px 1178px #FFF, 1162px 644px #FFF, 1780px 1850px #FFF, 1180px 1103px #FFF, 1506px 1495px #FFF, 40px 1265px #FFF, 1604px 118px #FFF, 526px 1534px #FFF, 211px 70px #FFF, 230px 373px #FFF, 397px 428px #FFF, 453px 650px #FFF, 1895px 122px #FFF, 1168px 1711px #FFF, 1449px 175px #FFF, 1237px 395px #FFF, 1825px 866px #FFF, 881px 1533px #FFF, 337px 476px #FFF, 368px 582px #FFF, 1858px 1416px #FFF, 1238px 591px #FFF, 455px 1360px #FFF, 1153px 1211px #FFF, 938px 1397px #FFF, 1623px 584px #FFF, 760px 1849px #FFF, 1245px 1076px #FFF, 1269px 8px #FFF, 1447px 1958px #FFF, 1121px 499px #FFF, 1300px 181px #FFF, 1851px 771px #FFF, 22px 25px #FFF, 1153px 492px #FFF, 1745px 360px #FFF, 365px 1382px #FFF, 1529px 1963px #FFF, 184px 18px #FFF, 337px 867px #FFF, 1987px 369px #FFF, 986px 987px #FFF, 1067px 1964px #FFF, 654px 535px #FFF, 364px 827px #FFF, 558px 1129px #FFF, 123px 1828px #FFF, 838px 1551px #FFF, 400px 1372px #FFF, 964px 610px #FFF, 493px 1599px #FFF, 1772px 1879px #FFF, 460px 1998px #FFF, 1993px 1647px #FFF, 139px 448px #FFF, 1331px 1669px #FFF;
        animation: animStar 150s linear infinite;
    }

        #stars3:after {
            content: " ";
            position: absolute;
            top: 2000px;
            width: 3px;
            height: 3px;
            background: transparent;
            box-shadow: 125px 852px #FFF, 1206px 1665px #FFF, 1892px 860px #FFF, 914px 1616px #FFF, 319px 425px #FFF, 165px 108px #FFF, 12px 1832px #FFF, 1657px 1569px #FFF, 1743px 1141px #FFF, 1270px 299px #FFF, 204px 1564px #FFF, 1190px 1643px #FFF, 2000px 112px #FFF, 1200px 1827px #FFF, 992px 1251px #FFF, 265px 1830px #FFF, 544px 1945px #FFF, 1295px 344px #FFF, 841px 1333px #FFF, 1439px 639px #FFF, 1873px 383px #FFF, 1246px 1102px #FFF, 1470px 1514px #FFF, 1655px 1409px #FFF, 656px 299px #FFF, 265px 1203px #FFF, 1079px 1995px #FFF, 1199px 485px #FFF, 1398px 906px #FFF, 1065px 1914px #FFF, 589px 384px #FFF, 1792px 809px #FFF, 928px 1982px #FFF, 51px 1876px #FFF, 1287px 1779px #FFF, 680px 342px #FFF, 1967px 329px #FFF, 1287px 1607px #FFF, 1608px 864px #FFF, 20px 1757px #FFF, 1241px 1355px #FFF, 1287px 984px #FFF, 1820px 1564px #FFF, 116px 1725px #FFF, 173px 1178px #FFF, 1162px 644px #FFF, 1780px 1850px #FFF, 1180px 1103px #FFF, 1506px 1495px #FFF, 40px 1265px #FFF, 1604px 118px #FFF, 526px 1534px #FFF, 211px 70px #FFF, 230px 373px #FFF, 397px 428px #FFF, 453px 650px #FFF, 1895px 122px #FFF, 1168px 1711px #FFF, 1449px 175px #FFF, 1237px 395px #FFF, 1825px 866px #FFF, 881px 1533px #FFF, 337px 476px #FFF, 368px 582px #FFF, 1858px 1416px #FFF, 1238px 591px #FFF, 455px 1360px #FFF, 1153px 1211px #FFF, 938px 1397px #FFF, 1623px 584px #FFF, 760px 1849px #FFF, 1245px 1076px #FFF, 1269px 8px #FFF, 1447px 1958px #FFF, 1121px 499px #FFF, 1300px 181px #FFF, 1851px 771px #FFF, 22px 25px #FFF, 1153px 492px #FFF, 1745px 360px #FFF, 365px 1382px #FFF, 1529px 1963px #FFF, 184px 18px #FFF, 337px 867px #FFF, 1987px 369px #FFF, 986px 987px #FFF, 1067px 1964px #FFF, 654px 535px #FFF, 364px 827px #FFF, 558px 1129px #FFF, 123px 1828px #FFF, 838px 1551px #FFF, 400px 1372px #FFF, 964px 610px #FFF, 493px 1599px #FFF, 1772px 1879px #FFF, 460px 1998px #FFF, 1993px 1647px #FFF, 139px 448px #FFF, 1331px 1669px #FFF;
        }

    #title {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        color: #FFF;
        text-align: center;
        font-family: "lato", sans-serif;
        font-weight: 300;
        font-size: 50px;
        letter-spacing: 10px;
        margin-top: -60px;
        padding-left: 10px;
    }

        #title span {
            background: -webkit-linear-gradient(white, #38495a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    @keyframes animStar {
        from {
            transform: translateY(0px);
        }

        to {
            transform: translateY(-2000px);
        }
    }
    /********************search-home-css***********************/
    .top-search-div {
        position: relative;
    }

    .mk-search-trigger {
        position: absolute;
        right: 2.0%;
        top: -10px;
    }
    /* Search Overlay */
    .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit] {
        position: absolute;
        width: 100px;
        height: 100%;
        background-color: transparent !important;
        border: 0;
        right: 0;
        top: 0;
    }

    #mk-fullscreen-searchform:focus {
        outline: none;
        border: none;
    }

    .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon {
        font-size: 25px;
        position: absolute;
        right: 15px;
        width: 25px;
        top: 30px;
        color: #fff;
        color: rgba(255, 255, 255, .2);
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .fullscreen-search-icon:hover,
    .fullscreen-search-icon:focus {
        border: none;
        outline: none;
        color: #fff !important;
        -webkit-transition: transform ease-out .2s;
        -moz-transition: transform ease-out .2s;
        -ms-transition: transform ease-out .2s;
        -o-transition: transform ease-out .2s;
        transition: transform ease-out .2s;
        transform: rotate(180deg);
    }

    #mk-fullscreen-searchform {
        position: relative;
        verticle-align: middle;
    }

    .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
        width: 800px;
        background-color: transparent;
        -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
        -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
        box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
        border: 0;
        text-align: center;
        font-size: 35px;
        padding: 20px;
        color: #fff;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        color: #fff !important;
    }

        .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus {
            boder: none;
            outline: none;
        }

    .mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
        visibility: visible;
        opacity: 1;
    }

    .mk-fullscreen-search-overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, .94);
        text-align: center;
        -webkit-transition: all ease-in-out .25s;
        -moz-transition: all ease-in-out .25s;
        -ms-transition: all ease-in-out .25s;
        -o-transition: all ease-in-out .25s;
        transition: all ease-in-out .25s;
        height: 100vh;
    }

    .mk-animate-element,
    .mk-effect-bg-layer,
    .mk-fullscreen-search-overlay {
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    }

    .mk-fullscreen-search-overlay {
        z-index: 999;
    }

        .mk-fullscreen-search-overlay .mk-fullscreen-close:link,
        .mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
            color: #fff;
        }

        .mk-fullscreen-search-overlay .mk-fullscreen-close {
            position: absolute;
            right: 50px;
            top: 70px;
            font-size: 26px;
            -webkit-transition: transform ease-out .2s;
            -moz-transition: transform ease-out .2s;
            -ms-transition: transform ease-out .2s;
            -o-transition: transform ease-out .2s;
            transition: transform ease-out .2s;
            transform: rotate(0deg);
        }

        .mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            ms-transform: scale(1);
        }

        .mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
            display: inline-block;
            max-width: 1000px;
            vertical-align: middle;
            text-align: center;
            font-size: 18px;
            -webkit-transform: scale(0.9);
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -o-transform: scale(0.9);
            transform: scale(0.9);
            ms-transform: scale(0.9);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all ease-in-out .3s;
            -moz-transition: all ease-in-out .3s;
            -ms-transition: all ease-in-out .3s;
            -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
        }

    .mk-search-trigger {
        -webkit-transition: color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out;
        -ms-transition: color .2s ease-in-out;
        -o-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out
    }
    /* Search Button */
    #search-button {
        display: relative;
    }

        #search-button i {
            color: white !important;
            font-size: 15px;
            position: absolute;
            background-color: #262626;
            padding: 10px 15px;
            height: 32px;
            line-height: 13px;
        }

        #search-button:hover,
        .mk-fullscreen-close:hover {
            opacity: 0.6;
            -webkit-transition: all 400ms;
            -moz-transition: all 400ms;
            -ms-transition: all 400ms;
            -o-transition: all 400ms;
        }

    #mk-fullscreen-search-input:focus {
        box-shadow: 0px 3px 0px 0px rgba(255, 255, 255, 0.54) !important;
    }

    @media all and (max-width:896px) {
        .mk-search-trigger {
            right: 4%;
        }
    }

    /********************search-home-css-ends***********************/
    .list-inline a {
        color: #555;
    }

    .vd-icons li a {
        display: inline-block;
        letter-spacing: 1.8px;
        color: #555;
    }

    .vd-bg h2 {
        font-size: 2.5rem;
        font-weight: 400;
    }

    .inven-cont2 h2 {
        font-size: 22px;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 40px;
        color: #555;
    }
    /*f-button*/
    .btn-v2 {
        display: inline-block;
        background: #e2e2e2;
        border: 0;
        line-height: 2.5em;
        padding: 0 0 0 1em;
        margin-bottom: 1em;
        outline: none;
        text-decoration: none;
        color: #666;
        margin-top: 80px !important;
        text-align: center;
        position: relative;
        z-index: 2;
        margin: auto 0px;
    }

        .btn-v2 .arrow-right1 {
            display: inline-block;
            line-height: 2.5em;
            text-align: center;
            background: #f69121;
            color: white;
            font-size: 1em;
            width: 2.5em;
            transition: margin 200ms;
            margin-left: .75em;
        }

    .arrow-right1:after {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: #fff;
        transform-origin: left top;
        -ms-transform: skew(-20deg, 0deg);
        -webkit-transform: skew(-20deg, 0deg);
        transform: skew(-20deg, 0deg);
    }

    .btn-v2:hover {
        background: white;
    }

        .btn-v2:hover .arrow-right1 {
            margin-left: 1.25em;
            background-color: #d98931;
        }

    .btn-v2:active {
        background: #ccc;
    }

        .btn-v2:active .arrow-right1 {
            margin-left: 1.5em;
        }

    .btn-learn .arrow-right1 {
        background-color: #f69121;
    }

    .btn-learn:hover .arrow-right1 {
        background-color: #e68e2d;
    }

    .left-align-btn {
        text-align: left;
    }

    .center-align-btn {
        text-align: center;
    }

    .btn-v2 .arrow-right2 {
        display: inline-block;
        line-height: 2.5em;
        text-align: center;
        background: #4f4f4f;
        color: white;
        font-size: 1em;
        width: 2.5em;
        transition: margin 200ms;
        margin-left: .75em;
    }

    .arrow-right2:after {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: #606060;
        transform-origin: left top;
        -ms-transform: skew(-20deg, 0deg);
        -webkit-transform: skew(-20deg, 0deg);
        transform: skew(-20deg, 0deg);
    }

    .btn-v2-mrgn {
        margin-left: 40%;
    }

    .btn-v3 {
        display: inline-block;
        background: #e2e2e2;
        border: 0;
        line-height: 2.5em;
        padding: 0 0 0 1em;
        margin-bottom: 1em;
        outline: none;
        text-decoration: none;
        color: #666;
        margin-top: 80px !important;
        text-align: center;
        position: relative;
        z-index: 2;
        margin: auto 0px;
        color: #919191 !important;
        font-weight: 300 !important;
    }


    .btn-v2:hover {
        background: white;
    }

        .btn-v2:hover .arrow-right2 {
            margin-left: 1.25em;
            background-color: #d98931;
            color: #fff;
        }

    .btn-v2:active {
        background: #ccc;
    }

        .btn-v2:active .arrow-right1 {
            margin-left: 1.5em;
        }

    .btn-v3 {
        display: inline-block;
        background: #e2e2e2;
        border: 0;
        line-height: 2.5em;
        padding: 0 0 0 1em;
        margin-bottom: 1em;
        outline: none;
        text-decoration: none;
        color: #666;
        margin-top: 10px !important;
        text-align: center;
        position: relative;
        z-index: 2;
        margin: auto 0px;
    }

        .btn-v3 .arrow-right3 {
            display: inline-block;
            line-height: 2.5em;
            text-align: center;
            background: #f69121;
            color: white;
            font-size: 1em;
            width: 2.5em;
            transition: margin 200ms;
            margin-left: .75em;
        }

    .arrow-right3:after {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: #eff1f6;
        transform-origin: left top;
        -ms-transform: skew(-20deg, 0deg);
        -webkit-transform: skew(-20deg, 0deg);
        transform: skew(-20deg, 0deg);
    }

    .btn-v3:hover {
        background: white;
    }

        .btn-v3:hover .arrow-right3 {
            margin-left: 1.25em;
            background-color: #d98931;
        }

    .btn-v3:active {
        background: #ccc;
    }

        .btn-v3:active .arrow-right3 {
            margin-left: 1.5em;
        }

    .btn-learn .arrow-right3 {
        background-color: #c5c5c5;
    }

    .btn-learn:hover .arrow-right3 {
        background-color: #a09e9e;
    }

    .search-sec-div {
        position: relative;
        margin-top: -14px;
    }


    /*custom-css*/

    .top-por-div {
        border-bottom: 1px solid #f9f6f6;
        padding-top: 10px;
        position: relative;
        z-index: 2;
    }

        .top-por-div span {
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
        }

    .linear-wipe {
        text-align: center;
        background: linear-gradient(to right, #FFF 20%, #FF0 40%, #FF0 60%, #FFF 80%);
        background-size: 200% auto;
        color: #000;
        background-clip: text;
        text-fill-color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-animation: shine 1s linear infinite;
        animation: shine 1s linear infinite;
    }

    @-webkit-keyframes shine {
        to {
            background-position: 200% center;
        }
    }

    @keyframes shine {
        to {
            background-position: 200% center;
        }
    }

    .title-hme {
        position: relative;
        background: #538EFB;
        width: 50%;
        text-align: center;
        float: right;
        padding: 4px 0px;
    }

        .title-hme:after {
            content: " ";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
            background: #538EFB;
            transform-origin: top left;
            -ms-transform: skew(-30deg, 0deg);
            -webkit-transform: skew(-30deg, 0deg);
            transform: skew(-30deg, 0deg);
        }

        .title-hme i {
            color: transparent;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #b7eafb;
        }

    .b-logo-pos {
        margin-top: -90px;
    }

    .wind-heading {
        height: 0;
        width: 45%;
        border-bottom: 90px solid #0a0a0a;
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
        text-align: center;
        margin: auto;
        position: relative;
    }

        .wind-heading h2 {
            font-size: 30px;
            text-transform: uppercase;
            padding: 0px;
            margin: 0px;
            padding-top: 18px;
            text-shadow: .0625em .0625em 0 rgba(0, 0, 0, .2);
            color: #fff;
        }

        .wind-heading h4 {
            font-size: 18px;
            text-transform: uppercase;
            margin: 0px;
            padding: 0px;
        }

    .wind-heading2 {
        height: 0;
        width: 75%;
        border-bottom: 520px solid #19202c;
        border-left: 90px solid transparent;
        border-right: 90px solid transparent;
        text-align: center;
        margin: auto;
        z-index: 2;
        position: relative;
    }

        .wind-heading2 h2 {
            font-size: 30px;
            text-transform: uppercase;
            padding: 0px;
            margin: 0px;
            padding-top: 18px;
            color: #fff;
            text-shadow: .0625em .0625em 0 rgba(0, 0, 0, .2);
        }

        .wind-heading2 h4 {
            font-size: 25px;
            text-transform: uppercase;
            padding: 0px;
            color: #fff;
            font-weight: 500;
        }

    .wind-heading3 h2 {
        font-size: 42px;
        text-transform: uppercase;
        padding: 0px;
        margin: 0px;
        padding-top: 18px;
        color: #555;
        text-align: center;
        text-shadow: .0625em .0625em 0 rgba(0, 0, 0, .2);
    }

    .wind-heading3 h4 {
        font-size: 18px;
        text-transform: uppercase;
        margin: 0px;
        padding: 0px;
        color: #538efb;
        text-align: center;
    }

    .wind-heading4 {
        height: 0;
        width: 45%;
        border-bottom: 90px solid #fff;
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
        text-align: center;
        margin: auto;
        position: relative;
        margin-top: -50px;
        z-index: 2;
    }

        .wind-heading4 h2 {
            font-size: 30px;
            text-transform: uppercase;
            padding: 0px;
            margin: 0px;
            padding-top: 18px;
            color: #262626;
            text-shadow: .0625em .0625em 0 rgba(0, 0, 0, .2);
        }

        .wind-heading4 h4 {
            font-size: 18px;
            text-transform: uppercase;
            margin: 0px;
            padding: 0px;
            color: #538efb;
        }

    .wind-heading5 {
        height: 0;
        width: 40%;
        border-bottom: 90px solid #19202c;
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
        text-align: center;
        margin: auto;
        margin-top: -90px;
        position: relative !important;
        z-index: 2;
    }

    .subtitle {
        /*margin: 0 0 2em 0;*/
        font-weight: 400;
        color: #ccc;
        text-transform: uppercase;
        margin-top: 5px;
    }

    .fancy1 {
        line-height: 0.5;
        text-align: center;
    }

        .fancy1 span {
            display: inline-block;
            position: relative;
            color: #a1a1a1;
        }

            .fancy1 span:before,
            .fancy1 span:after {
                content: "";
                position: absolute;
                height: 5px;
                border-bottom: 1px solid #888887;
                border-top: 1px solid #888887;
                top: 3px;
                width: 30%;
            }

            .fancy1 span:before {
                right: 100%;
                margin-right: 15px;
            }

            .fancy1 span:after {
                left: 100%;
                margin-left: 15px;
            }

    .fancy2 {
        line-height: 0.5;
        text-align: center;
    }

        .fancy2 span {
            display: inline-block;
            position: relative;
        }

            .fancy2 span:before,
            .fancy2 span:after {
                content: "";
                position: absolute;
                height: 5px;
                border-bottom: 1px solid #888887;
                border-top: 1px solid #888887;
                top: 3px;
                width: 30%;
            }

            .fancy2 span:before {
                right: 100%;
                margin-right: 15px;
            }

            .fancy2 span:after {
                left: 100%;
                margin-left: 15px;
            }

    .b-logos-bg {
        /*background-color: #333;
    border-bottom: 1px solid #e6e3e3;
    border-top: 1px solid #464646;*/
        text-align: center;
    }

    .service-box {
        position: relative;
        overflow: hidden;
        /*margin-bottom: 10px;*/
        perspective: 1000px;
        -webkit-perspective: 1000px;
    }

    .service-icon {
        width: 100%;
        height: 140px;
        padding: 20px;
        text-align: center;
        transition: all .5s ease;
    }

    .service-content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        width: 100%;
        height: 140px;
        padding: 20px;
        text-align: center;
        transition: all .5s ease;
        background-color: #2d3748;
        backface-visibility: hidden;
        transform-style: preserve-3d;
        -webkit-transform: translateY(80px) rotateX(-90deg);
        -moz-transform: translateY(80px) rotateX(-90deg);
        -ms-transform: translateY(80px) rotateX(-90deg);
        -o-transform: translateY(80px) rotateX(-90deg);
        transform: translateY(80px) rotateX(-90deg);
    }

    .service-box .service-icon .front-content {
        position: relative;
        top: 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .service-box .service-icon .front-content i {
            font-size: 40px;
            color: #fff;
            font-weight: normal;
        }

        .service-box .service-icon .front-content h3 {
            font-size: 15px;
            color: #fff;
            text-align: center;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

    .service-box .service-content h3 {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
        text-transform: uppercase;
        margin-top: 0px;
    }

    .service-box .service-content p {
        font-size: 13px;
        color: #b1b1b1;
        margin: 0;
    }

    .blue-btn-hme {
        background-color: #538efb;
    }

    .orange {
        background-color: #fc7f0c;
    }

    .red {
        background-color: #e84b3a;
    }

    .grey {
        background-color: #474747;
    }

    .service-box:hover .service-icon {
        opacity: 0;
        -webkit-transform: translateY(-110px) rotateX(90deg);
        -moz-transform: translateY(-110px) rotateX(90deg);
        -ms-transform: translateY(-110px) rotateX(90deg);
        -o-transform: translateY(-110px) rotateX(90deg);
        transform: translateY(-110px) rotateX(90deg);
    }

    .service-box:hover .service-content {
        opacity: 1;
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0);
    }

    .y-chose-bg {
        background-color: #19202c;
        color: #fff;
        padding: 50px 0px;
    }

    .blue-quote {
        border-right: 1px solid #35383e;
    }

        .blue-quote span {
            font-size: 50px;
            display: inherit;
            padding: 0px;
            margin: 0px;
            text-align: center;
        }

        .blue-quote h1 {
            text-align: center;
            color: #538efb;
            font-size: 40px;
            font-weight: 800;
            font-family: 'Courgette', cursive !important;
        }

    .f-step {
        height: 200px;
        width: 200px;
        background-color: #fff;
        border-radius: 100%;
        text-align: center;
        line-height: 190px;
        font-size: 60px;
        border: 10px solid #f5f5f5;
        color: #333;
        -moz-box-shadow: inset 0 0 2px #b0b1b5;
        -webkit-box-shadow: inset 0 0 2px #b0b1b5;
        box-shadow: inset 0 0 2px #b0b1b5;
        transition: .35s;
    }

        .f-step:hover {
            background-color: #333;
            color: #fff;
            -moz-box-shadow: inset 0 0 2px #b0b1b5;
            -webkit-box-shadow: inset 0 0 2px #b0b1b5;
            box-shadow: inset 0 0 2px #b0b1b5;
        }

        .f-step span {
            position: absolute;
            margin-top: -60px;
            left: 0;
            right: 0;
            font-size: 30px;
        }

    .f-step-small {
        height: 50px;
        width: 50px;
        background-color: #fff;
        border-radius: 100%;
        text-align: center;
        line-height: 40px;
        font-size: 10px;
        border: 5px solid #f5f5f5;
        color: #333;
        -moz-box-shadow: inset 0 0 2px #b0b1b5;
        -webkit-box-shadow: inset 0 0 2px #b0b1b5;
        box-shadow: inset 0 0 2px #b0b1b5;
        position: relative;
        margin-top: 56px;
    }

        .f-step-small i {
            animation: blink 1s linear infinite;
        }

    @keyframes blink {
        0% {
            opacity: 0;
        }

        50% {
            opacity: .5;
        }

        100% {
            opacity: 1;
        }
    }

    .f-step-heading {
        position: relative;
    }

        .f-step-heading h2 {
            text-align: center;
            font-size: 16px;
            text-transform: uppercase;
            color: #262626;
        }

    finance-bg {
        position: relative;
    }

    .finance-bg hr {
        position: absolute;
        margin-top: 257px;
        width: 65%;
        border-top: 1px dotted #c4c4c4 !important;
    }

    .f-bg-pos ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        display: inline-flex;
    }

    .f-bg-pos li {
        display: inline-block;
        width: 14.5%;
        float: left;
    }

    .f-sml-size {
        width: 7% !important;
        margin-left: 5%;
    }

    .f-bg-pos {
        position: relative;
        z-index: 2;
        text-align: center;
        display: inline-block;
    }

    .call-us-hme {
        position: absolute;
        margin-top: -340px;
        text-align: right;
        margin-right: 130px;
    }

        .call-us-hme h3 {
            font-size: 20px;
            color: #fff;
        }

        .call-us-hme h2 {
            font-size: 50px;
        }

    .call-us-hme {
        position: relative;
    }

    .view-iven-div {
        position: relative;
    }

    .view-iven-hme {
        position: absolute;
        margin-top: -340px;
        text-align: left;
        margin-left: 130px;
    }

        .view-iven-hme h2 {
            color: #fff;
            font-weight: 800;
            font-size: 50px;
        }

        .view-iven-hme h3 {
            font-size: 20px;
            color: #fff;
        }



    .rite-bordr {
        border-right: 1px solid #ccc;
    }

        .rite-bordr h3 a {
            color: #000;
        }

    .footer-bg h2 {
        padding: 0px;
        margin: 0px;
        font-size: 30px;
        padding-top: 20px;
    }

        .footer-bg h2 a {
            padding: 0px;
            margin: 0px;
            font-size: 20px;
            padding-top: 20px;
        }

    .s-links {
        padding-top: 30px;
    }

    .s-links-top {
        padding-top: 0px !important;
        float: right;
    }

    .s-links ul {
        margin: 0;
        padding: 0;
    }

        .s-links ul li {
            list-style: none;
            margin: 0;
            padding: 5px;
            display: inline-block;
            /*height: 40px;*/
            width: 30px;
        }

    svg {
        height: 20px;
        width: 20px;
        fill: #949899;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.2s;
        cursor: pointer;
    }

        svg:hover {
            fill: #6d6d6d;
        }

        svg:active {
            fill: #689dfb;
        }

    .center-btns {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .btn-inven {
        color: #fff;
        background: #6a9cfb;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        border: 0;
        outline: 0;
        font-size: 18px;
        padding: 12px 35px;
        display: inline-block;
        -webkit-transform: skew(-21deg);
        transform: skew(-21deg);
        width: 250px;
        margin-top: 20px;
        /* Un-skew the text */
    }

        .btn-inven:hover {
            background: #5481d5;
            color: #fff;
        }

        .btn-inven > span {
            display: inline-block;
            -webkit-transform: skew(21deg);
            transform: skew(21deg);
        }

    .btn-cont {
        color: #fff;
        background: #2c323e;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        border: 0;
        outline: 0;
        font-size: 18px;
        padding: 12px 35px;
        display: inline-block;
        -webkit-transform: skew(-21deg);
        transform: skew(-21deg);
        width: 250px;
        margin-top: 20px;
        /* Un-skew the text */
    }

        .btn-cont:hover {
            background: #3e4e6f;
            color: #fff;
        }

        .btn-cont > span {
            display: inline-block;
            -webkit-transform: skew(21deg);
            transform: skew(21deg);
        }

    .btn-more {
        color: #2c323e;
        background: #e3e5ea;
        font-weight: 300;
        text-align: center;
        text-decoration: none;
        border: 0;
        outline: 0;
        font-size: 18px;
        padding: 12px 35px;
        display: inline-block;
        -webkit-transform: skew(-21deg);
        transform: skew(-21deg);
        width: 250px;
        margin-top: 20px;
        /* Un-skew the text */
    }

        .btn-more:hover {
            background: #f0eeee;
            color: #464545;
        }

        .btn-more > span {
            display: inline-block;
            -webkit-transform: skew(21deg);
            transform: skew(21deg);
        }

    .btn-vehicle {
        color: #fff;
        background: #538efb;
        font-weight: 300;
        text-align: center;
        text-decoration: none;
        border: 0;
        outline: 0;
        font-size: 18px;
        padding: 12px 35px;
        display: inline-block;
        -webkit-transform: skew(-21deg);
        transform: skew(-21deg);
        width: 250px;
        margin-top: 20px;
        /* Un-skew the text */
    }

        .btn-vehicle:hover {
            background: #497fe3;
            color: #fff;
        }

        .btn-vehicle > span {
            display: inline-block;
            -webkit-transform: skew(21deg);
            transform: skew(21deg);
        }

    .adres-top-hme {
        float: right;
        margin-top: 20px;
    }

        .adres-top-hme ul {
            padding: 0px;
            margin: 0px;
            list-style-type: none;
        }

        .adres-top-hme li {
            display: inline-block;
            float: left;
            font-weight: 300;
            padding-right: 20px;
            border-right: 1px solid #ccc;
            margin-right: 20px;
            text-align: right;
        }

            .adres-top-hme li:last-child {
                border-right: none;
                margin-right: 0px;
            }


    /*top-search-css*/


    /*featured-car-css*/

    .ftr-car-bg {
        background-color: #fff;
        border: 1px solid #f7f7f7;
        margin-top: 20px;
        float: left;
        transition: .35s;
    }

        .ftr-car-bg:hover {
            background-color: #fafafa;
            border: 1px solid #fff;
            box-shadow: 3px 3px 3px #ccc;
        }

            .ftr-car-bg:hover h2 {
                color: #999;
            }

            .ftr-car-bg:hover h3 {
                color: #868787;
            }

        .ftr-car-bg h2 {
            font-size: 22px;
            text-align: center;
            padding-top: 8px;
            color: #4a8efb;
            transition: .35s;
        }

        .ftr-car-bg h3 {
            font-size: 15px;
            text-align: center;
            padding: 30px 0px;
        }

    .nav-small-wrapper {
        /*margin-left:10%;*/
        background-color: #fafafa;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .nav-small ul {
        list-style: none;
        text-align: center;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

        .nav-small ul li {
            display: inline-block;
            font-size: 13px;
            border-right: 1px solid #ebebeb;
            color: #000000;
            float: left;
            width: 25%;
            font-weight: 300;
            padding: 10px 0px;
        }

            .nav-small ul li a {
                color: #000;
                font-size: 18px;
            }

                .nav-small ul li a:hover {
                    color: #7090fb;
                    font-size: 18px;
                }

            .nav-small ul li:last-child {
                border: none;
            }

    .vd-btn {
        width: 50%;
        padding: 10px;
        background-color: #fafafa;
        float: left;
        text-align: center;
        color: #868383;
        font-weight: 300;
    }

        .vd-btn:hover {
            background-color: #f2f2f2;
        }

    .txt-btn {
        width: 50%;
        padding: 10px;
        background-color: red;
        float: left;
        text-align: center;
        color: #fff;
        font-weight: 300;
    }

        .txt-btn:hover {
            background-color: #ca2020;
            color: #ffc8c8;
        }

    .ftr-car-bg:hover .wind-heading-fcar {
        border-bottom: 40px solid #fafafa;
    }

    .wind-heading-fcar {
        height: 0;
        width: 70%;
        border-bottom: 40px solid #fff;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        text-align: center;
        margin: auto;
        margin-top: -60px;
        z-index: 2;
        position: relative;
        transition: .35s;
    }

    .flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .content-load {
        display: none;
    }

    #loadMore {
        /*width: 200px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    background-color: blue;
    transition: .3s;*/
    }

        #loadMore:hover {
            /*color: blue;
        background-color: #fff;
        border: 1px solid blue;
        text-decoration: none;*/
        }

    .noContent {
        color: #000 !important;
        background-color: transparent !important;
        pointer-events: none;
    }

    .f-btn-div {
        width: 100%;
        position: relative;
    }

    .f-car-btns {
        text-align: center;
    }

        .f-car-btns ul {
            padding: 0px;
            margin: 0px;
            list-style-type: none;
        }

            .f-car-btns ul li {
                display: inline-block;
                float: left;
                margin: 5px;
            }


    /****************Main-Swiper-Slider-Css******************/


    /* swiper */

    /*.swiper-container {
    padding: 0;
    height: 70vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 0 !important;
}

.swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    transition: all 0.3s ease;
    background-position: fixed;
}

.swiper-item {
    width: 80%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: absolute;
}

.swiper-wrapper {
    z-index: 0 !important;
}

.swiper-slide .number {
    width: auto;
    height: auto;
    position: absolute;
    right: 10px;
    bottom: -40px;
    font-size: 120px;
    -webkit-text-stroke: 1px white;
    color: transparent;
    font-weight: 600;
    font-family: 'IBM Plex Sans', sans-serif;
    opacity: 0.3;
}

@media screen and (max-width: 512px) {
    .swiper-slide .number {
        display: none;
    }

    .swiper-item {
        width: 90%;
    }
}

.swiper-item:after {
    content: '';
    background-color: black;
    position: absolute;
    width: 100%;
    height: inherit;
    bottom: 0;
    z-index: 1;
    opacity: 0.1;
}

.swiper-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 30%;
    top: 0;
    z-index: 1;
    opacity: 0.2;
}*/


    /* swiper arrows */

    /*.swiper-arrows {
    width: 400px;
    height: 80px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    right: 20%;
    z-index: 3;
}

@media screen and (max-width: 512px) {
    .swiper-arrows {
        right: 10%;
    }
}

.swiper-button-prev,
.swiper-button-next {
    width: 80px !important;
    height: 80px !important;
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: 0;
    transition: all 0.3s ease;
}

.swiper-button-prev {
    right: 80px !important;
    left: auto !important;
    background-color: rgba(255, 255, 255, 0.7);
}

.swiper-button-next {
    right: 0px !important;
    background-color: rgba(255, 255, 255, 0.8);
}

    .swiper-button-prev span,
    .swiper-button-next span {
        width: 10px !important;
        height: 10px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        position: absolute;
        border: solid 2px #666666;
        border-left: 0;
        border-bottom: 0;
        transition: all 0.1s ease;
    }

.swiper-button-prev span {
    transform: rotate(-135deg);
    left: 49%;
}

.swiper-button-next span {
    transform: rotate(45deg);
    right: 49%;
}

.swiper-button-prev:hover span,
.swiper-button-next:hover span {
    width: 5px;
    height: 5px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    width: 0px;
    height: inherit;
    content: '';
    position: absolute;
    background-color: white;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    opacity: 0.8;
}

.swiper-button-prev:after {
    right: 0;
}

.swiper-button-next:after {
    left: 0;
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
    width: inherit;
}

.swiper-button-disabled {
    opacity: 1 !important;
}

    .swiper-button-disabled.swiper-button-prev span,
    .swiper-button-disabled.swiper-button-next span {
        opacity: 0.2;
    }*/


    /* swiper arrows mobile */

    /*@media screen and (max-width: 512px) {
    .swiper-button-prev,
    .swiper-button-next {
        width: 60px;
        height: 60px;
        bottom: 0;
    }

    .swiper-arrows {
        height: 60px;
    }

    .swiper-button-prev {
        right: 60px;
    }

        .swiper-button-prev span {
            left: 45%;
        }

    .swiper-button-next span {
        right: 45%;
    }
}*/


    /* swiper pagination */

    /*.swiper-pagination {
    height: 3px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 60px !important;
    right: calc(20% - 60px);
    top: 20px;
    float: right;
    position: absolute;
    left: auto !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 0px !important;
}

.swiper-pagination-bullet {
    background-color: white !important;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    width: 30px !important;
    height: 3px !important;
    border-radius: 0px !important;
    opacity: 0.5;
}

    .swiper-pagination-bullet:hover {
        width: 50px !important;
    }

.swiper-pagination-bullet-active,
.swiper-pagination-bullet-active:hover {
    width: 60px;
    transition: all 0.3s ease-in-out;
    left: 0;
    background-color: white;
    opacity: 1;
}*/


    /* swiper pagination mobile */

    /*@media screen and (max-width: 512px) {
    .swiper-pagination {
        right: calc(10% - 60px);
    }

    .swiper-pagination-bullet,
    .swiper-pagination-bullet:hover {
        width: 15px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 8px 0px;
    }

    .swiper-pagination-bullet-active,
    .swiper-pagination-bullet-active:hover {
        width: 25px;
    }
}*/


    /* text content */

    /*.slide-swiper-text {
    text-align: left;
    color: white;
    opacity: 1;
    z-index: 2;
    font-family: 'IBM Plex Sans', sans-serif;
    width: 30%;
    padding: 30px;
    position: absolute;
    right: 5%;
}

    .slide-swiper-text:after {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: #0d6a8c;
        transform-origin: top right;
        -ms-transform: skew(-20deg, 0deg);
        -webkit-transform: skew(-20deg, 0deg);
        transform: skew(-20deg, 0deg);
    }

    .slide-swiper-text h1 {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 22px;
        margin: 0px;
        text-transform: uppercase;
    }

    .slide-swiper-text p {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 16px;
    }

.slide-swiper-text2:after {
    background: #de9902 !important;
}

.slide-swiper-text3:after {
    background: #55595f !important;
}

.slide-swiper-text4:after {
    background: #32332c !important;
}

.slide-swiper-text5:after {
    background: #2d505e !important;
}

.slide-swiper-text.playText {
    animation: transitionText 2s ease;
}

@keyframes transitionText {
    0% {
        right: -100%;
    }

    100% {
        right: 5%;
    }
}

slide-text .slide-swiper-texth1 {
    font-size: 25px;
    letter-spacing: 0.03em;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.slide-swiper-text p {
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 200;
}*/


    /* text content mobile */

    /*@media screen and (max-width: 512px) {
    .slide-swiper-text {
        width: 60%;
    }

        .slide-swiper-text h1 {
            font-size: 15px;
            letter-spacing: 0.02em;
        }

        .slide-swiper-text p {
            font-size: 14px;
        }
}*/


    /* button */

    /*.slide-swiper-text .btn-swiper {
    background-color: transparent;
    font-size: 14px;
    letter-spacing: .5px;
    color: white;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-top: 20px;
    border: 0;
    padding: 7px 15px;
    left: 0;
    width: 36%;
    background-color: #538efb !important;
    border-radius: 0px;
}

    .slide-swiper-text.btn-swiper:before {
        content: '';
        background-color: white;
        width: 2px;
        height: 20px;
        position: absolute;
        z-index: 2;
        left: -1px;
        top: -1px;
        border-radius: inherit;
        transition: all 0.3s ease-in-out;
    }

    .slide-swiper-text .btn-swiper:after {
        content: '';
        width: 0px;
        height: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        position: absolute;
        border: solid 2px transparent;
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        top: 3px;
        left: -10px;
        transition: all 0.3s ease-in-out;
    }

    .slide-swiper-text.btn-swiper:hover::before {
        left: 11px;
        transform: rotate(90deg);
    }

    .slide-swiper-text.btn-swiper:hover::after {
        border: solid 2px white;
        border-left: 0;
        border-bottom: 0;
        left: 10px;
        width: 10px;
        height: 10px;
        opacity: 1;
    }

.btn-swiper:hover {
    background-color: #3f73d2 !important;
}*/

    .footer-logo {
        height: 30px;
        width: 200px;
        margin-left: 20px;
    }






    /*media-Queries-slider*/

    /*@media all and (max-width:1280px) {
    .slide-swiper-text .btn-swiper {
        width: 46%;
    }
}

@media all and (max-width:1080px) {
    .slide-swiper-text .btn-swiper {
        width: 56%;
    }
}

@media all and (max-width:800px) {
    .slide-swiper-text .btn-swiper {
        width: 76%;
    }

    .slide-swiper-text {
        width: 40%;
    }

    .f-step span {
        display: none;
    }
}

@media all and (max-width:640px) {
    .slide-swiper-text {
        width: 50%;
    }
}

@media all and (max-width:480px) {
    .swiper-container {
        height: 50vh;
    }
}

@media all and (max-width:414px) {
    .slide-swiper-text {
        width: 60%;
    }
}

@media all and (max-width:375px) {
    .slide-swiper-text .btn-swiper {
        width: 76%;
    }
}

@media all and (max-width:320px) {
    .slide-swiper-text .btn-swiper {
        width: 76%;
    }
}*/


    /*media-Queries-slider-ends*/

    @media screen and (max-width: 1440px) {
        .call-us-hme {
            margin-top: -290px;
        }

        .view-iven-hme {
            margin-top: -290px;
        }
    }

    @media screen and (max-width: 1170px) {
        .call-us-hme {
            margin-top: -270px;
        }

        .view-iven-hme {
            margin-top: -270px;
        }
    }

    @media screen and (max-width: 1080px) {
        .call-us-hme h2 {
            font-size: 30px;
            padding: 0px;
            margin: 0px;
        }

        .view-iven-hme h2 {
            color: #fff;
            font-weight: 800;
            font-size: 30px;
            padding: 0px;
            margin: 0px;
        }

        .view-iven-hme {
            margin-top: -240px;
        }

        .call-us-hme {
            margin-top: -240px;
        }
    }

    @media screen and (max-width: 800px) {
        .wind-heading h2 {
            font-size: 24px;
        }

        .wind-heading2 h2 {
            font-size: 25px;
        }

        .wind-heading h4 {
            font-size: 14px;
        }

        .wind-heading4 h2 {
            font-size: 25px;
        }

        .wind-heading {
            width: 55%;
            border-bottom: 60px solid #0a0a0a;
            border-left: 60px solid transparent;
            border-right: 60px solid transparent;
        }

        .wind-heading2 h4 {
            font-size: 14px;
        }

        .b-logo-pos {
            margin-top: -60px;
        }

        .wind-heading4 h4 {
            font-size: 14px;
        }

        .wind-heading4 {
            width: 65%;
        }

        .wind-heading5 {
            width: 40%;
            border-bottom: 70px solid #19202c;
            margin-top: -70px;
        }

        .view-iven-hme {
            margin-top: -190px;
        }

            .view-iven-hme h3 {
                font-size: 14px;
                color: #fff;
            }

            .view-iven-hme h2 {
                font-size: 25px;
            }

        .call-us-hme h2 {
            font-size: 25px;
        }

        .call-us-hme h3 {
            font-size: 14px;
        }

        .call-us-hme {
            margin-top: -190px;
        }
    }

    @media screen and (max-width: 800px) {
        .wind-heading4 {
            border-bottom: 60px solid #fff;
            margin-top: -30px;
        }

        .wind-heading2 {
            width: 72%;
        }

        .f-step {
            height: 130px;
            width: 130px;
            line-height: 120px;
            font-size: 50px;
            border: 5px solid #f5f5f5;
        }

        .f-step-heading h2 {
            font-size: 14px;
        }

        .f-sml-size {
            margin-left: 4%;
        }

        .finance-bg hr {
            margin-top: 337px;
            width: 100%;
        }

        .f-step-small {
            margin-top: 42px;
        }

        .f-bg-pos {
            margin-left: 30px;
        }
    }

    @media screen and (max-width: 767px) {
        .swiper-arrows {
            display: none;
        }

        footer .container .row > div {
            padding-bottom: 0px !important
        }

        .wind-heading4 {
            border-bottom: 70px solid #fff;
            margin-top: -60px;
        }

            .wind-heading4 h2 {
                padding-top: 20px !important;
            }

        .equal-height {
            width: 100%;
            display: inline-block !important;
        }

        .rite-bordr {
            border-right: none;
        }

        .call-us-hme {
            margin-top: -260px;
            margin-bottom: 118px;
            margin-right: auto;
            text-align: center;
        }

        .wind-heading2 {
            width: 84%;
        }

        .view-iven-hme {
            position: relative;
            margin-top: -270px;
            margin-bottom: 120px;
            text-align: center;
            margin-left: auto;
        }
    }

    @media screen and (max-width: 640px) {
        .wind-heading {
            width: 55%;
        }

        .welcoemText h2 {
            font-size: 22px;
        }
    }

    @media screen and (max-width: 480px) {
        .wind-heading4 {
            width: 95%;
        }

        .wind-heading h2 {
            font-size: 20px;
        }

        .wind-heading5 {
            width: 80%;
        }

        .wind-heading4 h2 {
            font-size: 22px;
        }

        .wind-heading4 h4 {
            font-size: 14px;
        }

        .call-us-hme {
            margin-top: -200px;
            margin-bottom: 57px;
        }

        .view-iven-hme {
            margin-top: -200px;
            margin-bottom: 90px;
        }

        .wind-heading2 {
            width: 93%;
        }

            .wind-heading2 h2 {
                font-size: 20px;
            }

            .wind-heading2 h4 {
                font-size: 14px;
            }

        .wind-heading {
            width: 75%;
        }
    }

    @media screen and (max-width: 414px) {
        .wind-heading3 {
            padding: 0px;
        }

            .wind-heading3 h2 {
                font-size: 25px;
            }
    }

    @media screen and (max-width: 375px) {
        .call-us-hme {
            margin-top: -170px;
            margin-bottom: 27px;
        }

        .view-iven-hme {
            margin-top: -183px;
            margin-bottom: 74px;
        }

        .wind-heading {
            width: 95%;
        }
    }

    @media screen and (max-width: 320px) {
        .wind-heading4 h4 {
            font-size: 14px;
        }

        .btn-cont {
            margin-top: 10px;
        }

        .btn-inven {
            margin-top: 10px;
        }

        .call-us-hme h3 {
            padding: 0px;
            margin: 0px;
        }

        .view-iven-hme h3 h3 {
            padding: 0px;
            margin: 0px;
        }

        .call-us-hme {
            margin-top: -130px;
            margin-bottom: 27px;
        }

        .view-iven-hme {
            margin-top: -157px;
            margin-bottom: 66px;
        }

        .wind-heading2 {
            width: 97%;
        }

        .wind-heading2 {
            border-bottom: 40px solid #19202c;
        }
    }


    /*actionauto-css*/

    .s-link-tp {
        float: right;
        margin-top: 11px;
    }

        .s-link-tp .fa {
            padding: 10px;
            font-size: 20px;
            width: 40px;
            text-align: center;
            text-decoration: none;
            margin: 5px 2px;
        }

            .s-link-tp .fa:hover {
                opacity: 0.7;
            }

        .s-link-tp .fa-facebook {
            background: #3B5998;
            color: white;
        }

        .s-link-tp .fa-twitter {
            background: #55ACEE;
            color: white;
        }

        .s-link-tp .fa-google {
            background: #dd4b39;
            color: white;
        }

        .s-link-tp .fa-youtube {
            background: #bb0000;
            color: white;
        }

        .s-link-tp .fa-instagram {
            background: #125688;
            color: white;
        }

    .s-link-pos {
        float: left;
        margin-top: 2%;
    }

    .loc-list i {
        font-size: 14px !important;
        padding: 0px !important;
        width: auto !important;
        border-right: 1px solid #ccc;
        padding-right: 10px !important;
        color: #18aedf;
    }

    .loc-list {
        float: right;
    }

        .loc-list ul {
            padding: 0px;
            margin: 0px;
            list-style-type: none;
        }

        .loc-list li {
            float: left;
        }

    .s-link-tp button {
        padding: 7px 25px;
        border-radius: 0px;
        background-color: #f4f8fa !important;
        color: #484343 !important;
        font-weight: 600;
        border: 1px solid #e8ecee;
        text-transform: uppercase;
    }

    .s-link-tp .wrap {
        float: left;
        margin: 0 10px 0 0;
        margin-top: 10px;
        position: relative;
        z-index: 2;
    }

    .s-link-tp .content {
        background-color: #f4f8fa;
        width: 200px;
        padding: 10px;
        position: absolute;
        display: none;
    }

    .s-link-tp .hitter {
        width: 500px;
        height: 500px;
        border: 1px solid #ee0000;
        display: none;
    }

    .orem-loc {
        text-align: right !important;
        font-weight: 300 !important;
        padding-top: 16px;
    }

        .orem-loc i {
            float: right;
            margin-left: 15px;
            margin-bottom: 10px;
            margin-top: 5px;
        }

    .lehi-loc {
        text-align: left !important;
        font-weight: 300 !important;
        padding-top: 16px;
    }

        .lehi-loc i {
            float: left;
            margin-right: 15px;
            margin-bottom: 10px;
            margin-top: 5px;
        }

    .logo-cont {
        /*height: 0;*/
        /*width: 55%;*/
        /*border-bottom: 132px solid #fff;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;*/
        text-align: center;
        margin: auto;
    }


    .logo-info-bg {
        background-color: #fff !important;
        float: left;
        width: 100%;
        z-index: 1;
    }

    .loc-div {
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        top: 30px;
    }

    .lehi-bg {
        float: left;
        background-image: url(/Content/images/actionAutoUtah/lehi-building-new.jpg?v=2);
        background-repeat: no-repeat;
        background-position: top left;
        height: 457px;
        width: 50%;
    }

    .orem-bg {
        float: right;
        background-image: url(/Content/images/actionAutoUtah/orem-building.jpg);
        background-repeat: no-repeat;
        background-position: top right;
        height: 457px;
        width: 50%;
    }

    .border-right-loc {
        border-right: 1px dotted #6f7379;
        text-align: right;
        padding-right: 20px;
    }

    .loc-2-div {
        text-align: center;
        color: #fff;
        position: relative;
    }

        .loc-2-div h5 {
            font-size: 25px;
            font-weight: 300;
            margin: 0px;
            margin-bottom: 5px !important;
        }

        .loc-2-div h2 {
            font-size: 54px;
            margin: 0px;
            padding: 0px;
        }

        .loc-2-div span {
            font-size: 40px;
            text-transform: uppercase;
            font-weight: 500;
        }

        .loc-2-div .address-footer-color {
            color: #fff !important;
        }

        .loc-2-div i {
            font-size: 20px !important;
        }

    a.loc-home {
        color: #fff !important;
        font-size: 19px;
        font-weight: 600;
    }

    .orem-inven {
        text-align: left;
        padding-left: 20px;
    }

    @media only screen and (max-width: 1600px) {

        .wind-heading2 {
            width: 52%;
        }
    }

    @media all and (max-width:1440px) {
        .wind-heading2 {
            width: 66%;
        }

        .loc-2-div h5 {
            font-size: 18px;
        }

        .loc-2-div h2 {
            font-size: 44px;
        }

        .wind-heading2 h4 {
            font-size: 20px;
        }

        .wind-heading2 {
            width: 45%;
        }
    }

    @media all and (max-width:1280px) {
        .loc-2-div h5 {
            font-size: 18px;
        }

        .wind-heading2 h4 {
            font-size: 18px;
        }

        .loc-2-div h2 {
            font-size: 34px;
        }

        .loc-2-div .address-footer-color {
            font-size: 12px;
        }
    }

    @media all and (max-width:1080px) {
        .wind-heading2 h4 {
            font-size: 18px;
        }
    }

    @media all and (max-width:1024px) {
        .wind-heading2 h4 {
            font-size: 18px;
        }

        .wind-heading2 {
            width: 52%;
        }
    }

    @media all and (max-width:992px) {
        .address-footer-color {
            font-size: 13px !important;
        }
    }

    @media all and (max-width:834px) {
        .loc-2-div h5 {
            font-size: 14px;
        }

        .loc-2-div h2 {
            font-size: 24px;
        }
    }

    @media all and (max-width:800px) {
        .address-footer-color {
            font-size: 12px !important;
        }

        .wind-heading2 h4 {
            font-size: 18px;
        }
    }

    @media all and (max-width:768px) {
        .wind-heading2 {
            width: 100%;
        }

        .s-link-tp {
            display: none;
        }
    }

    @media all and (max-width:767px) {
        .wind-heading2 {
            width: 100%;
        }

            .wind-heading2 h4 {
                font-size: 18px;
            }
    }

    @media all and (max-width:480px) {
        .loc-2-div .col-xs-6 {
            width: 100%;
        }

        .border-right-loc {
            border-right: none;
            text-align: center;
            padding-right: 0px;
        }

        .wind-heading2 {
            height: 100%;
            width: 100%;
            border-bottom: none;
            border-left: none;
            border-right: none;
            text-align: center;
            margin: auto;
            z-index: 2;
            background-color: #000;
            float: left;
        }
    }


    /*mega-navigation-css*/

    .nav-bg {
        background-color: #333;
        position: relative;
        /*z-index: 9999;*/
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,45484d+100 */
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fafafa+0,d2d2d2+100 */
        background: rgb(250,250,250); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(210,210,210,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(210,210,210,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(210,210,210,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */
        border-bottom: 1px solid #999;
    }

    nav {
        position: relative;
    }

    .nav-bg svg {
        height: 50px;
        width: 50px;
        fill: green;
    }

    .inven-car-bg {
        float: left;
        background-color: #f5f5f5;
    }

    ul.main-nav {
        list-style-type: none;
        padding: 0px;
        font-size: 0px;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }

        ul.main-nav > li {
            display: inline-block;
            padding: 0;
        }

            ul.main-nav > li > a {
                display: block;
                padding: 12px 18px;
                position: relative;
                color: #3c3e42;
                font-size: 14px;
                font-weight: 700;
                box-sizing: border-box;
                text-transform: uppercase;
            }

            ul.main-nav > li:hover {
                background-color: #3c3e42;
            }

                ul.main-nav > li:hover > a {
                    color: #fff;
                }

            ul.main-nav > li ul.sub-menu-lists {
                margin: 0px;
                padding: 0px;
                list-style-type: none;
                display: block;
                text-align: left;
                font-weight: 300;
                color: #fff !important;
            }

                ul.main-nav > li ul.sub-menu-lists > li {
                    padding: 2px 0;
                }

                    ul.main-nav > li ul.sub-menu-lists > li:before {
                        font-family: FontAwesome;
                        content: "\f101";
                        color: #717070;
                        font-size: 12px;
                        margin-right: 10px;
                    }

                    ul.main-nav > li ul.sub-menu-lists > li > a {
                        font-size: 14px;
                        color: #555 !important;
                        transition: .35s;
                    }

                        ul.main-nav > li ul.sub-menu-lists > li > a:hover {
                            font-size: 14px;
                            color: #000 !important;
                        }

            ul.main-nav > li ul.sub-menu-lists-inven {
                margin: 0px;
                padding: 0px;
                list-style-type: none;
                display: block;
                text-align: left;
                font-weight: 300;
                color: #555 !important;
                margin-left: 10px;
            }

                ul.main-nav > li ul.sub-menu-lists-inven > li {
                    padding: 2px 0;
                    font-size: 13px;
                }

                    ul.main-nav > li ul.sub-menu-lists-inven > li > a {
                        font-size: 13px;
                        color: #555 !important;
                        transition: .35s;
                    }

                        ul.main-nav > li ul.sub-menu-lists-inven > li > a:hover {
                            font-size: 13px;
                            color: #000 !important;
                        }

    .count-car {
        font-size: 12px;
        color: #000;
    }

    .price-nav {
        font-weight: 600;
        font-size: 16px !important;
    }

    .ic {
        position: fixed;
        cursor: pointer;
        display: inline-block;
        right: 25px;
        width: 32px;
        height: 24px;
        text-align: center;
        top: 0px;
        outline: none;
    }

        .ic.close {
            opacity: 0;
            font-size: 0px;
            font-weight: 300;
            color: #fff;
            top: 8px;
            height: 40px;
            display: block;
            outline: none;
        }


        /* Menu Icons for Devices*/

        .ic.menu {
            top: 25px;
            z-index: 20;
        }

            .ic.menu .line {
                height: 4px;
                width: 100%;
                display: block;
                margin-bottom: 6px;
                background-color: #000;
            }

            .ic.menu .line-last-child {
                margin-bottom: 0px;
            }

    .sub-menu-head {
        margin: 10px 0;
    }

    .banners-area {
        margin-top: 20px;
        padding-top: 15px;
    }

    @media only screen and (max-width:1170px) {
        ul.main-nav > li > a {
            padding: 12px 23px;
        }
    }

    @media only screen and (max-width:1080px) {
        ul.main-nav > li > a {
            padding: 12px 15px;
        }
    }

    @media only screen and (max-width:992px) {
        ul.main-nav > li > a {
            padding: 12px 13px;
            font-size: 14px;
        }
    }

    @media only screen and (max-width:896px) {
        ul.main-nav > li > a {
            padding: 10px 9px;
            font-size: 12px;
        }
    }

    @media only screen and (max-width:768px) {
        .sub-menu-head {
            color: orange;
        }

        .ic.menu {
            display: block;
        }

        header.dark .ic.menu .line {
            background-color: #fff;
        }

        header.light .ic.menu .line {
            background-color: #000;
        }

        .ic.menu .line {
            -webkit-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center;
        }

        .ic.menu:focus .line {
            background-color: #fff !important;
        }

            .ic.menu:focus .line:nth-child(1) {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .ic.menu:focus .line:nth-child(2) {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                margin-top: -10px;
            }

            .ic.menu:focus .line:nth-child(3) {
                transform: translateY(15px);
                opacity: 0;
            }

        .ic.menu:focus {
            outline: none;
        }

            .ic.menu:focus ~ .ic.close {
                opacity: 1;
                z-index: 21;
                outline: none;
            }
        /*
  
  .ic.menu:focus ~ .ic.close { opacity: 1.0; z-index : 21;  }
  .ic.close:focus { opacity: 0; }
  */
        .ic.menu:hover,
        .ic.menu:focus {
            opacity: 1;
        }

        nav {
            background-color: transparent;
        }
        /* Main Menu for Handheld Devices  */
        ul.main-nav {
            z-index: 2;
            padding: 10px 0;
            position: fixed;
            right: 0px;
            top: 0px;
            width: 0px;
            background-color: rgba(0, 0, 0, 1);
            /*height: 100%;*/
            overflow: auto;
            /*CSS animation applied : Slide from Right*/
            -webkit-transition-property: background, width;
            -moz-transition-property: background, width;
            -o-transition-property: background, width;
            transition-property: background, width;
            -webkit-transition-duration: 0.6s;
            -moz-transition-duration: 0.6s;
            -o-transition-duration: 0.6s;
            transition-duration: 0.6s;
        }

        .ic.menu:focus ~ .main-nav {
            width: 300px;
            background-color: rgba(0, 0, 0, 1);
        }

        ul.main-nav > * {
            -webkit-transition-property: opacity;
            -moz-transition-property: opacity;
            -o-transition-property: opacity;
            transition-property: opacity;
            -webkit-transition-duration: 0.4s;
            -moz-transition-duration: 0.4s;
            -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
            opacity: 0;
        }

        .ic.menu:focus ~ .main-nav > * {
            opacity: 1;
        }

        ul.main-nav > li > a:after {
            display: none;
        }

        ul.main-nav > li:first-child {
            border-radius: 0px;
        }

        ul.main-nav > li {
            display: block;
            border-bottom: 1px solid #444;
        }

            ul.main-nav > li > a {
                font-weight: 600;
            }

            ul.main-nav > li ul.sub-menu-lists > li a {
                color: #eee;
                font-size: 14px;
            }

        .sub-menu-head {
            font-size: 16px;
        }

        ul.main-nav > li:hover {
            background-color: transparent;
        }

            ul.main-nav > li:hover > a {
                color: #fff;
                text-decoration: none;
                font-weight: 600;
            }

        .ic.menu:focus ~ ul.main-nav > li > div.sub-menu-block {
            border-left: 0px solid #ccc;
            border-right: 0px solid #ccc;
            border-bottom: 0px solid #ccc;
            position: relative;
            visibility: visible;
            opacity: 1.0;
        }

        .sub-menu-block {
            padding: 0 30px;
        }

        .banners-area {
            padding-bottom: 0px;
        }

            .banners-area div {
                margin-bottom: 15px;
            }

        .banners-area {
            border-top: 1px solid #444;
        }
    }

    @media only screen and (min-width:769px) {
        .ic.menu {
            display: none;
        }
        /* Main Menu for Desktop Devices  */
        ul.main-nav {
            display: block;
            position: relative;
        }

        .sub-menu-block {
            padding: 15px;
        }
        /* Sub Menu */
        ul.main-nav > li > div.sub-menu-block {
            visibility: hidden;
            background-color: #f9f9f9;
            position: absolute;
            margin-top: 0px;
            width: 100%;
            color: #333;
            left: 0;
            box-sizing: border-box;
            z-index: 3;
            font-size: 16px;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            opacity: 0;
            /*CSS animation applied for sub menu : Slide from Top */
            -webkit-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
            -webkit-transform: rotateX(90deg);
            -moz-transform: rotateX(90deg);
            -ms-transform: rotateX(90deg);
            transform: rotateX(90deg);
            -webkit-transform-origin: top center;
            -ms-transform-origin: top center;
            transform-origin: top center;
            z-index: 10;
        }

        ul.main-nav > li:hover > div.sub-menu-block {
            background-color: #f9f9f9;
            visibility: visible;
            opacity: 1;
            -webkit-transform: rotateX(0deg);
            -moz-transform: rotateX(0deg);
            -ms-transform: rotateX(0deg);
            transform: rotateX(0deg);
        }

        ul.main-nav > li > div.sub-menu-block > * {
            -webkit-transition-property: opacity;
            -moz-transition-property: opacity;
            -o-transition-property: opacity;
            transition-property: opacity;
            -webkit-transition-duration: 0.4s;
            -moz-transition-duration: 0.4s;
            -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
            opacity: 0;
        }

        ul.main-nav > li:hover > div.sub-menu-block > * {
            opacity: 1;
        }

        .sub-menu-head {
            font-size: 16px;
            text-align: left;
            text-transform: uppercase;
            padding-left: 10px;
        }
        /* List Separator: Outer Border */
        header.dark ul.main-nav > li > a {
            border-right: 1px solid #bbb;
        }

        header.light ul.main-nav > li > a {
            border-right: 1px solid #666;
        }
        /* List Separator: Inner Border */
        ul.main-nav > li > a:after {
            content: '';
            width: 1px;
            height: 62px;
            position: absolute;
            right: 0px;
            top: 0px;
            z-index: 2;
        }

        header.dark ul.main-nav > li > a:after {
            background-color: #777;
        }

        header.light ul.main-nav > li > a:after {
            background-color: #999;
        }
        /* Drop Down/Up Arrow for Mega Menu */
        ul.main-nav > li > a.mega-menu > span {
            display: block;
            vertical-align: middle;
        }

            ul.main-nav > li > a.mega-menu > span:after {
                width: 0;
                height: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-top: 5px solid #3c3e42;
                content: '';
                background-color: transparent;
                display: inline-block;
                margin-left: 10px;
                vertical-align: middle;
            }

        ul.main-nav > li:hover > a.mega-menu span:after {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 0px solid transparent;
            border-bottom: 5px solid #666;
        }

        .banners-area {
            border-top: 1px solid #ccc;
        }
    }

    @media only screen and (max-width:767px) {
        .nav-bg {
            position: relative;
            z-index: 9999;
        }

        ul.main-nav > li > a {
            color: #fff;
            font-size: 16px;
        }
    }

    @media only screen and (max-width:1170px) {
        .sub-menu-head {
            font-size: 14px;
        }
    }


    /*#region Search Block 
*/
    .search-cont button {
        background-color: transparent !important;
        width: 100%;
        border-radius: 0px !important;
    }

    #search_block input {
        color: #fff !important;
    }


    .search-base {
        margin: 0;
        border: 0;
        font-size: 18px;
        position: relative;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -100px;
        width: 200px;
        height: 50px;
        text-align: center;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-user-select: none;
        cursor: default;
        padding: 0px;
    }

    .button_base:hover {
        cursor: pointer;
    }


    /* ### ### ### 03 */

    .search_slide_in {
        overflow: hidden;
        border: #000000 solid 1px;
    }

        .search_slide_in div {
            position: absolute;
            text-align: center;
            width: 100%;
            height: 40px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            padding: 10px;
            margin-top: -30px;
            border-radius: 0px !important;
            line-height: 27px;
        }

            .search_slide_in div:nth-child(1) {
                color: #000000;
                background-color: #ffffff;
            }

            .search_slide_in div:nth-child(2) {
                background-color: #000000;
                width: 112%;
                transition: all 0.2s ease;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                transform: translate(-250px, 0px) skewX(-30deg);
                -webkit-transform: translate(-250px, 0px) skewX(-30deg);
                -moz-transform: translate(-250px, 0px) skewX(-30deg);
            }

            .search_slide_in div:nth-child(3) {
                color: #ffffff;
                left: -300px;
                transition: left 0.2s ease;
                -webkit-transition: left 0.2s ease;
                -moz-transition: left 0.2s ease;
            }

        .search_slide_in:hover div:nth-child(2) {
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            transform: translate(-15px, 0px) skewX(-30deg);
            -webkit-transform: translate(-15px, 0px) skewX(-30deg);
            -moz-transform: translate(-15px, 0px) skewX(-30deg);
        }

        .search_slide_in:hover div:nth-child(3) {
            left: 0px;
            transition: left 0.30000000000000004s ease;
            -webkit-transition: left 0.30000000000000004s ease;
            -moz-transition: left 0.30000000000000004s ease;
        }

    .search-btn-hme {
        float: right;
        top: 0px !important;
        margin-top: 0px !important;
        margin-left: 0px !important;
        left: 0px !important;
    }

    #search_block {
        background-color: #0a0a0a;
        position: relative;
        margin-top: 0;
        z-index: 0;
    }

        #search_block form {
            margin-bottom: 0;
        }

        #search_block select {
            background: url('/content/images/maxkarsv2/arrow_down.png') no-repeat right #ddd;
            -webkit-appearance: none;
            background-position-x: 93%;
        }

        #search_block fieldset {
            z-index: 1;
            position: relative;
        }

        #search_block .form-control {
            /*font-family: calibri;*/
            width: 100%;
            height: 36px;
            color: #c8c7c7;
            font-size: 14px;
            border-radius: 30px;
            border: 1px solid #484844;
            background-color: #21211f !important;
            border-radius: 0px;
        }

            #search_block .form-control.price-low,
            #search_block .form-control.price-high {
                width: 37%;
                float: left;
            }

        #search_block .dash {
            width: 25%;
            float: left;
            text-align: center;
            padding-top: 5px;
        }

        #search_block .btn-search {
            /* margin-top:20px; */
        }

        #search_block .btn-search {
            color: #212121 !important;
            background-color: #dadada !important;
            width: 100%;
            border-radius: 0;
            margin: 0 auto;
            float: none;
            border-color: transparent;
        }

            #search_block .btn-search:hover i {
                color: transparent;
            }

    @media all and (max-width:767px) {
        #search_block .price-range-home {
            z-index: 999;
            position: relative;
        }
    }


    @media all and (max-width:480px) {
        .small-search .btn-search {
            padding: 8px 10px 8px 10px;
        }
    }

    #search_block .control-label {
        /* margin-bottom: 0; */
        font-size: 15px;
        color: #c8c7c7;
        font-family: calibri;
    }

    @media all and (max-width:991px) {
        #search_block .form-control,
        #search_block .btn-search {
            height: 50px;
        }

        #search_block .control-label {
            margin-bottom: 5px;
            margin-top: 10px;
        }

        #search_block .btn-search {
            font-size: 20px;
        }
    }

    @media all and (max-width:767px) {
        #search_block .control-label {
            margin-bottom: 0;
            font-size: 11px;
        }

        #search_block .btn-search {
            margin-top: 17px;
        }

        #search_block .form-control.price-low,
        #search_block .form-control.price-high {
            width: 100%;
        }
    }


    /*#endregion*/


    /*********************************************************/


    /*featured-car-css-Sarts*/


    /*********************************************************/

    .f-car-bkg {
        background-color: #141519;
        position: relative;
        margin-top: 290px;
    }

    .text-us-btn {
        position: absolute !important;
        z-index: 2 !important;
        left: 25px;
        background-color: #f69121;
        padding: 10px;
        color: #fff !important;
        font-weight: 400;
    }

    .team {
        margin: 40px;
    }

    .team-member {
        margin: 15px 0;
        padding: 0;
        background-color: #333;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        margin: 0px 7.5px;
        position: relative;
    }

        .team-member figure {
            position: relative;
            overflow: hidden;
            padding: 0;
            margin: 0;
            height: 300px;
        }

            .team-member figure img {
                min-width: 100%;
            }

        .team-member figcaption p {
            font-size: 16px;
        }

        .team-member ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .team-member ul {
            visibility: visible;
            -webkit-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
        }

            .team-member ul li {
                display: inline-block;
                padding: 10px;
                border-right: 1px solid #434d50;
                width: 32%;
                font-weight: 200;
                font-size: 14px;
                padding: 10px 0px;
                color: #b5b6b7;
            }

                .team-member ul li a {
                    color: #b5b6b7;
                }

                    .team-member ul li a:hover {
                        color: #ccc;
                    }

                .team-member ul li:last-child {
                    border-right: none;
                }

        .team-member h4 {
            margin: 10px 0 0;
            padding: 10px 0px;
            color: #fff;
            font-size: 16px;
        }

        .team-member figcaption {
            padding: 50px;
            color: transparent;
            background-color: transparent;
            position: absolute;
            z-index: 996;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0;
            overflow: hidden;
            visibility: hidden;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .team-member figure:hover figcaption {
            visibility: visible;
            color: #fff;
            background: rgba(43, 43, 43, 0.9);
            /* Primary color, can be changed via colors.css */
            height: 30%;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .team-member figure:hover figcaption ul li a:hover {
                color: rgba(49, 49, 49, .97);
            }

        .team-member figure img {
            -webkit-transform: scale(1) rotate(0) translateY(0);
            -moz-transform: scale(1) rotate(0) translateY(0);
            -o-transform: scale(1) rotate(0) translateY(0);
            -ms-transform: scale(1) rotate(0) translateY(0);
            transform: scale(1) rotate(0) translateY(0);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .team-member figure:hover img {
            -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
            -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
            -o-transform: scale(1.1) rotate(1deg) translateY(12px);
            -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
            transform: scale(1.1) rotate(1deg) translateY(12px);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    .spin-plus-pos {
        position: absolute;
        right: 5%;
        bottom: 25%;
        z-index: 999;
    }

    .spin-plus:hover {
        transform: rotate(180deg);
    }

    .spin-plus {
        font-size: 30px;
        font-weight: 100;
        background-color: #f69121;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        line-height: 50px;
        transition: transform 0.5s ease 0s;
    }


    /*Slick-Slider-css*/

    .slick-slider {
        position: relative;
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0
    }

        .slick-list:focus {
            outline: none
        }

        .slick-list.dragging {
            cursor: hand
        }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block
    }

        .slick-track:before,
        .slick-track:after {
            display: table;
            content: ''
        }

        .slick-track:after {
            clear: both
        }

    .slick-loading .slick-track {
        visibility: hidden
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px
    }

        .slick-slide.dragging img {
            pointer-events: none
        }

    .slick-initialized .slick-slide {
        display: block
    }

    .slick-loading .slick-slide {
        visibility: hidden
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent
    }


    /* Slider Theme Style */

    .Container-slick {
        padding: 0 15px;
        position: relative;
    }

        .Container-slick:after,
        .Container-slick .Head:after {
            content: '';
            display: block;
            clear: both;
        }

        .Container-slick .Head {
            height: 52px;
            over-flow: hidden;
        }

            .Container-slick .Head .Arrows {
                float: right;
            }

            .Container-slick .Head .Slick-Next,
            .Container-slick .Head .Slick-Prev {
                display: inline-block;
                width: 38px;
                height: 38px;
                margin-top: 6px;
                background: #333;
                color: #fff;
                margin-left: 5px;
                cursor: pointer;
                font: 18px/36px FontAwesome;
                text-align: center;
                transition: all 0.5s;
            }

                .Container-slick .Head .Slick-Next:hover,
                .Container-slick .Head .Slick-Prev:hover {
                    background: #e6e3e3;
                }

                .Container-slick .Head .Slick-Next:before {
                    content: '\f105'
                }

                .Container-slick .Head .Slick-Prev:before {
                    content: '\f104'
                }

    .SlickCarousel {
        margin: 0 -7.5px;
        margin-top: 10px;
    }

    .call-us a {
        color: #40e640;
        background-color: #4c4c4c;
        padding: 3px 10px;
    }

    @media (max-width:1280px) {
        .spin-plus-pos {
            bottom: 20%;
        }
    }

    @media (max-width:1170px) {
        .spin-plus-pos {
            bottom: 22%;
        }
    }

    @media (max-width:1080px) {
        .spin-plus-pos {
            bottom: 24%;
        }
    }

    @media (max-width:1080px) {
        .spin-plus-pos {
            bottom: 25%;
        }

        .lender-heading {
            width: 90%;
        }
    }

    @media (max-width:834px) {
        .spin-plus-pos {
            bottom: 26%;
        }

        .team-member h4 {
            font-size: 14px;
        }

        .team-member ul li {
            width: 23%;
            font-size: 12px;
        }

        .lender-heading {
            width: 100%;
        }
    }

    @media (max-width:800px) {
        .team-member ul li {
            width: 23%;
            font-size: 12px;
        }
    }

    @media (max-width:767px) {
        .team-member ul li {
            width: 24%;
            font-size: 14px;
        }

        .team-member figure {
            height: auto;
        }

        .spin-plus-pos {
            bottom: 22%;
        }
    }

    @media (max-width:640px) {
        .spin-plus-pos {
            bottom: 26%;
        }
    }

    @media (max-width:480px) {
        .spin-plus-pos {
            bottom: 19%;
        }
    }

    @media (max-width:414px) {
        .spin-plus-pos {
            bottom: 21%;
        }
    }

    @media (max-width:360px) {
        .spin-plus-pos {
            bottom: 24%;
        }
    }

    @media (max-width:320px) {
        .spin-plus-pos {
            bottom: 26%;
        }
    }

    /*********************************************************/


    /*7days-css-Starts*/


    /*********************************************************/

    .ribbon-s-days {
        position: relative;
        z-index: 2;
    }


    .div-ani {
        text-transform: uppercase;
        letter-spacing: .5em;
        display: inline-block;
        border-width: 4px 0;
        width: 100%;
        padding-top: 5px;
    }

    .sl-dv span {
        letter-spacing: 0;
        display: block;
        margin: 0 auto;
        /*text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);*/
        /* Clip Background Image */
        background: url(/content/images/actionAutoUtah/animated_text_fill.jpg) repeat-y;
        -webkit-background-clip: text;
        background-clip: text;
        /* Animate Background Image */
        -webkit-text-fill-color: transparent;
        -webkit-animation: aitf 80s linear infinite;
        /* Activate hardware acceleration for smoother animations */
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        font-family: 'azonixregular' !important;
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 800;
        margin-top: -42px;
    }

    .cnt-sldr-sml span {
        letter-spacing: 0;
        display: block;
        margin: 0 auto;
        /*text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);*/
        /* Clip Background Image */
        background: url(/content/images/actionAutoUtah/animated_text_fill.jpg) repeat-y;
        -webkit-background-clip: text;
        background-clip: text;
        /* Animate Background Image */
        -webkit-text-fill-color: transparent;
        -webkit-animation: aitf 80s linear infinite;
        /* Activate hardware acceleration for smoother animations */
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        font-family: 'azonixregular' !important;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 800;
    }
    /* Animate Background Image */
    @-webkit-keyframes aitf {
        0% {
            background-position: 0% 50%;
        }

        100% {
            background-position: 100% 50%;
        }
    }

    @media all and (max-width:1600px) {
        .sl-dv {
            width: 75%;
        }
    }

    @media all and (max-width:1440px) {
        .sl-dv {
            width: 80%;
        }
    }

    @media all and (max-width:1280px) {
        .sl-dv {
            width: 90%;
        }
    }

    @media all and (max-width:1170px) {
        .sl-dv {
            width: 100%;
        }
    }

    @media all and (max-width:1080px) {
        .sl-dv span {
            font-size: 24px;
            margin-top: -36px;
        }

        .buying-heading {
            border-top: 40px solid #3c3e42;
        }
    }

    @media all and (max-width:896px) {
        .sl-dv span {
            font-size: 20px;
            margin-top: -33px;
        }
    }

    @media all and (max-width:834px) {
        .sl-dv span {
            font-size: 18px;
        }
    }

    /*********************************************************/


    /*7days-css-Ends*/


    /*********************************************************/









    /*********************************************************/


    /*featured-car-css-Ends*/


    /*********************************************************/


    /*browse-links-tab-css*/

    .browse-sec-bg {
        background-color: #093860;
        position: relative;
        z-index: 2;
    }

        .browse-sec-bg .tabs {
            position: relative;
            margin-top: -70px;
            text-align: center;
        }

            .browse-sec-bg .tabs i {
                position: absolute;
                right: 0;
                left: 0;
                margin: auto;
                font-size: 25px;
                top: 9px;
            }

            .browse-sec-bg .tabs input[type=radio] {
                display: none;
            }

            .browse-sec-bg .tabs label {
                transition: background 0.4s ease-in-out, height 0.2s linear;
                display: inline-block;
                cursor: pointer;
                color: #fff;
                width: 24.73%;
                height: 5em;
                /*border-top-left-radius: 3px;
        border-top-right-radius: 3px;*/
                background: #333;
                text-align: center;
                line-height: 7em;
                margin-bottom: 0px !important;
                font-weight: 300;
                text-transform: uppercase;
                padding: 0px;
                background-color: #6ec1e4;
                position: relative;
            }

                .browse-sec-bg .tabs label:last-of-type {
                    border-bottom: none;
                }

                .browse-sec-bg .tabs label:hover {
                    background: #093860;
                    color: #ffffff;
                }

    @media screen and (max-width: 1600px) {
        .browse-sec-bg .tabs label {
            width: 15%;
        }
    }



    @media screen and (max-width: 834px) {
        .browse-sec-bg .tabs label {
            width: 23%;
        }
    }

    @media screen and (max-width: 900px) {
        .browse-sec-bg .tabs label {
            width: 20%;
        }
    }

    @media screen and (max-width: 767px) {
        .browse-sec-bg .tabs {
            margin-top: 0px;
        }
    }

    @media screen and (max-width: 640px) {
        .browse-sec-bg .tabs label {
            width: 24%;
        }
    }

    @media screen and (max-width: 600px) {
        .browse-sec-bg .tabs label {
            width: 100%;
            display: block;
            border-bottom: 2px solid #C7C6C4;
            border-radius: 0;
        }
    }

    @media screen and (max-width: 600px) {
        .browse-sec-bg .tabs {
            margin: 0;
        }
    }

    #tab1:checked + label,
    #tab2:checked + label,
    #tab3:checked + label,
    #tab4:checked + label {
        background: #093860;
        color: #FFFFFF;
    }

    .browse-sec-bg .tab-content {
        position: absolute;
        top: -99999px;
        padding: 10px;
    }

    .browse-sec-bg .tab-content-wrapper {
        background: #FCFCFC;
        /*border-top: #2EBEB9 5px solid;*/
        /*border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;*/
    }

        .browse-sec-bg .tab-content-wrapper h2 {
            font-size: 16px;
            text-transform: uppercase;
            color: #fff;
            border-bottom: 1px solid #30618a;
            padding-bottom: 10px;
            text-align: left;
        }

    @media screen and (max-width: 600px) {
        .tab-content-wrapper,
        .tab1-content-wrapper {
            border: none;
            border-radius: 0;
        }
    }

    #tab1:checked ~ .tab-content-wrapper #tab-content-1,
    #tab2:checked ~ .tab-content-wrapper #tab-content-2,
    #tab3:checked ~ .tab-content-wrapper #tab-content-3,
    #tab4:checked ~ .tab-content-wrapper #tab-content-4 {
        position: relative;
        top: 0px;
        background-color: #093860;
        float: left;
        width: 100%;
    }

    .btm-info-browse {
        margin-top: 50px;
    }

    @media all and (max-width:767px) {
        .btm-info-browse {
            margin-top: 0px;
        }

        .tab-content-wrapper h2, .menu_simple ul li a {
            text-align: center;
        }
    }

    /*home-button-css*/
    .button_base {
        margin: 0;
        border: 0;
        font-size: 18px;
        position: relative;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -100px;
        width: 200px;
        height: 50px;
        text-align: center;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-user-select: none;
        cursor: default;
    }

        .button_base:hover {
            cursor: pointer;
        }


    /* ### ### ### 03 */

    .b03_skewed_slide_in {
        overflow: hidden;
        border: #000000 solid 1px;
    }

        .b03_skewed_slide_in div {
            position: absolute;
            text-align: center;
            width: 100%;
            height: 50px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            padding: 10px;
        }

            .b03_skewed_slide_in div:nth-child(1) {
                color: #000000;
                background-color: #ffffff;
            }

            .b03_skewed_slide_in div:nth-child(2) {
                background-color: #000000;
                width: 230px;
                transition: all 0.2s ease;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                transform: translate(-250px, 0px) skewX(-30deg);
                -webkit-transform: translate(-250px, 0px) skewX(-30deg);
                -moz-transform: translate(-250px, 0px) skewX(-30deg);
            }

            .b03_skewed_slide_in div:nth-child(3) {
                color: #ffffff;
                left: -200px;
                transition: left 0.2s ease;
                -webkit-transition: left 0.2s ease;
                -moz-transition: left 0.2s ease;
            }

        .b03_skewed_slide_in:hover div:nth-child(2) {
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            transform: translate(-15px, 0px) skewX(-30deg);
            -webkit-transform: translate(-15px, 0px) skewX(-30deg);
            -moz-transform: translate(-15px, 0px) skewX(-30deg);
        }

        .b03_skewed_slide_in:hover div:nth-child(3) {
            left: 0px;
            transition: left 0.30000000000000004s ease;
            -webkit-transition: left 0.30000000000000004s ease;
            -moz-transition: left 0.30000000000000004s ease;
        }

    .lehi-btn {
        float: right;
        top: 0px !important;
        margin-top: 0px !important;
        margin-left: 0px !important;
        left: 0px !important;
    }

    .welcome-btn {
        float: none !important;
        text-align: center !important;
        margin: auto !important;
        left: auto;
    }

    .orem-btn {
        float: left;
        top: 0px !important;
        margin-top: 0px !important;
        margin-left: 0px !important;
        left: 0px !important;
    }

    @media all and (max-width:480px) {
        .lehi-btn {
            float: none;
            top: 0px !important;
            margin-top: 0px !important;
            margin-left: auto;
            left: auto;
            margin: auto !important;
        }

        .orem-inven {
            text-align: center;
            padding: 0px !important;
        }

        .orem-btn {
            float: none;
            margin: auto !important;
        }
    }

    @media all and (max-width:414px) {
        .wind-heading2 {
            padding: 10px;
        }
    }

    @media all and (max-width:360px) {
        .wind-heading2 {
            padding: 20px;
        }
    }

    .hd-div {
        background-color: #b4424c;
        color: #fff;
    }

        .hd-div h2 {
            font-size: 18px;
            padding: 10px;
            margin: 0px;
            color: #fff;
            text-transform: uppercase;
        }


    /* Thumbnail Box */

    .span12 {
        position: relative;
    }

    .caption {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: absolute;
        z-index: 99999;
        bottom: 0px;
        background-color: #000;
        width: 100%;
        padding-bottom: 10px;
        opacity: .7;
    }

        .caption .span4,
        .caption .span8 {
            padding: 0px 20px;
        }

        .caption h3 {
            color: #fff;
            line-height: 2rem;
            margin: 0 0 0px;
            text-transform: uppercase;
            font-size: 14px;
            padding: 10px;
        }

    .btn.btn-mini {
        background: #a83b3b;
        border-radius: 0 0 0 0;
        color: #fbf4e0;
        font-size: 0.63rem;
        text-shadow: none !important;
    }

    .carousel-control {
        top: 33%;
    }

    .boxp {
        width: 50%;
        float: left;
        padding: 7px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        border: 1px solid #585d61;
    }

    .vh-btn {
        width: 50%;
        background-color: #585d61;
        border: 1px solid #585d61;
        padding: 7px;
        float: right;
        font-size: 16px !important;
        color: #fff;
        font-size: 14px !important;
        text-transform: uppercase;
        display: inline-block;
    }

    .vh-inven-btn {
        width: 50%;
        text-align: center;
        background-color: whitesmoke;
        float: left;
        padding: 10px;
        color: #000;
        text-transform: uppercase;
        font-size: 14px !important;
        font-weight: 300;
        display: inline-block;
        transition: .35s
    }

    .vh-text-btn {
        width: 50%;
        text-align: center;
        background-color: #333;
        float: right;
        padding: 10px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px !important;
        font-weight: 300;
        display: inline-block;
        transition: .35s;
    }

    .vh-inven-btn:hover {
        background-color: #e3e3e3;
    }

    .vh-text-btn:hover {
        background-color: #21211f;
        color: #fff;
    }

    /** {
    -webkit-transform-origin-x: 0px;
    -webkit-transform-origin-y: 0px;
    -webkit-transform-origin-z: initial;
}*/

    .icon-car {
        width: 80px;
        height: 80px;
        fill: hsl(0, 100%, 80%);
    }

    form.search {
        margin: 10px;
    }

        form.search input {
            background-color: #fff !important;
            border-top: #d9d9d9 1px solid !important;
            border-left: #e8e8e8 1px solid !important;
            border-radius: 0px !important;
            border-bottom: 0px !important;
        }

        form.search .input-group-btn {
            overflow: hidden;
            padding: 0;
        }

            form.search .input-group-btn .btn {
                background-color: #999;
            }

                form.search .input-group-btn .btn i {
                    font-size: 2em;
                }

    .s-btn {
        height: 50px !important;
    }

        .s-btn:hover {
            background-color: #626262 !important;
            border-radius: 0px !important;
        }

    .s-bg-small {
        background-color: #f5f5f5;
        background: rgb(238,238,238);
        background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%);
        background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
        background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
        border-bottom: 1px solid #ccc;
    }

    @media all and (max-width:1170px) {
        .vh-btn {
            color: #fff;
            font-size: 12px !important
        }

        .boxp {
            font-size: 12px;
        }

        .caption h3 {
            color: #fff;
            line-height: 1rem;
            padding: 7px 3px;
            font-size: 12px;
        }

        .logo-loc {
            padding-top: 4px;
        }
    }

    @media all and (max-width:1024px) {
        .logo-loc {
            padding-top: 0px;
        }

        .vh-inven-btn {
            font-size: 12px !important;
        }

        .vh-text-btn {
            font-size: 12px !important;
        }
    }

    @media all and (max-width:992px) {
        .top-por-div span {
            font-size: 14px;
        }
    }

    @media all and (max-width:800px) {
        .top-por-div span {
            font-size: 12px;
        }

        .vh-inven-btn {
            padding: 10px 4px;
        }
    }

    @media all and (max-width:810px) {
        .logo-loc {
            padding-top: 10px;
        }

        .navbar-brand-centered {
            width: 180px;
        }
    }

    @media all and (max-width:767px) {
        .cnt-sldr-sml {
            background-color: #000;
            text-align: center;
            padding-top: 10px;
        }

        .mob-pos {
            position: relative;
        }

        .navbar-brand-centered {
            width: 200px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -20px;
            margin-left: -100px;
        }

        .lg-btm-ph a {
            color: #fff;
        }

        .top-por-div .col-sm-4 {
            width: 100%;
        }

        .s-links-top {
            float: none;
            text-align: center
        }
    }

    @media all and (max-width:640px) {
        .cnt-sldr-sml span {
            font-size: 16px;
        }

        .cnt-sldr-sml p {
            padding-bottom: 0px;
        }
    }

    @media all and (max-width:480px) {
    }

    @media all and (max-width:414px) {
        .logo-cont {
            border-bottom: 92px solid #fff;
        }
    }

    @media all and (max-width:360px) {
        .logo-loc {
            width: 100%;
        }
    }

    .scroll_effect {
        visibility: visible;
        animation-delay: 0.2s;
    }



    /*//Banner of corona*/
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .m-pd-pp {
        margin-left: -15px;
        margin-right: -15px;
    }

    .modal-header1 {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cc0000+0,cc0000+100;Red+Flat */
        background: #cc0000 !important; /* Old browsers */
        background: -moz-linear-gradient(top, #cc0000 0%, #cc0000 100%) !important; /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #cc0000 0%,#cc0000 100%) !important; /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #cc0000 0%,#cc0000 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 ) !important; /* IE6-9 */
        background: #fffbfb !important;
        padding: 20px 10px 30px !important;
    }

    .close {
        color: #000 !important;
    }

    .colorClose {
        color: #000 !important;
    }

        .colorClose:hover {
            background: none !important;
        }

    .modal-title1 {
        color: #fff !important;
        font-size: 21px !important;
        font-family: 'Pragati Narrow', sans-serif !important;
        text-align: center
    }

    .modal-body1 {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
        background: #ffffff !important; /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f6f6f6 47%, #ededed 100%) !important; /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#f6f6f6 47%,#ededed 100%) !important; /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, #ffffff 0%,#f6f6f6 47%,#ededed 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
        float: left;
        padding: 0px !important;
    }

    .confnce {
        font-weight: 800;
        color: #1ab6e9;
    }

    .open-text {
        padding: 0px;
        background-color: #2f2e2e;
        color: #fff;
        text-align: center;
        background-color: #2f2e2e;
        background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%234a4a4a' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    }

        .open-text h3 {
            font-weight: 800;
            font-size: 24px;
        }

    button.close {
        background-color: #111 !important;
        border-radius: 50%;
        padding: 0px 4px !important;
    }

        button.close:hover {
            background-color: #5e5a5a !important;
        }

    .serv-list span {
        font-size: 14px;
    }

    .rate-low {
        font-size: 20px !important;
        font-weight: 700;
        color: #1ab6e9;
    }

    .open-text h1 {
        font-family: 'azonixregular' !important;
        margin: 0;
        font-size: 6em;
        padding: 0;
        color: #1ab6e9;
        text-shadow: 0 0.1em 20px black, 0.05em -0.03em 0 black, 0.05em 0.005em 0 black, 0em 0.08em 0 black, 0.05em 0.08em 0 black, 0px -0.03em 0 black, -0.03em -0.03em 0 black, -0.03em 0.08em 0 black, -0.03em 0 0 black;
        margin-top: 20px;
    }

    /*.open-text h1 span {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
            display: inline-block;
        }

            .open-text h1 span:first-child {
                -webkit-animation: bop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
                animation: bop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
            }

            .open-text h1 span:last-child {
                -webkit-animation: bopB 1s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
                animation: bopB 1s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
            }*/

    /*@-webkit-keyframes bop {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bop {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes bopB {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    80%, 100% {
        -webkit-transform: scale(1) rotateZ(-3deg);
        transform: scale(1) rotateZ(-3deg);
    }
}

@keyframes bopB {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    80%, 100% {
        -webkit-transform: scale(1) rotateZ(-3deg);
        transform: scale(1) rotateZ(-3deg);
    }
}*/


    @media only screen and (max-width: 767px) {
        .col-open {
            display: block;
            width: 100%;
        }
    }

    .pre-caustion {
        text-align: center;
        background-color: #1a1919;
        width: 100%;
        padding: 15px;
        color: #fff;
        border-bottom: 2px solid #1ab6e9;
    }

    .alignmentSpan {
        margin-left: 3% !important;
    }

    .modal-body1 ul {
        font-family: 'Pragati Narrow', sans-serif !important;
        list-style-type: none !important;
        padding: 0 !important;
        padding-left: 15px !important;
    }

    .modal-body1 li::before {
        content: "\f046" !important;
        font-family: FontAwesome !important;
        margin-left: -19px !important;
        color: #000 !important;
        font-size: 14px !important;
        position: absolute !important;
        padding-top: 4px;
    }

    .modal-body1 li {
        margin: 0px 0px !important;
        font-size: 20px !important;
        padding: 7px !important;
        border-bottom: 1px dotted #ccc;
    }

        .modal-body1 li:last-child {
            border-bottom: none !important;
        }

    .modal-body1 i {
        text-align: center;
        background-color: #fff;
        width: 100px;
        height: 100px;
        font-size: 40px;
        border-radius: 50%;
        line-height: 40px;
        padding-top: 30px;
    }

    .c-icn {
        margin: auto;
        text-align: center;
        position: relative;
        margin-top: -30px;
    }

    .modal-body1 h5 {
        text-align: center !important;
        font-weight: bold;
        font-size: 19px;
    }

    @media all and (max-width:1440px) {
        .open-text h1 {
            font-size: 5em;
        }

        .open-text h3 {
            font-size: 22px;
        }
    }

    @media all and (max-width:1170px) {
        .open-text h1 {
            font-size: 4em;
            margin-top: 30px;
        }
    }

    @media all and (max-width:1024px) {
        .open-text h1 {
            font-size: 4em;
            margin-top: 30px;
        }

        .modal-body1 li {
            font-size: 16px !important;
        }
    }


    @media all and (min-width:992px) {
        .modal-dialog1 {
            width: 55% !important;
        }
    }

    @media all and (max-width:991px) {


        .modal-body1 li {
            font-size: 17px !important;
        }
    }

    @media all and (min-width:960px) {
        .div-ani span {
            font-size: 28px;
            font-weight: 700;
        }

        .lender-heading {
            width: 100%;
        }
    }

    @media all and (max-width:1170px) {
        .div-ani span {
            font-size: 26px;
        }
    }

    @media all and (max-width:992px) {
        .div-ani span {
            font-size: 23px;
        }

        .div-ani {
            padding-top: 9px;
        }
    }

    @media all and (max-width:896px) {
        .div-ani span {
            font-size: 16px;
            font-weight: 700;
        }

        .div-ani {
            padding-top: 15px;
        }
    }

    @media all and (max-width:834px) {
        .open-text h1 {
            font-size: 3em;
            margin-top: 30px;
        }

        .div-ani span {
            font-size: 18px;
        }
    }

    @media all and (max-width:767px) {
        .row-eq-height {
            display: block;
        }

        .open-text h1 {
            margin-top: 0px;
        }

        .open-text {
            padding: 10px 0px;
        }

        .lender-heading {
            border-left: 0px solid transparent;
            border-right: 0px solid transparent;
        }
    }

    @media all and (max-width:480px) {

        .modal-body1 li {
            font-size: 14px !important;
        }

        .lender-heading {
            border-bottom: 70px solid #333;
        }
        /*.modal-dialog {
        width: 90% !important;
    }*/

        .modal-title1 {
            font-size: 15px !important;
        }

        .logo-cont {
            border-bottom: 20px solid #fff;
        }
    }

    @media all and (max-width:414px) {
        .open-text h1 {
            font-size: 4em;
        }
    }

    @media all and (max-width:320px) {
        .five-pol h1 {
            font-size: 2.5em;
        }

        .logo-cont {
            border-bottom: 65px solid #fff;
        }

        .div-ani span {
            font-size: 16px;
        }
    }


    /*//About-us-Css-starts*/

    .bg-about-1 {
        position: relative;
    }

    .bg-about-2 {
        position: relative;
    }

    .bg-about-1 {
        background-color: #f4f4f5;
        overflow: hidden;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
        box-shadow: 0px 4px 8px rgba(208, 208, 208, 0.6);
        -moz-box-shadow: 0px 4px 8px rgba(208, 208, 208, 0.6);
        -webkit-box-shadow: 0px 4px 8px rgba(208, 208, 208, 0.6);
        -o-box-shadow: 0px 4px 8px rgba(208, 208, 208, 0.6);
    }

    .bg-about-2 {
        background-color: #f4f4f5;
        overflow: hidden;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
        box-shadow: 0px 4px 8px rgba(208, 208, 208, 0.6);
        -moz-box-shadow: 0px 4px 8px rgba(208, 208, 208, 0.6);
        -webkit-box-shadow: 0px 4px 8px rgba(208, 208, 208, 0.6);
        -o-box-shadow: 0px 4px 8px rgba(208, 208, 208, 0.6);
    }

    .about-us-div h1 {
        font-family: 'Racing Sans One', cursive !important;
        font-size: 60px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        padding: 0px 60px;
    }

    .about-us-div span {
        color: #f06767;
    }

    .imge-mrgn {
        width: 24%;
        margin: auto;
    }

    .bg-about-1 i {
        position: absolute;
        z-index: 2;
        background-color: #fff;
        width: 80px;
        height: 80px;
        left: 0;
        right: 0;
        margin: auto;
        top: 200px;
        text-align: center;
        line-height: 80px;
        font-size: 30px;
        border-radius: 50%;
        color: #a09c9c;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    }

    .bg-about-2 i {
        position: absolute;
        z-index: 2;
        background-color: #fff;
        width: 80px;
        height: 80px;
        left: 0;
        right: 0;
        margin: auto;
        top: 200px;
        text-align: center;
        line-height: 80px;
        font-size: 30px;
        border-radius: 50%;
        color: #a09c9c;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    }

    @media all and (max-width:1080px) {
        .bg-about-1 i {
            top: 160px;
        }

        .bg-about-2 i {
            top: 160px;
        }

        .about-us-div h1 {
            font-size: 50px;
        }
    }

    @media all and (max-width:834px) {


        .about-us-div h1 {
            font-size: 40px;
            padding: 0px 50px;
        }
    }

    @media all and (max-width:480px) {


        .about-us-div h1 {
            font-size: 35px;
            padding: 0px 10px;
        }
    }

    @media all and (max-width:320px) {


        .about-us-div h1 {
            font-size: 25px;
        }
    }

    /*//About-us-Css-ends*/


    @font-face {
        font-family: 'icomoon';
        src: url('/Content/font/corona-fonts/icomoon.eot?qx826z');
        src: url('/Content/font/corona-fonts/icomoon.eot?qx826z#iefix') format('embedded-opentype'), url('/Content/font/corona-fonts/icomoon.ttf?qx826z') format('truetype'), url('/Content/font/corona-fonts/icomoon.woff?qx826z') format('woff'), url('/Content/font/corona-fonts/icomoon.svg?qx826z#icomoon') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: block;
    }

    [class^="icon-"], [class*=" icon-"] {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .icon-taxi:before {
        content: "\e700";
        font-size: 50px;
        color: #ec78af;
    }

    .icon-arrow:before {
        content: "\e701";
        font-size: 50px;
        color: #ec78af;
    }




    .corona-bg {
        background-color: #4d486a;
        padding: 10px;
        color: #fff;
        font-size: 20px;
        text-align: center;
    }

    .corona-virus {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: -100px;
    }

    .Ribbon-popup {
        background-color: #4d486a;
        color: #fff;
        display: inline-block;
        width: 180px;
        position: relative;
        text-decoration: none;
        padding: 0 9px 4.5px;
        text-align: center;
        margin-bottom: 40px;
    }

        .Ribbon-popup:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-color: #4d486a transparent transparent transparent;
            border-width: 40.5px 90px 0 90px;
            position: absolute;
            top: 100%;
            left: 0;
        }

    .Ribbon-inner-popup {
        display: block;
        border-left: 1px solid #736d95;
        border-right: 1px solid #736d95;
        position: relative;
        height: 100%;
        padding: 15px 5px 0px;
        line-height: 20px;
        text-transform: uppercase;
        font-size: 16px;
    }

        .Ribbon-inner-popup:before, .Ribbon-inner-popup:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-color: #4d486a transparent transparent transparent;
            border-width: 36px 81px 0 81px;
            margin-top: -1px;
            position: absolute;
            top: 100%;
            left: -1px;
            z-index: 5;
        }

        .Ribbon-inner-popup:before {
            border-color: #736d95 transparent transparent transparent;
            border-width: 36px 81px 0 81px;
            margin-top: 0;
        }

    * {
        box-sizing: border-box;
    }

    .ribbon-center {
        text-align: center;
    }

    .corona-list {
        margin: 30px 0px;
    }

        .corona-list ul {
            margin: 0px;
            padding: 0px;
        }

        .corona-list li {
            text-align: center;
        }

    .modal-body2 {
        float: left;
        padding: 0px !important;
        background: rgb(255,255,255);
        background: -moz-linear-gradient(top, rgb(255, 255, 255) 25%,rgb(226, 224, 242) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 25%,rgb(226, 224, 242) 100%);
        background: linear-gradient(to bottom, rgb(255, 255, 255) 25%,rgb(226, 224, 242) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F2E2E0',GradientType=0 );
        width: 100%;
        position: relative;
    }


        .modal-body2 ul {
            font-family: 'Pragati Narrow', sans-serif !important;
            list-style-type: none !important;
            padding: 0 !important;
            padding-left: 15px !important;
        }

        .modal-body2 li::before {
            content: "\f046" !important;
            font-family: FontAwesome !important;
            margin-left: -19px !important;
            color: #000 !important;
            font-size: 14px !important;
            position: absolute !important;
            padding-top: 4px;
        }

        .modal-body2 li {
            margin: 0px 0px !important;
            font-size: 20px !important;
            padding: 7px !important;
            border-bottom: 1px dotted #ccc;
        }

            .modal-body2 li:last-child {
                border-bottom: none !important;
            }

    .corona-bg p {
        font-family: 'Pragati Narrow', sans-serif !important;
    }

    .corona-bg span {
        color: #f978af;
    }

    .modal-header2 {
        padding: 20px 10px 30px !important;
        border-bottom: 1px solid #736d95 !important;
        background: rgb(96,91,128);
        background: -moz-linear-gradient(top, rgb(96, 91, 128) 0%, rgb(77, 72, 106) 100%);
        background: -webkit-linear-gradient(top, rgba(96,91,128,1) 0%,rgba(77,72,106,1) 100%);
        background: linear-gradient(to bottom, rgb(96, 91, 128) 0%,rgb(77, 72, 106) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#605b80', endColorstr='#4d486a',GradientType=0 );
    }

    .br-inven {
        text-align: center;
        background-color: #4d486a;
        width: 100%;
        color: #fff;
        border-bottom: 2px solid #1ab6e9;
        box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.12), 0 16px 16px rgba(0,0,0,0.12);
    }

        .br-inven p {
            font-size: 18px;
            padding-top: 15px;
        }

    a.inven-btn-popup {
        display: block;
        text-align: center;
        width: 100%;
        background-color: #fd6969;
        padding: 20px 10px;
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        transition: .35s;
    }

        a.inven-btn-popup:hover {
            background-color: #ca4e4e;
            color: #f7adad;
        }
    /*.inven-btn-popup i {
    font-size: 30px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}*/
    #or-div {
        width: 0;
        height: 0;
        border: 30px solid transparent;
        border-bottom-color: #d9d6d6;
        top: 200px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        text-transform: uppercase;
    }

        #or-div:after {
            content: '';
            position: absolute;
            left: -30px;
            top: 30px;
            width: 0;
            height: 0;
            border: 30px solid transparent;
            border-top-color: transparent;
            border-top-color: #d9d6d6;
        }

    .or-sp {
        position: absolute;
        margin-top: 20px;
        z-index: 2;
        margin-left: -10px;
    }

    /* PULSE */

    @-webkit-keyframes pulse {
        0% {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        50% {
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
        }

        100% {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }
    }

    @keyframes pulse {
        0% {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

        50% {
            -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8);
        }

        100% {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }
    }

    .faa-pulse.animated,
    .faa-pulse.animated-hover:hover,
    .faa-parent.animated-hover:hover > .faa-pulse {
        -webkit-animation: pulse 2s linear infinite;
        animation: pulse 2s linear infinite;
    }

    .inven-btn-popup .fa-4x {
        font-size: 1.5em !important;
    }

    @media all and (max-width:1440px) {


        .br-inven p {
            font-size: 18px;
            padding-top: 25px;
        }

        .modal-body2 li {
            font-size: 16px !important;
        }

        #or-div {
            top: 250px;
        }
    }

    @media all and (max-width:1280px) {
        .br-inven p {
            font-size: 16px;
        }
    }

    @media all and (max-width:1170px) {
        a.inven-btn-popup {
            font-size: 16px;
        }

        .br-inven p {
            font-size: 14px;
            padding-top: 22px;
        }
    }

    @media all and (max-width:1080px) {
        .br-inven p {
            padding-top: 12px;
        }
    }

    @media all and (max-width:1024px) {
        .modal-dialog1 {
            width: 65% !important;
        }

        .br-inven p {
            padding-top: 22px;
        }
    }

    @media all and (max-width:992px) {
        .modal-dialog1 {
            width: 65% !important;
        }

        .br-inven p {
            padding-top: 22px;
        }
    }

    @media all and (max-width:896px) {
        .wind-heading {
            width: 55%;
        }
    }

    @media all and (max-width:834px) {
        .modal-dialog1 {
            width: 100% !important;
        }

        .br-inven p {
            padding-top: 22px;
        }

        .modal-body2 .row {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    @media all and (max-width:767px) {
        .modal-dialog1 {
            width: 100% !important;
            margin: 20px 0px 0px 0px;
        }

        .modal-body2 li {
            font-size: 18px !important;
        }

        .mrg-pop {
            margin-top: 90px;
        }

        #or-div {
            top: 350px;
        }
    }

    @media all and (max-width:640px) {
        .wind-heading {
            width: 60%;
        }
    }

    @media all and (max-width:480px) {

        .wind-heading {
            width: 80%;
        }

        #or-div {
            top: 390px;
        }
    }

    @media all and (max-width:414px) {
        .o-button {
            height: 40px;
            width: 40px;
        }
    }

    @media all and (max-width:360px) {



        #or-div {
            top: 440px;
        }
    }

    @media all and (max-width:320px) {



        .wind-heading {
            width: 100%;
        }
    }

    .contact-sms-text h4 {
        font-size: 16px !important;
        text-shadow: none !important;
    }

    .contact-sms-text
    .sms-text {
        width: 75% !important;
        margin: auto;
    }

    #smsModal .modal-content form fieldset {
        margin-top: 15px !important;
    }

    #smsModal input[type=text], #smsModal textarea {
        padding-left: 55px !important;
        min-height: 40px !important;
    }

    #smsModal input[type=email] {
        display: block !important;
        clear: both !important;
        width: 77%;
        border-radius: 0;
        box-shadow: #cacaca 1px 2px;
        border-color: #ebebeb !important;
        min-height: 40px;
        margin: 0 auto;
        float: none;
        padding-left: 55px !important;
    }

    #smsModal .form-group:nth-child(2) label {
        padding: 10px 17px !important;
    }

    #smsModal .form-group:nth-child(5) label {
        padding: 30px 17px !important;
    }

    #smsModal label {
        font-size: 19px;
        width: 50px;
    }

    #smsModal textarea {
        height: 80px !important;
    }

    #smsModal label {
        padding: 10px 18px;
    }

        #smsModal label.radio {
            position: static;
            font-weight: 500;
            line-height: 14px;
            margin: 0;
            padding: 0;
            font-size: 15px;
            display: inline-block;
            background-color: transparent;
            width: 60px !important;
        }

    @media all and (max-width:767px) {
        #smsModal .modal-content {
            max-width: 100% !important;
            margin: auto;
        }

        #smsModal h4 strong {
            text-shadow: none !important;
        }

        #smsModal .form-group:nth-child(4) label {
            padding: 10px 17px !important;
        }
    }

    @media all and (max-width:599px) {
        #smsModal input[type="email"] {
            width: 95% !important;
        }
    }

    @media all and (max-width:414px) {
        #smsModal .modal-content form {
            width: 100%;
        }

        .loc-sms-pos {
            margin-right: -40% !important;
            position: relative;
            float: none !important;
        }
    }