﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

svg {
    width: 30px;
    height: 30px;
}

.container {
    margin: auto;
    width: 1270px;
    max-width: 100%;
}

footer::before {
    right: 0;
    position: absolute;
    z-index: -2;
    left: 0;
    background: linear-gradient(135deg, rgb(111,118,110,0.5) 0%, rgb(155,168,155,0.5) 100%);
    top: 0;
    opacity: 0.9;
    content: "";
    bottom: 0;
}

.cert_blockt .company_holder {
    transform-style: preserve-3d;
    background: rgb(155,168,155,0.5);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    padding: 2rem;
    flex: 1 1 380px;
    border-radius: 0;
    position: relative;
    transition: all 0.4s ease;
    transform: rotateX(5deg);
    border-bottom: 6px solid rgb(155,168,155);
}

.cert_blockt .twitter_ctaH {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    color: #ffffff;
    border-radius: 10px;
    transform: translateZ(10px);
    font-size: 18px;
}

.cert_blockt .main_leadH .top_navc {
    padding: 1rem;
    gap: 1rem;
    display: flex;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    flex-direction: column;
    transform: translateZ(5px);
}

.cert_blockt .main_leadH .top_navc a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgb(111,118,110,0.5);
}

.art_portalB::before {
    width: 100%;
    position: absolute;
    height: 20px;
    left: 0;
    top: -20px;
    background: rgb(111,118,110);
    content: "";
    transform: rotateX(45deg);
    transform-origin: bottom;
}

.program_offeringsc::after {
    z-index: 1;
    width: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(155,168,155,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(111,118,110,0.5) 0%, transparent 8%);
    height: 100%;
    content: "";
    position: absolute;
    background-size: 120px 120px, 120px 120px;
    left: 0;
}

.program_offeringsc .text_wrapperP h2 {
    padding: 10px 25px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    font-weight: 700;
    display: inline-block;
    border-radius: 10px;
    font-size: 33px;
    padding-bottom: 15px;
    color: #ffffff;
    margin-bottom: 30px;
}

.program_offeringsc .pic_img_wrapz::before {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    z-index: 2;
}

.secure_chamberN h1 {
    font-size: 47px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(155,168,155);
    margin-bottom: 20px;
    color: rgb(155,168,155);
}

.secure_chamberN ul {
    color: #000000;
    list-style: none;
    margin-left: 20px;
    padding-left: 20px;
}

.secure_chamberN p {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}

