@charset "utf-8";
main a {
  outline: 0 !important;
  text-decoration: none !important;
}
main a:active,
main a:hover,
main a:focus {
  outline: 0 !important;
  text-decoration: none !important;
}
svg {
  fill: currentColor;
}
/* ====== comman css  ====== */
html{height:100%;overscroll-behavior: smooth;overflow-x:hidden;width: 100%;}

body {
  overflow-x: hidden;
}
.mc_fluid_container {
  margin-right: auto;
  margin-left: auto;
}
.mc_container {
  width: 1240px;
  margin-right: auto;
  margin-left: auto;
}


html {
  height: 100%;
}
* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  box-sizing: border-box;
  list-style: none;
  border: none;
}
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;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
.clear {
  clear: both;
}

body {
  position: relative;
  font: 400 16px/24px 'Poppins', sans-serif;
  color: #000;
  overflow-x: hidden;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.mob_view {
  display: none;
}
.advbanner_wrap {
  margin: 0 auto 30px auto;
  text-align: center;
}

a:focus,a:hover,a:active{outline: none; text-decoration: none;box-shadow: none;}
/* header */


.header_sec {
  background: #fafafd;
  padding: 17px 0px;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index: 99;
  position: fixed;
  top: -70px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  transition: .3s ease all;
  box-shadow: 0px 5px 10px #0000004D;
}
.header_sec.stickyNav { top:0; }
.header_sec .mc_container {
  position: relative;
}
.header_sec .left_head {
  align-items: center; display: flex;
}
.header_sec .desk_menu_list {
  width: calc(100% - 190px);
  max-width: calc(100% - 190px);
  flex-basis: calc(100% - 190px);

}
.header_sec .desk_menu_list ul {
  display: inline-block;
}
.header_sec .desk_menu_list ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
}
.header_sec .desk_menu_list ul li a {
  color: #1d1d1b;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  position: relative;
  font-family: 'Poppins', sans-serif;
  padding: 5px 10px;transition: ease all 0.8s;
}
/* .header_sec .desk_menu_list ul li.active a,.header_sec .desk_menu_list ul li a:hover{color: #e86c24; font-weight: 900; text-decoration: none;} */

.header_sec .desk_menu_list ul li a:before {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  width: 2px;
  height: 18px;
  background-color: #1d1d1b;
}
.header_sec .desk_menu_list ul li:last-of-type a:before {
  display: none;
}
.brand_moblogo_wrap {
  display: none;
}
.brand_mobmenu_alink {
  display: none;
}
.mc_link_wrap {
  width: 190px;display: flex; align-items: center;
  max-width: 190px;
  flex-basis: 190px;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-align: right;
}
.mc_link_wrap a {
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}


