/**
 * Theme Name: Concept Seven Child
 * Template: conceptseven
 * Version: 1.0
 * Description: Responsive Multipurpose WordPress Theme
 * Author: Ninzio
 **/
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

header {
    position: fixed;
    top: 0px;
    z-index: 1003;
    height: 90px;
    transition: top 0.3s ease-in-out;
    width: 100%;
    text-align: center;
    /* position: relative; */
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: #14272d;
    border-radius: 0px;
}

.nav-up {
    top: -90px;
}


.top-banner-section {
    padding: 100px 0px;
    position: relative;
}

.top-banner-section::after {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: #101828;
    opacity: .5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.top-banner-inner {
    position: relative;
    z-index: 2;
}


.top-banner-section .home-banner-title {
    font-size: 40px;
    line-height: 70px;
    color: #fff;
    font-weight: 600;
    max-width: 900px;
    margin-top: 110px;
    margin-bottom: 20px;
}

.top-banner-section .banner-title {
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    max-width: 900px;
}

.top-banner-section .top-banner-text {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    max-width: 850px;
    margin-top: 30px;
    line-height: 1.4;
}

.top-banner-section .top-banner-text2 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-top: 30px;
    max-width: 850px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.positioning-story-wrapper {
    padding: 80px 0px 80px 0px !important;
    background-color: #14272d;
}

.positioning-story-wrapper .heading {
    font-size: 55px;
    font-weight: 700;
    line-height: 58px;
    color: #fff;
    text-align: center;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

.positioning-story-wrapper .sub-heading {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}

.frameworks-wrapper-section {}

.frameworks-wrapper-section>.conceptseven-container>.row-inner {
    padding: 80px 0px 80px !important;
    background-color: #fff;
    margin: 40px 5px 0px;
    border-radius: 5px;
}

.frameworks-wrapper-section .heading {
    font-size: 55px;
    font-weight: 700;
    line-height: 58px;
    color: #14272d;
    margin: 0px;
    padding: 0px 0px 20px 0px;
    text-align: left;
}

.frameworks-wrapper-section .sub-heading {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    color: #14272d;
    line-height: 1.6;
    text-align: left;
}

.frameworks-wrapper-section .according-section h4 a {
    font-size: 20px;
    font-weight: 500;
    color: #14272d !important;
    padding: 6px 20px;
}




.frameworks-wrapper-section .btn-section a {
    background-color: #14272d;
    border: 1px solid #14272d;
    border-radius: 4px;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px !important;
    position: relative;
    overflow: hidden;
    display: inline-block;
}


.frameworks-wrapper-section .btn-section a:hover {
    filter: brightness(1.15);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px;
}

.frameworks-wrapper-section .btn-section a:hover::before {
    transform: skewX(-15deg) translateX(120%);
    transition: transform 800ms;
}

.frameworks-wrapper-section .btn-section a::before {
    content: "";
    display: block;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    position: absolute;
    z-index: 1;
    transform: skewX(-15deg) translateX(-120%);
    opacity: 0.5;
    background: linear-gradient(to right, transparent, rgb(255, 255, 255));
    transition: none;
}




.frameworks-wrapper-section .according-section .acc-text {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    color: #14272d !important;
    line-height: 1.6;
    text-align: left;
}

.button-link {
    margin-top: 30px;
}

.button-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.button-section a {
    background-color: #fff;
    border: 1px solid #1A2B4B;
    border-radius: 4px;
    color: #1A2B4B;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px !important;
    display: inline-block;
    overflow: hidden;
    position: relative;
}



.button-section a:hover {
    filter: brightness(1.15);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px;
}

.button-section a:hover::before {
    transform: skewX(-15deg) translateX(120%);
    transition: transform 800ms;
}

.button-section a::before {
    content: "";
    display: block;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    position: absolute;
    z-index: 1;
    transform: skewX(-15deg) translateX(-120%);
    opacity: 0.5;
    background: linear-gradient(to right, transparent, rgb(255, 255, 255));
    transition: none;
}


.top-banner-section .button-link a {
    background-color: #14272d;
    border: 1px solid #14272d;
    border-radius: 4px;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px !important;
    position: relative;
    overflow: hidden;
    display: inline-block;
}


.top-banner-section .button-link a:hover {
    filter: brightness(1.15);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px;
}

.top-banner-section .button-link a:hover::before {
    transform: skewX(-15deg) translateX(120%);
    transition: transform 800ms;
}

.top-banner-section .button-link a::before {
    content: "";
    display: block;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    position: absolute;
    z-index: 1;
    transform: skewX(-15deg) translateX(-120%);
    opacity: 0.5;
    background: linear-gradient(to right, transparent, rgb(255, 255, 255));
    transition: none;
}

.heading {
    font-size: 55px;
    font-weight: 700;
    line-height: 58px;
    color: #1A2B4B;
    text-align: center;
    /* font-family: "DM Serif Display", serif; */
}

.sub-heading {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    color: #101828;
    text-align: center;
}

.leadership-story-wrapper {
    padding: 80px 0px 80px 0px;
}

.leadership-story-wrapper .card-box-wrapper {
    margin-top: 40px;
}

.leadership-story-wrapper .heading {
    font-size: 55px;
    font-weight: 700;
    line-height: 58px;
    color: #1A2B4B;
    text-align: center;
}

.leadership-story-wrapper .card-box-wrapper .vc_column-inner>.wpb_wrapper {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.3s ease;
    box-shadow: 0 5px 30px rgba(24, 24, 24, .15);
}

.leadership-story-wrapper .card-box-wrapper .vc_column-inner>.wpb_wrapper:hover {
    -webkit-box-shadow: 0 25px 30px -15px rgba(24, 24, 24, .3);
    box-shadow: 0 25px 30px -15px rgba(24, 24, 24, .3);
}

.leadership-story-wrapper .bottom-text {
    font-size: 18px;
    font-weight: 400;
    color: #101828;
    padding: 30px 8px 10px 8px;
}

.leadership-story-wrapper .card-box-title {
    font-size: 24px;
    font-weight: 600;
    color: #101828;
    padding: 20px 20px 20px 20px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

.leadership-story-wrapper .card-box-desc {
    font-size: 18px;
    font-weight: 400;
    color: #101828;
    padding: 0px 20px 10px 20px;
    line-height: 1.6;
    min-height: 100px;
}

.leadership-story-wrapper .read-more-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px 20px 20px;
}

.leadership-story-wrapper .read-more-btn p {
    margin: 0px;
    padding: 0px;
}

.leadership-story-wrapper .read-more-btn a {
    font-size: 16px;
    font-weight: 400;
    color: #14272d;
    padding: 0px 0px;
    display: inline-block;
    text-decoration: underline;
}

.leadership-story-wrapper .read-more-btn .img-box {
    background-color: #14272d;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.paoc-popup-mheading {
    font-size: 25px !important;
    color: #1A2B4B !important;
    font-weight: 700 !important;
    /* font-family: "DM Serif Display", serif; */
}

.paoc-popup-center-center .paoc-cb-popup-body {
    border-radius: 4px;
}

.leadership-story-wrapper .read-more-btn .img-box img {
    height: 18px;
    width: 18px;
}

.leadership-story-wrapper .image-box {
    /* overflow: hidden; */
    transition: transform 0.3s ease;
    cursor: pointer;
    position: relative;
}

.leadership-story-wrapper .image-box::after {
    content: "";
    display: block;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    position: absolute;
    pointer-events: none;
    background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 10%, transparent 60%);
    background: -moz-linear-gradient(bottom, rgb(255, 255, 255) 10%, transparent 60%);
    background: linear-gradient(to top, rgb(255, 255, 255) 10%, transparent 60%);
}

.leadership-story-wrapper .card-box-wrapper .vc_column-inner>.wpb_wrapper:hover .image-box {
    transform: scale(1.03);
}

.programs-overview-wrapper {
    padding: 80px 0px 0px !important;
}

.what-we-do-section {
    padding: 80px 0px !important;
    background-color: #fff;
}

.what-we-do-section .heading {
    margin-bottom: 40px !important;
}

.what-we-do-section .card-title-wrapper {
    text-align: center;
    background-color: #F0F4F8;
    /* transition: transform 0.3s ease;
    box-shadow: 0 5px 30px rgba(24, 24, 24, .15); */
    /* border: 1px solid #ededed; */
    padding: 25px 25px;
    border-radius: 0px;
    transition: all 300ms ease;
    margin-top: 20px;
    position: relative;
}

.paoc-popup-btn {
    background-color: #0062E6 !important;
    background: #0062E6 !important;
    padding: 8px 20px;
    margin-top: 20px !important;
    font-size: 16px !important;
    position: relative;
    overflow: hidden;
}

.paoc-popup-btn:hover {
    filter: brightness(1.15);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px;
}

.paoc-popup-btn:hover::before {
    transform: skewX(-15deg) translateX(120%);
    transition: transform 800ms;
}

.paoc-popup-btn::before {
    content: "";
    display: block;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    position: absolute;
    z-index: 1;
    transform: skewX(-15deg) translateX(-120%);
    opacity: 0.5;
    background: linear-gradient(to right, transparent, rgb(255, 255, 255));
    transition: none;
}

.what-we-do-section .card-title-wrapper:hover {
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, .5);
}