.instructor_historyY {
    overflow: hidden;
    background: linear-gradient(170deg, rgb(202,208,180), #ffffff);
    position: relative;
    padding: 100px 0;
}

.instructor_historyY .learner_insightss:hover {
    transform: translateY(-10px);
}

.instructor_historyY .learner_insightss::after {
    width: 30px;
    background-color: rgb(155,168,155);
    z-index: -1;
    transform: rotate(45deg);
    bottom: -15px;
    right: 50px;
    height: 30px;
    position: absolute;
    content: "";
}

.instructor_historyY .learner_insightss:hover .pic_img_wrapz::before {
    opacity: 1;
}

.instructor_historyY .work_tableF::before {
    content: "";
    border-bottom: 10px solid rgb(202,208,180);
    left: 30px;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    border-right: 10px solid transparent;
}

.statistical_reportm {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background-color: rgb(202,208,180);
}

.statistical_reportm .statistics_boostersi {
    max-width: 600px;
    margin-bottom: 80px;
    padding: 0 20px;
    text-align: center;
    position: relative;
}

.statistical_reportm .statistics_winsY {
    margin-bottom: 25px;
    padding-bottom: 15px;
    display: inline-block;
    font-size: 32px;
    color: #000000;
    position: relative;
    font-weight: 700;
}

.statistical_reportm .gain_studyX {
    background-color: transparent;
    z-index: 3;
    transform-style: preserve-3d;
    perspective: 1000px;
    height: 330px;
    width: 25%;
    position: relative;
}

.statistical_reportm .gain_studyX:hover h4 {
    color: rgb(155,168,155);
    transform: translate(-50%, -50%) scale(1.1);
}

.statistical_reportm .gain_studyX span {
    z-index: 3;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    width: 100%;
    bottom: 40px;
    left: 0;
    position: absolute;
    padding: 0 20px;
}

.membership_plano::after {
    background: rgb(111,118,110,0.5);
    z-index: 0;
    bottom: -50px;
    left: -50px;
    content: "";
    height: 250px;
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    filter: blur(60px);
    position: absolute;
    width: 250px;
}

.membership_plano .learn_offersd {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
    perspective: 1000px;
}

.membership_plano .price_optionsb:hover .plan_costM {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(155,168,155,0.5);
}

.membership_plano .price_optionsb:hover .plan_dealsV::before {
    transform: scaleX(1);
}

.membership_plano .plan_dealsV h3 {
    white-space: normal;
    word-break: break-word;
    font-weight: 700;
    color: #000000;
    font-size: calc(20px + 2px);
    overflow-wrap: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
    margin-bottom: 10px;
}

.membership_plano .plan_dealsV p {
    margin-bottom: 0;
    white-space: normal;
    word-break: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    flex-grow: 1;
    transition: color 0.3s ease;
    font-size: calc(18px - 1px);
    color: #000000;
}

.membership_plano .price_optionsb:hover::after {
    opacity: 0.5;
}

.study_processh::after {
    height: 50%;
    background: linear-gradient(45deg, rgb(111,118,110) 0%, transparent 80%);
    width: 40%;
    left: -10%;
    transform: rotate(15deg) skewX(15deg);
    bottom: -5%;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    opacity: 0.08;
    content: "";
}

.study_processh .text_wrapperP {
    background-color: rgba(rgb(255, 255, 255, 0.5), 0.96);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    padding: 2.5rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    position: relative;
    transform: translateY(0);
}

.thanks_msgZ::before {
    position: absolute;
    right: -10%;
    background: linear-gradient(145deg, rgb(155,168,155,0.5) 10%, transparent 70%);
    transform: rotate(15deg) skew(5deg);
    z-index: 1;
    filter: blur(20px);
    animation: float 18s ease-in-out infinite alternate;
    opacity: 0.8;
    width: 50%;
    top: -5%;
    content: "";
    height: 70%;
}

.thanks_msgZ:hover h2 {
    transform: translateY(-5px);
}

.thanks_msgZ:hover h2::after {
    transform: scaleX(1.2);
}

.thanks_msgZ .learning_corneru:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
}

.thanks_msgZ li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 2rem;
}

.thanks_msgZ li:hover::before {
    transform: scale(1.1);
    background: rgb(111,118,110);
}

.thanks_msgZ li:hover span {
    transform: translateX(5px);
}

.attempt_nowA {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(45deg, rgb(155,168,155) 0%, rgb(111,118,110) 100%);
    position: relative;
    z-index: 1;
}

.attempt_nowA .learning_corneru::before {
    height: 200%;
    left: -50%;
    top: -50%;
    content: '';
    width: 200%;
    animation: pulseGlow 6s ease-in-out infinite alternate;
    z-index: -1;
    position: absolute;
    background: 
        radial-gradient(
            ellipse at center,
            rgba(255, 255, 255, 0.2) 0%,
            transparent 70%
        );
}

.attempt_nowA h3::before {
    animation: glitchEffect 2s infinite linear alternate;
    height: 100%;
    left: -3px;
    position: absolute;
    color: rgb(111,118,110);
    top: 0;
    content: attr(data-text);
    opacity: 0.7;
    width: 100%;
    z-index: -1;
}

.attempt_nowA .ask_formf {
    letter-spacing: 2px;
    padding: 18px 45px;
    border-radius: 17px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    animation: gradientFlow 5s ease infinite;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    background: linear-gradient(45deg, rgb(155,168,155), rgb(111,118,110), rgb(155,168,155));
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgb(111,118,110,0.5),
        0 0 30px rgb(111,118,110,0.5);
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 1;
    background-size: 200% 200%;
    font-size: 15px;
}

