/* @import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap"); */

/* @import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Caladea:ital,wght@0,400;0,700;1,400;1,700&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    /* font-family: "Space Grotesk", sans-serif; */
     /* font-family: "Sora", sans-serif; */
       font-family: "Jost", sans-serif;
    font-size: 18px;
}

html{
    scroll-behavior: smooth;
}

body {
    font-size: 18px;
    line-height: 1.5em;
    /* color: #000; */
    color: #000;
}

h1 {
    font-size: 72px !important;
    font-weight: 500 !important;
    line-height: 1.2em !important;
}

h2 {
    font-size: 48px !important;
    font-weight: 500 !important;
    line-height: 1.2em !important;
}

h3 {
    letter-spacing: -0.5px !important;

    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 1.2em !important;
}

h4 {
    letter-spacing: -0.2px !important;

    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 1.2em !important;
}

h5 {
    letter-spacing: -0.2px !important;

    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.2em !important;
}

h6 {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.2em !important;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5em;
}

/* p,
a,
span,
ul,
li,
input {
  font-size: 16px;
} */

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

/* .gap {
    padding: 0px 80px;
} */

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    list-style-type: none;
}

.container {
    max-width: 1220px !important;
}

.about .main-header {
    background-image: none;
    min-height: fit-content;
}

.hr .main-header {
    background-image: linear-gradient(315deg, rgba(222, 68, 65, .6), rgba(158, 138, 253, .4) 25%, rgba(0, 0, 0, 0) 50%, rgba(40, 35, 63, 0) 81%, rgba(158, 138, 253, .3) 93%), linear-gradient(rgba(0, 0, 0, .3), rgba(255, 255, 255, 0) 29%, rgba(255, 255, 255, 0) 53%, rgba(0, 0, 0, .25)), linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/hr_page.jpg');
}

.water .main-header {
    background-image: linear-gradient(315deg, rgba(222, 68, 65, .6), rgba(158, 138, 253, .4) 25%, rgba(0, 0, 0, 0) 50%, rgba(40, 35, 63, 0) 81%, rgba(158, 138, 253, .3) 93%), linear-gradient(rgba(0, 0, 0, .3), rgba(255, 255, 255, 0) 29%, rgba(255, 255, 255, 0) 53%, rgba(0, 0, 0, .25)), linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/water_filter.jpg');
}

.coaching .main-header {
    background-image: linear-gradient(315deg, rgba(222, 68, 65, .6), rgba(158, 138, 253, .4) 25%, rgba(0, 0, 0, 0) 50%, rgba(40, 35, 63, 0) 81%, rgba(158, 138, 253, .3) 93%), linear-gradient(rgba(0, 0, 0, .3), rgba(255, 255, 255, 0) 29%, rgba(255, 255, 255, 0) 53%, rgba(0, 0, 0, .25)), linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/training-page-banner.png');
}

.upcoming .main-header {
    background-image: linear-gradient(315deg, rgba(222, 68, 65, .6), rgba(158, 138, 253, .4) 25%, rgba(0, 0, 0, 0) 50%, rgba(40, 35, 63, 0) 81%, rgba(158, 138, 253, .3) 93%), linear-gradient(rgba(0, 0, 0, .3), rgba(255, 255, 255, 0) 29%, rgba(255, 255, 255, 0) 53%, rgba(0, 0, 0, .25)), linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/up_coming.jpg');
}

.main-header {
    background-image: linear-gradient(315deg, rgba(222, 68, 65, .6), rgba(158, 138, 253, .4) 25%, rgba(0, 0, 0, 0) 50%, rgba(40, 35, 63, 0) 81%, rgba(158, 138, 253, .3) 93%), linear-gradient(rgba(0, 0, 0, .3), rgba(255, 255, 255, 0) 29%, rgba(255, 255, 255, 0) 53%, rgba(0, 0, 0, .25)), linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/consult.jpg');
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    min-height: 700px;
    display: flex;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

#navbar {
    background-color: #f5f5f55c;
    transition: background-color 0.3s;
    backdrop-filter: blur(3px);
}

.scrolled {
    background-color: white !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.scrolled .nav-link {
    color: #000 !important;
}

.about .nav-link {
    color: #000 !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 10px 80px !important;
}

/* .fixed-top {
    padding: 10px 80px;
} */

.logo {
    width: 220px;
}

.nav-link {
    color: #fff !important;
}

.top_banner_line h1 {
    color: #fff;
}

.top_banner_line p {
    color: #fff;
}

.top_banner_line {
    border-bottom: 1px solid #ffffff80;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.top_banner_line .button_arrow{
    margin: auto;
}

.hr .top_banner_line h4 {
    color: #fff;
}

.hr .top_banner_line {
    border-bottom: none;
}

.upcoming .top_banner_line h4 {
    color: #fff;
}

.coaching .top_banner_line h4 {
    color: #fff;
}

.coaching .top_banner_line {
    border-bottom: none;
}

.water .top_banner_line h4 {
    color: #fff;
}

.water .top_banner_line {
    border-bottom: none;
}

.button_arrow {
    display: flex;
    align-items: center;
    transition: 0.3s;
    width: fit-content;
}

.arow_button {
    color: #000;
    text-align: center;
    /* text-transform: lowercase; */
    background-color: rgba(48, 48, 192, 0);
    border: 1px solid rgba(175, 175, 175, .5);
    border-radius: 50px;
    padding: 10px 26px;
    font-size: 16px;
    transition: 0.3s;
    display: inline-block;
}

.arow_button.white_outline {
    border-color: white;
    color: white;
}

.button_arrow_element {
    background-color: #000;
    border-radius: 100px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    margin-left: -10px;
    display: flex;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: 0.3s;
}

.primary {
    background-color: #4872b8 !important;
}

.button_arrow:hover {
    align-items: baseline;
}

.button_arrow:hover .button_arrow_element {
    transform: translate3d(10px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.clients-pics-wrapp-banner {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    text-align: right;
    flex-direction: row;
    align-items: center;
    width: auto;
    display: flex;
    float: inline-end;
}

.banner-3-number {
    color: white;
    margin-top: 0;
}

.text-white {
    color: white;
}

.avatars-wrapper {
    flex-direction: row;
    margin-bottom: 10px;
    display: flex;
}

.avatars-wrapper.banner-three-style,
.avatars-wrapper.no-spacing {
    margin-bottom: 0;
}

.avatars-image {
    object-fit: cover;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    margin-right: -12px;
}

.why_choose_us {
    padding-top: 110px;
}

.section-title {
    margin-top: 0;
    margin-bottom: 25px;
}

.no-margin {
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
    text-align:justify;
}

.coorporate {
    background-image: linear-gradient(41deg, rgb(55 59 123), rgba(255, 255, 255, 0) 72%), url(../images/coorporate.webp);
    background-position: center;
    background-repeat: no-repeat;
    height: 510px;
    margin-top: 30px;
    position: relative;
}

.coorporate {
    background-image: linear-gradient(41deg, rgb(72 114 184), rgba(255, 255, 255, 0) 72%), url(../images/coorporate.webp);
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
    border-radius: 20px;
}

.play-button-hover-home {
    z-index: 10;
    background-color: var(--white);
    color: var(--primary-dark);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    font-size: 16px;
    transition: all .3s;
    display: flex;
    position: absolute;
    left: auto;
    right: 45px;
    transform: scale(.85);
    bottom: 25px;
}

.play-button-hover-home:hover {
    background-color: #4872b8;
}

.play-icon svg {
    width: 20px;
    height: 20px;
    fill: #4872b8;
}

.play-button-hover-home:hover .play-icon svg {
    fill: #fff;
}

.video-overlay h4 {
    font-weight: 400;
    padding: 35px 20px;
}

.video-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.count_box {
    border-bottom: 1px solid #afafaf80;
    padding-bottom: 20px;
    margin-top: 30px;
}

.big-number {
    color: #4872b8;
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 500;
    line-height: 1em;
}

.solutions {
    padding-top: 110px;
}

.new_three_card {
    position: relative;
    margin-top: 30px;
}

.new_three_card p {
    font-size: 18px;
}

.new_three_card h5 {
    font-size: 28px !important;
}

.new_three_card img {
    width: 100%;
}

.inner_three_card {
    padding: 30px;
    background-color: #f5f5f5;
    top: 0;
}

.three_card {
    background-color: #efeffd;
    border-radius: 20px;
    justify-content: space-between;
    /* height: 100%; */
    padding: 30px;
    margin-top: 30px;
}

.solution-item-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.solution-category {
    border: 1px solid #000;
    color: #000;
    border-radius: 50px;
    padding: 8px 14px;
    line-height: 1em;
    transition: border .2s, background-color .2s, color .2s;
}

.solution-arrow {
    width: 40px;
    height: 40px;
    transition: transform .4s;
}

.solution-arrow:hover {
    transform: scale(.7) rotate(45deg);
}

.solutions-title {
    margin-top: 0;
    margin-bottom: 0;
    transition: color .3s;
    color: #000;
}

.solutions-title:hover {
    color: #4872b8;
}

.solutions-item-bottom {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 30px;
    display: flex;
}

.solutions-number-wrapper {
    width: 55%;
    overflow: hidden;
}

.solutions-number {
    color: #4872b8;
    margin-bottom: -46px;
    font-size: 100px !important;
}

.solutions-bottom-text {
    text-align: right;
    width: 45%;
    line-height: 1.2em;
}

.line__run {
    overflow: hidden;
}

.moving-text {
    white-space: nowrap;
    animation: moveText 9s linear infinite;
}

@keyframes moveText {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.cta-loop-item-wrapper {
    grid-column-gap: 40px;
    flex-direction: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.cta-info {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}

.cta-loop-text {
    color: #000;
    text-transform: uppercase;
    font-size: 52px;
    font-weight: 500;
    line-height: 1em;
}

.dot-wrapper {
    border: 1px solid #e5e5e5;
    border-radius: 100px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px;
    display: flex;
}

.dot {
    background-color: #4872b8;
    border-radius: 100px;
    width: 6px;
    height: 6px;
}

.dot.contact-cta {
    background-color: #4872b8;
    background-image: none;
    width: 16px;
    height: 16px;
}

.our_project {
    padding-top: 110px;
}

.project_one {
    margin-bottom: 30px;
}

.project_box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    height: 500px;
    border-radius: 20px;
    position: relative;
}

.project_box .solution-category {
    border: 1px solid #fff;
    color: #fff;
}

.product_content {
    z-index: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .4);
    /* border-radius: 20px; */
    /* min-height: 178px; */
    padding: 20px;
    position: absolute;
    bottom: 20px;
    width: 50%;
    border-radius: 10px;
}

.product_content h3 {
    color: #fff;
}

.product_content p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0px;
}


.product_content1 {
    z-index: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .4);
    /* border-radius: 20px; */
    /* min-height: 178px; */
    padding: 20px;
    position: absolute;
    bottom: 20px;
    width: 84%;
    border-radius: 10px;
}

.product_content1 h3 {
    color: #fff;
    font-size: 24px !important;
}

.product_content1 p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0px;
}

