@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    list-style: none;
}

html {
    font-family: 'Raleway', sans-serif;
    font-size: 100%;
    line-height: 1;
    scroll-behavior: smooth;
}



/*new css*/
.reach_out{background: #e5e7e9;border-top: 1px solid #e5e7e9;padding:15px 10px;text-align:center;font-size:16px;line-height:25px;}
.reach_out a{color:#000 !important;text-decoration:underline !important;font-weight:700;}
.pop_cust{opacity:0;color:#000;position:absolute;top:0;left:0;width:100%;height:100%;z-index:99;}
.consent_checks a.form_terms{color: red !important;text-decoration: underline;}
.consent_checks a.form_terms:hover{text-decoration: underline;}


/*common css*/
.nec .container {
    max-width: 1300px;
    margin: auto;
    width: 90%;
}

.nec .row {
    display: flex;
}

.nec .just_sb {
    justify-content: space-between;
}

.nec .just_c {
    justify-content: center;
}

.nec .align_c {
    align-items: center;
}

.nec a {
    color: #fff;
    text-decoration: none;
}

.nec .heading {
    font-size: 24px;
    padding: 30px 0;
    display: block;
}

/*header css*/
.nec .top_header {
    height: 70px;
    padding: 10px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nec .top_header .back_to a {
    position: relative;
    padding-left: 46px;
    width: 127px;
    display: block;
}

.nec .top_header .back_to a:before {
    content: 'Back to';
    position: absolute;
    top: 11px;
    left: 0;
    color: #000;
    font-size: 12px;
}

.nec .top_header .back_to a img {
    max-width: 80px;
}

.nec .top_header .soical_media {
    position: relative;
    display: flex;
    margin-left: 20px;
}

.nec .top_header .soical_media a {
    width: 25px;
    height: 24px;
    background: url('https://images.moneycontrol.com/images/ms/nec/social.png') no-repeat;
    display: block;
    margin-left: 12px;
}

.nec .top_header .soical_media a.facebook {
    background-position: 0 0;
}

.nec .top_header .soical_media a.twitter {
    background-position: -38px 0px;
}

.nec .top_header .soical_media a.linking {
    background-position: -76px 0px;
}

.nec .top_header .soical_media a.youtube {
    background-position: -116px 0;width:16px;
}
.nec .top_header .soical_media a.you {background-position: -144px 0;width:30px;}

.nec .head_purple {
    background: #78398d;
    padding: 15px 0;
    position: relative;
}

.nec .head_purple .menu_icon {
    display: none;
}

.nec .head_purple .log {
    max-width: 140px;
}

.nec .head_purple .log img {
    width: 100%;
}

.nec .head_purple .navbar a {
    position: relative;
    padding: 0 15px;
}

.nec .head_purple .navbar a:after {
    content: '';
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
}

.nec .head_purple .navbar a:last-child {
    padding-right: 0;
}

.nec .head_purple .navbar a:last-child:after {
    display: none;
}

/* hero banner*/

.nec .hero_banner {
    background-color: #18161f;
    padding: 40px 0 100px;
}

.nec .hero_banner figure {
    justify-content: center;
}

.nec .hero_banner figure img {
    max-width: 50%;
}

/* about section*/

.nec .about_section {
    background: rgb(26, 26, 122);
    background: -moz-linear-gradient(-45deg, rgba(26, 26, 122, 1) 0%, rgba(117, 57, 138, 1) 47%, rgba(225, 112, 161, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(26, 26, 122, 1) 0%, rgba(117, 57, 138, 1) 47%, rgba(225, 112, 161, 1) 100%);
    background: linear-gradient(135deg, rgba(26, 26, 122, 1) 0%, rgba(117, 57, 138, 1) 47%, rgba(225, 112, 161, 1) 100%);
    padding: 20px 0;

}

.nec .about_section .video {
    margin-right: 30px;
}

.nec .about_section .video iframe {
    position: relative;
    top: 3px;
}

.nec .about_section .about_text {
    max-width: 450px;
}

.nec .about_section .about_text span {
    color: #fff;
    display: block;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
}

.nec .about_section .about_text p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
}

/* ceo section*/
.nec .ceo_section {
    background: #e6e6e6;
    border-top: 3px #8e398d solid;
    border-left: 3px #8e398d solid;
    padding: 30px 0;
    position: relative;
    padding-left: 100px;
    border-radius: 24% 0% 0% 0% / 58% 0 0% 0%;
}

.nec .ceo_section:after {
    /* content: ''; */
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    width: 280px;
    height: 280px;
    position: absolute;
    display: block;
    background: #fff;
    top: 0;
    left: 0;
}


.nec .ceo_section .about_ceo {
    max-width: 400px;
}

.nec .ceo_section .about_ceo span {
    font-size: 42px;
    color: #1b242b;
    display: block;
    padding: 20px 0
}

.nec .ceo_section .about_ceo p {
    font-size: 22px;
    line-height: 30px;
}


/* article*/

.nec .article {
    margin-bottom: 20px;
    margin-top: 10px;
}

.nec .article ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.nec .article ul .slick-list {
    flex-grow: 1;
}

.nec .article ul li {
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.nec .article ul li:last-child {
    margin-right: 0;
}

.nec .article ul li p {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 5px 5px;
}

.nec .article ul li a {
    font-weight: 500;
    padding: 5px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.artread{
    color: #78398d;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
    margin-left: 5px;
}

.nec .article ul li img {
    width: 100%;
    min-height: 190px;
}


/*news room */
.nec .new_room {
    background: #e6e6e6;
    border-bottom: 3px #8e398d solid;
    border-right: 3px #8e398d solid;
    border-radius: 00% 88% 23% 0% / 100% 0% 62% 0%;
    padding-bottom: 40px;
    padding-right: 50px;
}


.nec .new_room .room_slider {}

.nec .new_room .room_slider .slick-list li {
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 250px;
}

/*.nec .new_room .room_slider .slick-list li.slick-current{
    width: 350px;
}*/
/*.nec .new_room .room_slider .slick-list li.slick-current img{ height: 180px; }*/

.nec .new_room .room_slider .slick-list li:last-child {
    margin-right: 0;
}

.nec .new_room .room_slider .slick-list li p {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 5px 5px;
}

.nec .new_room .room_slider .slick-list li a {
    font-weight: 500;
    padding: 5px;
    color: #78398d;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

.nec .new_room .room_slider .slick-list li img {
    width: 100%;
}


/*case section */


.nec .case_setion ul .slick-list li {
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 285px;
}

.nec .case_setion ul .slick-list li>a.img {
    display: block;
    position: relative;
    padding: 0;
}

.nec .case_setion ul .slick-list li>a.img figure {
    position: relative;
}

.nec .case_setion ul .slick-list li>a.img figure:after {
    content: '';
    background: rgba(000, 000, 000, 0.2);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.nec .case_setion ul li a p {
    font-weight: 500;
    padding: 5px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
}
.nec .case_setion ul .slick-list li>a.img:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    border: 2px #fff solid;
    border-radius: 50%;
}

.nec .case_setion ul .slick-list li>a.img:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px transparent solid;
    border-top: 10px transparent solid;
    border-left: 15px #fff solid;
    position: absolute;
    top: 0px;
    left: 6px;
    right: 0;
    bottom: 0px;
    margin: auto;
    border-radius: 5px;
    z-index: 1;
}

.nec .case_setion ul .slick-list li.slick-current>a.img {
    display: block;
}

/*.nec .case_setion ul .slick-list li.slick-current{
    width: 350px;
}*/
/*.nec .case_setion ul .slick-list li.slick-current p, .nec .case_setion ul .slick-list li.slick-current a{ display: none; }*/


.nec .case_setion ul .slick-list li:last-child {
    margin-right: 0;
}

.nec .case_setion ul .slick-list li p {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 5px 5px;
}

.nec .case_setion ul .slick-list li a {
    font-weight: bold;
    padding: 5px;
    color: #78398d;
    font-size: 13px;
    /* text-decoration: underline; */
}

.nec .case_setion ul .slick-list li img {
    width: 100%;
}

/*about power*/

.nec .about_power {
    margin-top: 30px;
    background: rgb(26, 26, 122);
    background: -moz-linear-gradient(-45deg, rgba(26, 26, 122, 1) 0%, rgba(117, 57, 138, 1) 47%, rgba(225, 112, 161, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(26, 26, 122, 1) 0%, rgba(117, 57, 138, 1) 47%, rgba(225, 112, 161, 1) 100%);
    background: linear-gradient(135deg, rgba(26, 26, 122, 1) 0%, rgba(117, 57, 138, 1) 47%, rgba(225, 112, 161, 1) 100%);
    padding: 40px 0 30px;

    border-top: 3px #286ebe solid;
    border-left: 3px #286ebe solid;
    padding-left: 150px;
    border-radius: 25% 0% 100% 0% / 100% 100% 0% 0%;
}

.nec .about_power .big_img img {
    display: block;
    
    width: 100%;

}
.nec .about_power .big_img
{
    float: left;
    max-width: 665px;
    margin-right: 20px;
    margin-top: 40px;
}






.nec .about_power .pragh span {
    
    color: #02bbff;
    font-size: 38px;
    display: block;
    margin-top: 40px;
    margin-bottom: 31px;
}
.nec a.nskowm{font-weight: bold;text-decoration: underline; font-size: 18px}

.nec .about_power .pragh p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 20px;
}


/* Arrows */

/*footer*/
.nec footer {
    background: #78398d;
    padding: 20px 0;
    font-size: 12px
}

.nec footer .row {
    color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nec footer .row .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.nec footer .row .footer_nav a {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    margin: 0 10px;
}

.nec .slick-prev,
.nec .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 28%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #78398d;
    border-radius: 50%;
    z-index: 1;
}



.nec .slick-prev:hover:before,
.nec .slick-prev:focus:before,
.nec .slick-next:hover:before,
.nec .slick-next:focus:before {
    opacity: 1;
}

.nec .slick-prev.slick-disabled:before,
.nec .slick-next.slick-disabled:before {
    opacity: 0.5;
}



.nec .slick-prev.slick-disabled,
.slick-next.slick-disabled,
.nec .bg_blue .slick-prev.slick-disabled,
.bg_blue .slick-next.slick-disabled {
    border-color: #ccc;
}

.nec .slick-prev {
    left: -40px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.nec .slick-next {
    right: -40px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}



.nec .slick-prev:before {
    content: '';
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    position: absolute;
    left: 11px;
    top: 10px;
}

.nec .slick-next:before {
    content: '';
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 8px;
    height: 8px;
    transform: rotate(132deg);
    position: absolute;
    right: 10px;
    top: 10px;
}

/*slick docts*/
.nec ul.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0 0 10px;
    line-height: 10px;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
}

.nec ul.slick-dots li {
    list-style: none;
    padding: 0 2px;
    margin: 0;
    display: block;
}

.nec ul.slick-dots li button {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #caccce;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
    font-size: 0;
    border: 0;
    outline: none;
}

.nec ul.slick-dots li button:hover {
    background: #00b1aa;
}

.nec ul.slick-dots li.slick-active button {
    background: #78398d;

}

.about_nes{background-color: #18161f;padding: 80px 20px;display: block; text-align: justify;}
.about_nes .container{ max-width: 800px; margin: 0 auto}
.nesctont{    font-size: 16px;
    color: #fff;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 20px;}
    .nseq{color: #02bbff;
    font-size: 38px;
    display: block;
    margin-top: 40px;
    margin-bottom: 31px;}
.about_nes .heading{font-size: 36px ;line-height: 44px}
/* media query*/

.about{background: rgb(26, 26, 122);
    background: -moz-linear-gradient(-45deg, rgba(26, 26, 122, 1) 0%, rgba(117, 57, 138, 1) 47%, rgba(225, 112, 161, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(26, 26, 122, 1) 0%, rgba(117, 57, 138, 1) 47%, rgba(225, 112, 161, 1) 100%);
    background: linear-gradient(135deg, rgba(26, 26, 122, 1) 0%, rgba(117, 57, 138, 1) 47%, rgba(225, 112, 161, 1) 100%);
    padding: 20px 0;}

.about .video{margin-right: 30px; position:relative;}
        .about_text{max-width: 450px;}
        .about_text span{color: #fff;
    display: block;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;}

.top_header .back_to{position: relative;top: 3px;}
.nec .top_header .back_to a:before{top: 3px;}


@media screen and (max-width: 768px) {

   .about .video {
    margin-right: 0px;
    width: 100%;
}

.about  .video iframe{width: 100%;
    top: 0;
    height: auto;
    min-height: 200px;}

    .about_text span{font-size: 20px;
    padding: 0 10px;
    line-height: 30px;
    margin-bottom: 0;}

    
    .nec .flex-dc {
        flex-direction: column;
    }
    .about_nes{text-align: left; padding: 40px 10px}
.nesctont{font-size: 14px ;line-height: 32px}
.nec .about_nes .heading{font-size: 28px ;line-height: 38px}
    .nec .heading {
        font-size: 18px;
        padding: 10px 5px;
    }

    .nec .top_header {
        justify-content: space-between;
    }

    .nec .head_purple .menu_icon {
        display: block;
        position: absolute;
        right: 35px;
        top: 27px;
        width: 34px;
        height: 3px;
        border-top: 3px #fff solid;
        box-sizing: content-box;
        padding-top: 17px;
    }

    .nec .navbar {
        background: #78398d;
        right: 0px;
        top: 77px;
        width: 100%;
        position: absolute;
        display: none;
    }

    .nec .navbar.show {
        display: block;
    }

    .nec .head_purple .navbar a {
        display: block;
        padding: 15px 20px;
        border-bottom: 1px #fff solid;
    }

    .nec .head_purple .navbar a:after {
        display: none;
    }

    .nec .head_purple .menu_icon:before {
        content: '';
        position: absolute;
        height: 3px;
        background: #fff;
        left: 0;
        top: 6px;
        right: 0;
    }

    .nec .head_purple .menu_icon:after {
        content: '';
        position: absolute;
        height: 3px;
        background: #fff;
        left: 0;
        top: 15px;
        right: 0;
    }

    .nec .head_purple .navbar a:last-child {
        padding-right: 15px;
    }

    .nec .hero_banner {
        padding: 20px 0;
    }

    .nec .hero_banner figure img {
        width: 100%;
        max-width: inherit;
    }

    .nec .about_section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .nec .about_section .video {
        margin-right: 0;
        width: 100%;
    }

    .nec .about_section .video iframe {
        width: 100%;
        top: 0;
        height: auto;
        min-height: 200px;
    }

    .nec .about_section .about_text span {
        font-size: 20px;
        padding: 0 10px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .nec .about_section .about_text p {
        padding: 0 10px;
    }

    .nec .ceo_section {
        padding: 20px 0;
        border: 0;
        border-radius: 0;
    }

    .nec .ceo_section:after {
        display: none;
    }

    .nec .ceo_section .about_ceo {
        order: 2;
        margin-top: 20px;
        padding: 0 10px;
    }

    .nec .ceo_section .about_ceo span {
        font-size: 24px;
        padding: 0 0 10px;
    }

    .nec .ceo_section .about_ceo p {
        font-size: 14px;
        line-height: 20px;
    }

    .nec .ceo_section .ceo_video {
        width: 100%;
    }

    .nec .ceo_section .ceo_video iframe {
        width: 100%;
        height: auto;
    }

    .nec .about_power {
        border-radius: 0;
        padding-left: inherit;
    }

    .nec .about_power .big_img img {
        width: 100%
    }
    .nec .about_power .big_img {
    float: none;
    max-width: 620px;
    margin-right: 0;
    margin-bottom: 20px;
}

    .nec .about_power .pragh {
        width: 100%;
        max-width: inherit;
        margin-left: inherit;
    }

    .nec .new_room .room_slider .slick-list li {
        margin-left: 0;
        margin-right: 0;
    }

    .nec .article {
        padding: 20px 0;
    }

    .nec .article ul li {
        margin-left: 0;
        margin-right: 0;
    }

    .nec .new_room {
        padding: 30px 0;
        border-radius: 0;
        border: 0;
    }

    .nec .case_setion {
        padding: 20px 0;
    }

    .nec .case_setion ul .slick-list li {
        margin-left: 0;
        margin-right: 0;
        position: relative;
    }

    .nec .case_setion ul .slick-list li.slick-current p,
    .nec .case_setion ul .slick-list li.slick-current a {
        display: block;
    }

    .nec .about_power {
        padding: 30px 0;
    }

    .nec .about_power .pragh span {
        font-size: 24px;
        line-height: 30px;
        padding: 10px;
        margin: 20px 0 10px;
    }
     .nseq{
        font-size: 24px;
        line-height: 30px;
        padding: 10px;
        margin: 20px 0 10px;
    }

    .nec .about_power .pragh p, .nesctont {
        font-size: 14px;
        line-height: 25px;
        padding: 10px;
        text-align: justify;
        margin-bottom: 10px
    }

    .nec footer span {
        display: block;
        padding-bottom: 10px;
        text-align: center;
    }

}

.moretext {
  display: none;
}

.moretext.addme{display: block;}
.nec a.moreless-button{text-decoration: underline;font-weight: bold; font-size: 16px; cursor:pointer}