.bg-grey {
       background: var(--tg-color-gray-2);
    padding: 46px 0;
}

.services__icon-wrap {
    position: relative;
    right: 0;
    top: 0;
    width: 84px;
    height: 78px;
    background: var(--tg-color-gray-2);
    padding: 0 6px 8px 8px;
    z-index: 1;
}

.services__content .title {
    margin-bottom: 9px;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
}
.services__item {
    background: var(--tg-color-white-default);
    position: relative;
    padding: 14px 19px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    z-index: 1;
    height: 100%;
}

.services__content-two .title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
}
.services__content-two p {
    margin-bottom: 8px;
    font-weight: 500;
    text-transform: capitalize;
}

.counter__area-two {
    background: #424342;
    position: relative;
    z-index: 1;
    padding: 72px 0 85px;
}
.counter__icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    color: #f1592a;
    top: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #424342;
    margin-top: 0px;
}

.choose__area {
    background: #424342;
    padding: 160px 0;

}
.choose__list {
    margin-left: 0;
}
.moreServicesWrap {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
}

.choose__area {
    background: #424342;
    padding: 61px 0;
}

.footer__bottom {
    background: #1d1c1c;
    padding: 27px 0;
}
.footer__bg {
    background-size: cover;
    background-position: center;
    padding: 96px 0 0;
    margin-top: -116px;
    background-color: #424342;
}

.footer__top {
    padding: 51px 0 20px;
}
.footer__link li a {
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    background-repeat: no-repeat;
    background-position-y: 0;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--tg-color-white-default) 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) title-underline forwards;
}
.footer__contact p {
    margin-bottom: 12px;
    color: #ffffff;
    text-transform: capitalize;
}
.footer__contact a.mail {
    color: #FFF;
}

.footer__content p {
   color: #FFF;
}
.footer__logo img {
    width: auto;
    height: 47px;
    padding: 5px;
    border-radius: 2px;
}

.copyright__text p {
    margin-bottom: 0;
    color: #fff;
}

.sidebar__widget-bg {
    background-size: cover;
    background-position: center;
    padding: 45px 22px;
}
.sidebar__contact .title {
    margin-bottom: 8px;
    color: var(--tg-color-white-default);
    font-size: 19px;
}

.section-py-140 {
    padding: 79px 0;
}


@media(max-width: 520px){
        .cta__contact .content a {
        font-size: 20px;
    }
        .cta__content-right .title {
        width: 100%;
        font-size: 17px;
    }
        .section__title .title {
        font-size: 26px;
    }
    .choose__list li {
    font-size: 13px;
    margin-bottom: 17px;
}
    .slider__content .title {
        font-size: 26px;
    }
}