@charset "utf-8";

/* CSS Document */

html {
    /*
  scroll-behavior: smooth;*/
}

* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    list-style: none;
    border: none;
    /* transition: all 0.2s;  */
}

body {
    font: 18px 'Roboto', sans-serif;
    overflow-x: hidden;
}

.clearfix {
    clear: both;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

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

.inassoc {
    margin-left: 90px;
    margin-top: 5px;
}

.inassoc span {
    color: #4d4d4d;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    font: 12px 'GothamBook', sans-serif;
    margin-right: 10px;
}

.solgan {
    color: #4d4d4d;
    font: 300 40px/40px 'GothamBook', sans-serif;
    margin-top: 20px;
}

.solgan span {
    font-weight: 600;
}

.solgan strong {
    font-weight: 700;
}

.datentime {
    margin-bottom: 20px;
    color: #1a50b1;
    font: 600 22px 'GothamBook', sans-serif;
    margin-top: 20px;
}

.linkbtn {
    cursor: pointer;
    min-width: 200px;
    padding: 0 15px;
    text-align: center;
    font: 16px/44px 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    background: #903127;
    border-bottom: 4px solid #aaaaaa;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
}

.linkbtn.dark {
    background: #103c8a;
    border-bottom: 4px solid #081732;
}

.linkbtn:hover {
    text-decoration: none;
    background: #000000;
    color: #fff;
    text-decoration: none;
    border-bottom: 4px solid #903127;
}

.mmenu {
    position: relative;
    z-index: 800;
}

.mob-sidemenu {
    left: -295px;
    background: #0065a1;
    width: 295px;
    height: 100%;
    position: fixed;
    z-index: 500;
}

.mob-sidemenu ul {
    margin: 0 30px;
    border-bottom: 1px dashed #1e2743;
    margin-bottom: 30px;
}

.mob-sidemenu ul li {
    padding: 20px 0;
    border-bottom: 1px dashed #458dbd;
    border-top: 1px dashed #1e2743;
}

.mob-sidemenu ul li:first-child {
    border-top: none;
}

.mob-sidemenu ul li a {
    color: #fff;
    font: 600 32px/32px 'GothamBook', sans-serif;
}

.mmenu_socialico {
    margin: 0 30px;
}

.mmenu_socialico a {
    margin-right: 15px;
}

.mmenu_socialico svg {
    width: 31px;
    height: 31px;
    color: #fff;
}

.menuclose {
    padding: 10px;
    text-align: right;
}

.sidepush .body_wrapper {
    left: 295px;
    position: fixed;
    width: 100%;
}

.sidepush .mob-sidemenu {
    left: 0px;
}

#sticsec {
    z-index: 99;
    margin-right: -50px;
    right: 100px;
    position: fixed;
    top: 50%;
    margin-top: -60px;
}

#sticsec ul li {
    margin-bottom: 15px;
}

#sticsec ul li a {
    display: block;
    width: 8px;
    height: 8px;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #40cfe6;
}

#sticsec ul li a span {
    position: absolute;
    right: 15px;
    font: 700 15px 'GothamBook', sans-serif;
    display: block;
    color: #0479c1;
    text-transform: uppercase;
    display: none;
    white-space: nowrap;
    top: -7px;
}

#sticsec ul li a:hover,
#sticsec ul li.active a {
    background: #0479c1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

#sticsec ul li a:hover span {
    display: block;
}

#mainnav {
    background: #fff;
    width: 100%;
    border-bottom: 3px solid #103c8a;
    top: -90px;
    transition: all 0.4s;
    position: fixed;
    padding: 10px 0;
}

#mainnav.stickhead {
    top: 20px;
    z-index: 500;
}

#mainnav.innav {
    top: 20px;
    position: sticky;
}

.navlogo {
    float: left;
    width: 145px;
}

.navlogo img {
    width: 100%;
    height: auto;
}

.salesflogo {
    float: left;
    margin-left: 45px;
    font: 10px 'GothamBook', sans-serif;
    color: #4d4d4d;
}

.salesflogo span {
    display: block;
    margin-bottom: 5px;
}

#mainnav ul {
    margin-top: 15px;
    float: right;
}