.what-we-do-section .card-title-wrapper h4 {
    font-size: 24px;
    font-weight: 500;
    color: #101828;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px;
}

.what-we-do-section .card-title-wrapper h5 {
    font-size: 20px;
    font-weight: 400;
    color: #101828;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px;
}

.what-we-do-section .card-title-wrapper p {
    font-size: 18px;
    font-weight: 400;
    color: #101828;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px;
    line-height: 1.6;
}

.what-we-do-section .card-title-wrapper .btn-link a {
    font-size: 14px;
    font-weight: 400;
    color: #101828;
    padding: 6px 20px 6px 20px;
    display: inline-block;
    background-color: #fbfbfb;
    border-radius: 40px;
}

.what-we-do-section .card-title-wrapper .btn-link {
    max-width: max-content;
    margin: auto;
    transition: opacity 0.8s ease;
}

.hover-text {
    position: absolute;
    bottom: -120px;
    left: -100px;
    background-color: #fff;
    border: 1px solid #f7f7f7;
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, .5);
    padding: 15px 15px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #101828;
    width: 600px;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease;
}

.hover-text.hover-text2 {
    right: 0;
    left: initial;
}

.what-we-do-section .btn-link:hover+.hover-text {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.8s ease;
}

.our-solution-wrapper h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    padding: 40px 0px 10px 0px;
    margin: 0px 0px;
}



