:root {
    --body-color: #d5ddf8;
    --color-white: #fff;
    --color-black: #000;
    --text-color: #001b4c;
    --fire-color: #3f33bb;
    --border-card: rgba(170, 170, 170, 1);
    --color-new-black: rgba(68, 68, 68, 1);
}

.blog_empty_text {
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    font-style: italic;
}

#Our_Services .services_card_wrap .details ul li {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-white);
    font-weight: 400;
    list-style: disc;
}

#services_wrap .Coaching .title ul {
    text-align: center;
}

#services_wrap .Coaching .title ul li {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    list-style: disc;
    /* text-align: left; */
}

#services_banner {
    background: linear-gradient(90deg, rgba(63, 51, 187, 0.8) 0%, rgba(12, 131, 209, 0.8) 100%);
    height: 340px;
    position: relative;
}

#services_banner .title {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

#services_banner .title h1 {
    color: var(--color-white);
    font-size: 64px;
    font-weight: 700;
}

#hr_section {
    padding: 40px 0px;
}

#hr_section .flex_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#hr_section .flex_section .text_box {
    max-width: 650px;
    width: 100%;
}

#hr_section .flex_section .text_box h2 {
    color: var(--color-black);
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 10px;
}

#hr_section .flex_section .text_box p {
    color: var(--color-black);
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

#hr_section .flex_section .img_box {
    max-width: 650px;
    width: 100%;
}

#hr_section .flex_section figure {
    margin: 0;
}

#hr_section .flex_section figure img {
    width: 100%;
    height: 500px;
    border-radius: 12px;
    object-fit: cover;
}

.Coaching {
    padding: 40px 0;
    background-color: white;
}

.Coaching .title {
    padding-bottom: 20px;
    text-align: center;
}

.Coaching .title h2 {
    color: var(--color-black);
    font-size: 48px;
    font-weight: 700;
}

.Coaching .flex_box_coaching .box_life .title_box img {
    height: 100px;
    width: 110px;
}

.Coaching .title p {
    color: var(--color-black);
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

.Coaching .flex_box_coaching {
    display: flex;
    gap: 60px;
}

.Coaching .flex_box_coaching .box_life {
    max-width: 815px;
    /* width: 100%; */
    width: 50%;
    padding: 32px;
    background: rgba(224, 229, 255, 1);
    border-radius: 8px;
    min-height: 500px;
    margin: 0 auto;
}

.Coaching .flex_box_coaching .box_life .title_box {
    text-align: center;
}

.Coaching .flex_box_coaching .box_life .title_box h6 {
    color: var(--color-black);
    font-size: 32px;
    font-weight: 600;
    padding: 10px 0px;
}

.Coaching .flex_box_coaching .box_life p {

    font-size: 20px;
    color: var(--color-black);
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    line-clamp: 12;
    -webkit-box-orient: vertical;
}

.Coaching .flex_box_coaching .box_life .explore {
    text-align: center;
    padding-top: 20px;
    margin: 20px auto;
}

.Coaching .flex_box_coaching .box_life .explore a {
    background-color: var(--fire-color);
    color: var(--color-white);
    border: 2px solid var(--fire-color);
    font-weight: 500;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 5px;
    display: inline-block;
}

.Coaching .flex_box_coaching .box_life .explore a:hover {
    background-color: unset;
    color: var(--fire-color);
    transition: all 500ms ease-in;
}

#services_img {
    height: 360px;
    background-size: cover;
    margin-top: 40px;
}

#services_wrap {
    background-color: var(--color-white);
}

/* coaching_css_start */

.Coaching .title {
    text-align: center;
}

.Coaching .title h1 {
    color: var(--color-black);
    font-size: 48px;
    font-weight: 700;
}

.Coaching .flex_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.Coaching .flex_box .box_success {
    max-width: 405px;
    min-height: 375px;
    width: 100%;
    background: rgba(15, 117, 225, 0.2);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.Coaching .flex_box .box_success:hover {
    background: rgba(15, 117, 225, 0.1);
    transition: all .3s ease-in;
    cursor: pointer;
}

.Coaching .flex_box .coaching_box_bg {
    background: rgba(15, 117, 225, 0.4);
}

.Coaching .flex_box .coaching_box_bg:hover {
    background: rgba(15, 117, 225, 0.5);
    transition: all .3s ease-in;
    cursor: pointer;
}

.Coaching .flex_box .box_success figure {
    width: 100px;
    height: 75px;
    margin: 0;
    background: var(--body-color);
    text-align: center;
    position: relative;
}

.Coaching .flex_box .box_success figure::after {
    border-top-left-radius: 50px;
    width: 95px;
    height: 70px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    background-color: #eef2ff;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.Coaching .flex_box .box_success .content {
    padding: 0px 20px;
    margin-top: 60px;
}

.Coaching .flex_box .box_success .content h6 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: var(--color-black);
    min-height: 53px;
}

.Coaching .flex_box .box_success .content p {
    font-weight: 400;
    font-size: 18px;
    color: var(--color-black);
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.Coaching .flex_box .box_success img {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 1;
    margin: 12px;
}

.business_main_section {
    background: #e3e9ff;
}

.business_main_section .flex_box .box_success figure {
    background: #e3e9ff;
}

.business_main_section .business_heading {
    margin-top: unset !important;
}

#bg_coaching {
    height: 365px;
    background-size: cover;
    background-position: center;

}
    #hr_section {
        background-color: white;
    }

