{"id":271,"date":"2021-02-09T02:41:07","date_gmt":"2021-02-09T02:41:07","guid":{"rendered":"https:\/\/nltvcedu.com\/wp\/?page_id=271"},"modified":"2025-05-13T17:51:37","modified_gmt":"2025-05-13T17:51:37","slug":"home","status":"publish","type":"page","link":"https:\/\/edu.nltvc.com\/","title":{"rendered":""},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content =\"width=device-width, initial-scale=1.0\">\n\n    <style>\nhtml, body {\n    overflow-x: hidden;\nwidth: 100%;\n}\n        @keyframes slidein{\n                0%{\n                    transform: translate(1550px);\n                }\n\n                100%{\n                    transform: translate(0x);\n                }\n            }\n\n        body{\n            overflow-x: hidden;\n        }\n\n        body p, h2{\n            font-family: Roboto;\n        }\n\n        svg{\n            width: 25px;\n        }\n\n        .navigation{\n            color: white;\n        }\n\n        .is-style-default{\n            filter: brightness(200%);\n        }\n\n        .slider{\n            height: 100vh;\n            position: relative;\n            z-index: 1;\n            overflow: hidden;\n        }\n\n        .slider .list .item.active, .item{\n            color: white;\n            font-size: 20px;\n        }\n\n        .slider .list .item{\n            position: absolute;\n            inset: 0 0 0 0;\n            overflow: hidden;\n            opacity: 0;\n            transition: .5s;\n        }\n\n        .slider .list .item img{\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        .slider .list .item::after{\n            content: '';\n            width: 100%;\n            height: 100%;\n            position: absolute;\n            left: 0;\n            bottom: 0;\n            background-image: linear-gradient(\n                to top, #000 40%, transparent\n            );\n        }\n\n        .slider .list .item .content{\n            position: absolute;\n            left: 10%;\n            top: 20%;\n            width: 500px;\n            max-width: 80%;\n            z-index: 2;\n        }\n\n        .slider .list .item .content h2{\n            font-size: 100px;\n            margin: 0;\n        }\n\n        .slider .list .item.active{\n            opacity: 1;\n            z-index: 10;\n        }\n\n        @keyframes showContent {\n            to{\n                transform: translateY(0);\n                filter: blur(0);\n                opacity: 1;\n            }\n        }\n\n        .slider .list .item.active p:nth-child(2),\n        .slider .list .item.active h2{\n            transform: translateY(30px);\n            filter: blur(20px);\n            opacity: 0;\n            animation: showContent .5s .7s ease-in-out 1 forwards;\n        }\n\n        \/* .slider .list .item.active h2{\n            animation-delay: 1s;\n        }\n\n        .slider .list .item.active p:nth-child(2){\n            animation-duration: 1.3s;\n        } *\/\n\n        .arrows{\n            position: absolute;\n            top: 92%;\n            right: 47.3%;\n            z-index: 100;\n        }\n\n        .arrows button{\n            background-color: #eee5;\n            border: none;\n            font-family: monospace;\n            width: 40px;\n            height: 40px;\n            border-radius: 5px;\n            font-size: x-large;\n            color: #eee;\n            transition: .5s;\n        }\n\n        .arrows button:hover{\n            background-color: #eee;\n            color: black;\n        }\n\n        .thumbnail{\n            position: absolute;\n            bottom: 5%;\n            z-index: 11;\n            display: flex;\n            gap: 10px;\n            width: 100%;\n            height: 250px;\n            padding: 0 50px;\n            box-sizing: border-box;\n            overflow: auto;\n            justify-content: center;\n        }\n\n        .thumbnail::-webkit-scrollbar{\n            width: 0;\n        }\n\n        .thumbnail .item{\n            width: 150px;\n            height: 220px;\n            filter: brightness(.5);\n            transition: .5s;\n            flex-shrink: 0;\n        }\n\n        .thumbnail .item img{\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            border-radius: 10px;\n        }\n\n        .thumbnail .item.active{\n            filter: brightness(1.03);\n        }\n\n        .thumbnail .item:hover{\n            filter: brightness(1.03);\n        }\n\n        .thumbnail .item .content{\n            position: absolute;\n            inset: auto 10px 10px 10px;\n        }\n\n        .team{\n            animation: slidein 1s;\n            position: relative;\n        }\n\n        .IPv6-training{\n            animation: slidein 1s;\n            position: relative;\n        }\n\n        .IPv6-training .mobile{\n            width: fit-content;\n        }\n\n        .IPv6-training .link{\n            color: rgb(19, 100, 230);\n            text-decoration: none;\n        }\n\n        .IPv6-training .link:hover{\n            color: rgb(0, 162, 255);\n        }\n\n        .IPv6-training .link:active{\n            color: rgb(128, 0, 107);\n        }\n\n        .team .team-title, .team-text{\n            text-align: center;\n        }\n\n            section{\n                    display:flex;\n                    justify-content: center;\n                    align-items: center;\n                    overflow: hidden;\n                }\n\n                .hidden{\n                    opacity:0;\n                    filter:blur(0);\n                    transition: all 1s;\n                    transform: translateX(100%);\n                }\n\n                .hidden-r{\n                    opacity:0;\n                    filter:blur(0);\n                    transition: all 1s;\n                    transform: translateX(-100%);\n                }\n\n                .show{\n                    opacity:1;\n                    filter: blur(0);\n                    transform: translateX(0);\n                }\n\n                .show-r{\n                    opacity:1;\n                    filter: blur(0);\n                    transform: translateX(0);\n                }\n\n                .register{\n                    background-color: black;\n                    animation: slidein 1s;\n                    position: relative;\n                }\n                .register-button{\n                    margin-left: 45%;\n                }\n\n                .wrapper{\n                    display:flex;\n                    justify-content: center;\n                    align-items: center;\n                    \n                }\n\n                .register-button1{\n                    text-decoration: none;\n                    position: relative;\n                    padding: 25px 30px;\n                    text-transform: uppercase;\n                    letter-spacing: 4px;\n                    color: aqua;\n                    font-size: 10px;\n                    font-weight: bold;\n                    transition: .5s;\n                    overflow: hidden;\n                    margin-right: 70px;\n                }\n\n                .register-button1:hover{\n                    background-color: aqua;\n                    color: black;\n                    box-shadow: 0 0 5px aqua,\n                                0 0 25px aqua,\n                                0 0 50px aqua,\n                                0 0 200px aqua;\n                        -webkit-box-reflect: below 1px linear-gradient(transparent,black);\n                }\n\n                .register-button1:first-child{\n                    filter:hue-rotate(225deg);\n                }\n\n                .register-button1:last-child{\n                    filter:hue-rotate(90deg);\n                }\n\n                .register-button1 span{\n                    position: absolute;\n                    display:block;\n                }\n\n                .register-button1 span:nth-child(1){\n                    top:0;\n                    left:0;\n                    width:100%;\n                    height:1px;\n                    background: linear-gradient(90deg,transparent,aqua);\n                    animation: animate1 1s infinite;\n                }\n\n                .wpm_main_template .wpm_main_template_1{\n                    padding-right: 25px;\n                    overflow: hidden;\n                }\n\n                @keyframes animate1 {\n                    0%{\n                        left:-100%;\n                    }\n                    100%{\n                        left:100%;\n                    }\n                }\n\n                .register-button1 span:nth-child(2){\n                    top: -100%;\n                    right:0;\n                    width:1px;\n                    height:100px;\n                    background: linear-gradient(180deg,transparent,aqua);\n                    animation: animate2 1s infinite;\n                    animation-delay: .25s;\n                }\n\n                @keyframes animate2 {\n                    0%{\n                        top:-100%;\n                    }\n                    100%{\n                        top:100%;\n                    }\n                }\n\n                .register-button1 span:nth-child(3){\n                    bottom:0;\n                    right:0;\n                    width:100%;\n                    height:1px;\n                    background:linear-gradient(270deg,transparent,aqua) ;\n                    animation: animate3 1s infinite;\n                    animation-delay: .5s;\n                }\n\n                @keyframes animate3{\n                    0%{\n                        right:-100%;\n                    }\n                    100%{\n                        right:100%;\n                    }\n                }\n\n                .register-button1 span:nth-child(4){\n                    bottom:0;\n                    left:0;\n                    width:1px;\n                    height:100%;\n                    background: linear-gradient(360deg,transparent,aqua);\n                    animation: animate4 1s infinite;\n                    animation-delay:.75s ;\n\n                }\n\n                @keyframes animate4{\n                    0%{\n                        bottom:-100%;\n                    }\n                    100%{\n                        bottom:100%;\n                    }\n                }\n\n                .course-pic{\n                    text-align: center;\n                }\n\n        @media screen and (max-width: 678px) {\n            .thumbnail{\n                justify-content: start;\n            }\n            .slider .list .item .content h2{\n                font-size: 60px;\n            }\n            .arrows{\n                top: 43%;\n            }\n\n            .icon-tab{\n                display: grid;\n                justify-content: center;\n                align-items: center;\n                left: 13%!important;\n            }\n\n            .mobile{\n                left: 13%!important;\n            }\n\n            #team-width{\n                width: 93%!important;\n            }\n        }\n\n        @media screen and (max-width: 680px){\n            .thumbnail .item{\n                width: 125px;\n                height: 200px;\n            }\n\n            .arrows{\n                top: 90%;\n                right: 38%;\n            }\n        }\n\n        @media screen and (max-width: 800px){\n            .mobile{\n                left:0% !important;\n            }\n\n            .thumbnail .content{\n                font-size: 16px;\n            }\n\n            .slider-text{\n                font-size: 16px;\n            }\n        }\n\n        @media all and (device-width: 1024px) and (device-height: 768px) and (orientation:portrait) {\n            .slider{\n                height: 59vh!important;\n            }\n        }\n        \n    <\/style>\n<\/head>\n\n<body>\n        <!-- slider -->\n        <div class=\"slider\">\n            <!-- list Items -->\n            <div class=\"list\">\n                <div class=\"item active\">\n                    <img decoding=\"async\" src=\"https:\/\/edu.nltvc.com\/wp-content\/uploads\/2024\/03\/Slider-2.jpg\">\n                    <div class=\"content\">\n                        <h2 style = \"color: white; font-size: 40px;\">AI FOR MEDICAL PROFESSIONALS<\/h2>\n                        <p class = \"slider-text\">\n                            <a href = 'https:\/\/edu.nltvc.com\/?page_id=1711' style=\"color:#FFFFFF;\">Click here<\/a> for more information about the new course\n                        <\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"item\">\n                    <img decoding=\"async\" src=\"https:\/\/edu.nltvc.com\/wp-content\/uploads\/2024\/03\/bg.webp\">\n                    <div class=\"content\">\n                        <h2 style = \"color: white; font-size: 40px;\">Consultancy Services<\/h2>\n                        <p class = \"slider-text\">\n                            Apart from provide training, we also offer consultancy \n                            services tailored to address specific needs and challenges\n                        <\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"item\">\n                    <img decoding=\"async\" src=\"https:\/\/edu.nltvc.com\/wp-content\/uploads\/2021\/02\/5195ebb8c5f9772deda82aa2937134d3.jpg\">\n                    <div class=\"content\">\n                        <h2 style = \"color: white; font-size: 40px;\">Better IPv6 Education<\/h2>\n                        <p class = \"slider-text\">\n                            We ensure better IPv6 education for a better world\n                        <\/p>\n                    <\/div>\n                <\/div>\n               \n            <\/div>\n            <!-- button arrows -->\n            <div class=\"arrows\">\n                <button id=\"prev\"><<\/button>\n                <button id=\"next\">><\/button>\n            <\/div>\n\n            <div style = \"color: white; z-index: 10; position: absolute; right: 2%; top: 2%; font-size: 18px;\">\n                \r\n <p align='right'>Your IP Address : 216.73.216.124  <\/p>\n            <\/div>\n\n            <!-- thumbnail -->\n            <div class=\"thumbnail\">\n                <div class=\"item active\">\n                    <img decoding=\"async\" src=\"https:\/\/edu.nltvc.com\/wp-content\/uploads\/2024\/03\/Slider-2.jpg\">\n                    <div class=\"content\" style = \"color: white\">\n                        OUR NEW AI COURSE\n                    <\/div>\n                <\/div>\n                <div class=\"item\">\n                    <img decoding=\"async\" src=\"https:\/\/edu.nltvc.com\/wp-content\/uploads\/2024\/03\/bg.webp\">\n                    <div class=\"content\" style = \"color: white\">\n                        Consultancy Services\n                    <\/div>\n                <\/div>\n                <div class=\"item\">\n                    <img decoding=\"async\" src=\"https:\/\/edu.nltvc.com\/wp-content\/uploads\/2021\/02\/5195ebb8c5f9772deda82aa2937134d3.jpg\">\n                    <div class=\"content\" style = \"color: white\">\n                        Better IPv6 Education\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <section class = \"hidden\">\n            <div class = \"IPv6-training\">\n                <div>\n                    <h2 style=\"text-align: center;\">\n                        IPv6 Training\n                    <\/h2>\n                    <p style=\"text-align: center;\">\n                        NLTVC-EDU has created the CNE6, CNP6 and CSE6 courses and are the sole provider of the IPv6 Training Syllabus in Malaysia that has been certified and adopted\n                    <\/p>\n                    <p style=\"text-align: center;\">\n                        by the global <a class = \"link\" onclick = \"window.open('https:\/\/ipv6forum.com\/', 'blank')\">IPv6Forum<\/a> and \n                                        <a class = \"link\" onclick = \"window.open('https:\/\/www.wide.ad.jp\/', 'blank')\">WIDE<\/a> of Japan\n                    <\/p>\n        \n                <\/div>\n\n                <div class = \"icon-tab\" style=\"position: relative; width: 70%; left:25%;\">\n                    <img decoding=\"async\" src=\"https:\/\/edu.nltvc.com\/wp-content\/uploads\/2024\/03\/icon1.webp\">\n                    <div class =\"mobile\" style=\"position: relative; left:15%;\">\n                        <img decoding=\"async\" src=\"https:\/\/edu.nltvc.com\/wp-content\/uploads\/2024\/03\/icon2.webp\"> \n                    <\/div>\n                    <div class=\"mobile\" style=\"position: relative; left:30%;\">\n                        <img decoding=\"async\" src=\"https:\/\/edu.nltvc.com\/wp-content\/uploads\/2024\/03\/icon3.webp\">\n                    <\/div>\n                    <div class=\"mobile\" style=\"position: relative; left:47%;\">\n                        <img decoding=\"async\" src=\"https:\/\/edu.nltvc.com\/wp-content\/uploads\/2024\/03\/icon4.webp\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n            <section class = \"hidden-r\">\n                <div class = \"register\">\n                    <br>\n                    <h2 style=\"text-align: center; color: white;\">Become An IPv6 Expert<\/h2>\n                    <br>\n                    <p class = \"text\" style = \"color: white; text-align: center; font-size: 24px;\">\n                        The deployment of IPv6 is clearly essential for the continuity of connected services after the \n                        depletion of the IPv4 address space, resulting in better mobility experience and increased network \n                        scalability<\/p>\n                    \n                    <div class = \"course-pic\">\n                        <img class = \"gold\" src = \"https:\/\/edu.nltvc.com\/wp-content\/uploads\/2021\/02\/CNE6gold-5-4.jpg\">\n                        <img class = \"silver\" src = \"https:\/\/edu.nltvc.com\/wp-content\/uploads\/2021\/02\/CNE6silver-5-2.jpg\">\n                    <\/div>\n                    <br>\n\n                    <div class=\"wrapper\">\n                        <a class=\"register-button1\" href=\"https:\/\/edu.nltvc.com\/signup.php\" style = \"margin-right: 0px;\">\n                            <span><\/span>\n                            <span><\/span>\n                            <span><\/span>\n                            <span><\/span>\n                            <h2 style = \"font-size: 15px; color: rgb(5 137 192)\">Register Now<\/h2>    \n                        <\/a>\n                    <\/div>\n                    <br>\n                    <br>\n                    <br>\n                <\/div>\n            <\/section>\n\n        <section class = \"hidden\">\n            <div class = \"team\">\n                <h2 class = \"team-title\">Meet The Team<\/h2>\n                <br>\n                <p class = \"team-text\" style = \"font-size: 22px;\">Our team is important as the company itself<\/p>\n                <br>\n                <div id = \"team-width\" style = \"width: 100%;\">\n                    <div \r\n            class='wpm_main_template wpm_main_template_1'\r\n            wpm-6310-carousel-styleName='template-02'\r\n            wpm-6310-carousel-itemPerRow='4'\r\n            wpm-6310-carousel-itemPerRow-tablet='4'\r\n            wpm-6310-carousel-itemPerRow-mobile='4'\r\n            wpm-6310-carousel-id='1'\r\n            wpm-6310-carousel-active='0'\r\n            wpm-6310-carousel-autoPlay='4000'\r\n            wpm-6310-carousel-nav='false'\r\n            wpm-6310-carousel-dot='false'\r\n            wpm-6310-carousel-navText='fas fa-angle'\r\n            wpm-6310-category-active='0'\r\n            wpm-6310-search-active='0'\r\n            wpm-6310-item-margin='30'\r\n   ><div class='wpm-6310-row'>      <div class=\"wpm-6310-col-4\">\r\n        <div class='wpm_6310_team_style_1 wpm_6310_team_member_info' link-id='0' team-id='4'>\r\n          <div class=\"wpm_6310_team_style_1_pic\">\r\n            <img decoding=\"async\" src=\"https:\/\/edu.nltvc.com\/wp-content\/uploads\/2024\/03\/sures.jpg\" alt=\" Professor Dr. Sureswaran Ramadass\">\r\n          <\/div>\r\n          <div class=\"wpm_6310_team_style_1_team_content\">\r\n            <div class=\"wpm_6310_team_style_1_title\">\r\n               Professor Dr. Sureswaran Ramadass            <\/div>\r\n            <div class=\"wpm_6310_team_style_1_designation\"><\/div>\r\n            <ul class='wpm_6310_team_style_1_social'><li><a  href='https:\/\/www.linkedin.com\/in\/sureswaran-ramadass-752096aa\/' target=\"_blank\"  class='open_in_new_tab_class'   title='Linkedin'  id='wpm-social-link-4-1'><i class='fab fa-linkedin-in'><\/i><\/a><\/li><li><a  href='mailto:sures@nav6.org'   class='open_in_new_tab_class'  title='Email'  id='wpm-social-link-4-37'><i class='fas fa-envelope'><\/i><\/a><\/li><\/ul><style>#wpm-social-link-4-1{border: 1px solid rgba(0, 119, 181, 1); background-color: rgba(0, 119, 181, 1); color:#ffffff;} #wpm-social-link-4-1:hover{color: rgba(0, 119, 181, 1); background-color:#ffffff;} <\/style><style>#wpm-social-link-4-37{border: 1px solid rgba(0, 150, 136, 1); background-color: rgba(0, 150, 136, 1); color:#ffffff;} #wpm-social-link-4-37:hover{color: rgba(0, 150, 136, 1); background-color:#ffffff;} <\/style>          <\/div>\r\n      <\/div>\r\n      <\/div>\r\n      <div class=\"wpm-6310-col-4\">\r\n        <div class='wpm_6310_team_style_1 wpm_6310_team_member_info' link-id='0' team-id='2'>\r\n          <div class=\"wpm_6310_team_style_1_pic\">\r\n            <img decoding=\"async\" src=\"https:\/\/edu.nltvc.com\/wp-content\/uploads\/2024\/03\/nava-e1707880328705.png\" alt=\"Dr. Navaneethan C. Arjuman\">\r\n          <\/div>\r\n          <div class=\"wpm_6310_team_style_1_team_content\">\r\n            <div class=\"wpm_6310_team_style_1_title\">\r\n              Dr. Navaneethan C. Arjuman            <\/div>\r\n            <div class=\"wpm_6310_team_style_1_designation\"><\/div>\r\n            <ul class='wpm_6310_team_style_1_social'><li><a  href='https:\/\/www.linkedin.com\/in\/navaneethan-arjuman-27a64a53\/' target=\"_blank\"  class='open_in_new_tab_class'   title='Linkedin'  id='wpm-social-link-2-1'><i class='fab fa-linkedin-in'><\/i><\/a><\/li><li><a  href='mailto:nava@nltvc.com'   class='open_in_new_tab_class'  title='Email'  id='wpm-social-link-2-37'><i class='fas fa-envelope'><\/i><\/a><\/li><\/ul><style>#wpm-social-link-2-1{border: 1px solid rgba(0, 119, 181, 1); background-color: rgba(0, 119, 181, 1); color:#ffffff;} #wpm-social-link-2-1:hover{color: rgba(0, 119, 181, 1); background-color:#ffffff;} <\/style><style>#wpm-social-link-2-37{border: 1px solid rgba(0, 150, 136, 1); background-color: rgba(0, 150, 136, 1); color:#ffffff;} #wpm-social-link-2-37:hover{color: rgba(0, 150, 136, 1); background-color:#ffffff;} <\/style>          <\/div>\r\n      <\/div>\r\n      <\/div>\r\n      <div class=\"wpm-6310-col-4\">\r\n        <div class='wpm_6310_team_style_1 wpm_6310_team_member_info' link-id='0' team-id='3'>\r\n          <div class=\"wpm_6310_team_style_1_pic\">\r\n            <img decoding=\"async\" src=\"https:\/\/edu.nltvc.com\/wp-content\/uploads\/2024\/03\/Dr-Omar-e1707880205746-150x150-1.jpg\" alt=\"Dr. Omar Amer Abouabdalla\">\r\n          <\/div>\r\n          <div class=\"wpm_6310_team_style_1_team_content\">\r\n            <div class=\"wpm_6310_team_style_1_title\">\r\n              Dr. Omar Amer Abouabdalla            <\/div>\r\n            <div class=\"wpm_6310_team_style_1_designation\"><\/div>\r\n            <ul class='wpm_6310_team_style_1_social'><li><a  href='https:\/\/www.linkedin.com' target=\"_blank\"  class='open_in_new_tab_class'   title='Linkedin'  id='wpm-social-link-3-1'><i class='fab fa-linkedin-in'><\/i><\/a><\/li><li><a  href='mailto:omaramer3@gmail.com'   class='open_in_new_tab_class'  title='Email'  id='wpm-social-link-3-37'><i class='fas fa-envelope'><\/i><\/a><\/li><\/ul><style>#wpm-social-link-3-1{border: 1px solid rgba(0, 119, 181, 1); background-color: rgba(0, 119, 181, 1); color:#ffffff;} #wpm-social-link-3-1:hover{color: rgba(0, 119, 181, 1); background-color:#ffffff;} <\/style><style>#wpm-social-link-3-37{border: 1px solid rgba(0, 150, 136, 1); background-color: rgba(0, 150, 136, 1); color:#ffffff;} #wpm-social-link-3-37:hover{color: rgba(0, 150, 136, 1); background-color:#ffffff;} <\/style>          <\/div>\r\n      <\/div>\r\n      <\/div>\r\n      <div class=\"wpm-6310-col-4\">\r\n        <div class='wpm_6310_team_style_1 wpm_6310_team_member_info' link-id='0' team-id='1'>\r\n          <div class=\"wpm_6310_team_style_1_pic\">\r\n            <img decoding=\"async\" src=\"https:\/\/edu.nltvc.com\/wp-content\/uploads\/2024\/03\/hafez-1-e1707880590794.jpg\" alt=\"Mohd E.AbdElhafez\">\r\n          <\/div>\r\n          <div class=\"wpm_6310_team_style_1_team_content\">\r\n            <div class=\"wpm_6310_team_style_1_title\">\r\n              Mohd E.AbdElhafez            <\/div>\r\n            <div class=\"wpm_6310_team_style_1_designation\"><\/div>\r\n            <ul class='wpm_6310_team_style_1_social'><li><a  href='https:\/\/www.linkedin.com\/in\/mo-hafez\/' target=\"_blank\"  class='open_in_new_tab_class'   title='Linkedin'  id='wpm-social-link-1-1'><i class='fab fa-linkedin-in'><\/i><\/a><\/li><li><a  href='mailto:hafez@nltvc.com'   class='open_in_new_tab_class'  title='Email'  id='wpm-social-link-1-37'><i class='fas fa-envelope'><\/i><\/a><\/li><\/ul><style>#wpm-social-link-1-1{border: 1px solid rgba(0, 119, 181, 1); background-color: rgba(0, 119, 181, 1); color:#ffffff;} #wpm-social-link-1-1:hover{color: rgba(0, 119, 181, 1); background-color:#ffffff;} <\/style><style>#wpm-social-link-1-37{border: 1px solid rgba(0, 150, 136, 1); background-color: rgba(0, 150, 136, 1); color:#ffffff;} #wpm-social-link-1-37:hover{color: rgba(0, 150, 136, 1); background-color:#ffffff;} <\/style>          <\/div>\r\n      <\/div>\r\n      <\/div>\r\n<\/div>\r\n<style type=\"text\/css\">\r\n  .wpm_6310_team_style_1 {\r\n    text-align: center;\r\n    overflow: hidden;\r\n    position: relative;\r\n    z-index: 1;\r\n    letter-spacing: .04em;\r\n    -webkit-border-radius: 2%;\r\n    -o-border-radius: 2%;\r\n    -moz-border-radius: 2%;\r\n    -ms-border-radius: 2%;\r\n    border-radius: 2%;\r\n    border-style: solid;\r\n    border-width: 0px;\r\n    border-color: rgba(172, 19, 14, 1);\r\n    box-shadow: 0 0 0px 0px rgba(255, 3, 3, 0.93);\r\n    -moz-box-shadow: 0 0 0px 0px rgba(255, 3, 3, 0.93);\r\n    -o-box-shadow: 0 0 0px 0px rgba(255, 3, 3, 0.93);\r\n    -webkit-box-shadow: 0 0 0px 0px rgba(255, 3, 3, 0.93);\r\n    -ms-box-shadow: 0 0 0px 0px rgba(255, 3, 3, 0.93);\r\n    width: calc(100% - 4px);\r\n  }\r\n\r\n  .wpm_6310_team_style_1 .wpm_6310_team_style_1_pic {\r\n    margin: 0;\r\n    position: relative;\r\n    -webkit-transition: all 0.5s ease 0s;\r\n    -moz-transition: all 0.5s ease 0s;\r\n    -ms-transition: all 0.5s ease 0s;\r\n    -o-transition: all 0.5s ease 0s;\r\n    transition: all 0.5s ease 0s;\r\n    overflow: hidden;\r\n    width: 100%;\r\n\r\n  }\r\n\r\n  .wpm_6310_team_style_1_pic img {\r\n    width: 100%;\r\n    height: auto;\r\n    padding: 0 !important;\r\n    margin: 0 !important;\r\n    float: left;\r\n    border-radius: 0;\r\n  }\r\n\r\n  .wpm_6310_team_style_1:hover {\r\n    border-color: rgba(51, 52, 62, 1)  }\r\n\r\n  .wpm_6310_team_style_1_pic:after {\r\n    content: \"\";\r\n    background: rgba(51, 52, 62, 1);\r\n    width: 100%;\r\n    height: 0;\r\n    position: absolute;\r\n    left: 0;\r\n    opacity: 0;\r\n    top: 60%;\r\n    -webkit-transition: all 0.5s ease 0s;\r\n    -moz-transition: all 0.5s ease 0s;\r\n    -ms-transition: all 0.5s ease 0s;\r\n    -o-transition: all 0.5s ease 0s;\r\n    transition: all 0.5s ease 0s\r\n  }\r\n\r\n  .wpm_6310_team_style_1:hover .wpm_6310_team_style_1_pic:after {\r\n    opacity: 0.85;\r\n    height: 60%;\r\n    top: 40%;\r\n  }\r\n\r\n  .wpm_6310_team_style_1 img {\r\n    width: 100%;\r\n    height: auto;\r\n    float: left;\r\n    border-radius: 0;\r\n  }\r\n\r\n  .wpm_6310_team_style_1_pic:after {\r\n    top: ;\r\n  }\r\n\r\n  .wpm_6310_team_style_1_team_content {\r\n    float: left;\r\n    width: 100%;\r\n    position: absolute;\r\n    left: 0;\r\n    opacity: 0;\r\n    -webkit-transition: all 0.5s ease 0.2s;\r\n    -moz-transition: all 0.5s ease 0.2s;\r\n    -ms-transition: all 0.5s ease 0.2s;\r\n    -o-transition: all 0.5s ease 0.2s;\r\n    transition: all 0.5s ease 0.2s;\r\n    top: 50%;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center;\r\n    height: 45%;\r\n  }\r\n\r\n  .wpm_6310_team_style_1:hover .wpm_6310_team_style_1_team_content {\r\n    opacity: 1\r\n  }\r\n\r\n  .wpm_6310_team_style_1_title {\r\n    margin: 0 0 5px 0;\r\n    font-size: 18px;\r\n    color: rgb(255, 255, 255);\r\n    font-weight: 500;\r\n    text-transform: uppercase;\r\n    font-family: Ubuntu;\r\n    line-height: 24px;\r\n  }\r\n\r\n  .wpm_6310_team_style_1_title:hover {\r\n    color:   }\r\n\r\n  .wpm_6310_team_style_1_designation:hover {\r\n    color:   }\r\n\r\n  .wpm_6310_team_style_1_designation {\r\n    font-size: 14px;\r\n    color: rgb(255, 255, 255);\r\n    font-weight: 200;\r\n    text-transform: capitalize;\r\n    font-family: Shanti;\r\n    line-height: 18px;\r\n    padding-bottom: px;\r\n    display: block;\r\n  }\r\n\r\n  ul.wpm_6310_team_style_1_social {\r\n    padding: 0 !important;\r\n    margin: 15px 0 0 !important;\r\n    list-style: none;\r\n  }\r\n\r\n  ul.wpm_6310_team_style_1_social li {\r\n    display: inline-block;\r\n    margin: 0 8px 8px 0 !important;\r\n    padding: 0 !important;\r\n  }\r\n\r\n  ul.wpm_6310_team_style_1_social li:last-child {\r\n    margin-right: 0 !important;\r\n  }\r\n\r\n  ul.wpm_6310_team_style_1_social li:before,\r\n  ul.wpm_6310_team_style_1_social li:after {\r\n    display: none !important;\r\n  }\r\n\r\n  ul.wpm_6310_team_style_1_social li a {\r\n    display: inline-block;\r\n    font-size: 18px;\r\n    color: #fff;\r\n    -webkit-transition: all 0.5s ease 0s;\r\n    -moz-transition: all 0.5s ease 0s;\r\n    -ms-transition: all 0.5s ease 0s;\r\n    -o-transition: all 0.5s ease 0s;\r\n    transition: all 0.5s ease 0s;\r\n    border-radius: 0%;\r\n    -moz-border-radius: 0%;\r\n    -webkit-border-radius: 0%;\r\n    -o-border-radius: 0%;\r\n    -ms-border-radius: 0%;\r\n    box-shadow: none;\r\n    text-decoration: none;\r\n    padding: 0 !important;\r\n    margin: 0 !important;\r\n  }\r\n\r\n  ul.wpm_6310_team_style_1_social li a:hover {\r\n    box-shadow: none;\r\n  }\r\n<\/style>\r\n<style type=\"text\/css\">\r\n.wpm_6310_team_style_1{\r\n  height: 100% !important;\r\n}\r\n.wpm-6310-item-1{\r\n    width: 100% !important;\r\n}\r\n\r\n.wpm-6310-owl-stage{\r\n  display: -webkit-flex;\r\n    display: -ms-flexbox;\r\n    display: flex;\r\n    min-width: 10317px;\r\n    -webkit-flex-wrap: wrap;\r\n    -ms-flex-wrap: wrap;\r\n    flex-wrap: wrap;\r\n}\r\n.wpm-6310-owl-item{\r\n  display: -webkit-flex;\r\n    display: -ms-flexbox;\r\n    display: flex;\r\n    height: auto !important;\r\n}\r\n  .wpm-6310-tooltip:hover:after {\r\n  display: -webkit-flex;\r\n  display: flex;\r\n  -webkit-justify-content: center;\r\n  justify-content: center;\r\n  background: rgba(0, 119, 181, 1);\r\n  border-radius: 5px;\r\n  color: #fff;\r\n  content: attr(tooltip-href);\r\n  margin: -85px 5px 0;\r\n  font-size: 14px;\r\n  line-height: 25px;\r\n  padding: 8px 10px;\r\n  position: absolute;\r\n  z-index: 999;\r\n  min-width: 140px;\r\n}\r\n.wpm_main_template{\r\n  position: relative;\r\n  z-index: 0;\r\n}\r\n.wpm-6310-row img, .wpm-6310-owl-item img{\r\n  float: left !important;\r\n  width: 100% !important;\r\n}\r\n.wpm_main_template, .wpm_main_template a{\r\n  box-shadow: none !important;\r\n}\r\n.wpm-6310-row{\r\n  width: 100%;\r\n  clear: both;\r\n  text-align: center;\r\n  font-size: 0;\r\n  display: flex;\r\n  flex-wrap: wrap;\r\n  justify-content: center;\r\n}\r\n.wpm-6310-img-responsive{\r\n  width: 100%;\r\n  height: auto;\r\n}\r\n.wpm_6310_team_style_1 figcaption{\r\n  padding: 0;\r\n  margin: 0;\r\n  border: none;\r\n}\r\n.wpm-6310-owl-carousel .wpm-6310-item-1{\r\n  padding: 5px 0;\r\n}\r\n.wpm_6310_team_member_info{\r\n  cursor: pointer;\r\n}\r\n.wpm-6310-col-1{\r\n  width: 100%;\r\n  margin-bottom: 30px;\r\n  float: left;\r\n  position: relative;\r\n}\r\n.wpm-6310-col-2, .wpm-6310-col-3, .wpm-6310-col-4, .wpm-6310-col-5, .wpm-6310-col-6{\r\n  margin-bottom: 30px;\r\n  display: inline-block;\r\n  margin-left: 15px;\r\n  margin-right: 15px;\r\n  vertical-align: top;\r\n}\r\n.wpm-6310-col-2{\r\n  width: calc(50% - 30px);\r\n}\r\n.wpm-6310-col-3{\r\n  width: calc(33.33% - 30px);\r\n}\r\n.wpm-6310-col-4{\r\n  width: calc(25% - 30px);\r\n}\r\n.wpm-6310-col-5{\r\n  width: calc(20% - 30px);\r\n}\r\n.wpm-6310-col-6{\r\n  width: calc(16.6667% - 30px);\r\n}\r\nul.wpm_6310_team_style_1_social i[class*=\"fa-\"]{\r\n  line-height: 32px !important;\r\n  width: 35px !important;;\r\n  height: 35px !important;;\r\n}\r\n@media screen and (max-width: 767px) {\r\n  .wpm-6310-row{\r\n\t\tdisplay: table !important;\t\r\n\t}\r\n  .wpm-6310-col-2, .wpm-6310-col-3, .wpm-6310-col-4, .wpm-6310-col-5, .wpm-6310-col-6{\r\n    width: 100% !important;\r\n  }\r\n}\r\n<\/style>\r\n\r\n<div class=\"wpm_6310_loading\">\r\n  <img decoding=\"async\" src=\"https:\/\/edu.nltvc.com\/wp-content\/plugins\/team-showcase-supreme\/assets\/images\/loading.gif\" \/>\r\n<\/div>\r\n\r\n\r\n<style type=\"text\/css\">\r\n.wpm_6310_modal, .wpm_6310_loading {\r\n  display: none; \/* Hidden by default *\/\r\n  position: fixed; \/* Stay in place *\/\r\n  z-index: 99999999; \/* Sit on top *\/\r\n  padding-top: 50px; \/* Location of the box *\/\r\n  left: 0;\r\n  top: 0;\r\n  width: 100%; \/* Full width *\/\r\n  height: 100%; \/* Full height *\/\r\n  overflow: auto; \/* Enable scroll if needed *\/\r\n  background-color: rgba(0,0,0,0.4); \/* Black w\/ opacity *\/\r\n  font-family: sans-serif;\r\n  letter-spacing: .02em;\r\n\r\n}\r\n\r\n\/* wpm_6310_modal Content *\/\r\n.wpm_6310_modal-content {\r\n  position: relative;\r\n  background-color: #fefefe;\r\n  margin: auto;\r\n  padding: 0;\r\n  border: 1px solid #888;\r\n  width: 75%;\r\n  padding: 20px 15px 40px;\r\n  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);\r\n  border-radius: 5px;\r\n  -webkit-animation-duration: 0.4s;\r\n  animation-duration: 0.4s;\r\n  margin-bottom: 50px;\r\n}\r\n\r\n\/* Add Animation *\/\r\n@-webkit-keyframes wpm-animatetop {\r\n  from {top:-300px; opacity:0}\r\n  to {top:0; opacity:1}\r\n}\r\n@keyframes wpm-animatetop {\r\n  from {top:-300px; opacity:0}\r\n  to {top:0; opacity:1}\r\n}\r\n\r\n@keyframes wpm-animatebottom {\r\n  from {bottom:-300px; opacity:0}\r\n  to {bottom:0; opacity:1}\r\n}\r\n\r\n@-webkit-keyframes wpm-animatebottom {\r\n  from {bottom:-300px; opacity:0}\r\n  to {bottom:0; opacity:1}\r\n}\r\n\r\n@keyframes wpm-animateleft {\r\n  from {left:-300px; opacity:0}\r\n  to {left:0; opacity:1}\r\n}\r\n\r\n@-webkit-keyframes wpm-animateleft {\r\n  from {left:-300px; opacity:0}\r\n  to {left:0; opacity:1}\r\n}\r\n\r\n@keyframes wpm-animateright {\r\n  from {right:-300px; opacity:0}\r\n  to {right:0; opacity:1}\r\n}\r\n\r\n@-webkit-keyframes wpm-animateright {\r\n  from {right:-300px; opacity:0}\r\n  to {right:0; opacity:1}\r\n}\r\n\/* The Close Button *\/\r\n.wpm-6310-close {\r\n  color: #000;\r\n  float: right;\r\n  font-size: 28px;\r\n  font-weight: bold;\r\n  line-height: 28px;\r\n  padding: 0;\r\n  margin: 0;\r\n  position: absolute;\r\n  right: 20px;\r\n  top: 15px;\r\n}\r\n\r\n.wpm-6310-close:hover,\r\n.wpm-6310-close:focus {\r\n  color: #878787;\r\n  text-decoration: none;\r\n  cursor: pointer;\r\n}\r\n.wpm_6310_modal_body_picture {\r\n  float: left;\r\n  width: 300px;\r\n  padding-right: 15px;}\r\n  .wpm_6310_modal_body_content{\r\n    width: calc(100% - 315px);\r\n    float: left;\r\n  }\r\n  .wpm_6310_modal_body_picture img{\r\n    width: calc(100% - 12px) !important;\r\n    height: auto;\r\n    border: 1px solid #ccc;\r\n    padding: 5px;\r\n  }\r\n  #wpm_6310_modal_designation{\r\n    font-size: 14px;\r\n    text-transform: uppercase;\r\n    font-weight: 300;\r\n    color: #727272\r\n  }\r\n  #wpm_6310_modal_name{\r\n    text-transform: capitalize;\r\n    font-size: 22px;\r\n    line-height: 30px;\r\n    margin: 0 0 25px;\r\n    font-weight: 600;\r\n    color: #272727;\r\n  }\r\n  #wpm_6310_modal_details, #wpm_6310_modal_details p{\r\n    font-size: 14px;\r\n    line-height: 20px;\r\n    color: #272727;\r\n    padding: 0;\r\n    margin: 0 0 10px 0;\r\n  }\r\n  .wpm_6310_modal_social a{\r\n    width: 35px;\r\n    height: 35px;\r\n    line-height: 35px;\r\n    float:  left;\r\n    margin: 15px 10px 0 0;\r\n    font-size: 18px;\r\n    border-radius: 3px;\r\n    text-align: center;\r\n    cursor: pointer;\r\n    -webkit-transition: all 0.3s ease 0s;\r\n    -moz-transition: all 0.3s ease 0s;\r\n    -ms-transition: all 0.3s ease 0s;\r\n    -o-transition: all 0.3s ease 0s;\r\n    transition: all 0.3s ease 0s;\r\n    padding: 0;\r\n    box-shadow: none;\r\n    text-decoration: none;\r\n  }\r\n  .wpm_6310_modal_social a:hover{\r\n    box-shadow: none;\r\n  }\r\n  .wpm_6310_modal .wpm_6310_modal_social{\r\n    float: left;\r\n    position: relative;\r\n  }\r\n  .wpm_6310_modal .wpm-6310-tooltip:hover:after{\r\n    margin-left: -60px !important;\r\n  }\r\n  .wpm_6310_modal-footer {\r\n    padding: 10px 15px;\r\n    color: white;\r\n  }\r\n  br.wpm_6310_clear{\r\n    clear: both;\r\n  }\r\n  .wpm_6310_loading{\r\n    padding-top: 170px; \/* Location of the box *\/\r\n    text-align: center;\r\n    background-color: rgba(0,0,0,0.5); \/* Black w\/ opacity *\/\r\n  }\r\n  .wpm_6310_loading img{\r\n    border-radius: 50%;\r\n    width: 200px;\r\n    height: 200px;\r\n    position: absolute;\r\n    left: calc(50% - 100px);\r\n  }\r\n  @media only screen and (max-width: 600px) {\r\n    .wpm_6310_modal-content{\r\n      width: 90% !important;\r\n    }\r\n    .wpm_6310_modal_body_content, .wpm_6310_modal_body_picture img{\r\n      width: 100% !important;\r\n    }\r\n    .wpm_6310_modal_body_picture{\r\n      width: 100% !important;\r\n      padding: 0 !important;\r\n    }\r\n  }\r\n<\/style>\r\n<!-- #####################  Slider Section Start #################### -->\r\n\r\n\r\n    <style type=\"text\/css\">\r\n    ul.wpm_6310_team_style_1_social{\r\n      padding: 0 !important;\r\n      list-style: none !important;\r\n    }\r\n    ul.wpm_6310_team_style_1_social li{\r\n      display: inline-block !important;\r\n      padding: 0 !important;\r\n    }\r\n    ul.wpm_6310_team_style_1_social li a{\r\n      display: inline-block !important;\r\n      box-shadow: none !important;\r\n      text-decoration: none !important;\r\n      padding: 0 !important;\r\n      margin: 0 !important;\r\n    }\r\n    ul.wpm_6310_team_style_1_social li a:hover{\r\n      box-shadow: none !important;\r\n      text-decoration: none !important;\r\n    }\r\n    <\/style>\r\n    <\/div><style type='text\/css'>@media only screen and (max-width: 600px){\r\n            .wpm_6310_modal_body_content, .wpm_6310_modal_body_picture img {\r\n                width: 80% !important;\r\n            }\r\n        }<\/style>\n                <\/div>\n            <\/div>\n        <\/section>\n\n\n\n\n    <script>\n        let items = document.querySelectorAll('.slider .list .item');\n        let next = document.getElementById('next');\n        let prev = document.getElementById('prev');\n        let thumbnails = document.querySelectorAll('.thumbnail .item');\n\n        \/\/ config param\n        let countItem = items.length;\n        let itemActive = 0;\n        \/\/ event next click\n        next.onclick = function(){\n            itemActive = itemActive + 1;\n            if(itemActive >= countItem){\n                itemActive = 0;\n            }\n            showSlider();\n        }\n        \/\/event prev click\n        prev.onclick = function(){\n            itemActive = itemActive - 1;\n            if(itemActive < 0){\n                itemActive = countItem - 1;\n            }\n            showSlider();\n        }\n        \/\/ auto run slider\n        let refreshInterval = setInterval(() => {\n            next.click();\n        }, 5000)\n        function showSlider(){\n            \/\/ remove item active old\n            let itemActiveOld = document.querySelector('.slider .list .item.active');\n            let thumbnailActiveOld = document.querySelector('.thumbnail .item.active');\n            itemActiveOld.classList.remove('active');\n            thumbnailActiveOld.classList.remove('active');\n\n            \/\/ active new item\n            items[itemActive].classList.add('active');\n            thumbnails[itemActive].classList.add('active');\n\n            \/\/ clear auto time run slider\n            clearInterval(refreshInterval);\n            refreshInterval = setInterval(() => {\n                next.click();\n            }, 5000)\n        }\n\n        \/\/ click thumbnail\n        thumbnails.forEach((thumbnail, index) => {\n            thumbnail.addEventListener('click', () => {\n                itemActive = index;\n                showSlider();\n            })\n        })\n\n        function header(){\n            var scroll = window.pageYOffset;\n            var target = document.getElementsByClassName(\"head-tab\")[0];\n            var target2 = document.getElementsByClassName(\"navigation\")[1];\n            var target3 = document.getElementsByClassName(\"wp-block-navigation__responsive-container-open\")[0];\n            var logo = document.getElementsByClassName(\"is-style-default\")[0];\n\n            if(scroll > 729){\n                target.style.backgroundColor = \"white\";\n                target.style.borderBottom = \"1px solid rgb(215, 215, 215)\";\n                target2.style.color = \"black\";\n                target3.style.color = \"black\";\n                logo.style.filter = \"brightness(100%)\";\n            }\n            else{\n                target.style.backgroundColor = \"black\";\n                target.style.borderBottom = \"1px solid black\";\n                target2.style.color = \"white\";\n                target3.style.color = \"white\";\n                logo.style.filter = \"brightness(200%)\";\n            }\n        }\n\n        const observer=new IntersectionObserver((enteries)=>{\n                enteries.forEach((entry)=>{\n                    if(entry.isIntersecting){\n                        entry.target.classList.add('show');\n                    }\n                });\n            });\n\n        const observerR=new IntersectionObserver((enteries)=>{\n            enteries.forEach((entry)=>{\n                if(entry.isIntersecting){\n                    entry.target.classList.add('show-r');\n                }\n            });\n        });\n\n        const hiddenElements=document.querySelectorAll('.hidden');\n        hiddenElements.forEach((el)=>observer.observe(el));\n\n        const hiddenElementsR=document.querySelectorAll('.hidden-r');\n        hiddenElementsR.forEach((el)=>observer.observe(el));\n\n        window.addEventListener(\"scroll\", header);\n    <\/script>\n<\/body>\n\n\n<\/html>\n\n\n\n<!DOCTYPE html>\n<html lang = \"en\">\n    <head>\n        <meta charset = \"UTF-8\">\n\n        <style>\n            #up-tab{\n                border-radius: 50%;\n                background-color: rgba(57, 236, 164, 0.675);\n                width: 50px;\n                height: 50px;\n                position: fixed;\n                bottom: 20px;\n                right: 20px;\n                z-index: 11;\n                display: block;\n                margin-top: 0px;\n            }\n\n            #up-tab:hover{\n                cursor: pointer;\n            }\n\n            #up-tab:active{\n                cursor: grabbing;\n            }\n\n            #up{\n                width: 50px;\n                height: 50px;\n            }\n        <\/style>\n    <\/head>\n\n    <body>\n        <div id = \"up-tab\" onclick= \"backtotop()\">\n            <img id = \"up\" src = \"https:\/\/edu.nltvc.com\/wp-content\/uploads\/2024\/03\/arrowhead-up.png\">\n        <\/div>\n    <\/body>\n<\/html>\n\n<script>\n    window.onscroll = function(){backtotopbutton()}\n    window.addEventListener(\"scroll\", backtotopbutton)\n\n    window.onload = function() {\n        backtotopbutton();\n    };\n\n    function backtotopbutton(){\n        if(scrollY < 500){\n            document.getElementById(\"up-tab\").style.display = \"none\";\n        }\n        else{\n            document.getElementById(\"up-tab\").style.display = \"block\";\n        }\n    }\n\n    function backtotop(){\n        window.scrollTo({top: 0, behavior: \"smooth\"});\n    }\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>AI FOR MEDICAL PROFESSIONALS Click here for more information about the new course Consultancy Services Apart from provide training, we also offer consultancy services tailored to address specific needs and challenges Better IPv6 Education We ensure better IPv6 education for a better world OUR NEW AI COURSE Consultancy Services Better IPv6 Education IPv6 Training NLTVC-EDU [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/full-width-page.php","meta":{"footnotes":""},"class_list":["post-271","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/edu.nltvc.com\/index.php?rest_route=\/wp\/v2\/pages\/271","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/edu.nltvc.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/edu.nltvc.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/edu.nltvc.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/edu.nltvc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=271"}],"version-history":[{"count":89,"href":"https:\/\/edu.nltvc.com\/index.php?rest_route=\/wp\/v2\/pages\/271\/revisions"}],"predecessor-version":[{"id":1750,"href":"https:\/\/edu.nltvc.com\/index.php?rest_route=\/wp\/v2\/pages\/271\/revisions\/1750"}],"wp:attachment":[{"href":"https:\/\/edu.nltvc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=271"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}