.our-solution-wrapper p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 20px 0px 0px 0px;
    margin: 0px 0px;
    line-height: 1.6;
}

.our-solution-section .cta-btn a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px;
    line-height: 1.6;
    text-decoration: underline;
    display: inline-block;
}

.what-we-do-section .button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.what-we-do-section .button-wrapper a {
    font-size: 14px;
    font-weight: 400;
    color: #1A2B4B;
    padding: 8px 20px 8px 20px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #1A2B4B;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}


.what-we-do-section .button-wrapper a:hover {
    filter: brightness(1.15);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px;
}

.what-we-do-section .button-wrapper a:hover::before {
    transform: skewX(-15deg) translateX(120%);
    transition: transform 800ms;
}

.what-we-do-section .button-wrapper a::before {
    content: "";
    display: block;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    position: absolute;
    z-index: 1;
    transform: skewX(-15deg) translateX(-120%);
    opacity: 0.5;
    background: linear-gradient(to right, transparent, rgb(255, 255, 255));
    transition: none;
}

.why-organizations-section {
    padding: 80px 0px !important;
}

.why-organizations-section .left-section h4 {
    font-size: 55px;
    font-weight: 700;
    color: #1A2B4B;
    padding: 20px 0px 10px 0px;
    margin: 0px 0px;
    /* font-family: "DM Serif Display", serif !important; */
}

.why-organizations-section .left-section p {
    font-size: 18px;
    font-weight: 400;
    color: #101828;
    padding: 0px 0px;
    margin: 0px 0px;
    line-height: 1.6;
}

.what-to-expect-section {
    padding: 80px 0px !important;
    background-color: #f7f7f7ad;
}

.what-to-expect-section .box-image {
    border-radius: 5px;
}

.what-to-expect-section .card-box-inner>.vc_column-inner>.wpb_wrapper {
    border: 1px solid #e4e4e5;
    background-color: #fff;
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, .5);
    padding: 15px 15px;
    margin-bottom: 20px;
    min-height: 170px;
    border-radius: 15px;
}

.what-to-expect-section .card-box-inner.card-box-inner1>.vc_column-inner>.wpb_wrapper {
    display: none;
}

.what-to-expect-section .card-box-inner .wpb_single_image img {
    height: 60px;
    width: 60px;
}

.what-to-expect-section .box-text {
    font-size: 16px;
    font-weight: 500;
    color: #101828;
    padding: 0px 0px;
    margin: 0px 0px;
    padding: 20px 0px 0px 0px;
    line-height: 1.6;
    text-align: center;
}

.what-to-expect-section .left-section h4 {
    font-size: 55px;
    font-weight: 700;
    color: #1A2B4B;
    padding: 20px 0px 10px 0px;
    margin: 0px 0px;
    /* font-family: "DM Serif Display", serif !important; */
}

.what-to-expect-section .left-section p {
    font-size: 24px;
    font-weight: 400;
    color: #101828;
    padding: 20px 0px;
    margin: 0px 0px;
    line-height: 1.6;
}

.what-to-expect-section .cta-btn a {
    font-size: 20px;
    font-weight: 400;
    color: #101828;
    padding: 20px 0px;
    margin: 0px 0px;
    line-height: 1.6;
    text-decoration: underline;
}

.what-to-expect-section .right-box h6 {
    font-size: 15px;
    font-weight: 500;
    color: #101828;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.our-solution-section {
    background-color: #14272d;
    padding: 80px 0px !important;
}

.our-solution-section .heading {
    font-size: 55px;
    font-weight: 700;
    line-height: 58px;
    color: #fff;
    text-align: center;
}

.our-solution-section .sub-heading {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 20px 0px 40px 0px;
}

.our-solution-section .step-section {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    text-align: center;
    margin: 60px 0px;
}

.our-solution-section .step-section .box.arrow-img {
    margin-top: 25px;
}

.our-solution-section .step-section .box h5 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 20px 0px 40px 0px
}

.our-solution-section .heading-text {
    font-size: 25px;
    font-weight: 600;
    color: #101828;
    text-align: left;
    margin-bottom: 30px !important;
    margin-top: 40px;
}

.our-solution-section .heading-text1 {
    font-size: 18px;
    font-weight: 500;
    color: #101828;
    text-align: left;
    margin-bottom: 30px !important;
    margin-top: 40px;
}

.our-solution-left-section {
    margin-top: 40px;
}

.our-solution-section .bottom-box {
    margin-top: 30px;
}

.our-solution-section .bottom-box h6 a {
    font-size: 18px;
    font-weight: 500;
    color: #101828;
    margin: 0px 0px 8px 0px;
    text-decoration: underline;
}

