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

.net_main_sitewrap {
    flex: 1 0 auto;
}

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

.net_rating_stars {
    flex: 0 0 auto;
}

.net_thxWrap::before {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 75% 25%, rgb(113,170,193,0.5) 0%, transparent 50%);
    top: 0;
    width: 100%;
    left: 0;
}

.net_thxWrap .net_learning_growth > div:first-child::before {
    top: 50%;
    left: -2rem;
    height: 50%;
    content: "";
    background: rgb(113,170,193);
    transform: translateY(-50%);
    position: absolute;
    width: 0.5rem;
}

.net_thxWrap p {
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.8;
    color: #000000;
    font-size: 13px;
    position: relative;
}

.net_thxWrap a:hover {
    transform: translateY(-5px);
}

.net_thxWrap a:hover p {
    color: rgb(113,170,193);
}

.net_contact::before {
    z-index: 0;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 60px 60px;
}

.net_contact .net_img_thumbnail::after {
    width: 100%;
    background: linear-gradient(45deg, rgb(113,170,193,0.5), transparent);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
}

.net_contact input[type="text"] {
    font-size: 18px;
    border-radius: 10px;
    padding: 18px 20px;
    color: #000000;
    transition: all 0.3s ease;
    background: #ffffff;
    border: 2px solid rgb(164,203,208);
    width: 100%;
}

.net_contact .net_inquiry_info input[type="checkbox"]:checked::after {
    border-bottom: 2px solid #ffffff;
    top: 5px;
    height: 10px;
    content: "";
    width: 6px;
    transform: rotate(45deg);
    left: 8px;
    border-right: 2px solid #ffffff;
    position: absolute;
}

.net_contact .net_feedback_widget:hover::before {
    left: 100%;
}

.net_contact svg {
    fill: rgb(113,170,193);
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
}

.net_contact svg:hover {
    transform: translateY(-2px);
    fill: rgb(77,71,169);
}

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

.net_pricing_suite .net_learn_pricing h2 {
    display: inline-block;
    font-weight: 700;
    font-size: 35px;
    position: relative;
    margin-bottom: 15px;
    color: #000000;
}

.net_pricing_suite .net_cert_plans {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}

.net_pricing_suite .net_program_price {
    background-color: #ffffff;
    position: relative;
    min-height: 450px;
    flex-direction: column;
    display: flex;
    overflow: hidden;
}

.net_pricing_suite .net_package_rates:hover .net_study_rates h3 {
    transform: translateX(5px);
}

.net_pricing_suite .net_pricing_tiers::before {
    position: absolute;
    background: rgb(113,170,193);
    height: 2px;
    content: "";
    left: -20px;
    top: 50%;
    transform: translateX(-10px);
    width: 10px;
    transition: all 0.3s ease;
    opacity: 0;
}

.net_pricing_suite .net_package_rates:nth-child(even) .net_program_price {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}

.net_pricing_suite .net_package_rates:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

.net_client_testimonials h2 {
    margin-bottom: 100px;
    transform: translateX(-10%);
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 38px;
}

.net_client_testimonials .net_learning_views:nth-child(3n+1) {
    grid-column: span 5;
    animation-delay: 0.1s;
}

.net_client_testimonials .net_learning_views::before {
    content: "";
    line-height: 1;
    font-size: 120px;
    z-index: -1;
    top: -30px;
    position: absolute;
    left: -20px;
    color: rgb(113,170,193,0.5);
    font-family: Arial, sans-serif;
}

.net_client_testimonials .net_learning_views .description::first-letter {
    font-size: 1.3em;
    font-weight: 600;
}

.net_client_testimonials .net_learning_views:hover .description::after {
    transform: scaleX(3);
}

.net_title_opener .net_page_intro::before {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    bottom: 0;
    background: linear-gradient(135deg, 
        rgb(113,170,193,0.5) 0%, 
        rgba(0,0,0,0.7) 100%);
    left: 0;
}

