/*== fonts ==*/

@font-face {
    font-family: 'intro_blackregular';
    src: url('https://www.moneycontrol.com/commonfiles/font/intro-black-webfont.woff2?classic=true') format('woff2'), url('https://www.moneycontrol.com/commonfiles/font/intro-black-webfont.woff?classic=true') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*== fonts ==*/


/*== common ==*/

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

html {
    height: 100%;
}

body,
ul,
ol,
li,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* a, a:hover {text-decoration: none; color: #000;} */

img {
    max-width: 100%;
    height: auto;
}

.internal_wrapper {
    width: 1200px;
    margin: 0 auto;
}

.inter_left {
    float: left;
    width: 100%;
}

.inter_right {
    float: right;
    width: 315px;
}

.article_cnt {
    color: #262626;
    font: 16px/28px 'Roboto', sans-serif;
}

.article_cnt span {
    font-weight: 600;
}

.article_cnt p {
    margin-bottom: 20px;
}

.article_cnt a {
    color: #4ea2d4;
}

.article_heading {
    color: #2e3292;
    font: 700 40px/36px 'Open Sans Condensed', sans-serif;
}

.arti_description {
    color: #000000;
    font: 13px/20px 'Open Sans', sans-serif;
    padding-bottom: 5px;
    padding-top: 10px;
    border-bottom: 1px dotted #979797;
}

.share_bx {
    padding: 7px 0px;
}

svg {
    fill: currentColor;
}

.eco_share {
    display: inline-block;
    float: right;
    cursor: pointer;
    position: relative;
    width: 25px;
    height: 25px;
    background: url(https://images.moneycontrol.com/static-mcnews/2020/05/share_ic.png) 0 0 no-repeat;
    text-align: center;
}

.share_icon {
    fill: #ff9000;
}

.ecosoc_cnt {
    display: none;
    position: absolute;
    top: -6px;
    left: 22px;
    padding: 0 0 0 10px;
    z-index: 9;
}

.socshare {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 5px;
    width: 34px;
}

.socshare:before {
    width: 8px;
    height: 8px;
    border: 1px solid #ccc;
    content: "";
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    margin-left: -22px;
    border-top: none;
    border-right: none;
    top: 14px;
}

.socshare a {
    display: block;
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}

.socshare a.ico_fb {
    background-position: 0 0;
}

.socshare a.ico_tweet {
    background-position: 0px -24px;
}

.socshare a.ico_linkdin {
    background-position: 0 -48px;
}

.socshare a.ico_watsapp {
    background-position: 0 -72px;
}

.socshare a:last-child {
    margin: 0px;
}

.eco_share:hover {
    background-position: -32px 0;
}

.eco_share:hover .ecosoc_cnt {
    display: block;
}

.fb_icon {
    fill: #3b5998;
}

.tt_icon {
    fill: #38a1f3;
}

.linkedin_icon {
    fill: #0077b5;
}

.whatsapp_icon {
    fill: #4fce5d;
}

.advt_bx {
    background-color: #e5e5e5;
    padding: 3px 7px 7px;
    color: #262626;
    font: 600 10px 'Open Sans', sans-serif;
    margin-top: 10px;
}

.hide_in_desktop {
    display: none;
}

#mainnav.innav {
    z-index: 999;
}


/*== top section of event page ==*/

.about_the_event_container {
    margin-bottom: 35px;
}

.internal_overhhead {
    color: #006ecf;
    text-transform: uppercase;
    font: 700 40px 'Roboto Condensed', sans-serif;
    margin-bottom: 0;
    margin-top: 0;
}

.internal_small_overhhead {
    background: url(https://images.moneycontrol.com/static-mcnews/2020/05/title_dot.png) left 7px no-repeat;
    color: #0479c1;
    text-transform: uppercase;
    font: 700 20px 'Open Sans', sans-serif;
    padding-left: 23px;
    margin-bottom: 0px;
    width: 19px;
    height: 25px;
    background-size: 83%;
    display: block;
    margin-top: 0;
}

.internal_blue_bg {
    background: url("https://images.moneycontrol.com/assets/images/ms/amex/banner_bg.jpg") left top repeat-x;
    padding: 45px 0;
    margin-bottom: 10px;
}

.future_of_indian_industry .img_block {
    position: relative;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

.future_of_indian_industry .img_block a {
    color: #fff;
}

.future_of_indian_industry .img_block .overlay_content {
    position: absolute;
    top: 80px;
    left: 50px;
}

.overlay_content .first_text {
    font: 500 20px roboto, sans-serif;
}

.overlay_content .first_text span {
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
}

.overlay_content .second_text {
    font: 700 25px intro_blackregular, sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 7px;
}

.date_time_strip {
    background-color: #00a1e0;
    position: absolute;
    font: 500 15px roboto, sans-serif;
    left: 0;
    bottom: 100px;
    padding: 6px;
    width: 65%;
    text-align: right;
}

.future_of_indian_industry .content_block {
    background-color: #fff;
    padding: 28px 15px 15px 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 648px;
    margin-left: -102px;
    margin-top: 70px;
}

.inside_block {
    margin-left: 20px
}

.inside_block .top_block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #949494;
}

.inside_block .top_block a {
    font: 700 35px 'Open Sans Condensed', sans-serif;
    color: #2e3292;
}

.inside_block .top_block a:hover {
    text-decoration: none;
}

.association_with {
    float: left;
    font: 400 italic 12px 'Open Sans', sans-serif;
    color: #8a8a8a;
}

.association_with span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.date_time_container {
    float: left;
    font: 500 20px 'Roboto', sans-serif;
    color: #006ecf;
}

.date_time_container .date_block {
    margin-bottom: 5px;
}

.date_time_container .date_block:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url("https://images.moneycontrol.com/assets/images/ms/amex/calendar_icon.png") no-repeat;
    width: 18px;
    height: 21px;
}

.date_time_container .time_block:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url("https://images.moneycontrol.com/assets/images/ms/amex/watch_icon.png") no-repeat;
    width: 20px;
    height: 21px;
}

.date_time_container .left_block {
    display: inline-block;
    vertical-align: middle;
}

.date_time_container .right_block {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.anchor_container {
    margin-bottom: 40px;
}


/*== top section of event page ==*/

.seeyou {
    padding-top: 40px;
}

.seeyou p {
    color: #636363;
    text-transform: uppercase;
    font: 15px 'Roboto', sans-serif;
}

.seeyou button {
    margin: 5px 0px 0 0;
    min-width: 164px;
}


/*== speakers ==*/

.speaker_group {
    display: inline-block;
    vertical-align: top;
}

.speakers_container {
    margin-bottom: 25px;
}

.speaker_pic {
    width: 160px;
    height: 148px;
    overflow: hidden;
    background: #f1f1f1;
    border: 1px solid #bebebe;
    padding: 5px;
    border-radius: 5px;
    position: relative;
}

.speaker_pic img {
    display: block;
    border-radius: 5px;
}

.speaker_name {
    font: 700 16px 'Roboto', sans-serif;
    color: #0379c1;
    margin-top: 10px;
    text-transform: uppercase;
}

.speaker_designation {
    font: 15px 'Roboto', sans-serif;
    color: #53565a;
    /* width: 115px; */
    width: 159px;
}

.speakers_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.speakers_list li {/*
    margin-right: 80px;*/
    margin-bottom: 50px;/*
    margin-left: 15px;*/
	width:22%;
	margin-right: 25px;
}

/*.speakers_list li:nth-child(3n+3) {
    margin-right: 0;
}*/
.speakers_list li:nth-child(4n) {
    margin-right: 0;
}

.comname {
    color: #97999b;
    font: 15px 'Roboto', sans-serif;
}


/*== speakers ==*/

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml15 {
    margin-left: 15px;
}


/*== agenda ==*/

.agenda_table {
    margin: 5px auto 20px;
}

.agenda_table tr th {
    background-color: #000;
    padding: 10px;
    font: 600 13px 'Open Sans', sans-serif;
    color: #ffffff;
    text-align: left;
}

.agenda_table tr td {
    padding: 10px;
    font: 400 14px 'Open Sans', sans-serif;
    color: #000000;
}

.agenda_table tr td span {
    color: #00a1e0;
    font-weight: 600;
}

.agenda_table tr td:first-child {
    color: #2e3292;
    font-weight: 600;
}

.agenda_table tr td:nth-of-type(odd) {
    width: 25%;
}

.agenda_table tr:nth-of-type(odd) td {
    background-color: #e5e5e5;
}

.agenda_table tr td:nth-of-type(even) {
    font-weight: 400;
}

.agenda_container .button_block {
    margin-top: 20px;
    font: 400 20px 'Open Sans', sans-serif;
    color: #636363;
    text-align: center;
}

.agenda_container .button_block>div {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.agenda_container .linkbtn {
    margin-right: 0;
    min-width: 230px;
}


/*== agenda ==*/


/*== article in events page ==*/

.article_container {
    margin-top: 70px;
    padding-bottom: 20px;
    padding-top: 25px;
}

.article_list {
    margin-top: 25px;
}

.article_list li {
    float: left;
    width: 255px;
    margin-right: 45px;
}

.article_list li .content_block {
    width: 220px;
    background-color: #fff;
    padding: 8px 15px 15px 15px;
    position: relative;
    bottom: 28px;
    margin-left: 35px;
}

.article_list li .content_block .inside_block {
    margin-left: 0;
}

.article_list li .content_block .inside_block .top_block {
    margin-bottom: 13px;
    padding-bottom: 10px;
    color: #2e3292;
    font: 400 16px/20px 'Open Sans Condensed', sans-serif;
}

.article_list li .content_block .inside_block .bottom_block .linkbtn {
    font-size: 12px;
    min-width: 88px;
    line-height: 23px;
}


/*== article in events page ==*/


/*== white papers ==*/

.white_papers_container {
    margin-top: 30px;
    border: 1px solid #2d3392;
}

.white_papers_container .top_block {
    background-color: #2d3392;
    font: 400 18px 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px 10px 30px;
    position: relative;
}

.white_papers_container .top_block:after {
    content: "";
    border-top: 16px solid #2d3392;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 19px;
    z-index: 99;
    top: 40px;
}

.white_papers_container .bottom_block {
    position: relative;
    z-index: 0;
    padding: 25px;
    font: 400 14px/17px 'Open Sans', sans-serif;
    color: #262626;
    background: #e8ebfe;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e8ebfe 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e8ebfe 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e8ebfe 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e8ebfe', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.airplane {
    background: url(https://images.moneycontrol.com/static-mcnews/2020/05/airplane.png) no-repeat;
    width: 91px;
    height: 81px;
    position: absolute;
    z-index: -1;
    right: 12px;
    bottom: 0;
}

.download_nw {
    font: 400 15px 'Open Sans Condensed', sans-serif;
    color: #0379c1;
    text-decoration: none;
    margin-top: 10px;
    border-bottom: 1px dotted #0379c1;
    display: inline-block;
    padding-right: 7px;
}

.file_icon {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    background: #0773bd url(https://images.moneycontrol.com/static-mcnews/2020/05/file_icon.png) no-repeat;
    background-position: 6px 3px;
    position: relative;
    top: 5px;
    left: -3px;
}

.download_nw:hover {
    text-decoration: none;
}


/*== white papers ==*/


/*== pre question ==*/

.pre_question_container {
    margin-top: 30px;
}

.pre_question_container .top_block {
    background-color: #165aad;
    font: 400 18px 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px 10px 30px;
    position: relative;
}

.pre_question_container .top_block:after {
    content: "";
    border-top: 16px solid #165aad;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 19px;
    z-index: 99;
    top: 40px;
}

.pre_question_container .bottom_block {
    position: relative;
    z-index: 0;
    padding: 25px 25px 15px 25px;
    border-left: 1px solid #165aad;
    border-right: 1px solid #165aad;
    border-bottom: 1px solid #165aad;
    background: url(https://images.moneycontrol.com/assets/images/ms/amex/pre_ques_bg.jpg) no-repeat;
    background-size: cover;
    height: 335px;
}

.pre_question_container .bottom_block .qus_mark_icon {
    position: absolute;
    background: url("https://images.moneycontrol.com/static-mcnews/2020/05/question_icon.png") no-repeat;
    width: 129px;
    height: 95px;
    right: 5px;
    bottom: 5px;
}

.pre_question_container .form_block p {
    font: 400 14px 'Open Sans', sans-serif;
    color: #262626;
    margin-bottom: 15px;
}

.pre_question_container .form_div {
    float: left;
    margin-bottom: 5px;
}

.pre_question_container .form_div input {
    border: 1px solid #d8d8d8;
    padding: 5px 8px;
    font: 400 12px 'Open Sans', sans-serif;
    color: #505050;
    width: 124px;
}

.pre_question_container .form_div input:focus,
.pre_question_container .form_div textarea {
    outline: 0;
}

.pre_question_container .form_div:nth-of-type(2) {
    margin-left: 15px;
}

.pre_question_container .form_div textarea {
    border: 1px solid #d8d8d8;
    padding: 5px 8px;
    font: 400 12px 'Open Sans', sans-serif;
    color: #505050;
    width: 261px;
    resize: none;
    height: 65px;
}

.pre_question_container .error_msg {
    color: #ff0000;
    height: 18px;
    display: block;
    margin: 2px 0 0 5px;
    font-size: 11px;
}

.pre_question_container .form_div .chklist {
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 17px;
    font: 10px 'robotoregular', sans-serif;
    color: #505050;
    cursor: pointer;
}

.pre_question_container .form_div .chklist input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left: 2px;
    top: -2px;
}

.pre_question_container .form_div .chklist .ic_check {
    left: 0;
    background-color: #ffffff;
    border: 1px solid #505050;
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    top: 1px;
}

.pre_question_container .form_div .chklist input:checked~.ic_check:after {
    display: block;
}

.pre_question_container .form_div .ic_check:after {
    content: "";
    position: absolute;
    display: none;
}

.pre_question_container .form_div .chklist .ic_check:after {
    left: 3px;
    top: 0px;
    width: 2px;
    height: 5px;
    border: solid #505050;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.terms_condition {
    text-decoration: underline;
}

.pre_question_container .form_div .linkbtn {
    min-width: 145px;
    line-height: 32px;
    margin-top: 5px;
    color: #ffffff;
}

.pre_question_container .form_div a.linkbtn,
.pre_question_container .form_div a.linkbtn:hover {
    color: #ffffff;
}

.thankyou_block p {
    font: 700 20px 'Open Sans', sans-serif;
    color: #0871bc;
}

.thankyou_block p+p {
    font: 400 14px/17px 'Open Sans', sans-serif;
    color: #262626;
}

.terms_submit .form_div:nth-of-type(2) {
    margin-left: 0;
}


/*== pre question ==*/


/*== article consumption ==*/

.article_consumption_wrapper {
    margin-top: 100px;
}

.imgwrap {
    margin-bottom: 20px;
    text-align: center;
}


/*== article consumption ==*/


/*== article page ==*/

.article_wrapper .inter_left {
    margin-bottom: 35px;
}

.future_of_indian_industry.article_wrapper .content_block .inside_block .bottom_block .linkbtn {
    font-size: 12px;
    min-width: 88px;
    line-height: 23px;
}

.article_wrapper .article_container {
    margin-top: 0px;
}

.article_wrapper .article_list li {
    width: 100%;
    margin-right: 0px;
}

.article_wrapper .article_list li img {
    width: 100%;
}

.article_wrapper .article_list li .content_block {
    width: 97%;
}

.article_wrapper .article_list li .content_block .inside_block .top_block {
    font-size: 30px;
    line-height: 32px;
}

.article_wrapper .article_list li .content_block .inside_block .top_block p {
    font: 400 13px/20px 'Open Sans', sans-serif;
    color: #262626;
}


/*== article page ==*/

@media screen and (max-width: 1025px) {
    .internal_wrapper {
        width: 1000px;
    }
    .inter_left {
        width: 660px;
    }
    .ecosoc_cnt {
        left: auto;
        right: 30px;
    }
    .socshare:before {
        width: 8px;
        height: 8px;
        border: 1px solid #ccc;
        content: "";
        background: #fff;
        position: absolute;
        transform: rotate(-130deg);
        margin-left: 12px;
        border-top: none;
        border-right: none;
        top: 14px;
    }
    .future_of_indian_industry .content_block {
        width: 448px;
        margin-left: -102px;
        margin-top: 37px;
    }
    .date_time_container {
        font-size: 16px;
        margin-left: 72px;
        margin-top: 24px;
    }
    .date_time_container .right_block {
        margin-left: 9px;
    }
    .date_time_container .right_block .linkbtn {
        min-width: 180px;
        margin-right: 0;
    }
    .future_of_indian_industry .content_block {
        margin-top: 70px;
    }
}

@media screen and (max-width: 980px) {
    .internal_wrapper {
        width: 100%;
        padding: 0 20px;
    }
    .inter_left {
        float: none;
        width: 100%;
    }
    .inter_right {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .advt_bx {
        width: 315px;
        margin: 0 auto;
    }
    .article_heading {
        font-size: 35px;
    }
    .inside_block .top_block a {
        line-height: 36px;
    }
    .internal_small_overhhead {
        margin-bottom: 5px;
    }
    .future_of_indian_industry .img_block {
        width: 100%;
    }
    .future_of_indian_industry .img_block img {
        width: 100%;
    }
    .future_of_indian_industry .content_block {
        width: 95%;
        margin: -52px 18px 0 18px;
    }
    .date_time_container {
        position: static;
        margin-left: 0;
        font-size: 23px;
    }
    .date_time_container .right_block {
        margin-left: 0;
        display: block;
        margin-top: 20px;
    }
    .pre_question_container .form_div {
        width: 48%;
    }
    .pre_question_container .form_div input {
        width: 100%;
    }
    .terms_submit .form_div {
        width: 100%;
    }
    .article_consumption_wrapper {
        margin-top: 20px;
    }
    .article_list li {
        float: none;
        display: block;
        width: 100%;
    }
    .article_list li .img_block,
    .article_list li .img_block img {
        width: 100%;
    }
    .article_list li .content_block {
        width: 95%;
        margin-left: 36px;
    }
    .article_container .article_list li .content_block .inside_block .bottom_block .linkbtn {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    .hide_in_mobile {
        display: none;
    }
    .show_in_mobile {
        display: block;
    }
    .future_of_indian_industry .internal_wrapper {
        padding: 0;
    }
    .future_of_indian_industry .content_block {
        width: 90%;
        margin: -34px 18px 0 18px;
        padding: 15px 15px 19px 20px;
    }
    .inside_block {
        margin-left: 0;
        margin-bottom: 0;
    }
    .internal_overhhead {
        font-size: 32px;
        margin-bottom: 0;
        background-size: 28px;
        background-position: left 12px;
    }
    .inside_block .top_block {
        line-height: 35px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .overlay_content .first_text {
        font-size: 12px;
    }
    .overlay_content .first_text span {
        font-size: 10px;
    }
    .overlay_content .second_text {
        font-size: 15px;
        line-height: 16px;
    }
    .future_of_indian_industry .img_block .overlay_content {
        top: 25px;
        left: 20px;
    }
    .date_time_strip {
        padding: 3px 6px 3px 3px;
        font-size: 10px;
        line-height: 12px;
        bottom: 60px;
    }
    .date_time_container .right_block .linkbtn {
        margin-bottom: 0;
    }
    .date_time_container {
        margin-top: 15px;
    }
    .internal_blue_bg {
        padding: 45px 0 23px;
    }
    .speakers_list {
        justify-content: center;
    }
    .speakers_list li:nth-child(2n+1) {
        margin-left: 0px;
        margin-right: 10px;
    }
    .speakers_list li:nth-child(2n+1) {}
    .speakers_list li {
        margin-left: 0;
        margin-right: 0;
		width:48%;
    }
    .speaker_designation {
        width: 115px;
      /*  margin: auto 20px;*/
    }
    .agenda_table {
        margin-left: -20px;
        margin-right: -20px;
    }
    .article_container {
        margin-top: 45px;
        padding: 20px 0 23px;
    }
    .article_list li .content_block {
        margin-left: 16px;
    }
    .article_list li .content_block .inside_block .bottom_block .linkbtn {
        width: unset;
    }
    .article_list {
        margin-top: 10px;
    }
    .pre_question_container .form_div {
        width: inherit;
    }
    .pre_question_container .form_div .linkbtn {
        width: 100px;
    }
    .pre_question_container .form_div input {
        width: 124px;
    }
    .arti_description {
        margin-top: 10px;
    }
    .future_of_indian_industry.article_wrapper .content_block .inside_block .bottom_block .linkbtn {
        width: unset;
    }
    .article_wrapper .article_list li .content_block .inside_block .bottom_block .linkbtn,
    .article_wrapper .article_list li .content_block,
    .article_wrapper .article_container,
    .article_wrapper .inter_left {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .article_wrapper .inter_right {
        margin-bottom: 20px;
    }
    .terms_submit .form_div {
        display: block;
        float: none;
    }
    .pre_question_container .bottom_block {
        height: 310px;
    }
}

@media screen and (max-width: 360px) {
    .speakers_list li:nth-child(2n+1) {/*
        margin-right: 3px;*/
    }
}