html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    scroll-snap-type: none;
    auto;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
}


.help-desk-info-2 {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgb(212,204,198,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.help-desk-info-2 .container {
    z-index: 1;
    position: relative;
}

.help-desk-info-2 .join-us-5 {
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.help-desk-info-2 .join-us-5:nth-child(1)::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(212,204,198) 0%, rgb(179,167,161) 100%);
    top: 0;
    height: 8px;
    left: 0;
    content: '';
}

.help-desk-info-2 .assist-support-5 {
    color: rgb(179,167,161);
    font-size: calc(12px * 1.2);
    border-bottom: 1px solid rgb(179,167,161,0.5);
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 600;
}

.help-desk-info-2 .support-contact-7 h3 {
    position: relative;
    color: rgb(212,204,198);
    padding-left: 20px;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
}

.help-desk-info-2 .join-us-5 .full-image-1 {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
}

.help-desk-info-2 .request-info-9 {
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.help-desk-info-2 .request-info-9 svg {
    top: 0px;
    left: 0;
    height: 28px;
    position: absolute;
    transition: all 0.3s ease;
    width: 28px;
}

.help-desk-info-2 .request-info-9 a:hover p::after {
    width: 100%;
}

.teaching-history-1 {
    overflow: hidden;
    background: rgb(239,237,234);
    padding: 5rem 2rem;
    position: relative;
}

.teaching-history-1 .full-image-1 {
    border-radius: 0;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    aspect-ratio: 3/4;
    width: 100%;
    position: relative;
    filter: grayscale(100%);
    overflow: hidden;
}

.teaching-history-1 .work-summary-7::before {
    left: 0;
    height: 0;
    transition: height 0.8s ease-out;
    background: rgb(212,204,198);
    width: 2px;
    position: absolute;
    top: 0;
    content: "";
}

.teaching-history-1 .work-summary-7 > div:nth-child(2) {
    margin-bottom: 2.5rem;
    opacity: 0;
    font-weight: 400;
    font-size: 23px;
    transition: all 0.5s ease-out 0.4s;
    transform: translateY(20px);
    letter-spacing: 3px;
    color: rgb(179,167,161);
    text-transform: uppercase;
}

.get-in-touch-2 {
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgb(212,204,198,0.5) 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

.get-in-touch-2 .support-message-4 {
    max-width: 1000px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    display: grid;
    gap: 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.get-in-touch-2 .help-links-2::before {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, rgb(212,204,198), rgb(179,167,161));
    content: "";
    width: 10px;
}

.get-in-touch-2 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.get-in-touch-2 .help-feedback-7 {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}

.get-in-touch-2 .help-feedback-7 label::before {
    top: 0;
    height: 24px;
    transition: all 0.3s ease;
    content: "";
    width: 24px;
    border-radius: 10px;
    left: 0;
    background: rgb(239,237,234);
    position: absolute;
}

.get-in-touch-2 .help-feedback-7 label a:hover::after {
    width: 100%;
}

.get-in-touch-2 form .reach-panel-5::before {
    z-index: -1;
    background: rgb(179,167,161);
    left: 0;
    top: 0;
    width: 0;
    content: "";
    transition: width 0.3s ease;
    height: 100%;
    position: absolute;
}

.get-in-touch-2 form #name,
.get-in-touch-2 form #phone {
    position: relative;
}

.tariff-list-7 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}

.tariff-list-7 h2 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    background-clip: text !important;
    transition: transform 0.5s ease;
    transform: perspective(1000px) translateZ(10px);
    color: transparent;
    font-size: 34px;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #ffffff, rgb(179,167,161));
}

.tariff-list-7 .plan-rates-1 {
    height: 100%;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
              0 5px 15px rgba(0, 0, 0, 0.1), 
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    position: relative;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
}

.tariff-list-7 .plan-rates-1:hover h4::after {
    width: 100px;
}

