.borderradius{
    border-radius: 15px !important;
}
.justify{
    text-align: justify;
}
.about_left_side .experience-box {
    position: absolute;
    top: 60px;
    left: 0;
    max-width: 250px;
    width: 100%;
    height: auto;
    padding: 24px 30px;
    /* Removed the old background color */
    background: hsla(235, 67%, 31%, 1);
    background: linear-gradient(135deg, hsla(235, 67%, 31%, 1) 0%, hsla(234, 26%, 59%, 1) 100%);
    background: -moz-linear-gradient(135deg, hsla(235, 67%, 31%, 1) 0%, hsla(234, 26%, 59%, 1) 100%);
    background: -webkit-linear-gradient(135deg, hsla(235, 67%, 31%, 1) 0%, hsla(234, 26%, 59%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#1A2283", endColorstr="#7B80B1", GradientType=1 );
}
.style_2 h2.sec_title span {
    color: hsla(235, 67%, 31%, 1); /* Choose the desired color */
    font-weight: 500;
}
.sec_title {
    white-space: nowrap !important; /* Default behavior */
}

@media (max-width: 768px) { /* Adjust the max-width as needed */
    .sec_title {
        white-space: normal !important; /* Change to normal on mobile */
    }
}


@media (max-width: 768px) { /* Adjust the max-width as needed */
    * {
        margin: 0px;
        padding: 0px;
        border: none;
        outline: none;
        font-size: 114%;
        line-height: inherit;
    }
}
.about_left_side .shape_bg {
    position: absolute;
    top: 0;
    left: -100px;
    width: 470px;
    height: 470px;
    content: '';
    z-index: -1;
    border-radius: 235px;
    background-image: linear-gradient(0deg, #929a9a 0%, #f4f6f5 100%);
}
.rounded-image {
    border-radius: 5px; /* Adjust the value as needed */
    overflow: hidden; /* Optional, helps if the image is larger than the container */
}
.chooseus_title1 {
    font-size: 22px;
    line-height: 30px;
    color: #140b2b;
    font-weight: 600;
    font-family: "Inter";
}
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}
.fontsize{
    font-size: 28px !important;
    font-weight: 500 !important;
    /* margin-right: 130px !important; */
}
.home_twelve_courses .sec_title_wrap p {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: end;
}
.link_btn a {
    display: inline-block;
    padding: 7px 17px;
    border: 2px solid transparent;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, hsla(235, 67%, 31%, 1) 0%, hsla(234, 26%, 59%, 1) 100%);
    transition: all 0.3s ease;
}

.link_btn a:hover {
    background: linear-gradient(135deg, hsla(234, 26%, 59%, 1) 0%, hsla(235, 67%, 31%, 1) 100%); /* Reverse gradient on hover */
    color: #fff; /* Keep text color white on hover */
}
.home_twelve_business .bg_layer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.75;
    mix-blend-mode: multiply;
    
    /* New gradient background */
    background: linear-gradient(225deg, hsla(235, 67%, 31%, 1) 0%, hsla(234, 26%, 59%, 1) 100%);
    background: -moz-linear-gradient(225deg, hsla(235, 67%, 31%, 1) 0%, hsla(234, 26%, 59%, 1) 100%);
    background: -webkit-linear-gradient(225deg, hsla(235, 67%, 31%, 1) 0%, hsla(234, 26%, 59%, 1) 100%);
    
    /* For older IE */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a2283", endColorstr="#7b80b1", GradientType=1);
}

