@font-face {
    font-family: "FK-Grotesk-Neue Black";
    src: url(../font/FKGroteskNeue-Black.woff);
}

/* Organization Cards */
.org-card {
    background-color: var(--arete-bg-dark);
    border: 2px solid var(--arete-primary);
    border-radius: 8px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s ease;
    max-width: 300px;
    margin: 0 auto;
}

.org-card:hover {
    background-color: var(--arete-primary);
    border-color: var(--arete-primary);
    cursor: initial;
}

.org-card:hover h6,
.org-card:hover ul li {
    color: var(--arete-bg-dark);
}

.org-card h6 {
    color: var(--arete-text-light);
    font-family: var(--arete-font-family);
    font-weight: var(--arete-font-bold);
    margin-bottom: 16px;
}

.org-card .card-icon {
    margin-bottom: 16px;
}

.org-card .card-icon img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(97%) saturate(638%) hue-rotate(3deg) brightness(100%) contrast(101%);
}

.org-card:hover .card-icon img {
    filter: brightness(0) saturate(100%);
}

.org-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.org-card ul li {
    color: var(--arete-text-light);
    font-family: var(--arete-font-family);
    font-size: 14px;
    padding: 4px 0;
}

/* Organization CTA Block */
.org-cta-block {
    background-color: var(--arete-primary);
    padding: 3rem 4rem;
    border-radius: 8px;
    max-width: 1000px;
    margin: 30px auto 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
}


.org-cta-block .row {
    margin: 0;
}

.org-cta-block [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.org-cta-block h5 {
    color: var(--arete-bg-dark);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0;
}

.org-cta-block p {
    color: var(--arete-bg-dark);
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5;
}

@media (max-width: 991px) {
.org-cta-block{
    padding: 2rem .4rem;
}

    .org-cta-block p {
        margin-bottom: 2rem !important;
    }
}

.org-cta-block .btn {
    background-color: var(--arete-bg-dark);
    color: var(--arete-primary);
    padding: 16px 32px;
    border-radius: 54px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.org-cta-block .btn:hover {
    background-color: transparent;
    border: 1px solid var(--arete-bg-dark);
    color: var(--arete-bg-dark);
}

/* Global h1 Styles */
h1 {
    font-size: 85px;
    font-family: var(--arete-font-family);
    font-weight: var(--arete-font-black);
    color: var(--arete-text-light);
    text-align: left;
    line-height: 75px;
    margin-bottom: 16px;
}

/* Contact Icon */
.contact-icon {
    width: 44px;
    height: 44px;
    background-color: rgba(236, 182, 19, 0.08);
    border-radius: 6px;
}

.contact-image {
    width: 100% !important;
    height: auto !important;
    padding: 1rem !important;
}

/* Form Wrapper */
.form-wrapper {
    background-color: rgba(236, 182, 19, 0.08);
    border-radius: 6px;
    padding: 2rem;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Contact Image */
.contact-image {
    width: 40vw;
    height: 15vw;
    margin-top: 2rem;
    overflow: hidden;
}

@media (max-width: 420px){
    .contact-image{
        width: 100%;
        height: 100%;
        margin-bottom: 2rem;
    }
    .none {
        display: none;
    }
    .bridge_the_gap .section-title {
        max-width: 80%;
        margin: 0 auto;
    }
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
        border-radius: 12px;
}

    

@font-face {
    font-family: "FK-Grotesk-Neue Black Italic";
    src: url(../font/FKGroteskNeue-BlackItalic.woff);
    font-style: italic;
}
@font-face {
    font-family: "FK-Grotesk-Neue Bold";
    src: url(../font/FKGroteskNeue-Bold.woff);
    font-weight: 700;
}
@font-face {
    font-family: "FK-Grotesk-Neue Bold Italic";
    src: url(../font/FKGroteskNeue-BoldItalic.woff);
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "FK-Grotesk-Neue Italic";
    src: url(../font/FKGroteskNeue-Italic.woff);
    font-style: italic;
}
@font-face {
    font-family: "FK-Grotesk-Neue Light";
    src: url(../font/FKGroteskNeue-Light.woff);
    font-weight: 300;
}
@font-face {
    font-family: "FK-Grotesk-Neue Light Italic";
    src: url(../font/FKGroteskNeue-LightItalic.woff);
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "FK-Grotesk-Neue Medium";
    src: url(../font/FKGroteskNeue-Medium.woff);
    font-weight: 500;
}
@font-face {
    font-family: "FK-Grotesk-Neue Medium Italic";
    src: url(../font/FKGroteskNeue-MediumItalic.woff);
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "FK-Grotesk-Neue Regular";
    src: url(../font/FKGroteskNeue-Regular.woff);
    font-weight: 400;
}
@font-face {
    font-family: "FK-Grotesk-Neue Thin";
    src: url(../font/FKGroteskNeue-Thin.woff);
    font-weight: 100;
}
@font-face {
    font-family: "FK-Grotesk-Neue Thin Italic";
    src: url(../font/FKGroteskNeue-ThinItalic.woff);
    font-weight: 100;
    font-style: italic;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bg-white {
    background-color: #FFFEFA;
}

.main-wrapper {
    background-color: #221D10;
    width: 100%;
}

.pointer {
    cursor: pointer;
}
.video_thumbnail_wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}
.video_thumbnail_wrapper .video-thumbnail {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.video_thumbnail_wrapper .vh_full {
    height: 100vh;
}
.video_thumbnail_wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFEFA;
    font-size: 20px;
}
.play_btn_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%}
.play_btn_wrapper .play_icon {
    width: 100px;
    height: 100px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    min-height: unset;
    z-index: 9;
}
.fancybox-content {
    height: 90%;
    width: 100%;
    background-color: #221D10!important;
    padding: 0!important;
    overflow: hidden;
}
.fancybox-content video {
    object-fit: cover;
}
.fancybox-slide--html .fancybox-close-small {
    padding: 10px;
    right: 20px;
    top: 15px;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 100px;
    transition: all .3s;
}
.fancybox-slide--html .fancybox-close-small svg {
    color: #FFFEFA!important;
}
.fancybox-slide--html .fancybox-close-small:hover {
    background-color: rgba(255, 255, 255, .6);
    transition: all .3s;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--arete-primary);
    font-weight: inherit!important;
}
.bg-blue {
    background-color: #221D10!important;
    color: #FFFEFA;
}
.relative {
    position: relative;
}
.hover-underline {
    display: inline-block;
    position: relative;
    color: unset;
    text-decoration: none;
}
.main-footer a {
    text-decoration: none;
}
.main-footer .footer_inner p{
    max-width: 80%;
}

@media (max-width: 1192px) {


.main-footer .footer_inner h2 {
    font-size: 54px;
}
.main-footer .footer_inner p {
    text-align: center;
    margin: 0 auto;
}

    .main-footer .footer_inner {
        text-align: center;
        display: flex;
    }
    .main-footer .footer_inner .row {
        flex-direction: row;
        align-items: center;
    }
    .main-footer .footer_inner .col-lg-4 {
        margin-bottom: 2rem;
        width: 100%;
        justify-content: center !important;
    }
    .main-footer .footer_inner .col-lg-4:last-child {
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        margin: 0 auto !important;
        
    }
    .main-footer .footer_inner .col-lg-4:first-child {
        text-align: center;
    }
    .main-footer .footer_inner .col-lg-4:nth-child(2) {
        text-align: center;
    }
    .main-footer .footer_inner .col-lg-4:last-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}



/* Hero responsive styles for all pages */
@media (max-width: 848px) {
     .caption,
    [class*="-banner"] .caption {
        padding-bottom: 0rem;
        margin-top: 4rem;
        align-items: center;
    }
    .caption h1,
    [class*="-banner"] .caption h1 {
        font-size: 60px !important;
        line-height: 1.2 !important;
        min-width: max-content !important;
        display: inline-block !important;
        white-space: nowrap !important;
    }

   .caption .col-lg-6 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
     .caption .row {
        justify-content: center;
    }
}

@media (max-width: 420px) {
     .caption h1,
    [class*="-banner"] .caption h1 {
        font-size: 42px !important;
    }
    
    .caption .col-lg-6,
    [class*="-banner"] .caption .col-lg-6 {
        padding: 0 .8rem !important;
        max-width: 100vw;
        
    }
    /* Footer responsive for all pages */
    .main-footer .btn {
        display: none;
    }
    .main-footer ul li a {
        font-size: 16px !important;
    }
    .main-footer .footer_inner {
        text-align: left !important;
    }
    .main-footer .footer_inner .row,
    .main-footer .footer_inner > div {
        flex-direction: column !important;
        align-items: center !important;
    }
    .main-footer .footer_inner .col-lg-4,
    .main-footer .footer_inner .col-12,
    .main-footer .footer_inner .col-sm-5,
    .main-footer .footer_inner .col-sm-12 {
        width: 100% !important;
        margin-bottom: 1.5rem;
        text-align: center !important;
    }
    .main-footer .footer_inner h3,
    .main-footer .footer_inner h2 {
        font-size: 38px !important;
        line-height: 38px !important;
        margin-bottom: 1rem !important;
    }

    .sec__title {
        text-align: center;
        width: 90% !important;
    }
}

.hover-underline:hover {
    text-decoration: unset;
    color: unset;
}
.hover-underline:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.hover-underline:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #FFFEFA;
    transform-origin: bottom right;
    transition: transform .25s ease-out;
}
.wrapper {
    width: 1480px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1480px;
}
.wrapper-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%
}
.dark_menu .nav-link {
    color: #221D10!important;
}
.site_navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: transparent;
    transition: background-color .3s ease;
    max-width: 100vw;

    overflow-x: visible;
}
.site_navigation nav {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    overflow-x: visible;
}
.site_navigation nav .container-fluid {
    max-width: 1480px;
    padding-left: 15px;
    padding-right: 15px;
}
.site_navigation nav .navbar-toggler {
    margin-left: auto;
}
.site_navigation nav .dropdown {
    margin-right: 20px;
}
.site_navigation nav .dropdown .dropdown-toggle::after {
    content: "\f107";
    display: inline-block;
    margin-left: 0;
    font-family: FontAwesome;
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    border-left: unset;
    font-size: 20px;
    position: absolute;
    top: 4px;
    left: 65%}
.site_navigation nav .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}
.site_navigation nav .nav-item .dropdown-menu {
    border-radius: 10px;
    padding: 0;
    top: 44px;
    overflow: hidden; /* this is the key addition */
}

.site_navigation nav .nav-item .dropdown-menu .dropdown-item {
    line-height: 60px;
    border-bottom: 1px solid #ccc;
    font-family: "FK-Grotesk-Neue Medium";
    font-size: 16px;
    transition: .5s;
}

.site_navigation nav .nav-item .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.site_navigation nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #d4a311;
    color: #FFFEFA;
    transition: .5s;
}
.site_navigation nav .navbar-nav .nav-link {
    color: #FFFEFA;
    font-family: "FK-Grotesk-Neue Medium";
    font-size: 16px;
    margin-right: 48px;
    padding-left: 0;
    padding-right: 0;
}
.site_navigation nav .navbar-nav .nav-link.contact_btn {
 
        border-radius: 100px;
    padding: 10px 24px;
    margin-right: 0;
    z-index: 999;
    color: #FFFEFA!important;
    background-color: transparent;
    border: 1px solid #FFFEFA;
}
.site_navigation nav .navbar-nav .nav-link.contact_btn:hover {
   color: #FFFEFA!important;
    background-color: #ECB613;
    border: 1px solid #d4a311;
    font-weight: inherit!important;
    transition: .3s;
}
.site_navigation .nav_footer {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    bottom: 0;
    padding-bottom: 24px;
    display: none;
    background-color: #221D10;
}
.site_navigation .nav_footer .footer_logo {
    display: flex;
    align-items: center;
    color: #FFFEFA;
    margin-bottom: 40px;
}
.site_navigation .nav_footer .footer_copyrights {
    color: rgba(255,254,250,0.5);
}
@keyframes scrollAnimation {
    0% {
    margin-top: 0;
}
50% {
    margin-top: 5px;
}
100% {
    margin-top: 0;
}
}.main-banner {
    position: relative;
    max-height: 100%;
    overflow: hidden;
    margin-bottom: -7px;
    min-height: 100vh;
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-banner .caption {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 14rem;
}

.main-banner .caption .col-lg-6 {
    padding-left: 120px;
}

.main-banner .caption p {
    color: var(--arete-text-light);
}

.main-banner .image-overlay {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .6) 100%);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}
.main-banner .banner_img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.main-banner .caption {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 14rem;
}

@media (max-width: 848px) {
    .main-banner .caption {
        padding-bottom: 0rem;
        margin-top: 4rem;
        align-items: center;
    }
    .main-banner .caption h1 {
        font-size: 60px !important;
        line-height: 1.2 !important;
    }
    .caption p {
        font-size: 16px !important;
        width: 100% !important;
        max-width: 400px;
    }
    .main-banner .caption .col-lg-6 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .main-banner .caption .row {
        justify-content: center;
    }
}

