.hero-area {
    height: unset !important;
}

.offer-content p {
    color: #fff
}

.container .row p a {
    color: rgb(26, 115, 232);
}

/* @media (max-width: 678px) {
    .hero-area {
        margin-top: 80px;
        height: unset !important;
    }.hero-area h1{
        font-size: 24px;
        line-height:28px;

    }
} */

.logo-default {
    width: 150px;
}

.logo-white {
    width: 150px;
}

@media (max-width: 678px) {
    .logo-default {
        width: 95px;
    }

    .logo-white {
        width: 95px;
    }
}

.slider-item::before {
    background: rgba(0, 0, 0, 0.2);
}

.call-to-action .text-center {
    padding: 20px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.4);
}

.hero-slider .text-center {
    padding: 30px;
    border-radius: 10px;
}

.counters-item {
    display: flex;
}


.service-2 .service-item:hover img {
    background: #fff;
    color: #28ABE3;
}

.service-2 .service-item {
    background-color: #000000c9;
    min-height: 315px;
    border-radius: 20px;
}


.service-2 .service-item img {
    display: inline-block;
    background: #28ABE3 none repeat scroll 0 0;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 5px 6px 0 rgb(0 0 0 / 10%);
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 55px;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}

.service-item h4 {
    font-weight: 800;
    color: #a542ff;
}

.service-item p {
    color: #ffffff;
    font-weight: 600;
}

.mobie-wall {
    margin-bottom: 50px !important;
    border-radius: 20px;
}

.counters-item>div {
    margin: 5px 5px;
}

.image-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 10px;
    background: #28abe3;
}

@media (max-width: 678px) {
    .logo-sm {
        width: 30%;
    }
}

.contact-item i {
    font-size: 35px;
    margin-right: 10px;
    color: #40c351;
}

.contact-item a {
    display: flex !important;
    margin-bottom: 15px;
}


.social-link a {
    margin-right: 20px;
}

.social-link a i {
    margin-right: 10px;
}

.testimonial .item div {
    background-color: transparent;
}

.testimonial {
    min-height: 90vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.offer {
    position: relative;
    bottom: 0px;
    left: 0;
    width: 100%;
    right: 0;
    overflow: hidden;
}

.offer-content {
    justify-content: center;
    display: flex;
    padding: 10px;
}

.offer-content a {
    color: white;
    text-align: center;
}

.offer-content a span {
    color: white;
    text-align: center;
}

.offer-content a h4 {
    color: white;
    text-align: center;
    padding-top: 20px;
}

.offer div {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 120px;

}

.offer.offer-full div {
    min-height: unset !important;
}

div.offer-left {
    background-position: left center;
}

div.offer-right {
    background-position: Right center;
}

div.offer-left .offer-content {
    float: right;
    width: 90%;
}

div.offer-right .offer-content {
    float: left;
    width: 50%;

}

.offer-color-1 {
    background-color: #0e075b;
}

.offer-color-2 {
    background-color: #59267f;
}

.offer-color-3 {
    background-color: #a3276b;
}


.offer div.offer-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.offer-bg-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.offer-bg-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 678px) {
    div.offer-left {
        background: #9f276b !important;
    }

    div.offer-right {
        background: #eb9925 !important;
    }

    div.offer-left .offer-content {
        float: left !important;
        width: 100% !important;
        display: block;
        padding: 15px;
    }

    div.offer-right .offer-content {
        float: left !important;
        width: 100% !important;
        display: block;
        padding: 15px;

    }
}

@media screen and (max-width: 678px) {

    .offer-bg-right,
    .offer-bg-left {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

@media screen and (max-width: 1024px) {
    .offer-bg-right {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}



.testimonial:before {
    background-color: transparent !important;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-title {
    color: white;
    text-align: center;
    border-radius: 20px;
}

.card {
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    overflow: hidden;
    margin-bottom: 20px;
}

.card img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 85px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 10px;
    color: white;
}

.card .overlay h6 {
    color: white;
}

.card .overlay p {
    color: white;
    text-align: left;
}

.card .overlay-tittle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8) !important;
    padding: 10px;
    color: #a542ff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-out;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease-in;
}

.card .overlay-tittle h5 {
    color: #a542ff;
    text-align: center;
    margin: 0px;
}

.card .overlay-tittle p {
    color: white;
    text-align: center;
}

.card:hover .overlay-tittle {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-out;
}

.card .overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6) !important;
    padding: 20px;
    overflow: hidden;
    color: white;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-out;
}