.our-solution-section .bottom-box p {
    font-size: 16px;
    font-weight: 400;
    color: #101828;
    margin: 0px;
}

.our-solution-left-section .heading {
    font-size: 32px;
    font-weight: 600;
    color: #1A2B4B;
    text-align: left;
    margin-bottom: 20px !important;
}

.our-solution-left-section .sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #101828;
    text-align: left;
    line-height: 1.6;
}

.our-solution-left-section .image-section {
    width: 100%;
    margin-top: 25px;
}

.our-solution-left-section .image-section figure {
    display: block;
}

.our-solution-left-section .image-section figure>.vc_single_image-wrapper {
    display: block;
}

.our-solution-left-section .image-section img {
    width: 100%;
    border-radius: 10px;
}

.our-solution-section .box-wrapper {
    box-shadow: 0 5px 30px rgba(24, 24, 24, .15);
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.our-solution-section .box-wrapper h5 {
    font-size: 20px;
    font-weight: 600;
    color: #1A2B4B;
    margin: 15px 0px 8px 0px;
}

.our-solution-section .box-wrapper p {
    font-size: 16px;
    font-weight: 400;
    color: #101828;
    margin: 0px;
}


.leadership-development-section {
    padding: 80px 0px !important;
}

.leadership-development-section .leadership-development-top-section {
    max-width: 610px;
    margin: 0 auto;
}


.leadership-development-section .leadership-development-top-section h6 {
    font-size: 55px;
    font-weight: 700;
    color: #1A2B4B;
    text-align: center;
    margin: 0px auto;
    /* font-family: "DM Serif Display", serif !important; */
}

.leadership-development-section .leadership-development-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.leadership-development-section .leadership-development-list p {
    font-size: 16px;
    font-weight: 400;
    color: #101828;
    margin: 0px;
}

.leadership-development-section .leadership-development-list ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0px;
    padding: 0px;
}

.leadership-development-section .leadership-development-list ul li {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #101828;
}

.leadership-development-section .leadership-development-list ul li:first-child {
    list-style: none;
}

.leadership-development-section .leadership-development-top-section .desc {
    font-size: 16px;
    font-weight: 400;
    color: #101828;
    margin: 30px 0px;
    max-width: 500px;
}

.how-we-work-section {
    background-color: #fbfbfb;
    padding: 80px 0px !important;
}

.how-we-work-section .heading {
    margin-bottom: 40px !important;
}

.how-we-work-section .card-box-wrapper-section {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    height: 100%;
}

.how-we-work-section .card-box-left {
    grid-column: span 8;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.how-we-work-section .card-box-right {
    grid-column: span 4;
    height: 100%;

}

.how-we-work-section .card-box-wrapper {
    background-color: #f5f5f5;
    padding: 20px 20px;
    border-radius: 10px;
    grid-column: span 6;
}

.how-we-work-section .card-box-wrapper img {
    height: 40px;
    margin-bottom: 20px;
}


.how-we-work-section .card-box-wrapper.box3 {
    grid-column: span 12;
}

.how-we-work-section .card-box-wrapper.box4 {
    background-color: #070c46;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.how-we-work-section .card-box-wrapper.box4 .assessment-btn {
    margin-top: 40px;
}

.how-we-work-section .card-box-wrapper.box4 .assessment-btn a {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    display: block;
    width: fit-content;
}

.how-we-work-section .card-box-wrapper.box4 h4 {
    color: #fff;
}

.how-we-work-section .card-box-wrapper.box4 p {
    color: #fff;
}

.how-we-work-section .card-box-wrapper h4 {
    font-size: 20px;
    font-weight: 600;
    color: #101828;
    margin: 0px 0px 10px;
}

.how-we-work-section .card-box-wrapper p {
    font-size: 16px;
    font-weight: 400;
    color: #101828;
    margin: 0px 0px 0px;
}

/* Contact Us Page */
.contact-us-left-wrapper {
    margin-top: 150px;
}

.contact-us-left-wrapper h1 {
    font-size: 24px;
    font-weight: 600;
    color: #101828;
    margin: 0px;
}

.contact-us-left-wrapper p {
    font-size: 18px;
    font-weight: 400;
    color: #101828;
    line-height: 1.6;
    margin: 20px 0px 0px 0px;
}

.contact-heading-wrapper {
    margin-top: 20px;
}

.contact-heading-wrapper h5 {
    font-size: 24px;
    font-weight: 600;
    color: #101828;
    margin: 0px 0px 10px 0px;
}

.contact-heading-wrapper a {
    font-size: 14px;
    font-weight: 400;
    color: #1A2B4B;
    padding: 8px 20px 8px 20px;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #1A2B4B;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}


.contact-heading-wrapper a:hover {
    filter: brightness(1.15);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px;
}

.contact-heading-wrapper a:hover::before {
    transform: skewX(-15deg) translateX(120%);
    transition: transform 800ms;
}

.contact-heading-wrapper a::before {
    content: "";
    display: block;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    position: absolute;
    z-index: 1;
    transform: skewX(-15deg) translateX(-120%);
    opacity: 0.5;
    background: linear-gradient(to right, transparent, rgb(255, 255, 255));
    transition: none;
}


.contact-heading-wrapper ul {
    padding: 0px 0px 0px 30px;
    margin: 0px;
}

.contact-heading-wrapper ul li {
    padding: 5px 0px 0px 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #101828;
}

.contact-form-wrapper {
    margin-top: 150px;
}

/* The Leadership Storyline™ System page */
.page-intro-section {
    padding: 80px 0px !important;
    background-color: #14272d;
    margin-top: 80px;
}

.page-intro-left-box h2 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    padding: 0px 0px;
    text-align: left;
    margin: 0px 0px 15px 0px;
}

.page-intro-left-box p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 0px 0px 15px;
    text-align: left;
    margin: 0px 0px;
    line-height: 1.6;
}