@media (max-width: 420px) {
    .jackie-section h2,
    .others-section-2 h6,
    .main-footer h2 {
        font-size: 38px !important;
        line-height: 38px !important;
        margin-bottom: 2rem !important;
        text-align: left;
    }
    .organizational-level h4 {
        font-size: 38px !important;
        line-height: 38px !important;
        margin-bottom: 2rem !important;
        text-align: center !important;
        width: 100% !important;
    }
    .organizational-level p {
        width: 100% !important;
        padding-right: 20px !important;
    }
    .our-solutions h6:first-child {
        font-size: 38px !important;
        line-height: 38px !important;
        margin-bottom: 2rem !important;
        text-align: center !important;
        width: 100% !important;
    }
    .our-solutions .p-effect .os-box {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .our-solutions-cards .os-box p {
        text-align: center;
    }
    .main-footer h2 {
        text-align: center;
    }
    .main-banner {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .main-banner .caption h1 {
        font-size: 42px !important;
        line-height: 42px !important;
        text-align: left;
    }
    .caption p {
        font-size: 16px !important;
        text-align: left;
    }
    .our_team_list {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .our_team_list .team_member {
        padding: 15px;
    }
    .our_team_list .team_member img {
        height: 200px;
    }
    .team_intro {
        padding: 40px 15px;
    }
    .team_intro .wrapper-full .team_description {
        padding: 20px 15px;
   
    }
}

@media (max-width: 420px) {
    .caption h1 {
        font-size: 42px !important;
    }
    .caption p {
        font-size: 16px !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .caption .col-lg-6 {
        padding: 0 .8rem !important;
    }
}

.main-banner .caption .group-coaching-title {
    width: 75%}
.main-banner .caption .scroll_down_btn {
    position: absolute;
    right: 0;
    color: #FFFEFA;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 100px;
    height: 56px;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    cursor: pointer;
    top: 0;
}
.main-banner .caption .scroll_down_btn img {
    position: absolute;
    top: 15px;
    transition: top 1s linear;
}
.main-banner .caption .scroll_down_btn img.animated {
    animation: scrollAnimation 1s linear infinite;
}
.caption p {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Light";
    color: #FFFEFA;
    line-height: 26px;
    text-align: left;
    width: 600px;
    margin-bottom: 0;
}

.text-gold { color: var(--arete-primary); }
.text-brown { color: #221D10; }
.bg-brown { background-color: #221D10; }
.text-white { color: var(--arete-text-light); }

.main-banner .caption h1 em {
    font-style: normal;
    color: #FFFEFA;
    font-family: var(--arete-font-family)}
#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}
#bg-video::-webkit-media-controls {
    display: none!important;
}
.one-on-one-coaching-banner .image-overlay {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .6) 100%);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 0;
}
.image-overlay .wrapper {
    height: 100%;
}
.image-overlay .wrapper.caption {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 14rem;
}
.image-overlay .wrapper .hero__caption {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
}
.image-overlay .wrapper .hero__caption .banner_para p {
    color: #FFFEFA;
    font-size: 20px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 28px;
    width: 70%;
    margin-bottom: 0;
}
.video-overlay {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .6) 100%);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 0;
}
.dark_gen_btn {
    background-color: #ECB613;
    border: 1px solid #ECB613;
    color: #221D10;
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Medium";
    display: inline-block;
    outline: 0;
    border-radius: 54px;
    position: relative;
    line-height: 24px;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    transition: all .5s;
    overflow: visible;
    z-index: 100;
    pointer-events: auto;
}

.dark_gen_btn:hover {
    color: #221D10;
    background-color: #d4a311;
    border-color: #d4a311;
    padding-right: 84px;
}

.dark_gen_btn:after {
    content: "";
    position: absolute;
    background-color: #FFFEFA;
    height: 56px;
    width: 56px;
    border-radius: 50px;
    right: -40px;
    top: 0;
    background-image: url('../img/arrow_right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    transition: all .5s;
}

.dark_gen_btn:hover::after {
    right: -10px;
}
.main-banner-marquee .col-12 {
    padding-left: 0;
    padding-right: 0;
}
.main-banner-marquee .banner-tiles-area {
    position: relative;
    margin-bottom: 0;
}
.main-banner .caption .col-lg-6 {
    padding-left: 120px;
}
/* .main-banner .caption {
    position: relative;
    z-index: 1;
} */

.banner-tiles-area-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    color: #FFFEFA;
    overflow: hidden;
}
.fixed_height {
    height: 600px;
}
.about-us {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(../img/about-us-triangle.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
}
.about-us .about-us-content {
    padding-left: 120px;
    
    max-width: 960px;
}

@media (max-width: 950px) {
    .about-us .about-us-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width: 420px) {
    .about-us .about-us-content {
        padding:0;
    }
}

.about-us .about-us-subtitle {
    font-size: 26px;
    line-height: 36px;
    font-family: "FK-Grotesk-Neue Medium";
    color: #221D10;
    margin-bottom: 16px;
}
.about-us .about-us-title {
    font-size: 48px;
    line-height: 56px;
    font-family: "FK-Grotesk-Neue Bold";
    margin-bottom: 8px;
}

.about-us .about-us-description {
    font-size: 32px;
    line-height: 40px;
    font-family: "FK-Grotesk-Neue Light";
}

@media (max-width: 420px) {
    .about-us .about-us-title{
        font-size: 36px;
        line-height: 38px;
        margin-bottom: 2rem;
    }
    .about-us .about-us-description {
    font-size: 24px;
    line-height: 32px;
    }
    .about-us .about-us-subtitle{
        font-size: 18px;
    }
}

.jackie-section {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.jackie-section .video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.jackie-section .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    pointer-events: none;
    z-index: 5;
}
.jackie-section .caption {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 8rem;
    pointer-events: none;
}
.jackie-section .caption > * {
    pointer-events: auto;
}
.jackie-section .caption .col-lg-6 {
    padding-left: 120px;
    max-width: 600px;
}
.jackie-section .jackie-subtitle {
    font-size: 24px;
    line-height: 32px;
    font-family: "FK-Grotesk-Neue Medium";
    color: #ECB613;
    margin-bottom: 24px;
}
.jackie-section .jackie-description {
    font-size: 20px;
    line-height: 28px;
    font-family: "FK-Grotesk-Neue Light";
    color: #FFFEFA;
    max-width: 500px;
}

@media (max-width: 848px) {
    .jackie-section .caption .col-lg-6 {
        padding: 0;
        width: 100%;
        margin-bottom: 1rem;
    }
    .jackie-section .caption{
        padding-bottom: 4rem;
    }
      .jackie-section h2 {
            margin-bottom: .4rem !important;
}
}

.organizational-level {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #221D10;
    padding-top: 120px;
    padding-bottom: 120px;
    box-sizing: border-box;
    overflow: hidden;
}
.organizational-level .content .vp_centered {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.organizational-level .section-title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    width: 100%;
    color: #FFFEFA;
    padding-bottom: 40px;
    margin-bottom: 0!important;
}
.organizational-level .pyramid_img img {
    width: 586px;
    height: 361px;
}
.hoverable-tile {
    width: 240px;
    height: 224px;
    padding: 24px 24px 26px 24px;
    border-top: 1px solid #221D10;
    border-bottom: 1px solid #221D10;
    border-left: 1px solid #221D10;
    cursor: pointer;
}
.hoverable-tile:last-child {
    border-right: 1px solid #221D10;
}
.hoverable-tile .title {
    width: 150px;
}
.hoverable-tile .title h6 {
    font-size: 26px;
    font-family: "FK-Grotesk-Neue Medium";
    line-height: 36px;
    color: #FFFEFA;
}
.hoverable-tile .tile-img {
    position: absolute;
    bottom: 24px;
    right: 24px;
}
.active_pyramid {
    background-color: #ECB613;
    transition: .5s;
}
.active_pyramid .tile-img img {
    filter: brightness(2);
    outline: 0;
}
.pyramid_img {
    display: none;
}
.pyramid_content {
    display: none;
    width: 603px;
    float: right;
}
.pyramid_content h6 {
    font-size: 40px;
    font-family: "FK-Grotesk-Neue Medium";
    line-height: 48px;
    color: #FFFEFA;
    padding-bottom: 25px;
}
.pyramid_content p {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 26px;
    color: #e7e7f0;
}
.our-solutions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 120px;
}
.our-solutions h6 {
    font-size: 26px;
    line-height: 36px;
    font-family: "FK-Grotesk-Neue Medium";
    color: #221D10;
}
.our-solutions h6:first-child {
    font-size: 44px;
    font-weight: 700;
    line-height: 56px;
}
.our-solutions p {
    font-size: 16px;
    line-height: 24px;
    font-family: "FK-Grotesk-Neue Light";
    color: #221D10;
    max-width: 350px;
}
.our-solutions .p-effect:hover {
    z-index: 10;
    position: relative;
}
.our-solutions .p-effect:hover h6,
.our-solutions .p-effect:hover p {
    color: var(--arete-bg-dark) !important;
}
.our-solutions .p-effect:hover img,
.our-solutions .p-effect:hover .header img,
.our-solutions .p-effect:hover .view_btn img {
    filter: brightness(0) saturate(100%) !important;
}
.our-solutions .p-effect:hover .view_btn {
    border-color: var(--arete-bg-dark);
}
.our-solutions-cards {
    overflow: hidden;
}
.our-solutions .p-effect .inner_thumb {
    height: 304px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 74px;
    padding-right: 24px;
    padding-top: 24px;
    position: relative;
}
.our-solutions .p-effect .os-box {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    width: 80%}
.our-solutions .p-effect:nth-child(1) {
    border: unset;
}
.our-solutions .p-effect:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 100px;
    right: -50px;
    background-color: #FFFEFA;
    border-top: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0!important;
    border-right: 1px solid #e7e7f0!important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    height: 100px;
    width: 50px;
    z-index: 9;
}
.our-solutions .p-effect:nth-child(2) {
    border: 1px solid #e7e7f0;
    margin: 0 -1px -1px 0;
}
.our-solutions .p-effect:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 100px;
    right: -50px;
    background-color: #FFFEFA;
    border-top: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0!important;
    border-right: 1px solid #e7e7f0!important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    height: 100px;
    width: 50px;
    z-index: 9;
}
.our-solutions .p-effect:nth-child(2)::before {
    content: "";
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    background-color: #FFFEFA;
    border-top: unset;
    border-left: 1px solid #e7e7f0!important;
    border-right: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 50px;
    width: 100px;
    margin: 0 auto;
    z-index: 9;
}
.our-solutions .p-effect:nth-child(2):hover {
    background-color: #ECB613;
    transition: .5s;
    cursor: pointer;
}
.our-solutions .p-effect:nth-child(2):hover::after {
    background-color: #ECB613;
    transition: .5s;
}
.our-solutions .p-effect:nth-child(2):hover::before {
    background-color: #ECB613;
    transition: .5s;
}
.our-solutions .p-effect:nth-child(2):hover img {
    filter: brightness(0) saturate(100%);
}
.our-solutions .p-effect:nth-child(2):hover .header .view_btn img {
    filter: brightness(0) saturate(100%);
}
.our-solutions .p-effect:nth-child(2):hover .header .view_btn:hover img {
    filter: brightness(0) saturate(100%);
}
.our-solutions .p-effect:nth-child(3):hover img {
    filter: brightness(0) saturate(100%);
}
.our-solutions .p-effect:nth-child(3):hover .header .view_btn img {
    filter: brightness(0) saturate(100%);
}
.our-solutions .p-effect:nth-child(3):hover .header .view_btn:hover img {
    filter: brightness(0) saturate(100%);
}
.our-solutions .p-effect:nth-child(4):hover img {
    filter: brightness(0) saturate(100%);
}
.our-solutions .p-effect:nth-child(4):hover .header .view_btn img {
    filter: brightness(0) saturate(100%);
}
.our-solutions .p-effect:nth-child(4):hover .header .view_btn:hover img {
    filter: brightness(0) saturate(100%);
}
.our-solutions .p-effect:nth-child(5):hover img {
    filter: brightness(0) saturate(100%);
}
.our-solutions .p-effect:nth-child(5):hover .header .view_btn img {
    filter: brightness(0) saturate(100%);
}
.our-solutions .p-effect:nth-child(5):hover .header .view_btn:hover img {
    filter: brightness(0) saturate(100%);
}
.our-solutions .p-effect:nth-child(6):hover img {
    filter: brightness(0) saturate(100%);
}
.our-solutions .p-effect:nth-child(6):hover .header .view_btn img {
    filter: brightness(0) saturate(100%);
}
.our-solutions .p-effect:nth-child(2):hover .header .view_btn:hover {
    background-color: #FFFEFA;
    transition: .3s;
}
.our-solutions .p-effect:nth-child(2):hover .header .view_btn:hover img {
    filter: brightness(.5);
}
.our-solutions .p-effect:nth-child(3) {
    border: 1px solid #e7e7f0;
    margin: 0 -1px -1px 0;
}
.our-solutions .p-effect:nth-child(3)::before {
    content: "";
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    background-color: #FFFEFA;
    border-top: unset;
    border-left: 1px solid #e7e7f0!important;
    border-right: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 50px;
    width: 100px;
    margin: 0 auto;
    z-index: 9;
}
.our-solutions .p-effect:nth-child(3):hover {
    background-color: #ECB613;
    transition: .5s;
    cursor: pointer;
}
.our-solutions .p-effect:nth-child(3):hover::before {
    background-color: #ECB613;
    transition: .5s;
}
.our-solutions .p-effect:nth-child(3):hover img {
    filter: brightness(0) invert(1);
}
.our-solutions .p-effect:nth-child(3):hover h6, .our-solutions .p-effect:nth-child(3):hover p {
    color: var(--arete-bg-dark);
}
.our-solutions .p-effect:nth-child(3):hover .header .view_btn img {
    filter: brightness(0) invert(1);
}
.our-solutions .p-effect:nth-child(3):hover .header .view_btn:hover {
    background-color: #FFFEFA;
    transition: .3s;
}
.our-solutions .p-effect:nth-child(3):hover .header .view_btn:hover img {
    filter: brightness(.5);
}
.our-solutions .p-effect:nth-child(4) {
    border: 1px solid #e7e7f0;
    margin: 0 -1px -1px 0;
}
.our-solutions .p-effect:nth-child(4)::before {
    content: "";
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    background-color: #FFFEFA;
    border-top: unset;
    border-left: 1px solid #e7e7f0!important;
    border-right: 1px solid #e7e7f0!important;
    border-top: 1px solid #e7e7f0;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    height: 50px;
    width: 100px;
    margin: 0 auto;
    z-index: 9;
}
.our-solutions .p-effect:nth-child(4):hover {
    background-color: #ECB613;
    transition: .5s;
    cursor: pointer;
}
.our-solutions .p-effect:nth-child(4):hover::before {
    background-color: #ECB613;
    transition: .5s;
}
.our-solutions .p-effect:nth-child(4):hover img {
    filter: brightness(0) invert(1);
}
.our-solutions .p-effect:nth-child(4):hover h6, .our-solutions .p-effect:nth-child(4):hover p {
    color: var(--arete-bg-dark);
}
.our-solutions .p-effect:nth-child(4):hover .header .view_btn img {
    filter: brightness(0) invert(1);
}
.our-solutions .p-effect:nth-child(4):hover .header .view_btn:hover {
    background-color: #FFFEFA;
    transition: .3s;
}
.our-solutions .p-effect:nth-child(4):hover .header .view_btn:hover img {
    filter: brightness(.5);
}
.our-solutions .p-effect:nth-child(5) {
    border: 1px solid #e7e7f0;
    margin: 0 -1px -1px 0;
}
.our-solutions .p-effect:nth-child(5)::after {
    content: "";
    position: absolute;
    top: 100px;
    left: -50px;
    background-color: #FFFEFA;
    border-top: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0!important;
    border-left: 1px solid #e7e7f0!important;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    height: 100px;
    width: 50px;
    z-index: 9;
}
.our-solutions .p-effect:nth-child(5):hover {
    background-color: #ECB613;
    transition: .5s;
    cursor: pointer;
}
.our-solutions .p-effect:nth-child(5):hover::after {
    background-color: #ECB613;
    transition: .5s;
}
.our-solutions .p-effect:nth-child(5):hover::before {
    background-color: #ECB613;
    transition: .5s;
}
.our-solutions .p-effect:nth-child(5):hover img {
    filter: brightness(0) invert(1);
}
.our-solutions .p-effect:nth-child(5):hover h6, .our-solutions .p-effect:nth-child(5):hover p {
    color: var(--arete-bg-dark);
}
.our-solutions .p-effect:nth-child(5):hover .header .view_btn img {
    filter: brightness(0) invert(1);
}
.our-solutions .p-effect:nth-child(5):hover .header .view_btn:hover {
    background-color: #FFFEFA;
    transition: .3s;
}
.our-solutions .p-effect:nth-child(5):hover .header .view_btn:hover img {
    filter: brightness(.5);
}
.our-solutions .p-effect:nth-child(6) {
    border: 1px solid #e7e7f0;
    margin: 0 -1px -1px 0;
}
.our-solutions .p-effect:nth-child(6)::after {
    content: "";
    position: absolute;
    top: 100px;
    left: -50px;
    background-color: #FFFEFA;
    border-top: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0!important;
    border-left: 1px solid #e7e7f0!important;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    height: 100px;
    width: 50px;
    z-index: 9;
}
.our-solutions .p-effect:nth-child(6):hover {
    background-color: #ECB613;
    transition: .5s;
    cursor: pointer;
}
.our-solutions .p-effect:nth-child(6):hover::after {
    background-color: #ECB613;
    transition: .5s;
}
.our-solutions .p-effect:nth-child(6):hover img {
    filter: brightness(0) invert(1);
}
.our-solutions .p-effect:nth-child(6):hover h6, .our-solutions .p-effect:nth-child(6):hover p {
    color: var(--arete-bg-dark);
}
.our-solutions .p-effect:nth-child(6):hover .header .view_btn img {
    filter: brightness(0) invert(1);
}
.our-solutions .p-effect:nth-child(6):hover .header .view_btn:hover {
    background-color: #FFFEFA;
    transition: .3s;
}
.our-solutions .p-effect:nth-child(6):hover .header .view_btn:hover img {
    filter: brightness(.5);
}
.our-solutions .p-effect .header {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%}
.our-solutions .p-effect .header .view_btn {
    border: 1px solid var(--arete-bg-dark);
    border-radius: 100px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.our-solutions .p-effect .header .view_btn img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(62%) sepia(97%) saturate(638%) hue-rotate(3deg) brightness(100%) contrast(101%);
}
.our-solutions .p-effect .header img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(97%) saturate(638%) hue-rotate(3deg) brightness(100%) contrast(101%);
}

.our-solutions-cards .header img,
.our-solutions-cards .view_btn img,
.our-solutions .p-effect .header img,
.our-solutions .p-effect .view_btn img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(97%) saturate(638%) hue-rotate(3deg) brightness(100%) contrast(101%);
}

.others-section-slider-1 .others-marquee .inner img {
    width: 40px;
    margin-bottom: 15px;
    filter: brightness(0) saturate(100%) invert(62%) sepia(97%) saturate(638%) hue-rotate(3deg) brightness(100%) contrast(101%);
}
.others-section-1 .second_column_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 220px;
    padding-right: 137px;
    height: 600px;
}
.others-section-1 .second_column_content h6 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 25px;
    margin-bottom: 0;
    color: #221D10;
}
.others-section-1 .second_column_content p {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 26px;
    margin-bottom: 0;
    color: #221D10;
}
.others-section-1 .second_column_img .video-wrapper .play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 9;
}
.others-section-1 .second_column_img .video-wrapper .play-button-wrapper #circle-play-b-2 {
    cursor: pointer;
    pointer-events: auto;
}
.others-section-1 .second_column_img .video-wrapper .play-button-wrapper #circle-play-b-2 .play_button {
    width: 100px;
    height: 100px;
    cursor: pointer;
}
.others-section-1 .second_column_img .video-wrapper #our_coaches_video {
    min-width: 100%;
    height: 600px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    display: flex;
}
.others-section-1 .first_column_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 137px;
    padding-right: 220px;
    height: 600px;
}
.others-section-1 .first_column_content h6 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 25px;
    margin-bottom: 0;
    color: #221D10;
}
.others-section-1 .first_column_content p {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 26px;
    margin-bottom: 0;
    color: #221D10;
}
.others-section-1 .first_column_img {
    background-color: #221D10;
    display: flex;
    height: 600px;
    justify-content: center;
    align-items: center;
}
.others-section-1 .first_column_img .left__img {
    width: 517px!important;
    height: 416px!important;
}
.others-section-1 .left-column {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 220px;
    padding-right: 137px;
}
.others-section-1 .left-column img {
    width: 100%}
.others-section-1 .left-column h6 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 25px;
    margin-bottom: 0;
    color: #221D10;
}
.others-section-1 .left-column h6 .highlight {
    color: #ECB613;
}
.others-section-1 .left-column p {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 26px;
    margin-bottom: 0;
    color: #221D10;
}
.others-section-1 .left-column p .light_gen_btn {
    background-color: #FFFEFA;
    border: 1px solid #e7e7f0;
    color: #221D10;
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Medium";
    display: inline-block;
    outline: 0;
    margin-top: 20px;
    border-radius: 54px;
    position: relative;
    padding: 16px 32px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: all .5s;
}
.others-section-1 .left-column p .light_gen_btn:hover {
    background-color: #FFFEFA;
    border: 1px solid #e7e7f0;
    padding-right: 84px;
}
.others-section-1 .left-column p .light_gen_btn:after {
    content: "";
    position: absolute;
    background-color: #d4a311;
    color: #FFFEFA;
    height: 56px;
    width: 56px;
    border-radius: 50px;
    right: -40px;
    top: 0;
    background-image: url(../img/arrow_right_light.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    transition: all .5s;
}
.others-section-1 .left-column p .light_gen_btn:hover::after {
    background-image: url(../img/arrow_right_light.svg);
    right: -15px;
}
.others-section-1 .right-column {
    display: flex;
}
.others-section-1 img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.others-section-1 #other-video {
    min-width: 100%;
    height: 600px;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}
.others-section-1 #other-video::-webkit-media-controls {
    display: none!important;
}
.others-section-1 .inner_illustration_img {
    background-color: #221D10;
}
.others-section-1 .inner_illustration_img img {
    margin: 0 auto;
    width: auto;
}
.others-section-slider-1 {
    padding: auto;
}
.others-section-slider-1 .others-marquee .inner {
    height: 244px;
    width: 282px;
    border-top: 1px solid #e7e7f0;
    border-bottom: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    display: flex;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
    flex-direction: column;
}
.others-section-slider-1 .others-marquee .inner h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #221D10;
}
.others-section-slider-1 .others-marquee .inner p {
    font-size: 14px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 22px;
    color: #221D10;
}
.others-section-slider-1 .others-marquee .inner img {
    width: 40px;
    margin-bottom: 15px;
}

.others-section-2 .left-column {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 137px;
    padding-right: 220px;
}
.others-section-2 .left-column .btn-cs {
    background-color: #ECB613;
    border: 1px solid #ECB613;
    color: #FFFEFA;
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Medium";
    display: inline-block;
    outline: 0;
    border-radius: 50px;
    position: relative;
    height: 56px;
    width: 205px;
    line-height: 58px;
    padding: 0;
    text-align: center;
    transition: width .3s ease, background-color .3s ease;
}
.others-section-2 .left-column .btn-cs:hover {
    color: #FFFEFA;
    background-color: #d4a311;
    border: 1px solid #d4a311;
    width: 235px;
}
.others-section-2 .left-column .btn-cs:after {
    content: "";
    position: absolute;
    background-color: #FFFEFA;
    color: #333;
    height: 56px;
    width: 56px;
    border-radius: 50px;
    right: -30px;
    top: 0;
    background-image: url(../img/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    transition: right .3s ease, background-image .3s ease;
}
.others-section-2 .left-column .btn-cs:hover::after {
    background-image: url(../img/arrow_right.svg);
    right: -15px;
}
.others-section-2 .left-column img {
    width: 100%}
.others-section-2 .left-column h6 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 25px;
    margin-bottom: 0;
}
.others-section-2 .left-column h6 .highlight_faded {
    color: #6be3eb;
}
.others-section-2 .left-column p {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 26px;
    margin-bottom: 0;
}
.others-section-2 .left-column .outline_gen_btn {
    background-color: transparent;
    border: 1px solid #797a87;
    color: #FFFEFA;
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Medium";
    display: inline-block;
    outline: 0;
    border-radius: 54px;
    position: relative;
    line-height: 24px;
    padding: 16px 32px;
    text-align: center;
    transition: all .5s;
    overflow: visible;
    z-index: 100;
    pointer-events: auto;
}
.others-section-2 .left-column .outline_gen_btn:after {
    content: "";
    position: absolute;
    background-color: #ECB613;
    color: #333;
    height: 56px;
    width: 56px;
    border-radius: 50px;
    right: -40px;
    top: 0;
    background-image: url(../img/arrow_right_light.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    transition: all .5s;
}
.others-section-2 .left-column .outline_gen_btn:hover {
    background-color: transparent;
    border: 1px solid var(--arete-primary);
    color: #FFFEFA;
    padding-right: 84px;
}
.others-section-2 .left-column .outline_gen_btn:hover::after {
    background-image: url(../img/arrow_right_light.svg);
    right: -10px;
}
.others-section-2 .left-column.bg-brown .outline_gen_btn {
    background-color: transparent;
    border: 1px solid #FFFEFA;
    color: #FFFEFA;
}
.others-section-2 .left-column.bg-brown .outline_gen_btn:hover {
    background-color: #221D10;
    border: 1px solid #FFFEFA;
    color: #FFFEFA;
}
.others-section-2 .left-column.bg-brown .outline_gen_btn:after {
    background-color: var(--arete-primary);
    background-image: url(../img/arrow_right.svg);
}
.others-section-2 .left-column .cta-wrapper {
    /* background-color: #221D10; */
    padding: 24px 32px;
    display: inline-block;
    margin-top: 16px;
}
.others-section-2 .left-column .cta-wrapper a{
    background-color: #221D10 !important;
    color: #FFFEFA;
    display: inline-block;
    margin-top: 16px;
}
.others-section-2 .left-column .cta-wrapper a::after{
    background-color:#ECB613
 !important;
    
}
.others-section-2 .left-column .cta-wrapper .outline_gen_btn {
    background-color: transparent;
    border: 1px solid #FFFEFA;
    color: #FFFEFA;
    position: relative;
}
.others-section-2 .left-column .cta-wrapper .outline_gen_btn:after {
    background-color: var(--arete-primary);
    background-image: url(../img/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    content: "";
    position: absolute;
    height: 56px;
    width: 56px;
    border-radius: 50px;
    right: -40px;
    top: 0;
    transition: all .5s;
}
.others-section-2 .left-column .cta-wrapper .outline_gen_btn:hover {
    background-color: transparent;
    border: 1px solid #FFFEFA;
    color: #FFFEFA;
    padding-right: 84px;
}
.others-section-2 .left-column .cta-wrapper .outline_gen_btn:hover::after {
    right: -10px;
}
.others-section-2 .right-column img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}
.others-section-2 .right-column #other-video {
    min-width: 100%;
    height: 600px;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}
.others-section-2 .right-column #other-video::-webkit-media-controls {
    display: none!important;
}