.faq {
    padding-top: 110px;
}

.accordion {
    margin-top: 20px;
}

#faq .card {
    margin-bottom: 10px;
    border: 1px solid rgba(175, 175, 175, .5);
    border-radius: 10px;
}

#faq .card .card-header {
    /* border: 0; */
    padding: 0;
    border-radius: 0;
}

#faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    color: #000;
    padding: 10px 20px;
    background-color: #fff;
    /* border: 1px solid #000; */
    border-radius: 0;
    border-bottom: none;
}

#faq .card .card-header .btn-header-link:after {
    content: "\2BC5";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#faq .card .card-header .btn-header-link.collapsed {
    background: #fff;
    border-radius: 0;
    color: #000;
    /* border: 1px solid #000; */
}

#faq .card .card-header .btn-header-link.collapsed:after {
    content: "\2BC6";
}

#faq .card .collapsing {
    background: #fff;
    line-height: 30px;
    /* border: 1px solid #000; */
    border-top: none;
}

#faq .card .collapse {
    border: 0;
}

#faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #000;
    /* border: 1px solid #000; */
    border-top: none;
}

.card-body {
    font-size: 16px;
    padding: 10px 20px !important;
}

.testimonial {
    padding-top: 110px;
}

.slider {
    /* height: 100px; */
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px* 14);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider .slide-track1 {
    animation: scroll1 40s linear infinite;
    display: flex;
    width: calc(250px* 14);
}

@keyframes scroll1 {
    0% {
        transform: translateX(calc(-250px * 7));

    }

    100% {
        transform: translateX(0);
    }
}

.slider .slide {
    height: 100px;
    width: 250px;
    filter: grayscale();
}

.test {
    background-color: #efeffd;
    height: 320px;
    width: 100%;
    margin-right: 20px;
    margin-top: 20px;
    padding: 30px;
    position: relative;
    transition: 0.5s;
    border-radius: 20px;
}

.test p i {
    color: #ffc015;
    margin-right: 5px;
}

.know {
    position: absolute;
    bottom: 30px;
    display: inline-flex;
}

.know p {
    margin: 0px;
}

.know img {
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    display: block;
}

.blog {
    padding: 110px 0px;
}

.blog .solution-category {
    border: 1px solid #fff;
    color: #fff;
}



.bg_blog_box {
    /* border: 1px solid #223066; */
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    position: relative;
    padding: 20px;
}

.blog__content {
    padding: 30px;
    position: absolute;
    bottom: 0;
}

.blog__content h4 {
    color: #fff;
    /* font-size: 22px; */
}

.blog__content p {
    color: #fff;
}

.blog_box {
    background-color: #fff;
    border: 1px solid rgba(175, 175, 175, .5);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.blog_box h6 {
    font-size: 18px;
    color: #223066;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
    /* margin-top: 20px; */
    line-height: 22px;
}

.blog_box p {
    color: #000;
}

.blog_box svg {
    width: 20px;
}

.footer {
    padding: 20px 0px 20px;
    background-color: #efeffd;
}

.footer img{
        width: 250px;
    margin-top: 1px;
}

.footer h2 {
    color: #000;
    font-size: 60px !important;
    margin-bottom: 30px;
}

.footer h6 {
    margin-top: 30px;
    font-weight: 600;
    font-size: 18px;
        margin-bottom: 28px;
}

.footer ul {
    list-style: none;
}

.footer ul li {
    margin-top: 10px;
}

.footer ul li a {
    color: #000;
    font-size: 16px !important;
    /* border-bottom: 1px solid #000; */
}

.footer p{
    text-align:justify;
}

.top_header ul {
    list-style: none;
    text-align: right;
    margin: 0px;
}

.top_header ul li {
    display: inline-flex;
    margin-left: 10px;
    font-size: 20px;
    margin-top: 0px;
}

.top_header ul li a {
    font-size: 18px;
}

.about_bg {
    padding-top: 100px;
}

.about_header {
    padding-top: 50px;
}

.round {
    border-radius: 20px !important;
}

.about_header h1 {
    font-size: 64px !important;
}

.about_header p {
    font-size: 20px;
    margin-top: 20px;
    color: #000;
    text-align:justify;
}

.about .slider {
    margin-top: 20px;
}

.about .slider .slide {
    height: fit-content;
    width: fit-content;
    filter: none;
    padding: 10px;
    border: 1px solid rgba(175, 175, 175, .5);
    border-right: none;
}

.about .slider .slide:last-child {
    border-right: 1px solid rgba(175, 175, 175, .5);
}

.about .slider .slide:hover {
    filter: none;
}

.about_idea {
    padding: 110px;
    background-color: #f6f6f6;
}

.about_idea h2 {
    font-size: 64px !important;
}

.about_idea h2 span {
    color: #223066; 
    font-size: 64px !important;
    text-decoration: underline;
}

.about .nav-item .button_arrow {
    border-left: 1px solid rgba(175, 175, 175, .5);
    padding-left: 20px;
    margin-left: 10px;
}

.width-full {
    width: 100%;
}

.about_idea p {
    font-size: 18px;
    color: #000;
    /* position: absolute; */
    bottom: 0px;
    margin: 0px;
}

.company {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(175, 175, 175, .5);
}

.about-us-v1-companies-numbers-grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: absolute;
    bottom: 0;
}