.home_twelve_business .bg_layer_2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.75;
    mix-blend-mode: multiply;

    /* New gradient background */
    background: linear-gradient(225deg, hsla(235, 67%, 31%, 1) 0%, hsla(234, 26%, 59%, 1) 100%);
    background: -moz-linear-gradient(225deg, hsla(235, 67%, 31%, 1) 0%, hsla(234, 26%, 59%, 1) 100%);
    background: -webkit-linear-gradient(225deg, hsla(235, 67%, 31%, 1) 0%, hsla(234, 26%, 59%, 1) 100%);
    
    /* For older IE */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a2283", endColorstr="#7b80b1", GradientType=1);
}
.home_twelve_courses {
    padding: 100px 0;
    /* background: linear-gradient(90deg, rgba(240, 235, 252, 1) 35%, rgba(253, 233, 248, 1) 100%); */
    background: #f1f4fd;

}
.home_twelve_business .bg_layer {
    position: absolute;
    width: 102%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.specializing-section {
    background-image: linear-gradient(90deg, var(--theme-color) 0%, #140b2b 50%);
    background-image: url(../images/services/3.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
    background-position: right center;
}
.about_us_block_21 {
    border-left: 3px solid hsla(235, 67%, 31%, 0);
    padding-left: 15px;
}
.about_us_block_22 {
    border-left: 3px solid hsl(235, 67%, 31%);
    padding-left: 15px;
}
.specializing-section .sec_desc {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Heebo";
}
.industries_sec_18:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 340px;
    content: '';
    z-index: -1;
    background-color: #ffffff;
}
.industries-tab-buttons .industries-tab-btn {
    position: relative;
    font-size: 20px;
    color: #1a2384;
    font-weight: 600;
    font-family: "Inter";
    height: 76px;
    line-height: 76px;
    transition: all .5s;
    border-bottom: 1px solid #ebe3ec;
}
.industries_tab_content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-radius: 20px;
    padding: 35px 38px;
    background-image: linear-gradient(0deg, #1a2384 0%, rgba(51, 23, 55, 0) 75%, rgba(51, 23, 55, 0) 100%);
}
a.read_more_1_btn:hover span {
    background-color: var(--theme-color);
    color: #ffff;
}
.review-section {
    position: relative;
    background: #ffffff;
    border-bottom: 0px solid #d6d6d6;
}
h2.sec_title {
    font-size: 48px;
    line-height: 58px;
    color: #000000;
    font-weight: 600;
    font-family: "Inter";
    margin-bottom: 10px;
}


@media (max-width: 768px) {
    .why_choose_13_outer_box {
        display: flex;
        flex-direction: column;
    }
    
    .choose_us_block_2 {
        width: 100%;
        margin-bottom: -51px;
    }

    
    .content_box {
        text-align: center;
    }
    
    .icon_box {
        margin-bottom: 10px;
    }
    .choose_us_block_2 {
        padding: 45px 50px;
        border-right: 1px solid #ebe5e5;
    }
    .why_choose_13 {
        border-top: 1px solid #ebe5e5;
    }
    .choose_us_block_2 {
        padding: 45px 50px;
        border-right: 1px solid #ebe5e5;
    }
    .choose_us_block_2 {
        padding: 45px 50px;
        border-right: 1px solid #ebe5e5 !important;
    }
    
}


.service-section-two .services_block_title_box {
    position: absolute;
    top: 175px;
    left: 30px;
    display: flex;
    gap: 15px;
    transition: all 10000000000000000000000000000000000000ms ease;
}



.gray_bg {
    background: #f1f4f3;
}


@media only screen and (max-width: 768px) {
    .img1 {
        display: inline-block;
        max-width: 385px;
        height: 500px;
    }
    .about_left_side .experience-box {
        position: absolute;
        top: 332px;
        left: 0;
        max-width: 250px;
        width: 100%;
        height: auto;
        padding: 24px 30px;
        background: hsla(235, 67%, 31%, 1);
        background: linear-gradient(135deg, hsla(235, 67%, 31%, 1) 0%, hsla(234, 26%, 59%, 1) 100%);
        background: -moz-linear-gradient(135deg, hsla(235, 67%, 31%, 1) 0%, hsla(234, 26%, 59%, 1) 100%);
        background: -webkit-linear-gradient(135deg, hsla(235, 67%, 31%, 1) 0%, hsla(234, 26%, 59%, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#1A2283", endColorstr="#7B80B1", GradientType=1 );
    }
    .work_procedure_icon_box {
        position: absolute;
        width: 80px;
        height: 80px;
        top: 24px;
        right: 1px;
        text-align: center;
        line-height: 80px;
        background-color: white;
        border-radius: 4px;
        filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.1));
    }
}
@media (max-width: 767px) {
    h2.sec_title {
        font-size: 43px;
        line-height: 58px;
        color: #000000;
        font-weight: 600;
        font-family: "Inter";
        margin-bottom: 10px;
    }
}



.services_block_2 {
    border-radius: 10px; 
    overflow: hidden; 
    transition: box-shadow 0.3s ease; 
}

.services_block_2:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 
}




.page-title .content-box h1 {
    position: relative;
    display: block;
    font-size: 58px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
    text-align: left;
    margin-bottom: 115px;
}
@media only screen and (max-width: 767px) {
    .page-title .content-box h1 {
        position: relative;
        display: block;
        font-size: 41px;
        line-height: 70px;
        color: #ffffff;
        font-weight: 700;
        font-family: "Inter";
        text-align: left;
        margin-bottom: 115px;
    }
}


.home_eight_facts_section .bg_layer {
    background: -webkit-linear-gradient(0deg, rgba(5, 14, 121, 0.9) 5%, #050e79ba) !important;
}

.pt_100 {
    padding-top: 0px;
}
.team_block_2 .image-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    z-index: 1;
    transition: .5s;
    background-image: linear-gradient(180deg, #2937dd 0%, #070f6447 100%);
}


@media only screen and (max-width: 768px) {
    .case_studies_section .slider__pagination3 .swiper-pagination-bullet:last-child::before {
        position: absolute;
        left: -28px;
        top: -15px;
        content: "/0" counter(slides-num);
        display: inline-block;
        font-size: 20px;
        color: #aea9a9;
        font-weight: 600;
    }

    .about_tow_team_sec .swiper-container {
        overflow: visible;
        left: 4px !important;
    }

    .case_studies_section .slider__pagination3 .swiper-pagination-bullet::after {
        position: absolute;
        left: -52px;
        top: -15px;
        content: "0" counter(slides-num);
        display: inline-block;
        font-size: 22px;
        color: var(--theme-color);
        font-weight: 600;
        font-family: 'inter', sans-serif;
        opacity: 0;
        transition: all 500ms ease;
    }

    .about_tow_team_sec.case_studies_section .slider__pagination3 {
        left: 57px;
        width: calc(100% - 135px);
    }

    .case_studies_section .cause-slider-nav .cause-slider-control.slider-button-prev3 {
        margin-right: 0px;
    }
    .prgoress_indicator {
        position: fixed;
        right: 8px;
        bottom: 29px;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        border-radius: 50px;
        box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
        z-index: 10000;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transform: translateY(15px) !important;
        transition: all 200ms linear !important;
    }
}
@media (max-width: 768px) {
    .choose_us_block_2 {
        padding: 51px 66px;
    }
}




.img33 {
    display: inline-block;
    max-width: 175px;
    height: auto;
}
@media (min-width: 768px) {
    .row > * {
        padding: 30px 14px !important;
    }
}


.industry-section .read_more_1_btn i {
    position: absolute;
    bottom: -30px;
    right: -171px;
    font-size: 50px;
    transition: 0.5s;
    color: #00000054;
    transition: all 500ms ease;
}



.footer-style-15 .widget-section {
    padding-bottom: 0px !important;
    border-bottom: 1px solid #2b292c !important;
}
.footer-style-15 .footer-top {
    position: relative !important;
    padding: 17px 0px 2px 0px !important;
}

.page-title.style_2 {
    padding-bottom: 5px;
    padding-top: 93px;
}
.about_us {
    padding: 15px 0;
}

h2.sec_title span {
    color: hsl(235, 67%, 31%);
    font-weight: 500;
}
/* CSS to hide the video box inner on mobile screens */
.video_box_inner {
    display: block; /* Show by default */
}

/* Hide video box inner only on mobile screens (up to 768px) */
@media (max-width: 768px) {
    .video_box_inner {
        display: none; /* Hide on mobile */
    }
    .about_us .image_box figure.bg_img {
        margin-left: 7px;
    }
}
@media only screen and (max-width: 768px) {
    .auto-container {
        position: static;
        max-width: 100%;
        padding: 30px 15px;
        margin: 0 auto;
    }
}




.choose_us span {
    font-size: 46px;
    color: #070f64;
    position: relative;
}

.pb_80 {
    padding-bottom: 0px;
}

.gray-bg-5 {
    background-color: #d7d0cb6b !important;
}
.video_box {
    position: absolute;
    left: -56px;
    bottom: -1px;
}
@media (min-width: 768px) {
    .row > * {
        padding: 16px 14px !important;
    }
}
.page-title.style_2 .content-box h1 {
    color: #070f64;
    margin-bottom: 50px;
}

@media only screen and (max-width: 500px) {
    br {
        display: block;
    }
    
}
@media (max-width: 768px) {
    .accordion-box.style__3 .accordion .acc-btn h4 {
        font-size: 17px;
        line-height: 50px;
        color: #070f64;
        font-weight: 600;
        font-family: "Inter";
    }
}

@media (max-width: 768px) {
    .swiper-container {
        width: 380px !important;
        margin-right: 30px !important;
    }
    .highlights-slider-nav {
        position: absolute;
        right: -7px;
        top: -70px;
        display: flex;
        align-items: center;
        gap: 20px;
    }
}

@media( max-width: 768px){
    .highlights_sub_title {
        display: block;
        margin-right: 233px !important;
        white-space: nowrap;
    }
}