.others-section-slider-2 .others-marquee .inner {
    height: 240px;
    width: 280px;
    border: 1px solid rgba(34, 29, 16, 0.2);
    display: flex;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
    flex-direction: column;
    background-color: #FFFEFA;
}
.others-section-slider-2 .others-marquee .inner h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #221D10;
}
.others-section-slider-2 .others-marquee .inner p {
    font-size: 16px;
    font-family: "FK-Grotesk-Neue Medium";
    line-height: 24px;
    color: #221D10;
}
.others-section-slider-2 .others-marquee .inner img {
    width: 40px;
    margin-bottom: 15px;
    filter: brightness(0) saturate(100%) invert(62%) sepia(97%) saturate(638%) hue-rotate(3deg) brightness(100%) contrast(101%);
}
.testimonials {
    padding-top: 120px;
    padding-bottom: 120px;
}
.testimonials .slider_section {
    border-top: 1px solid #e7e7f0;
    border-bottom: 1px solid #e7e7f0;
}
.testimonials .slider_section .img-sec {
    border-right: 1px solid #e7e7f0;
}
.testimonials .slider_section .img-sec img {
    width: 100%;
    height: 384px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.testimonials .slider_section .slick-slide {
    display: flex!important;
}
.testimonials .slider_section .slick-next {
    background-color: #FFFEFA!important;
    top: 15px;
    right: 0;
    position: absolute;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    border: 1px solid #e7e7f0;
    line-height: 30px;
    background-image: url(../img/arrow_next.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
.testimonials .slider_section .slick-prev {
    background-color: #FFFEFA!important;
    top: 15px;
    right: 50px;
    position: absolute;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    border: 1px solid #e7e7f0;
    line-height: 30px;
    z-index: 999;
    background-image: url(../img/arrow_prev.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
.testimonials .slider_section .header-area img {
    height: 70px;
    padding-top: 15px;
    padding-bottom: 0;
}
.testimonials .slider_section .content-area {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
    padding-top: 40px;
}
.testimonials .slider_section .content-area p {
    font-size: 24px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 32px;
    color: #221D10;
}
.testimonials .slider_section .footer-area {
    position: absolute;
    bottom: 15px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-right: 26px;
}
.testimonials .slider_section .footer-area h6 {
    margin-bottom: 0;
}
.testimonials .slider_section .footer-area h6 strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #221D10;
}
.testimonials .slider_section .footer-area h6 span {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 26px;
    color: #221D10;
    font-style: italic;
}
.testimonials .slider_section .footer-area h6 small {
    letter-spacing: 5px;
}
.testimonials .slider_section .footer-area .page_num small {
    font-size: 15px;
    font-style: normal;
}
.testimonials .slider_section .footer-area .page_num small .next_page {
    color: rgba(255,254,250,0.5);
    font-size: 15px;
    font-style: normal;
}
.testimonials h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 40px;
    color: #221D10;
}
.video__banner {
    position: relative;
    max-height: 100%;
    overflow: hidden;
}
.video__banner .caption {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.video__banner .caption h6 {
    font-size: 20px;
    font-family: "FK-Grotesk-Neue Light";
    color: #FFFEFA;
    line-height: 28px;
    text-align: left;
}
.video__banner .caption h2 {
    font-size: 48px;
    font-weight: 700;
    color: #FFFEFA;
    text-align: left;
    line-height: 56px;
    max-width: 486px;
}
.video__banner .caption h2 em {
    font-style: normal;
    color: #FFFEFA;
    font-family: var(--arete-font-family)}
.video__banner #video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}
.video__banner #video::-webkit-media-controls {
    display: none!important;
}
.video__banner .video-overlay {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .6) 100%);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%}
.video__banner .video-wrapper .play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 9;
}
.video__banner .video-wrapper .play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}
.video__banner .video-wrapper .play-button-wrapper #circle-play-b .play_button {
    width: 100px;
    height: 100px;
    cursor: pointer;
}
.insights {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 90px;
}
.insights h6 {
    font-size: 24px;
    line-height: 32px;
    font-family: "FK-Grotesk-Neue Medium";
    color: #221D10;
}
.insights p {
    font-size: 16px;
    line-height: 24px;
    font-family: "FK-Grotesk-Neue Light";
    color: #221D10;
}
.insights .inner_thumb {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 25px;
    overflow: hidden;
}
.insights .inner_thumb:hover {
    border-bottom: 1px solid #e4e4e9;
}
.insights .inner_thumb:hover img {
    transform: scale(1.05);
    transition: transform .5s ease-out;
}
.insights .inner_thumb:hover h6 {
    color: #d4a311;
}
.insights .inner_thumb p .label_light {
    border: 1px solid #e7e7f0;
    border-radius: 100px;
    padding: 8px 14px 7px 14px;
    color: #221D10;
    text-decoration: unset;
    margin-right: 10px;
    font-family: "FK-Grotesk-Neue Light";
    font-size: 14px;
}
.insights .inner_thumb img {
    padding-bottom: 25px;
    width: 100%;
    object-fit: cover;
    height: 320px;
    transition: transform .5s ease-out;
}
.inner_thumb:hover .insights .inner_thumb img {
    transform: scale(1);
}
.insights .insights_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 26px;
}
.insights .insights_title .view_all_insights {
    border: 1px solid #e7e7f0;
    border-radius: 100px;
    padding: 10px 24px;
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Medium";
    color: #d4a311;
    text-decoration: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.insights .insights_title h3 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    color: #221D10;
}
footer {
    background-color: #221D10;
        /* margin-top: 4rem; */
}
footer h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #FFFEFA;
}
footer p {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 26px;
    color: #FFFEFA;
}
footer ul {
    list-style-type: none;
    padding-left: 120px;
    margin-bottom: 0;
}
footer ul .text-muted {
    color: #ECB613;
    font-family: "FK-Grotesk-Neue Light";
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}
footer ul li {
    font-size: 16px;
    font-family: "FK-Grotesk-Neue Light";
    color: #FFFEFA;
    text-decoration: unset;
    padding-bottom: 19px;
}
footer ul li a {
    color: #FFFEFA;
}
footer ul li a:hover {
    color: #FFFEFA;
    text-decoration: unset;
}
footer .footer_inner {
    padding-top: 8rem;
    padding-bottom: 6rem;
    /* margin-top: 2rem; */
    border-top: 1px solid #ECB61320;
}
footer .footer_inner .mobile-left {
    display: none;
}
footer .copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 39px;
}
footer .copyright p {
    font-size: 14px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 22px;
    color: rgba(255,254,250,0.5);
    margin-bottom: 0;
}
footer .copyright .left {
    display: flex;
    align-items: center;
    color: #FFFEFA;
}
footer .copyright .left img {
    margin-right: 10px;
}
.group-coaching-banner {
    background-image: url(../img/bg-group-coaching.jpg);
}
.group_performance {
    padding-top: 120px;
    padding-bottom: 120px;
}
.sec__title {
    font-size: 44px;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 30px;
    width: 60%;
}
.group_performance .inner_thumb {
    min-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 50px 25px;
}
.group_performance .inner_thumb h6 {
    font-size: 24px;
    line-height: 36px;
    font-family: "FK-Grotesk-Neue Medium";
    color: #221D10;
}
.group_performance .inner_thumb p {
    font-size: 16px;
    line-height: 24px;
    font-family: "FK-Grotesk-Neue Light";
    color: #221D10;
}
.group_performance .inner_thumb .header {
    margin-bottom: 25px;
    background-color: rgba(236, 182, 19, 0.12);
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}
.group_performance .inner_thumb .header img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(97%) saturate(638%) hue-rotate(3deg) brightness(100%) contrast(101%);
}
.group_performance .columns_border .col-12:nth-child(1) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
}
.group_performance .columns_border .col-12:nth-child(2) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
}
.group_performance .columns_border .col-12:nth-child(3) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.group_performance .columns_border .col-12:nth-child(4) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-bottom: 1px solid #e7e7f0;
}
.group_performance .columns_border .col-12:nth-child(5) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-bottom: 1px solid #e7e7f0;
}
.group_performance .columns_border .col-12:nth-child(6) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-bottom: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.group_of_any_size {
    background-color: #221D10;
    color: #FFFEFA;
    padding-top: 120px;
    position: relative;
}
.group_of_any_size img {
    height: 434px;
    width: 100%;
    border-radius: 2px;
    object-fit: cover;
}
.group_of_any_size .group_count {
    position: absolute;
    top: 20px;
    left: 30px;
    background-color: rgba(255, 255, 255, .7490196078);
    color: #221D10;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 16px;
    font-family: "FK-Grotesk-Neue Medium";
    line-height: 24px;
}
.group_of_any_size .section-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-bottom: 25px;
    margin-bottom: 0;
}
.group_of_any_size .section-content {
    font-family: "FK-Grotesk-Neue Light";
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 25px;
    margin-bottom: 0;
    width: 75%}
.bridge_the_gap {
    background-color: #221D10;
    color: #FFFEFA;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}
.bridge_the_gap .section-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    padding-bottom: 24px;
}
.bridge_the_gap .section-content {
    font-family: "FK-Grotesk-Neue Light";
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 24px;
    width: 60%;
    margin: 0 auto;
}
.group_conflict_section .video-wrapper .play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 9;
}
.group_conflict_section .video-wrapper .play-button-wrapper #circle-play-b-5 {
    cursor: pointer;
    pointer-events: auto;
}
.group_conflict_section .video-wrapper .play-button-wrapper #circle-play-b-5 .play_button {
    width: 100px;
    height: 100px;
    cursor: pointer;
}
.group_conflict_section .video-wrapper #group_video {
    min-width: 100%;
    height: 718px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    display: flex;
}
.group_conflict_section .video-overlay {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .6) 100%);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 718px;
}
.group_coaching_section .full-image {
    width: 100%!important;
}
.group_coaching_section .right-column {
    background-color: #221D10;
}
.group_coaching_section .right-column .centered_img {
    width: auto;
    margin: 0 auto;
}
.centered_hero {
    background-image: url(../img/centered_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: inherit;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFEFA;
}
.centered_hero .image_overlay {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .8) 100%);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%}
.centered_hero .hero__caption {
    width: 35%}

.centered_hero .hero__caption h6 {
    font-size: 18px;
    line-height: 26px;
    font-family: "FK-Grotesk-Neue Light"}
.contact-us {
    position: relative;
    max-height: 100%;
    overflow: hidden;
    margin-bottom: -7px;
    background-color: #221D10;
    height: 100%;
}
.contact-us .partner-subtitle {
    font-size: 18px;
    line-height: 28px;
    font-family: "FK-Grotesk-Neue Medium";
    color: #ECB613;
    margin-bottom: 8px;
    margin-left: 4px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.contact-us .caption {
    display: block;
    justify-content: unset;
    align-items: unset;
    height: unset;
    padding-top: 10rem;
}

.contact-us .caption .col-lg-6 {
    padding-left: 15px;
}

.contact-us .caption p {
    color: var(--arete-text-light);
}

.contact-us .caption .row {
    width: auto;
}
.contact-us .pd-100 {
    padding-bottom: 100px;
}

.contact-us .caption {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 90vh;
    padding-top: 190px;
}
.contact-us .caption .group-coaching-title {
    width: 75%}

.contact-us .caption h5 {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Light";
    color: #eeeef5;
    line-height: 26px;
    text-align: left;
    padding-bottom: 40px;
    width: 600px;
}
.contact-us .caption h6 {
    font-size: 16px;
    font-family: "FK-Grotesk-Neue Medium";
    color: #FFFEFA;
    line-height: 24px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.contact-us .caption h6 a {
    font-size: 16px;
    font-family: "FK-Grotesk-Neue Medium";
    color: #FFFEFA;
    line-height: 24px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-decoration: none;
}
.contact-us .contact_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}
.contact-us .contact_footer .left ul {
    margin-bottom: 0;
    padding-bottom: 0;
    list-style-type: none;
    display: inline-flex;
    gap: 40px;
}
.contact-us .contact_footer .left ul li a {
    font-size: 16px;
    line-height: 24px;
    font-family: "FK-Grotesk-Neue Light";
    color: #FFFEFA;
    text-decoration: none;
}
.contact-us .contact_footer .right p {
    font-size: 14px;
    line-height: 22px;
    font-family: "FK-Grotesk-Neue Light";
    color: rgba(255,254,250,0.5);
    margin-bottom: 0;
}
.scrollable {
    margin-bottom: 80px;
}
.scrollable::-webkit-scrollbar {
    height: 2px;
    background-color: #383838;
}
.scrollable::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #383838;
}
.scrollable::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #221D10;
}
.organization_consulting_banner {
    background-image: url(../img/organizational_consulting.jpg);
}
.organizational_consulting_services {
    padding-top: 120px;
    padding-bottom: 120px;
}
.organizational_consulting_services .first_child {
    display: flex!important;
    justify-content: center!important;
    height: 100%;
    padding-bottom: 0!important;
    border: unset!important;
}

.organizational_consulting_services .inner_thumb {
    min-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 50px 25px;
    border: 1px solid #e7e7f0;
    margin: 0 -1px -1px 0;
}
.organizational_consulting_services .inner_thumb h6 {
    font-size: 26px;
    line-height: 36px;
    font-family: "FK-Grotesk-Neue Medium";
    color: #221D10;
}
.organizational_consulting_services .inner_thumb p {
    font-size: 16px;
    line-height: 24px;
    font-family: "FK-Grotesk-Neue Light";
    color: #221D10;
}
.organizational_consulting_services .inner_thumb .header {
    margin-bottom: 25px;
    background-color: #f8f8ff;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}
.organizational_consulting_services .inner_thumb .header img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(97%) saturate(638%) hue-rotate(3deg) brightness(100%) contrast(101%);
}
.organizational_consulting_services .inner_thumb .sec__title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    color: #221D10;
    width: 100%;
}
.partner_with_you {
    background-color: #FFFEFA;
    color: #221D10;
    padding-top: 120px;
    padding-bottom: 160px;
    text-align: center;
    overflow: hidden;
}
.partner_with_you .section-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    padding-bottom: 24px;
}
.partner_with_you .section-content {
    font-family: "FK-Grotesk-Neue Light";
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 24px;
    width: 50%;
    margin: 0 auto;
}
.consulting_video__banner {
    position: relative;
    height: 718px;
    overflow: hidden;
}
.consulting_video__banner .caption {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.consulting_video__banner .caption h6 {
    font-size: 20px;
    font-family: "FK-Grotesk-Neue Light";
    color: #FFFEFA;
    line-height: 28px;
    text-align: left;
    width: 80%}
.consulting_video__banner .caption h2 {
    font-size: 48px;
    font-weight: 700;
    color: #FFFEFA;
    text-align: left;
    line-height: 56px;
    width: 90%}
.consulting_video__banner .caption h2 em {
    font-style: normal;
    color: #FFFEFA;
    font-family: var(--arete-font-family)}
.consulting_video__banner .video-wrapper .play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 9;
}
.consulting_video__banner .video-wrapper .play-button-wrapper #circle-play-b-4 {
    cursor: pointer;
    pointer-events: auto;
}
.consulting_video__banner .video-wrapper .play-button-wrapper #circle-play-b-4 .play_button {
    width: 100px;
    height: 100px;
    cursor: pointer;
}
.consulting_video__banner .video-wrapper #organizational_video {
    min-width: 100%;
    height: 718px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    display: flex;
}
.consulting_video__banner .video-overlay {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .6) 100%);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 718px;
}
.org_section .left-column {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 220px;
    padding-right: 137px;
}
.org_section .left-column img {
    width: 100%}
.org_section .left-column h6 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 25px;
    margin-bottom: 0;
    color: #221D10;
}
.org_section .left-column h6 .highlight {
    color: #ECB613;
}
.org_section .left-column p {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 26px;
    margin-bottom: 0;
    color: #221D10;
}
.org_section .right-column {
    display: flex;
}
.org_section img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.org_section .inner_illustration_img {
    background-color: #221D10;
}
.org_section .inner_illustration_img img {
    width: 100%}
.org_centered_hero {
    background-image: url(../img/organizational_cta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFEFA;
}
.org_centered_hero .image_overlay {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .8) 100%);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%}
.org_centered_hero .hero__caption {
    width: 35%}

.org_centered_hero .hero__caption h6 {
    font-size: 18px;
    line-height: 26px;
    font-family: "FK-Grotesk-Neue Light"}
.form_animated {
    position: relative;
    margin-bottom: 44px;
}
.form_animated .error {
    color: #ec2f6e;
    font-size: 15px;
    font-family: "FK-Grotesk-Neue Light";
    margin-top: 5px;
}
.form_animated .hint_text {
    color: rgba(255,254,250,0.5);
    font-size: 14px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 22px;
    padding-top: 20px;
}
.form_animated {
    margin-bottom: 15px;
    margin-right: 10px;
}

.col-lg-10.form_animated input {
    width: calc(100% + 10px);
}

.form_animated .contact__label {
    position: static;
    display: block;
    margin-bottom: 8px;
    color: var(--arete-primary);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--arete-font-family);
    font-weight: var(--arete-font-medium);
    text-transform: uppercase;
    letter-spacing: 1px;
    pointer-events: auto;
}

.form_animated input {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    outline: 0;
    padding: 12px;
    transition: border-color .4s ease-in-out;
    background-color: #FFFEFA;
    width: 100%;
    color: #221D10;
    font-size: 16px;
    border-radius: 4px;
}

.form_animated .more_details_label {
    position: static;
    display: block;
    margin-bottom: 8px;
    color: var(--arete-primary);
    font-size: 14px;
    line-height: 24px;
    font-family: var(--arete-font-family);
    font-weight: var(--arete-font-medium);
    text-transform: uppercase;
    letter-spacing: 1px;
    pointer-events: auto;
}

.form_animated input {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    outline: 0;
    padding: 12px;
    transition: border-color .4s ease-in-out;
    background-color: #FFFEFA;
    width: 100%;
    color: #221D10;
    font-size: 16px;
    border-radius: 4px;
}
.form_animated input:hover {
    border-bottom: 1px solid #7f7c7c;
    transition: all .5s;
}
.form_animated #your_details {
    height: 130px;
    padding-top: 0;
}
.our_team_banner {
    background-image: url(../img/bg-our-team.png);
    background-position: top;
}
.our_team_list {
    padding-top: 120px;
    padding-bottom: 120px;
}
.our_team_list .team_detail {
    cursor: pointer;
    text-decoration: none;
}
.our_team_list .group_head {
    color: #221D10;
    font-size: 24px;
    font-family: "FK-Grotesk-Neue Medium";
    line-height: 32px;
    padding-bottom: 24px;
    margin-bottom: 0;
}
.our_team_list .team_spacing {
    margin-bottom: 100px;
}
.our_team_list .team_member {
    border: 1px solid #e7e7f0;
    text-align: center;
    padding: 25px;
    margin: 0 -1px -1px 0;
    box-sizing: border-box;
}
.our_team_list .team_member:hover img {
    transform: scale(1.07);
    transition: transform .5s ease-out;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.our_team_list .team_member:hover h5 {
    color: #d4a311!important;
}
.our_team_list .team_member img {
    height: 290px;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform .5s ease-out;
}
.our_team_list .team_member .team_caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
}
.our_team_list .team_member .team_caption h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #221D10;
    margin-bottom: 0;
}
.our_team_list .team_member .team_caption h6 {
    font-size: 16px;
    line-height: 24px;
    font-family: "FK-Grotesk-Neue Light";
    color: #221D10;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}
.our_team_list .team_member div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.our_team_list .team_member:last-child {
    border-right: 1px solid #e7e7f0;
}
.our_team_list .right_toggle {
    position: sticky;
    top: 200px;
    align-self: flex-start;
}
.our_team_list .right_toggle ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-right: 25px;
    padding-left: 25px;
    border-left: 1.5px solid #e7e7f0;
}
.our_team_list .right_toggle ul li {
    text-decoration: none;
    font-size: 26px;
    font-family: "FK-Grotesk-Neue Medium";
    line-height: 36px;
    padding: 16px 0 16px 0;
    color: rgba(255,254,250,0.5);
    cursor: pointer;
    position: relative;
    max-width: 257px;
}
.our_team_list .right_toggle ul li:hover {
    font-family: "FK-Grotesk-Neue Medium";
    transition: .3s;
    color: #221D10;
}
.our_team_list .right_toggle ul li:hover::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: rgba(255,254,250,0.5);
    top: 0;
    left: -26px;
    transition: .3s;
}
.our_team_list .right_toggle ul .active_nav {
    font-family: "FK-Grotesk-Neue Medium";
    color: #221D10;
}
.our_team_list .right_toggle ul .active_nav::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: rgba(255,254,250,0.5);
    top: 0;
    left: -26px;
    transition: .3s;
}
.insights_banner {
    position: relative;
    max-height: 100%;
    overflow: hidden;
    margin-bottom: -7px;
    height: 600px;
    background-image: url(../img/bg-insights.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}
.insights_banner .image-overlay .wrapper .hero__caption {
    padding-bottom: 80px;
}
.recent_insights {
    background-color: #FFFEFA;
    color: #221D10;
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
}
.recent_insights .left_insights .insights_content {
    width: 335px;
}
.recent_insights .left_insights .overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 288px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}
.recent_insights .right_insights .insights_content {
    width: 90%}
.recent_insights .right_insights .overlay {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 98%;
    height: 600px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}
