/*======== start sec-banner-2 style =========*/

.banner-card-2 {
    margin: 5px 5px;
}

.banner-2-thumb {
    margin-bottom: -1px;
}

.banner-2-thumb img {
    width: 100%;
    transform: scale(1);
    transition: all .3s;
}

.banner-2-thumb img:hover {
    transform: scale(1.1);
}

.banner-2-thumb h4 {
    left: 0;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, .7);
    transform: translateY(-100%);
    transition: all .35s;
}

.banner-2-thumb h4:hover {
    background-color: rgb(var(--primary-color));
}

.banner-card-2:hover .banner-2-thumb h4 {
    background-color: rgb(var(--primary-color));
}

.banner-offer-card {
    padding: 30px 20px;
    border-radius: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner-card-2 .btn {
    border-radius: 2px;
    background: rgb(var(--secondary-color)) !important;
    color: #ffffff !important;
    padding: 2px 20px;
}

.banner-2-thumb h4 {
    font-size: 26px;
}

.home-banner-title-2 {
    font-size: 40px;
    line-height: 1;
}

.banner-card-2 .btn {
    font-size: 24px;
}

@media screen and (min-width: 576px) {

    .banner-2-thumb h4 {
        font-size: 18px;
    }

    .banner-offer-card {
        padding: 15px 20px;
    }

    .home-banner-title-2 {
        font-size: 32px;
    }

    .banner-card-2 .btn {
        font-size: 18px;
    }
}

@media screen and (min-width: 769px) {

    .banner-2-thumb h4 {
        font-size: 26px;
    }

    .banner-card-2 .btn {
        font-size: 22px;
    }
    .home-banner-title-2 {
        font-size: 38px;
    }
}

@media screen and (min-width: 1199px) {
    .home-banner-title-2 {
        font-size: 46px;
    }
}

@media screen and (min-width: 1440px) {

    .home-banner-title-2 {
        font-size: 60px;
    }
}

@media screen and (min-width: 1680px) {

    .home-banner-title-2 {
        font-size: 68px;
    }
}

/*======== end sec-banner-2 style =========*/

.c20-sec-banner {
    padding: 0;
}

.banner-box-wrap {
    padding: 200px 30px 200px;
}

.home-banner-img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.banner-card {
    margin-left: auto;
    padding: 30px 20px;
    border-radius: 10px;
    width: 600px;
}

.home-banner-title {
    font-size: 68px;
    line-height: 1;
}

.banner-card .btn {
    border-radius: 10px;
    background: rgb(var(--secondary-color)) !important;
    color: #ffffff !important;
    padding: 2px 20px;
    font-size: 24px;
}


/*=== service area start ===*/

.service-left {
    width: 43%;
    filter: drop-shadow(0px 14px 36px rgba(0, 0, 0, 0.17));
}

.service-right {
    width: 57%;
    padding: 40px 65px;
    background: #fff;
    box-shadow: 0px 14.4px 36px rgba(0, 0, 0, 0.17);
    border-radius: 0 36px 36px 0;
}

.services {
    margin: 0 -12px;
    justify-content: space-between;
}


.services .c20-service-wrap {
    width: 49%;
    margin-bottom: 10px;
}

.c20-service {
    width: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    min-height: 90px;
    border: 2px solid rgb(var(--secondary-color));
    border-radius: 8px;
    padding: 10px 15px;
}

.slick-slide .c20-service {
    height: 100%;
}

.c20-service,
.c20-service span:not(.service-thumb) {
    transition: .3s;
}

.service-thumb {
    min-width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.c20-service:hover {
    border-color: rgb(var(--primary-color));
}

.c20-service:hover span:not(.service-thumb) {
    color: rgb(var(--secondary-color));
}

.c20-page-slider .c20-service-wrap {
    margin: 0 10px;
}

.c20-slider-nav.c20-slider-nav-side {
    padding: 0 50px 0;
}

.c20-slider-nav.c20-slider-nav-side .slick-prev {
    left: 0;
    right: auto;
}

.c20-slider-nav.c20-slider-nav-side .slick-next {
    left: auto;
    right: 0;
}

/*About*/

.about-right {
    width: 54%;
    padding: 40px 80px;
    background: #fff;
    box-shadow: 0px 14.4px 36px rgba(0, 0, 0, 0.17);
    border-radius: 36px;
    padding-left: 50px;
}

.about-left {
    width: 50%;
    margin-left: -60px;
    filter: drop-shadow(0px 14.4px 36px rgba(0, 0, 0, 0.17));
}

.about-slider img,
.about-left .slick-list {
    border-radius: 35px;
}


/*=== Coupon ===*/

.slick-slide .c20-coupon-wrap  {
    height: 100%;
}

.c20-finance-wrap {
    padding: 12px 12px;
    background: #fff;
    border-radius: 30px;
}

.c20-finance {
    border-radius: 30px;
    border: 3px dashed #00BFBE;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Blog*/

.c20-post .p {
    font-size: 18px;
}
.c20-post .p p:last-child {
    margin-bottom: 0;
}

.c20-post {
    z-index: 1;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.c20-post a {
    z-index: 1;
    transition: transform .4s ease 0s;
    position: relative;
    display: block;
    /*padding: 20px 20px 30px;*/
    height: 100%;
}

.c20-post .c20-post-thumb {
    height: 230px;
}


/*=== contact area start ===*/

.cta-left {
    margin-right: -100px;
    position: relative;
    width: 50%;
    box-shadow: 0px 14.4px 36px rgba(0, 0, 0, 0.17);
    border-radius: 30px;
}

.cta-right {
    width: 50%;
}

.cta-title {
    font-size: 68px;
}

/*Location Page bar*/

.c20-bar-location a {
    padding-left: 25px;
    background-image: url(../img/bar-marker.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
    font-size: 17px;
    font-family: var(--secondary-font);
    font-weight: 500;
    line-height: 1.5;
}

.c20-bar-phone a {
    padding-left: 25px;
    background-image: url(../img/bar-phone.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
    font-size: 19px;
    font-family: var(--secondary-font);
    font-weight: 500;
    line-height: 1.5;
}

.c20-location-bars {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.c20-bar-nav ul li {
    list-style: none;
}

.c20-bar-nav > ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
}

.c20-bar-nav > ul > li {
    position: relative;
}

.c20-bar-nav > ul > li:not(:last-child) {
    margin-right: 5px;
}

.c20-bar-nav > ul > li a {
    font-size: 17px;
    color: #222222;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 15px;
    display: block;
}

.c20-bar-nav > ul > li ul {
    transition: transform .4s ease-out, opacity .1s ease-out;
    position: absolute;
    opacity: 0;
    top: 100%;
    left: 0;
    visibility: hidden;
    padding: 10px 0;
    transform: translateY(30px);
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    z-index: 2;
    min-width: 270px;
    box-shadow: rgba(0,0,0, .15) 0px 8px 16px 0px;
    background-color: #ffff;
}

.c20-bar-nav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(-5px);
}

.c20-bar-nav > ul > li li a {
    padding: 5px 15px;
    font-size: 16px;
}

.c20-bar-nav > ul > li li {
    width: 100%;
}

.c20-bar-nav > ul > li > ul ul {
    left: 100%;
    top: 0;
    transform: translate3d(10px, 0, 0);
}

.c20-bar-nav > ul > li li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(-5px, 0, 0);
}




/*Footer*/
.c20-nap-item {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left 7px;
    font-size: 15px;
}


/*=== copyright area start ===*/

.copyright-area {
    background: #222222;
}





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

    .cta-title {
        font-size: 58px;
    }
}

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

    .banner-box-wrap {
        padding: 150px 30px;
    }
    .home-banner-img {
        width: 570px;
    }
}

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

    .banner-card {
        width: 500px;
    }
    .home-banner-img {
        width: 500px;
    }

    .home-banner-title {
        font-size: 50px;
    }

    .service-right,
    .service-left {
        width: 100%;
    }

    .about-left,
    .about-right {
        width: 100%;
    }

    .about-left {
        margin-left: 0;
    }

    .about-right {
        padding: 40px 40px !important;
    }

    .cta {
        justify-content: center;
    }

    .cta-right,
    .cta-left {
        width: 70%;
        margin: 0;
    }

    .cta-left {
        border-radius: 30px 30px 0 0;
    }

}


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

    .banner-box-wrap {
        padding: 120px 30px;
    }

    .home-banner-img {
        width: 375px;
    }

    .banner-card {
        width: 400px;
    }

    .cta-title {
        font-size: 48px;
    }

    .cta h2:not(.cta-title) {
        font-size: 25px;
    }

}

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

    .banner-box-wrap {
        padding: 80px 30px 0;
    }

    .home-banner-img {
        position: static;
    }

    .banner-card {
        margin: 0 auto 30px;
    }

    .service-right {
        padding: 30px 40px;
    }

    .services .c20-service-wrap {
        width: 100%;
    }

    .cta-right,
    .cta-left {
        width: 100%;
    }
}


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

    .home-banner-title {
        font-size: 45px;
    }
}


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

    .c20-post .c20-post-thumb {
        height: 270px;
    }
}