.tariff-list-7 .discount-deals-8 {
    font-weight: 700;
    font-size: calc(20px * 1.3);
    color: #ffffff;
    position: relative;
    align-self: flex-start;
    display: inline-block;
    background: linear-gradient(135deg, rgb(212,204,198), rgb(179,167,161));
    margin-top: auto;
    padding: 10px 20px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 10px;
    transform: translateZ(20px);
}

header .container {
    margin: 0 auto;
    padding: 15px 25px;
    max-width: 1200px;
    position: relative;
}

header .container:before {
    pointer-events: none;
    transform: translateY(-50%);
    opacity: 0.5;
    width: 50px;
    background-repeat: repeat-x;
    height: 30px;
    right: 20px;
    position: absolute;
    top: 50%;
    background-size: 6px 2px, 6px 2px;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    content: '';
    background-position: 0 0, 0 10px;
}

header .header-base-5 {
    letter-spacing: 0.5px;
    padding: 8px 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 400;
}

header .header-base-5:hover:before {
    left: -20px;
    opacity: 1;
}

header .main-lead-2:after {
    left: -5px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    opacity: 0;
    content: '';
    transition: all 0.3s ease;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    top: -5px;
    width: 10px;
    position: absolute;
}

.our-background-7 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 25px;
    max-width: 1200px;
}

.our-background-7 h3 {
    position: relative;
    overflow: hidden;
    text-align: left;
    font-size: 42px;
    margin-bottom: 60px;
    width: 100%;
    color: #000000;
    font-weight: 700;
}