/* responsive start */
@media(max-width:1706.67px) {
    #services_banner {
        height: 300px;
    }

    #services_banner .title h1 {
        font-size: 54px;
        line-height: 64px;
    }

    .Coaching .title h1 {
        font-size: 35px;
    }

    #hr_section .flex_section {
        gap: 40px;
    }

    .Coaching .flex_box_coaching {
        gap: 40px;
    }

    .Coaching .flex_box .box_success .content {
        margin-top: 30px;
    }

    #hr_section {

        padding-bottom: 0;
    }

    #hr_section .flex_section .text_box h2 {
        font-size: 35px;
        line-height: 44px;
    }


    #hr_section .flex_section .text_box p,
    .Coaching .title p {
        font-size: 18px;
        line-height: 26px;
    }

    #hr_section .flex_section figure img {
        height: 400px;
    }

    .Coaching .title h2 {
        font-size: 35px;
        line-height: 60px;
    }

    .Coaching .flex_box {

        margin-bottom: 0;
    }

    .Coaching .flex_box_coaching .box_life .title_box h6 {
        font-size: 28px;
        padding-top: 10px;
    }

    .Coaching .flex_box_coaching .box_life p {
        padding-top: 10px;
        font-size: 18px;
        line-height: 26px;
    }

    .Coaching .flex_box_coaching .box_life .explore a {

        padding: 8px 10px;
    }

    .Coaching .flex_box_coaching .box_life .explore {
        margin: 0;
    }

    #services_img {
        margin-top: 0px;
    }

    .Coaching .flex_box .box_success .content h6 {
        font-size: 22px;
    }

    .Coaching .flex_box .box_success .content p {
        font-size: 17px;
        line-height: 26px;
    }
}

@media(max-width: 1200px) {
    .Coaching .flex_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .Coaching .flex_box .box_success {
        max-width: 100%;
    }
}

@media(max-width: 1024px) {
    .Coaching .flex_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .Coaching .flex_box .box_success {
        max-width: 100%;
    }

    #hr_section .flex_section {
        display: grid;
        gap: 24px;
        justify-content: center;
    }

    #hr_section .flex_section figure img {
        height: 350px;
    }

    #bg_coaching,
    #services_img {
        height: 200px;
    }
}

@media(max-width:992px) {

    .Coaching .flex_box_coaching {
        display: grid;
        gap: 40px;
    }

    #services_banner {
        height: 250px;
    }
}

@media(max-width: 768px) {
    #services_banner {
        height: 200px;
    }

    .Coaching .title h1 {
        font-size: 30px;
        line-height: 30px;
    }

    #hr_section .flex_section .text_box p {
        font-size: 16px;
    }

    .Coaching .flex_box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .Coaching .flex_box_coaching .box_life .title_box h6 {
        font-size: 24px;
    }

    .Coaching .flex_box .box_success img {
        width: 40px;
        height: 50px;
        padding-top: 10px;
    }

    #services_banner .title h1 {
        font-size: 42px;
    }

    #hr_section .flex_section .text_box h2 {
        font-size: 32px;
    }

    #hr_section .flex_section .text_box p {
        font-weight: 400;
        line-height: 28px;
    }

    .Coaching .title h2 {
        font-size: 32px;
    }

    .Coaching .flex_box_coaching .box_life p {
        font-size: 16px;
        text-align: justify;
        padding-top: 0;
    }

    .Coaching .title p {
        font-size: 16px;
        text-align: justify;
    }

    #hr_section {
        padding: 20px 0px;
    }

    .Coaching {
        padding: 20px 0;
    }

    #services_img {
        margin-top: 30px;
    }
    
}
@media(max-width:992px){
.Coaching .flex_box_coaching .box_life{
        width: 100%;
    }
}


@media(max-width:575px) {
    #services_banner {
        height: 140px;
    }

    #services_banner .title h1 {
        font-size: 32px;
        line-height: 32px;
    }

    #hr_section .flex_section {
        gap: 15px;
    }

    #hr_section .flex_section .text_box h2,
    .Coaching .title h2 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 0;
    }

    #hr_section .flex_section figure img {
        height: 200px;
    }

    .Coaching .title h1 {
        font-size: 24px;
    }

    .Coaching .flex_box_coaching .box_life {
        padding: 20px;
    }

    .Coaching .flex_box .box_success {
        min-height: 300px;
    }


    .Coaching .flex_box_coaching .box_life .title_box h6 {
        font-size: 20px;
    }

    .Coaching .flex_box_coaching .box_life .title_box img {
        height: 80px;
        width: 85px;
    }

    .Coaching .title p {
        text-align: left;
        margin-top: 10px;
    }

    .Coaching .flex_box_coaching .box_life p {
        padding-top: 0;
    }

    .Coaching .flex_box_coaching .box_life .explore {

        padding-top: 10px;
    }

    #services_img {

        margin-top: 10px;
    }

    .Coaching .flex_box .box_success .content {

        margin-top: 20px;
    }

    .Coaching .flex_box .box_success .content h6 {
        min-height: 25px;
        font-size: 20px;
    }

    
}


/* responsive end */