.recent_insights img {
    height: 434px;
    width: 100%;
    border-radius: 2px;
    object-fit: cover;
    z-index: 2;
}
.recent_insights .insights_content_big {
    position: absolute;
    bottom: 25px;
    left: 50px;
    color: #FFFEFA;
    font-size: 16px;
    font-family: "FK-Grotesk-Neue Medium";
    line-height: 24px;
}
.recent_insights .insights_content_big h4 {
    font-size: 24px;
    font-family: "FK-Grotesk-Neue Medium";
    line-height: 32px;
    color: #FFFEFA;
    margin-bottom: 0;
    padding-bottom: 12px;
    position: relative;
    z-index: 3;
}
.recent_insights .insights_content_big h5 {
    font-size: 16px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 24px;
    color: #FFFEFA;
    margin-bottom: 0;
    padding-bottom: 12px;
    position: relative;
    z-index: 3;
}
.recent_insights .insights_content_big h6 {
    font-size: 14px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 22px;
    color: #e5e4ff;
    margin-bottom: 0;
    padding-bottom: 12px;
    position: relative;
    z-index: 3;
}
.recent_insights .insights_content {
    position: absolute;
    bottom: 25px;
    left: 30px;
    color: #FFFEFA;
    font-size: 16px;
    font-family: "FK-Grotesk-Neue Medium";
    line-height: 24px;
}
.recent_insights .insights_content h4 {
    font-size: 24px;
    font-family: "FK-Grotesk-Neue Medium";
    line-height: 32px;
    color: #FFFEFA;
    margin-bottom: 0;
    padding-bottom: 12px;
    position: relative;
    z-index: 3;
}
.recent_insights .insights_content h5 {
    font-size: 16px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 24px;
    color: #FFFEFA;
    margin-bottom: 0;
    padding-bottom: 12px;
    position: relative;
    z-index: 3;
}
.recent_insights .insights_content h6 {
    font-size: 14px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 22px;
    color: #e5e4ff;
    margin-bottom: 0;
    padding-bottom: 12px;
    position: relative;
    z-index: 3;
}
.recent_insights .section-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-bottom: 25px;
    margin-bottom: 0;
}
.recent_insights .left_insights img {
    object-fit: cover;
    height: 288px;
    width: 100%;
    margin-bottom: 24px;
}
.recent_insights .right_insights img {
    object-fit: cover;
    height: 600px;
    width: 98%;
    float: right;
}
.insights_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 120px;
}
.insights_list h6 {
    font-size: 24px;
    line-height: 32px;
    font-family: "FK-Grotesk-Neue Medium";
    color: #221D10;
}
.insights_list p {
    font-size: 16px;
    line-height: 24px;
    font-family: "FK-Grotesk-Neue Light";
    color: #221D10;
}
.insights_list .inner_insight_content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 25px;
    overflow: hidden;
}
.insights_list .inner_insight_content:hover {
    border-bottom: 1px solid #e4e4e9;
}
.insights_list .inner_insight_content:hover img {
    transform: scale(1.05);
    transition: transform .5s ease-out;
}
.insights_list .inner_insight_content:hover h6 {
    color: #d4a311;
}
.insights_list .inner_insight_content p .label_light {
    border: 1px solid #e7e7f0;
    border-radius: 100px;
    padding: 8px 14px 7px 14px;
    color: #221D10;
    text-decoration: unset;
    margin-right: 10px;
    font-family: "FK-Grotesk-Neue Light";
    font-size: 14px;
}
.insights_list .inner_insight_content img {
    padding-bottom: 25px;
    width: 100%;
    object-fit: cover;
    height: 320px;
    transition: transform .5s ease-out;
}
.inner_insight_content:hover .insights_list .inner_insight_content img {
    transform: scale(1);
}
.insights_list .insights_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 26px;
}
.insights_list .insights_title h3 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    color: #221D10;
}
.insights_list .insights_filter {
    margin-bottom: 32px;
    position: relative;
}
.insights_list .insights_filter img {
    position: absolute;
    right: 30px;
    top: 12px;
}
.insights_list .insights_filter .custom-select {
    border: 1px solid #e7e7f0;
    color: #221D10;
    font-size: 16px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 24px;
    height: 48px;
    background: url(../html/assets/img/select_arrow.svg) right .75rem center/12px 10px no-repeat!important;
    cursor: pointer;
}
.insights_list .insights_filter .custom-select:active, .insights_list .insights_filter .custom-select:focus {
    outline: unset;
    box-shadow: unset;
}
.insights_list .insights_filter .cs-form-control {
    border: 1px solid #e7e7f0;
    color: #221D10;
    font-size: 16px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 24px;
    height: 48px;
    padding-right: 50px;
}
.insights_list .insights_filter .cs-form-control:active, .insights_list .insights_filter .cs-form-control:focus {
    outline: unset;
    box-shadow: unset;
}
.insights_list .pagination_insights {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.insights_list .pagination_insights a {
    margin: 0 10px 0 0;
    padding: 5px 10px;
    border: unset;
    text-decoration: none;
    color: #333;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.insights_list .pagination_insights .active {
    background-color: #ECB613;
    color: #FFFEFA;
}
.detail_article .main_article_title {
    width: 100%;
    max-width: 894px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 56px;
}
.detail_article .team_description .main_article_image {
    width: 100%;
    height: 550px;
    object-fit: cover;
    margin-bottom: 25px;
}
.team_intro {
    padding-top: 120px;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}
.team_intro .side_social_links {
    height: 100%;
    padding-left: 25px;
    position: relative;
}
.team_intro .side_social_links::before {
    content: "";
    background-color: #ccc;
    height: 100%;
    position: absolute;
    width: 1px;
    left: 0;
    top: -25px;
}
.team_intro .side_social_links .social_apps h4 {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
}
.team_intro .side_social_links .social_apps img {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 100px;
    margin-right: 5px;
    cursor: pointer;
}
.team_intro .breadcrumb {
    margin-bottom: 20px;
}
.team_intro .badges_insights {
    display: flex;
    gap: 10px;
}
.team_intro .badges_insights h6 {
    font-size: 14px;
    font-family: "FK-Grotesk-Neue Light";
    color: #221D10;
    margin-bottom: 25px;
    background-color: #e5e4ff;
    width: 120px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team_intro .breadcrumb {
    margin-bottom: 32px;
    background-color: transparent;
    padding-left: 0;
}
.team_intro .profile_image {
    position: relative;
}
.team_intro .profile_image img {
    width: 385px;
    height: 90%;
    object-fit: cover;
}
.team_intro .wrapper-full {
    padding-top: 25px;
    max-width: 1420px;
    margin: 0 auto;
}
.team_intro .wrapper-full .row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.team_intro .profile_image {
    display: flex;
    justify-content: center;
}
.team_intro .wrapper-full .team_description {
    width: 96%}
.team_intro .wrapper-full .team_description h1 {
    color: #221D10;    
    margin-bottom: 1rem;
    font-size: 68px;
    line-height: 68px;
}

.team_intro .wrapper-full .team_description h3 {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Medium";
    line-height: 28px;
    color: #221D10;
    margin-bottom: 24px;
    
}
.team_intro .wrapper-full .team_description h6 {
    font-size: 14px;
    font-family: "FK-Grotesk-Neue Light";
    color: #221D10;
    margin-bottom: 1rem;
    background-color: #fdf6e2;
    max-width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    height: 35px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.team_intro .wrapper-full .team_description h2 {
    font-size: 34px;
    font-family: "FK-Grotesk-Neue Medium";
    line-height: 32px;
    color: #221D10;
    margin-bottom: 1rem;
    
}
.team_intro .wrapper-full .team_description p {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 26px;
    color: #221D10;
    margin-bottom: 16px;
    
    
}
.team_intro .wrapper-full .team_description ul {
    margin-bottom: 0;
    padding-bottom: 1rem;
    padding-left: 20px;
    list-style-type: square;
}
.team_intro .wrapper-full .team_description ul li {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 26px;
    color: #221D10;
    margin-bottom: 24px;
}
.one-on-one-coaching-banner {
    background-image: url(../img/one-on-one-coaching.jpg);
}

.coaching_structure {
    padding-top: 120px;
    padding-bottom: 120px;
}

.coaching_structure .inner_thumb {
    min-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 50px 25px;
}
.coaching_structure .inner_thumb h6 {
    font-size: 24px;
    line-height: 36px;
    font-family: "FK-Grotesk-Neue Medium";
    color: #221D10;
}
.coaching_structure .inner_thumb p {
    font-size: 16px;
    line-height: 24px;
    font-family: "FK-Grotesk-Neue Light";
    color: #221D10;
    width: 352px;
}
.coaching_structure .inner_thumb .header {
    margin-bottom: 25px;
    background-color: #f8f8ff;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}
.coaching_structure .columns_border .col-12:nth-child(1) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-bottom: 1px solid #e7e7f0;
}
.coaching_structure .columns_border .col-12:nth-child(2) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-bottom: 1px solid #e7e7f0;
}
.coaching_structure .columns_border .col-12:nth-child(3) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-bottom: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.private_equaty_section {
    padding-top: 120px;
    padding-bottom: 120px;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections {
    position: relative;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ECB613;
    left: 18.3rem;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections .animated_panel {
    background-color: #f8f8ff;
    padding: 24px;
    max-width: 254px;
    min-height: 168px;
    border-radius: 1px;
    display: flex;
    align-items: center;
    position: relative;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections .animated_panel::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 37px;
    background-color: #ECB613;
    right: -37px;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections .animated_panel .animated_tile img {
    margin-bottom: 24px;
    filter: brightness(0) saturate(100%) invert(62%) sepia(97%) saturate(638%) hue-rotate(3deg) brightness(100%) contrast(101%);
}
.private_equaty_section .left-column .animatedTimelines .animatedSections .animated_panel .animated_tile p {
    color: #221D10;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections .go_right {
    margin-left: 330px;
    position: relative;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections .go_right::before {
    content: "";
    left: -37px;
}
.private_equaty_section .right-column h2 {
    font-size: 48px;
    color: #221D10;
    line-height: 56px;
    font-weight: 700;
    width: 484px;
    margin-bottom: 24px;
}
.private_equaty_section .right-column p {
    font-size: 18px;
    color: #221D10;
    line-height: 26px;
    font-family: "FK-Grotesk-Neue Light";
    width: 484px;
}
.finance_prof_section {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #221D10;
}
.finance_prof_section .junior_section {
    border-top: 1px solid #221D10;
    border-bottom: 1px solid #221D10;
    border-left: 1px solid #221D10;
    padding: 20px;
    height: 100%}
.finance_prof_section .junior_section h3 {
    font-size: 32px;
    line-height: 40px;
    font-family: "FK-Grotesk-Neue Medium";
    color: #FFFEFA;
    margin-bottom: 25px;
}
.finance_prof_section .junior_section h3 span {
    color: var(--arete-primary);
}
.badges_area .badge-custom {
    border: 1px solid var(--arete-primary) !important;
    background-color: transparent;
    color: var(--arete-primary);
    font-family: "FK-Grotesk-Neue Light";
    padding: 8px 18px 8px 18px;
    border-radius: 100px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
}
.finance_prof_section .senior_section {
    border: 1px solid #221D10;
    padding: 20px 0 20px 20px;
}
.finance_prof_section .senior_section h3 {
    font-size: 32px;
    line-height: 40px;
    font-family: "FK-Grotesk-Neue Medium";
    color: #FFFEFA;
    margin-bottom: 25px;
}
.finance_prof_section .senior_section h3 span {
    color: #6be3eb;
}
.finance_prof_section .senior_section .badges_area .badge-light {
    border: 1px solid rgba(255, 255, 255, .2)!important;
    background-color: transparent;
    color: #FFFEFA;
    font-family: "FK-Grotesk-Neue Light";
    padding: 8px 18px 8px 18px;
    border-radius: 100px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}
.finance_prof_section .right-column h2 {
    font-size: 48px;
    color: #FFFEFA;
    line-height: 56px;
    font-weight: 700;
    width: 550px;
    margin-bottom: 24px;
}
.finance_prof_section .right-column p {
    font-size: 18px;
    color: #FFFEFA;
    line-height: 26px;
    font-family: "FK-Grotesk-Neue Light";
    width: 550px;
}
.one_on_one_cta .centered_hero {
    background-image: url(../img/one_coaching.jpg);
    background-position: center!important;
}
.case_study_one_on_one .others-section-alt {
    background-color: #FFFEFA;
}
.case_study_one_on_one .others-section-alt .first_column_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 137px;
    padding-right: 220px;
    height: 600px;
}
.case_study_one_on_one .others-section-alt .first_column_content h6 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 25px;
    margin-bottom: 0;
    color: #221D10;
}
.case_study_one_on_one .others-section-alt .first_column_content p {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 26px;
    margin-bottom: 0;
    color: #221D10;
}
.case_study_one_on_one .others-section-alt .first_column_img {
    display: flex;
    height: 600px;
    justify-content: center;
    align-items: center;
}
.case_study_one_on_one .others-section-alt .first_column_img .left__img {
    width: 517px!important;
    height: 416px!important;
}
.case_study_one_on_one .others-section-alt .second_column_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 220px;
    padding-right: 137px;
    height: 600px;
}
.case_study_one_on_one .others-section-alt .second_column_content h6 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 25px;
    margin-bottom: 0;
    color: #221D10;
}
.case_study_one_on_one .others-section-alt .second_column_content p {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 26px;
    margin-bottom: 0;
    color: #221D10;
}
.case_study_one_on_one .others-section-alt .second_column_img {
    display: flex;
    height: 600px;
    justify-content: center;
    align-items: center;
}
.case_study_one_on_one .others-section-alt .second_column_img .right__img {
    width: 523px!important;
    height: 380px!important;
}
.case_study_organizational_consult .others-section-alt .first_column_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 12rem;
    padding-right: 12rem;
    height: auto;
        background-color: #221D10;

}
.case_study_organizational_consult .others-section-alt .first_column_content h6 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 25px;
    margin-bottom: 0;
    color: #ECB613;
}
.case_study_organizational_consult .others-section-alt .first_column_content p {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 26px;
    margin-bottom: 0;
    color: #ECB613;
}
.case_study_organizational_consult .others-section-alt .first_column_img {
    background-color: #221D10;
    display: flex;
    height: 30%;
    justify-content: center;
    align-items: center;
    width: 50%;
    object-fit: cover;
}
.case_study_organizational_consult .others-section-alt .first_column_img .left__img {
    width: 100%;
    object-fit: cover;
}
.case_study_organizational_consult .others-section-alt .first_column_img .full_bg {
    width: 100%!important;
    height: 100%!important;
}
.case_study_organizational_consult .others-section-alt .second_column_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 220px;
    padding-right: 137px;
    height: 600px;
}
.case_study_organizational_consult .others-section-alt .second_column_content h6 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 25px;
    margin-bottom: 0;
    color: #221D10;
}
.case_study_organizational_consult .others-section-alt .second_column_content p {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 26px;
    margin-bottom: 0;
    color: #221D10;
}
.case_study_organizational_consult .others-section-alt .second_column_img {
    background-color: #221D10;
    display: flex;
    height: 600px;
    justify-content: center;
    align-items: center;
}
.candidate_interviewing_section {
    background-image: url(../img/candidate_interviewing.jpg);
}

.candidate_services {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(../img/about-us-triangle-left.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
}
.candidate_services .psychological_assessment_list {
    display: flex;
    justify-content: space-between;
}
.candidate_services .psychological_assessment_list ul {
    padding-left: 20px;
    list-style-type: square;
}
.candidate_services .psychological_assessment_list ul li {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Light";
    color: #221D10;
    margin-bottom: 10px;
}
.candidate_services .first_child {
    display: flex!important;
    height: 100%;
    padding-top: 0!important;
    border: unset!important;
    width: 485px;
    padding-left: 0!important;
}

.candidate_services .inner_thumb {
    min-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
}
.candidate_services .inner_thumb h6 {
    font-size: 26px;
    line-height: 36px;
    font-family: "FK-Grotesk-Neue Medium";
    color: #221D10;
}
.candidate_services .inner_thumb p {
    font-size: 16px;
    line-height: 24px;
    font-family: "FK-Grotesk-Neue Light";
    color: #221D10;
    margin-bottom: 0;
}
.candidate_services .inner_thumb .header {
    margin-bottom: 25px;
    background-color: #f8f8ff;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}
.candidate_services .inner_thumb .header img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(97%) saturate(638%) hue-rotate(3deg) brightness(100%) contrast(101%);
}
.candidate_services .inner_thumb .sec__title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    color: #221D10;
}
.candidate_services .columns_border .col-12:nth-child(1) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
}
.candidate_services .columns_border .col-12:nth-child(2) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.candidate_services .columns_border .col-12:nth-child(3) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-bottom: 1px solid #e7e7f0;
}
.candidate_services .columns_border .col-12:nth-child(4) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-bottom: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.arete_product {
    background-color: #FFFEFA;
    color: #221D10;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: left;
}
.arete_product .vs_circle {
    position: relative;
}
.arete_product .vs_circle::after {
    content: "VS";
    position: absolute;
    height: 56px;
    width: 55px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 48.2%;
    top: -28px;
    font-size: 20px;
    font-family: "FK-Grotesk-Neue Medium"}
.arete_product .section-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    padding-bottom: 24px;
    width: 756px;
}
.arete_product .section-content {
    font-family: "FK-Grotesk-Neue Light";
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 24px;
    width: 756px;
}
.arete_product .competitors {
    padding: 60px 15px 30px 15px;
    position: relative;
    height: 100%}
.arete_product .competitors .main_heading {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 56px;
    position: absolute;
    top: -28px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    border-radius: 100px;
    font-size: 24px;
    line-height: 32px;
    font-family: "FK-Grotesk-Neue Medium"}
.arete_product .competitors .list__items {
    font-size: 16px;
    font-family: "FK-Grotesk-Neue Light";
    padding-bottom: 20px;
    padding-top: 20px;
    height: 104px;
}
.arete_product .competitors .list__items:last-child {
    border-bottom: unset!important;
}
.arete_product .competitors .list__items h4 {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Medium"}
.arete_product .competitors .list__items p {
    font-size: 16px;
}
.arete_product .arete_self {
    padding: 60px 15px 30px 15px;
    position: relative;
    height: 100%}
.arete_product .arete_self .main_heading {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 56px;
    position: absolute;
    top: -28px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    border-radius: 100px;
    font-size: 24px;
    line-height: 32px;
    font-family: "FK-Grotesk-Neue Medium"}
.arete_product .arete_self .list__items {
    padding-bottom: 20px;
    padding-top: 20px;
    height: 104px;
}
.arete_product .arete_self .list__items:last-child {
    border-bottom: unset!important;
}
.arete_product .arete_self .list__items h4 {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Medium"}
.arete_product .arete_self .list__items p {
    font-size: 16px;
}
.hiring_right_candidates .others-section-alt .second_column_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 220px;
    padding-right: 137px;
    height: 600px;
}
.hiring_right_candidates .others-section-alt .second_column_content h6 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    padding-bottom: 25px;
    margin-bottom: 0;
    color: #221D10;
}
.hiring_right_candidates .others-section-alt .second_column_content p {
    font-size: 18px;
    font-family: "FK-Grotesk-Neue Light";
    line-height: 26px;
    margin-bottom: 0;
    color: #221D10;
}
.hiring_right_candidates .others-section-alt .second_column_img .video-wrapper .play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 9;
}
.hiring_right_candidates .others-section-alt .second_column_img .video-wrapper .play-button-wrapper #circle-play-b-3 {
    cursor: pointer;
    pointer-events: auto;
}
.hiring_right_candidates .others-section-alt .second_column_img .video-wrapper .play-button-wrapper #circle-play-b-3 .play_button {
    width: 100px;
    height: 100px;
    cursor: pointer;
}
.hiring_right_candidates .others-section-alt .second_column_img .video-wrapper #candidate_interviewing_video {
    min-width: 100%;
    height: 600px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    display: flex;
}
.interviewing_centered_hero {
    background-image: url(../img/interview_jumbotron.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFEFA;
}
.interviewing_centered_hero .image_overlay {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .8) 100%);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%}
.interviewing_centered_hero .hero__caption {
    width: 35%}

.interviewing_centered_hero .hero__caption h6 {
    font-size: 18px;
    line-height: 26px;
    font-family: "FK-Grotesk-Neue Light"}
.aretes_screen_for {
    background-color: #221D10;
    color: #FFFEFA;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: left;
}
.aretes_screen_for .section-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    padding-bottom: 24px;
    width: 756px;
}
.aretes_screen_for .section-content {
    font-family: "FK-Grotesk-Neue Light";
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 24px;
    width: 756px;
    margin-bottom: 50px;
}
.aretes_screen_for .qualities_1 {
    height: 100%;
    padding: 20px;
}
.aretes_screen_for .qualities_1 h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.aretes_screen_for .qualities_1 h2 span {
    color: #ECB613;
}
.aretes_screen_for .qualities_1 .badges_area .badge-light {
    border: 1px solid rgba(255, 255, 255, .2)!important;
    background-color: transparent;
    color: #FFFEFA;
    font-family: "FK-Grotesk-Neue Light";
    padding: 8px 18px 8px 18px;
    border-radius: 100px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}
.aretes_screen_for .active_box {
    border-left: 1px solid #221D10;
    border-right: 1px solid #221D10;
    border-radius: 40px;
}
.aretes_screen_for .qualities_2 {
    height: 100%;
    padding: 20px;
}
.aretes_screen_for .qualities_2 h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.aretes_screen_for .qualities_2 h2 span {
    color: #ECB613;
}
.aretes_screen_for .qualities_2 .badges_area .badge-light {
    border: 1px solid rgba(255, 255, 255, .2)!important;
    background-color: transparent;
    color: #FFFEFA;
    font-family: "FK-Grotesk-Neue Light";
    padding: 8px 18px 8px 18px;
    border-radius: 100px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}
.aretes_screen_for .qualities_3 {
    height: 100%;
    padding: 20px;
}
.aretes_screen_for .qualities_3 h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.aretes_screen_for .qualities_3 h2 span {
    color: #ECB613;
}
.aretes_screen_for .qualities_3 .badges_area .badge-light {
    border: 1px solid rgba(255, 255, 255, .2)!important;
    background-color: transparent;
    color: #FFFEFA;
    font-family: "FK-Grotesk-Neue Light";
    padding: 8px 18px 8px 18px;
    border-radius: 100px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}
.aretes_screen_for .border-line {
    border-top: 1px solid #221D10;
    border-bottom: 1px solid #221D10;
}
.physcological_assignment {
    padding-top: 120px;
    padding-bottom: 120px;
    left: 0!important;
    right: 0!important;
}