.three-connected-chapters-section {
    padding: 80px 0px;
}

.three-connected-chapters-section .heading h2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 70px;
    color: #1A2B4B;
    text-align: center;
    margin: 0px auto 40px auto;
    max-width: 720px;
}

.three-connected-chapters-section .card-wrapper {
    background-color: #fff;
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, .5);
    padding: 30px 30px;
    margin: 20px 10px;
    border-radius: 10px;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.three-connected-chapters-section .card-wrapper .icon {
    text-align: end;
    margin: 0px 0px 20px 0px;
}

.three-connected-chapters-section .card-wrapper h5 {
    font-size: 20px;
    font-weight: 600;
    color: #101828;
    padding: 0px 0px;
    margin: 0px 0px 25px 0px;
}

.three-connected-chapters-section .card-wrapper h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #101828;
    padding: 0px 0px;
    margin: 0px 0px 20px 0px;
}

.three-connected-chapters-section .card-wrapper .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #101828;
    padding: 0px 0px;
    margin: 10px 0px 20px 0px;
    font-style: italic;
}

.three-connected-chapters-section .card-wrapper a {
    font-size: 14px;
    font-weight: 400;
    color: #101828;
    padding: 6px 20px 6px 20px;
    display: inline-block;
    background-color: #f1f1f1;
    border-radius: 40px;
}

.our-solution-wrapper {
    padding: 80px 0px;
    background-color: #14272d;
}

.our-solution-wrapper .heading h2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 58px;
    color: #fff;
    text-align: center;
    padding: 0px 0px;
    margin: 0px 0px 40px 0px;
}

.our-solution-wrapper .left-text-box {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-align: left;
    line-height: 1.6;
    margin-top: 20px;
}

.our-solution-wrapper .box-wrapper {
    box-shadow: 0 5px 30px rgba(24, 24, 24, .15);
    background-color: #192f36;
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.our-solution-wrapper .box-wrapper h5 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 15px 0px 8px 0px;
}

.our-solution-wrapper .box-wrapper p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}


/* About us page  */


.about-us-wrapper-section {
    padding: 130px 0px 80px 0px !important;
    background-color: #14272d;
}

.about-us-wrapper-section .heading h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 58px;
    color: #fff;
    text-align: center;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

.about-us-wrapper-section .sub-text {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}


.about-timeline-section {
    padding: 80px 0px;
}




.timeline {
    position: relative;
    max-width: 700px;
    width: 100%;
    padding-left: 50px;
    margin: 0 auto;
    border-left: 2px solid #14272d;
}

.timeline-step {
    position: relative;
    margin-bottom: 40px;
}

.timeline .dot {
    position: absolute;
    left: -72px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #14272d;
}

.timeline .timeline-step-last .dot {
    top: initial;
    bottom: 0;
}

.timeline .content h3 {
    margin: 0 0 6px;
    font-size: 24px;
    color: #14272d;
    font-weight: 500;
}

.timeline .content {
    background-color: #fff;
    box-shadow: 0 5px 30px rgba(24, 24, 24, .15);
    border-radius: 10px;
    padding: 20px 20px;
}

.timeline .content p {
    margin: 0;
    font-size: 20px;
    color: #14272d;
    line-height: 1.6;
}

.about-why-the-change-section {
    padding: 80px 0px !important;
}

.about-why-the-change-section .heading h2 {
    font-size: 55px;
    font-weight: 700;
    color: #1A2B4B;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px;
    text-align: left;
}

.about-why-the-change-section .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #101828;
    padding: 15px 0px 0px;
    margin: 0px;
}

.about-leadership-storyline-section {
    padding: 80px 0px !important;
}

.about-leadership-storyline-section .sub-head {
    font-size: 20px;
    font-weight: 400;
    margin: 25px auto 40px auto !important;
    color: #14272d;
    line-height: 1.6;
    text-align: center;
    max-width: 800px;
}

.about-leadership-storyline-section .card-title-wrapper {
    text-align: center;
    background-color: #F0F4F8;
    padding: 25px 25px;
    border-radius: 0px;
    transition: all 300ms ease;
    margin-top: 20px;
    position: relative;
}

.about-leadership-storyline-section .card-title-wrapper:hover {
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, .5);
}

.about-leadership-storyline-section .card-title-wrapper h4 {
    font-size: 24px;
    font-weight: 500;
    color: #101828;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px;
}