.our-background-7 .founder-bio-7 {
    display: flex;
    background: #ffffff;
    flex-direction: column;
    flex: 1;
    position: relative;
    padding: 40px;
    z-index: 2;
    min-width: 300px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.our-background-7 .founder-bio-7 p {
    margin-bottom: 30px;
    color: #000000;
    line-height: 1.7;
    font-size: 12px;
}

.our-background-7 .founder-bio-7:hover .full-image-1 {
    transform: scale(1.03);
}

.our-background-7 .founder-bio-7:hover .full-image-1::before {
    opacity: 0.2;
}

.our-background-7 .master-sessions-3 {
    flex: 1;
    padding: 40px;
    transition: all 0.4s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    min-width: 300px;
    position: relative;
    background: #ffffff;
    z-index: 2;
}

.our-background-7 .master-sessions-3 .ethos-block-1 {
    height: 180px;
    border-radius: 0;
    width: 180px;
    margin: 0 auto;
    transition: all 0.5s ease;
    position: relative;
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.program-details-8::before {
    right: -10%;
    animation: float 15s infinite alternate ease-in-out;
    position: absolute;
    content: "";
    background: linear-gradient(145deg, rgb(212,204,198,0.5) 10%, rgb(179,167,161,0.5) 90%);
    top: -5%;
    transform: rotate(-15deg) skewX(-15deg);
    width: 35%;
    z-index: 1;
    opacity: 0.07;
    filter: blur(20px);
    height: 70%;
}

.program-details-8 .full-image-1::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    left: -100%;
    animation: shine 10s infinite;
    position: absolute;
    transform: skewX(-25deg);
    top: 0;
    width: 50%;
    height: 100%;
    content: "";
    z-index: 3;
}

.program-details-8 span.description {
    display: none;
}

.program-details-8 .details-box-3 div {
    position: relative;
}

.secure-safehouse-5 h1 {
    margin-bottom: 25px;
    color: rgb(212,204,198);
    font-weight: 700;
    border-bottom: 2px solid rgb(212,204,198);
    padding-bottom: 10px;
    margin-top: 40px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-size: 41px;
    letter-spacing: 2px;
}



.secure-safehouse-5 h1, .secure-safehouse-5 h2 {
    animation: fadeInUp 0.6s ease-in-out;
}

.secure-safehouse-5 p:hover, .secure-safehouse-5 span:hover, .secure-safehouse-5 div:hover {
    color: rgb(212,204,198);
}

.cookie-warning-alert-5 {
    transition: all 0.3s ease-in-out;
    border-top: 2px solid rgb(212,204,198);
    z-index: 90;
    width: 100%;
    background: rgb(179,167,161);
    bottom: 0;
    padding: 20px 0;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
}

.cookie_button.visitor-confirm-0 {
    background: rgb(212,204,198);
}

.track-accept-5:hover {
    transform: scale(1.05);
    box-shadow: rgb(212,204,198,0.5) 0px 6px 15px 0px;
}

.outer-container-8 .track-accept-5 {
    color: #ffffff;
    font-size: 16px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 10px;
    margin-left: 30px;
    background: rgb(212,204,198);
    padding: 10px;
    border: none;
    font-weight: 400;
}

.education-framework-8 .container.mentor-team-2 {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 5;
    margin: 0 auto;
    position: relative;
}

.education-framework-8 .container.mentor-team-2 > div:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.education-framework-8 h3 {
    transition: transform 0.5s ease-out;
    transform: translateX(10px);
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 25px;
}

.education-framework-8 .container.mentor-team-2 > div:hover h3 {
    transform: translateX(0);
}

.education-framework-8 p span {
    position: relative;
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: inline-block;
    opacity: 0.9;
}



.sign-up-for-updates-6 .mentor-team-2 {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

.sign-up-for-updates-6 .request-links-8:hover {
    transform: rotateY(0deg);
}



.sign-up-for-updates-6 h3 {
    display: inline-block;
    text-shadow: 0 0 10px rgb(212,204,198,0.5);
    font-size: 24px;
    text-transform: uppercase;
    transform: translateX(-50%);
    border-bottom: 2px solid rgb(179,167,161);
    position: relative;
    color: rgb(212,204,198);
    font-weight: 700;
    left: 50%;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
}

.sign-up-for-updates-6 input[type="email"]::placeholder {
    opacity: 0.7;
    color: #ffffff;
}

.sign-up-for-updates-6 input[type="submit"]::before {
    z-index: -1;
    background: linear-gradient(45deg, rgb(212,204,198), rgb(179,167,161), rgb(212,204,198));
    top: -50%;
    content: "";
    width: 200%;
    transition: opacity 0.3s ease;
    height: 200%;
    left: -50%;
    position: absolute;
    transform: rotate(45deg);
    opacity: 0;
}

.title-portal-9 .skill-quick-4 {
    position: relative;
    width: 100%;
    gap: 2rem;
    z-index: 2;
    transform: translateY(-2%);
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1200px;
}

.title-portal-9 .skill-quick-4 > div:first-child p {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    margin: 0;
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
    font-weight: 600;
}

.title-portal-9 .impact-numbers-4 h3 {
    position: relative;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    letter-spacing: 0.01em;
    transition: transform 0.4s ease-out;
    font-family: Arial, sans-serif;
    padding: 1.2rem;
    border-radius: 10px;
    line-height: 1.5;
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-weight: 400;
    z-index: 2;
    backdrop-filter: blur(5px);
    background: linear-gradient(120deg, rgb(212,204,198,0.5), rgb(179,167,161,0.5));
    max-width: 90%;
    transform: translateX(5%);
}

.customer-reviews-2 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.customer-reviews-2 h2::after {
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(212,204,198) 0%, rgb(179,167,161) 100%);
    transform-origin: left;
    bottom: -1rem;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 8rem;
    content: "";
    left: 0;
}

.customer-reviews-2 .alumni-testimonials-3:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
}

.customer-reviews-2 .alumni-testimonials-3 img {
    margin-right: 1rem;
    object-fit: cover;
    height: 60px;
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(rgb(212,204,198,0.5), 0.2);
    width: 60px;
}

.customer-reviews-2 a::before {
    position: absolute;
    height: 100%;
    top: 0;
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    width: 100%;
}

.tyContent-7::after {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 85%);
    z-index: -1;
    background: linear-gradient(215deg, rgb(179,167,161) 0%, rgba(rgb(179,167,161,0.5), 0.3) 100%);
    height: 140%;
    bottom: -10%;
    transform: rotate(12deg) translateZ(0);
    content: "";
    width: 40%;
    right: -5%;
    animation: floatBg 15s infinite alternate-reverse ease-in-out;
    position: absolute;
}

