body {
    margin: 0;
}
body a {
    text-decoration: none;
}

body .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 120px;
    height: 80px;
    background-color: #cc004c;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 10;
}
@media (max-width: 767px) {
    body .header {
        padding: 10px 16px;
    }
}

body .header .logo-container img {
    height: 100%;
    width: auto;
}
body .header .nav-bar {
    display: grid;
    grid-template-columns: repeat(6, auto);
    column-gap: 30px;
}
body .header .nav-bar .nav-link {
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    body .header .nav-bar .nav-link {
        display: none;
    }
}
body .header .nav-bar .nav-link a {
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}
body .header .nav-bar .nav-link a:hover {
    text-decoration: underline;
    text-underline-offset: 8px;
}
body .header nav.mobile-menu {
    display: none;
}
@media (max-width: 767px) {
    body .header nav.mobile-menu {
        display: block;
    }
}
body .header nav.mobile-menu .menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #cc004c;
}
body .header nav.mobile-menu .menu > a {
    margin: 0 1rem;
    overflow: hidden;
    text-decoration: none;
}
body .header nav.mobile-menu .menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
body .header nav.mobile-menu #menu-toggle {
    display: none;
}
body .header nav.mobile-menu .menu-button,
body .header nav.mobile-menu .menu-button:after,
body .header nav.mobile-menu .menu-button:before {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}
body .header nav.mobile-menu .menu-button:before {
    content: "";
    margin-top: -8px;
}
body .header nav.mobile-menu .menu-button:after {
    content: "";
    margin-top: 8px;
}
body .header nav.mobile-menu #menu-toggle:checked + .menu-button-container .menu-button:before {
    margin-top: 0;
    transform: rotate(405deg);
}
body .header nav.mobile-menu #menu-toggle:checked + .menu-button-container .menu-button {
    background: hsla(0, 0%, 100%, 0);
}
body .header nav.mobile-menu #menu-toggle:checked + .menu-button-container .menu-button:after {
    margin-top: 0;
    transform: rotate(-405deg);
}

.video_title{
    font-family: Raleway;
    font-style: normal;
    margin-top: 30px;
    font-weight: 700;
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #fff;
}


