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

.home-banner-title {
    font-size: 75px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.banner-subtitle {
    font-size: 32px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.c20-sec-banner ul li {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}

.footer-social-icons a img {
  filter: brightness(0) invert(1);
}


/*=== work area start ===*/





/*=== work area end ===*/

/*About*/

.about-info {
    padding-left: 185px;
}

/*=== testimonial ===*/

.customer-id img {
    border-radius: 50%;
    display: none;
}

.customer {
    padding-left: 0 !important;
}

.customer span {
    font-size: 12px;
    display: none;
}

.slick-slider {
    padding-bottom: 35px;
}

.slide-single-item {
    background-color: #fff;
    border-radius: 0px;
    padding: 30px 30px;
    margin: 0 10px;
}

.reviewr > a {
    display: none;
}

.single-item-inner .btn {
    font-size: 17px;
    background-color: transparent;
    padding: 0;
}

.single-item-inner .btn:hover {
    box-shadow: none;
    background-color: transparent;
}

/*content*/

.c20-sec-content {
    z-index: 1;
}

.c20-sec-content:before {
    content: '';
    position: absolute;
    background-color: rgb(var(--primary-color));
    width: 100%;
    left: 0;
    height: 55%;
    bottom: 0;
    z-index: -1;
    background-image: url(../img/hitch-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.content-title {
    font-size: 72px;
}


.wcl-btn-holder {
    justify-content: space-between;
}

.wcl-btn-holder .btn {
    width: 48%;
}


/*/*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;
    }

    .about-info {
        padding-left: 120px;
    }


}

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

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

    .about-info {
        padding-left: 15px;
    }

    .content-title {
        font-size: 60px;
    }

}

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

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

}


@media screen and (max-width: 991px) {
    .c20-sec-banner {
        padding: 100px 0;
    }

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

    .c20-sec-about {
        padding: 60px 0;
    }

    .content-title {
        font-size: 50px;
    }

}

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

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

    .banner-subtitle {
        font-size: 26px;
    }

    .content-title {
        font-size: 35px;
    }

}


@media screen and (max-width: 600px) {
    .banner-subtitle {
        font-size: 24px;
    }
    .content-title {
        font-size: 30px;
    }
}


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

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