#mainnav ul li {
    display: inline-block;
    margin-right: 20px;
}

#mainnav ul li a {
    display: inline-block;
    font: 600 15px/30px 'GothamBook', sans-serif;
    text-transform: uppercase;
    padding: 0 10px;
    color: #0379c1;
}

#mainnav ul li a:hover,
#mainnav ul li.active a {
    text-decoration: none;
    color: #fff;
    background: #0379c1;
    font: 700 15px/30px 'GothamBook', sans-serif;
}

#mainnav ul li:last-child {
    margin: 0px;
}

#overview {
    background: #dae8fe;
    padding: 50px 0 0 0;
}

#overview figure {
    width: 485px;
    float: left;
    margin: 100px 0 0px -170px;
}

#overview article {
    float: right;
    width: 700px;
    padding: 0 0 30px 0;
}

#overview article p {
    color: #262626;
    font: 16px/28px 'GothamBook', sans-serif;
    margin-bottom: 20px;
}

#disc_topic ul li {
    width: 300px;
    padding: 25px;
    height: 250px;
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
    background: #63eee3;
    cursor: pointer;
}

#disc_topic ul li p {
    margin-top: -17px;
    padding-bottom: 3px;
    color: #63eee3;
    text-transform: uppercase;
    letter-spacing: 1px;
    font: 600 10px 'GothamBook', sans-serif;
}

#disc_topic ul li:hover {
    background: #fff;
}

#disc_topic ul li a {
    padding-top: 60px;
    display: block;
    color: #262626;
    height: 250px;
    font: 600 16px/28px 'GothamBook', sans-serif;
}

#disc_topic ul li a:hover {
    text-decoration: none;
}

#disc_topic ul li:last-child {
    padding: 0px;
    background: none;
}

.view_dtl {
    display: block;
    background: #0379c1;
    font: 700 12px/24px 'GothamBook', sans-serif;
    color: #fff;
    border-bottom: 2px solid #124f9d;
    width: 100px;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    margin-top: 10px;
}

.cross_bg {
    position: relative;
}

.virsum {
    margin-bottom: 35px;
}

.virsum ul {
    margin-top: 10px;
}

.virsum ul li {
    color: #2f2f2f;
    font: 400 18px/30px 'Roboto', sans-serif;
    background: url("https://images.moneycontrol.com/images/ms/ncdex/edit_ico-1.png") left 7px no-repeat;
    padding-left: 30px;
}

.howattend {
    width: 640px;
    float: right;
    padding-top: 260px;
}

.howattend .overhhead {
    margin-left: 150px;
    margin-bottom: 60px;
}

.howattend ul {
    text-align: center;
    position: relative;
}

.howattend ul li {
    position: relative;
    z-index: 5;
    display: inline-block;
    color: #262626;
    font: 600 20px 'GothamBook', sans-serif;
    width: 170px;
    margin: 0 20px;
}

.howattend ul li figure {
    margin-bottom: 15px;
}

.howattend ul li p {
    font: 13px 'GothamBook', sans-serif;
    margin-top: 5px;
}

.dotline {
    position: absolute;
    width: 510px;
    top: 75px;
    border-bottom: 1px dashed #000;
    left: 80px;
    text-align: center;
}

.dotline span:nth-child(2) {
    left: 340px;
}

#contact_inpage {
    background: #e6eafe;
    padding: 60px 0;
    text-align: center;
}

#contact_inpage.cont_innpage {
    padding: 120px 0;
}

.contactbx {
    width: 310px;
    float: left;
    margin-left: 70px;
    text-align: left;
}

#contact_inpage .overhhead {
    display: inline-block;
    margin-bottom: 80px;
}

.cnthead {
    color: #262626;
    font: 700 20px 'GothamBook', sans-serif;
    margin-bottom: 40px;
}

.coname {
    color: #0479c1;
    font: 600 25px 'GothamBook', sans-serif;
}

.coemail {
    color: #262626;
    display: block;
    font: 20px 'GothamBook', sans-serif;
    margin-top: 5px;
    text-decoration: underline;
}

.cophone {
    color: #262626;
    display: block;
    font: 600 20px 'GothamBook', sans-serif;
    margin-top: 8px;
}