.net_title_opener .net_how_grow:hover::before {
    transform: scale(1.08);
    opacity: 0.25;
}

.net_title_opener h1 {
    line-height: 1.2;
    transform: translateX(-10px);
    color: #ffffff;
    animation: slideInFromLeft 0.8s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    letter-spacing: -0.02em;
    font-size: clamp(2.5rem, 5vw, 44px);
    opacity: 0;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}

.net_course_program {
    background-color: rgb(164,203,208);
    perspective: 1000px;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
}

.net_course_program {
    padding: 3rem 0;
}

.net_course_program .net_learning_growth {
    grid-row: 2;
    position: relative;
    gap: 20px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    width: 100%;
}

.net_course_program .net_knowledge_flow::after {
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 2px,
        rgba(rgb(113,170,193), 0.1) 2px,
        rgba(rgb(113,170,193), 0.1) 4px
    );
    z-index: 5;
    mix-blend-mode: overlay;
    opacity: 0.3;
    top: 0;
    position: absolute;
    left: 0;
    pointer-events: none;
    content: '';
}

.net_course_program .net_learn_challenge:hover::before,
.net_course_program .net_learn_challenge:hover::after {
    transform: scaleX(1);
}

.net_course_program .net_learn_challenge:hover::before {
    transform: scaleX(1);
}

.net_course_program .net_learn_challenge h3 {
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 20px;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    position: relative;
}

.net_course_program .net_learn_challenge h3 {
    font-size: calc(34px * 0.9);
}

.net_course_program .net_learn_challenge .net_feedback_widget {
    overflow: hidden;
    display: inline-block;
    margin-left: 20px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 30px;
    border: 1px solid rgb(113,170,193);
    letter-spacing: 2px;
    background-color: transparent;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

.net_company_info .container::before {
    filter: blur(80px);
    opacity: 0.1;
    height: 200px;
    right: -100px;
    width: 200px;
    animation: float 15s ease-in-out infinite alternate;
    top: -100px;
    background: rgb(113,170,193,0.5);
    content: "";
    border-radius: 50%;
    position: absolute;
}



.net_company_info .net_growth_hist {
    position: relative;
    padding: 50px 35px;
    align-items: center;
    backdrop-filter: blur(15px);
    perspective: 1000px;
    background: rgba(255, 255, 255, 0.02);
    transform-style: preserve-3d;
    border-radius: 30px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex: 0 0 40%;
}

.net_company_info .net_img_thumbnail::after {
    border: 1px dashed rgb(113,170,193,0.5);
    border-radius: 50%;
    animation: rotateReverse 20s linear infinite;
    position: absolute;
    content: "";
    inset: -10px;
    opacity: 0.2;
}

.net_company_info .net_skills_center::after {
    content: "";
    position: absolute;
    left: 50%;
    height: 2px;
    width: 0;
    transform: translateX(-50%);
    background: rgb(113,170,193);
    bottom: -4px;
    transition: width 0.4s ease;
}

.net_company_info .net_text_section:hover {
    border-color: rgb(77,71,169,0.5);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(77,71,169,0.5);
    transform: translateY(-10px);
}

.net_company_info .net_text_section:hover::before,
.net_company_info .net_text_section:hover::after {
    opacity: 0.08;
    filter: blur(40px);
}

.net_company_info .net_text_section:hover .net_expert_guides::after {
    width: 50%;
}

.net_company_info .net_expert_guides svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    fill: rgb(113,170,193);
    transition: all 0.4s ease;
    height: 48px;
    width: 48px;
}

.net_company_info .net_text_section p {
    font-size: calc(17px * 1.05);
    position: relative;
    line-height: 1.9;
    transition: all 0.4s ease;
    margin-bottom: 0;
    color: #000000;
}

