.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: 0px solid #ebe5e5;
    }
    .why_choose_13 {
        border-top: 0px solid #ebe5e5;
    }
}


.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); 
}


.handle-preloader .animation-preloader .spinner {
    animation: spinner 6s infinite linear;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 45px auto;
    width: 150px;
}




.chooseus_block_02:hover .chooseus_title a {
    color: #1540a1;
}