#foottop {
    padding: 2px 0 15px 0;
    border-top: 2px solid #819db8;
}

#foottop:before {
    content: "";
    border-top: 2px solid #903127;
    width: 100%;
    display: block;
}

.ftlogo {
    float: left;
    width: 185px;
}

.ftlogo img {
    width: 100%;
    height: auto;
}

.socil {
    display: block;
    text-align: right;
    margin-top: 16px;
}

.socil ul {
    margin: 0px;
}

.socil li {
    display: inline-block;
    margin-right: 20px;
}

.socil li:last-child {
    margin: 0px;
}

.socil a {
    color: #c8c8c8;
    display: block;
}

.socil a svg {
    width: 36px;
}

.socil a:hover {
    color: #38a1f3;
}

.socil a.facebook:hover {
    color: #3b5998;
}

.socil a.linkd:hover {
    color: #0e76a8
}

.socil a.watsapp:hover {
    color: #25D366;
}

footer {
    border-top: 1px dashed #0e84c9;
    border-bottom: 1px dashed #0e84c9;
    padding: 25px 0px;
}

.flink {
    width: 200px;
    margin-left: 20px;
    float: left;
}

.flink li {
    margin-bottom: 20px;
}

.flink li a {
    display: block;
    font: 14px 'GothamBook', sans-serif;
    color: #262626;
    text-transform: uppercase;
}

.fsponcer {
    width: 470px;
    float: right;
}

.fsponcer p {
    color: #262626;
    margin-bottom: 5px;
    font: 14px 'GothamBook', sans-serif;
}

.fsponcer ul li {
    display: inline-block;
    margin-right: 20px;
    color: #262626;
    font: 600 12px 'GothamBook', sans-serif;
}

.fsponcer ul li figure {
    margin-bottom: 5px;
}

.fsponcer ul li em {
    font: 12px 'GothamBook', sans-serif;
    font-style: italic;
}

.footer_links {
    display: block;
    text-align: right;
    margin-bottom: 20px;
}

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

.footer_links li:after {
    content: "|";
    display: inline-block;
    vertical-align: top;
    color: #262626;
    margin: 0 2px 0 5px;
}

.footer_links li:last-child:after {
    content: "";
}

.footer_links li a {
    font: 500 13px 'GothamBook', sans-serif;
    color: #262626;
    text-decoration: none;
}

.footer_links li a:hover {
    text-decoration: underline;
}

.copyright {
    padding: 35px 66px;
    text-align: left;
    font: 13px 'Roboto', sans-serif;
    color: #262626;
    background-color: #edeff3;
}

.pop_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 900;
    transition: none;
}

.popup_partner {
    transition: none;
    padding: 6px;
    display: none;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    transform: translate(-50%, -50%);
    z-index: 900;
    left: 50%;
    top: 50%;
}

.popin {
    text-align: center;
    width: 300px;
    border: 2px solid #903127;
    border-radius: 5px;
    background: rgba(255, 255, 255);
    padding: 35px 25px;
}

.pophead {
    color: #000000;
    margin-bottom: 20px;
    font: 18px 'Roboto', sans-serif;
    font-weight: bold;
}

.partner_form input {
    border: 1px solid #d8d8d8;
    background: #fcfcfc;
    width: 200px;
    padding: 6px 10px;
    font: 400 12px 'Roboto', sans-serif;
    font: 12px 'GothamBook', sans-serif;
    color: #505050;
}