.card .overlay-content h6 {
    color: white;
}

.card .overlay-content p {
    color: white;
    text-align: left;
}

.card:hover .overlay-content {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease-in;
}



.title p {
    width: 100%;
}

.testimonial .content {
    padding: 20px;
    margin: 20px;
    border-radius: 20px;
    background-color: #000000b0;
}

.testimonial .content .client-meta {
    color: white;
}

.testimonial .content .client-meta h3 {
    color: white;
}

.testimonial .item .client-thumb img {
    width: 100px;
}

ul.feature-list.details {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
}

ul.feature-list.details li {
    text-align: left;
    margin-top: 5px;
}



@media (max-width: 678px) {
    .counters-item span {
        float: left;
        display: inline;
        width: 100%;
        font-size: 35px;
        text-align: left;
        font-weight: 700;
        line-height: 50px;
    }

    .about .feature-list {
        display: grid !important;

    }

    .about .feature-list li {
        width: 100% !important;

    }

    .overlay-content h6 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .pagination {
        display: contents !important;
    }

    .social-link a {
        width: 100% !important;
        display: block !important;
    }

}


.top-footer h3 {
    margin-top: 20px;
}

.card.card-blog {
    background-color: white !important;
    padding: 0;
}

.card.card-blog .card-content {
    padding: 15px;
}

.card.card-blog .card-content .post-info {
    float: right;
}

.team-member {
    overflow: hidden;
}