.about-leadership-storyline-section .card-title-wrapper h5 {
    font-size: 20px;
    font-weight: 400;
    color: #101828;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px;
}

.about-leadership-storyline-section .what-we-do-section .card-title-wrapper p {
    font-size: 18px;
    font-weight: 400;
    color: #101828;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px;
    line-height: 1.6;
}

.about-us-top-banner-text {
    padding-top: 150px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.about-us-top-banner-text .left-box h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    padding: 0px 0px 10px 0px;
    margin: 0px auto;
    max-width: 700px;
}

.about-us-top-banner-text .left-box h5 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px;
    /* font-family: "DM Serif Display", serif !important; */
}

.about-us-top-banner-text .left-box .desc {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 15px 0px 0px;
    margin: 0px auto;
    max-width: 800px;
    line-height: 1.6;
}

.about-storybook-section {
    padding: 60px 0px 60px !important;
    background-color: #F0F4F8;
}

.about-storybook-section .card-box {
    font-size: 18px;
    font-weight: 400;
    color: #101828;
    padding: 15px 0px 0px;
    margin: 0px;
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, .5);
    background-color: #ffffff;
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-storybook-section .heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1A2B4B;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 1.6;
    text-align: left;
}

.about-storybook-section .right-desc {
    font-size: 22px;
    font-weight: 400;
    color: #1A2B4B;
    padding: 10px 0px 0px;
    margin: 16px 0px 0px 0px;
    line-height: 1.6;
    font-style: italic;
}

.about-storybook-section .left-box h5 {
    font-size: 55px;
    font-weight: 700;
    color: #1A2B4B;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px;
    /* font-family: "DM Serif Display", serif !important; */
}

.about-storybook-section .left-box .desc {
    font-size: 16px;
    font-weight: 400;
    color: #101828;
    padding: 15px 0px 0px;
    margin: 0px;
}

.about-meet-founder-section {
    padding: 60px 0px !important;
}

.about-meet-founder-section .cta-button a {
    background-color: #14272d;
    border: 1px solid #14272d;
    border-radius: 4px;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px !important;
    position: relative;
    overflow: hidden;
    display: inline-block;
}


.about-meet-founder-section .cta-button a:hover {
    filter: brightness(1.15);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px;
}

.about-meet-founder-section .cta-button a:hover::before {
    transform: skewX(-15deg) translateX(120%);
    transition: transform 800ms;
}

.about-meet-founder-section .cta-button a::before {
    content: "";
    display: block;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    position: absolute;
    z-index: 1;
    transform: skewX(-15deg) translateX(-120%);
    opacity: 0.5;
    background: linear-gradient(to right, transparent, rgb(255, 255, 255));
    transition: none;
}

.about-meet-founder-section .left-box h5 {
    font-size: 55px;
    font-weight: 700;
    color: #1A2B4B;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px;
    /* font-family: "DM Serif Display", serif !important; */
}

.about-meet-founder-section .left-box .desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #101828;
    padding: 15px 0px 0px;
    margin: 0px;
}

.our-mission-wrapper {
    /* padding: 0px 0px !important; */
    background-color: #14272d;
}

.our-mission-right-wrapper>.vc_column-inner {
    max-width: 600px;
    text-align: center;
    margin: 80px auto 0px auto !important;
}

.our-mission-left-box h4 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    padding: 15px 0px 0px;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
}


.our-mission-left-box h6 {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    padding: 15px 0px 0px;
    margin: 0px;
    text-align: center;
    line-height: 1.6;
}

.our-mission-left-box .link a {
    font-size: 16px;
    font-weight: 600;
    color: #101828;
    padding: 15px 0px 0px;
    margin: 0px;
    display: inline-block;
    text-decoration: underline;
}

.work-with-wrapper-section {
    padding: 150px 0px 60px 0px !important;
}

.work-with-wrapper-section .heading-section {
    font-size: 40px;
    font-weight: 600;
    color: #101828;
    padding: 0px 0px;
    margin: 0px 0px 10px 0px;
}

.work-with-wrapper-section .desc {
    font-size: 20px;
    font-weight: 400;
    color: #101828;
    padding: 0px 0px;
    margin: 0px 0px 40px 0px;
    line-height: 1.6;
}

.work-with-wrapper-section .middle-text .text {
    font-size: 18px;
    font-weight: 400;
    color: #101828;
    line-height: 1.6;
    padding: 0px 0px;
    margin: 0px 0px 20px 0px;
}

.work-with-us {
    padding: 80px 0px !important;
    background-color: #1d283e;
}

.work-with-us .heading h3 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    padding: 0px 0px;
    margin: 0px auto 70px auto;
    text-align: center;
    max-width: 600px;
}

.work-with-us .card-box-wrapper h5 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding: 0px 0px;
    margin: 0px 0px 20px 0px;
}

.work-with-us .card-box-wrapper h6 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 0px 0px;
    margin: 0px 0px 20px 0px;
}

.work-with-us .card-box-wrapper p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 0px 0px;
    line-height: 1.6;
    margin: 0px 0px 10px 0px;
}

.line-section {
    background-color: #ffffff5e;
    min-height: 300px;
    width: 1px;
    margin: auto;
}