.partner_form li {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.partner_form li:nth-child(2n+2) {
    margin-right: 0px;
}

.partner_form li span {
    display: none;
}

.popcheck {
    color: #505050;
    font-size: 10px;
    margin-bottom: 20px;
    text-decoration: underline;
    text-align: left;
    padding-left: 22px;
    position: relative;
}

.popcheck input {
    vertical-align: sub;
    margin-right: 3px;
    opacity: 0;
}

.cl_pop {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url("https://images.moneycontrol.com/images/ms/ncdex/popcross.png") no-repeat;
    width: 25px;
    height: 28px;
    cursor: pointer;
}

.partner_form li span {
    font-size: 11px;
    position: absolute;
    bottom: -15px;
    left: 0px;
    color: #ff0000;
}

.partsuc_msg {
    display: none;
    text-align: left;
    padding: 50px 0;
}

.thnk_head {
    color: #903127;
    font: 25px 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase
}

.partsuc_msg p {
    font: 14px 'Roboto', sans-serif;
    color: #262626;
    text-align: center;
}

.desk-hide {
    display: none;
}

.nw18_logo {
    position: absolute;
    right: 0;
}

.popcheck .ic_check {
    position: absolute;
    border: 1px solid #A6A5A5;
    width: 11px;
    height: 11px;
    top: 1px;
    left: 23px;
}

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

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

.popcheck input:checked~.ic_check:after {
    display: block;
}


/*== top section ==*/

.top_section {
    background-color: #ececec;
    position: relative;
    z-index: 9;
}

.top_section .common-wrapper {
    text-align: right;
}

.mc_link {
    display: block;
    color: #515151;
    font: 400 11px/20px "Bree Serif", sans-serif;
    text-decoration: none;
}

.mc_link span {
    color: #53a830;
}

.mc_link span+span {
    color: #0064a0;
}

.mc_link:hover,
.mc_link:focus {
    color: #7f7f7f;
    text-decoration: none;
}

.top-strip {
    background-color: #6f7170;
    position: relative;
    z-index: 9;
    padding: 7px 10px;
}

.lenovo-redbg {
    background-color: #e2211c;
    font: 400 12px/20px "Bree Serif", sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 10px;
}

.smarter-text {
    font: 400 13px/20px "Bree Serif", sans-serif;
    color: #fff;
    margin-left: 12px;
}


/*== top section ==*/


/*== inner page header ==*/

.innerpage-header {
    padding: 15px 0;
    position: relative;
    border-bottom: 2px solid #be9167;
    margin-bottom: 2px;
}

.innerpage-header .first-logos {
    display: inline-block;
    vertical-align: bottom;
}

.innerpage-header .second-logos {
    display: inline-block;
    border-left: 1px dashed #8a8a8a;
    padding-left: 25px;
    margin-left: 25px;
}

.innerpage-header .second-logos div {
    font: 12px 'Lato', sans-serif;
    color: #2f2f2f;
    margin-bottom: 10px;
}

.innerpage-header .internal_wrapper {
    text-align: center;
}


/*== inner page header ==*/

.img_block img {
    border: 1px solid #707070;
}

.button_block {
    text-align: center;
    padding-bottom: 40px;
}

.button_block .linkbtn {
    margin-right: 0px;
    margin-top: 5px;
    padding: 12px 30px;
    line-height: 20px;
}

#live_chats {
	margin-left: -2px;
}

@media all and (max-width:1279px) {
    .container {
        width: auto;
        padding: 0 20px;
    }
    .contactbx {
        width: 250px;
        margin-left: 50px;
    }
    .fsponcer {
        width: 370px;
    }
    .flink {
        width: 160px;
    }
    #disc_topic ul li {
        margin-right: 12px;
        margin-bottom: 12px;
    }
    .salesflogo {
        margin-left: 30px;
    }
    #mainnav ul li {
        margin-right: 10px;
    }
    #overview article {
        width: 600px;
    }
    #overview figure {
        margin: 240px 0 0px -170px;
    }
    #overview figure img {
        width: 100%;
        height: auto;
    }
    .howattend {
        padding-top: 50px;
    }
}