.desk_menu_list li a:hover {
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


/*Edit starts here*/
.desk_menu_list ul li {
  position:relative;
}

.desk_menu_list ul li::after{
    content: '';
    display: block;
    width: 0;
    position:absolute;
    left:50%;
    height: 3px;
    background: #FEC641;
    transition: cubic-bezier(.77,0,.18,1) 0.5s;
}

.desk_menu_list ul li:hover::after {
    width: 80%;
    left: 10%;
}

.desk_menu_list ul li {
  transition: cubic-bezier(.77,0,.18,1) 05s;
}



/*== slick slider ==*/
.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-track {overflow: hidden;}
.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:100%;min-height:1px; text-align: center; /*margin: 0 30px;*/ outline:none !important;}
[dir='rtl'] .slick-slide{float:right;}
.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-prev, .slick-next {z-index: 999; position: absolute; cursor:pointer;} 
.slick-prev,.slick-next {font-size:0; line-height:0; position:absolute; top: 30%; display:block; z-index: 999;}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {opacity:1;}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {opacity:.25;}
.slick-prev:before,.slick-next:before {font-family:'slick';font-size:20px;line-height:1; opacity:.75; color:white; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;}
.slick-prev{left: 0;}
[dir='rtl'] .slick-prev{right:-25px;left:auto;}
[dir='rtl'] .slick-prev:before{content:'Ã¢â€ â€™';}
.slick-next{right: 0;}
[dir='rtl'] .slick-next{right:auto;left:-25px;}
[dir='rtl'] .slick-next:before{content:'Ã¢â€ Â';}
.slick-dotted.slick-slider{margin-bottom:30px;}
.slick-dots{position:absolute;bottom:-35px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;}
.slick-dots li{position:relative; display:inline-block; width:10px; height:10px; margin:0 5px; padding:0; cursor:pointer;}
.slick-dots li button{font-size:0; line-height:0; display:block; width:6px; height:6px; padding:0px; cursor:pointer; color:transparent; border:0; outline:none; background:transparent;}
.slick-dots li button:hover,.slick-dots li button:focus{outline:none;}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1;}
.slick-dots li button:before {font-family:'slick'; font-size: 30px; line-height:20px; position:absolute; top:0; left:0; width:10px; height:10px; content:'';text-align:center; color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; border-radius: 0; background-color: #CEBEB4; border:0px solid #ed2128; border-radius:100%;}
.slick-dots li.slick-active{width:25px; height:10px;}
.slick-dots li.slick-active button:before {background-color: #F26221; color:black; opacity: 1; border-radius:15px; width:25px; height:10px;}
.slick-slider { -webkit-user-select: text;-khtml-user-select: text;-moz-user-select: text;-ms-user-select: text;user-select: text;}
.slick-list.draggable { -webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
/*== slick slider ==*/

/****common ******/
.dflx{display: flex;}
.juscen{justify-content: center;}
.jusspacebet{justify-content:space-between;}
.alcen{align-items: center;}
.secTitle{color: #000;font-size: 52px; line-height: 52px; font-weight: 700;margin: 0 0 37px;}
ul{margin:0}
.modal-backdrop.in{background-color: #000;opacity: 0.7;}
.stickycontainer{position: relative;}
.mclgo{margin-left: 10px;}

/***** banner start ******/
.banner{min-height: 475px;background: url('https://images.moneycontrol.com/images/ms/isc/banner.jpg?impolicy=mchigh') center top no-repeat;background-size: cover;}
.banner img{align-items: center; margin-top: 60px;}
/***** banner ends ******/


/****** footer starts ******/
.footCopy{background: #191919;padding: 32px 0;}
.footCopy .dflx,.footCont .dflx{justify-content: space-between;}
.footCopy p{font-size: 13px;color: rgba(255, 255, 255, 0.8);}
footer ul li{display: inline-block;}
.fotlinks ul li a{font-size: 13px;text-transform: uppercase;color: rgba(255, 255, 255, 0.8);}
.fotlinks ul li{margin-right: 5px;padding-right: 5px; transition: ease-in 0.8s;}
.fotlinks ul li a:hover{color: #FEC641;}
.socialicon{display: flex;align-items: center;}
.socialicon li{margin-left: 2px;}
.socialicon p,.contactDetail h3{margin-right: 10px; font-size: 28px; font-weight: 700;}
.contactDetail p a{color:#000;};
.contactDetail{display: flex;align-items: flex-end; align-items: center;}
.contactDetail h3{margin:0 20px 0 0}
.socialicon li a{display: inline-block;}
.footCont{background: #EEEEEE; padding: 60px 0;}
/****** footer ends ******/


/****** vidcontainer starts *****/
.clear{clear: both;}
.vidcontainer{position: relative; right:0;top:150px}
.vid-in,.topInfo .vid-in,.vidBiglft .vid-in{position: relative;width: 100%;padding-top: 56.25%;height: 0;}
.vid-in iframe{position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%;border: none;}
.closebtn{position: absolute; background: none;top:-50px;right:-30px;z-index: 1}
.vidplay .modal-body{padding: 10px;}
.vidplay .modal-dialog,.imgPopup .modal-dialog{width: 800px; margin-top: 100px;}
.imgMain {position: relative;width: 100%;overflow: hidden;padding-top: 56.25%;height: 0;}
.imgMain img{position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;height: 100%;border: none;}

/****** vidcontainer ends *****/

/****** Agenda Section *********/
.agendaSection{background: #fff;padding: 66px 0  122px;margin-bottom:50px;}
.agendaSection .secTitle{font-size:52px;font-weight:700;color:#000;text-align:left;line-height:50px;margin: 0 0 37px;font-family:'Poppins', sans-serif;}
.agendaWrapper{padding-top:30px;}
.agendaSection .tab {overflow: hidden;border: none;width:100%;margin:0 auto;background-color:transparent;}
.agendaSection .tab button {float: left;outline: none;cursor: pointer;font-size:23px;line-height:28px;letter-spacing: 0px;color: #fff;padding:10px 45px;background-color: #191919;margin:0 4px 0 0;font-weight:700;}
.agendaSection .tab button.active {background: #FEC641;}
.agendaSection .tabcontent {display: none;background:transparent;border:3px solid #FEC641;}
.agenda-content {display: flex;}
.agendaSection ul.cus-height{height:400px;}
.agendaSection ul{margin:40px 20px 40px 40px;overflow-y:scroll;}
.agendaTime { width: 140px;flex-shrink: 0;color: #000;font-size: 22px;line-height:27px;font-weight: 500;letter-spacing: 0;margin: 15px 0 0 0;}
.agendaContentWrap{height:100%;border-left:2px solid #FEC641;}
.agendaContentWrap ul{margin: 0 20px 8px 65px;overflow-y: inherit;height:auto;}
.agendaContentWrap ul li{list-style:disc;list-style-position:outside;margin-left:18px;}
.agendaContentWrap ul li.listNone{list-style:none;margin-left:-22px;margin-top:-15px;}
.agendaText { padding: 17px 0 20px 40px;position: relative;letter-spacing: 0;color: #000;font-size: 18px;line-height: 22px;}
.agendaText p{font-weight: 500;}
.agendaText:before { position: absolute; content: ''; background: #FEC641; width: 20px; height: 20px; border-radius: 50%; left: -11px; top: unset;}


/*Custom Scroll bar*/
.agendaSection .tabcontent ul::-webkit-scrollbar {width: 6px;}
.agendaSection .tabcontent ul::-webkit-scrollbar-track {background: #E7E7E7 0% 0% no-repeat padding-box;border-radius:4px;}
.agendaSection .tabcontent ul::-webkit-scrollbar-thumb {background: #F47F3E 0% 0% no-repeat padding-box;border-radius:4px;}

/****** Agenda section ends *****/


/* Meet Our Speakers - Starts */
.meetOurSpeakers{background:url('https://images.moneycontrol.com/images/ms/isc/yel-bg.png?impolicy=mchigh')center center repeat;
   padding: 68px 0;background-size: cover;overflow: hidden;}
.meetOurSpeakers .container{position: relative; }
   .iconTwo{position: absolute;left:-20%;bottom: -150px;}
.meetOurSpeakers .secTitle{color: #fff;}
.speakerInn{position: relative;margin-bottom: 20px;}
.speakerInn:before{position: absolute;content: '';left:-10px;top:-10px;background: #fff;width: 100%;height: 100%;z-index: -1;}
.speakerInn img{width: 100%; height: 264px; object-fit: cover;}
.meetOurSpeakers .slick-slide{margin: 0 20px;}
.spakerName{position: absolute; bottom: 0;}
.speakerInn:after{position: absolute;content: '';width: 100%; height: 100px;left:0;bottom: 0;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 190%);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);}
  .spakerName{padding:20px}
.spakerName p,.spakerName span{position: relative;z-index: 1; text-align: left; display: block;}
.spakerName p{color: #fff; font-size: 18px; font-weight: 700;  margin: 0 0 2px;}
.spakerName span {color: rgba(255,255,255,0.6); line-height: 16px;font-size: 10px;font-weight: 500;}

.meetOurSpeakers .container{ width: 1260px;margin:0 auto}
.meetOurSpeakers .slick-track{padding-top: 10px;}
.speakers_slider.slick-dotted.slick-slider{margin-bottom: 0;padding-bottom: 80px;}
.meetOurSpeakers.slick-dotted.slick-slider{margin:0;padding-bottom: 105px;}
.meetOurSpeakers .slick-dots{bottom: 0; width: auto;left:0;right:0;z-index: 1;}
.meetOurSpeakers .slick-dots li:after { position: absolute; content: ''; left: -50%; top: 10px; background: #000; height: 3px; width: 200%; z-index: -2; border-radius: 10px;}
.meetOurSpeakers .slick-dots li.slick-active,.meetOurSpeakers .slick-dots li{height: 25px;width: 25px; border-radius: 50%; }
.meetOurSpeakers .slick-dots li{width: 25px;height: 25px;}
.meetOurSpeakers .slick-dots li.slick-active button:before{width: 25px; height: 25px; background:#000; z-index: -1;}
.meetOurSpeakers .slick-dots li.slick-active button{color: #fff;}
.meetOurSpeakers .slick-dots li button{width: 25px;height: 25px; font-size: 18px; color: #000; border:2px solid #000;border-radius: 50%;}
.meetOurSpeakers .slick-dots li button:before{width: 25px;height: 25px; background: #fff;z-index: -1;}
/* Meet Our Speakers - Ends */


/**** event past banner start ****************/
.topBanner{background: url('https://images.moneycontrol.com/images/ms/isc/bg.png?impolicy=mchigh') center top no-repeat;  background-size: cover;padding: 50px 0 50px;}
.topBanner .mc_container{position: relative;}
.iconOne{position: absolute;right:-33%;bottom: -50px;z-index: 1;}
.logo-lft{width: 445px; margin-right: 132px;flex-shrink: 0;margin-top:-55px;}
.topInfo{display: flex; margin-bottom: 70px; align-items: center; }
.bannerInfoRg{width: 570px; text-align: center;}
.bannerInfoRg p{color: #F47F3E;font-weight: 700; font-size: 22px;background: #fff; margin:0 0 22px; padding: 5px 0;}
.bannerInfoRg h2{font-size: 32px;line-height: 38px;margin:0 0 43px;font-weight: 500;}

.abtCon{display: flex;margin:0 0 31px;justify-content: space-between; background: #A2D06E;padding: 40px 0; position: relative;}
.abtCon:after{position: absolute;content:'';left:-100%;top:0;height: 100%; width: 100%; background: #A2D06E;}
.abtConLft{width: 729px;}
.abtConLft h2{font-size: 52px; font-weight: 700; margin:0 0 18px;line-height:40px ;}
.abtConLft p{font-size: 18px;line-height: 28px;}

.countermain{width: 760px; display: flex; grid-gap:63px;position: relative;}
.countermain:after{background: #000; width: 120%;content: '';left:-10%;top:45%;height: 8px; border-radius: 10px; position: absolute; z-index: 1;}
.counter{width: 217px;height: 217px; border-radius: 50%; background: #fff; border:5px solid #000; display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; z-index: 2;}
.countTitle{font-size: 26px;font-weight: 700; display: block;}
.counter_number,.countMin span{font-weight: 700; font-size: 56px; color: #F47F3E; line-height: 40px; margin:0 0 10px}
.countMin span{margin-left: 3px;}
.countMin{display: flex;}

.vidRgt{position: relative;z-index: 1;}
.vidBox{position: relative;z-index: 1;}
.VidTop{position: absolute;left:-30px;bottom:-10px}
.vidRgt button{background: rgba(0,0,0,0.6);}

.animatbtn { position: relative; display: inline-block; background:  #FEC641; cursor: pointer; margin: 0px;padding: 0;}
.animatbtn a { position: relative; display: inline-block; font-size: 16px;color: #000; font-weight: 700; top: 0; left: 0; width: 100%; padding: 5px 20px; transition: 0.3s;}
.btn-2::before {background-color:#000; transition: 0.3s ease-out;}
.btn-2 a { color: #000; border: 3px solid #000;transition: 0.2s;}  
.btn-2 a:hover {color: rgb(255,255,255); transition: 0.2s 0.1s;}
.animatbtn.hover-slide-right::before { top: 0; bottom: 0; left: 0; height: 100%; width: 0%;}
.animatbtn.hover-slide-right:hover::before { width: 100%;}
.animatbtn:active, .animatbtn:hover, .animatbtn:focus { outline: 0}
.animatbtn::before,
.animatbtn::after { position: absolute; content: "";}
/**** event past banner end ****************/

/****** Infographics Section *********/

.infographicsSection{background: url('https://images.moneycontrol.com/images/ms/isc/OrangeBG.jpg?impolicy=mchigh') no-repeat center;padding: 100px 0  130px;margin-bottom:50px;position:relative; background-size: cover; overflow: hidden;}
.infographicsSection .mc_container{position: relative;}
.iconFour{position:absolute;bottom:-130px;right:-26%;}
.infographicsSection .secTitle{font-size:52px;font-weight:700;text-align:left;line-height:50px;padding:20px 0 70px 0;margin: 0 0 37px;}
.infographicsSection .custFontLight{color:#fff;}
.infographicWrapper{display:flex;flex-wrap:wrap;justify-content: flex-start;grid-gap: 10px;margin:0 auto;padding-top:100px;}
.infographicBox{display: inline-block;flex-shrink: 0;position:relative;z-index:1;width: 300px;height: 375px;}
.infographicsSection .overlay{position: absolute;display: block;width: 100%;height: 110px;bottom: 0;background:linear-gradient(180deg,rgba(0,0,0,0),#000000 50%);}
.infographicBox img{width: 100%;object-fit: fill;height: 100%;}
.infographicBox:nth-child(2n+2){margin-top:-100px;}
.infographicBox p{padding-right: 10px;font-size:16px;line-height:21px;font-weight:500;color: #fff;position: absolute;bottom: 15px;left: 15px; display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}
.infographicBox:nth-child(2n+2) p{bottom:15px;}

.infographicBox a{cursor: pointer;}
/****** Infographics Section *********/

/***** article start **********/
.articleSec{padding: 85px 0 70px;}
.articleInn{text-align: left; transition:ease all 0.8s}
.articleInn a h3{font-size: 22px;line-height: 29px;color: #000;font-weight: 700; margin:0 0 17px
;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.articleInn span{font-size: 16px; font-weight: 500; color: rgba(0, 0, 0, 0.6); display: block; margin: 0 0 18px;}
.articleSec .slick-slide{margin:0 15px}
.articleInn p{font-weight: 500; font-size: 16px; line-height: 21px; color: #262626; margin-bottom: 15px;display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;}
  .aricleSlider.slick-dotted.slick-slider{margin:0;padding-bottom: 105px;}
  .aricleSlider .slick-dots{bottom: 0; width: auto;left:0;right:0;}
  .aricleSlider .slick-dots li:after { position: absolute; content: ''; left: -50%; top: 10px; background: #000; height: 3px; width: 200%; z-index: -2; border-radius: 10px;}
.aricleSlider .slick-dots li.slick-active,.aricleSlider .slick-dots li{height: 25px;width: 25px; border-radius: 50%; }
.aricleSlider .slick-dots li{width: 25px;height: 25px;}
.aricleSlider .slick-dots li.slick-active button:before{width: 25px; height: 25px; background:#FEC641; z-index: -1;}
.aricleSlider .slick-dots li button{width: 25px;height: 25px; font-size: 18px; color: #000; border:2px solid #000;border-radius: 50%;}
.aricleSlider .slick-dots li button:before{width: 25px;height: 25px; background: #fff;z-index: -1;}

/***** article end *********/

/****** video start *********/
.videoSec{background:#EEEEEE;padding: 80px 0  198px;overflow: hidden;}
.vidBg{position: relative; }
.iconThree {position: absolute;right: -18%;bottom: -200px;}
.videoMain{display: flex; grid-gap:30px}
.vidBiglft{position: relative; width: 745px;flex-shrink: 0;}
.vid-in:after{position: absolute;content: '';width: 100%;left:-10px;top:-10px;background: #FEC641; height: 100%;z-index: -1;}
.vid-in{z-index: 1; position: relative;width: 100%;overflow: hidden;padding-top: 56.25%;height: 0;}
.orgbox{background: #A2D06E;padding: 25px; width: 549px; position: absolute; bottom: -100px;right:20px;border:3px solid #000;z-index: 1;}
.orgbox p,.orgbox a{color: #000;font-size: 22px;line-height: 32px; font-weight:500; -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;}
.vid-thumb{display: flex; margin-bottom: 30px;align-items: center;text-align: left;}
.vid-thumb p,.vid-thumb a{cursor: pointer; color: #000;font-size: 18px;line-height: 24px; display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;}
.vid-bx{position: relative;}
.vid-sm{width: 210px;height: 115px;margin-right: 19px;}
.img-wid{width: 100%; height: 100%;}
.vid-btn{position: absolute;top: 30%;left: 0;right: 0;margin: 0 auto;display: block;text-align: center;cursor: pointer;}
.vid-btn img{width: 47px;height: 47px;margin: 0 auto;}
.vidslidergt{width: calc(100% - 775px); text-align: left;}

.vidRgt button.VidTop{background: none;}
.vidslidergtinn { overflow-y:auto; max-height: 420px; border-bottom: 0px solid #ddd; scrollbar-color: #666666; scrollbar-width: thin; scrollbar-height: thin;}
.vidslidergtinn::-webkit-scrollbar {height:4px; width:4px; background-color:#C3C3C3; border-radius:5px;}
.vidslidergtinn::-webkit-scrollbar-thumb {background-color:#F47F3E; border-radius:5px;}
/****** video end *********/



/****** start sponcersSec ******/
.sponcersSec{margin-bottom:79px}
.sponcers_box{display: block; justify-content: center; align-items: center; grid-gap:107px}
/* .sponcers_box div{display: flex; align-items: center;} */
.sponcers_box a{margin:0 30px}

.sponcers_box.slick-dotted.slick-slider{margin-bottom: 0; padding-bottom:50px;}

.sponcersSec.slick-dotted.slick-slider{margin:0;padding-bottom: 105px;}
  .sponcersSec .slick-dots{bottom: 0; width: auto;left:0;right:0;}
  .sponcersSec .slick-dots li:after { position: absolute; content: ''; left: -50%; top: 10px; background: #000; height: 3px; width: 200%; z-index: -2; border-radius: 10px;}
.sponcersSec .slick-dots li.slick-active,.sponcersSec .slick-dots li{height: 25px;width: 25px; border-radius: 50%; }
.sponcersSec .slick-dots li{width: 25px;height: 25px;}
.sponcersSec .slick-dots li.slick-active button:before{width: 25px; height: 25px; background:#FEC641; z-index: -1;}
.sponcersSec .slick-dots li button{width: 25px;height: 25px; font-size: 18px; color: #000; border:2px solid #000;border-radius: 50%;}
.sponcersSec .slick-dots li button:before{width: 25px;height: 25px; background: #fff;z-index: -1;}
/****** end sponcersSec ******/


/***** banner start ******/
.banner{min-height: 475px;background: url('https://images.moneycontrol.com/images/ms/isc/banner.jpg?impolicy=mchigh') center top no-repeat;background-size: cover;}
.banner img{align-items: center; margin-top: 60px;}

.banner-text-wrapper{text-align:center;margin:0 auto;}
.banner-text-wrapper .button-contain{margin-left:15px;margin-top:5px;}
/***** banner ends ******/



.adbanner{margin:40px auto 0; text-align: center;}
.marBotom{margin-bottom: 40px;}

.sponcers_box .slick-slide p{font-size: 15px; line-height: 28px; color: #000; margin: 0 0 5px;}

.sponcers_box a img{border: 1px solid #cfcfcf;}

@media all and (max-width: 1316px) {
  .mc_container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .meetOurSpeakers .container{ width: 100%; }

}

@media all and (max-width:1279px){ 	
  .meetOurSpeakers .item {padding: 15px 15px 0px 15px; margin: 0 auto;}
  .meetOurSpeakers .imgWrap {margin-bottom: 15px;}
  .meetOurSpeakers .contentDetails p {font-size: 13px;}
  .meetOurSpeakers .name {font-size: 16px;}
  .meetOurSpeakers .slick-prev button.slick-prev {left: 0;}
  .meetOurSpeakers .slick-prev button.slick-next {right: 0;}


  .infographicsSection {padding: 30px 0 50px;}
  .infographicsSection:after{height:440px;right:0;}
  .infographicWrapper{flex-wrap:nowrap;overflow:auto;padding-top:60px;}
  .infographicsSection .secTitle{padding:20px 0 20px;text-align:center;}
  .infographicBox:nth-child(2n+2){margin-top:-40px;}


  /****** Agenda section******/
.agendaSection{padding: 30px 0 0;}
.agendaSection .secTitle{font-size:30px;line-height:20px;}
.agendaWrapper{padding-top:0;}
.agendaSection .tabcontent{padding: 0 0 10px;}
.agendaSection .tab button{font-size:18px;line-height:24px;}
.agendaText{padding:17px 0 20px 40px;}
 .bannerInfoRg iframe{max-width:100%;height:315px;}


  } 

@media all and (max-width: 980px) {

  .topBanner {
    
    padding: 80px 0 50px;
}
  .adbanner{margin:30px auto 0; text-align: center;}
  .marBotom{margin-bottom: 30px;}
  .desk_view {
    display: none;
  }
  .mob_view {
    display: block;
  }
  .sec_title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .header_sec {
    padding: 10px 0px 8px 0px;
    border-bottom: 2px solid #fff;
    /* position: sticky;
    position: -webkit-sticky; */
    top: 0px;
    z-index: 9999;
    height: 50px;
    box-shadow: 0px -4px 8px 0px #000000;
  }
  .burger_menu_box .menu_rt_sec {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999999;
    width: 40px;
    height: 30px;
  }
  .burger_menu_box .mn_txt {
    font-size: 10px;
    line-height: 10px;
    left: 6px;
    color: #000;
    margin-bottom: 3px;
    position: relative;
  }
  .burger_menu_box .mob_menu {
    cursor: pointer;
    position: relative;
    right: 0px;
    top: 3px;
    padding-top: 4px;
    z-index: 9999;
  }
  .burger_menu_box .mob_menu svg {
    width: 24px;
    height: 16px;
    display: inline-block;
    position: relative;
    left: 11px;
  }
  .burger_menu_box nav {
    z-index: 99999;
    margin: 0px;
    display: block;
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0px;
    bottom: 0px;
    background: #fff;
    padding: 30px 25px 15px 25px;
    transition: 0.8s all;
  }
  .burger_menu_box nav.slideright {
    right: 0px;
  }
  .burger_menu_box .closenav {
    position: absolute;
    top: 15px;
    right: 19px;
    cursor: pointer;
    padding: 0 5px 0 5px;
  }
  .burger_menu_box .closenav svg {
    width: 14px;
    height: 14px;
  }
  .burger_menu_box .mainmenus li {
    display: block;
    margin: 0px;
    border-bottom: 1px dotted #000;
  }
  .burger_menu_box .mainmenus li:last-of-type {
    border-bottom: 0;
  }
  .burger_menu_box .mainmenus li a {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0;
    display: block;
  }
  .burger_menu_box .collapsable_menu {
    position: relative;
  }
  .burger_menu_box .submenus li {
    position: relative;
    border: 0;
    padding-left: 30px;
  }
  .burger_menu_box .submenus li a {
    border: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
  }
  .burger_menu_box .submenus li:last-of-type {
    border: 0;
    padding-bottom: 5px;
  }
  .overlaybg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 9999;
    background: #000;
    opacity: 0.8;
  }
  .top_strip_sec {
    display: none;
  }
  .mc_link_wrap {
    display: none;
  }
  .brand_moblogo_wrap {
    display: inline-block;
  }
  .brand_moblogo_wrap .brand_moblogo_alink {
    display: inline-block;
    margin-top: 3px;
    margin-left: 5px;
  }
  .brand_rel_alinks {
    margin: 10px 0;
    border-top: 1px solid #000;
    padding-top: 20px;
  }
  .brand_rel_alinks li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px 10px -2px;
  }

.meetOurSpeakers .container{ width: 100%;}
.speakerInn img{height:100%;}
.meetOurSpeakers{ padding: 25px 0 40px; }
.mob-hide{display:none;}
.desktop-hide{display:block;} 

  .banner img{width: 200px;margin-top: 20px;}
  .banner{min-height: 375px;background-size: 100% 250px;padding-top: 45px;}
 
  .secTitle{font-size: 30px;margin-bottom: 20px;}
  .vidpopup .modal-dialog{margin: 90px auto 0;width: 90%;}
  .vidpopup p{font-size: 20px;margin-bottom: 30px;}
  
  
  .article_box h2{margin-bottom: 20px;}
  .vidpopup .vid-in:before{display: none;}
  .topInfo{width: 100%;flex-direction: column; margin-bottom: 30px;}
  .pasteventBanner{text-align: center;}
  .topInfo .vid-rgt { width: 90%; margin: 20px auto;}
  .pasteventBanner {
    background: url(https://images.moneycontrol.com/images/ms/isc/banner.jpg?impolicy=mchigh) center top no-repeat; margin-bottom: 45px; background-size: cover;}
  .bottomcont,.flowerimg,.vidBiglft::after{display: none;}
  .topcont{flex-direction: column;}
  .topcont img { margin: 10px 0 0 0; width: 100%; min-height: 223px;}
  .abteventSec{margin-bottom: 35px;}
  .articleSec .slick-slide{margin: 0 10px;}
  .agendaSec,.photogallerySec,.sponcersSec{margin-bottom: 40px;}
  .articleSec{padding: 40px 0;}

  .videoMain{flex-direction: column; width: 95%; margin:0 auto}
  .vidBiglft,.vidslidergt{width: 100%;}
  .orgbox{padding: 15px;width: 100%;position: relative;bottom: 0;right: 0;}
  .vid-sm { width: 160px;height: 85px; margin-right: 15px;}
  .videoSec{padding: 40px 0 10px;margin-bottom: 45px;}
  .vidslidergt .slick-dots{width: 100%; bottom: -10px;}
  
  .infographicsSection:after{display:none;}
  .infographicWrapper{flex-wrap:nowrap;overflow:auto;padding-top:60px;}
  .infographicBox img{height:290px;}
  .infographicsSection .secTitle{font-size: 29px;text-align: center;line-height: 0px;padding: 20px 0 0px 0;}
  .infographicBox:nth-child(2n+2) {margin-top: -30px;}
  .infographicsSection .overlay {height:150px;}
  .infographicBox:nth-child(2n+2) .overlay {bottom: 0;}


.agendaSection .tab button{padding:7px 23px;font-size:15px;line-height:24px;}
.agendaSection .tabcontent {border:1px solid #FEC641;}
.agendaSection ul {margin:12px 5px 12px 12px;/*height:290px;*/}
.agendaTime{width:113px;font-size: 18px;line-height: 22px;}
.agendaText{padding:17px 0 0px 15px;font-size:16px;}
.agendaSection .tabcontent ul::-webkit-scrollbar {width: 8px;}
footer{text-align: center;}
.footCopy .dflx, .footCont .dflx,.contactDetail{justify-content: center; flex-direction: column;}
.footCont{padding: 20px 0;}
.contactDetail{margin-bottom: 10px;}
.sponcers_box{grid-gap:10px}
.sponcers_box .slick-slide{margin:0 10px}
.sponcers_box div{display: block;}
.contactDetail h3,.socialicon p, .contactDetail h3{font-size: 20px;}
.aricleSlider{width: 100%; overflow: auto; display: flex;}
.articleInn{width: 310px; flex-shrink: 0; margin-right: 30px;}
.logo-lft,.bannerInfoRg,.abtConLft,.vidRgt,.countermain{width: auto;margin:0 auto}
.logo-lft img{width: 320px; margin-bottom: 20px;}
.bannerInfoRg h2,.abtConLft h2{font-size: 24px;line-height:28px; margin-bottom: 20px;}
.bannerInfoRg p{font-size: 18px;}
.iconOne,.abtCon:after,.iconTwo,.iconThree,.iconFour{display: none;}
.abtCon{flex-direction: column; padding: 20px;}
.abtConLft{text-align: center;}
.abtConLft p{margin-bottom: 20px;}
.vidBox img{width: 100%;}
.VidTop img{width: 80px;}
.counter{width: 100px; height: 100px;}
.countermain{grid-gap:20px;justify-content: center;}
.countTitle{font-size: 12px;font-weight: 500;}
.counter_number, .countMin span{font-size: 26px;line-height: 20px;margin: 0;}
.countermain:after{top:48%;height: 5px;}
.socialicon{justify-content: center;}
.speakers_slider{width: 100%; overflow: auto; display: flex;padding: 20px 0 0 30px;}
.speakerBox{ display: flex; flex-direction: row;}
.speakerBox a{display: flex;margin-right: 30px; }
.speakerInn{flex-shrink: 0;width: 315px; }
.meetOurSpeakers .container{padding: 0;}
.meetOurSpeakers .container .secTitle{padding-left: 15px;}
.vidplay .modal-dialog, .imgPopup .modal-dialog{width: 90%;}
.closebtn{right: -20px;}
.contactDetail{align-items: center;}

}



@media all and (max-width:480px){   
.bannerInfoRg iframe{height:186px;}

}