:root {
    --tj-heading-secondary: #345E4F;
    --tj-theme-primary: #345E4F;
    --tj-theme-1: #de2021;
    --tj-theme-5: #345E4F;
}






.footerLogo {
    max-width: 294px;
    margin-bottom: 13px;
}


.footer__contact-list1 .info-contact1 {
    margin-bottom: 20px;
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.footer__form .footer__form_dec p {
    color: var(--tj-common-white);
    max-width: 400px;
    width: 100%;
}

.video-wrapper.video-1 .video-right {
    margin-top: 0px;
}

.video-wrapper .service-content .content {
    max-width: 650px;
    width: 100%;
}

.working_process-wrapper .single-process {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-top: 20px;
    padding-bottom: 30px;
}


.contact-wrapper .contact-widget {
    position: relative;
    margin-top: 0px;
    background: var(--tj-common-white);
    box-shadow: 0px 0px 35px 0px var(--tj-shadow-5);
    padding: 100px;
    margin-bottom: 30px;
}



.navIcon{
    margin-right: 60px;
}



@media only screen and (max-width: 955px) {
    .navIcon{
        margin-right: 0px;
    }
}
@media only screen and (max-width: 768px) {
    .contact-wrapper .contact-widget {
        padding: 18px;
    }
}


.geeks {
    overflow: hidden;
}

.geeks img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.geeks:hover img {
    transform: scale(1.05);
}


.about__content {
    border-bottom: none;
    padding-bottom: 20px;
}

.tj-team-details-left {
    margin-right: 0px;
    margin-bottom: 30px;
}


.prodTile{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.prodName{
    padding: 20px 20px;
}

#logoImg{
    max-width: 300px;
}


.cta-wrapper .cta-btn::after {
    content: "";
    clear: both;
    position: relative;
    width: 242.98px;
    height: 450px;
    right: -40px;
    top: -200px;
    background: var(--tj-heading-secondary);
    transform: rotate(27.16deg);
}


.breadcrumb-wrapper::before {
    display: none;
}


.breadcrumb-wrapper .title {
    margin-top: 35px;
    color: var(--tj-common-white);
    font-size: 55px;
    font-weight: var(--tj-fw-bold);
    margin-bottom: 0;
    width: fit-content;
    background-color: #0000009c;
    padding: 12px 12px;
}


@media only screen and (min-width: 768px) {
    .working_process-wrapper .single-process{
        height: 580px;
    }
}
@media only screen and (min-width: 992px) {
    .superior_service-wrapper .single-quality.single-quality-2 {
        height: 300px;
    }
    .prodTile {
        height: 634px;
        margin-bottom: 40px;
    }
}



header .logo a img {
    width: 150%;
}

img {
    max-width: 150%;
}


.superior_service-wrapper .single-quality .tj-content p {
    max-width: 200%;
}


.section-padding {
    padding-bottom: 0px;
}

.footer__contact-list .info-contact i {
    color: white;
}


.contact-wrapper .contact-widget {
    padding: 61px;
}


.video-wrapper.video-1 {
    background-color: #345E4F;
}

.video-right::after {
    background-color: #345E4F;
}