.tyContent-7 .mentor-team-2 > div:first-child::after {
    height: 3px;
    background: rgb(212,204,198);
    left: 0;
    bottom: -0.8rem;
    position: absolute;
    content: "";
    animation: expandWidth 1.2s 0.8s cubic-bezier(0.17, 0.67, 0.26, 0.97) forwards;
    width: 80px;
}

.tyContent-7 .mentor-team-2 > div:first-child::after {
    width: 60px;
}

.tyContent-7 p {
    font-size: 18px;
    margin: 0;
    position: relative;
    line-height: 1.8;
    z-index: 2;
    color: #000000;
    font-weight: 400;
}

.tyContent-7 p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}

.join-now-1 .mentor-team-2 {
    flex-direction: column;
    position: relative;
    z-index: 10;
    display: flex;
}

.join-now-1 .container::after {
    bottom: 0;
    width: 80px;
    left: 0;
    z-index: 1;
    background: rgb(179,167,161);
    height: 80px;
    position: absolute;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    content: '';
}

.join-now-1 .reach-panel-5:hover {
    color: #ffffff;
}

.join-now-1 .mentor-team-2::before {
    content: '';
    z-index: 1;
    position: absolute;
    height: 94%;
    width: 94%;
    top: 3%;
    border: 1px dashed rgb(212,204,198,0.5);
    left: 3%;
}

.science-ref-2 .company_holder {
    animation: borderPulse 4s infinite alternate;
    padding-left: 2rem;
    position: relative;
    border-left: 2px solid rgb(212,204,198);
}

.science-ref-2 .whatsapp-grp-9 {
    display: flex;
    justify-content: flex-end;
}

.science-ref-2 .top-edu-1::before {
    top: -10px;
    content: "";
    border-top: 1px solid rgb(212,204,198);
    position: absolute;
    opacity: 0.4;
    width: 40px;
    border-left: 1px solid rgb(212,204,198);
    left: -20px;
    height: 40px;
}

.science-ref-2 .top-edu-1 .main-edu-7 a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(212,204,198);
}

.milestone-cta-0 {
    padding: 1.5rem 0;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 1200px) {.help-desk-info-2 {
    padding: 100px 0;
}.help-desk-info-2 .join-us-5:nth-child(1) {
    padding: 40px;
}.help-desk-info-2 .join-us-5:nth-child(3) {
    padding: 30px;
}
}



@media (max-width: 576px) {.help-desk-info-2 {
    padding: 40px 0;
}.help-desk-info-2 .join-us-5:nth-child(1) {
    padding: 25px;
}.help-desk-info-2 .join-us-5 h2 {
    font-size: calc(34px * 0.9);
}.help-desk-info-2 .support-contact-7 {
    padding: 20px;
}.help-desk-info-2 .ask-form-4 {
    flex-direction: column;
}.help-desk-info-2 .ask-form-4 span {
    width: 100%;
}.help-desk-info-2 .request-info-9 a {
    padding-left: 40px;
}.help-desk-info-2 .request-info-9 svg {
    height: 24px;
    width: 24px;
}}



@media screen and (max-width: 768px) {.get-in-touch-2 {
    padding: 80px 0 60px;
}.get-in-touch-2 .support-message-4 {
    grid-template-columns: 1fr;
}.get-in-touch-2 .full-image-1 {
    clip-path: none;
    min-height: 300px;
    order: 1;
}.get-in-touch-2 .help-links-2 {
    padding: 40px 30px;
    order: 2;
}.get-in-touch-2 .help-links-2::before {
    top: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(to right, rgb(212,204,198), rgb(179,167,161));
    right: 0;
}.get-in-touch-2 h2 {
    margin-bottom: 40px;
}
}



@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .top-edu-1 {
    gap: 20px;
}header .main-lead-2 svg {
    height: 35px;
}
}



@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .main-lead-2 svg {
    height: 30px;
}}