.about-us-v1-testimonial-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-left: 1px solid rgba(175, 175, 175, .5);
    flex-flow: column;
    padding-left: 16px;
    display: flex;
}

.text-style-h1 {
    letter-spacing: -.02em;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.2;
}

.body-neutral-medium.text-color-neutral-light {
    color: #000;
}

.approach-top {
    padding: 110px;
}

.approach_box {
    background-color: #efeffd;
    padding: 30px;
    border-radius: 20px;
    margin-top: 30px;
}

.approach_box p {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 20px;
}

.approach_box h3 {
    margin-bottom: 80px;
}

.approach_box1 {
    background-color: #efeffd;
    padding: 30px;
    border-radius: 20px;
    margin-top: 30px;
    height: 602px;
    position: relative;
}

.approach_box1 p {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 20px;
    position: absolute;
    bottom: 30px;
}

.approach_box1 h3 {
    margin-bottom: 80px;
}

.growth {
    padding: 110px 0px;
}

.growth h6{
    text-align:justify;
}

.services {
    padding-top: 110px;
    background-color: #f6f6f6;
}

.about-us-v2-focus-area-title-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.text-style-h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.text-style-h3 {
    letter-spacing: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}

.service__box {
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(175, 175, 175, .5);
    position: relative;
    transition: 0.5s ease;
    overflow: hidden;
    height: 300px;
}


.content1 {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    transition: bottom 0.7s ease;
    opacity: 0;
}

.service__box:hover .content1 {
    bottom: -40px;
    opacity: 1;
}

.width-80 {
    width: 80%;
}

.modal-body {
    padding: 0px !important;
}

.modal-body form {
    /* padding: 10px 20px; */
}

.modal-body h6 {
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(175, 175, 175, .5);
    margin-bottom: 10px;
    /* width: fit-content; */
}

.modal-body label {
    font-size: 12px;
    color: #000;
    background-color: #fff;
    padding: 0px 4px;
    font-weight: 600;
    margin: 0px;
    margin-left: 10px;
    margin-top: -8px;
    position: absolute;
}

.modal-body label span {
    font-size: 12px;
    color: red;
}

.modal-body input {
    border: 1px solid rgba(175, 175, 175, .5);
    outline: none;
    border-radius: 5px;
    width: 100%;
    padding: 10px 10px;
    padding-top: 12px;
    font-size: 16px;
}

.modal-body textarea {
    border: 1px solid rgba(175, 175, 175, .5);
    outline: none;
    border-radius: 5px;
    width: 100%;
    padding: 10px 10px;
    padding-top: 12px;
    font-size: 16px;
}

.modal-body button {
    color: #fff;
    text-align: center;
    /* text-transform: lowercase; */
    background-color: #000;
    border: 1px solid rgba(175, 175, 175, .5);
    border-radius: 5px;
    padding: 10px 26px;
    font-size: 16px;
    transition: 0.3s;
    margin-top: 10px;
}

.modal-body button:hover {
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
}


.modal-body p span {
    position: absolute;
    right: 6px;
    top: 7px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    /* border: 1px solid black; */
    padding: 5px;
    border-radius: 50%;
}

.modal-body p span:hover {
    background-color: #e5e5e5;
}

.blog_header {
    padding: 50px;
    background-color: #efeffd;
    border-radius: 20px;
    margin-top: 50px;
}

.blog_header h1 {
    font-size: 64px !important;
    text-align: center;
}

.blog_header p {
    font-size: 20px;
    margin-top: 20px;
    color: #000;
    text-align: center;
}

.blog_bg {
    padding: 110px 0px;
}

.home .blog_page {
    padding-top: 110px;
}

/* .blog_page{
padding-bottom: 110px;
} */

.blog_page_box {
    border-left: 1px solid rgba(175, 175, 175, .5);
    padding: 0px 10px;
    margin-bottom: 20px;
}

.blog_page_box img {
    width: 100%;
}

.blog_page a {
    color: #000;
}

.blog_page a:hover {
    color: #000;
}

.image-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    /* Optional: Rounded corners */
    margin-bottom: 20px;
}

.zoom-blur {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease, filter 0.5s ease;
    /* Smooth transition */
}

.blog_page a:hover .image-container .zoom-blur {
    transform: scale(1.1);
    /* Zoom effect */
    filter: blur(2px);
    /* Blur effect */
}

.body-tiny-regular {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.body-tiny-regular.text-color-neutral {
    color: #000;
}

.blog_detail {
    /* padding: 50px; */
    margin-top: 50px;
}

.blog_detail h1 {
    font-size: 48px !important;
    text-align: left;
}

.blog_detail p {
    font-size: 20px;
    margin-top: 20px;
    color: #000;
    text-align: center;
}

.blog-detail-athor-info-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-top: 30px;
}

.blog-author-avatar {
    border-radius: 100px;
    width: 56px;
    height: 56px;
    overflow: hidden;
}

.image-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.blog-avatar-detail-container {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
}

.body-small-medium {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.blog-detail-article-info-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.body-tiny-regular {
    font-size: 14px;
    line-height: 1.4;
}

.button-wrapper {
    flex: none;
    overflow: hidden;
}

.button-tartiery {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    transition: all .4s;
    display: flex;
    color: #000;
}

.icon-24x24 {
    min-width: 24px;
    min-height: 24px;
}

.body-neutral-regular {
    font-size: 18px;
    line-height: 1.4;
}

.button-tartiery:hover {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    color: #223066;
}

.img_detail_page {
    width: 100%;
    margin-top: 30px;
    border-radius: 20px;
}

.fixed-column {
    position: sticky;
    top: 110px;
    z-index: 1;
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 10px;
}

.blog_detail_bg {
    padding-top: 110px;
}

.blog_detail_para {
    padding: 110px 0px;
}

.article-social-media-share-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
}

.body-tiny-regular {
    font-size: 14px;
    line-height: 1.4;
}

.article-social-media-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: grid;
}

.icon-button-share {
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 4px;
    transition: all .4s;
    display: flex;
    margin-right: 10px;
}

.display-inline {
    display: inline-flex;
}

.icon-button-share:hover {
    background-color: var(--white);
    transform: scale(1.1);
}

.subscription-form-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #000;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding: 20px;
    display: flex;
    margin-top: 20px;
}

.subscription-form-heading-container {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex;
}

.text-style-h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.text-color-white {
    color: #fff;
}

.body-small-regular {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.text-color-neutral-lightest {
    color: #fff;
}

.newsletter-form {
    margin-bottom: 0;
}

.subscription-form {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
}

.w-input,
.w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}

.newsletter-subscription-input {
    border-radius: 10px;
    min-height: 48px;
    padding: 12px 20px;
}

.text-color-neutral-lighter {
    color: #f6f6f6;
}

.rich-text-element h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
}

.rich-text-element h3 strong {
    font-size: 28px;
}

.rich-text-element p {
    color: #000;
    margin-bottom: 16px;
}

.rich-text-element h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
}

.rich-text-element h4 strong {
    font-size: 24px;
}

.rich-text-element li {
    border-left: 4px solid #223066;
    background-color: #efeffd;
    color: #223066;
    padding: 10px 20px;
    font-weight: 500;
}

.rich-text-element ul {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}

.blog-detail-latest-article-section {
    background-color: #f6f6f6;
    padding-top: 100px;
    padding-bottom: 100px;
}


.blog-detail-latest-article-section a {
    color: #000;
}

