.j11 {
    text-align: justify;
}

.breadcrumb__content .breadcrumb-item a {
    color: #ffffff;
}

.breadcrumb__content>h2 {
    color: white;
}

.footer__top-two .row>*:nth-child(3) .footer-widget {
    margin-left: 10px;
}

.services-item {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.project__content-three>span {
    color: #a5a0a0;
}

.services-thumb img {
    height: 100%;
}

img.rotateme {
    opacity: 0.3;
}

.project__area-three,
.about__bg {
    padding: 50px 0px 80px 0;
}

.services-bg {
    padding: 70px 0;
}

.counter-area {
    padding: 70px 0 70px;
}

.ul11>li {
    color: #fbfbfb;
}

.footer__area-two {
    background: url(images/1/bg-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer__bottom-two {
    border-top: 1px solid #ffffff;
}

section.choose-area {
    background: url(images/1/bg-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.features__item {
    border-right: 1px solid var(--tg-border-2);
    border-bottom: 0px solid var(--tg-border-2);
}

section.testimonial__area-three {
    background: url(images/1/bg-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer__bottom-two {
    background: #4f311b;
}
.project__thumb-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background: #fecc00;
    opacity: 0.9;
    border-radius: 15px;
    transition: all 0.4s ease-out 0s;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--tg-heading-font-family);
    color: #fecc00;
    margin-top: 0px;
    font-weight: var(--tg-fw-bold);
    line-height: var(--tg-heading-line-height);
    text-transform: unset;
}
@media(min-width:992px){
.project__content-three {
    width: 392px;
    background: #724423;
    border-radius: 15px;
    padding: 60px 60px;
    position: absolute;
    left: 105px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}
}
.btn-two {
    background: #fecc00;
}
.about__img-wrap-two::before {
    content: "";
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 135px;
    height: 100%;
    background: #724423;
    border-radius: 10px;
    z-index: -1;
}
.about__img-wrap-two>img {
    border-radius: 10px;
    border-left: 4px solid #fecc00;
}
.fw-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: #fecc00;
}
.tgmenu__nav .logo img {
    max-height: 69px;
}
.tgmobile__menu .nav-logo img {
    max-height: 50px;
}
.request__content-two {
    background: #724423;
    padding: 60px 60px;
    border-radius: 15px;
}
.request__phone .icon {
    font-size: 36px;
    line-height: 0;
    color: #fecc00;
}
.offCanvas__logo img {
    max-height: 60px;
}
.section-title .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    color: #fecc00;
    margin-bottom: 12px;
}
.testimonial__rating {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 18px;
    color: #fecc00;
    margin-bottom: 20px;
}
.testimonial-info {
    color: #fecc00;
    margin-bottom: 20px;
}