.footer-copyright-con{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.text-line-count-7{
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7 !important;
}
#swiper-wrapper-23a3c77eb292ed9e{
    /*display:none !important;*/
}
/*.tj-testimonial-section-3 .author-header .designation{
    white-space: nowrap;
    display: inline-block;
    text-align: center;
}
.tj-testimonial-section-3 .author-header{
    width:100% !important;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    inset-inline-start: 0% !important;
}

.tj-testimonial-section-3 .author-header *{
    width:100%;
 white-space: nowrap;
}*/


.home-support-icon-elmt{
    width: 100%;
    height: auto;
    max-width: 150px;
    aspect-ratio: 1 / 1;
}

.sub-title-light{
    color:white !important;
}
.tji-box-light{
    color:white !important;
}

.tj-footer-section.footer-3 .footer-widget ul li a,
.footer-contact-info .contact-item span,
.footer-widget .footer-text p{
    color:white !important;
}

.team-item-wrap .team-item-inner p{

}

.text-center{
    text-align: center;
}

.inner-page-body{

}

.page-header-overlay:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
}

.mg-btm-0{
    margin-bottom: 0px !important;
}
.mg-btm-120{
    margin-bottom: 120px !important;
}

.industrypg-item-p-elmt{
    margin-top: 10px;
}

.industrypg-item-sec{
    
}
.industrypg-item-sec .project-text{
    margin-top: 0px !important;
}
.industrypg-item-sec .industrypg-item-p-elmt{
    margin-bottom: 0px !important;
}

@media(min-width:992px){
    .service-wrapper.service-wrapper-home-pg-sec .service-content-wrap .service-content .desc {
        max-width: 600px;
    }
    .service-wrapper.service-wrapper-home-pg-sec .service-item .service-icon {
        width: 120px;
        height: 120px;
    }
}
@media(min-width:992px) and (max-width:1025px){
    .service-wrapper.service-wrapper-home-pg-sec .service-content-wrap .service-content {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .service-wrapper.service-wrapper-home-pg-sec .service-content-wrap .service-content .desc {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}
@media(min-width:668px){
    .solution-pg-content-sec {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .solution-pg-content-sec > div {
        width: 100%;
        max-width: calc(50% - 8px);
        height: stretch;
    }
}
@media(max-width:667px){
    .solution-pg-content-sec {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .solution-pg-content-sec > div {
        width: 100%;
        max-width: calc(100% - 0px);
        /*height: stretch;*/
    }
}