.blog-detail-latest-article-section a:hover {
    color: #000;
}

.blog-detail-latest-article-section a:hover .image-container .zoom-blur {
    transform: scale(1.1);
    /* Zoom effect */
    filter: blur(2px);
    /* Blur effect */
}

.newsletter-form input {
    border: none;
    outline: none;
    border-radius: 5px;
    width: 100%;
    padding: 10px 10px;
    padding-top: 12px;
    font-size: 16px;
}

.newsletter-form button {
    color: #fff;
    text-align: center;
    /* text-transform: lowercase; */
    background-color: #223066;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 26px;
    font-size: 16px;
    transition: 0.3s;
    margin-bottom: 10px;
    width: 100%;
}

.absolute_address {
    position: absolute;
    bottom: 0;
}

.contact_form {
    padding: 110px 0px;
    background-color: #f6f6f6;
}

.contact_form h5 {
    font-size: 18px;
}

.contact_form p {
    font-size: 18px;
}

.contact_form p a {
    color: #000;
    text-decoration: underline;
}

.contact_form input {
    border: 1px solid rgba(175, 175, 175, .5);
    outline: none;
    border-radius: 5px;
    width: 100%;
    padding: 10px 10px;
    padding-top: 12px;
    font-size: 16px;
    background-color: #f6f6f6;
}

.contact_form label {
    font-size: 12px;
    color: #000;
    background-color: #f6f6f6;
    padding: 0px 4px;
    font-weight: 600;
    margin: 0px;
    margin-left: 10px;
    margin-top: -8px;
    position: absolute;
}

.contact_form label span {
    font-size: 12px;
    color: red;
}

.contact_form textarea {
    border: 1px solid rgba(175, 175, 175, .5);
    outline: none;
    border-radius: 5px;
    width: 100%;
    padding: 10px 10px;
    padding-top: 12px;
    font-size: 16px;
    height: 120px;
    background-color: #f6f6f6;
}

.contact_form button {
    color: #fff;
    text-align: center;
    /* text-transform: lowercase; */
    background-color: #000;
    border: 1px solid rgba(175, 175, 175, .5);
    border-radius: 5px;
    padding: 10px 26px;
    font-size: 16px;
    transition: 0.3s;
    margin-top: 10px;
}

.contact_form button:hover {
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
}

.marquee {
    position: relative;
    --duration: 40s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0;
}

.marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 35px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.footer_cta {
    border: 1px solid rgba(175, 175, 175, .5);
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
}

.footer_cta input {
    border: 1px solid rgba(175, 175, 175, .5);
    outline: none;
    border-radius: 5px;
    width: 100%;
    padding: 10px 10px;
    padding-top: 12px;
    font-size: 16px;
    background-color: #efeffd;
}

.footer_cta label {
    font-size: 12px;
    color: #000;
    background-color: #efeffd;
    padding: 0px 4px;
    font-weight: 600;
    margin: 0px;
    margin-left: 10px;
    margin-top: -8px;
    position: absolute;
}

.footer_cta label span {
    font-size: 12px;
    color: red;
}

.footer_cta textarea {
    border: 1px solid rgba(175, 175, 175, .5);
    outline: none;
    border-radius: 5px;
    width: 100%;
    padding: 10px 10px;
    padding-top: 12px;
    font-size: 16px;
    height: 120px;
    background-color: #efeffd;
}

.footer_cta button {
    color: #fff;
    text-align: center;
    /* text-transform: lowercase; */
    background-color: #000;
    border: 1px solid rgba(175, 175, 175, .5);
    border-radius: 5px;
    padding: 10px 26px;
    font-size: 16px;
    transition: 0.3s;
    margin-top: 10px;
}

.footer_cta button:hover {
    border: 1px solid #000;
    color: #000;
    background-color: #efeffd;
}

.jointeam {
    padding-bottom: 175px;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 700px;
    max-height: 700px;
}

.jointm {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    /* top: -36px; */
}

.jointm h2 span {
    color: #ff9933;
    font-weight: 600;
}

.markt {
    position: absolute;
    top: -39px;
    /* z-index: 1000001; */
    transform: rotate(45deg);
    left: 150px;
}

.markt img {
    max-width: 45px;
}

.hanshake {
    position: absolute;
    top: 149px;
    /* z-index: 10001; */
    left: -16px;
    transform: rotate(347deg);
}

.hanshake img {
    max-width: 45px;
}

.onepic {
    position: absolute;
    top: 0px;
}

.tax {
    position: absolute;
    top: 356px;
    /* z-index: 10001; */
    left: 141px;
    transform: rotate(347deg);
}

.tax img {
    max-width: 45px;
}

.arroone {
    position: absolute;
    top: 171px;
    left: 82px;
}

.legal {
    position: absolute;
    top: 246px;
    /* z-index: 10001; */
    left: 34%;
    transform: rotate(347deg);
}

.legal img {
    max-width: 45px;
}

.botoml {
    position: absolute;
    bottom: -270px;
    left: 205px;
}

.centarr {
    margin: 0 auto;
    position: absolute;
    right: 0px;
    left: 0px;
    text-align: center;
    bottom: -230px;
}

.rightimgc {
    position: absolute;
    right: 0px;
    top: -64px;
}

.bank {
    position: absolute;
    top: -9px;
    /* z-index: 1000001; */
    transform: rotate(350deg);
    left: 150px;
}

.bank img {
    max-width: 45px;
}

.trans {
    position: absolute;
    top: 80%;
    /* z-index: 1000001; */
    transform: rotate(350deg);
    left: -47px;
}

.trans img {
    max-width: 45px;
}

.startu {
    position: absolute;
    top: 285%;
    /* z-index: 1000001; */
    transform: rotate(350deg);
    left: -48px;
}

.startu img {
    max-width: 45px;
}

.growth1 {
    position: absolute;
    top: 110%;
    /* z-index: 1000001; */
    transform: rotate(350deg);
    left: -48px;
}

.growth1 img {
    max-width: 45px;
}

.arroup {
    position: absolute;
    right: 73px;
}

.arroup {
    position: absolute;
    right: 73px;
}

.forimg {
    position: absolute;
    top: 205%;
    right: 96%;
}

.hr_header h1 {
    color: #fff;
}

.hr_rect {
    padding-top: 110px;
}

.hr_rect h3 {
    color: #000;
    line-height: 20px;
    font-size: 40px !important;
}

.hr_rect h3 span {
    color: #000;
    font-size: 40px !important;
}

.hr_rect h4 {
    color: #000;
    line-height: 20px;
}

.hr_rect h4 span {
    color: #000;
    font-size: 28px !important;
}

.hr_rect_page {
    border-top: 1px solid #d5d5d9;
    padding: 20px;
    /* margin-bottom: 50px; */
    cursor: pointer;
    position: relative;
}

.hr .approach_box h3 {
    color: #000;
    line-height: 20px;
    font-size: 35px !important;
    margin-bottom: 30px;
}

.hr .approach_box {
    height: 290px;
}

.hr .approach_box h5 {
    position: absolute;
    top: 11px;
    right: 32px;
    color: #000;
    font-size: 20px !important;
    margin: auto;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 3px solid #fff;
    padding: 8px 10px 7px 7px;
    background: #efeffd;
    border-radius: 50%;
    transition: transform .7s ease-in-out;
}

.hr .approach_box:hover h5 {
    transform: rotate(360deg);
}

.hr_rect h6 {
    color: #666666;
    position: sticky;
    top: 110px;
    z-index: 1;
}

.hr .faq {
    padding: 110px 0px;
}

.coaching .faq {
    padding: 110px 0px;
}

.hover-image {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 1s;
    width: 300px;
    border-radius: 20px;
}

.hr_rect_page:hover .hover-image {
    opacity: 1;
    z-index: 1;
}

.hr_rect_page h4 {
    font-size: 32px !important;
    color: #000;
}

.hr_rect_page h4 span {
    font-size: 40px;
    color: #666666;
    margin-right: 50px;
}