.contact_panelR h2 {
    margin-bottom: 3rem;
    text-align: center;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 45px;
}

.contact_panelR .query_widgetD {
    padding: 4rem 3rem;
    justify-content: center;
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
}

.contact_panelR .query_widgetD input:not([type="checkbox"]):not([type="submit"]) {
    background: rgba(255,255,255,0.1);
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.2);
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 12px;
    outline: none;
    width: 100%;
}

.contact_panelR .query_widgetD .contact_queryM label {
    display: flex;
    font-size: 12px;
    align-items: center;
    color: #ffffff;
}

.contact_panelR .query_widgetD .help_helpT::before {
    top: 0;
    content: '';
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    left: -100%;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
}

.customer_supportP .send_requesto h2 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    color: rgb(155,168,155);
    position: relative;
}

.customer_supportP .send_requesto p {
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 700px;
    font-size: 16px;
    color: #000000;
}

.customer_supportP .ask_formf::before {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(155,168,155,0.5) 0%, rgb(111,118,110,0.5) 100%);
    content: '';
    width: 100%;
    z-index: -1;
    transition: opacity 0.4s ease;
    height: 100%;
}

.customer_supportP .ask_formf span {
    transition: all 0.3s ease;
    text-align: center;
    font-size: calc(16px * 0.85);
    font-weight: 600;
    color: #000000;
}

.cookie_overlay_windowt {
    background: rgb(111,118,110);
    z-index: 90;
    animation: slideIn 0.5s ease-in-out;
    border-top: 2px solid rgb(155,168,155);
    bottom: 0;
    position: fixed;
    box-shadow: 0 -10px 30px rgb(155,168,155,0.5);
    width: 100%;
}

.cookie_expandT {
    min-width: 300px;
    color: #ffffff;
    flex: 1;
}

.cookie_optionG {
    background: rgb(155,168,155);
    text-decoration: none;
    font-size: 19px;
    margin-left: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 10px;
    padding: 12px 25px;
    box-shadow: 0 0 10px rgb(155,168,155,0.5);
    color: #000000;
}

.title_boardd h1::after {
    bottom: -12px;
    position: absolute;
    left: 50%;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(111,118,110) 0%, rgb(155,168,155) 100%);
    width: 60px;
}

.title_boardd .text_wrapperP li:last-child {
    margin-bottom: 0;
}

.title_boardd .page_leadg:hover svg {
    transform: scale(1.05) rotate(2deg);
}

.title_boardd .page_leadg:hover svg path {
    fill: rgb(111,118,110);
}

.title_boardd .page_leadg:hover svg text {
    fill: rgb(111,118,110);
    animation: pulse 2s infinite;
}

.title_boardd .help_helpT:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(111,118,110) 0%, rgb(155,168,155) 100%);
}

.title_boardd .pic_img_wrapz {
    height: 350px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    transform: translateY(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
}

.followS {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
}

.followS .learning_corneru::before {
    font-size: 12rem;
    top: 50%;
    z-index: -1;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
    color: rgb(155,168,155);
    opacity: 0.04;
    letter-spacing: 0.5rem;
}

.followS .input_holder:hover::before {
    transform: translate(5px, 5px);
}

.followS .news_alertk:focus {
    border-color: rgb(155,168,155);
}

.followS .help_helpT {
    background: #000000;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    position: relative;
    font-family: Arial, sans-serif;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    padding: 0 2rem;
    border: 2px solid #000000;
    font-weight: 600;
    overflow: hidden;
}

.our_missionD::after {
    opacity: 0.15;
    border-radius: 50%;
    bottom: -50px;
    right: -50px;
    position: absolute;
    z-index: -1;
    height: 300px;
    animation: pulse 8s infinite alternate ease-in-out;
    background: rgb(155,168,155);
    content: "";
    transform: translate(25%, 25%);
    filter: blur(60px);
    width: 300px;
}

.our_missionD .text_wrapperP::before {
    height: 120px;
    content: "";
    position: absolute;
    border-top: 4px solid rgb(155,168,155,0.5);
    z-index: 0;
    right: 30px;
    opacity: 0.5;
    width: 120px;
    top: 30px;
    border-right: 4px solid rgb(155,168,155,0.5);
}

.our_missionD .text_wrapperP div {
    position: relative;
    z-index: 1;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(155,168,155);
}

header .top_plank .skill_peakx {
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    width: 100%;
    line-height: 21px;
    font-size: 14px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}

.customer_opinionsw .container {
    z-index: 2;
    position: relative;
}

.customer_opinionsw h2::after {
    transform: perspective(500px) rotateX(45deg);
    bottom: -15px;
    content: "";
    background: rgb(155,168,155);
    width: 60%;
    height: 4px;
    position: absolute;
    box-shadow: 0 5px 15px rgb(155,168,155,0.5);
    left: 20%;
}

.customer_opinionsw .learner_insightss:nth-child(odd) {
    transform: perspective(1000px) rotateY(-5deg) translateZ(10px);
}

.customer_opinionsw .learner_insightss:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(0) translateZ(50px) scale(1.05);
    z-index: 10;
}