.physcological_assignment .sec__content {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #221D10;
    margin-bottom: 50px;
    width: 812px;
}
.physcological_assignment .animated_panels_1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.physcological_assignment .animated_panels_1::after {
    content: "";
    position: absolute;
    background-color: #ECB613;
    width: 70.9%;
    height: 1px;
    top: 246px;
    left: 101px;
}
.physcological_assignment .animated_panels_1 .animatedSections {
    display: flex;
    flex-direction: column;
    width: 600px;
    gap: 55px;
    position: relative;
    z-index: 1;
}
.physcological_assignment .animated_panels_1 .animatedSections .reverseTimeline {
    margin-left: auto;
}
.physcological_assignment .animated_panels_1 .panel_1, .physcological_assignment .animated_panels_1 .panel_2, .physcological_assignment .animated_panels_1 .panel_3, .physcological_assignment .animated_panels_1 .panel_4, .physcological_assignment .animated_panels_1 .panel_5 {
    max-width: 320px;
    width: 100%;
    border: 1px solid #f8f8ff;
    background-color: #f8f8ff;
    padding: 20px;
    box-sizing: border-box;
    color: #221D10;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.physcological_assignment .animated_panels_1 .panel_1 h5, .physcological_assignment .animated_panels_1 .panel_2 h5, .physcological_assignment .animated_panels_1 .panel_3 h5, .physcological_assignment .animated_panels_1 .panel_4 h5, .physcological_assignment .animated_panels_1 .panel_5 h5 {
    color: #221D10;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.physcological_assignment .animated_panels_1 .panel_1 h5 img, 
.physcological_assignment .animated_panels_1 .panel_2 h5 img, 
.physcological_assignment .animated_panels_1 .panel_3 h5 img, 
.physcological_assignment .animated_panels_1 .panel_4 h5 img, 
.physcological_assignment .animated_panels_1 .panel_5 h5 img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(97%) saturate(638%) hue-rotate(3deg) brightness(100%) contrast(101%);
}
.physcological_assignment .animated_panels_1 .animatedSections .animated_panel {
    min-height: 220px;
    padding: 24px;
    border-radius: 2px;
}
.physcological_assignment .animated_panels_1 .animatedSections .animated_panel::before {
    content: "";
    position: absolute;
    background-color: #ECB613;
    width: 1px;
    height: 28px;
    bottom: -28px;
    left: 50px;
}
.physcological_assignment .animated_panels_1 .animatedSections .animated_panel .media .media-body {
    font-size: 14px;
    color: #221D10;
    line-height: 22px;
    font-weight: 300;
}
.physcological_assignment .animated_panels_1 .animatedSections .reverseTimeline::before {
    content: "";
    position: absolute;
    top: -29px;
}
.captcha-error {
    color: #ec2f6e;
    font-size: 15px;
    font-family: "FK-Grotesk-Neue Light";
    margin-top: 5px;
}
.submit_btn_form {
    display: flex;
    align-items: center;
}
.form_loader {
    width: 48px;
    height: 48px;
    border: 5px solid #2f44ff;
    border-bottom-color: #11111f;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}.error {
    color: #ec2f6e;
    font-size: 15px;
    font-family: "FK-Grotesk-Neue Light";
    margin-top: 5px;
}
input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #221D10 inset!important;
    -webkit-text-fill-color: #FFFEFA!important;
}
@media (min-width:320px) and (max-width:575px) {
    .site_navigation nav {
        padding-left: 25px;
        padding-right: 25px;
        width: 100vw;
        margin: 0;
    }
    .candidate_interviewing_section .caption .col-lg-6 {
        padding-left: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .candidate_interviewing_section .caption h1 {
        font-size: 32px !important;
        line-height: 1.2 !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
.video_thumbnail_wrapper .vh_full {
    height: auto;
}
.video_thumbnail_wrapper .video-thumbnail {
    height: auto;
}
.fancybox-content {
    height: auto;
    width: 96%;
    background-color: transparent!important;
}
.fancybox-content video {
    object-fit: contain;
}

.finance_prof_section .junior_section {
    border-top: 1px solid #221D10;
    border-left: 1px solid #221D10;
    border-right: 1px solid #221D10;
    border-bottom: unset;
}
.finance_prof_section .senior_section {
    border: 1px solid #221D10;
    padding: 20px;
}
.wrapper {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 100%}
.finance_prof_section .senior_section .badges_area .badge-light {
    font-size: 12px;
    line-height: 20px;
}
.physcological_assignment .sec__title {
    max-width: 100%;
    font-size: 36px;
    line-height: 44px;
}
.physcological_assignment .sec__content {
    max-width: 100%}
.physcological_assignment .animated_panels_1 {
    flex-direction: column;
}
.physcological_assignment .animated_panels_1::after {
    content: unset;
}
.physcological_assignment .animated_panels_1 .panel_1, .physcological_assignment .animated_panels_1 .panel_2, .physcological_assignment .animated_panels_1 .panel_3, .physcological_assignment .animated_panels_1 .panel_4, .physcological_assignment .animated_panels_1 .panel_5 {
    width: 100%;
    min-height: 192px;
    height: auto;
    margin-bottom: 20px;
    max-width: 100%}
.physcological_assignment .animated_panels_1 .animatedSections {
    gap: 0;
    margin-left: 0!important;
    width: auto;
    max-width: 100%!important;
}
.physcological_assignment .animated_panels_1 .animatedSections .reverseTimeline {
    margin-left: 0;
}
.physcological_assignment .animated_panels_1 .animatedSections .animated_panel::before {
    content: unset;
}
.physcological_assignment .animated_panels_1 .animatedSections .animated_panel::after {
    content: unset;
}
.physcological_assignment .animated_panels_1 .animatedSections .animated_panel .animated_h_circle {
    display: none;
}
.site_navigation nav {
    padding-left: 25px;
    padding-right: 25px;
}
.site_navigation nav .navbar-toggler {
    border: unset!important;
    z-index: 99;
    display: flex !important;
}
.site_navigation nav .navbar-brand {
    z-index: 99;
}
.site_navigation nav .navbar-collapse {
    width: 100%;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .9s;
    background-color: #221D10;
}
.site_navigation nav .navbar-collapse .navbar-nav {
    padding-top: 125px;
    height: 100vh;
}
.site_navigation nav .navbar-collapse .navbar-nav .dropdown-menu {
    border: unset;
    background-color: transparent;
    margin-bottom: 40px;
    margin-top: -20px;
}
.site_navigation nav .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    padding-left: 0;
    border-bottom: unset;
    font-size: 18px;
    font-weight: 500;
    color: #e7e7f0;
    line-height: 25px;
}
.site_navigation nav .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    transition: .3s;
    color: #d4a311;
    font-size: 18px;
    font-weight: 500;
}
.site_navigation nav .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:last-child {
    border-bottom: unset!important;
    padding-bottom: 0;
}
.site_navigation nav .navbar-collapse .navbar-nav .nav-item {
    padding: 0 30px;
}
.site_navigation nav .navbar-collapse .navbar-nav .nav-item .dropdown-toggle::after {
    font-size: 30px;
    right: 20px;
    top: 5px;
    left: unset;
}
.site_navigation nav .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #FFFEFA!important;
    padding: 10px 0;
    font-size: 25px;
    font-weight: 500!important;
    line-height: 30px;
    border: unset;
    padding-bottom: 35px;
}
.site_navigation nav .navbar-collapse .navbar-nav .nav-item .contact_btn:hover {
    background-color: transparent!important;
}
.site_navigation .nav_footer {
    display: block;
}
.others-section-slider-1 {
    /* padding-bottom: 80px; */
}

.main-banner .caption p {
    font-size: 18px;
    line-height: 26px;
    width: 90%
}
.main-banner .caption .scroll_down_btn {
    position: relative;
    left: 0;
    top: 40px;
    right: auto;
    height: 56px;
    width: 56px;
}
.main-banner .video-overlay {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .6) 100%);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 0;
}


.about-us {
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: auto;
    background-position: left;
}
.about-us .section-content {
    font-size: 35px;
    line-height: 44px;
    width: 100%;
    padding-right: 0;
}
.organizational-level {
    padding-top: 80px;
    padding-bottom: 80px;
}
.organizational-level .section-title {
    font-size: 36px;
    line-height: 44px;
}
.organizational-level .scrollable {
    width: 100%!important;
    overflow-x: scroll;
    max-width: 525px;
    margin-bottom: 40px;
}
.organizational-level .scrollable .hoverable-tile {
    width: 148px;
    height: 165px;
    padding: 16px;
}
.organizational-level .scrollable .hoverable-tile .tile-img {
    bottom: 10px;
    right: 10px;
}
.organizational-level .scrollable .hoverable-tile .tile-img img {
    width: 48px;
    height: 48px;
}
.organizational-level .scrollable .hoverable-tile .title h6 {
    font-size: 20px;
    line-height: 28px;
    width: 80%}
.organizational-level .m_row_reverse {
    flex-wrap: wrap-reverse;
}
.organizational-level .pyramid_img img {
    width: 100%;
    height: 250px;
}
.organizational-level .pyramid_content {
    width: 100%}
.organizational-level .pyramid_content h6 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 16px;
    padding-bottom: 0;
}
.organizational-level .pyramid_content .pyramid_content p {
    font-size: 15px;
    line-height: 20px;
}
.our-solutions {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 80px;
    padding-bottom: 0px;
}
.our-solutions h6 {
    font-size: 22px;
    line-height: 30px;
}
.our-solutions .p-effect .inner_thumb {
    padding-left: 24px;
    padding-right: 24px;
    height: auto;
    width: 100%;
    padding-bottom: 40px;
}
.our-solutions .p-effect .os-box {
    height: auto;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
}

.our-solutions .p-effect:nth-child(1)::after {
    content: none;
}
.our-solutions .p-effect:nth-child(2)::after {
    content: none;
}
.our-solutions .p-effect:nth-child(4)::before {
    content: none;
}
.our-solutions .p-effect:nth-child(4)::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    background-color: #FFFEFA;
    border-top: unset;
    border-left: 1px solid #e7e7f0!important;
    border-right: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 50px;
    width: 100px;
    margin: 0 auto;
    z-index: 9;
}
.our-solutions .p-effect:nth-child(5)::after {
    content: none;
}
.our-solutions .p-effect:nth-child(5)::before {
    content: "";
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    background-color: #FFFEFA;
    border-top: unset;
    border-left: 1px solid #e7e7f0!important;
    border-right: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 50px;
    width: 100px;
    margin: 0 auto;
    z-index: 9;
}
.our-solutions .p-effect:nth-child(6)::after {
    content: none;
}
.others-section-slider-2 .others-marquee .inner {
    height: 250px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: start;
    padding-top: 25px;
}
.others-section-1 .play-button-wrapper .play_button {
    min-height: auto!important;
}
.others-section-1 .second_column_content {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    order: 9;
    padding-top: 40px;
    padding-bottom: 80px;
}
.others-section-1 .second_column_content h6 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
}
.others-section-1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 320px;
}
.others-section-1 .first_column_content {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    padding-top: 40px;
    padding-bottom: 80px;
}
.others-section-1 .first_column_content h6 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
}
.others-section-1 .first_column_img {
    height: auto;
    min-height: 375px;
}
.others-section-1 .first_column_img .left__img {
    width: 100%!important;
    height: auto!important;
}
.others-section-1 .inner_illustration_img img {
    width: 100%;
    object-fit: fill;
}
.others-section-1 .left-column {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    order: 12;
}
.others-section-1 .left-column h6 {
    font-size: 36px;
    line-height: 44px;
}
.others-section-1 .left-column p {
    font-size: 16px;
    line-height: 24px;
}
.others-section-1 .right-column #other-video {
    height: 375px;
}
.others-section-2 .left-column {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;


}
.others-section-2 .left-column h6 {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}
.others-section-2 .right-column img {
    min-height: 320px;
    height: auto;
}
.testimonials {
    padding: 80px 20px;
}
.testimonials .slider_section {
    border-bottom: unset;
}
.testimonials .slider_section .slick-next {
    top: 370px;
}
.testimonials .slider_section .slick-prev {
    top: 370px;
}
.testimonials .slider_section .footer-area {
    position: unset;
    padding-right: 0;
}
.testimonials .slider_section .content-area {
    padding-bottom: 10px;
    padding-top: 30px;
}
.testimonials .slider_section .content-area p {
    font-size: 16px;
    line-height: 25px;
}
.testimonials .slider_section .img-sec img {
    height: 343px;
    object-fit: cover;
}
.testimonials h3 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
}
.video__banner {
    height: auto;
}
.video__banner .caption {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}
.video__banner .caption h2 {
    font-size: 36px;
    line-height: 44px;
}
.video__banner .caption h6 {
    font-size: 16px;
    line-height: 24px;
}
.insights {
    padding: 80px 20px;
}
.insights .insights_title h3 {
    font-size: 36px;
    line-height: 44px;
}
.insights .insights_title .view_all_insights {
    font-size: 16px;
    line-height: 22px;
}
footer .footer_inner {
    padding-top: 80px;
    padding-bottom: 40px;
}
footer .footer_inner .mobile-left {
    display: flex;
    width: 100%;
    align-items: center;
    color: #FFFEFA;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 22px;
}
footer h3 {
    font-size: 36px;
    line-height: 44px;
}
footer p {
    font-size: 16px;
    line-height: 24px;
}
footer .dark_gen_btn {
    font-size: 16px;
    margin-bottom: 41px;
}
footer ul {
    padding-left: 0;
}
footer ul li {
    line-height: 24px;
    font-size: 14px;
}
footer .copyright {
    display: flex;
    align-items: flex-start;
    padding-bottom: 26px;
    flex-direction: column;
    justify-content: center;
}
footer .copyright .left {
    padding-bottom: 10px;
}
.bridge_the_gap img {
    width: 100%;
    display: none;
}
.group_coaching_section .full-image {
    height: auto;
}
.group_coaching_section .right-column .centered_img {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.group_of_any_size img {
    height: auto;
    margin-bottom: 20px;
}
.image-overlay .wrapper .hero__caption {
    display: unset;
    height: auto;
    padding-bottom: 80px;
    position: absolute;
    bottom: 0;
}
.image-overlay .wrapper .hero__caption .banner_title h6 {
    font-size: 18px;
    line-height: 26px;
}
.group_performance .columns_border .col-12:nth-child(1) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.group_performance .columns_border .col-12:nth-child(2) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.group_performance .columns_border .col-12:nth-child(3) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.group_performance .columns_border .col-12:nth-child(4) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
    border-bottom: unset;
}
.group_performance .columns_border .col-12:nth-child(5) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
    border-bottom: unset;
}
.group_performance .columns_border .col-12:nth-child(6) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-bottom: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.bridge_the_gap, .group_performance {
    padding-top: 80px;
    padding-bottom: 80px;
}
.bridge_the_gap .section-content, .group_performance .section-content {
    width: 100%}

.group_of_any_size {
    padding-top: 80px;
}
.centered_hero {
    height: 460px;
}
.centered_hero .hero__caption {
    width: 100%}
.partner_with_you {
    padding-top: 40px;
    padding-bottom: 40px;
}
.partner_with_you img {
    width: 100%}
.org_centered_hero .hero__caption {
    width: 100%}
.contact-us {
    height: 100%}
.contact-us .caption {
    display: block;
    justify-content: unset;
    align-items: unset;
    height: unset;
    padding-top: 10rem;
}
.contact-us .caption h5 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.contact-us .caption h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    margin-bottom: 40px;
}
.contact-us .contact_footer {
    position: unset;
    margin-top: 40px;
    flex-direction: column;
}
.contact-us .contact_footer .left {
    padding-bottom: 20px;
}
.contact-us .contact_footer .left ul {
    gap: 20px;
}
.org_section .left-column {
    padding: 60px 20px;
}
.org_section .left-column h6 {
    font-size: 36px;
    line-height: 44px;
}
.partner_with_you .section-content {
    font-size: 16px;
    line-height: 24px;
    width: 90%}
.organizational_consulting_services {
    padding-top: 40px;
    padding-bottom: 0px;
}
.organizational_consulting_services .first_child {
    padding-top: 0!important;
}
.organizational_consulting_services .inner_thumb h6 {
    font-size: 20px;
    line-height: 28px;
}
.organizational_consulting_services .inner_thumb p {
    font-size: 14px;
    line-height: 22px;
}
.organizational_consulting_services .inner_thumb .sec__title {
    font-size: 36px;
    line-height: 44px;
}
.our_team_list {
    padding-top: 80px;
    padding-bottom: 0px;
}
.our_team_list .team_member img {
    height: 500px;
}
.recent_insights {
    padding-top: 80px;
    padding-bottom: 80px;
}
.recent_insights .right_insights .overlay {
    width: 100%}
.recent_insights .right_insights img {
    width: 100%}
.insights_list {
    padding-bottom: 80px;
}
.team_intro {
    padding-bottom: 20px;
}
.team_intro .profile_image img {
    width: 100%
}
.wrapper-full {
    padding-right: 0;
    padding-left: 0;
}
.team_intro .wrapper-full .team_description h3 {
    font-size: 16px;
    line-height: 24px;
}
.team_intro .wrapper-full .team_description h6 {
    display: none;
}
.team_intro .wrapper-full .team_description h2 {
    font-size: 20px;
    line-height: 28px;
}
.team_intro .wrapper-full .team_description p {
    font-size: 16px;
    line-height: 24px;
}
.team_intro .wrapper-full .team_description ul li {
    font-size: 16px;
    line-height: 24px;
}
.centered_hero .hero__caption {
    width: 100%}
.one_on_one_cta .centered_hero {
    background-position: center;
}
.others-section-1 .second_column_img #other-video {
    min-height: 320px;
    height: auto;
}
.case_study_one_on_one .others-section-alt .first_column_content {
    padding-left: 40px;
    padding-right: 40px;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    justify-content: center;
}
.case_study_one_on_one .others-section-alt .first_column_content h6 {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
}
.case_study_one_on_one .others-section-alt .first_column_content p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.case_study_one_on_one .others-section-alt .first_column_img {
    height: 417px;
    justify-content: center;
    align-items: center;
}
.case_study_one_on_one .others-section-alt .first_column_img .left__img {
    width: 80%!important;
}
.case_study_one_on_one .others-section-alt .second_column_content {
    padding-left: 24px;
    padding-right: 48px;
    height: auto;
    justify-content: center;
    order: 9;
    padding-top: 80px;
    padding-bottom: 80px;
}
.case_study_one_on_one .others-section-alt .second_column_content h6 {
    font-size: 40px;
    line-height: 48px;
}
.case_study_one_on_one .others-section-alt .second_column_content p {
    font-size: 16px;
    line-height: 24px;
}
.case_study_one_on_one .others-section-alt .second_column_img {
    height: 417px;
    justify-content: center;
    align-items: center;
}
.case_study_one_on_one .others-section-alt .second_column_img .right__img {
    width: 80%!important;
}
.finance_prof_section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.finance_prof_section .right-column h2 {
    font-size: 36px;
    line-height: 44px;
    width: 100%;
    text-align: center;
}
.finance_prof_section .right-column p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
.private_equaty_section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections {
    position: relative;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections::before {
    content: unset;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections .animated_panel {
    max-width: 100%;
    margin-bottom: 20px;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections .animated_panel::before {
    content: unset;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections .animated_panel::after {
    content: unset;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections .animated_panel .animated_circle {
    display: none;
}
.private_equaty_section .left-column .animatedTimelines .go_right {
    margin-left: 0!important;
}
.private_equaty_section .right-column h2 {
    font-size: 36px;
    line-height: 44px;
    width: 100%;
    text-align: center;
}
.private_equaty_section .right-column p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;

}
.coaching_structure {
    padding-top: 80px;
    padding-bottom: 80px;
}
.coaching_structure .inner_thumb h6 {
    width: 100%}
.coaching_structure .inner_thumb p {
    width: 100%}
.coaching_structure .columns_border .col-12:nth-child(1) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
    border-bottom: unset;
}
.coaching_structure .columns_border .col-12:nth-child(2) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
    border-bottom: unset;
}
.coaching_structure .columns_border .col-12:nth-child(3) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-bottom: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.case_study_organizational_consult .others-section-alt .first_column_content {
    padding-left: 40px;
    padding-right: 40px;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    justify-content: center;
}
.case_study_organizational_consult .others-section-alt .first_column_content h6 {
    font-size: 40px;
    line-height: 48px;
        text-align: center;
        max-width: 80%;
        margin: 0 auto;

}
.case_study_organizational_consult .others-section-alt .first_column_content p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.case_study_organizational_consult .others-section-alt .first_column_img {
    width: 100%;
    justify-content: center;
    align-items: center;
}
.case_study_organizational_consult .others-section-alt .second_column_content {
    padding-left: 40px;
    padding-right: 40px;
    height: auto;
    justify-content: center;
    order: 9;
    padding-top: 80px;
    padding-bottom: 80px;
}
.case_study_organizational_consult .others-section-alt .second_column_content h6 {
    font-size: 40px;
    line-height: 48px;
}
.case_study_organizational_consult .others-section-alt .second_column_content p {
    font-size: 16px;
    line-height: 24px;
}
.case_study_organizational_consult .others-section-alt .second_column_img {
    height: 417px;
    justify-content: center;
    align-items: center;
}
.case_study_organizational_consult .others-section-alt .second_column_img .right__img {
    width: 80%!important;
}
.candidate_services {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: unset;
}
.candidate_services .first_child {
    width: 100%}
.candidate_services .inner_thumb {
    padding: 16px 20px;
}
.candidate_services .inner_thumb .sec__title {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}
.candidate_services .inner_thumb p {
    margin-bottom: 0;
}
.candidate_services .columns_border .col-12:nth-child(1) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.candidate_services .columns_border .col-12:nth-child(2) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.candidate_services .columns_border .col-12:nth-child(3) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
    border-bottom: unset;
}
.candidate_services .columns_border .col-12:nth-child(4) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-bottom: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.interviewing_centered_hero .hero__caption {
    width: 100%}
.aretes_screen_for .section-title {
    width: 100%;
    font-size: 36px;
    line-height: 44px;
}
.aretes_screen_for .section-content {
    width: 100%}
.aretes_screen_for .active_box {
    border-top: 1px solid #221D10;
    border-bottom: 1px solid #221D10;
}
.hiring_right_candidates .others-section-alt .second_column_content {
    padding-left: 40px;
    padding-right: 40px;
    height: 400px;
    text-align: center;
}
.hiring_right_candidates .others-section-alt .second_column_content h6 {
    font-size: 36px;
    line-height: 44px;
}
.arete_product .section-title {
    width: 100%;
    font-size: 36px;
    line-height: 44px;
        text-align: center;

}
.arete_product .section-content {
    width: 100%;
    text-align: center;

}

.arete_product .main_heading {
    height: auto;
    text-align: center;
}
.arete_product .competitors .list__items {
    padding-bottom: 20px;
    padding-top: 20px;
    height: auto;
}

.arete_product .arete_self .list__items {
    padding-bottom: 20px;
    padding-top: 20px;
    height: auto;
}
.arete_product .vs_circle::after {
    display: none;
}
.recent_insights .left_insights .insights_content {
    width: 80%}
.recent_insights .right_insights .insights_content_big {
    width: 100%;
    left: 40px;
}
.detail_article .m_row_reverse {
    flex-wrap: wrap-reverse;
}
.detail_article .m_row_reverse .side_social_links {
    padding-left: 0;
}
.detail_article .m_row_reverse .side_social_links::before {
    content: unset;
}
.arete_product, .candidate_services, .physcological_assignment, .private_equaty_section, .coaching_structure {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.case_study_one_on_one .others-section-alt .first_column_content{
    padding-top: 0;
}

}@media (min-width:576px) and (max-width:767px) {
    .video_thumbnail_wrapper .video-thumbnail {
    height: 480px;
}
.fancybox-content {
    height: auto;
    width: 96%;
    background-color: transparent!important;
}
.fancybox-content video {
    object-fit: contain;
}
.white-page .navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
.finance_prof_section .junior_section {
    border-top: 1px solid #221D10;
    border-left: 1px solid #221D10;
    border-right: 1px solid #221D10;
    border-bottom: unset;
}
.finance_prof_section .senior_section {
    border: 1px solid #221D10;
    padding: 20px;
}
.wrapper {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 100%}

.physcological_assignment .sec__content {
    max-width: 100%}
.physcological_assignment .animated_panels_1 {
    flex-direction: column;
}
.physcological_assignment .animated_panels_1::after {
    content: unset;
}
.physcological_assignment .animated_panels_1 .panel_1, .physcological_assignment .animated_panels_1 .panel_2, .physcological_assignment .animated_panels_1 .panel_3, .physcological_assignment .animated_panels_1 .panel_4, .physcological_assignment .animated_panels_1 .panel_5 {
    width: 100%;
    min-height: 192px;
    height: auto;
    margin-bottom: 20px;
    max-width: 100%}
.physcological_assignment .animated_panels_1 .animatedSections {
    margin-left: 0!important;
    width: auto;
    max-width: 100%!important;
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.physcological_assignment .animated_panels_1 .animatedSections .reverseTimeline {
    margin-left: 0;
}
.physcological_assignment .animated_panels_1 .animatedSections .animated_panel::before {
    content: unset;
}
.physcological_assignment .animated_panels_1 .animatedSections .animated_panel::after {
    content: unset;
}
.physcological_assignment .animated_panels_1 .animatedSections .animated_panel .animated_h_circle {
    display: none;
}
.site_navigation nav {
    padding-left: 25px;
    padding-right: 25px;
}
.site_navigation nav .navbar-toggler {
    border: unset!important;
    z-index: 99;
    display: flex !important;
}
.site_navigation nav .navbar-brand {
    z-index: 99;
}
.site_navigation nav .navbar-collapse {
    width: 100%;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .9s;
    background-color: #221D10;
}
.site_navigation nav .navbar-collapse .navbar-nav {
    padding-top: 125px;
    height: 100vh;
}
.site_navigation nav .navbar-collapse .navbar-nav .dropdown-menu {
    border: unset;
    background-color: transparent;
    margin-bottom: 40px;
    margin-top: -20px;
}
.site_navigation nav .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    padding-left: 0;
    border-bottom: unset;
    font-size: 20px;
    font-weight: 500;
    color: #e7e7f0;
    line-height: 28px;
}
.site_navigation nav .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    transition: .3s;
    color: #d4a311;
    font-size: 20px;
    font-weight: 500;
}
.site_navigation nav .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:last-child {
    border-bottom: unset!important;
    padding-bottom: 0;
}
.site_navigation nav .navbar-collapse .navbar-nav .nav-item {
    padding: 0 30px;
}
.site_navigation nav .navbar-collapse .navbar-nav .nav-item .dropdown-toggle::after {
    font-size: 30px;
    right: 20px;
    top: 5px;
    left: unset;
}
.site_navigation nav .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #FFFEFA!important;
    padding: 10px 0;
    font-size: 27px;
    font-weight: 500!important;
    line-height: 35px;
    border: unset;
    padding-bottom: 40px;
}
.site_navigation nav .navbar-collapse .navbar-nav .nav-item .contact_btn:hover {
    background-color: transparent!important;
}
.site_navigation .nav_footer {
    display: block;
}
.others-section-slider-1 {
    padding-bottom: 80px;
}