.net_company_info .net_learning_growth::after {
    content: "";
    z-index: -1;
    height: 100%;
    background-position: 0 0, 20px 20px;
    background-image: 
        radial-gradient(rgb(113,170,193,0.5) 1px, transparent 1px),
        radial-gradient(rgb(77,71,169,0.5) 1px, transparent 1px);
    left: 0;
    top: 0;
    background-size: 40px 40px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    opacity: 0.03;
}


#net_cookieWarningDialog {
    display: none;
}

#net_cookieWarningDialog:checked ~ .net_cookie_message_panel {
    visibility: hidden;
    opacity: 0;
}

.net_ideal_participants::after {
    background-size: cover;
    bottom: 0;
    height: 120px;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    background-position: center;
}

.net_ideal_participants .net_learning_growth::after {
    height: 120px;
    bottom: -15px;
    opacity: 0.3;
    position: absolute;
    z-index: -1;
    background: rgb(113,170,193);
    transform: rotate(10deg) translateZ(-15px);
    content: "";
    left: -15px;
    width: 120px;
    border-radius: 10px;
}

.net_ideal_participants p {
    align-items: center;
    position: relative;
    padding: 20px;
    z-index: 1;
    font-size: 18px;
    margin-bottom: 0;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    transition: all 0.3s ease;
}

.net_ideal_participants p:nth-child(even) {
    animation: floatItem 7s ease-in-out infinite reverse;
}

.net_ideal_participants .net_learning_growth > div p:nth-child(3) {
    animation-delay: 0.6s;
}

header::before {
    width: 100%;
    top: 0;
    background: linear-gradient(145deg, rgb(77,71,169,0.5) 0%, transparent 70%);
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    content: "";
}

header .net_main_primary .net_top_guide {
    flex-wrap: wrap;
    padding: 0;
    display: flex;
    margin: 0;
    list-style: none;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 30px;
    border-radius: 22px;
    transform: none;
    position: relative;
}

header .net_main_primary .net_top_guide .net_top_lead:hover a::after {
    transform: translateX(0);
}

.net_privacy_folio::before {
    opacity: 0.03;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-image: 
        linear-gradient(45deg, rgb(164,203,208) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(164,203,208) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(164,203,208) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(164,203,208) 75%);
    content: "";
    background-size: 20px 20px;
    width: 100%;
    height: 100%;
}

.net_privacy_folio h2 {
    transition: padding 0.3s ease;
    font-size: 36px;
    position: relative;
    padding-left: 1rem;
    font-weight: 600;
    color: #000000;
    margin: 2.5rem 0 1.5rem;
}

.net_privacy_folio p {
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 13px;
    margin-bottom: 1.25rem;
    max-width: 90ch;
    line-height: 1.7;
}

.net_privacy_folio li:hover::before {
    transform: rotate(135deg);
    background: rgb(113,170,193);
}

footer {
    position: relative;
    width: 100%;
}

footer .net_rating_stars::after {
    position: absolute;
    left: 0;
    content: "";
    height: 50px;
    opacity: 0.15;
    background: #ffffff;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    bottom: 0;
}

footer .info_item::before {
    animation: waveAnimation 15s linear infinite;
    position: absolute;
    height: 100%;
    left: -100%;
    background: #ffffff;
    opacity: 0.1;
    width: 100%;
    z-index: -1;
    content: "";
}