.leadership-bench-section {
    padding: 60px 0px !important;
}

.leadership-bench-section .card-wrapper {
    background-color: #fff;
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, .5);
    padding: 30px 30px;
    border-radius: 10px;
    min-height: 340px;
}

.leadership-bench-section .card-wrapper .icon {
    text-align: end;
    margin: 0px 0px 20px 0px;
}

.leadership-bench-section .card-wrapper h5 {
    font-size: 20px;
    font-weight: 600;
    color: #101828;
    padding: 0px 0px;
    margin: 0px 0px 25px 0px;
}

.leadership-bench-section .card-wrapper h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #101828;
    padding: 0px 0px;
    margin: 0px 0px 20px 0px;
}

.leadership-bench-section .card-wrapper a {
    font-size: 14px;
    font-weight: 400;
    color: #101828;
    padding: 6px 20px 6px 20px;
    display: inline-block;
    background-color: #f1f1f1;
    border-radius: 40px;
}

.leadership-bench-section .btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.leadership-bench-section .btn-link a {
    font-size: 14px;
    font-weight: 400;
    color: #1A2B4B;
    padding: 8px 20px 8px 20px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #1A2B4B;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}



.leadership-bench-section .btn-link a:hover {
    filter: brightness(1.15);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px;
}

.leadership-bench-section .btn-link a:hover::before {
    transform: skewX(-15deg) translateX(120%);
    transition: transform 800ms;
}

.leadership-bench-section .btn-link a::before {
    content: "";
    display: block;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    position: absolute;
    z-index: 1;
    transform: skewX(-15deg) translateX(-120%);
    opacity: 0.5;
    background: linear-gradient(to right, transparent, rgb(255, 255, 255));
    transition: none;
}

.contact-form-wrapper input {
    border: 1px solid #d9d9d9 !important;
    border-radius: 5px !important;
    background-color: #f0f4f8 !important;
}

.contact-form-wrapper select {
    border: 1px solid #d9d9d9 !important;
    border-radius: 5px !important;
    background-color: #f0f4f8 !important;
}

.contact-form-wrapper input[type=radio] {
    border-radius: 50% !important;
}

.contact-form-wrapper input[type=radio]:focus {
    box-shadow: none !important;
    border-radius: 50% !important;
}

.contact-form-wrapper input:focus {
    border: 1px solid #101828 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

.contact-form-wrapper select:focus {
    border: 1px solid #101828 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

.contact-form-wrapper .frm_button_submit {
    background-color: #1A2B4B !important;
    border: 1px solid #1A2B4B !important;
    border-radius: 5px !important;
    color: #fff !important;
    padding: 10px 40px !important;
    overflow: hidden;
    position: relative;
}


.contact-form-wrapper .frm_button_submit:hover {
    filter: brightness(1.15);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px;
}

.contact-form-wrapper .frm_button_submit:hover::before {
    transform: skewX(-15deg) translateX(120%);
    transition: transform 800ms;
}

.contact-form-wrapper .frm_button_submit::before {
    content: "";
    display: block;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    position: absolute;
    z-index: 1;
    transform: skewX(-15deg) translateX(-120%);
    opacity: 0.5;
    background: linear-gradient(to right, transparent, rgb(255, 255, 255));
    transition: none;
}

/* footer */

.bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.bottom-footer .footer-right {}

.bottom-footer .footer-right ul {
    padding: 0px 0px;
    margin: 0px 0px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.bottom-footer .footer-right ul li {
    padding: 0px 0px;
    margin: 0px 0px;
    list-style: none;
}

.bottom-footer .footer-right ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 767px) {

    .about-us-wrapper-section .heading h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .timeline {
        width: 88%;
        padding-left: 55px;
    }

    .timeline .dot {
        left: -77px;
    }

    .about-us-wrapper-section {
        padding: 110px 0px 40px 0px !important;
    }

    .about-timeline-section {
        padding: 40px 0px;
    }

    .about-why-the-change-section {
        padding: 40px 0px !important;
    }

    .about-why-the-change-section .heading h2 {
        font-size: 30px;
    }

    .about-leadership-storyline-section {
        padding: 40px 0px !important;
    }

    .positioning-story-wrapper .heading {
        font-size: 30px;
        line-height: 40px;
    }

    .positioning-story-wrapper {
        padding: 40px 0px 40px 0px !important;
    }

    .frameworks-wrapper-section {
        padding: 40px 20px 40px !important;
    }

    .frameworks-wrapper-section .heading {
        font-size: 30px;
        line-height: 40px;
    }

    .frameworks-wrapper-section .btn-section a {
        margin-bottom: 30px;
    }

    .leadership-story-wrapper .heading {
        font-size: 30px;
        line-height: 40px;
    }

    .our-solution-section .heading {
        font-size: 30px;
        line-height: 40px;
    }

    .our-solution-section .sub-heading {
        font-size: 18px;
        font-weight: 500;
        margin: 20px 0px 30px 0px;
    }

    .our-solution-wrapper h2 {
        font-size: 25px;
        color: #fff;
        padding: 20px 0px 10px 0px;
    }

    .our-solution-section .cta-btn a {
        padding: 0px 0px 0px 30px;
    }

    .about-us-top-banner-text {
        padding-top: 100px;
    }

    .top-banner-section {
        padding: 60px 0px;
    }

    .about-us-top-banner-text .left-box h5 {
        font-size: 33px;
    }

    .our-solution-wrapper {
        padding: 40px 20px
    }

    .our-solution-wrapper .heading h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0px 0px 20px 0px;
    }

    .what-to-expect-section .cta-btn {
        margin-bottom: 30px;
    }

    .top-banner-section .banner-title {
        font-size: 32px;
        line-height: 50px;
        margin-top: 20px;
        padding: 0px 0px;
    }

    .about-us-top-banner-text .left-box h1 {
        font-size: 30px;
    }

    .page-intro-left-box h2 {
        font-size: 30px;
    }

    .page-intro-section {
        padding: 40px 0px !important;
        margin-top: 40px;
    }

    .three-connected-chapters-section {
        padding: 4px 0px;
    }

    .three-connected-chapters-section .heading h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .top-banner-section .top-banner-text {
        padding: 0px 0px;
    }

    .top-banner-section .button-link {
        padding: 0px 0px;
    }

    .top-banner-section .top-banner-text2 {
        padding: 0px 0px;
    }

    .heading {
        font-size: 30px;
        line-height: 40px;
    }

    .our-solution-left-section {
        margin-top: 20px;
    }

    .button-section a {
        padding: 8px 10px;
        font-size: 14px;
    }

    .leadership-development-section .leadership-development-top-section h6 {
        font-size: 30px;
    }

    .leadership-development-section .leadership-development-list ul {
        gap: 10px 25px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .leadership-development-section .leadership-development-list {
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px;
        margin-top: 15px;
    }

    .how-we-work-section .card-box-wrapper {
        grid-column: span 12;
    }

    .how-we-work-section .card-box-right {
        grid-column: span 12;
    }

    .how-we-work-section .card-box-left {
        grid-column: span 12;
    }

    .leadership-story-wrapper {
        padding: 40px 0px;
    }

    .our-solution-section {
        padding: 40px 0px !important;
    }

    .leadership-development-section {
        padding: 40px 0px !important;
    }

    .how-we-work-section {
        padding: 40px 0px !important;
    }

    .our-solution-wrapper h3 {
        font-size: 30px;
    }

    .our-solution-wrapper p {
        margin-bottom: 20px !important;
    }

    .programs-overview-wrapper {
        padding: 40px 0px !important;
    }

    .our-solution-wrapper h3 {
        font-size: 30px;
        padding: 10px 0px 10px 0px;
    }

    .what-we-do-section {
        padding: 40px 0px !important;
    }

    .what-we-do-section .card-title-wrapper {
        box-shadow: 0 7px 30px -10px rgba(150, 170, 180, .5);
    }

    .what-we-do-section .button-wrapper a {
        padding: 8px 14px 8px 14px;
        font-size: 13px;
    }

    .what-we-do-section .button-wrapper {
        gap: 8px;
    }

    .what-to-expect-section .left-section h4 {
        font-size: 30px;
        padding: 0px 0px 10px 0px;
    }

    .what-to-expect-section {
        padding: 40px 0px !important;
    }

    .why-organizations-section .left-section h4 {
        font-size: 30px;
    }

    .why-organizations-section {
        padding: 40px 0px !important;
    }

    .contact-us-left-wrapper {
        margin-top: 100px;
    }

    .work-with-wrapper-section .middle-text .text {
        margin: 20px 0px 20px 0px;
        padding: 0px 20px;
    }

    .work-with-wrapper-section {
        padding: 100px 0px 40px 0px;
    }

    .work-with-us {
        padding: 40px 0px !important;
    }

    .line-section {
        display: none;
    }

    .leadership-bench-section .btn-link {
        flex-direction: column;
        gap: 5px;
    }

    .leadership-bench-section .card-wrapper {
        margin-bottom: 20px;
    }

    .about-storybook-section .left-box h5 {
        font-size: 30px;
    }

    .about-storybook-section {
        padding: 40px 0px 40px !important;
    }

    .about-storybook-section .card-box {
        align-items: flex-start;
    }

    .about-storybook-section .left-box .desc {
        padding: 15px 0px 10px;
    }

    .about-meet-founder-section {
        padding: 40px 0px !important;
    }

    .about-meet-founder-section .left-box h5 {
        font-size: 30px;
        padding: 15px 0px 10px 0px;
    }

    .our-mission-wrapper {
        padding: 0px 0px !important;
    }

    .our-mission-right-wrapper>.vc_column-inner {
        margin: 30px auto 30px auto !important;
    }

    .our-mission-left-box h4 {
        font-size: 30px;

    }

    .our-mission-left-box .link a {
        padding: 15px 0px 15px;
    }

    .contact-form-wrapper {
        margin-top: 40px;
    }

    .contact-heading-wrapper h5 {
        margin: 0px 0px 20px 0px;
    }

    .hover-text {
        bottom: -175px;
        width: 100%;
    }
}