.hr_rect_page p {
    font-size: 18px !important;
    color: #666666;
}

.tip {
    width: 20px;
    height: 20px;
    text-align: center;
}


.coaching .approach_box h3 {
    color: #000;
    line-height: 20px;
    font-size: 35px !important;
    margin-bottom: 30px;
}

.coaching .approach_box {
    height: 290px;
}

.coaching .approach_box h5 {
    position: absolute;
    top: 11px;
    right: 32px;
    color: #000;
    font-size: 20px !important;
    margin: auto;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 3px solid #fff;
    padding: 8px 10px 7px 7px;
    background: #efeffd;
    border-radius: 50%;
    transition: transform .7s ease-in-out;
}

.coaching .approach_box:hover h5 {
    transform: rotate(360deg);
}

.water .top_banner_line form {
    backdrop-filter: blur(5px);
    background-color: #fff6;
    border-radius: 20px;
    padding: 30px;
}

.water .top_banner_line input {
    border: 1px solid #fff;
    outline: none;
    border-radius: 5px;
    width: 100%;
    padding: 10px 10px;
    padding-top: 12px;
    font-size: 16px;
    background-color: transparent;
    color: #000;
}

.water .top_banner_line input::placeholder {
    color: #fff;
}

.water .top_banner_line textarea {
    border: 1px solid #fff;
    outline: none;
    border-radius: 5px;
    width: 100%;
    padding: 10px 10px;
    padding-top: 12px;
    font-size: 16px;
    height: 120px;
    background-color: transparent;
    color: #000;
}

.water .top_banner_line textarea::placeholder {
    color: #fff;
}

.water .top_banner_line button {
    color: #fff;
    text-align: center;
    /* text-transform: lowercase; */
    background-color: #000;
    border: 1px solid rgba(175, 175, 175, .5);
    border-radius: 5px;
    padding: 10px 26px;
    font-size: 16px;
    transition: 0.3s;
    margin-top: 10px;
}


.water .approach_box h3 {
    color: #000;
    line-height: 20px;
    font-size: 35px !important;
    margin-bottom: 30px;
}

.water .approach_box {
    height: 300px;
}

.water .approach_box h5 {
    position: absolute;
    top: 11px;
    right: 32px;
    color: #000;
    font-size: 20px !important;
    margin: auto;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 3px solid #fff;
    padding: 8px 10px 7px 7px;
    background: #efeffd;
    border-radius: 50%;
    transition: transform .7s ease-in-out;
}

.water .approach_box:hover h5 {
    transform: rotate(360deg);
}

.water .faq {
    padding: 110px 0px;
}

.our_product {
    padding-top: 110px;
}

.product_box {
    background-color: #efeffd;
    border-radius: 20px;
    padding: 30px;
    margin-top: 20px;
}

.product_box img {
    width: 100%;
    filter: drop-shadow(3px 4px 1px grey);
}

.product_box a {
    color: #000;
}

.product_box a:hover {
    color: #000;
}

.product_box h6 {
    text-align: center;
    font-size: 22px;
    margin-top: 15px;
}

.product_box a:hover h6 {
    color: #4872b8;
}

.product_box p {
    margin: 0px;
}

.nand_imperial {
    padding-top: 110px;
}



.home_mask_image {
    width: 100%;
    filter: brightness(85%) contrast(115%) saturate(25%) blur(0px) hue-rotate(0deg);
    border-radius: 20px;
}

.nand_imperial p {
    margin-top: 20px;
    padding-left: 20px;
    border-left: 1px solid #4872b8;
}



.new_services li {
    border-left: 4px solid #223066;
    background-color: #efeffd;
    color: #223066;
    padding: 5px 20px;
    font-weight: 500;
    margin-top: 5px;
}

.new_services li strong {
}

.new_services p {
    margin-top: 20px;
    text-align:justify;
}


#more {
    display: none;
}

#myBtn {
    text-decoration: underline;
    color: #4872b8;
    font-weight: 600;
    cursor: pointer;
}

.home .approach_box h5 {
    position: absolute;
    top: 11px;
    right: 32px;
    color: #000;
    font-size: 20px !important;
    margin: auto;
    width: 45px;
    height: 45px;
    text-align: center;
    border: 3px solid #fff;
    padding: 8px 10px 7px 7px;
    background: #efeffd;
    border-radius: 50%;
    transition: transform .7s ease-in-out;
}

.home .approach_box h3 {
    color: #000;
    line-height: 20px;
    font-size: 35px !important;
    margin-bottom: 30px;
}

.home .approach_box {
    height: 300px;
}

.home .approach_box:hover h5 {
    transform: rotate(360deg);
}

.about .solutions-number-wrapper {
    width: 100%;
    overflow: hidden;
}

.about .solutions-number {
    text-align: end;
}

.head_hunting {
    padding-top: 110px;
}

.hr .head_hunting .approach_box {
    height: 330px;
}

.black_layer {
    background-image: linear-gradient(315deg, rgba(222, 68, 65, .6), rgba(158, 138, 253, .4) 25%, rgba(0, 0, 0, 0) 50%, rgba(40, 35, 63, 0) 81%, rgba(158, 138, 253, .3) 93%), linear-gradient(rgba(0, 0, 0, .3), rgba(255, 255, 255, 0) 29%, rgba(255, 255, 255, 0) 53%, rgba(0, 0, 0, .25)), linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
    height: 600px;
    position: absolute;
    width: 100%;
    top: 0;
}

.carousel-caption1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.carousel-caption1 h1 {
    font-size: 50px !important;
    list-style: 28.6px;
}

.mobile_image {
            height: 600px; 
            object-fit: cover; 
        }