footer .text_main_holder {
    gap: 25px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

footer .net_top_guide,footer .subscribe_holder {
    border-radius: 19px;
    backdrop-filter: blur(5px);
    position: relative;
    padding: 30px;
    flex: 1 1 300px;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

footer .net_head_guide {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

footer .net_head_guide a:hover {
    background-color: rgb(77,71,169,0.5);
    transform: translateY(-3px);
}

footer .input_holder {
    position: relative;
    gap: 15px;
    flex-direction: column;
    display: flex;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    outline: none;
    background-color: rgb(113,170,193,0.5);
}

footer .net_sub_agreement:hover {
    background-color: rgb(164,203,208);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .net_contest_info {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding: 0 30px;
    color: rgba(255, 255, 255, 0.7);
}

.net_education_framework::after {
    background: linear-gradient(90deg, transparent, rgb(113,170,193), transparent);
    transform: translateZ(0);
    height: 2px;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
}

.net_education_framework h3::after {
    animation: line-draw 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.9s forwards;
    width: 60%;
    content: "";
    transform-origin: left;
    bottom: -10px;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(113,170,193), transparent);
    left: 0;
    transform: scaleX(0);
}

.net_learning_outcomes::before {
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0.4;
    background: 
    radial-gradient(circle at 10% 20%, rgb(113,170,193,0.5) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgb(77,71,169,0.5) 0%, transparent 40%);
    top: 0;
    left: 0;
    width: 100%;
}

.net_learning_outcomes .net_img_thumbnail:hover {
    transform: scale(1.05);
}

.net_learning_outcomes h3 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 25px;
    position: relative;
    color: rgb(113,170,193);
}

.net_learning_outcomes .net_text_section:hover h3::after {
    width: 120px;
}

.net_learning_outcomes li::before {
    content: "";
    inset: 0;
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgb(113,170,193,0.5) 100%
  );
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
}

.net_learning_outcomes svg path {
    fill: #ffffff;
}

.net_learning_outcomes li:hover svg {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    transform: rotate(10deg);
}

.net_academic_experience .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}

.net_academic_experience .net_learning_views > div:first-child {
    height: 240px;
    transition: transform 0.4s ease-out;
    position: relative;
    transform: translateZ(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.net_academic_experience .net_learning_views > div:nth-child(2) {
    padding-left: 15px;
    transform: translateZ(10px);
    position: relative;
}

.net_academic_experience .name::after {
    position: absolute;
    left: 0;
    width: 40%;
    transition: width 0.4s ease;
    height: 2px;
    bottom: -5px;
    content: "";
    background-color: rgb(113,170,193);
}

.net_academic_experience .net_learning_views:hover > div:nth-child(3) {
    transform: translateZ(15px);
}


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


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



@media (min-width: 768px) {.net_thxWrap {
    padding: 6rem 0;
}.net_thxWrap .net_learning_growth {
    gap: 3.5rem;
}.net_thxWrap .net_learning_growth > div:first-child::before {
    height: 70%;
    width: 0.6rem;
}.net_thxWrap h5 {
    font-size: calc(18px * 1.2);
    padding-left: 1.5rem;
}.net_thxWrap .net_learning_growth > div:last-child {
    padding: 3rem;
    max-width: 90%;
    margin-left: 3rem;
}
}



@media (max-width: 1200px) {.net_contact {
    background: #ffffff;
}
}



@media (max-width: 992px) {.net_contact {
    padding: 80px 0;
}.net_contact .net_connect_links {
    flex-direction: column-reverse;
}.net_contact .net_img_thumbnail {
    min-height: 350px;
    flex: 0 0 auto;
}.net_contact .net_request_grid {
    flex: 0 0 auto;
    padding: 50px 40px;
}.net_contact .net_request_grid::before {
    height: 10px;
    width: 100%;
    left: 0;
    top: 0;
}
}



@media (min-width: 992px) {.net_pricing_suite .net_fee_chart {
    flex-direction: row;
    align-items: center;
    gap: 50px;
}.net_pricing_suite .net_learn_pricing {
    flex: 0 0 30%;
    text-align: left;
    margin-bottom: 0;
}.net_pricing_suite .net_learn_pricing h2::after {
    transform: none;
    left: 0;
}.net_pricing_suite .net_cert_plans {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}.net_pricing_suite .net_study_rates {
    padding: 35px;
}
}



@media (max-width: 991px) {.net_title_opener .net_page_intro {
    padding: 3rem 1.5rem;
}.net_title_opener .net_how_grow {
    padding: 2.5rem 2rem;
}.net_title_opener .net_how_grow::before {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
}



@media (max-width: 767px) {.net_title_opener .net_page_intro {
    min-height: 90vh;
    padding: 2rem 1rem;
}.net_title_opener .net_how_grow {
    padding: 2rem 1.5rem;
}.net_title_opener .net_how_grow::before {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}.net_title_opener h3 {
    max-width: 100%;
}.net_title_opener p {
    margin-top: 1.5rem;
    max-width: 100%;
}
}



@media (max-width: 1199px) {.net_company_info {
    padding: 120px 0;
}.net_company_info .net_learning_growth {
    gap: 50px;
}.net_company_info .net_text_section {
    padding: 40px 35px;
}.net_company_info .net_growth_hist {
    padding: 40px 30px;
}
}



@media (max-width: 575px) {.net_company_info {
    padding: 60px 0;
}.net_company_info .net_img_thumbnail {
    margin-bottom: 20px;
    height: 150px;
    width: 150px;
}.net_company_info .net_growth_hist {
    padding: 30px 20px;
}.net_company_info .net_text_section {
    padding: 30px 20px;
}.net_company_info .net_expert_guides {
    font-size: calc(22px * 0.95);
}.net_company_info .net_expert_guides svg {
    width: 35px;
    height: 35px;
}.net_company_info .net_text_section h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 20px;
}.net_company_info .net_text_section p {
    font-size: 17px;
    line-height: 1.8;
}.net_company_info .net_skills_center {
    font-size: calc(19px * 0.95);
}.net_company_info .net_skill_experts {
    font-size: calc(17px * 0.95);
}.net_company_info .net_learning_growth::before {
    left: 10%;
    width: 80%;
}}



@media (max-width: 768px) {.net_privacy_folio {
    padding: 2.5rem 1rem;
}.net_privacy_folio .container {
    padding: 2rem 1.5rem;
}.net_privacy_folio h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px - 0.4rem);
}.net_privacy_folio h2 {
    font-size: calc(36px - 0.3rem);
    margin: 2rem 0 1rem;
}.net_privacy_folio h3 {
    margin: 1.5rem 0 0.75rem;
    font-size: 23px;
}.net_privacy_folio p {
    font-size: calc(13px - 0.05rem);
}.net_privacy_folio ul {
    margin-left: 0.5rem;
}.net_privacy_folio li {
    padding-left: 1.25rem;
    font-size: calc(13px - 0.05rem);
}
}