.main-banner .caption p {
    font-size: 18px;
    line-height: 26px;
}
.main-banner .caption .scroll_down_btn {
    right: 0;
    top: 0;
}

.about-us {
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: contain;
    background-position: right;
}
.about-us .section-content {
    font-size: 35px;
    line-height: 44px;
    width: 100%;
    padding-right: 0;
}
.organizational-level {
    padding-top: 120px;
    padding-bottom: 120px;
}
.organizational-level .m_row_reverse {
    flex-wrap: wrap-reverse;
}
.organizational-level .section-title {
    font-size: 40px;
    line-height: 40px;
}
.organizational-level .scrollable {
    width: 100%!important;
    overflow-x: scroll;
    margin-bottom: 40px;
}
.organizational-level .scrollable .hoverable-tile {
    width: 180px;
    height: 200px;
    padding: 15px;
}
.organizational-level .scrollable .hoverable-tile .tile-img {
    bottom: 10px;
    right: 10px;
}
.organizational-level .scrollable .hoverable-tile .tile-img img {
    width: 50px;
}
.organizational-level .scrollable .hoverable-tile .title h6 {
    font-size: 24px;
    line-height: 30px;
}
.organizational-level .pyramid_img img {
    width: 100%;
    height: 250px;
    margin-bottom: 0;
}
.organizational-level .pyramid_content {
    width: 100%}
.organizational-level .pyramid_content h6 {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 10px;
}
.organizational-level .pyramid_content p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.our-solutions {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.our-solutions h6 {
    font-size: 22px;
    line-height: 30px;
}
.our-solutions .p-effect .inner_thumb {
    padding-left: 24px;
    padding-right: 24px;
    min-height: 290px;
    height: auto;
}
.our-solutions .p-effect .os-box {
    height: auto;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 20px;
}
.our-solutions .p-effect:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 100px;
    right: -50px;
    background-color: #FFFEFA;
    border-top: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0!important;
    border-right: 1px solid #e7e7f0!important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    height: 100px;
    width: 50px;
    z-index: 9;
}
.our-solutions .p-effect:nth-child(2) {
    padding-left: 50px;
}
.our-solutions .p-effect:nth-child(2)::after {
    content: none;
}
.our-solutions .p-effect:nth-child(4)::before {
    content: none;
}
.our-solutions .p-effect:nth-child(4)::after {
    content: "";
    content: "";
    position: absolute;
    top: 100px;
    left: -50px;
    background-color: #FFFEFA;
    border-top: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0!important;
    border-left: 1px solid #e7e7f0!important;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    height: 100px;
    width: 50px;
    z-index: 9;
}
.our-solutions .p-effect:nth-child(5)::after {
    content: none;
}
.our-solutions .p-effect:nth-child(5) .inner_thumb p {
    padding-right: 40px;
}
.our-solutions .p-effect:nth-child(6)::after {
    content: "";
    position: absolute;
    top: 100px;
    left: -50px;
    background-color: #FFFEFA;
    border-top: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0!important;
    border-left: 1px solid #e7e7f0!important;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    height: 100px;
    width: 50px;
    z-index: 9;
}
.others-section-slider-2 .others-marquee .inner {
    height: 250px;
    padding-right: 15px;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    padding-top: 25px;
}
.others-section-1 .play-button-wrapper .play_button {
    min-height: auto!important;
}
.others-section-1 .second_column_content {
    padding-left: 20px;
    padding-right: 20px;
    order: 9;
    height: auto;
    padding-top: 40px;
    padding-bottom: 80px;
}
.others-section-1 .second_column_content h6 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
}
.others-section-1 .first_column_content {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    padding-top: 40px;
    padding-bottom: 80px;
}
.others-section-1 .first_column_content h6 {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
}
.others-section-1 .first_column_img {
    min-height: 320px;
    height: auto;
}
.others-section-1 img {
    height: 320px;
}
.others-section-1 .inner_illustration_img img {
    width: 100%;
    object-fit: fill;
    height: auto;
}
.others-section-1 .left-column {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    order: 9;
}
.others-section-1 .left-column h6 {
    font-size: 36px;
    line-height: 44px;
}
.others-section-1 .left-column p {
    font-size: 16px;
    line-height: 24px;
}
.others-section-1 .right-column #other-video {
    height: 375px;
}
.others-section-2 .left-column {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.others-section-2 .left-column h6 {
    font-size: 36px;
    line-height: 44px;
}
.others-section-2 .right-column img {
    height: 100%;
    object-fit: cover;
}
.testimonials {
    padding: 80px 20px;
}
.testimonials .slider_section {
    border-bottom: unset;
}
.testimonials .slider_section .slick-next {
    top: unset;
    bottom: 280px;
}
.testimonials .slider_section .slick-prev {
    top: unset;
    bottom: 280px;
}
.testimonials .slider_section .footer-area {
    position: unset;
    padding-right: 0;
}
.testimonials .slider_section .content-area {
    padding-bottom: 10px;
    padding-top: 30px;
}
.testimonials .slider_section .content-area p {
    font-size: 16px;
    line-height: 25px;
}
.testimonials .slider_section .img-sec img {
    height: 343px;
    object-fit: cover;
}
.testimonials h3 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
}
.video__banner .caption {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}
.video__banner .caption h2 {
    font-size: 36px;
    line-height: 44px;
}
.video__banner .caption h6 {
    font-size: 16px;
    line-height: 24px;
}
.insights {
    padding: 80px 20px;
}
.insights .inner_thumb img {
    height: 200px;
}
.insights .inner_thumb p .label_light {
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.insights .insights_title h3 {
    font-size: 36px;
    line-height: 44px;
}
.insights .insights_title .view_all_insights {
    font-size: 16px;
    line-height: 22px;
}
footer .footer_inner {
    padding-top: 80px;
    padding-bottom: 40px;
}
footer .footer_inner .mobile-left {
    display: none;
}
footer h3 {
    font-size: 36px;
    line-height: 44px;
    padding-right: 20px;
}
footer p {
    font-size: 16px;
    line-height: 24px;
    width: 90%}
footer .dark_gen_btn {
    font-size: 16px;
    margin-bottom: 41px;
}
footer ul {
    padding-left: 0;
}
footer ul li {
    line-height: 24px;
    font-size: 14px;
}
footer .copyright {
    display: flex;
    align-items: center;
    padding-bottom: 26px;
    flex-direction: row;
    justify-content: space-between;
}
footer .copyright p {
    width: 100%}
footer .copyright .left {
    padding-bottom: 10px;
}
.bridge_the_gap img {
    width: 100%}
.group_coaching_section .full-image {
    height: auto;
}
.group_coaching_section .right-column .centered_img {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.group_of_any_size img {
    height: auto;
    margin-bottom: 20px;
}
.image-overlay .wrapper .hero__caption {
    display: unset;
    height: auto;
    padding-bottom: 80px;
    position: absolute;
    bottom: 0;
}
.image-overlay .wrapper .hero__caption .banner_title h6 {
    font-size: 18px;
    line-height: 26px;
}
.group_performance .columns_border .col-12:nth-child(1) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
}
.group_performance .columns_border .col-12:nth-child(2) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.group_performance .columns_border .col-12:nth-child(3) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-right: unset;
}
.group_performance .columns_border .col-12:nth-child(4) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-bottom: unset;
    border-right: 1px solid #e7e7f0;
}
.group_performance .columns_border .col-12:nth-child(5) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-bottom: 1px solid #e7e7f0;
}
.group_performance .columns_border .col-12:nth-child(6) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-bottom: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.bridge_the_gap, .group_performance {
    padding-top: 80px;
    padding-bottom: 80px;
}
.group_of_any_size {
    padding-top: 80px;
}
.centered_hero {
    height: 460px;
}
.partner_with_you {
    padding-top: 80px;
    padding-bottom: 80px;
}
.partner_with_you img {
    width: 100%}
.org_centered_hero .hero__caption {
    width: 100%}
.contact-us {
    height: 100%}
.contact-us .caption {
    display: block;
    justify-content: unset;
    align-items: unset;
    height: unset;
    padding-top: 10rem;
}
.contact-us .caption h5 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.contact-us .caption h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    margin-bottom: 40px;
}
.contact-us .contact_footer {
    position: unset;
    margin-top: 40px;
    flex-direction: column;
}
.contact-us .contact_footer .left {
    padding-bottom: 20px;
}
.contact-us .contact_footer .left ul {
    gap: 20px;
}
.org_section .left-column {
    padding: 60px 20px;
}
.org_section .left-column h6 {
    font-size: 36px;
    line-height: 44px;
}
.partner_with_you .section-content {
    font-size: 16px;
    line-height: 24px;
    width: 90%}
.organizational_consulting_services {
    padding-top: 80px;
    padding-bottom: 80px;
}
.organizational_consulting_services .first_child {
    padding-top: 0!important;
}
.organizational_consulting_services .inner_thumb h6 {
    font-size: 20px;
    line-height: 28px;
}
.organizational_consulting_services .inner_thumb p {
    font-size: 14px;
    line-height: 22px;
}
.organizational_consulting_services .inner_thumb .sec__title {
    font-size: 36px;
    line-height: 44px;
}


.our_team_list {
    padding-top: 80px;
    padding-bottom: 80px;
}
.our_team_list .team_member img {
    height: 500px;
}
.recent_insights {
    padding-top: 80px;
    padding-bottom: 80px;
}
.recent_insights .right_insights .overlay {
    width: 100%}
.recent_insights .right_insights img {
    width: 100%}
.insights_list {
    padding-bottom: 80px;
}
.team_intro {
    padding-bottom: 80px;
}
.team_intro .profile_image img {
    width: 100%}
.team_intro .wrapper-full .team_description h3 {
    font-size: 16px;
    line-height: 24px;
}
.team_intro .wrapper-full .team_description h6 {
    font-size: 12px;
}
.team_intro .wrapper-full .team_description h2 {
    font-size: 22px;
    line-height: 28px;
}
.team_intro .wrapper-full .team_description p {
    font-size: 16px;
    line-height: 22px;
}
.team_intro .wrapper-full .team_description ul li {
    font-size: 16px;
    line-height: 22px;
}
.centered_hero .hero__caption {
    width: 100%}
.case_study_one_on_one .others-section-alt .first_column_content {
    padding-left: 48px;
    padding-right: 24px;
    height: auto;
    justify-content: center;
}
.case_study_one_on_one .others-section-alt .first_column_content h6 {
    font-size: 40px;
    line-height: 48px;
}
.case_study_one_on_one .others-section-alt .first_column_content p {
    font-size: 16px;
    line-height: 24px;
}
.case_study_one_on_one .others-section-alt .first_column_img {
    height: 417px;
    justify-content: center;
    align-items: center;
}
.case_study_one_on_one .others-section-alt .first_column_img .left__img {
    width: 80%!important;
}
.case_study_one_on_one .others-section-alt .second_column_content {
    padding-left: 24px;
    padding-right: 48px;
    height: auto;
    justify-content: center;
}
.case_study_one_on_one .others-section-alt .second_column_content h6 {
    font-size: 40px;
    line-height: 48px;
}
.case_study_one_on_one .others-section-alt .second_column_content p {
    font-size: 16px;
    line-height: 24px;
}
.case_study_one_on_one .others-section-alt .second_column_img {
    height: 417px;
    justify-content: center;
    align-items: center;
}
.case_study_one_on_one .others-section-alt .second_column_img .right__img {
    width: 80%!important;
}
.finance_prof_section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.finance_prof_section .right-column h2 {
    font-size: 40px;
    line-height: 48px;
    width: 100%}
.finance_prof_section .right-column p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 50px;
}
.private_equaty_section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections::before {
    content: unset;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections .animated_panel {
    max-width: 48%;
    width: 100%;
    margin-bottom: 20px;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections .animated_panel::before {
    content: unset;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections .animated_panel::after {
    content: unset;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections .animated_panel .animated_circle {
    display: none;
}
.private_equaty_section .left-column .animatedTimelines .go_right {
    margin-left: 0!important;
}
.private_equaty_section .right-column h2 {
    font-size: 40px;
    line-height: 48px;
    width: 100%}
.private_equaty_section .right-column p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 50px;
}
.coaching_structure {
    padding-top: 80px;
    padding-bottom: 80px;
}
.coaching_structure .inner_thumb h6 {
    width: 100%}
.coaching_structure .inner_thumb p {
    width: 100%}
.coaching_structure .columns_border .col-12:nth-child(1) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-bottom: unset;
}
.coaching_structure .columns_border .col-12:nth-child(2) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.coaching_structure .columns_border .col-12:nth-child(3) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-bottom: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.case_study_organizational_consult .others-section-alt .first_column_content {
    padding-left: 48px;
    padding-right: 24px;
    height: auto;
    justify-content: center;
}
.case_study_organizational_consult .others-section-alt .first_column_content h6 {
    font-size: 40px;
    line-height: 48px;
}
.case_study_organizational_consult .others-section-alt .first_column_content p {
    font-size: 16px;
    line-height: 24px;
}
.case_study_organizational_consult .others-section-alt .first_column_img {
    height: 417px;
    justify-content: center;
    align-items: center;
}
.case_study_organizational_consult .others-section-alt .second_column_content {
    padding-left: 24px;
    padding-right: 48px;
    height: auto;
    justify-content: center;
}
.case_study_organizational_consult .others-section-alt .second_column_content h6 {
    font-size: 40px;
    line-height: 48px;
}
.case_study_organizational_consult .others-section-alt .second_column_content p {
    font-size: 16px;
    line-height: 24px;
}
.case_study_organizational_consult .others-section-alt .second_column_img {
    height: 417px;
    justify-content: center;
    align-items: center;
}
.case_study_organizational_consult .others-section-alt .second_column_img .right__img {
    width: 80%!important;
}
.candidate_services {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: unset;
}
.candidate_services .first_child {
    width: 100%}
.candidate_services .inner_thumb {
    padding: 16px 20px;
}
.candidate_services .inner_thumb .sec__title {
    font-size: 36px;
    line-height: 44px;
    text-align: left !important;
}
.candidate_services .inner_thumb p {
    margin-bottom: 0;
}
.candidate_services .columns_border .col-12:nth-child(1) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.candidate_services .columns_border .col-12:nth-child(2) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.candidate_services .columns_border .col-12:nth-child(3) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
    border-bottom: unset;
}
.candidate_services .columns_border .col-12:nth-child(4) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-bottom: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.interviewing_centered_hero .hero__caption {
    width: 100%}
.aretes_screen_for .section-title {
    width: 100%;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0;
}
.aretes_screen_for .section-content {
    width: 100%}
.aretes_screen_for .active_box {
    border-top: 1px solid #221D10;
    border-bottom: 1px solid #221D10;
}
.hiring_right_candidates .others-section-alt .second_column_content {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 400px;
    height: auto;
}
.hiring_right_candidates .others-section-alt .second_column_content h6 {
    font-size: 36px;
    line-height: 44px;
}
.arete_product .section-title {
    width: 100%;
    font-size: 36px;
    line-height: 44px;
}
.arete_product .section-content {
    width: 100%}
.arete_product .competitors .main_heading {
    height: auto;
}
.arete_product .competitors .list__items {
    padding-bottom: 20px;
    padding-top: 20px;
    height: auto;
}
.arete_product .arete_self .main_heading {
    height: auto;
}
.arete_product .arete_self .list__items {
    padding-bottom: 20px;
    padding-top: 20px;
    height: auto;
}
.arete_product .vs_circle::after {
    display: none;
}
.recent_insights .right_insights .insights_content_big {
    left: 30px;
}
.detail_article .m_row_reverse {
    flex-wrap: wrap-reverse;
}
.detail_article .m_row_reverse .side_social_links {
    padding-left: 0;
}
.detail_article .m_row_reverse .side_social_links::before {
    content: unset;
}
}@media (min-width:768px) and (max-width:991px) {
    .fancybox-content {
    height: auto;
    width: 96%;
    background-color: transparent!important;
}
.fancybox-content video {
    object-fit: contain;
}
.white-page .navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
.finance_prof_section .junior_section {
    border-top: 1px solid #221D10;
    border-left: 1px solid #221D10;
    border-right: 1px solid #221D10;
    border-bottom: unset;
}
.finance_prof_section .senior_section {
    border: 1px solid #221D10;
    padding: 20px;
}
.wrapper {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 100%}
.site_navigation nav {
    padding-left: 25px;
    padding-right: 25px;
}
.site_navigation nav .navbar-toggler {
    border: unset!important;
    z-index: 99;
    display: flex !important;
}
.site_navigation nav .navbar-brand {
    z-index: 99;
}
.site_navigation nav .navbar-collapse {
    width: 100%;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .9s;
    background-color: #221D10;
}
.site_navigation nav .navbar-collapse .navbar-nav {
    padding-top: 125px;
    height: 100vh;
}
.site_navigation nav .navbar-collapse .navbar-nav .dropdown-menu {
    background-color: transparent;
    margin-bottom: 40px;
    margin-top: -20px;
}
.site_navigation nav .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    padding-left: 0;
    border-bottom: unset;
    font-size: 20px;
    font-weight: 500;
    color: #e7e7f0;
    line-height: 28px;
}
.site_navigation nav .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    transition: .3s;
    color: #d4a311;
    font-size: 20px;
    font-weight: 500;
}
.site_navigation nav .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:last-child {
    border-bottom: unset!important;
    padding-bottom: 0;
}
.site_navigation nav .navbar-collapse .navbar-nav .nav-item {
    padding: 0 30px;
}
.site_navigation nav .navbar-collapse .navbar-nav .nav-item .dropdown-toggle::after {
    font-size: 30px;
    right: 20px;
    top: 5px;
    left: unset;
}
.site_navigation nav .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #FFFEFA!important;
    padding: 10px 0;
    font-size: 27px;
    font-weight: 500!important;
    line-height: 35px;
    border: unset;
    padding-bottom: 40px;
}
.site_navigation nav .navbar-collapse .navbar-nav .nav-item .contact_btn:hover {
    background-color: transparent!important;
}
.site_navigation .nav_footer {
    display: block;
}

.main-banner .caption p {
    font-size: 18px;
    line-height: 26px;
}
.main-banner .caption .scroll_down_btn {
    right: 35px;
    top: 0;
}

.about-us {
    background-size: auto!important;
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: 100%}
.about-us .section-content {
    font-size: 35px;
    line-height: 44px;
    width: 100%;
    padding-right: 0;
}
.organizational-level {
    padding-top: 120px;
    padding-bottom: 120px;
}
.organizational-level .m_row_reverse {
    flex-wrap: wrap-reverse;
}
.organizational-level .section-title {
    font-size: 40px;
    line-height: 40px;
}
.organizational-level .scrollable {
    width: 100%!important;
    overflow-x: scroll;
    margin-bottom: 40px;
}
.organizational-level .scrollable .hoverable-tile {
    width: 180px;
    height: 200px;
    padding: 15px;
}
.organizational-level .scrollable .hoverable-tile .tile-img {
    bottom: 10px;
    right: 10px;
}
.organizational-level .scrollable .hoverable-tile .tile-img img {
    width: 50px;
}
.organizational-level .scrollable .hoverable-tile .title h6 {
    font-size: 24px;
    line-height: 30px;
}
.organizational-level .pyramid_img img {
    width: 100%;
    height: 250px;
    margin-bottom: 0;
}
.organizational-level .pyramid_content {
    width: 100%}