@media (max-width: 767px) {

    .video_title {
    font-size: 16px;
    line-height: 30px;
    }

    body .header nav.mobile-menu .menu-button-container {
        display: flex;
    }
    body .header nav.mobile-menu .menu {
        position: absolute;
        top: 0;
        margin-top: 80px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    body .header nav.mobile-menu #menu-toggle ~ .menu a {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    }
    body .header nav.mobile-menu #menu-toggle:checked ~ .menu a {
        height: 2.5em;
        padding: 0.5em;
        transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    }
    body .header nav.mobile-menu .menu > a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: #fff;
        font-family: Plus Jakarta Sans;
        font-size: 20px;
        line-height: 30px;
    }
}
body .root {
    max-width: 1366px;
    margin: 112px auto 0;
}
body .root a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
body .root .main {
  margin: 0;
  padding-bottom: 55px;
  background-image: url(http://images.moneycontrol.com/assets/images/ms/fuf/social_icons/banner_bg.b6c105cc.jpg);
  background-repeat: no-repeat;
}
body .root .main .banner-container {
    position: relative;
}
@media (min-width: 1200px) {
    body .root .main .banner-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 135px;
        margin-bottom: 55px;
    }
}
body .root .main .banner-container .banner-image-container img {
    width: 100%;
    height: auto;
}
@media (min-width: 992px) {
    body .root .main .banner-container .banner-image-container {
        height: 500px;
        text-align: center;
    }
    body .root .main .banner-container .banner-image-container img {
        height: 100%;
        width: auto;
    }
}
@media (min-width: 768px) {
    body .root .main .banner-container .banner-image-container {
        height: 500px;
        text-align: center;
    }
    body .root .main .banner-container .banner-image-container img {
        height: 100%;
        width: auto;
    }
}
body .root .main .banner-container .banner-text-container .banner-text {
    text-align: center;
    margin: 70px 0 0;
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 39px;
    line-height: 45px;
}
@media (max-width: 767px) {
    body .root .main .banner-container .banner-text-container .banner-text {
        font-size: 24px;
        line-height: 32px;
    }
}
@media (min-width: 1200px) {
    body .root .main .banner-container .banner-text-container .banner-text {
        text-align: left;
        margin: 115px 0 0;
    }
}
body .root .main .banner-container .banner-text-container .banner-text span {
    color: #cc004c;
}
body .root .main .banner-container .banner-text-container .register-now {
    margin-top: 35px;
    text-align: center;
}
@media (min-width: 1200px) {
    body .root .main .banner-container .banner-text-container .register-now {
        text-align: left;
    }
}
body .root .main .banner-container .banner-text-container .register-now .button {
    padding: 12px 36px;
    background: #cc004c;
    border-radius: 50px;
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    outline: none;
    border: none;
    text-decoration: none;
    display: inline-block;
}
@media (max-width: 767px) {
    body .root .main .banner-container .banner-text-container .register-now .button {
        font-size: 20px;
        line-height: 20px;
    }
}
body .root .main .banner-container .banner-text-container .register-now .date {
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #282c2f;
    margin: 25px 0 0;
}
@media (max-width: 767px) {
    body .root .main .banner-container .banner-text-container .register-now .date {
        font-size: 20px;
        line-height: 20px;
    }
}
body .root .main .banner-container .banner-text-container .register-now .date span {
    color: #cc004c;
}
body .root .main .about-section {
    padding: 55px 125px;
}
@media (max-width: 767px) {
    body .root .main .about-section {
        padding: 55px 16px;
    }
}
body .root .main .about-section .article {
    display: grid;
    row-gap: 26px;
}
body .root .main .about-section .article .title {
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    color: #282c2f;
}
@media (min-width: 1200px) {
    body .root .main .about-section .article .title {
        font-size: 44px;
        line-height: 50px;
    }
}
body .root .main .about-section .article .text {
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    color: #282c2f;
    text-align: center;
}
@media (min-width: 1200px) {
    body .root .main .about-section .article .text {
        text-align: left;
    }
}
body .root .eligibility-section {
    padding: 55px 125px;
    background: #fafafa;
}
@media (max-width: 767px) {
    body .root .eligibility-section {
        padding: 55px 16px;
    }
}
body .root .eligibility-section h2 {
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #282c2f;
    margin: 0;
}
@media (max-width: 767px) {
    body .root .eligibility-section h2 {
        font-size: 24px;
        line-height: 32px;
    }
}
body .root .eligibility-section .heading-text {
    margin: 25px auto 0;
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #282c2f;
    text-align: center;
    max-width: 750px;
    width: 100%;
}
body .root .eligibility-section .cards-container {
    margin-top: 75px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    row-gap: 75px;
    column-gap: 85px;
}
@media (max-width: 767px) {
    body .root .eligibility-section .cards-container {
        grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
        row-gap: 35px;
    }
}
body .root .eligibility-section .cards-container .card {
    display: grid;
    grid-template-columns: auto 1fr;
    height: 130px;
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    overflow: hidden;
}
@media (max-width: 767px) {
    body .root .eligibility-section .cards-container .card {
        height: 100px;
    }
}
body .root .eligibility-section .cards-container .card .icon {
    display: flex;
    width: 130px;
    background: #cc004c;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
    body .root .eligibility-section .cards-container .card .icon {
        width: 100px;
    }
    body .root .eligibility-section .cards-container .card .icon img {
        height: 35px;
        width: auto;
    }
}
body .root .eligibility-section .cards-container .card .text-container {
    display: flex;
    align-items: center;
    margin: 0 0 0 40px;
    overflow: hidden;
}
body .root .eligibility-section .cards-container .card .text-container .text {
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
@media (max-width: 767px) {
    body .root .eligibility-section .cards-container .card .text-container .text {
        font-size: 14px;
        line-height: 18px;
    }
}
body .root .documents-required-section,
body .root .evaluation-parameter-section {
    padding: 55px 125px;
}
@media (max-width: 767px) {
    body .root .documents-required-section,
    body .root .evaluation-parameter-section {
        padding: 55px 16px;
    }
}
body .root .documents-required-section h2,
body .root .evaluation-parameter-section h2 {
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #282c2f;
    margin: 0;
}
@media (max-width: 767px) {
    body .root .documents-required-section h2,
    body .root .evaluation-parameter-section h2 {
        font-size: 24px;
        line-height: 32px;
    }
}
body .root .documents-required-section .heading-text,
body .root .evaluation-parameter-section .heading-text {
    margin: 25px auto 0;
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #282c2f;
    text-align: center;
    max-width: 750px;
    width: 100%;
}
body .root .documents-required-section .evaluation-parameter-container,
body .root .evaluation-parameter-section .evaluation-parameter-container {
    margin-top: 25px;
    display: grid;
    row-gap: 32px;
}
body .root .documents-required-section .evaluation-parameter-container .evaluation-parameter,
body .root .evaluation-parameter-section .evaluation-parameter-container .evaluation-parameter {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 25px;
}
body .root .documents-required-section .evaluation-parameter-container .evaluation-parameter .check-icon,
body .root .evaluation-parameter-section .evaluation-parameter-container .evaluation-parameter .check-icon {
    height: 26px;
    width: 26px;
    background-color: #cc004c;
    border-radius: 50%;
    position: relative;
}
body .root .documents-required-section .evaluation-parameter-container .evaluation-parameter .check-icon:after,
body .root .evaluation-parameter-section .evaluation-parameter-container .evaluation-parameter .check-icon:after {
    position: absolute;
    left: 10px;
    top: 6px;
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 10px;
    width: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
body .root .documents-required-section .evaluation-parameter-container .evaluation-parameter .text,
body .root .evaluation-parameter-section .evaluation-parameter-container .evaluation-parameter .text {
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #282c2f;
    text-align: left;
}
@media (max-width: 767px) {
    body .root .documents-required-section .evaluation-parameter-container .evaluation-parameter .text,
    body .root .evaluation-parameter-section .evaluation-parameter-container .evaluation-parameter .text {
        font-size: 14px;
        line-height: 20px;
    }
}
body .root .jury-members-section {
    padding: 55px 125px;
}
@media (max-width: 767px) {
    body .root .jury-members-section {
        padding: 55px 16px;
    }
}
body .root .jury-members-section h2 {
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #282c2f;
    margin: 0;
}
@media (max-width: 767px) {
    body .root .jury-members-section h2 {
        font-size: 24px;
        line-height: 32px;
    }
}
body .root .jury-members-section .jury-members-container {
    margin-top: 50px;
    display: grid;
    row-gap: 16px;
    column-gap: 16px;
}
@media (max-width: 767px) {
    body .root .jury-members-section .jury-members-container {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}
@media (min-width: 768px) {
    body .root .jury-members-section .jury-members-container {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}
@media (min-width: 1200px) {
    body .root .jury-members-section .jury-members-container {
        grid-template-columns: repeat(auto-fill, minmax(267px, 1fr));
    }
}
body .root .jury-members-section .jury-members-container .jury-member {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
body .root .jury-members-section .jury-members-container .jury-member img {
    width: 100%;
    max-height: 267px;
    height: auto;
    min-height: auto;
}
body .root .jury-members-section .jury-members-container .jury-member .details {
    height: 150px;
    padding: 24px;
    background-color: #3b4857;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    body .root .jury-members-section .jury-members-container .jury-member .details {
        padding: 16px;
    }
}
@media (max-width: 767px) {
    body .root .jury-members-section .jury-members-container .jury-member .details {
        height: 115px;
        padding: 12px;
    }
}
body .root .jury-members-section .jury-members-container .jury-member .details .name {
    font-family: Raleway;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #fff;
}
@media (max-width: 767px) {
    body .root .jury-members-section .jury-members-container .jury-member .details .name {
        font-size: 16px;
        line-height: 20px;
    }
}
body .root .jury-members-section .jury-members-container .jury-member .details .designation {
    font-family: Raleway;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #cfd3d7;
}
body .root .jury-members-section .jury-members-container .jury-member .details .social-media {
    margin-top: 8px;
    display: flex;
    justify-content: center;
}
body .root .jury-members-section .jury-members-container .jury-member .details .social-media .link-container {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
}
@media (max-width: 767px) {
    body .root .jury-members-section .jury-members-container .jury-member .details .social-media .link-container {
        height: 24px;
        width: 24px;
    }
}
body .root .jury-members-section .jury-members-container .jury-member .details .social-media .link-container .link {
    cursor: pointer;
    background-color: #fff;
    height: 100%;
    display: block;
}
body .root .jury-members-section .jury-members-container .jury-member .details .social-media .link-container .link.twitter {
  -webkit-mask: url('http://images.moneycontrol.com/assets/images/ms/fuf/twitter_new.svg') no-repeat center;
  mask: url('http://images.moneycontrol.com/assets/images/ms/fuf/twitter_new.svg') no-repeat center;
}
body .root .jury-members-section .jury-members-container .jury-member .details .social-media .link-container .link.linkedin {
  -webkit-mask: url('http://images.moneycontrol.com/assets/images/ms/fuf/linkedin_new.svg') no-repeat center;
  mask: url('http://images.moneycontrol.com/assets/images/ms/fuf/linkedin_new.svg') no-repeat center;
}
body .root .jury-members-section .jury-members-container .jury-member .details .social-media .link-container:hover {
    background-color: #cc004c;
}
body .root .jury-members-section .jury-members-container .jury-member .details .social-media .link-container:hover .link {
    background-color: #fff;
}
body .root .article-video-section {
    padding: 55px 125px;
}
@media (max-width: 767px) {
    body .root .article-video-section {
        padding: 55px 16px;
    }
}
body .root .article-video-section h2 {
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #282c2f;
    margin: 0;
}
@media (max-width: 767px) {
    body .root .article-video-section h2 {
        font-size: 24px;
        line-height: 32px;
    }
}
body .root .article-video-section .article-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(465px, 1fr));
    row-gap: 25px;
    column-gap: 20px;
}
@media (max-width: 767px) {
    body .root .article-video-section .article-grid {
        grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
    }
}
body .root .article-video-section .article-grid .article {
    display: grid;
    grid-template-columns: 225px 1fr;
    height: 200px;
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    overflow: hidden;
}
@media (max-width: 767px) {
    body .root .article-video-section .article-grid .article {
        grid-template-columns: 125px 1fr;
        height: 115px;
    }
}
@media (max-width: 767px) {
    body .root .article-video-section .article-grid .article .image-container {
        height: 115px;
    }
}
body .root .article-video-section .article-grid .article .image-container img {
    width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    body .root .article-video-section .article-grid .article .image-container img {
        height: 100%;
        width: auto;
    }
}
body .root .article-video-section .article-grid .article .article-container {
    display: flex;
    align-items: center;
    padding: 30px;
    overflow: hidden;
    background-color: #f5f5f5;
}
@media (max-width: 767px) {
    body .root .article-video-section .article-grid .article .article-container {
        padding: 0 12px;
    }
}
body .root .article-video-section .article-grid .article .article-container .article-text {
    width: 100%;
}
body .root .article-video-section .article-grid .article .article-container .article-text .title {
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
@media (max-width: 767px) {
    body .root .article-video-section .article-grid .article .article-container .article-text .title {
        font-size: 16px;
        line-height: 20px;
    }
}
body .root .article-video-section .article-grid .article .article-container .article-text .text {
    margin-top: 20px;
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
@media (max-width: 767px) {
    body .root .article-video-section .article-grid .article .article-container .article-text .text {
        margin-top: 8px;
        font-size: 14px;
        line-height: 18px;
    }
}
body .root .article-video-section .video-grid {
    padding-top: 95px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    row-gap: 20px;
    column-gap: 20px;
}
@media (min-width: 992px) {
    body .root .article-video-section .video-grid {
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    }
}
@media (min-width: 1200px) {
    body .root .article-video-section .video-grid {
        grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    }
}
body .root .article-video-section .video-grid .video {
    height: 300px;
    position: relative;
}
body .root .article-video-section .video-grid .video .thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body .root .article-video-section .video-grid .video .pink-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(204, 0, 76, 0.44), rgba(204, 0, 76, 0.44));
}
body .root .article-video-section .video-grid .video .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: auto;
}
body .root .enter-now-button-container {
    text-align: center;
}
body .root .enter-now-button-container .enter-now-button {
    padding: 16px 48px;
    background-color: #cc004c;
    text-decoration: none;
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #fff;
}
@media (max-width: 767px) {
    body .root .enter-now-button-container .enter-now-button {
        font-size: 18px;
        line-height: 30px;
    }
}
body .footer {
    margin-top: 75px;
    width: 100%;
    background-color: #cc004c;
    padding: 10px 120px;
    height: 80px;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    body .footer {
        display: block;
        padding: 10px 16px;
        height: auto;
    }
}
body .footer .right-section {
    text-align: right;
}
body .footer .left-section,
body .footer .right-section {
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
@media (max-width: 767px) {
    body .footer .left-section,
    body .footer .right-section {
        text-align: center;
    }
}

.footer .left-section a,
.footer .right-section a {
    color: #fff;
}

/*# sourceMappingURL=/home.bbb68395.css.map */

/*=== slick css ===*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    text-align: center;
    margin: 0 auto;
}
.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.slick-dots button {
    border-radius: 100%;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #a0a4a4;
    font-size: 0;
    outline: 0;
}
.slick-dots li.slick-active button {
    background-color: #2b7493;
}
.slick-next,
.slick-prev {
    outline: 0;
}
.slick-arrow.slick-disabled {
    cursor: default;
}
.video-section {
    padding: 55px 125px;
}
.video-section h2 {
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #282c2f;
    margin: 0 0 20px;
}
.videoslider {
    position: relative;
    width: 100%;
    margin: 0 auto !important;
    display: block;
    background: #000;
    text-align: center;
    padding: 55px 0;
}
.vid_slider {
    padding: 0;
}
.videoslider li {
    position: relative;
}
.videoslider .slick-slide img {
    display: block;
    margin: 0 auto;
    width: 640px;
}
.videoslider li span.vidplaybtn {
  position: absolute;
  width: 75px;
  height: 75px;
  text-align: center;
  background: url("http://images.moneycontrol.com/assets/images/ms/fuf/social_icons/play.svg") center center no-repeat;
  z-index: 1;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
}
.videoslider .slick-next,
.videoslider .slick-prev {
    position: absolute;
    top: 40%;
    padding: 5px;
    background: #cc004c;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 0;
    z-index: 1;
    border: 0;
}
.videoslider .slick-next {
    right: 30px;
}
.videoslider .slick-next:after,
.videoslider .slick-prev:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 16px;
    z-index: 11;
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(315deg);
}
.videoslider .slick-next:after {
    left: 14px;
    transform: rotate(135deg);
}
.videoslider .slick-prev {
    left: 30px;
}

@media all and (max-width: 980px) {
    .video-section {
        padding: 20px;
    }
    .videoslider {
        padding: 15px 0;
    }
    .video-section h2 {
        font-size: 24px;
    }
    .videoslider .slick-slide img {
        width: 90%;
    }
    .videoslider .slick-next {
        right: 10px;
    }
    .videoslider .slick-prev {
        left: 10px;
    }
    .videoslider li span.vidplaybtn {
        width: 60px;
        height: 60px;
        background-size: 60px;
    }
    .videoslider .slick-next,
    .videoslider .slick-prev {
        width: 40px;
        height: 40px;
    }
    .videoslider .slick-prev:after {
        left: 14px;
        top: 11px;
    }
    .videoslider .slick-next:after {
        left: 7px;
        top: 12px;
    }
    body .root .jury-members-section .jury-members-container .jury-member img {
        width: 100%;
        /* max-height: auto; */
        height: 267px;
        min-height: auto;
    }
}
/**** comment end  ****/