.customer_opinionsw .learner_insightss .description {
    position: relative;
    margin-top: 1rem;
    border-left: 3px solid rgb(111,118,110,0.5);
    padding-left: 1.5rem;
    font-size: 12px;
    transition: all 0.3s ease;
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
}

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

header .container:after {
    content: '';
    right: 10px;
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.7;
    position: absolute;
    top: 50%;
    height: 8px;
    background: rgb(111,118,110);
}

header .main_leadH {
    gap: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

header .nav_basej {
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    padding: 8px 2px;
    color: #000000;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    overflow: hidden;
}

header .nav_basej:hover:after {
    top: calc(100% - 3px);
    opacity: 1;
}

header .nav_guidey:after {
    opacity: 0;
    background: linear-gradient(135deg, rgb(155,168,155), rgb(111,118,110));
    height: 10px;
    top: -5px;
    transform: scale(0);
    border-radius: 50%;
    content: '';
    width: 10px;
    position: absolute;
    transition: all 0.4s ease;
    left: -5px;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 992px) {.cert_blockt {
    padding: 4rem 0 2rem;
}.cert_blockt .container {
    flex-direction: column;
    gap: 3rem;
}.cert_blockt .company_holder,
    .cert_blockt .brainstormV {
    flex: 1 1 100%;
    min-width: 100%;
}.cert_blockt .main_leadH {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.cert_blockt .company_holder,
    .cert_blockt .main_leadH {
    transform: none;
}
}



@media (max-width: 768px) {.program_offeringsc {
    padding: 60px 0;
}.program_offeringsc .text_wrapperP {
    margin-bottom: 30px;
    padding: 30px;
}.program_offeringsc .text_wrapperP h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 20px;
}.program_offeringsc .pic_img_wrapz {
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
    height: 50%;
}
}



@media (max-width: 768px) {.instructor_historyY {
    padding: 70px 0;
}.instructor_historyY .learner_insightss {
    padding: 40px 30px;
}
}



@media (max-width: 1200px) {.statistical_reportm .gain_studyX {
    height: 300px;
    width: calc(25% - 20px);
    margin: 0 10px;
}.statistical_reportm .gain_studyX h4 {
    font-size: 3.5rem;
}
}



@media (max-width: 767px) {.statistical_reportm {
    padding: 70px 0;
}.statistical_reportm .statistics_boostersi {
    margin-bottom: 50px;
}.statistical_reportm .statistics_winsY {
    font-size: calc(32px * 0.9);
}.statistical_reportm .gain_studyX {
    height: 240px;
}.statistical_reportm .gain_studyX h4 {
    font-size: 2.8rem;
}.statistical_reportm .gain_studyX span {
    bottom: 30px;
    font-size: calc(15px * 0.9);
}.statistical_reportm svg {
    top: 30px;
    height: 30px;
    width: 30px;
}
}



@media (max-width: 767px) {.membership_plano {
    padding: 60px 0;
}.membership_plano .learn_offersd {
    gap: 25px;
    grid-template-columns: 1fr;
}.membership_plano .package_dealy h2 {
    font-size: calc(32px - 4px);
}.membership_plano .pic_img_wrapz {
    height: 180px;
}.membership_plano .plan_dealsV {
    padding: 25px;
}
}



@media (max-width: 767px) {.study_processh {
    padding: 4rem 0;
}.study_processh .learning_corneru {
    padding: 0 1.5rem;
}.study_processh h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.9);
}.study_processh h2::before {
    height: 0.3rem;
    width: 5rem;
}.study_processh .text_wrapperP {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    padding: 2rem 1.5rem;
}.study_processh p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}