@media (max-width: 768px) {.our-background-7 {
    padding: 70px 0;
}.our-background-7 h3 {
    font-size: calc(42px * 0.8);
    margin-bottom: 40px;
}.our-background-7 .founder-bio-7,
    .our-background-7 .master-sessions-3 {
    padding: 30px;
}.our-background-7 .founder-bio-7 .full-image-1 {
    height: 240px;
}.our-background-7 .founder-bio-7 span {
    font-size: calc(23px * 0.9);
}.our-background-7 .master-sessions-3 .ethos-block-1 {
    height: 160px;
    width: 160px;
}
}



@media (min-width: 992px) {.program-details-8 {
    padding: 10rem 0;
}.program-details-8 .learn-tools-8 {
    gap: 5rem;
    grid-template-columns: 0.85fr 1.15fr;
}.program-details-8 .full-image-1 {
    transform: perspective(1500px) rotateY(-5deg) translateZ(0);
    min-height: 500px;
}.program-details-8 .full-image-1:hover {
    transform: perspective(1500px) rotateY(0deg) translateZ(10px);
}.program-details-8 h3 {
    font-size: calc(22px * 1.4);
    padding-left: 2rem;
}.program-details-8 h3::before {
    width: 6px;
}
}



@media (min-width: 768px) {.education-framework-8 {
    padding: 120px 0;
}.education-framework-8 .container.mentor-team-2 > div {
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
    margin-left: 80px;
    padding: 60px;
}.education-framework-8 h3 {
    margin-bottom: 35px;
    font-size: calc(34px * 1.1);
}.education-framework-8 p {
    padding-left: 20px;
    font-size: calc(12px * 1.05);
    max-width: 85%;
}.education-framework-8 .container.mentor-team-2 > div::before {
    width: 100px;
    right: 30px;
    top: 30px;
    height: 100px;
}
}



@media (min-width: 992px) {.title-portal-9 {
    padding: 4rem;
}.title-portal-9 .skill-quick-4 {
    grid-template-columns: 0.35fr 0.65fr;
}.title-portal-9 .skill-quick-4 > div:first-child {
    padding: 2rem;
    transform: translateX(-10%);
}.title-portal-9 .impact-numbers-4 > div {
    min-height: 550px;
}.title-portal-9 .title_style_header::after {
    height: 8px;
}
}



@media (max-width: 767px) {.customer-reviews-2 {
    padding: 4rem 1.5rem;
}.customer-reviews-2 h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 2.5rem;
}.customer-reviews-2 .learner-ratings-6 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.customer-reviews-2 .alumni-testimonials-3:nth-child(odd) {
    transform: none;
}.customer-reviews-2 .alumni-testimonials-3:hover,
    .customer-reviews-2 .alumni-testimonials-3:nth-child(odd):hover {
    transform: translateY(-5px);
}.customer-reviews-2 a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 80%;
}
}



@media (max-width: 767px) {.join-now-1 {
    padding: 90px 0;
}.join-now-1 .container {
    padding: 40px;
}.join-now-1 .container p {
    margin-bottom: 30px;
    font-size: 21px;
}.join-now-1 .container::before,
    .join-now-1 .container::after {
    height: 60px;
    width: 60px;
}.join-now-1 .reach-panel-5 {
    height: 50px;
    line-height: 50px;
    width: 180px;
}
}



@media screen and (max-width: 576px) {.science-ref-2 .company_holder h3 {
    font-size: 36px;
}.science-ref-2 .top-edu-1 h5 {
    font-size: calc(19px * 1.1);
}.science-ref-2 .top-edu-1 .main-edu-7 a {
    font-size: calc(12px * 0.9);
}
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}



@keyframes movePattern {
    0% {
        background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    }
    100% {
        background-position: 60px 60px, 60px 90px, 90px 30px, 30px 60px;
    }
}



@keyframes constellation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes rotate-bg {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}



@keyframes slideRight {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes borderPulse {
    0% {
        border-left-color: rgb(212,204,198);
    }
    50% {
        border-left-color: rgb(179,167,161);
    }
    100% {
        border-left-color: rgb(212,204,198);
    }
}

