:root {
    --invest-height: 60vh;
}

body {

}
* {
    box-sizing: border-box !important;
}

.our-team-first-container {
    background-color: var(--white);
    width: 100%;
    min-height: 40vh;
}

.our-team-first-container.cmi {
    min-height: 50vh;
}

.bg-colored-diff-prof {
    background-color: #1b283c;
    width: 100%;
    height: 100%;
}

.bg-blue-box-image {
    background-color: #1f3656;
}

.pd-t-b {
    padding: 100px 0px;
}

.pd-t-half {
    padding: 50px 0px;
}

.pd-t-b-imp {
    padding: 50px 0px !important;
}

.color-bgcolor{
    color: #1f3656 !important;

}




.our-team-inside-container {
    display: flex;
    width: 100%;

    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.our-team-inside-container.cmi {
    justify-content: space-between;
    align-items: center;
}

.our-team-inside-container.cmi.lllppo {
    justify-content: space-around;
}

.our-team-inside {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 80vh;

    justify-content: center;
}

.new-our-team-inside {
    max-width: 1400px;
    padding-left: 100px;
    padding-right: 100px;
}

.our-team-inside.inisde-cmi {
    width: 65%;
    min-height: 650px;
}

h1 {

}

.merit-logo-cmi-merit-container {
    margin-left: 60px;
    width: 150px;
    margin-bottom: 50px;
}

.merit-logo-cmi-merit {
    width: 100%;
}

.our-team-inside > h1 {
    font-size: 78px;
    color: var(--text-blue);
    padding: 0px;
    padding-left: 60px;
    padding-right: 60px;
    margin: 0px;
}

.our-team-inside.inisde-cmi > h1 {
    font-size: 58px;
}

.our-team-inside > .orange-square {
    padding: 20px;
    margin-top: 20px;
    padding-left: 60px;
}

.orange-square {
    transition: all 0.7s ease;
    cursor: default;
    background-color: var(--orange-dark);
}

.orange-square:hover {
    background-color: var(--dark-pink);
}

.our-team-inside > .orange-square > h2 {
    color: var(--white);
    padding: 0px;
    margin: 0px;
    font-size: 50px;
    font-weight: 400;
}

.strat-alone {
    width: 60%;
}

.our-team-inside > p {
    font-size: 33px;
    font-weight: 300;
    color: var(--text-blue);
    padding: 40px;
    padding-left: 60px;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

.about-spacer {
    height: 100px;
    background-color: var(--main-color);
}

.about-instructors-section-container {
    width: 100%;

    overflow-x: hidden;
    background-image: url("/images/ins/backgroundcolors.png"); /* Replace with your image path */
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-color: white;
}

.about-instructors-section {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.instructors-init > h1 {

    font-size: 48px;
    font-weight: 700;
}

.instructors-init > p {
    font-size: 26px;
    font-weight: 400;
}

.instructors-init {
    text-align: center;
}

.instructors-container {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.instructor-card-outside {
    width: 31%;
    /* margin-bottom: 20px; */
    margin: 10px;
    background-color: var(--grey);
}

.instructor-image {
    width: 100%;
    overflow: hidden;
}

.instructor-image > img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: scale 0.3s ease;
}
.instructor-image:hover > img {
    scale: 1.01;
}

.instructor-card-inside {
}

.instructor-text {
    padding: 10px;
}

.instructor-name {
    font-weight: 700;
    font-size: 27px;
    color: var(--text-blue);
}
.instructor-postion {
    font-weight: 400;
    font-size: 20px;
    color: var(--orange-dark);
}

.bg-none {
    background-color: transparent;
}

.about-client-section-container {
    width: 100%;
    background-color: var(--transparent-blue-background);
    padding-bottom: 60px;
}

.about-client-section-container.bg-normal {
    background-color: transparent;
}

.about-client-section {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

.title_both_client {
    font-weight: 500;
    font-size: 64px;

}

.title_1 {
    color: white;
}
.title_2 {
    color: var(--orange-dark);
}

.clients-container-outside {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.all-client-wrapper {
    overflow: hidden;

    white-space: nowrap;
    cursor: grab;
}

.all-client-container {
    overflow: hidden;

    display: inline-flex;
}

.client-item:first-child {
    padding-left: 0vw;

    /* Add any other styling you need */
}

.arabic_client_item:first-child {
    padding-left: 0px;
    padding-right: 0vw;
}

.all-client-wrapper:active {
    cursor: grabbing;
}

.client-white-square {
    width: 550px;
    background-color: var(--white);
    margin-right: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    aspect-ratio: 1/1;
}

.client-white-square-head {
    display: flex;
}

.client-white-square-image {
    width: 130px;
}

.client-white-square-image > img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
}

.client-name-and-profession {
    margin: 0px;
    margin-left: 20px;
    font-size: 11px;
    font-weight: 700;
    width: 100%;
    text-wrap: wrap;
}

.client-name {
    color: var(--background-color);
}

.client-profession {
    color: var(--orange-dark);
    text-wrap: wrap;
}

.client-message {
    margin-top: 20px;
    text-wrap: wrap;

    font-size: 18px;
    font-weight: 500;
    color: var(--background-color);

}
.video-container {
    margin-top: 20px;
    position: relative;
    padding-bottom: 50%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.jy_noto-serif {

}

.jy-head {
    background-color: white;

    width: 100%;
    min-height: 150px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 78px;
}

.jy-highlited-WHO {
    color: #d93954;
}

.jy-AboutText {
    width: 100%;
    display: flex;
    gap: 2%;
    margin: 0;
    background-color: white;
}

.jy-AboutText-1 {
    width: 49%;
    padding: 80px;
    background-color: #d93954;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
}

.jy-AboutText-1-h1 {

    font-size: 78px;
    display: flex;
    width: 30%;
    margin-top: 0;
    color: #ffffff;
}

.jy-AboutText-1-b1 {
    display: flex;
    width: 100%;

    color: #ffffff;
}

.jy-AboutText-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3%;
    width: 49%;
}

.jy-AboutText-2-h2 {

    font-size: 50px;
    display: flex;
    align-items: center;
    margin: 0;
    color: #1b2435;
}

.jy-AboutText-2-1 {
    width: 100%;
    height: 50%;
    font-size: 18px;
    background-color: #fbc55a;
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 50px;
    box-sizing: border-box;
}

.jy-AboutText-2-h3 {

    font-size: 50px;
    display: flex;
    align-items: center;
    margin: 0;
    color: #1b2435;
}

.jy-AboutText-2-2 {
    width: 100%;
    height: 50%;
    font-size: 18px;
    background-color: #7dd2d3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 50px;
}

.jy-network {
    width: 100%;
    padding: 50px 0px;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: white;
}

.jy-cmi-network {
    background-color: transparent;
    justify-content: space-around;
    flex-direction: row-reverse;
}

.jy-network-body {
    width: 50%;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    font-size: 22px;

    font-weight: 400;


    padding-left: 50px;
}
.jy-network-body.sse-s {
    padding: 0px;
    width: 100%;
}

.sse-selfy {
    font-size: 20px;
}

.jy-network-h1.sse-s {
    font-size: 78px;
    margin: 0px;
}

.jy-network-h1-red.cmi.sse-s {
    color: #d93954;
}

.jy-network-body.cmi {
    color: var(--white);
}

.map {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    object-fit: contain;
    /* padding-left: 50px; */
}

.map.cmi {
    width: 60%;
}

.jy-network-h1 {
    font-size: 58px;
    padding-bottom: 10px;

    color: var(--main-color);
}

.jy-network-h1.cmi {
    color: var(--white);
}

.jy-network-h1-red {
    color: #d93954;
}

.jy-network-h1-red.cmi {
    color: var(--orange-dark);
}

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

.jy-expertise {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.jy-expertise-content {
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 50%;
}

.jy-expertise-textOverlay {
    color: #ffffff;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 40vw;
    position: relative;
}

.jy-expertise-h1 {
    font-size: 78px;
    font-weight: 500;
    margin: 0;
}

.jy-expertise-h1-red {
    color: rgba(217, 57, 84, 1);
}

.jy-expertise-b {
    font-size: 22px;
    font-weight: 400;
}

.jy-expertise-imgs {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
}

.jy-expertise-CMI {
    width: 209px;
    height: 144px;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 45px;
    display: flex;
    flex-direction: row;
}

.jy-expertise-CLA {
    width: 168px;
    height: 168px;
    z-index: 1;
    display: flex;
    flex-direction: row;
}

.jy-investion {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 100px 0px;
    overflow: hidden;
}

/* .jy-investion::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90.15deg,
      #1b2435 23.11%,
      rgba(27, 36, 53, 0.8) 88.91%,
      rgba(27, 36, 53, 0.8) 99.89%
    );
    opacity: 1;
    pointer-events: none;
  } */

.jy-investion-Oman {
    object-fit: cover;
    position: absolute;
    right: 50px;
}

.jy-investion-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    z-index: 1;
    flex-wrap: wrap;
    overflow-x: hidden;
    flex-direction: column;
}

.jy-investion-h1 {
    box-sizing: border-box;
    position: relative;
    color: #ffffff;
    padding: 20px;
    z-index: 1;
    font-size: 78px;
    font-weight: 500;
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.jy-investion-box {
    position: relative;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.ka-jy-h1 {
    text-align: start;
}

.jy-investion-box-1.ka-jy-box {

    width: 50%;
    max-width: unset !important;
    border: 8px solid #ffffff;
}

.mg-bot-0 {
    margin-bottom: 0;
}

.jy-investion-box-1 {
    border: 4px solid #ffffff;
    padding: 20px;
    color: #ffffff;
    flex-direction: column;
    font-size: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 100%;
    height: 350px;
    box-sizing: border-box;
}

.jy-ka-h3 {
    font-size: 42px;
}

.jy-ka-p {
    font-size: 32px;
    padding: 0px;
    margin: 0px;
}

.jy-img-container {
    width: 100%;
    overflow-x: hidden;
}

.image-hero-cmi-container {
    width: 20%;
    background-color: white;
    border-radius: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.image-hero-cmi-container.cla {
    background-color: transparent;
}

.image-hero-cmi {
    width: 100%;
}

.jas-outer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.jas-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center the grid items horizontally */
    align-items: center; /* Align items from the top */
    padding: 20px; /* Padding around the grid */
    box-sizing: border-box; /* Border-box sizing model */
    max-width: 1400px;
    width: 100%;
}

.jas-box {
    position: relative;
    display: flex;
    font-size: 30px;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 45%;
    margin: 1%;
    min-height: 200px;
    color: #1f3656;
    background-color: white;
    font-size: 16px;
    border-radius: 25px;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 2vh;
    border: 15px solid; /* Set border style */
    text-align: center; /* Center the text inside the span */
}

/* Individual box colors */
.jas-red {
    border-color: #d93954;
}
.jas-blue {
    border-color: #1f3656;
}
.jas-orange {
    border-color: #f0583b;
}
.jas-light-blue {
    border-color: #7dd2d3;
}
.jas-dark-blue {
    border-color: #fbc55a;
}
.jas-grey {
    border-color: #2d3c59;
}
.pd-10px {
    margin: 15px 0px;
}

.jas-number {
    position: absolute;
    top: -8px; /* Adjusted for better visual alignment */
    left: -5px;
    background-color: white;
    color: white;

    width: 45px;
    aspect-ratio: 1/1;
    border-radius: 8px;
    display: flex;
    align-items: center;

    justify-content: center;
    font-size: 30px;
}

.jas-red .jas-number {
    background-color: #d93954;
}
.jas-blue .jas-number {
    background-color: #1f3656;
}
.jas-orange .jas-number {
    background-color: #f0583b;
}
.jas-light-blue .jas-number {
    background-color: #7dd2d3;
}
.jas-dark-blue .jas-number {
    background-color: #fbc55a;
}
.jas-grey .jas-number {
    background-color: #2d3c59;
}

.jas-number .jas-span {
    display: flex;
    width: 100%;
    text-align: center;

    align-items: center;
}
.jas-span {
    font-weight: 700;
    font-size: 30px;
    padding: 20px;
}

.button-pinky {
    padding: 30px;
}

.learn-more-btn {
    margin-top: 20px;
    padding: 10px 30px;
    font-size: 32px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.learn-more-btn.pinky {
    background-color: #e94560;

    border: 2px solid #e94560;
}

.learn-more-btn.bluey {
    background-color: var(--sky-blue);

    border: 2px solid var(--sky-blue);
    max-width: fit-content;
    padding: 16px 32px;
}

.learn-more-btn:hover {
    background-color: transparent;
}

.learn-more-btn.pinky:hover {
    color: #e94560;
}

.learn-more-btn.bluey:hover {
    color: white;
    border: 2px solid white;
}

.ms2-second-section-container {
    background-color: var(--background-lighter-blue);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ms2-second-section-container-inside {
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.ms-2-mission-container {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    padding: 100px 0px;
    /* background-color: #23344D; */
}

.ms-2-straight-line {
    width: 100%;
    height: 2px;
    border-radius: 50px;
    background-color: #ffffff1f;
}

.ms-2-mission-icon {
    width: 200px;
    height: 200px;
    margin-right: 20px;
}

.ms-2-mission-text h1 {

    font-size: 42px;
    color: white;
    font-weight: 700;
    font-size: 42px;
    margin: 0;
    padding-bottom: 10px;
}

.ms-2-mission-text p {
    margin: 0;
    font-size: 28px;
    color: white;

}

.instructors_title.js3 {
}

.js3-container-2 {
    padding: 50px 0px;
    max-width: 1400px;
}

.js3-after-yt {
    width: 100%;
    margin-top: 20px;
    padding: 30px 0px;
    background-color: #1f3656;
}

.js3-js3-semi-body {
    width: 100%;
    padding: 0;
}
.js3-container {
    margin: auto;
    padding: 20px;


    max-width: 1416px;
}

.js3-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
}

.js3-card {
    flex: 1 1 24%; /* flex-grow, flex-shrink, flex-basis */
    background-color: #ffffff;
    max-width: 342px;
    max-height: 525px;
    padding: 20px;
    text-align: center !important;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 16px;
    flex-direction: column;
}
.js3-card2 {
    /* flex: 1 1 220px;  */
    background-color: #ffffff;
    display: flex;
    overflow: hidden;
    width: 49%;
    box-sizing: border-box;
    padding: 70px 50px;
    min-height: 300px;
    justify-content: center;
    text-align: start;
    font-size: 16px;
    flex-direction: column;
    transition: 0.3s;
    position: relative; /* Important to position the pseudo-element relative to this */
}

.js3-card2::before {
    content: var(--bg-number); /* Change this to whatever number you need */
    position: absolute;

    bottom: -70px; /* Adjust as needed */
    left: -10px; /* Adjust as needed */
    font-size: 314px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.05); /* Light color for a background effect */
    z-index: 0;
    pointer-events: none; /* Make sure it doesn't interfere with other content */
}

.js3-container-prof-goal {
    max-width: 900px;
    margin-top: 50px;
}

.js3-card2:hover {
    /* flex: 1 1 220px;  */
    background-color: #d93954;
    color: white;
}

.js3-card2 h3 {
    font-size: 32px;
    font-weight: 700;
}

.js3-card2 p {
    font-size: 22px;
    font-weight: 500;
}

.js3-card2:hover > h3 {
    color: white;
}

.js3-card2:hover > p {
    color: white;
}

.js3-h3 {
    color: #1f3656;
    font-size: 24px;

    font-weight: 700;
}
.js3-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.js3-p {
    color: #1f3656;

    font-size: 18px;
    font-weight: 400;
}

.mmdp-glow {
    max-width: 1400px;
}

.msscroll-content-before,
.msscroll-content-after {
    height: 100vh;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.msscroll-container {
    display: flex;
    min-height: 100vh;
    margin-bottom: 50px; /* Space between containers */
}

.msscroll-scroll-section {
    flex: 1;
    overflow-y: none;
    padding: 20px;
    height: 300vh;
    position: relative;
    background-color: #f4f4f4;
}

.msscroll-fixed-section {
    flex: 1;
    height: 100vh;
    position: sticky;
    top: 0;
    padding: 20px;
    background-color: #ddd;
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.2);
}

.pl1-container {
    background-color: white;
    width: 100%;
    padding-top: 20px;
}

.pl1-h3 {
    width: 80%;
    text-align: center;

    color: #1f3656;
    font-size: 33px;
    font-weight: bold;
}

.container.pl1-inside {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pls-img-container {
    width: 60%;
}

.pls-img-container > img {
    width: 100%;
    object-fit: cover;
}

.pl1-img-sm {
    display: none;
}

.og-color {
    color: var(--orange-dark);
}

.msb1-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.msb1-box {
    border: white 7px solid;
    padding: 25px;
    width: 32%;
    box-sizing: border-box;
    margin-right: 1%;
    padding-top: 40px;
    padding-bottom: 40px;
    transition: 0.3s;
    position: relative;
}

.msb1-inside-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white;
}

.msb1-box.disapeared {
    opacity: 0;
    position: relative;
}

.msb1-box:hover {
    background-color: #f0583b;
}

.msb1-title {

    font-size: 42px;

    font-weight: bold;
    text-align: center;
    margin: 0px;
}
.anb1-title {

    font-size: 42px;

    font-weight: bold;
    text-align: center;
    text-align-last: center;
    margin: 0px;
}

.msb1-text {

    font-style: italic;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-top: 40px;
}
.anb1-text {
    text-align-last:center ;
    font-style: italic;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-top: 40px;
}

.anb1-description{
    font-size: 19px;
    text-wrap: wrap;
   text-align: center !important;

    margin-top: 20px;
}
.msb1-bullet {

    font-size: 18px;
    margin-top: 25px;
    font-weight: 300;
}
.msb1-bullet::before {
    content: "•";
}

.js-freeBooks {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    width: 100%;
    background: #1b283c;
    box-sizing: border-box;
}
.js-book1,
.js-book1-reversed {
    display: flex;
    min-height: 600px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
    align-items: center;
    color: white;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
}

.js-book1 {
    background-color: #1b2639;
}

.js-book1-reversed {
    flex-direction: row-reverse; /* Reverses the order */
    background-color: rgb(27, 36, 53);
}

.js-img1 {
    flex: 1;
    text-align: start;
}

.js-img2 {
    flex: 1;
    text-align: end !important;
}

.js-img1 img {
    max-width: 50%;
    height: auto;
}

.js-img2 img {
    max-width: 40%;
    height: auto;
}

.js-info-1 {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    text-align: end;
    width: 50%;
}

.js-info-1 > p {
    font-size: 21px;
    width: 60%;
}

.js-info-2 {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: start;
    width: 50%;
}

.js-info-2 > p {
    width: 60%;
    font-size: 21px;
}
.js-button {
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    background-color: #7dd2d3;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}
.js-main-h1 {
    font-size: 48px;
}

.js-footer {
    width: 100%;
    padding: 60px 40px;
    background-color: #1f3656;
    text-align: center;
    box-sizing: border-box;
}
.js-footer p {
    color: white;
    font-size: 24px;
}

.js-linkedIn {
    background-color: transparent;
    border: 1px solid white;
    font-size: 24px;
    padding: 16px 64px;
    transition: 0.3s;
    margin-top: 10px;
}

.js-linkedIn:hover {
    background-color: rgba(0, 0, 0, 0.178);
}

.js-middle-h1 {
    color: #f0583b;
}

.ka-container {
    width: auto;
    position: relative;
    min-height: 65vh;
}
.ka-img1 {
    width: 100%;
    min-height: 65vh;
    object-fit: cover;
}
.ka-subcontainer {
    position: absolute;
    overflow-y: hidden;
    width: 40%;
    height: 100%;
    left: 5%;
    top: 0px;
    z-index: 2;
    background: #1b24358f;
}

.ka-subcontainer.ar {
    left: auto;
    right: 5%;
}

.ka-pinky {
    padding: 16px 48px;
}
.pinky.ka-pinky:hover {
    color: white;
    border-color: white;
}

.ka-title {

    font-style: normal;
    font-weight: 500;
    font-size: 102px;
    color: #ffffff;
}
.ka-p {

    font-style: normal;
    font-weight: 400;
    font-size: 33px;
    color: #ffffff;
}
.ka-btn {
    padding: 15.1639px 47.918px;
    gap: 6.07px;
    width: 250.84px;
    height: 65.33px;
    background: red;
    border-radius: 7.88525px;


    font-style: normal;
    font-weight: 400;
    font-size: 29.1148px;

    color: #ffffff;
}

.ka-subcontainer-m {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    margin-left: 5%;
}
.ka-subcontainer.ar > .ka-subcontainer-m {
    margin-left: 0;
    margin-right: 5%;
}

.ka-sqr1 {
    position: absolute;
    width: 66.26px;
    height: 66.26px;
    left: 10px;
    top: 102.46px;

    background: #ffffff;
}

.ka-sqr2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    z-index: 1;
    position: absolute;

    left: 128px;
    top: 247.46px;

    width: 138.04px;
    height: 138.04px;
}

.ka-sqr2 div {
    width: 100%;
    height: 100%;
}

.ka-sqr2-2 {
    background: rgba(125, 210, 211, 1);
}

.ka-sqr2-3 {
    background: rgba(240, 88, 59, 1);
}

.ka-sqr3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    z-index: 1;
    position: absolute;
    left: 90px;
    top: 570px;
    width: 138.04px;
    height: 138.04px;
    gap: 5px;
}
.ka-sqr3 div {
    width: 100%;
    height: 100%;
}

.ka-sqr3-1 {
    background: rgba(251, 197, 90, 1);
}

.ka-sqr3-4 {
    background: rgba(45, 60, 89, 1);
}

.ka-sqr4 {
    position: absolute;
    width: 66.26px;
    height: 66.26px;
    left: 1085px;
    top: 100px;
    background: #fbc55a;
}
.ka-sqr5 {
    box-sizing: border-box;
    position: absolute;
    width: 58.47px;
    height: 58.47px;
    left: 1085px;
    top: 409.51px;

    border: 3px solid #ffffff;
}

.ka-sqr6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    z-index: 1;
    position: absolute;
    width: 138.04px;
    height: 138.04px;
    right: 0px;
    top: 155.47px;
}
.ka-sqr6-1 {
    background: rgba(45, 60, 89, 1);
}
.ka-sqr6-4 {
    background: rgba(217, 57, 84, 1);
}
.ka-sqr7 {
    position: absolute;
    width: 66.26px;
    height: 66.26px;
    right: 0px;
    top: 401.03px;

    background: #ffffff;
}

.ka-sqr8 {
    position: absolute;
    width: 244.06px;
    height: 71.78px;
    right: 0px;
    bottom: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    z-index: 1;
}
.ka-sqr8-1 {
    background: rgba(240, 88, 59, 1);
}

.ka-sqr8-2 {
    background: rgba(45, 60, 89, 1);
}

.ka-sqr8-3 {
    background: rgba(45, 60, 89, 1);
}
.ka-up {
    position: fixed;
    width: 100px;
    height: 100px;
    right: 54px;
    top: 654px;

    background: #d93954;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ka-sqr9 {
    position: absolute;
    width: 143.56px;
    height: 71.78px;
    left: 1241.02px;
    top: 640px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    z-index: 1;
}
.ka-sqr9-1 {
    background: rgba(217, 57, 84, 1);
}
.ka-sqr9-2 {
    background: rgba(45, 60, 89, 1);
}
.ka-container-1 {
    position: relative;
    width: 90%;
    margin: auto;
    margin-top: 150px;
}

.ka-contianer-h-con {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
}

.ka-container-h {
    text-align: end;
}

.ka-container-h1 {

    font-style: normal;
    font-weight: 500;
    font-size: 78px;

    color: #ffffff;
}

.ka-container-h1.ar,
.ka-container-h2.ar {
    font-size: 102px;
}

.ka-container-h2 {

    font-style: normal;
    font-weight: 500;
    font-size: 78px;

    color: #f0583b;
}
.ka-container-1-sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ka-container-1-sub.reverse {
    z-index: 2;
    flex-direction: row-reverse;
}

.ka-p-container {
    display: flex;
    width: 30%;
    height: 100%;
    align-items: center;

    justify-content: center;
}

.container2-p {

    font-style: normal;
    font-weight: 400;
    font-size: 28px;

    color: #ffffff;
}

.container2-p.ar {
    font-size: 54px;
}

.ka-images {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50vw;
    aspect-ratio: 1/0.7;
}

.updated-ka-im{
    aspect-ratio: 1/0.61;

}

.ka-images-an-m{
    margin-top: 20px;
}

.ka-images .ka-image-an {
    margin-top: 35px;
    position: absolute;
    aspect-ratio: 1 / 1.1;
    object-fit: contain;
}

.ka-images .ka-image {
    position: absolute;
    aspect-ratio: 1 / 1.1;
    object-fit: cover;
}

.ka-image1.ar,
.ka-container-1-sub.reverse > .ka-images > .ka-image1 ,.ka-images.reverse>.ka-image1{
    left: auto;
    right: 0px;
}

.ka-image1,
.ka-container-1-sub.reverse > .ka-images > .ka-image1.ar ,.ka-images.reverse>.ka-image1.ar{
    top: 0;
    left: 0;
    z-index: 1;
    width: 37%;
    left: 0%;
    transform: translateX(-80px);
    transform: translateY(20%);
    right: auto;
}

.ka-image2.ar,
.ka-container-1-sub.reverse > .ka-images > .ka-image2 ,.ka-images.reverse>.ka-image2{
    left: auto;
    right: 15%;
}

.ka-image2,
.ka-container-1-sub.reverse > .ka-images > .ka-image2.ar ,.ka-images.reverse>.ka-image2.ar{
    top: 0;
    left: 15%;
    right: auto;
    width: 45%;
    z-index: 2;
    transform: translateX(-40px);
    transform: translateY(10%);
}





.ka-image3.ar,
.ka-container-1-sub.reverse > .ka-images > .ka-image3 ,.ka-images.reverse>.ka-image3{
    left: auto;
    right: 30%;
}
.ka-image3,
.ka-container-1-sub.reverse > .ka-images > .ka-image3.ar ,.ka-images.reverse>.ka-image3.ar{
    top: 0;
    left: 30%;
    z-index: 3;
    right: auto;
    width: 55%;
}

.ka-image4.ar,
.ka-container-1-sub.reverse > .ka-images > .ka-image3 ,.ka-images.reverse>.ka-image3{
    left: auto;
    right: 29%;
}
.ka-image4,
.ka-container-1-sub.reverse > .ka-images > .ka-image3.ar ,.ka-images.reverse>.ka-image3.ar{
    top: 5%;
    left: 29%;
    z-index: 3;
    right: auto;
    width: 50%;
}

.ka-sqr-img.ar,
.ka-container-1-sub.reverse > .ka-images > .ka-sqr-img {
    left: auto;
    right: 40%;
}

.ka-sqr-img,
.ka-container-1-sub.reverse > .ka-images > .ka-sqr-img.ar {
    box-sizing: border-box;
    position: absolute;
    width: 55%;
    aspect-ratio: 1 / 1.1;
    left: 40%;
    right: auto;
    top: 5%;
    z-index: 10;
    border: 4px solid #ffffff;
}

.ka-container-2 {
    position: relative;
    width: 100%;
}
.ka-container-2-h1 {

    font-style: normal;
    font-weight: 500;
    font-size: 78px;
    color: #ffffff;
    margin: 10px;
}
.ka-container-2-h2 {

    font-style: normal;
    font-weight: 500;
    font-size: 78px;
    margin: 10px;
    color: #d93954;
}
.ka-container-2-p1 {

    font-style: normal;
    font-weight: 400;
    font-size: 33px;

    margin: 20px;
    color: #ffffff;
}
.ka-container-2-text {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: auto;
}

.ka-container-2-sub {
    width: 60%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}
.ka-container-2-sub-sqr {
    box-sizing: border-box;
    width: 580px;
    height: 500px;
    gap: 0px;
    opacity: 0px;
    text-align: center;
    border: 7.76102px solid #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.ka-container-2-sub-sqr-h1 {

    font-style: normal;
    font-weight: 700;
    font-size: 50px;

    color: #ffffff;
}
.ka-container-2-sub-sqr-p {

    font-style: normal;
    font-weight: 400;
    font-size: 22px;


    color: #ffffff;
}
.ka-container-2-sub-img {
    position: absolute;
    right: 20px;
    left: 67.19%;
    right: 4.32%;
    bottom: 28.77%;
    opacity: 0.5;
}
.ka-container-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 60px 10px;

    position: relative;
    margin-top: 50px;
}
.ka-container-3-sub-w {

    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    margin: 0px;
    color: #ffffff;
}
.ka-container-3-sub-r {

    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    margin: 0px;
    color: #d93954;
}

.ka-container-3-sub-p {

    font-style: normal;
    font-weight: 400;
    font-size: 33px;

    color: #ffffff;
}

.flippedaaa {
    text-align: end;
}

.ka-container-3-sub.en:nth-child(2n + 1) {
    border-right: 3px solid rgba(255, 255, 255, 0.1);
}

.ka-container-3-sub.ar:nth-child(2n) {
    border-right: 3px solid rgba(255, 255, 255, 0.1);
}

.ka-container-3-sub {
    padding: 40px;
    box-sizing: border-box;
}

.ka-img1-container {
    width: 100%;
    height: 100%;
}

.instructors-init.ka-h1-p {
    text-align: start;
}

.ka-container-1-sub.reverse > .ka-h1-p-cont > .instructors-init.ka-h1-p {
    text-align: end;
}

.ka-h1-p-cont {
    width: 40%;
}

.title_both_client.ka-h1-p {
    font-size: 74px;
}

.instructors_p.ka-h1-p {
}

.instructors_p.yt-video-p {
    font-weight: 400;
    font-size: 32px;
}
.ka-h1-p-vid {
    width: 50%;
}

.yt-white {
}
.sp-btw {
    justify-content: space-between;
}
.sp-btw-ov {
    justify-content: space-between !important;
}

.sp-ar {
    justify-content: space-around;
}

.sp-ar-ov {
    justify-content: space-around !important;
}

.cccp2-video-container {
    position: relative;
    width: 45%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.cccp2-thumbnail {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.cccp2-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cccp2-play-button span {
    font-size: 40px;
    color: #333;
}

.cccp2-play-button:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.ka2-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    background: rgba(27, 36, 53, 1);
    margin: auto;
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    justify-content: center;
    flex-wrap: wrap;
}

.ka2-container.reverseit {
    flex-direction: row-reverse;
}

.ka2-container-sub-cont {
    width: 30%;
}

.ka2-container-sub img {
}

.ka2-suby-wuby-dub {
    width: 100%;
    gap: 10px;
    aspect-ratio: 1/1.4;
    overflow-y: auto;
}

.ka2-suby-wuby-dub.blobb,
.reverseit > .ka2-container-sub-cont > .ka2-suby-wuby-dub.blobb.ar {
    width: 70%;
    aspect-ratio: 1/1.7;
    margin-right: auto;
    margin-left: unset;
}

.ka2-suby-wuby-dub.blobb.ar,
.reverseit > .ka2-container-sub-cont > .ka2-suby-wuby-dub.blobb {
    margin-left: auto;
    margin-right: unset;
}

.ka2-suby-wuby-dub.blobb > .ka2-container-sub {
    aspect-ratio: 1/1.5;
}

.ka2-suby-wuby-dub::-webkit-scrollbar {
    display: none;
}
.ka2-container-sub {
    display: flex;
    margin-top: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1/1.2;
    gap: 0px;
    opacity: 0px;
    box-sizing: border-box;
    padding: 10px;
    transition: 0.3s;
}

.ka2-container-sub:nth-child(1) {
    background: rgba(125, 210, 211, 1);
    color: #1f3656;
}
.ka2-container-sub:nth-child(2) {
    background: #f0583b;
    color: white;
}
.ka2-container-sub:nth-child(3) {
    background: #fbc55a;
    color: #1f3656;
}
.ka2-container-sub:nth-child(4) {
    background: #d93954;
    color: white;
}
.ka2-container-sub:nth-child(5) {
    background: #2d3c59;
    color: white;
}
.ka2-container-sub:nth-child(6) {
    background: #d93954;
    color: white;
}
.ka2-container-sub:nth-child(7) {
    background: #fbc55a;
    color: #1f3656;
}
.ka2-container-sub:nth-child(8) {
    background: #f0583b;
    color: white;
}
.ka2-container-sub:nth-child(9) {
    background: #7dd2d3;
    color: #1f3656;
}

.ka2-container-sub:hover {
    background-color: #acebec;
    color: #1f3656;
}
.ka2-container-sub-h {

    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    text-align: center;
}
.ka2-container-sub-p {

    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
}

.ka2-container-sub1 {
    width: 58%;
    text-align: start;
}

.ka2-container.reverseit > .ka2-container-sub1 {
    text-align: end;
}

.ka2-container-sub1-h1 {

    font-style: normal;
    font-weight: 500;
    font-size: 78px;

    color: #ffffff;
}
.ka2-container-sub1-span {
    color: rgba(240, 88, 59, 1);
}

.ka2-container-sub1-h2 {

    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    color: #ffffff;
}
.ka2-container-sub-h1 {

    font-style: normal;
    font-weight: 500;
    font-size: 78px;
    color: #1f3656;
}
.ka2-container-sub1-p {

    font-style: normal;
    font-weight: 400;
    font-size: 22px;


    color: #ffffff;
}
.ka2-container1-sub-p {

    font-style: normal;
    font-weight: 400;
    font-size: 33px;

    text-align: end;
    color: #1f3656;
}
.ka2-container1 {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1400px;
    justify-content: space-around;
    margin: auto;
    gap: 70px;
    margin-top: 20px;
}
.ka2-container1-sub {
    width: 50%;
    text-align: end;
}
.ka2-container1-circle {
    width: 20px;
    height: 20px;
    background: rgba(240, 88, 59, 1);
    border-radius: 50%;
}

.ka2-container1-sub1 {
    width: 50%;
}

.ka2-container1-sub1.yyyyy {
    max-height: 600px;
    overflow-x: auto;
}

.ka2-container1-sub1.yyyyy::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.ka2-container1-sub1.yyyyy::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.ka2-container1-sub1.yyyyy::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.ka2-container1-sub1.yyyyy::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.ka2-container1-sub1-h2 {

    font-style: normal;
    font-weight: 700;
    font-size: 33px;


    color: #1f3656;
}
.ka2-container1-sub1-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ka2-container1-sub1-item-p {

    font-style: normal;
    font-weight: 400;
    font-size: 22px;


    color: #1f3656;
}

.ka2-container1-sub1-d{
    margin: 30px 0px;
}

.ka2-container1-sub1-d.ppp-asd {
    padding: 15px 0px;
}
.ka2-container1-sub1.ppp-asd {
    justify-content: space-around;
    display: flex;
    flex-direction: column;
}

.ka2-container1-sub1-item-p.pppasd {
    width: 80%;
    font-weight: 400;
    font-size: 32px;

}

.ka2-container2 {
    background: rgba(27, 36, 53, 1);
    width: 100%;
    position: relative;
    padding: 100px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ka2-container2-sub-h1 {

    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    display: flex;
    align-items: center;

    color: #ffffff;
}
.ka2-container2-sub-p {

    font-style: normal;
    font-weight: 400;
    font-size: 22px;

    color: #ffffff;
}
.ka2-container2-sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    padding: 0;
    margin: 0;
}
.ka2-container2-sub-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: start;
    background: rgba(31, 54, 86, 1);
    box-shadow: 0px 4px 18px 0px rgba(31, 54, 86, 0.15);
    padding: 50px;
    transition: 0.3s;
}

.pd-ddp {
    padding: 20px;
    box-sizing: border-box;
}

.mb-5{
    margin-bottom: 30px;
}
.mg-mb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ka2-container2-sub-grid:nth-child(2) {
    background: rgba(251, 197, 90, 1);
}
.ka2-container2-sub-grid:nth-child(3) {
    background: rgba(217, 57, 84, 1);
}

.quote_text {
    font-size: 52px;
    padding: 50px;
    color: white;


    font-weight: 400;
}

.ka2-container2-sub-grid:nth-child(4) {
    background: rgba(240, 88, 59, 1);
}

.ka2-container2-sub-grid:hover {
    background: rgb(40, 67, 104);
}

.ka2-container2-sub1 {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
    margin-bottom: 150px;
}

.ka2-sqr1 {
    box-sizing: border-box;

    position: absolute;
    width: 80px;
    height: 80px;
    top: 10%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    left: 0.5%;
}
.ka2-sqr2 {
    box-sizing: border-box;

    position: absolute;

    bottom: 10%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    left: 1.5%;

    width: 45px;
    height: 45px;
}
.ka2-sqr3 {
    box-sizing: border-box;
    position: absolute;
    width: 146px;
    height: 146px;
    right: 1.5%;
    bottom: 5%;
    border: 3px solid rgba(255, 255, 255, 0.1);
}
.ka2-container3 {
    margin-top: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.ka2-container3-p {
    width: 1204px;
    height: 128px;


    font-style: normal;
    font-weight: 700;
    font-size: 33px;

    text-align: center;

    color: #1f3656;
}

.jy-mine-absolute {
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
}

.jy-mine-absolute.mine-new {
    flex-direction: column;
    align-items: start;
}

.cont {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-around;
}

.leftqwe {
    top: 0px;
    width: 50%;
    padding: 5% 0px;
}

.boxy-ox {
    display: flex;
}


.wwbox-cont{
    width:40vw;
    background-color: red;
    aspect-ratio: 1/0.7;
}


.wwimage{
    width: 90%;
    aspect-ratio: 1/0.9;
    background-color: blue;
}

.wwbox{
    width: 80%;
    aspect-ratio: 1/0.8;
    background-color: green;
}


.boxy-ox-image {
    width: 40%;
    aspect-ratio: 2/1.4;
    border-radius: 15px;
    overflow: hidden;
    box-sizing: border-box;
}

.boxy-ox:hover > .boxy-ox-image > img {
    scale: 1.1;
}

.pinky.darky-but {
    background-color: #fbc55a;
    border-color: #fbc55a;
}

.darky-but:hover {
    background-color: transparent;
}

.jy-network-h1-red.cmi.sse-s.barky {
    color: #2d3c59;
}

.boxy-ox-text-chip.boxy-ox-text-chipy-1 {
    background-color: #d93954;
}

.boxy-ox-text-chipy-1.boxyw-5,
.boxy-ox-text-chipy-1.boxyw-6 {
    background-color: #7dd2d3 !important;
}

.boxy-ox-text-chip.boxy-ox-text-chipy-2 {
    background-color: #f0583b;
}

.boxy-ox-text-chipy-2.boxyw-3,
.boxy-ox-text-chipy-2.boxyw-4,
.boxy-ox-text-chipy-2.boxyw-5 {
    background-color: #fbc55a !important;
}

.boxy-ox-text-chip.boxy-ox-text-chipy-3 {
    background-color: #2d3c59;
}

.boxy-ox-image > img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    object-fit: cover;
}

.boxy-ox-text {
    width: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 10px;
}

.boxy-ox-line {
    width: 100%;
    height: 1px;
    margin: 50px auto;
    background-color: gray;
}

.boxy-ox-text-chip {
    padding: 4px 16px;
    color: white;
    width: fit-content;
    border-radius: 15px;
}

.boxy-ox-text-title {
    font-size: 26px;

    position: relative;
    color: white;
}

.boxy-ox-text-chip.not {
    opacity: 0;
}

.reverse-cont {
    flex-direction: row-reverse;
}

.stickyoo {
    width: 50%;

    height: 100vh;
    position: sticky;
    right: 0px;
    top: 0px;
    display: inline-block;
}

.insideooo {
    position: relative;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mm-init-container {
    width: 100%;

    position: relative;
}
.mm-sticky-container {
    position: sticky;
    z-index: 3;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
}
.container-center-stuff {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding: 40px 200px;

    box-sizing: border-box;
}

.container-center-stuff > .jy-investion-h1 {
    text-align: start;
}

.scolling-square-in {
    height: 50vh;
}

.m-auto{
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
}



.pl-60 {
    padding-left: 60px;
    padding-right: 60px;
}
.ml-60 {
    margin-left: 60px;
    margin-right: 60px;
}

.ml-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.ml-none {
    margin-left: 0px;
    margin-right: 0px;
}

.pl-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.jy-head.jy-who {
    margin: 0px;
    font-weight: 500;
    color: var(--background-color);
}

.m-0 {
    margin: 0;
}

.m-60 {
    margin: 0px 60px;
}

.pb-25 {
    padding-bottom: 25px;
}

.t-center {
    text-align: center;
    display: flex;
    justify-content: center;
}
.text-center {
    text-align: center;

}

.t-end {
    width: 100%;
    text-align: end;
    display: flex;
    justify-content: end;
}

.t-start {
    width: 100%;
    text-align: start;
    display: flex;
    justify-content: start;
}


.t-start-imp {
    width: 100%;
    text-align: start !important;
    display: flex;
    justify-content: start !important;
}

.w-100-not-sure {
    width: 80%
}

.jc-center {
    justify-content: center !important;
}

.al-center{
    align-items: center !important;
}

.new-jy-cont-new-2 {
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.ms-2-own-font-p {


    word-spacing: 2px;
}
.td-none {
    text-decoration: none !important;
}

.img-cont-new-after-font {
    width: 40%;
    display: flex;
    justify-content: center;
}

.container-mine-22{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.fd-column{
    flex-direction: column !important;
}
.js3-h3.js-h3-first{
    font-size: 24px;
    font-weight: 500;
}

.js3-p.js-p-first {
    font-size: 22px;
    font-weight: 500;
}

.ll-left-right{
    display: flex;
    justify-content: center;
}

.ll-left{
    width: 50%;
}

.ll-right{
    width: 50%;
    object-fit: contain;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.ll-right>img{
    width: 40%;
    object-fit: contain;
}
.ll-container{
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.w-50-md{
    width:50%
}

.ss-ll-ss{
    width:30%;height: 30%;margin:0px 2%;
    border-radius: 15px;
    overflow: hidden;
}
.ss-ll-ss > img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}


@media (max-width: 1600px) {

    .container{
        max-width: 1200px;
            }

}

@media (min-width: 1367px) {
    .jas-box {
        min-height: 250px;
    }


}

@media (max-width: 1366px) {
    .container{
        max-width: 1050px;
            }
    .ll-container{
        max-width: 1150px;
    }

    .container-mine-22{

        max-width: 1150px;
    }
    .pl-120 {
        padding-left: 180px;
        padding-right: unset;
    }
    .pl-120.ar {
        padding-right: 180px;
        padding-left: unset;
    }

    .js3-container-2 {
        max-width: 1000px;
    }
    .instructor-card-outside {
        width: 275px;
    }

    .instructors-container {
        width: 80%;
    }
    .jy-investion-box-1 {
        height: 250px;
    }
    .new-jy-cont-new-2 {
        max-width: 1000px;
    }

    .msb1-container {
        max-width: 1200px;
    }

    .new-our-team-inside {
        max-width: 1200px;
        padding-left: 100px;
        padding-right: 100px;
    }

    .pls-img-container {
        width: 60%;
        margin-bottom: 40px;
    }

    .ka2-container2-sub1 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .max-1000 {
        max-width: 1000px;
    }

    .ka2-container {
        padding-top: 60px;
        padding-bottom: 60px;
        max-width: 1000px;
    }

    .js3-card2 p {
        font-size: 15px;
        font-weight: 600;
    }

    .js3-card2 h3 {
        font-size: 24px;
    }

    .js3-container {
        max-width: 1000px;
    }

    .js3-h3.js-h3-first {
        font-size: 24px;
        margin-top: 10px;
    }
    .js3-img {
        margin: unset;
    }

    .js3-p.js-p-first {
        font-size: 22px;
        font-weight: 500;
    }

    .js3-card {
        flex: 1 1 23%;
        width: 23%;
        font-size: 16px;
        min-height: 350px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .ms2-second-section-container {
        padding: 30px 0px;
    }

    .ms-2-mission-icon {
        width: 140px;
        height: 140px;
    }

    .ms-2-mission-container {
        width: 80%;
        padding: 50px 0px;
        /* background-color: #23344D; */
    }

    .leftqwe {
        padding: 10% 0;
        width: 40%;
    }
    .cont {
        justify-content: center;
    }

    .stickyoo {
        width: 40%;
    }
}

@media (max-width: 1254px) {
    .ka2-container-sub-h1 {
        font-size: 56px;

    }

    .ka-h1-p-cont {
        width: 90%;
    }

    .js3-card {
        flex: 1 1 45%;
        max-width: 45%;
    }

    .ka-images {
        width: 90vw;
    }
    .ka-p-container {
        width: 90%;
    }
}

@media (max-width: 1254px) {

    .ll-container{
        max-width: 1000px;
    }
    .ka2-container-sub-h1 {
        font-size: 56px;
    }

    .ka-h1-p-cont {
        width: 90%;
    }

    .js3-card {
        flex: 1 1 45%;
        max-width: 45%;
    }

    .ka-images {
        width: 90vw;
    }
    .ka-p-container {
        width: 90%;
    }

    .container-mine-22{

        max-width: auto;
        width: auto;
    }
}

@media (max-width: 1025px) {
    .container{
        max-width: 90%;
            }

    .w-50-md{
        width:90%
    }
    .fd-lg-col{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 90%;
        margin: auto;
    }
    .ss-ll-ss{
        width: 70%;

        margin: auto;
    }
    .ll-container{
        max-width: 870px;
    }

    .client-sec-img {
        width:33%;


    }

    .container-center-stuff {
        padding: 50px 50px;
    }
    .ka2-suby-wuby-dub.blobb,
    .reverseit > .ka2-container-sub-cont > .ka2-suby-wuby-dub.blobb.ar,
    .ka2-suby-wuby-dub.blobb.ar,
    .reverseit > .ka2-container-sub-cont > .ka2-suby-wuby-dub.blobb {
        width: 50%;
    }

    .ka2-suby-wuby-dub {
        aspect-ratio: unset;
    }

    .ka2-container-sub {
        margin-right: unset !important;
        margin-left: unset !important;
    }
    .ka2-suby-wuby-dub.blobb {
        aspect-ratio: unset;
    }

    .ka2-suby-wuby-dub.blobb,
    .reverseit > .ka2-container-sub-cont > .ka2-suby-wuby-dub.blobb.ar,
    .ka2-suby-wuby-dub.blobb.ar,
    .reverseit > .ka2-container-sub-cont > .ka2-suby-wuby-dub.blobb {
        margin-left: auto;
        margin-right: auto;
        overflow-y: visible;
    }

    .ka-container-1-sub.cccp2 {
        flex-direction: column;
    }
    .ka2-container {
        flex-direction: column-reverse;
    }
    .ka2-container-sub-cont {
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .ka2-container-sub1 {
        width: 95%;
    }

    .cccp2-video-container {
        width: 90%;
    }

    .yt-video-cont-text {
        width: 90%;
    }

    .jas-box {
        width: 45%;
    }
    .jy-network.cmi {
        flex-direction: row-reverse;
    }
    .jy-investion-box-1.ka-jy-box {
        width: 90%;
    }
    .jy-head {
        font-size: 60px;
        text-align: center;
    }

    .jy-AboutText {
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 0;
    }

    .jy-AboutText-1,
    .jy-AboutText-2 {
        width: 100%;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
    }

    .jy-AboutText-1-h1 {
        font-size: 40px;
        width: 100%;
        text-align: start;
    }

    .jy-AboutText-1-b1,
    .jy-AboutText-2 {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .jy-AboutText-2-1,
    .jy-AboutText-2-2 {
        padding: 20px;
        font-size: 22px;
        width: 100%;
        box-sizing: border-box;
    }

    .jy-AboutText-2-1,
    .jy-AboutText-2-2,
    .jy-AboutText-1 {
        padding: 80px 20px;
    }

    .jy-AboutText-2-h2,
    .jy-AboutText-2-h3 {
        font-size: 40px;
        justify-content: center;
    }

    .jy-network {
        flex-direction: column;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
    }

    .jy-network-body {
        width: 100%;
        padding: 20px;
        font-size: 22px;
        text-align: center;
    }

    .map {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .map.cmi {
        width: 50%;
    }

    .jy-network-h1 {
        font-size: 35px;
        text-align: center;
    }

    .jy-expertise {
        height: auto;
        padding: 0;
        box-sizing: border-box;
    }

    .jy-expertise-content {
        flex-direction: column;
        gap: 0;
    }

    .jy-expertise-textOverlay {
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .jy-expertise-h1 {
        font-size: 60px;
        text-align: center;
    }

    .jy-expertise-imgs {
        flex-direction: row;
    }

    .jy-expertise-CMI,
    .jy-expertise-CLA {
        position: static;
        margin: 20px auto;
    }

    .jy-investion {
        height: auto;
        padding: 20px;
        box-sizing: border-box;
    }

    .jy-investion-Oman {
        height: auto;
        object-fit: cover;
    }

    .jy-investion-h1 {
        font-size: 60px;
        text-align: center;
        width: 100%;
    }

    .jy-investion-box {
        flex-direction: column;
        gap: 20px;
        padding: 0px 20px;
        padding: 0;
    }

    .jy-investion-box-1 {
        padding: 10px;
        text-align: center;
    }
}

@media (max-width: 1074px) {
    .leftqwe {
        padding: unset;
        width: 95%;
        padding-top: 50px;
    }

    .jy-network{
        min-height: unset;
    }

    .cont {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .stickyoo {
        width: 95%;
        height: unset;
        position: relative;
    }
    .jy-network-body.cmi {
        text-align: start;

    }

    .sse-selfy {
        font-size: 22px;
    }

    .jy-network-h1.sse-s {
        font-size: 78px;
        margin: 0px;
    }

    .ka-subcontainer {
        left: 2%;
    }

    .ka-subcontainer-m {
        margin-left: 10px;
    }

    .ka-subcontainer {
        width: 98%;
    }

    .ka-subcontainer.ar {
        right: 2%;
        left: auto;
    }

    .ka-subcontainer.ar > .ka-subcontainer-m {
        margin-left: 0;
        margin-right: 10px;
    }

    .msb1-box {
        border: white 3px solid;
        padding: 25px;
        width: 32%;
        margin-right: 1%;
    }

    .msb1-title {
        font-size: 32px;
    }
}

@media (max-width: 1154px) {
    .ka-container-3 {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .flippedaaa {
        text-align: start;
    }

    .ka-container-3-sub.disapear {
        display: none;
    }
}

@media (max-width: 950px) {
    .quote_text {
        font-size: 48px;
    }

    .ka2-container2-sub1 {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }

    .ka2-container1 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .ka2-container1-sub,
    .ka2-container1-sub-p {
        text-align: start;
    }

    .ka2-container1-sub,
    .ka2-container1-sub1 {
        width: 95%;
        max-height: unset;
    }

    .js-book1,
    .js-book1-reversed {
        flex-direction: column-reverse;
        padding-top: 80px;
    }

    .js-info-1 > p {
        font-size: 21px;
        width: 100%;
    }

    .js-info-2 > p {
        width: 100%;
    }

    .js-info-1,
    .js-info-2 {
        align-items: center;
        text-align: center;
        width: 95%;
    }
}

@media screen and (max-width: 815px) {
    .client-sec-img {
        width:40%;


    }
    .ll-left{
        width: 90%;
    }
    .ll-right{
        display: none;
    }


    .dp-815 {
        display: none;
    }

    .quote_text {
        font-size: 42px;
    }
    .ka-subcontainer {
        left: 0%;
        width: 100%;
    }

    .ka-subcontainer.ar {
        right: 0%;
    }

    .msb1-title {
        font-size: 28px;
    }

    .jas-box {
        width: 95%;
    }

    .pt-sm-25{
padding-top:25px !important
    }

    .image-hero-cmi-container {
        position: absolute;
        top:10px;
        width: 30%;
        right: 20px;
        z-index: -1;
        height: fit-content;
    }

    .image-hero-cmi-container.animate.fade.active {


        opacity: 0.3;
    }

    .our-team-inside-container.cmi {
        flex-direction: column;
    }

    .our-team-inside.inisde-cmi {
        width: 100%;
        min-height: 40vh;
    }
    .our-team-inside-container {

        width: 100%;
    }
    .instructors-container {
        width: 100%;
        margin-top: 75px;
    }

    .our-team-inside > h1,
    .title_both_client {
        font-size: 64px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .our-team-inside > .orange-square > h2 {
        padding-left: 0px;
    }

    .our-team-inside > .orange-square > h2 {
        font-size: 42px;
    }

    .our-team-inside > p {
        font-size: 33px;
        padding: 20px;
    }
    .about-instructors-section {
        margin-top: 75px;
    }
}

@media (max-width: 768px) {
   .ml-60 {
  margin-left: 20px;
  margin-right: 20px;
}

html[dir="rtl"] .ml-60 {
  margin-left: 60px;
  margin-right: 60px;
}

    .js3-p.js-p-first {
        font-size: 19px;
    }

    .client-name-and-profession{
        margin: 0;
    }

    .ka-container-3 {
        gap: 30px 10px;

    }
   .boxy-ox-text-title{
    font-size: 22px;
   }

    .t-end {
        text-align: start;
        justify-content: start;
    }

    .container-center-stuff {
        padding: 34px 34px;
    }

    .img-cont-new-after-font {
        position: absolute;
        opacity: 0.3;
        top: 0px;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .pls-img-container {
        width: 100%;
    }

    .button {
        padding: 12px 38px;

        font-size: 28px;
        margin-left: 20px;
    }

    .scolling-square-in {
        height: 25vh;
    }

    .ka-container-3-sub-w,
    .ka-container-3-sub-r {

        font-size: 56px;
    }

    .ka-container-3-sub-p {

        font-size: 28px;
    }

    .ka2-container2-sub {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }

    .jy-head {
        font-size: 40px;
        text-align: center;
    }

    .ka-images .ka-image {
        aspect-ratio: 1/1.4;
    }

    .ka-images {
        aspect-ratio: 1/0.9;
    }

    .jy-network.cmi {
        flex-direction: column;
    }

    .msb1-container {
        flex-direction: column;
        justify-content: center;
    }

    .msb1-box {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .jy-AboutText {
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 0;
    }

    .jy-AboutText-1,
    .jy-AboutText-2 {
        width: 100%;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
        margin: 0px;
    }

    .jy-AboutText-1-h1 {
        font-size: 40px;
        text-align: center;
    }

    .jy-AboutText-1-b1,
    .jy-AboutText-2 {
        width: 100%;
        text-align: center;

    }

    .jy-AboutText-2-1,
    .jy-AboutText-2-2 {
        padding: 10px;
        font-size: 18px;
        width: 100%;
        box-sizing: border-box;
    }

    .jy-AboutText-2-h2,
    .jy-AboutText-2-h3 {
        font-size: 30px;
    }

    .jy-network {
        flex-direction: column;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
    }

    .jy-network-body {
        width: 100%;
        padding: 20px;
        font-size: 18px;
        text-align: center;
    }

    .map {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .jy-network-h1,
    .jy-network-h1.sse-s {
        font-size: 52px;
        text-align: center;
    }

    .com-img {
        /* width: 100%; */
        object-fit: cover;
    }

    .jy-expertise {
        height: auto;
        box-sizing: border-box;
    }

    .jy-expertise-textOverlay {
    }

    .jy-expertise-b {
        font-size: 18px;
        margin: 0.5em;
    }

    .jy-expertise-h1 {
        font-size: 40px;
        text-align: center;
        margin: 0.5em;
        padding-bottom: 20px;
    }

    .jy-expertise-imgs {
        padding-top: 70px;
    }

    .jy-expertise-CMI,
    .jy-expertise-CLA {
        position: relative;
        margin: 0px auto;
        width: 30%;
        height: 30%;
        margin: 0.6em;
    }

    .jy-investion {
        height: auto;
        padding: 20px;
        box-sizing: border-box;
    }

    .jy-investion-Oman {
        height: auto;
        object-fit: cover;
        padding: 0;
    }

    .jy-investion-h1 {
        font-size: 40px;
        text-align: center;
    }

    .jy-investion-box {
        top: auto;
        left: auto;
        flex-direction: column;
        gap: 20px;
        padding: 0;
        align-items: center;
        justify-content: center;
    }

    .jy-investion-box-1 {
        padding: 10px;
        text-align: center;
        width: 100%;
    }

    .jy-AboutText-2-1,
    .jy-AboutText-2-2,
    .jy-AboutText-1 {
        padding: 80px 20px;
    }

    .js3-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .js3-card2 {
        width: 95%;
    }

    .ka-container,
    .ka-img1 {
        min-height: 60vh;
    }
    .ka-title {
        font-size: 52px;
    }
    .ka-p {
        font-size: 32px;
    }

    .ka-container-h1 {
        font-size: 56px;

        color: #ffffff;
    }
    .ka-container-h2 {
        font-size: 56px;
    }

    .ka-container-h1.ar {
        font-size: 76px;
    }

    .pl1-img-sm {
        display: block;
        padding: 50px;
        box-sizing: border-box;
    }
    .pl1-img-bg {
        display: none;
    }

    .ms-2-mission-container {
        flex-direction: column;
        width: 100%;
        padding: 20px;
        /* background-color: #23344D; */
    }
    .ms2-second-section-container {
        margin-top: 30px;
    }
}

@media (max-width: 650px) {
    .container{
        width: 95%;
    }
    .client-sec-img {
        width:100%;


    }
.m-sm-none{
    margin:0px
}
.js-img1 img {
    max-width: unset;
    width: 100%;
}

.js-img2 img {
    max-width: unset;

    width: 100%;
}

    .pd-t-b-sm {
        padding-top: 25px ;
        padding-bottom: 0px;
    }

    .ka2-container2-sub-grid{
        padding: 25px;
    }
    .pl1-img-sm{
        padding: 0px;
    }
    .ka-container-3 {
        gap: 0px 0px;

    }
    .ka-container-3-sub{
        padding: 20px;
    }
    .leftqwe{
        padding-top: 0px;
    }
    .boxy-ox-text-chip.not {
display: none;    }

.boxy-ox-text-chip{
    font-size: 13px;
}

    .boxy-ox-text-title{
        font-size: 18px;
    }

    .ta-c-mobile{
        text-align: center !important;
    }

    .container-center-stuff {
        padding: 10px 10px;
    }

    .image-hero-cmi-container {
        top: unset;
        display: none;
        bottom:0px;
        width: 60%;
        right: 25%;

    }

    .ka2-suby-wuby-dub.blobb,
    .reverseit > .ka2-container-sub-cont > .ka2-suby-wuby-dub.blobb.ar,
    .ka2-suby-wuby-dub.blobb.ar,
    .reverseit > .ka2-container-sub-cont > .ka2-suby-wuby-dub.blobb {
        width: 70%;
    }

    .new-our-team-inside {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ps-20 {
        padding: 20px;
    }

    .instructor-card-outside {
        width: 90%;
    }

    .pl-120 {
        padding-left: 0px;
        padding-right: unset;
    }
    .pl-120.ar {
        padding-right: 0px;
        padding-left: unset;
    }

    .pl-60 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ml-60 {
        margin-left: 20px;
        margin-right: 20px;
    }
    .ml-60.ar{
        margin-left: unset;
        margin-right: 60px;
    }
    .ml-20 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .pl-20 {
        padding-left: 20px;
        padding-right: 20px;
    }


    .jy-expertise {
        overflow-y: hidden;
    }

    .ka-p {
        font-size: 21px;
    }

    .ka-container-3-sub-w,
    .ka-container-3-sub-r {
        font-size: 48px;
    }

    .ka-container-3-sub-p {
        font-size: 24px;
    }

    .quote_text {
        font-size: 32px;
    }
    .ka2-container-sub1-h1 {
        font-size: 56px;
    }

    .ka2-container-sub1-h2 {
        font-size: 48px;
    }

    .js-book1,
    .js-book1-reversed {
        width: 100%;
        box-sizing: border-box;
    }
    .container2-p {
        font-size: 24px;
    }
    .container2-p.ar {
        font-size: 32px;
    }

    .jy-network-h1,
    .jy-network-h1.sse-s {
        font-size: 48px;
    }

    .jy-ka-h3 {
        font-size: 36px;
    }

    .jy-ka-p {
        font-size: 22px;
    }
    .client-white-square-head {
        flex-direction: column;
    }

    .client-white-square-image {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .client-message {
        padding: 20px;
        padding-top: 0;
        font-size: 16px;

        margin-top: 0;
    }

    .client-white-square {
        width: 100%;
        margin-right: 0px;
        padding: 5px;
        margin-bottom: 10px;
        aspect-ratio: auto;
        box-sizing: border-box;
    }

    .client-item:first-child {
        padding-left: 0px;

        /* Add any other styling you need */
    }
    .arabic_client_item:first-child {
        padding-right: 0px;
    }

    .all-client-wrapper {
        cursor: default;
    }

    .all-client-wrapper:active {
        cursor: default;
    }

    .all-client-wrapper {
        white-space: wrap;
    }

    .all-client-container {
        display: block;
    }

    .instructors-container {
        margin-top: 30px;
    }

    .about-instructors-section {
        margin-top: 30px;
    }

    .our-team-inside,
    .our-team-first-container {
        min-height: 60vh;
    }

    .our-team-inside-container {

        min-height: auto;
    }

    .our-team-inside > h1,
    .title_both_client,
    .our-team-inside.inisde-cmi > h1 {
        font-size: 38px;
    }

    .our-team-inside > .orange-square {
        padding-left: 22px;
    }

    .our-team-inside > .orange-square > h2 {
        font-size: 28px;
    }

    .our-team-inside > p {
        font-size: 21px;
    }
    .instructors-init > h1 {
        font-size: 38px;
    }
    .instructors-init > p {
        font-size: 21px;
    }

    .padding-bottom-sm-screen {
        padding-bottom: 40px;
    }

    .sse-selfy {
        font-size: 28px;
    }

    .padding-bottom-sm-screen.cmi {
        padding-bottom: 20px;
    }

    .ka-images .ka-image {
        aspect-ratio: 1/1.4;
    }

    .ka-images {
        aspect-ratio: 1/1;
    }

    .ka-image1 {
        width: 60%;
        transform: translateY(10%);
    }

    .ka-sqr-img {
        width: 55%;
        aspect-ratio: 1/1.5;
    }

    .ka-image2 {
        width: 65%;
        transform: translateY(5%);
    }

    .ka-image3 {
        width: 70%;
    }

    .ka-image4{
        width: 67%;
    }

    .ka-container-h {
        text-align: center;
    }
    .ka-container-h1 {
        font-size: 48px;

        color: #ffffff;
    }
    .ka-container-h2 {
        font-size: 48px;
    }

    .ka-container-h1.ar {
        font-size: 68px;
    }

    .ka-container-1-sub {
        gap: 10px;
    }

    .pl1-h3 {
        width: 100%;
        font-size: 26px;
    }

    .ka-subcontainer-m {
        margin-left: 10px;
    }

    .ka-subcontainer.ar > .ka-subcontainer-m {
        margin-left: 0;
        margin-right: 10px;
    }

    .jas-container {
        grid-template-columns: repeat(
            2,
            1fr
        ); /* Single column layout on small screens */
    }

    .strat-alone {
        width: 90%;
    }

    .learn-more-btn {
        font-size: 24px;
    }
}

@media (max-width: 560px) {
    .ss-ll-ss > img{
        height:100%;
    }


    .image-hero-cmi-container {
        top: unset;
        bottom:0px;
        width: 100%;
        left: 1%;
        right: unset;

    }

    .ka2-suby-wuby-dub.blobb,
    .reverseit > .ka2-container-sub-cont > .ka2-suby-wuby-dub.blobb.ar,
    .ka2-suby-wuby-dub.blobb.ar,
    .reverseit > .ka2-container-sub-cont > .ka2-suby-wuby-dub.blobb {
        width: 80%;
    }
    .sse-selfy {
        font-size: 22px;
    }

    .ka-container-3-sub-w,
    .ka-container-3-sub-r {
        font-size: 32px;
    }
    .jy-network-h1,
    .jy-network-h1.sse-s {
        font-size: 42px;
    }

    .ka-container-3-sub-p {
        font-size: 19px;
    }
}
@media (max-width: 400px) {
    .ka2-suby-wuby-dub.blobb,
    .reverseit > .ka2-container-sub-cont > .ka2-suby-wuby-dub.blobb.ar,
    .ka2-suby-wuby-dub.blobb.ar,
    .reverseit > .ka2-container-sub-cont > .ka2-suby-wuby-dub.blobb {
        width: 90%;
    }

    .sse-selfy {
        font-size: 19px;
    }

    .jy-network-h1,
    .jy-network-h1.sse-s {
        font-size: 32px;
    }

    .ka-container-3-sub-w,
    .ka-container-3-sub-r {
        font-size: 32px;
    }

    .ka-container-3-sub-p {
        font-size: 19px;
    }

    .container2-p {
        font-size: 18px;
    }
    .container2-p.ar {
        font-size: 24px;
    }

    .jas-container {
        grid-template-columns: 1fr; /* Single column layout on small screens */
    }
    .jas-box {
        width: 100%; /* Full width of the container */
        font-size: 1rem;
        padding: 20px; /* Increased padding for better readability */
    }
}

*{
    text-align: unset !important;
}