.organizational-level .pyramid_content h6 {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 10px;
}
.organizational-level .pyramid_content .pyramid_content p {
    font-size: 15px;
    line-height: 20px;
}
.our-solutions {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.our-solutions h6 {
    font-size: 22px;
    line-height: 30px;
}
.our-solutions .p-effect .inner_thumb {
    padding-left: 24px;
    padding-right: 24px;
    height: 320px;
}
.our-solutions .p-effect .os-box {
    height: auto;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 20px;
}
.our-solutions .p-effect:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 100px;
    right: -50px;
    background-color: #FFFEFA;
    border-top: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0!important;
    border-right: 1px solid #e7e7f0!important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    height: 100px;
    width: 50px;
    z-index: 9;
}
.our-solutions .p-effect:nth-child(2) {
    padding-left: 50px;
}
.our-solutions .p-effect:nth-child(2)::after {
    content: none;
}
.our-solutions .p-effect:nth-child(4)::before {
    content: none;
}
.our-solutions .p-effect:nth-child(4)::after {
    content: "";
    content: "";
    position: absolute;
    top: 100px;
    left: -50px;
    background-color: #FFFEFA;
    border-top: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0!important;
    border-left: 1px solid #e7e7f0!important;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    height: 100px;
    width: 50px;
    z-index: 9;
}
.our-solutions .p-effect:nth-child(5)::after {
    content: none;
}
.our-solutions .p-effect:nth-child(5) .inner_thumb p {
    padding-right: 40px;
}
.our-solutions .p-effect:nth-child(6)::after {
    content: "";
    position: absolute;
    top: 100px;
    left: -50px;
    background-color: #FFFEFA;
    border-top: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0!important;
    border-left: 1px solid #e7e7f0!important;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    height: 100px;
    width: 50px;
    z-index: 9;
}
.others-section-slider-2 .others-marquee .inner {
    height: 250px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    padding-top: 25px;
}
.others-section-1 .play-button-wrapper .play_button {
    min-height: auto!important;
}
.others-section-1 .second_column_img #other-video {
    min-height: 417px;
    height: auto;
}
.others-section-1 .first_column_img {
    min-height: 417px;
    height: auto;
}
.others-section-1 .second_column_content {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
}
.others-section-1 .second_column_content h6 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}
.others-section-1 .first_column_content {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
}
.others-section-1 .first_column_content h6 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}
.others-section-1 img {
    height: auto;
    min-height: 417px;
}
.others-section-1 .inner_illustration_img img {
    width: 100%;
    object-fit: fill;
    height: auto;
}
.others-section-1 .left-column {
    padding: 40px!important;
}
.others-section-1 .left-column h6 {
    font-size: 36px;
    line-height: 44px;
}
.others-section-1 .left-column p {
    font-size: 16px;
    line-height: 24px;
}
.others-section-1 .right-column #other-video {
    height: 375px;
}
.others-section-2 .left-column {
    padding: 80px 40px!important;
}
.others-section-2 .left-column h6 {
    font-size: 36px;
    line-height: 44px;
}
.others-section-2 .right-column img {
    height: 100%;
    object-fit: cover;
}
.testimonials {
    padding: 80px 20px;
}
.testimonials .slider_section {
    border-bottom: unset;
}
.testimonials .slider_section .slick-next {
    top: unset;
    bottom: 280px;
}
.testimonials .slider_section .slick-prev {
    top: unset;
    bottom: 280px;
}
.testimonials .slider_section .footer-area {
    position: unset;
    padding-right: 0;
}
.testimonials .slider_section .content-area {
    padding-bottom: 10px;
    padding-top: 30px;
}
.testimonials .slider_section .content-area p {
    font-size: 16px;
    line-height: 25px;
}
.testimonials .slider_section .img-sec img {
    height: 343px;
    object-fit: cover;
}
.testimonials h3 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
}
.video__banner {
    min-height: 600px;
    height: auto;
}
.video__banner .caption {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}
.video__banner .caption h2 {
    font-size: 36px;
    line-height: 44px;
}
.video__banner .caption h6 {
    font-size: 16px;
    line-height: 24px;
}
.insights {
    padding: 80px 20px;
}
.insights .inner_thumb img {
    height: 200px;
}
.insights .inner_thumb p .label_light {
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.insights .insights_title h3 {
    font-size: 36px;
    line-height: 44px;
}
.insights .insights_title .view_all_insights {
    font-size: 16px;
    line-height: 22px;
}
footer .footer_inner {
    padding-top: 80px;
    padding-bottom: 40px;
}
footer .footer_inner .mobile-left {
    display: none;
}
footer h3 {
    font-size: 36px;
    line-height: 44px;
    padding-right: 20px;
}
footer p {
    font-size: 16px;
    line-height: 24px;
    width: 90%}
footer .dark_gen_btn {
    font-size: 16px;
    margin-bottom: 41px;
}
footer ul {
    padding-left: 0;
}
footer ul li {
    line-height: 24px;
    font-size: 14px;
}
footer .copyright {
    display: flex;
    align-items: center;
    padding-bottom: 26px;
    flex-direction: row;
    justify-content: space-between;
}
footer .copyright p {
    width: 100%}
footer .copyright .left {
    padding-bottom: 10px;
}
.bridge_the_gap img {
    width: 100%}
.group_coaching_section .full-image {
    height: auto;
}
.group_coaching_section .right-column .centered_img {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.group_of_any_size img {
    height: auto;
}
.image-overlay .wrapper .hero__caption {
    padding-bottom: 80px;
    position: absolute;
    bottom: 0;
}
.image-overlay .wrapper .hero__caption .banner_title h6 {
    font-size: 18px;
    line-height: 26px;
}
.bridge_the_gap, .group_performance {
    padding-top: 80px;
    padding-bottom: 80px;
}
.group_of_any_size {
    padding-top: 80px;
}
.centered_hero {
    height: 460px;
}
.contact-us .caption {
    display: block;
    justify-content: unset;
    align-items: unset;
    height: unset;
    padding-top: 10rem;
}
.contact-us .caption h5 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    width: 60%;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.contact-us .caption h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    margin-bottom: 40px;
}
.contact-us .contact_footer {
    position: unset;
    margin-top: 40px;
}
.org_section .left-column {
    padding: 60px 20px;
}
.org_section .left-column h6 {
    font-size: 36px;
    line-height: 44px;
}
.partner_with_you .section-content {
    font-size: 16px;
    line-height: 24px;
    width: 90%}
.organizational_consulting_services .inner_thumb h6 {
    font-size: 20px;
    line-height: 28px;
}
.organizational_consulting_services .inner_thumb p {
    font-size: 14px;
    line-height: 22px;
}
.organizational_consulting_services .inner_thumb .sec__title {
    font-size: 36px;
    line-height: 44px;
}
.our_team_list {
    padding-top: 80px;
    padding-bottom: 80px;
}
.recent_insights {
    padding-top: 80px;
    padding-bottom: 80px;
}
.recent_insights .right_insights .overlay {
    width: 100%}
.recent_insights .right_insights img {
    width: 100%}
.insights_list {
    padding-bottom: 80px;
}
.team_intro {
    padding-bottom: 80px;
}
.team_intro .profile_image img {
    width: 100%;
    height: auto;
}
.team_intro .wrapper-full .team_description h3 {
    font-size: 16px;
    line-height: 24px;
}
.team_intro .wrapper-full .team_description h6 {
    font-size: 12px;
}
.team_intro .wrapper-full .team_description h2 {
    font-size: 22px;
    line-height: 28px;
}
.team_intro .wrapper-full .team_description p {
    font-size: 16px;
    line-height: 22px;
}
.team_intro .wrapper-full .team_description ul li {
    font-size: 16px;
    line-height: 22px;
}
.centered_hero .hero__caption {
    width: 100%}
.case_study_one_on_one .others-section-alt .first_column_content {
    padding-left: 48px;
    padding-right: 24px;
    height: auto;
    justify-content: center;
}
.case_study_one_on_one .others-section-alt .first_column_content h6 {
    font-size: 40px;
    line-height: 48px;
}
.case_study_one_on_one .others-section-alt .first_column_content p {
    font-size: 16px;
    line-height: 24px;
}
.case_study_one_on_one .others-section-alt .first_column_img {
    height: 417px;
    justify-content: center;
    align-items: center;
}
.case_study_one_on_one .others-section-alt .first_column_img .left__img {
    width: 80%!important;
}
.case_study_one_on_one .others-section-alt .second_column_content {
    padding-left: 24px;
    padding-right: 48px;
    height: auto;
    justify-content: center;
}
.case_study_one_on_one .others-section-alt .second_column_content h6 {
    font-size: 40px;
    line-height: 48px;
}
.case_study_one_on_one .others-section-alt .second_column_content p {
    font-size: 16px;
    line-height: 24px;
}
.case_study_one_on_one .others-section-alt .second_column_img {
    height: 417px;
    justify-content: center;
    align-items: center;
}
.case_study_one_on_one .others-section-alt .second_column_img .right__img {
    width: 80%!important;
}
.finance_prof_section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.finance_prof_section .right-column h2 {
    font-size: 40px;
    line-height: 48px;
    width: 100%}
.finance_prof_section .right-column p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 50px;
}
.private_equaty_section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections::before {
    content: unset;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections .animated_panel {
    max-width: 48%;
    width: 100%;
    margin-bottom: 20px;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections .animated_panel::before {
    content: unset;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections .animated_panel::after {
    content: unset;
}
.private_equaty_section .left-column .animatedTimelines .animatedSections .animated_panel .animated_circle {
    display: none;
}
.private_equaty_section .left-column .animatedTimelines .go_right {
    margin-left: 0!important;
}
.private_equaty_section .right-column h2 {
    font-size: 40px;
    line-height: 48px;
    width: 100%}
.private_equaty_section .right-column p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 50px;
}
.coaching_structure {
    padding-top: 80px;
    padding-bottom: 80px;
}
.coaching_structure .inner_thumb h6 {
    width: 100%}
.coaching_structure .inner_thumb p {
    width: 100%}
.coaching_structure .columns_border .col-12:nth-child(1) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-bottom: unset;
}
.coaching_structure .columns_border .col-12:nth-child(2) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.coaching_structure .columns_border .col-12:nth-child(3) .inner_thumb {
    border-top: 1px solid #e7e7f0;
    border-left: 1px solid #e7e7f0;
    border-bottom: 1px solid #e7e7f0;
    border-right: 1px solid #e7e7f0;
}
.case_study_organizational_consult .others-section-alt .first_column_content {
    padding-left: 48px;
    padding-right: 24px;
    height: auto;
    justify-content: center;
}
.case_study_organizational_consult .others-section-alt .first_column_content h6 {
    font-size: 40px;
    line-height: 48px;
}
.case_study_organizational_consult .others-section-alt .first_column_content p {
    font-size: 16px;
    line-height: 24px;
}
.case_study_organizational_consult .others-section-alt .first_column_img {
    height: 417px;
    justify-content: center;
    align-items: center;
}
.case_study_organizational_consult .others-section-alt .second_column_content {
    padding-left: 24px;
    padding-right: 48px;
    height: auto;
    justify-content: center;
}
.case_study_organizational_consult .others-section-alt .second_column_content h6 {
    font-size: 40px;
    line-height: 48px;
}
.case_study_organizational_consult .others-section-alt .second_column_content p {
    font-size: 16px;
    line-height: 24px;
}
.case_study_organizational_consult .others-section-alt .second_column_img {
    height: 417px;
    justify-content: center;
    align-items: center;
}
.case_study_organizational_consult .others-section-alt .second_column_img .right__img {
    width: 80%!important;
}
.candidate_services {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: unset;
}
.candidate_services .first_child {
    width: 100%}

.candidate_services .inner_thumb h6 {
    text-align: center;
}
.candidate_services .inner_thumb .sec__title {
    text-align: left;
}

.candidate_services .psychological_assessment_list {
    display: flex;
    justify-content: center;
    gap: 100px;
}
.candidate_services .inner_thumb {
    padding: 24px;
}
.candidate_services .inner_thumb p {
    margin-bottom: 0;
}
.interviewing_centered_hero .hero__caption {
    width: 100%}
.aretes_screen_for .section-title {
    width: 100%}
.aretes_screen_for .section-content {
    width: 100%}
.aretes_screen_for .active_box {
    border-top: 1px solid #221D10;
    border-bottom: 1px solid #221D10;
}
.arete_product .section-title {
    width: 100%}
.arete_product .section-content {
    width: 100%}
.arete_product .competitors .main_heading {
    height: auto;
    font-size: 20px;
}
.arete_product .competitors .list__items {
    padding-bottom: 20px;
    padding-top: 20px;
    height: auto;
}
.arete_product .arete_self .main_heading {
    height: auto;
    font-size: 20px;
}
.arete_product .arete_self .main_heading img {
    height: 30px!important;
    filter: brightness(0) saturate(100%) invert(62%) sepia(97%) saturate(638%) hue-rotate(3deg) brightness(100%) contrast(101%);
}
.arete_product .arete_self .list__items {
    padding-bottom: 20px;
    padding-top: 20px;
    height: auto;
}
.arete_product .vs_circle::after {
    display: none;
}
.hiring_right_candidates .others-section-alt .second_column_content {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 400px;
    height: auto;
}
.hiring_right_candidates .others-section-alt .second_column_content h6 {
    font-size: 36px;
    line-height: 44px;
}
.hiring_right_candidates .others-section-alt .video_thumbnail_wrapper .video-thumbnail {
    height: 500px;
}
.candidate_services .inner_thumb .sec__title {
    font-size: 36px;
    line-height: 44px;
}
.physcological_assignment .sec__content, .physcological_assignment .sec__title {
    max-width: 100%;
text-align: center;
margin: 0 auto;
}
.physcological_assignment .animated_panels_1 {
    flex-direction: column;
}
.physcological_assignment .animated_panels_1::after {
    content: unset;
}
.physcological_assignment .animated_panels_1 .panel_1, .physcological_assignment .animated_panels_1 .panel_2, .physcological_assignment .animated_panels_1 .panel_3, .physcological_assignment .animated_panels_1 .panel_4, .physcological_assignment .animated_panels_1 .panel_5 {
    width: 100%;
    min-height: 192px;
    height: auto;
    margin-bottom: 20px;
    max-width: 100%}
.physcological_assignment .animated_panels_1 .animatedSections {
    margin-left: 0!important;
    width: auto;
    max-width: 100%!important;
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.physcological_assignment .animated_panels_1 .animatedSections .reverseTimeline {
    margin-left: 0;
}
.physcological_assignment .animated_panels_1 .animatedSections .animated_panel::before {
    content: unset;
}
.physcological_assignment .animated_panels_1 .animatedSections .animated_panel::after {
    content: unset;
}
.physcological_assignment .animated_panels_1 .animatedSections .animated_panel .animated_h_circle {
    display: none;
}
}@media (min-width:992px) and (max-width:1199px) {
    .fancybox-content video {
    object-fit: contain;
}
.wrapper {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 100%}
.site_navigation nav {
    padding-left: 25px;
    padding-right: 25px;
}
.site_navigation nav .dropdown:hover .dropdown-menu {
    display: block;
    transition: .5s;
}
.site_navigation .nav_footer {
    display: none;
}
/* .others-section-slider-1 .others-marquee .inner {
    width: 240px;
} */
.main-banner .caption p {
    font-size: 18px;
    line-height: 26px;
}
.main-banner .caption .scroll_down_btn {
    right: 35px;
    top: 0;
}

.about-us {
    background-size: auto!important;
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: 100%}
.about-us .section-content {
    font-size: 35px;
    line-height: 44px;
    width: 100%;
    padding-right: 0;
}
.organizational-level {
    padding-top: 120px;
    padding-bottom: 120px;
}
.organizational-level .section-title {
    font-size: 40px;
    line-height: 40px;
}
.organizational-level .scrollable {
    width: 100%!important;
}
.organizational-level .scrollable .hoverable-tile {
    width: 180px;
    height: 200px;
}
.organizational-level .scrollable .hoverable-tile .tile-img img {
    width: 50px;
}
.organizational-level .scrollable .hoverable-tile .title h6 {
    font-size: 24px;
    line-height: 30px;
}
.organizational-level .pyramid_img img {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
}
.organizational-level .pyramid_content {
    width: 100%}
.organizational-level .pyramid_content h6 {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 10px;
}
.organizational-level .pyramid_content .pyramid_content p {
    font-size: 15px;
    line-height: 20px;
}
.our-solutions {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.our-solutions h6 {
    font-size: 22px;
    line-height: 30px;
}
.our-solutions .p-effect .inner_thumb {
    padding-left: 24px;
    padding-right: 24px;
    height: 320px;
}
.our-solutions .p-effect .os-box {
    height: auto;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 20px;
}
.our-solutions .p-effect:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 100px;
    right: -50px;
    background-color: #FFFEFA;
    border-top: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0!important;
    border-right: 1px solid #e7e7f0!important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    height: 100px;
    width: 50px;
    z-index: 9;
}
.our-solutions .p-effect:nth-child(2) {
    padding-left: 50px;
}
.our-solutions .p-effect:nth-child(2)::after {
    content: none;
}
.our-solutions .p-effect:nth-child(4)::before {
    content: none;
}
.our-solutions .p-effect:nth-child(4)::after {
    content: "";
    content: "";
    position: absolute;
    top: 100px;
    left: -50px;
    background-color: #FFFEFA;
    border-top: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0!important;
    border-left: 1px solid #e7e7f0!important;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    height: 100px;
    width: 50px;
    z-index: 9;
}
.our-solutions .p-effect:nth-child(5)::after {
    content: none;
}
.our-solutions .p-effect:nth-child(5) .inner_thumb p {
    padding-right: 40px;
}
.our-solutions .p-effect:nth-child(6)::after {
    content: "";
    position: absolute;
    top: 100px;
    left: -50px;
    background-color: #FFFEFA;
    border-top: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0!important;
    border-left: 1px solid #e7e7f0!important;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    height: 100px;
    width: 50px;
    z-index: 9;
}
.others-section-slider-2 .others-marquee .inner {
    width: 240px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    padding-top: 25px;
}
.others-section-1 .play-button-wrapper .play_button {
    min-height: auto!important;
}
.others-section-1 .second_column_content {
    padding-left: 30px;
    padding-right: 30px;
}
.others-section-1 .first_column_content {
    padding-left: 30px;
    padding-right: 30px;
}
.others-section-1 img {
    height: 600px;
}
.others-section-1 .inner_illustration_img img {
    width: 100%;
    object-fit: fill;
    height: 474px;
}
.others-section-1 .left-column {
    padding: 40px!important;
}
.others-section-1 .left-column h6 {
    font-size: 36px;
    line-height: 44px;
}
.others-section-1 .left-column p {
    font-size: 16px;
    line-height: 24px;
}
.others-section-1 .right-column #other-video {
    height: 474px;
}
.others-section-2 .left-column {
    padding: 80px 40px!important;
}
.others-section-2 .left-column h6 {
    font-size: 36px;
    line-height: 44px;
}
.others-section-2 .right-column img {
    height: 100%;
    object-fit: cover;
}
.testimonials {
    padding: 80px 20px;
}
.testimonials .slider_section {
    border-bottom: unset;
}
.testimonials .slider_section .slick-next {
    top: unset;
    bottom: 280px;
}
.testimonials .slider_section .slick-prev {
    top: unset;
    bottom: 280px;
}
.testimonials .slider_section .footer-area {
    position: unset;
    padding-right: 0;
}
.testimonials .slider_section .content-area {
    padding-bottom: 10px;
    padding-top: 30px;
}
.testimonials .slider_section .content-area p {
    font-size: 16px;
    line-height: 25px;
}
.testimonials .slider_section .img-sec img {
    height: 343px;
    object-fit: cover;
}
.testimonials h3 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
}
.video__banner .caption {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}
.video__banner .caption h2 {
    font-size: 36px;
    line-height: 44px;
}
.video__banner .caption h6 {
    font-size: 16px;
    line-height: 24px;
}
.insights {
    padding: 80px 20px;
}
.insights .inner_thumb img {
    height: 200px;
}
.insights .inner_thumb p .label_light {
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.insights .insights_title h3 {
    font-size: 36px;
    line-height: 44px;
}
.insights .insights_title .view_all_insights {
    font-size: 16px;
    line-height: 22px;
}
footer .footer_inner {
    padding-top: 80px;
    padding-bottom: 40px;
}
footer .footer_inner .mobile-left {
    display: none;
}
footer h3 {
    font-size: 36px;
    line-height: 44px;
    padding-right: 20px;
}
footer p {
    font-size: 16px;
    line-height: 24px;
    width: 90%}
footer .dark_gen_btn {
    font-size: 16px;
    margin-bottom: 41px;
}
footer ul {
    padding-left: 0;
}
footer ul li {
    line-height: 24px;
    font-size: 14px;
}
footer .copyright {
    display: flex;
    align-items: center;
    padding-bottom: 26px;
    flex-direction: row;
    justify-content: space-between;
}
footer .copyright p {
    width: 100%}
footer .copyright .left {
    padding-bottom: 10px;
}
.bridge_the_gap img {
    width: 100%}
.group_coaching_section .full-image {
    height: auto;
}
.group_coaching_section .right-column .centered_img {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.group_of_any_size img {
    height: auto;
}
.image-overlay .wrapper .hero__caption {
    padding-bottom: 80px;
    position: absolute;
    bottom: 0;
}
.image-overlay .wrapper .hero__caption .banner_title h6 {
    font-size: 18px;
    line-height: 26px;
}
.bridge_the_gap, .group_performance {
    padding-top: 80px;
    padding-bottom: 80px;
}
.group_of_any_size {
    padding-top: 80px;
}
.centered_hero {
    height: 460px;
}
.contact-us .caption h5 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    width: 75%}
.contact-us .caption h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    width: 100%}
.org_section .left-column {
    padding: 60px 20px;
}
.org_section .left-column h6 {
    font-size: 36px;
    line-height: 44px;
}
.partner_with_you .section-content {
    font-size: 16px;
    line-height: 24px;
    width: 90%}
.organizational_consulting_services .inner_thumb h6 {
    font-size: 20px;
    line-height: 28px;
}
.organizational_consulting_services .inner_thumb p {
    font-size: 14px;
    line-height: 22px;
}
.organizational_consulting_services .inner_thumb .sec__title {
    font-size: 36px;
    line-height: 44px;
}
.our_team_list {
    padding-top: 80px;
    padding-bottom: 80px;
}
.recent_insights {
    padding-top: 80px;
    padding-bottom: 80px;
}
.recent_insights .left_insights .insights_content {
    width: 80%}
.recent_insights .right_insights .insights_content_big {
    width: 80%}