@media screen and (max-width: 768px) {.attempt_nowA {
    padding: 80px 0;
}.attempt_nowA .learning_corneru {
    padding: 40px 25px;
}.attempt_nowA h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 40px;
    letter-spacing: 2px;
}.attempt_nowA .ask_formf {
    font-size: calc(15px * 0.95);
    padding: 14px 35px;
}
}



@media screen and (max-width: 768px) {.contact_panelR {
    padding: 3rem 0;
}.contact_panelR h2 {
    margin-bottom: 2rem;
    font-size: calc(45px * 0.8);
}.contact_panelR .query_widgetD h3 {
    font-size: calc(33px * 0.9);
}.contact_panelR .query_widgetD input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.contact_panelR .query_widgetD .contact_queryM {
    align-items: flex-start;
}.contact_panelR .query_widgetD .contact_queryM input[type="checkbox"] {
    margin-top: 0.2rem;
}
}


@media only screen and (max-width: 800px) {.data_consentL {
    display: none;
}.cookie_guardn {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_expandT {
    text-align: center;
    margin-bottom: 20px;
}.cookie_overlay_windowt h5, .cookie_overlay_windowt p {
    text-align: center;
}.cookie_optionG {
    text-align: center;
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}



@media (prefers-reduced-motion: reduce) {.title_boardd h1,
    .title_boardd .text_wrapperP,
    .title_boardd .pic_img_wrapz {
    animation: none;
    opacity: 1;
    transform: translateY(0);
}.title_boardd .help_helpT::before {
    display: none;
}.title_boardd .page_leadg:hover svg {
    transform: none;
}.title_boardd .page_leadg:hover svg text {
    animation: none;
}}



@media screen and (max-width: 768px) {.our_missionD {
    padding: 80px 0 60px;
}.our_missionD h4 {
    font-size: calc(34px * 0.8);
    margin-bottom: 40px;
}.our_missionD .text_wrapperP {
    padding: 35px 25px;
}.our_missionD .text_wrapperP h6 {
    font-size: calc(19px * 0.9);
    margin-bottom: 20px;
}.our_missionD .text_wrapperP::before {
    width: 70px;
    height: 70px;
    top: 20px;
    right: 20px;
}.our_missionD::after {
    height: 200px;
    width: 200px;
}
}



@media (max-width: 767px) {header .main_leadH {
    top: 0;
    gap: 5px;
    background: rgb(202,208,180);
    max-width: 320px;
    position: fixed;
    right: -100%;
    height: 100vh;
    width: 80%;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1001;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    padding: 75px 30px 30px;
    flex-direction: column;
}header .main_leadH:before {
    width: 80%;
    left: 10%;
    bottom: auto;
    height: 1px;
    top: 60px;
}header .menu.active {
    right: 0;
}header .nav_basej {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 14px 5px;
}header .nav_basej:last-child {
    border-bottom: none;
}header .nav_basej:after {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 10px;
}header .nav_basej:hover:after {
    left: 5px;
    opacity: 1;
    top: 50%;
}header .nav_guidey {
    margin: 0 auto;
}
}



@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



@keyframes pulse-subtle {
    0%, 100% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.08;
    }
}

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes pulse {
    0% {
        transform: translate(25%, 25%) scale(1);
        opacity: 0.15;
    }
    50% {
        transform: translate(25%, 25%) scale(1.2);
        opacity: 0.2;
    }
    100% {
        transform: translate(25%, 25%) scale(1);
        opacity: 0.15;
    }
}