.member-photo img {
    overflow: hidden !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.navigation {
    /*    top:25px;  */
    top: 0px;
}

.show_more {
    color: #007bff;
}

.navigation.sticky-header {
    top: 0;
}

.topbar {
    padding: 5px 0;
    /* background-color:  #f3b61b!important; */
    background-color: #080c37 !important;
}


.topbar span {
    color: #fff;
}


.topbar a {
    color: #fff !important;
    cursor: pointer;
}

.topbar-left {
    float: left;
}

.topbar-right {
    float: right;
}

.topbar-left ul,
.topbar-right ul {
    display: flex;
}

.topbar-left ul li,
.topbar-right ul li {
    margin-right: 11px;
}

.top-bar .col-md-6 {
    padding: 5px 20px;
}


@media (max-width: 678px) {

    .topbar a {
        display: inline-block;
    }

    .topbar-left,
    .topbar-right {
        float: left;
    }

    .topbar-left ul,
    .topbar-right ul {
        display: contents;
    }
}

body {
    background-color: #fff;
}

.offer-slide-title {
    color: white !important;
    line-height: 80px;
    vertical-align: middle;
    font-size: 30px;
    margin: 0;
    justify-content: center;
}


@media (max-width: 678px) {
    .offer-slide-title {
        line-height: 25px;
        font-size: 18px;
    }

}


img.avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.rating-card {
    padding: 15px;
    margin: 5px;
    box-shadow: 0px 0px 22px 5px rgba(0, 0, 0, 0.0);
    -webkit-box-shadow: 0px 0px 22px 5px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0px 0px 22px 5px rgba(0, 0, 0, 0.0);
    background: #fff;
    border-radius: 5px;

}

.rating-title {
    display: inline-block;
    vertical-align: middle;
}

.rating h4 {
    font-weight: 400;
    position: absolute;
    bottom: -2px;
    left: -5px;
}

.rating-bg {
    /*background-color: rgb(0 0 0 / 5%);*/
    background-color: rgb(178 161 161 / 5%);
}

.sm-arrow {
    width: 40px;
    height: 40px;
    padding: 5px;
}

.sm-arrow.nextArrow {
    margin-right: -40px;
}

.sm-arrow.prevArrow {
    margin-left: -40px;
}

.sm-arrow.slick-arrow::after {
    width: 20px;
}

.sm-arrow.nextArrow::after {
    left: 10px;
}

.sm-arrow.nextArrow::before {
    left: 20px;
}

.sm-arrow.prevArrow::after {
    right: 10px;
}

.sm-arrow.prevArrow::before {
    right: 20px;
}

.text-black {
    color: black !important;
}

@media (max-width: 678px) {
    .rating-image {
        width: 50%;
    }

    .sm-arrow.nextArrow {
        margin-right: -25px;
    }

    .sm-arrow.prevArrow {
        margin-left: -25px;
    }
}

/* form page style in home*/



.box h5 {
    padding: 0;
    color: #FFF;
    text-align: center;
}

@keyframes LabelOnLoad {
    0% {
        transform: rotate(0) translateY(-19px);
        opacity: 0;
    }

    100% {
        transform: rotate(0) translateY(0);
        opacity: 1;
    }
}

.box input[type='submit'] {
    background: transparent;
    border: none;
    outline: none;
    color: #FFF;
    background: #03A9F4;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

.box .car_enquiry label {
    color: #fff;
    margin-top: 10px;
}

.box .car_enquiry label .required {
    color: #e70a0a;
}

.box input[type='submit']:hover {
    background-color: rgba(3, 169, 244, 0.7);
}

.hero-slider .bannercontentdiv {
    position: relative;
    right: 180px;
}


@media (min-width: 360px) and (max-width: 490px) {
    .containertop {
        padding-top: 410px;
    }
}

@media (min-width: 560px) and (max-width: 770px) {
    .containertop {
        padding-top: 266px;
    }
}

@media (min-width: 771px) and (max-width: 960px) {
    .containertop {
        padding-top: 266px;
    }
}

@media (min-width: 771px) and (max-width: 678) {
    .containertop {
        padding-top: 266px;
    }
}

@media (min-width: 360px) and (max-width: 490px) {
    .margin_style {
        margin-top: 650px;
    }

    .hero-slider .bannercontentdiv {
        position: relative;
        right: 0px;
    }

    .bannerheadsection .overlay {
        width: 100%;
        height: 160px;
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999
    }

    .bannerheadsection img {
        height: 160px;
        object-fit: cover;
    }

    .bannerheadsection .bannerbreadcrumbs {
        margin-top: 10px;
    }

    .bannerheadsection .bannerbreadcrumbs h1 {
        line-height: 25px;
        font-size: 20px;
    }

}

@media (min-width: 560px) and (max-width: 770px) {


    .margin_style {
        margin-top: 400px;
    }

    .hero-slider .bannercontentdiv {
        position: relative;
        right: 0px;
        top: 100px;
    }

    .bannerheadsection img {
        height: 400px;
        object-fit: cover;
    }

    .bannerheadsection .overlay {
        width: 100%;
        height: 400px;
        background-color: rgb(0 0 0 / 42%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999
    }
}

@media (min-width: 771px) and (max-width: 960px) {
  
    .margin_style {
        margin-top: 420px;
    }

    .hero-slider .bannercontentdiv {
        position: relative;
        right: 0px;
    }

    .bannerheadsection .overlay {
        width: 100%;
        height: 400px;
        background-color: rgb(0 0 0 / 42%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999
    }

    .bannerheadsection img {
        height: 400px;
        object-fit: cover;
    }

    .bannerheadsection .bannerbreadcrumbs {
        margin-top: 100px;
    }

}

@media (min-width: 1100px) and (max-width: 1900px) {
    .bannerheadsection .overlay {
        width: 100%;
        height: 400px;
        background-color: rgb(0 0 0 / 42%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999
    }

    .bannerheadsection img {
        height: 400px;
        object-fit: cover;
    }

    .bannerheadsection .bannerbreadcrumbs {
        margin-top: 200px;
    }

}

/* floating whatsapp icon start*/

.floating_btn {
    position: fixed;
    bottom: 60px;
    right: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

/* floating whatsapp icon end*/



.fas.fa-phone {
    transform: rotate(110deg) !important;
}

.fas.fa-phone-square {
    transform: rotate(90deg) !important;
}

@media (max-width: 678px) {
    .hybrid_bottom_spaceing {
        margin-top: 10px;
    }

}

.box {
    width:75%;
    margin: 12% 10%;
    padding: 10px 15px 15px;
    background: #0000009c;
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .5);
    border-radius: 10px;
   
}

@media (min-width: 1200px) {
 
    .box{
        position: absolute;
        top: 0;
        width: 370px;
        z-index: 999;
        right: -3vw;
    
    }
}