.insights_list {
    padding-bottom: 80px;
}
.team_intro .profile_image img {
    width: 250px;
    height: 293px;
}
.physcological_assignment .animated_panels_1 .panel_1, .physcological_assignment .animated_panels_1 .panel_2, .physcological_assignment .animated_panels_1 .panel_3, .physcological_assignment .animated_panels_1 .panel_4, .physcological_assignment .animated_panels_1 .panel_5 {
    max-width: 280px;
}
.centered_hero .hero__caption {
    width: 100%}
.case_study_one_on_one .others-section-alt .first_column_content {
    padding-left: 48px;
    padding-right: 24px;
    height: auto;
    justify-content: center;
}
.case_study_one_on_one .others-section-alt .first_column_content h6 {
    font-size: 40px;
    line-height: 48px;
}
.case_study_one_on_one .others-section-alt .first_column_content p {
    font-size: 16px;
    line-height: 24px;
}
.case_study_one_on_one .others-section-alt .first_column_img {
    height: 417px;
    justify-content: center;
    align-items: center;
}
.case_study_one_on_one .others-section-alt .first_column_img .left__img {
    width: 80%!important;
}
.case_study_one_on_one .others-section-alt .second_column_content {
    padding-left: 24px;
    padding-right: 48px;
    height: auto;
    justify-content: center;
}
.case_study_one_on_one .others-section-alt .second_column_content h6 {
    font-size: 40px;
    line-height: 48px;
}
.case_study_one_on_one .others-section-alt .second_column_content p {
    font-size: 16px;
    line-height: 24px;
}
.case_study_one_on_one .others-section-alt .second_column_img {
    height: 417px;
    justify-content: center;
    align-items: center;
}
.case_study_one_on_one .others-section-alt .second_column_img .right__img {
    width: 80%!important;
}
.finance_prof_section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.finance_prof_section .right-column h2 {
    font-size: 40px;
    line-height: 48px;
    width: 100%}
.finance_prof_section .right-column p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 50px;
}
.private_equaty_section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.private_equaty_section .right-column h2 {
    font-size: 40px;
    line-height: 48px;
    width: 100%}
.private_equaty_section .right-column p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 50px;
}
.coaching_structure {
    padding-top: 80px;
    padding-bottom: 80px;
}
.coaching_structure .inner_thumb h6 {
    width: 100%}
.coaching_structure .inner_thumb p {
    width: 100%}
.case_study_organizational_consult .others-section-alt .first_column_content {
    padding-left: 48px;
    padding-right: 24px;
    height: auto;
    justify-content: center;
}
.case_study_organizational_consult .others-section-alt .first_column_content h6 {
    font-size: 40px;
    line-height: 48px;
}
.case_study_organizational_consult .others-section-alt .first_column_content p {
    font-size: 16px;
    line-height: 24px;
}
.case_study_organizational_consult .others-section-alt .first_column_img {
    height: 417px;
    justify-content: center;
    align-items: center;
}
.case_study_organizational_consult .others-section-alt .second_column_content {
    padding-left: 24px;
    padding-right: 48px;
    height: auto;
    justify-content: center;
}
.case_study_organizational_consult .others-section-alt .second_column_content h6 {
    font-size: 40px;
    line-height: 48px;
}
.case_study_organizational_consult .others-section-alt .second_column_content p {
    font-size: 16px;
    line-height: 24px;
}
.case_study_organizational_consult .others-section-alt .second_column_img {
    height: 417px;
    justify-content: center;
    align-items: center;
}
.case_study_organizational_consult .others-section-alt .second_column_img .right__img {
    width: 80%!important;
}
.candidate_services {
    padding-top: 80px;
    padding-bottom: 80px;
}
.candidate_services .first_child {
    width: 100%}
.candidate_services .psychological_assessment_list {
    display: flex;
    justify-content: unset;
    gap: 100px;
}
.candidate_services .inner_thumb {
    padding: 24px;
}
.candidate_services .inner_thumb p {
    margin-bottom: 0;
}
.interviewing_centered_hero .hero__caption {
    width: 100%}
.aretes_screen_for .section-title {
    width: 100%}
.aretes_screen_for .section-content {
    width: 100%}
.hiring_right_candidates .others-section-alt .second_column_content {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    min-height: 400px;
}
.arete_product .section-title {
    width: 100%}
.arete_product .section-content {
    width: 100%}
.arete_product .competitors .main_heading {
    height: auto;
    font-size: 20px;
}
.arete_product .competitors .list__items {
    height: auto;
    min-height: 130px;
}
.arete_product .arete_self .main_heading {
    height: auto;
    font-size: 20px;
}
.arete_product .arete_self .main_heading img {
    height: 30px!important;
}
.arete_product .arete_self .list__items {
    height: auto;
    min-height: 130px;
}
.arete_product .vs_circle::after {
    left: 47.2%}
}@media (min-width:1200px) and (max-width:1400px) {
    .wrapper {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 100%}
.arete_product .section-title {
    width: 100%}
.arete_product .section-content {
    width: 100%}
.arete_product .competitors .main_heading {
    height: auto;
}
.arete_product .competitors .list__items {
    height: auto;
    min-height: 130px;
}
.arete_product .arete_self .main_heading {
    height: auto;
}
.arete_product .arete_self .list__items {
    height: auto;
    min-height: 130px;
}
.arete_product .vs_circle::after {
    left: 47.9%}
.candidate_services {
    padding-top: 80px;
    padding-bottom: 80px;
}
.candidate_services .first_child {
    width: 100%}
.candidate_services .psychological_assessment_list {
    display: flex;
    justify-content: unset;
    gap: 100px;
}
.candidate_services .inner_thumb {
    padding: 24px;
}
.candidate_services .inner_thumb p {
    margin-bottom: 0;
}
.candidate_services .inner_thumb h6 {
    font-size: 24px;
    line-height: 30px;
}
.physcological_assignment .animated_panels_1 .panel_1, .physcological_assignment .animated_panels_1 .panel_2, .physcological_assignment .animated_panels_1 .panel_3, .physcological_assignment .animated_panels_1 .panel_4, .physcological_assignment .animated_panels_1 .panel_5 {
    max-width: 280px;
}
.site_navigation nav {
    padding-left: 25px;
    padding-right: 25px;
}
.site_navigation nav .dropdown:hover .dropdown-menu {
    display: block;
    transition: .5s;
}
.site_navigation .nav_footer {
    display: none;
}

.main-banner .caption p {
    font-size: 18px;
    line-height: 26px;
}
.main-banner .caption .scroll_down_btn {
    right: 35px;
    top: 0;
}

.about-us {
    background-size: auto!important;
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: 100%}
.about-us .section-content {
    font-size: 35px;
    line-height: 44px;
    width: 100%;
    padding-right: 0;
}
.organizational-level {
    padding-top: 120px;
    padding-bottom: 120px;
}
.organizational-level .section-title {
    font-size: 40px;
    line-height: 40px;
}
.organizational-level .scrollable {
    width: 100%!important;
}
.organizational-level .scrollable .hoverable-tile {
    width: 180px;
    height: 200px;
}
.organizational-level .scrollable .hoverable-tile .tile-img img {
    width: 50px;
}
.organizational-level .scrollable .hoverable-tile .title h6 {
    font-size: 24px;
    line-height: 30px;
}
.organizational-level .pyramid_img img {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
}
.organizational-level .pyramid_content {
    width: 100%}
.organizational-level .pyramid_content h6 {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 10px;
}
.organizational-level .pyramid_content .pyramid_content p {
    font-size: 15px;
    line-height: 20px;
}
.our-solutions {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.our-solutions h6 {
    font-size: 22px;
    line-height: 30px;
}
.our-solutions .p-effect .inner_thumb {
    padding-left: 24px;
    padding-right: 24px;
    height: 320px;
}
.our-solutions .p-effect .os-box {
    height: auto;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 20px;
}
.our-solutions .p-effect:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 100px;
    right: -50px;
    background-color: #FFFEFA;
    border-top: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0!important;
    border-right: 1px solid #e7e7f0!important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    height: 100px;
    width: 50px;
    z-index: 9;
}
.our-solutions .p-effect:nth-child(2) {
    padding-left: 50px;
}
.our-solutions .p-effect:nth-child(2)::after {
    content: none;
}
.our-solutions .p-effect:nth-child(4)::before {
    content: none;
}
.our-solutions .p-effect:nth-child(4)::after {
    content: "";
    content: "";
    position: absolute;
    top: 100px;
    left: -50px;
    background-color: #FFFEFA;
    border-top: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0!important;
    border-left: 1px solid #e7e7f0!important;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    height: 100px;
    width: 50px;
    z-index: 9;
}
.our-solutions .p-effect:nth-child(5)::after {
    content: none;
}
.our-solutions .p-effect:nth-child(5) .inner_thumb p {
    padding-right: 40px;
}
.our-solutions .p-effect:nth-child(6)::after {
    content: "";
    position: absolute;
    top: 100px;
    left: -50px;
    background-color: #FFFEFA;
    border-top: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0!important;
    border-left: 1px solid #e7e7f0!important;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    height: 100px;
    width: 50px;
    z-index: 9;
}
.others-section-slider-2 .others-marquee .inner {
    height: 250px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    padding-top: 25px;
}
.others-section-1 img {
    height: 600px;
}
.others-section-1 .inner_illustration_img img {
    width: 100%;
    object-fit: fill;
    height: 600px;
}
.others-section-1 .left-column {
    padding: 40px!important;
}
.others-section-1 .left-column h6 {
    font-size: 36px;
    line-height: 44px;
}
.others-section-1 .left-column p {
    font-size: 16px;
    line-height: 24px;
}
.others-section-1 .right-column #other-video {
    height: 600px;
}
.others-section-2 .left-column {
    padding: 80px 40px!important;
}
.others-section-2 .left-column h6 {
    font-size: 36px;
    line-height: 44px;
}
.others-section-2 .right-column img {
    height: 100%;
    object-fit: cover;
    height: 600px;
}
.testimonials {
    padding: 80px 20px;
}
.testimonials .slider_section {
    border-bottom: unset;
}
.testimonials .slider_section .slick-next {
    top: unset;
    bottom: 280px;
}
.testimonials .slider_section .slick-prev {
    top: unset;
    bottom: 280px;
}
.testimonials .slider_section .footer-area {
    position: unset;
    padding-right: 0;
}
.testimonials .slider_section .content-area {
    padding-bottom: 10px;
    padding-top: 30px;
}
.testimonials .slider_section .content-area p {
    font-size: 16px;
    line-height: 25px;
}
.testimonials .slider_section .img-sec img {
    height: 343px;
    object-fit: cover;
}
.testimonials h3 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
}
.video__banner .caption {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}
.video__banner .caption h2 {
    font-size: 36px;
    line-height: 44px;
}
.video__banner .caption h6 {
    font-size: 16px;
    line-height: 24px;
}
.insights {
    padding: 80px 20px;
}
.insights .inner_thumb img {
    height: 200px;
}
.insights .inner_thumb p .label_light {
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.insights .insights_title h3 {
    font-size: 36px;
    line-height: 44px;
}
.insights .insights_title .view_all_insights {
    font-size: 16px;
    line-height: 22px;
}
footer .footer_inner {
    padding-top: 80px;
    padding-bottom: 40px;
}
footer .footer_inner .mobile-left {
    display: none;
}
footer h3 {
    font-size: 36px;
    line-height: 44px;
    padding-right: 20px;
}
footer p {
    font-size: 16px;
    line-height: 24px;
    width: 90%}
footer .dark_gen_btn {
    font-size: 16px;
    margin-bottom: 41px;
}
footer ul {
    padding-left: 0;
}
footer ul li {
    line-height: 24px;
    font-size: 14px;
}
footer .copyright {
    display: flex;
    align-items: center;
    padding-bottom: 26px;
    flex-direction: row;
    justify-content: space-between;
}
footer .copyright p {
    width: 100%}
footer .copyright .left {
    padding-bottom: 10px;
}
.recent_insights {
    padding-top: 80px;
    padding-bottom: 80px;
}
.insights_list {
    padding-bottom: 80px;
}
.team_intro .profile_image img {
    width: 100%;
    height: 350px;
}
.case_study_one_on_one .others-section-alt .first_column_content {
    padding-left: 80px;
    padding-right: 80px;
}
.case_study_one_on_one .others-section-alt .second_column_content {
    padding-left: 80px;
    padding-right: 80px;
}
.case_study_organizational_consult .others-section-alt .first_column_content {
    padding-left: 80px;
    padding-right: 80px;
}
.case_study_organizational_consult .others-section-alt .second_column_content {
    padding-left: 80px;
    padding-right: 80px;
}
.contact-us .caption h5 {
    width: 70%}
.group_coaching_section .right-column .centered_img {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
}@media (min-width:1401px) and (max-width:1600px) {
    .wrapper {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 1400px;
}
.site_navigation nav {
    padding-left: 25px;
    padding-right: 25px;
}
.site_navigation nav .dropdown:hover .dropdown-menu {
    display: block;
    transition: .5s;
}
.site_navigation .nav_footer {
    display: none;
}
.others-section-slider-1 .others-marquee .inner {
    width: 240px;
}
.main-banner .caption p {
    font-size: 18px;
    line-height: 26px;
}
.main-banner .caption .scroll_down_btn {
    right: 35px;
    top: 0;
}
.candidate_services {
    padding-top: 80px;
    padding-bottom: 80px;
}
.candidate_services .first_child {
    width: 100%}
.candidate_services .psychological_assessment_list {
    display: flex;
    justify-content: unset;
    gap: 100px;
}
.candidate_services .inner_thumb {
    padding: 24px;
}
.candidate_services .inner_thumb p {
    margin-bottom: 0;
}
.candidate_services .inner_thumb h6 {
    font-size: 24px;
    line-height: 30px;
}
.about-us {
    background-size: auto!important;
    background-size: 100%}
.about-us .section-content {
    font-size: 35px;
    line-height: 44px;
    width: 70%;
    padding-right: 0;
}
.organizational-level {
    padding-top: 120px;
    padding-bottom: 120px;
}
.organizational-level .section-title {
    font-size: 40px;
    line-height: 40px;
}
.organizational-level .scrollable {
    width: 100%!important;
}
.organizational-level .scrollable .hoverable-tile {
    width: 180px;
    height: 200px;
}
.organizational-level .scrollable .hoverable-tile .tile-img img {
    width: 50px;
}
.organizational-level .scrollable .hoverable-tile .title h6 {
    font-size: 24px;
    line-height: 30px;
}
.organizational-level .pyramid_img img {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
}
.organizational-level .pyramid_content {
    width: 100%}
.organizational-level .pyramid_content h6 {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 10px;
}
.organizational-level .pyramid_content .pyramid_content p {
    font-size: 15px;
    line-height: 20px;
}
.our-solutions {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.our-solutions h6 {
    font-size: 22px;
    line-height: 30px;
}
.our-solutions .p-effect .inner_thumb {
    padding-left: 24px;
    padding-right: 24px;
    height: 320px;
}
.our-solutions .p-effect .os-box {
    height: auto;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0px;
}
.our-solutions .p-effect:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 100px;
    right: -50px;
    background-color: #FFFEFA;
    border-top: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0!important;
    border-right: 1px solid #e7e7f0!important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    height: 100px;
    width: 50px;
    z-index: 9;
}
.our-solutions .p-effect:nth-child(2), .our-solutions .p-effect:nth-child(3) {
    padding-left: 50px;
}
.our-solutions .p-effect:nth-child(4)::after {
    content: "";
    position: absolute;
    top: 110px;
    left: -50px;
    background-color: #FFFEFA;
    border-top: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0!important;
    border-left: 1px solid #e7e7f0!important;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    height: 100px;
    width: 50px;
    z-index: 9;
}
.our-solutions .p-effect:nth-child(4):hover::after {
    background-color: #ECB613;
    transition: .5s;
}
.our-solutions .p-effect:nth-child(5)::after {
    content: none;
}
.our-solutions .p-effect:nth-child(5) .inner_thumb p {
    padding-right: 40px;
}
.our-solutions .p-effect:nth-child(6)::after {
    content: "";
    position: absolute;
    top: 110px;
    left: -49px;
    background-color: #FFFEFA;
    border-top: 1px solid #e7e7f0!important;
    border-bottom: 1px solid #e7e7f0!important;
    border-left: 1px solid #e7e7f0!important;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    height: 100px;
    width: 50px;
    z-index: 9;
}
.others-section-slider-2 .others-marquee .inner {
    width: 240px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    padding-top: 25px;
}
.others-section-1 img {
    height: 600px;
}
.others-section-1 .inner_illustration_img img {
    width: 100%;
    object-fit: fill;
    height: 600px;
}
.others-section-1 .first_column_content, .others-section-1 .left-column, .others-section-1 .second_column_content {
    padding-left: 75px!important;
    padding-right: 75px!important;
}
.others-section-1 .first_column_content h6, .others-section-1 .left-column h6, .others-section-1 .second_column_content h6 {
    font-size: 36px;
    line-height: 44px;
}
.others-section-1 .first_column_content p, .others-section-1 .left-column p, .others-section-1 .second_column_content p {
    font-size: 16px;
    line-height: 24px;
}
.others-section-1 .right-column #other-video {
    height: 600px;
}
.others-section-2 .left-column {
    padding: 80px 40px!important;
}
.others-section-2 .left-column h6 {
    font-size: 36px;
    line-height: 44px;
}
.others-section-2 .right-column img {
    height: 100%;
    object-fit: cover;
    height: 600px;
}
.testimonials {
    padding: 80px 20px;
}
.testimonials .slider_section {
    border-bottom: unset;
}
.testimonials .slider_section .footer-area {
    position: unset;
    padding-right: 0;
}
.testimonials .slider_section .content-area {
    padding-bottom: 10px;
    padding-top: 30px;
}
.testimonials .slider_section .content-area p {
    font-size: 16px;
    line-height: 25px;
}
.testimonials .slider_section .img-sec img {
    object-fit: cover;
}
.testimonials h3 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
}
.video__banner .caption {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}
.video__banner .caption h2 {
    font-size: 36px;
    line-height: 44px;
}
.video__banner .caption h6 {
    font-size: 16px;
    line-height: 24px;
}
.insights {
    padding: 80px 20px;
}
.insights .inner_thumb p .label_light {
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
}
.insights .insights_title h3 {
    font-size: 36px;
    line-height: 44px;
}
.insights .insights_title .view_all_insights {
    font-size: 16px;
    line-height: 22px;
}
footer .footer_inner {
    padding-top: 80px;
    padding-bottom: 40px;
}
footer .footer_inner .mobile-left {
    display: none;
}
footer h3 {
    font-size: 36px;
    line-height: 44px;
    padding-right: 20px;
}
footer p {
    font-size: 16px;
    line-height: 24px;
    width: 70%}
footer .dark_gen_btn {
    font-size: 16px;
    margin-bottom: 41px;
}
footer ul {
    padding-left: 0;
}
footer ul li {
    line-height: 24px;
    font-size: 14px;
}
footer .copyright {
    display: flex;
    align-items: center;
    padding-bottom: 26px;
    flex-direction: row;
    justify-content: space-between;
}
footer .copyright p {
    width: 100%}
footer .copyright .left {
    padding-bottom: 10px;
}
.group_coaching_section .right-column .centered_img {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
}@media (min-width:1600px) and (max-width:1920px) {
    .site_navigation nav .dropdown:hover .dropdown-menu {
    display: block;
    transition: .5s;
}
}

/* Burger menu icon - saffron */
.site_navigation nav .navbar-toggler-icon,
.navbar .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon,
button.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ECB613' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    display: block !important;
}

/* Burger menu button background */
.site_navigation nav .navbar-toggler,
.navbar .navbar-toggler,
.navbar-light .navbar-toggler,
button.navbar-toggler {
    background-color: rgba(34, 29, 16, 0.5) !important;
    border-radius: 4px !important;
    padding: 8px !important;
    position: relative !important;
    z-index: 9999 !important;
    border: none !important;
    box-shadow: none !important;
}

/* Show burger menu only on mobile */
@media (max-width: 991px) {
    .site_navigation nav .navbar-toggler,
    .navbar .navbar-toggler,
    .navbar-light .navbar-toggler,
    button.navbar-toggler {
        display: flex !important;
    }
}

/* Fix carousel affected by mobile menu */
body {
    overflow-x: hidden;
}

/* Fix AOS animation on mobile */
@media (max-width: 768px) {
    [data-aos] {
        transform: translateX(0) !important;
        opacity: 1 !important;
    }
    .aos-animate {
        transform: translateX(0) !important;
        opacity: 1 !important;
    }
}

.victor {
    color: var(--arete-primary);
    cursor: pointer;
}

/* Contact Us page responsive styles */
@media (max-width: 420px) {
    .contact-us {
        padding-top: 80px;
    }
    .contact-us .caption {
        padding-top: 40px;
    }
    .contact-us .partner-subtitle {
        font-size: 14px;
        text-align: left;
        margin-left: 0;
    }
    .contact-us .caption h1 {
        font-size: 38px !important;
        line-height: 38px !important;
        text-align: left;
    }
    
    .contact-us .caption p {
        font-size: 16px !important;
        text-align: left;
    }
    .contact-us .contact-info {
        text-align: left;
        display: block;
        font-size: 12px;
      }
    .contact-us .contact-info .d-flex {
        justify-content: flex-start;
    }
    .contact-us .contact-info span {
        word-wrap: break-word;
        word-break: break-word;
    }
    .contact-us .contact-image img {
        width: 100% !important;
        margin-top: 1rem;
    }
    .contact-us .form-wrapper {
        padding: 1rem;
    }
}

/* White page navbar styles - team pages only */
body.white-page .site_navigation nav .navbar-toggler,
body.white-page .navbar .navbar-toggler,
body.white-page .navbar-light .navbar-toggler,
body.white-page button.navbar-toggler {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    position: relative !important;
    z-index: 9999 !important;
}

/* White page burger menu icon - site dark color for team pages */
body.white-page .site_navigation nav .navbar-toggler-icon,
body.white-page .navbar .navbar-toggler-icon,
body.white-page .navbar-light .navbar-toggler-icon,
body.white-page button.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23221D10' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}