.justify{
    text-align: justify;
}
.services-bg-text h2 {
    font-size: 150px;
    line-height: 110px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Inter";
    color: #ffffff96;
}
.video_box {
    position: absolute;
    left: -4px;
    bottom: -5px;
}
.services {
    position: relative;
    padding: 100px 0;
    background: url(../../assets/images/services/5.jpg);
    background-size: cover;
}
/* Default style for larger screens */


/* Style for mobile view */
@media (max-width: 767px) { 
    .sec_title {
        white-space: normal !important; 
    }
    .about_us .image_box figure.bg_img {
        margin-left: 1px;
    }
}
.client_logo_row img {
    margin: 0 60px 40px;
    transition: .5s;
    filter: none;
    opacity: 1;
}

.service-home-10 .active-btn .services_block_2 {
    opacity: 0.7;
}
.services .lower_box {
    padding: 0px 125px;
}



/* about Us */

.page-title .bg-layer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(54, 51, 130, 0);
    background: linear-gradient(90deg, rgba(54, 51, 130, 0) 0%, rgba(238, 89, 43, 0) 100%);    
}
.business-innovation-section .author_box {
    display: inline-flex;
    border-right: 1px solid #e5e8e7;
    padding-right: 31px;
    margin-right: 20px;
}
@media only screen and (max-width: 575px) {
    .choose_us_awards {
        width: 100%;
        display: none;
    }
    .choose_us_block_one h4 {
        position: relative;
        display: flex;
        font-size: 21px;
        line-height: 50px;
        color: #ffffff;
        font-weight: 600;
        font-family: "Inter";
        margin-bottom: 18px;
    }
    .phonenumber{
        font-size: 25px !important;
        margin-left: -71px !important;
    }
    .phonenumber1{
        font-size: 27px !important;
        margin-left: -71px !important;
    }
    .about_author_box {
        display: flex;
        gap: 9px;
        align-items: center;
    }
    .business-innovation-section .author_box {
        display: inline-flex;
        border-right: 1px solid #e5e8e7;
        padding-right: 20px;
        margin-right: 13px;
    }
}
.page-title {
    position: relative;
    overflow: hidden;
}

.page-title .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Black overlay */
.page-title .bg-layer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
}
figure {
    margin: 34px 0 1rem;
}
.about_image-box .round-box-content .inner-icon {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-color: #ef582a00;
    text-align: center;
    line-height: 120px;
    position: absolute;
    top: 30px;
    left: 30px;
}
/* Hide round-box-content on mobile */
@media (max-width: 767px) {
    .round-box-content {
        display: none !important;
    }
}
.news-block-two .image-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    transition: .5s;
    background-color: #e9e9ee00;
    transform: scaleY(.7);
    opacity: 0;
}
@media only screen and (max-width: 575px) {
    span.about_tag_text {
        font-size: 48px !important;
    }
}
@media only screen and (max-width: 1200px) {
    span.about_tag_text {
        left: 20px !important
    }
    span.about_tag_text {
        font-size: 48px;
        line-height: 56px !important;
        text-transform: uppercase;
        color: #d9dce9;
        font-weight: 700;
        font-family: "Inter";
        position: absolute;
        top: 10px;
        left: 200px;
    }
}
.about_sec1 {
    padding-bottom: 56px;
}
.pb_100 {
    padding-bottom: 11px;
}