.carousel-item .button_arrow {
    position: absolute; 
    top: 69%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.explore-button {
    display: none;
}

.separator {
    border: 0;
    height: 1px;
    background-color: white;
    margin: 10px 0;
    display: none;
}

.intro {
    font-size: 18px;
    color: #636e72;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* Expertise Section Styling */
.expertise {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
    margin-bottom: 50px;
}

.expertise-item {
    flex: 1 1 280px;
    background-color: #223066;
    padding: 30px 20px;
    border-radius: 12px;
    color: #fff;
    transition: transform 0.3s ease;
    /* box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); */
    text-align: center;
}

.expertise-item:hover {
    transform: translateY(-10px);
}

.expertise-item i {
    font-size: 30px;
    margin-bottom: 15px;
}

.expertise-item h3 {
    margin-top: 10px;
    font-size: 22px;
}

.expertise-item p {
    margin: 10px 0 0;
    line-height: 1.5;
}

/* Mission & Vision Styling */
.mission-vision {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
    margin-bottom: 50px;
}

.mission,
.vision {
    flex: 1 1 450px;
    background-color: #f5f5f5;
    padding: 25px 20px;
    border-radius: 12px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
}

.mission h3,
.vision h3 {
    color: #2d3436;
}

.mission p,
.vision p {
    color: #636e72;
    line-height: 1.6;
        text-align: justify;
}

/* Call to Action Styling */
.cta {
    background-color: #223066;
    color: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-top: 40px;
    text-align: center;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.cta a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.cta a:hover {
    text-decoration: none;
    color: #fff;
}

.about-us {
    padding-top: 110px;
}

.cta p {
    margin-bottom: 0px;
}

.bg_color {
    background-color: #efeffd;
    padding: 50px 0px;
    margin-top: 50px;
}

.bg_color .new_services li {
    border-left: 4px solid #223066;
    border-right: 1px solid #223066;
    border-top: 1px solid #223066;
    border-bottom: 1px solid #223066;
    background-color: #fff;
}

.fixed-column1 {
    position: sticky;
    top: 110px;
    z-index: 1;
}

.why_us {
    background-color: #efeffd;
    margin-top: 110px;
    /* background-image: url('../images/business_women.webp');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat; */
}

.why_us img {
    width: 100%;
}

.why_us_box {
    padding: 50px 80px;
}

.why_us_box h4 {
    color: #000;
    line-height: 20px;
   
}

.why_us_box p {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: justify;
}

.why_us_box svg {
    width: 50px;
    height: 50px;
    fill: #4872b8;
    float: inline-end;
}

#news-slider {
    /* margin-top: 80px; */
}

.post-slide {
    margin: 20px 15px 20px;
    box-shadow: 0px 14px 22px -9px lightgray;
    border-radius: 20px;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 85px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px lightgrey;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px lightgrey;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

.solutions a:hover .image-container .zoom-blur {
    transform: scale(1.1);
    /* Zoom effect */
    filter: blur(2px);
    /* Blur effect */
}

.solutions a {
    color: #000;
}

.solutions a:hover {
    color: #000;
}

.solutions .image-container {
    border-radius: unset;
}

.approaching{
    background-color: #223066;
    padding: 30px;
    overflow: hidden;
    height: 330px;
    margin-top: 20px;
    color: #fff;
    transition: 0.7s;
}

.approaching:hover{
    background-color: #efeffd;
    color: #000;
}

.circle{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.circle{
    background-image: url('../images/about_approach_1.avif');
     background-position: 50% 50%;
    bottom: 0;
    right: 15px;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 100%); 
    background-repeat:no-repeat; 
    background-size: cover; 
}

.circle2{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.circle2{
    background-image: url('../images/about_approach_2.avif');
     background-position: 50% 50%;
    bottom: 0;
    left: 15px;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 100%); 
    background-repeat:no-repeat; 
    background-size: cover; 
}

.circle3{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.circle3{
    background-image: url('../images/about_approach_3.avif');
     background-position: 50% 50%;
    top: 20px;
    right: 15px;
    clip-path: circle(calc(6.25rem + 7.5vw) at 100% 0%); 
    background-repeat:no-repeat; 
    background-size: cover; 
}

.circle4{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.circle4{
    background-image: url('../images/about_approach_4.avif');
     background-position: 50% 50%;
    top: 20px;
    left: 15px;
    clip-path: circle(calc(6.25rem + 7.5vw) at 0% 0%); 
    background-repeat:no-repeat; 
    background-size: cover; 
}

.about_us_ofc{
    background-image: url('../images/about_us_office.jpg');
    background-position: center;
    background-size: cover;
    margin-top: 110px;
    padding: 50px;
}

.about_us_ofc_box{
        padding: 30px;
    background-color: #2d3436c9;
    border-radius: 20px;
    backdrop-filter: blur(6px);
}

.about_us_ofc_box h2{
    color: #fff;
}

.about_us_ofc_box p{
    color: #fff;
    margin-bottom: 30px;
}

.first_stat_box{
    padding: 30px;
    border-left: 1px solid lightgray;
    position: relative;
}

.first_stat_box:last-child{
    border-bottom: 1px solid lightgray; 
    border-right: 1px solid lightgray;
        border-radius: 0px 0px 20px 20px;
}

.first_stat_box h5 {
        position: absolute;
    top: 35px;
    left: -20px;
    color: #000;
    font-size: 16px !important;
    margin: auto;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid lightgrey;
    padding: 8px 10px 7px 7px;
    background: #fff;
    border-radius: 50%;
    transition: transform .7s ease-in-out;
}

.first_stat_box:hover h5 {
    transform: rotate(360deg);
}

.second_stat_box{
    padding: 30px;
    position: relative;
}



.second_stat_box h5 {
        position: absolute;
    top: 35px;
    left: -20px;
    color: #000;
    font-size: 16px !important;
    margin: auto;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid lightgrey;
    padding: 8px 10px 7px 7px;
    background: #fff;
    border-radius: 50%;
    transition: transform .7s ease-in-out;
}

.second_stat_box:hover h5 {
    transform: rotate(360deg);
}

.second_stat_box:nth-child(1){
    border-top: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-radius: 20px 20px 0px 0px;
    border-left: 1px solid lightgray;
    margin-left: -0.7px;
}

.second_stat_box:last-child{
    border-right: 1px solid lightgray;
}

.third_stat_box{
    padding: 30px;
    position: relative;
}

.third_stat_box h5 {
        position: absolute;
    top: 35px;
    left: -20px;
    color: #000;
    font-size: 16px !important;
    margin: auto;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid lightgrey;
    padding: 8px 10px 7px 7px;
    background: #fff;
    border-radius: 50%;
    transition: transform .7s ease-in-out;
}

.third_stat_box:hover h5 {
    transform: rotate(360deg);
}

.clients {
    padding: 20px 0px;
}

.small_head_line {
    text-align: center;
}

.small_head_line p {
    color: #223066;
    font-weight: 600;
}

.home .slider .slide {
    height: fit-content;
    width: fit-content;
    filter: none;
    padding: 10px;
    border: 1px solid rgba(175, 175, 175, .5);
    border-right: none;
}

.home .slider .slide:last-child {
    border-right: 1px solid rgba(175, 175, 175, .5);
}

.home .slider .slide:hover {
    filter: none;
}

.home .slider .slide img{
    width: 140px;
}

.separator1 {
    border: 0;
    height: 1px;
    background-color: rgba(175, 175, 175, .5);
    margin: 10px 0;
}

.after_banner{
    padding: 10px;
    border: 1px solid rgba(175, 175, 175, .5);
    background-color: #223066;
    color: #ffff;
}


.after_banner p{
    margin: 0;
}

 .header-section {
            background-color: #223066;
            color: #fff;
            text-align: center;
            padding: 20px;
        }

        .header-section h5 {
            /* font-size: 28px; */
            font-weight: bold;
            margin: 0;
        }

        .steps-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px 30px;
            align-items: center;
        }

        .step-box {
            display: flex;
            align-items: flex-start;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            position: relative;
        }

        .step-box .icon {
            font-size: 30px;
            color: #223066;
            margin-right: 15px;
            margin-top: 4px;
        }

        .step-content h3 {
            font-size: 18px;
            color: #223066;
            margin: 0;
            font-weight: bold;
        }

        .step-content p {
            line-height: 1.6;
            margin-top: 10px;
        }

        .connector-horizontal {
            position: absolute;
            width: 40px;
            height: 4px;
            background-color: #223066;
            top: 50%;
            left: 100%;
            transform: translateY(-50%);
        }

        .connector-vertical {
            position: absolute;
            width: 4px;
            height: 40px;
            background-color: #223066;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
        }

        @media (max-width: 768px) {
            .steps-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .connector-horizontal, .connector-vertical {
                display: none;
            }
        }

    .top_banner_line form {
    backdrop-filter: blur(5px);
    background-color: #fff6;
    border-radius: 20px;
    padding: 30px;
}

.top_banner_line input {
    border: 1px solid #fff;
    outline: none;
    border-radius: 5px;
    width: 100%;
    padding: 10px 10px;
    padding-top: 12px;
    font-size: 16px;
    background-color: transparent;
    color: #000;
}

.top_banner_line input::placeholder {
    color: #fff;
}

.top_banner_line textarea {
    border: 1px solid #fff;
    outline: none;
    border-radius: 5px;
    width: 100%;
    padding: 10px 10px;
    padding-top: 12px;
    font-size: 16px;
    height: 120px;
    background-color: transparent;
    color: #000;
}

.top_banner_line textarea::placeholder {
    color: #fff;
}

.top_banner_line button {
    color: #fff;
    text-align: center;
    /* text-transform: lowercase; */
    background-color: #000;
    border: 1px solid rgba(175, 175, 175, .5);
    border-radius: 5px;
    padding: 10px 26px;
    font-size: 16px;
    transition: 0.3s;
    margin-top: 10px;
}

.about .approach{
    padding-top: 110px;
}


 

          .program-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
        }

        .program-card {
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            text-align: center;
        }

        .program-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
        }

        .program-card i {
            font-size: 40px;
            color: #223066;
            margin-bottom: 15px;
        }

        .program-card h3 {
                font-size: 20px !important;
            margin-bottom: 10px;
            border-bottom: 1px solid lightgray;
            padding-bottom: 10px;
        }

        .program-card p {
          
        }

            .header {
            background-color: #223066;
            color: white;
            text-align: center;
            padding: 20px;
            margin-bottom: 30px;
        }


        .header p{
            color: #fff;
        }

        .subheader {
            color: #b02a37;
            font-size: 18px;
            margin-bottom: 30px;
            text-align: center;
        }

        .grid-container {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px;
        }

        .card1 {
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            padding: 20px;
            border-top: 6px solid;
            text-align: center;
        }

        .card1 .icon {
            font-size: 30px;
            margin-bottom: 15px;
            color: #4872b8;
        }

        .card1 h3 {
             font-size: 20px !important;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .card1 p {
            line-height: 1.6;
        }

        /* Specific card colors */
        .card1:nth-child(1) { border-color: #f4a261; }
        .card1:nth-child(2) { border-color: #e76f51; }
        .card1:nth-child(3) { border-color: #2a9d8f; }
        .card1:nth-child(4) { border-color: #f4d35e; }
        .card1:nth-child(5) { border-color: #9d4edd; }
        .card1:nth-child(6) { border-color: #577590; }
        .card1:nth-child(7) { border-color: #f94144; }
        .card1:nth-child(8) { border-color: #90be6d; }
        .card1:nth-child(9) { border-color: #43aa8b; }
        .card1:nth-child(10) { border-color: #4d908e; }
        .card1:nth-child(11) { border-color: #277da1; }
        .card1:nth-child(12) { border-color: #f8961e; }

        @media (max-width: 1024px) {
            .grid-container {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 768px) {
            .grid-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 480px) {
            .grid-container {
                grid-template-columns: 1fr;
            }
        }

          .benefits {
            /* padding: 50px 20px; */
           width: 100%;
            text-align: center;
            margin-top: 30px;
        }

        .benefits h2 {
            font-size: 28px;
            margin-bottom: 30px;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
        }

        .benefit-card {
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: center;
        }

        .benefit-card .icon {
            font-size: 40px;
            color: #4872b8;
            margin-bottom: 15px;
        }

        .benefit-card h3 {
             font-size: 20px !important;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .benefit-card p {
        }

          .steps-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }

        .step-card {
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: center;
            border-top: 6px solid;
        }

        .step-card .icon {
            font-size: 30px;
            margin-bottom: 15px;
            color: #4872b8;
        }

        .step-card h3 {
           font-size: 20px !important;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .step-card p {
            line-height: 1.6;
        }

        /* Specific Colors for Cards */
        .step-card:nth-child(1) { border-color: #f4a261; }
        .step-card:nth-child(2) { border-color: #e76f51; }
        .step-card:nth-child(3) { border-color: #2a9d8f; }
        .step-card:nth-child(4) { border-color: #f4d35e; }
        .step-card:nth-child(5) { border-color: #9d4edd; }
        .step-card:nth-child(6) { border-color: #43aa8b; }

        /* Responsive Design */
        @media (max-width: 768px) {
            .steps-container {
                grid-template-columns: 1fr;
            }
        }

         .process-section {
           width: 100%;
           margin-top: 30px;
        }

           .process-section {
          width: 100%;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
        }

        .process-card {
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: center;
            border-top: 6px solid;
        }

        .process-card .icon {
            font-size: 30px;
            margin-bottom: 15px;
            color: #4872b8;
        }

        .process-card h3 {
         font-size: 20px !important;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .process-card p {
            line-height: 1.6;
        }

        /* Specific Colors for Process Cards */
        .process-card:nth-child(1) { border-color: #f4a261; }
        .process-card:nth-child(2) { border-color: #e76f51; }
        .process-card:nth-child(3) { border-color: #2a9d8f; }
        .process-card:nth-child(4) { border-color: #f4d35e; }
        .process-card:nth-child(5) { border-color: #9d4edd; }
        .process-card:nth-child(6) { border-color: #43aa8b; }

        /* Responsive Design */
        @media (max-width: 768px) {
            .process-section {
                grid-template-columns: 1fr;
            }
        }

        .coaching .header{
            background-image: url('../images/header_bg.png');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

         .water .header{
            background-image: url('../images/water_header1_bg.png');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

         .hr .header{
            background-image: url('../images/hr_header_bg.png');
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .global_popup .footer_cta {
    border: 0;
    padding: 20px;
    padding-top: 0px;
    margin-top:0px;
    border-radius: 0px;
}

.global_popup .footer_cta p{
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0px;
    margin-bottom: 25px;
}

.footer_cta select {
    border: 1px solid rgba(175, 175, 175, .5);
    outline: none;
    border-radius: 5px;
    width: 100%;
    padding: 10px 10px;
    padding-top: 12px;
    font-size: 16px;
    background-color: #efeffd;
}

.job_box{
    margin-top: 20px;
     border: 1px solid rgba(175, 175, 175, .5);
     padding: 20px;
     border-radius: 20px;
}

.job_img{
    width: 30px;
}

.upcoming .hr_rect{
    padding: 110px 0px;
}

.job_box .button_arrow{
    margin: auto;
}

.job_detail{
    color:#000;
}

.job_detail p{
    margin-top: 20px;
}

.job_detail h5{
    font-weight: 600;
}

.job_detail ul{
    list-style: circle;
    margin-left: 20px;
}

.job_detail ul li{
    margin-top: 20px;
}

.job_detail .fixed-column ul{
    list-style: none;
}

.job_detail .fixed-column ul li a{
    color: #000;
}

.job_detail .fixed-column ul li {
    position: relative;
    padding-left: 20px; /* Add space for custom image */
   
}

.job_detail .fixed-column ul li::before {
    content: ''; /* This creates an empty content before each list item */
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-40%); /* Vertically center the image */
    width: 30px;  /* Set the desired width for the image */
    height: 30px; /* Set the desired height for the image */
    background-image: url('../images/job_arrow.png');
    background-size: contain; /* Ensure the image scales correctly */
    background-repeat: no-repeat;
}

   /* Job Listings Section */
        .job-listings {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding: 20px;
            gap: 20px;
        }
        .job-card {
            background: white;
            border: 1px solid #ddd;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            width: 300px;
            padding: 20px;
            text-align: center;
            transition: transform 0.3s;
        }
        .job-card:hover {
            transform: scale(1.05);
        }
        .job-card h3 {
            margin: 0;
            font-size: 30px !important;
            color: #223066;
        }
        .job-card p {
            margin: 10px 0;
            font-size: 1em;
            color: #666;
        }
        .job-card .btn {
            display: inline-block;
            margin: 10px 5px;
            padding: 10px 20px;
            font-size: 0.9em;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s;
        }
        .btn-details1 {
            background: #4872b8;
            color: white;
            display: inline-block;
            margin: 10px 5px;
            padding: 10px 20px;
            font-size: 0.9em;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s;
        }
        .btn-details1:hover {
            background: #365a92;
        }
        .btn-apply1 {
            background: #eb6601;
            color: white;
            display: inline-block;
            margin: 10px 5px;
            padding: 10px 20px;
            font-size: 0.9em;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s;
        }
        .btn-apply1:hover {
            background: #c94f00;
            color: #fff;
        }

          header {
            background: linear-gradient(90deg, #223066, #eb6601);
            color: white;
            padding: 20px;
            text-align: center;
        }
        header h3 {
            margin: 0;
            font-size: 2.5em !important;
            color: #fff !important;
        }
        header p {
            margin: 10px 0 20px;
            font-size: 1.2em;
        }

        .upcoming .nav-link {
    color: #000 !important;
}

  .job-details {
            padding: 20px;
            max-width: 900px;
            margin: 30px auto;
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .job-details h4 {
               color: #223066 !important;
            margin-bottom: 10px;
        }

        .job-details h5{
            margin: 20px 0px;
        }
        .job-details p {
            color: #555;
            line-height: 1.6;
        }
        .job-details ul {
            margin: 10px 0;
            padding-left: 20px;
            list-style: decimal;
        }
        .job-details ul li {
            margin-bottom: 8px;
        }
        /* Form Section */
        .apply-form {
            margin: 20px auto;
            padding: 20px;
            max-width: 900px;
            background: #f9f9f9;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .apply-form h4 {
            color: #223066 !important;
            margin-bottom: 20px;
        }
        .upcoming .form-group {
            margin-bottom: 15px;
        }
        .upcoming .form-group label {
            display: block;
            font-size: 1em;
            margin-bottom: 5px;
            color: #333;
        }
        .upcoming .form-group input,
        .upcoming .form-group textarea {
            width: 100%;
            padding: 10px;
            font-size: 1em;
            border: 1px solid #ddd;
            border-radius: 5px;
        }
        .upcoming .form-group textarea {
            resize: none;
        }
        .submit-btn {
            background: #223066;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            font-size: 1em;
            cursor: pointer;
            transition: background 0.3s;
        }
        .submit-btn:hover {
            background: #365a92;
        }

        /*----------------------------------------------------*/

        /* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 3px;
  background-color: rgba(175, 175, 175, .5);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container_timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container_timeline::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: white;
  border: 7px solid #223066;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left_timeline {
  left: 0;
}

/* Place the container to the right */
.right_timeline {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left_timeline::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #efeffd;
}

/* Add arrows to the right container (pointing left) */
.right_timeline::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 31px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #efeffd transparent transparent;
}

/* Fix the circle for containers on the right side */
.right_timeline::after {
  left: -14px;
}

/* The actual content */
.content_timeline {
  padding: 20px 30px;
  background-color: #efeffd;
  position: relative;
  border-radius: 6px;
  margin-bottom: 30px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .container_timeline {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container_timeline::before {
  left: 60px;
  border: medium solid #223066;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left_timeline::after, .right_timeline::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right_timeline {
  left: 0%;
  }
}

.time_line_post {
    padding-top: 50px;
    background-color: #fff;

}

.foundation p{
        margin: 0;
    padding: 10px 20px;
    background: #ffcc00;
    width: fit-content;
    border-radius: 10px;
    color: #000;
    position: absolute;
    top: 10px;
    right: -160px;
}

.rebrand p{
    margin: 0;
    padding: 10px 20px;
    background: #ffcc00;
    width: fit-content;
    border-radius: 10px;
    color: #000;
    position: absolute;
    top: 10px;
    left: -260px;
}

.vision1{
    background-color: #efeffd;
    padding: 30px 0px;
    border-radius: 5px;
}

.vision p{
    color: #000;
}

.mission1{
    padding: 110px 0px;
    padding-bottom: 0px;
}

.mission-item {
    background-color: #f9f9f9;
    padding: 30px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    margin-top: 30px;
}

.mission-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Icon Styles */
.mission-item .icon {
    background-color: #ffcc00;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
    font-size: 25px;
}

/* Mission Item Heading */
.mission-item h5 {
    font-weight: bold;
    color: #003366;
    margin-bottom: 15px;
}

/* Mission Item Paragraph */
.mission-item p {
    color: #000;
    line-height: 1.6;
    margin: 0;
}

.msme{
    padding-top: 110px 0px;
}

.arrow_up{
    background-image: url('../images/train1.png');
    height: 400px; 
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.straigth_line{
        position: relative;
    width: 50%;
}

.straigth_box{
  background-color: #efeffd;
    padding: 20px;
    /* height: 200px; */
    width: 55%;
    display: flex;
    position: absolute;
    right: -24px;
    top: 45px;
    border-radius: 10px;
}

.straigth_box img{
        width: 80px;
    height: 80px;
    background: white;
    border: 3px solid black;
    border-radius: 8px;
    /* box-shadow: 1px 1px 10px lightgray; */
}

.straigth_box p{
    margin: 0;
    font-weight: 600;
}

.specification{
     background: linear-gradient(145deg, #004a7c, #00bcd4);
     padding: 50px 0px;
     margin-top: 110px;
     color: #fff;
}

.specification p{
    color: #fff;
}

/* Specialization Item */
.specialization-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px 20px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    color: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.specialization-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.2);
}

/* Icon Styles */
.specialization-icon {
    background-color: #ffcc00;
    color: #003366;
    padding: 15px;
    border-radius: 50%;
    font-size: 25px;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.specialization-item:hover .specialization-icon {
    background-color: #003366;
    color: #ffcc00;
}

/* Specialization Item Heading */
.specialization-item h5 {
    /* font-size: 1.7rem; */
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

/* Specialization Item Paragraph */
.specialization-item p {
    /* font-size: 1.1rem; */
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    text-align: left;
}

.process{
    padding-top: 110px;
}

.process_box{
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 10px lightgray;
    margin-top: 30px;
    height: 230px;
}

.process_box img{
    width: 60px;
    margin-bottom: 20px;
}

.connector_horizontal {
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #223066;
    top: 50%;
    left: 97%;
    transform: translateY(-50%);
}

.connector_vertical {
    position: absolute;
    width: 4px;
    height: 40px;
    background-color: #223066;
    top: 100%;
    left: 35%;
    transform: translateX(-50%);
}

.trainer-section {
    background: linear-gradient(135deg, #ff4081, #003366);
    color: #fff;
    padding: 60px 0;
    text-align: center;
    margin-top: 110px;
}

.container {
    /* width: 85%; */
    margin: 0 auto;
}

.trainer-header h2 {
    font-weight: 600;
    margin-bottom: 10px;
}

.trainer-header h3 {
    font-weight: 400;
    margin-bottom: 5px;
}

.trainer-header p {
    margin-bottom: 30px;
}

/* Trainer Details Section */
.trainer-details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.trainer-photo {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    margin: auto;
}

.trainer-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.trainer-photo:hover img {
    transform: scale(1.1);
}

.trainer-info {
    flex: 1;
    text-align: left;
}

/* Qualifications Card */
.qualification-card {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.qualification-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.qualification-card h4 {
    font-weight: 600;
    color: #ffcc00;
    margin-bottom: 20px;
}

.qualification-card ul {
    list-style: none;
    padding-left: 0;
    color: #e1f5fe;
}

.qualification-card ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-align:justify;
}

.qualification-card ul li img {
    margin-right: 10px;
    width: 40px;
}

/* Trainer Bio Section */
.trainer-bio {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 40px;
}

.trainer-bio h4 {
    font-weight: 600;
    color: #ff4081;
    margin-bottom: 20px;
}

.trainer-bio p {
    color: #fff;
    line-height: 1.8;
        text-align: justify;
}

.skill_program ul{
   margin-top: 20px;
   padding: 0;
   margin-bottom: 0;
}

.skill_program ul li{
    padding: 10px;
    color: #fff;
}

.skill_program li img{
    margin-right: 10px;
    width: 40px;
}

.skill_program ul li h5{
    color: #fff;
}

.denote_arrow p{
        margin: 0;
    margin-top: 20px;
}

.denote_arrow img{
           position: absolute;
    width: 130px;
    margin-top: -2px;
}

.services_header_box{
        background-position: right;
    background-size: contain;
        background-repeat: no-repeat;
    padding: 50px 0px;
    height: 190px;
}

.services_header_box h1{
    color: #fff;
    margin: 0px;
    font-size: 50px !important;
}

.hr .nav-link {
    color: #000 !important;
}

.coaching .nav-link {
    color: #000 !important;
}

.founder_photo{
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.founder_photo img{
        width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
}

.founder_photo p{
    margin-bottom: 0px;
}


.new_quote{
    margin-top: 30px;
}

.new_quote h5{
font-size: 40px !important;
}

 .cert_logo{
    border: 1px solid lightgray;
    padding: 10px;
    border-radius: 10px;
    width: 200px;
    margin: auto;
    margin-top: 20px;
}

.cert_logo img{
    width: 100%;
    height: 100px;
    object-fit: contain;
}