@media (max-width: 991px) {footer .net_rating_stars {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}



@media (min-width: 992px) {.net_education_framework {
    padding: 12rem 4rem;
}.net_education_framework .container {
    padding: 5rem;
}.net_education_framework::before {
    animation: gradientShift 20s ease-in-out infinite alternate;
}.net_education_framework h3 {
    margin-bottom: 3.5rem;
}.net_education_framework p {
    margin: 0 auto;
    max-width: 90%;
}.net_education_framework .container:hover {
    transform: perspective(1200px) rotateX(1.5deg) translateY(-5px);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
}



@media (max-width: 576px) {.net_learning_outcomes {
    padding: 40px 0;
}.net_learning_outcomes .net_learning_growth {
    padding: 0;
}.net_learning_outcomes .net_img_thumbnail {
    height: 200px;
}.net_learning_outcomes .net_text_section {
    padding: 25px 20px;
}.net_learning_outcomes h3 {
    font-size: calc(36px * 0.85);
}.net_learning_outcomes li {
    padding: 12px;
}.net_learning_outcomes li p {
    font-size: calc(17px * 0.9);
}.net_learning_outcomes svg {
    width: 18px;
    padding: 5px;
    height: 18px;
}}



@media (prefers-reduced-motion) {.net_academic_experience .net_learning_views,
    .net_academic_experience .net_learning_views > div,
    .net_academic_experience .name::after,
    .net_academic_experience .net_img_thumbnail {
    transform: none !important;
    transition: none !important;
}
}



@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@keyframes lineGrow {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

@keyframes floatItem {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0px);
    }
}

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



@keyframes line-draw {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

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