@media all and (max-width:1023px) {
    .container {
        padding: 0 10px;
    }
    #sticsec {
        display: none;
    }
    .logo {
        width: 200px;
    }
    .logo img {
        width: 100%;
        height: auto;
    }
    .inassoc {
        margin-left: 25px;
    }
    .solgan {
        font-size: 32px;
        line-height: 32px;
    }
    .datentime {
        font-size: 18px;
    }
    .linkbtn {
        width: 180px;
        padding: 0 10px;
        margin: 0 0 20px 0;
        font: 700 17px/44px'GothamBook', sans-serif;
    }
    #overview figure {
        width: auto;
        border-bottom: 2px solid #25172c;
        margin: 0 -10px;
        float: none;
    }
    #overview article {
        width: 100%;
        float: none;
        padding-top: 30px;
    }
    #whyvirt_summit {
        padding: 0px;
        background: none;
    }
    .virsum {
        width: auto;
        margin: 0 -10px;
        float: none;
        padding: 30px 10px 30px 10px;
    }
    .virsum ul li:last-child {
        margin-bottom: 0px;
    }
    .howattend {
        width: 100%;
        float: none;
        margin: 0px;
        padding: 30px 0;
    }
    .howattend .overhhead {
        margin: 0px 0 25px 0;
    }
    .howattend ul {
        overflow: auto;
        white-space: nowrap;
    }
    .howattend ul li {
        white-space: normal;
    }
    .overhhead {
        font-size: 32px;
        background-position: left 12px;
    }
    #contact_inpage,
    #contact_inpage.cont_innpage {
        text-align: left;
        padding: 30px 0;
    }
    #contact_inpage .overhhead {
        margin-bottom: 30px;
    }
    .contactbx {
        width: auto;
        float: none;
        margin: 0px 0 35px 0;
    }
    .cnthead {
        margin-bottom: 20px;
    }
    .cnthead br {
        display: none;
    }
    .socil {
        margin-top: 5px;
    }
    .socil li {
        margin-right: 5px;
    }
    .ftlogo {
        width: 120px;
    }
    .fsponcer {
        margin-bottom: 30px;
        float: none;
        width: 100%;
    }
    .fsponcer ul li {
        margin-right: 5px;
    }
    .flink {
        width: 49%;
        margin: 0 0 0px 0;
    }
    #disc_topic ul li {
        width: 49%;
        padding: 10px;
        height: 150px;
        margin-right: 2%;
    }
    #disc_topic ul li:nth-child(2n+2) {
        margin-right: 0px;
    }
    #disc_topic .dischead {
        font-size: 22px;
        margin: 0px;
        padding: 20px 0 0 0;
        background-size: 14%;
        background-position: 0px 0px;
    }
    #disc_topic ul li a {
        height: 130px;
        padding: 0px;
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
    }
    #disc_topic ul li:last-child {
        width: 100%;
        text-align: center;
        display: block;
        height: 250px;
        margin: 20px auto 0;
    }
    #disc_topic ul li .ad_div {
        display: inline-block;
        text-align: left;
        width: 300px;
    }
    #disc_topic ul li:nth-last-child(2) {
        width: 100%;
        text-align: center;
        height: auto;
    }
    .view_dtl {
        display: inline-block;
        clear: both;
    }
    #disc_topic ul li:nth-last-child(2) .smalldot {
        display: none;
    }
    #disc_topic ul li:nth-last-child(2) a {
        height: auto;
    }
    .desk-hide {
        display: block;
    }
    .mob-hide {
        display: none;
    }
    #overview {
        padding: 30px 0 0 0;
    }
    .popin {
        width: 310px;
        padding: 10px;
    }
    .partner_form li {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .partner_form input {
        width: 100%;
    }
    .pophead {
        font-size: 13px;
        margin-top: 15px;
    }
    .cl_pop {
        top: 15px;
        right: 10px;
        background-size: 60%;
    }
    .popcheck {
        margin-bottom: 15px;
    }
    #disc_topic .container {
        background-image: none;
    }
    #mainnav ul {
        display: none;
    }
    .innermsc {
        top: 10px;
    }
    .nw18_logo {
        right: 9px;
    }
}

@media all and ( max-width:767px) {
	#live_chats {
		margin-left: 0;
	    width: 100%; 
		height: 200px;
		margin-top: -2px;
	}
	
	#live_videos {
		width: 100%;
		height: 200px;
	}
	
    .innerpage-header .first-logos {
        width: auto;
    }
    .innerpage-header .second-logos {
        margin: auto;
        width: 100%;
        text-align: center;
        border: 0;
        padding-left: 0;
    }
    .pancake.pancake_close,
    .pancake {
        right: 9px;
        top: -167px;
    }
    .top_links li a {
        font-size: 38px;
        line-height: 55px;
    }
    .button_block .linkbtn {
        padding: 5px 0;
    }
    .copyright {
        padding: 35px 40px;
        text-align: center;
    }
}

.cpai_logo { height: 30px; }