body,
html {
	overflow-x:hidden;
}

/*@font-face {
    font-family: 'ProximaNova';
     src: url('/fonts/proximanova_regular/ProximaNova-Reg-webfont.eot');
     src: url('/fonts/proximanova_regular/ProximaNova-Reg-webfont.eot?iefix') format('eot'),
          url('/fonts/proximanova_regular/ProximaNova-Reg-webfont.woff') format('woff'),
          url('/fonts/proximanova_regular/ProximaNova-Reg-webfont.ttf') format('truetype'),
     font-weight: normal;
     font-style: normal;
 }


@font-face {
    font-family: 'ProximaNova';
     src: url('/fonts/proximanova_italic/ProximaNova-RegIt-webfont.eot');
     src: url('/fonts/proximanova_italic/ProximaNova-RegIt-webfont.eot?iefix') format('eot'),
          url('/fonts/proximanova_italic/ProximaNova-RegIt-webfont.woff') format('woff'),
          url('/fonts/proximanova_italic/ProximaNova-RegIt-webfont.ttf') format('truetype'),
     font-weight: normal;
    font-style: italic;
 }


@font-face {
    font-family: 'ProximaNova';
     src: url('/fonts/proximanova_bold/ProximaNova-Bold-webfont.eot');
     src: url('/fonts/proximanova_bold/ProximaNova-Bold-webfont.eot?iefix') format('eot'),
          url('/fonts/proximanova_bold/ProximaNova-Bold-webfont.woff') format('woff'),
          url('/fonts/proximanova_bold/ProximaNova-Bold-webfont.ttf') format('truetype'),
    font-weight: bold;
     font-style: normal;
 }*/

body {
	/*font-family: 'Montserrat', sans-serif;*/
	/*font-family: 'Quicksand', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 1.5;
	color: #1c1b1b;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	/*list-style: disc;*/
	list-style: none;
	font-size: 17px;
	line-height: 1.59;
}

a { 
	text-decoration: none;
	color: #2f2f2f;  
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: 'Montserrat', sans-serif;*/
	/*font-family: 'Alegreya Sans SC', sans-serif;*/
	/*font-family: 'Quicksand', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-top: 0;
}


h1 {
	font-size: 38px;
}

h2 {  
	font-size: 32px; 
	line-height: 1.13; 
}

h3 {  
	font-size: 26px;  
}

h4 {  
	font-size: 22px;  
}

h5 {  
	font-size: 20px;  
}

h6 {  
	font-size: 18px;  
}

img {
	border: none;
	max-width: 100%;
}

code {
	background-color: #ee6e73;
	border-radius: 2px;
	color: #fff;
	padding: 2px 4px;
}

pre {
	background-color: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
}

pre code {
	background-color: transparent;
	color: #333;
}

del{
	text-decoration-color: #ee6e73;
}

kbd {
	background-color: #ddd;
	padding: 4px 6px;
	border-radius: 2px;
	color: ;
}

address {
	line-height: 1.5;
	padding-left: 10px;
}

dl dt {
	font-weight: 700;
}

dl dd {
	margin-left: 0;
}

blockquote {
	background-color: #f8f8f8;
	border-radius: 0 4px 4px 0;
	padding: 5px 15px;
	
}

blockquote p {
	margin-top: 10px;
}

button {
	padding: 5px 15px;
	border: none;
}

button:focus {
	outline: none;
	border: none;
}


/* ========= BUTTON =========*/

.con_cover_box {
    margin: 50px 0px;
    display: block;
    text-align: center;
    padding: 10px;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
    height: 300px;
    background-color: #fff;
    transition: all 450ms ease 0ms;
    font-size: 13px;
    line-height: 25px;
}
.blue-box:hover{
	background-color: #608cee;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	box-shadow: 0px 0px 9px 0px rgba(96, 140, 238, 0.9);
}
.pink-box:hover {
	background-color: #fb5962;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	box-shadow: 0px 0px 9px 0px rgba(251, 89, 98, 0.9);
}
.yellow-box:hover{
	background-color: #fbb359;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	box-shadow: 0px 0px 9px 0px rgba(251, 179, 89, 0.9);
}
.con_cover_box img {
    width: 100px;
    height: 100px;
    margin: 25px 5px;
}
.course_content i {
    padding-right:5px;
}
.mu-primary-btn {
	background-color: transparent;
	border-radius: 4px;
	border: 2px solid #ffffff;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.5px;
	padding: 12px 35px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-primary-btn:hover,
.mu-primary-btn:focus {
	background-color: #fff;
}

.mu-send-msg-btn {
	color: #555;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	padding: 14px 24px;
	margin-top: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 250px;
	color: #fff;
	border-radius: 5px;
}

.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus {
	background-color: #fff;
}
.tradeaction-form{
  /*position: fixed;*/
  top: 50px;
  right: 70px;
  background-color: #fff;
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  padding: 25px;
  margin: 25px;
  z-index: 100;
  /*text-align: left;*/
  text-align: center;
  /*display: none;*/
  /*color: #fff;*/
} 
.tradeaction-form h2{
  color: #656565 !important;
} 
.tradeaction-form p{
  color: #656565 !important;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 25px;
}
.tradeaction-form label{
  font-weight: 400;	
}
.tradeaction-form input{
	/*background-color: #B8A4F9;*/
	/*background-color: #ffe7c3;*/
	border: none;
    border-bottom: 1px solid #d9d9d9;
	background-color: #fefefe;
	width: 100%;
	height: 42px;
	/*color: #fff;*/
}
.tradeaction-form .form-control{
	box-shadow: none;
}
.show-form{
	display: block;
}
.btn-submit{
    /*background-color: #50a1ff;*/
    /*background-color: #E67FEA;*/
    background-color: #ff0003;
    color: #fff;
    border-radius: 3px;
    width: 100%;
    padding: 10px 5px;
    /*border: 2px solid #E67FEA !important;*/
    /*border: 2px solid #ff9631 !important;*/
    border: 2px solid #fff !important;
    font-size: 15px;
    font-weight: bold; 
    transition: 0.3s all ease-in;
}
.btn-submit:hover{
	background-color: transparent;	
    box-shadow: 1px 3px 8px rgba(0,0,0,0.5);
    border: 2px solid #fff !important;
    /*color: #fff;*/
    color: #fff;
}


/*--------------------*/
/* HEADER */
/*--------------------*/

#mu-hero {
	/*background-image: url("assets/images/option-hydra-bg.png");*/
	/*background-image: url("assets/images/febinars-bg.png");*/
	/*background-image: url("../images/algomojo-bg.png");*/
	background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 85%);
	/*background-image: url("../images/febinars-bg-1.png");*/
	/*background-color: #fff;*/
	display: inline;
	float: left;
	width: 100%;
	position: unset;
	background-position: center center;
	/*background-attachment: fixed;*/
	-webkit-background-size: cover;
	background-size: cover;
	padding: 120px 10px 30px 10px; 
}
.show-on-desktop{
	display: block;
}
.show-on-mobile{
	display: none;
}

.mu-hero-overlay {
	display: inline;
	float: left;
	opacity: 0.94;
	width: 100%;
}

.mu-logo-area {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mu-logo {
	font-size: 35px;
	/*font-family: 'Montserrat', sans-serif;*/
	/*font-family: 'Quicksand', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	font-weight: 600;
	background: #fff;
	padding: 5px 20px;
	margin-bottom: 30px;
}


.mu-menu-btn {
	position: fixed;
	right: 15%;
	top: 50px;
	color: #fff;
	font-size: 25px;
	border: 2px solid #fff;
	padding: 5px 14px;
	z-index: 999;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-menu-btn:hover,
.mu-menu-btn:focus {
	border: 2px solid #fff;
}

.navbar-collapse{
	padding-top: 10px; 
	background-color: #fff;
}
/*.navbar-left{
	margin-top: 15px;
}*/
/*=== Featured section ===*/

.mu-hero-featured-area {
	display: inline;
	float: left;
	/*padding: 60px 0 150px;*/
	padding: 30px 10px 20px 10px;
	width: 100%;
}

.mu-hero-featured-content {
	display: inline;
	float: right;
	/*margin-top: 50px;*/
	/*text-align: center;*/
	padding: 40px 10px 10px 10px;
	width: 100%;
}

/*.mu-hero-featured-content h1 {
	font-size: 45px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 35px;
}
*/

/*.mu-hero-featured-content h2 {
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 35px;
}*/
.mu-hero-h1{
	color: #fff;
	font-size: 45px;
	font-weight: 300px;
	/*text-shadow: 2px 2px #fff;*/
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Poppins', sans-serif;
}
.mu-hero-h2{
	padding: 20px 0px;
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
	color: #fff;
	/*font-family: 'Quicksand', sans-serif;*/
	font-family: 'Poppins', sans-serif;
}

.mu-hero-p{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.mu-event-date-line {
	background-color: #fff;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	margin-top: 10px;
	font-weight: 600;
}

.mu-event-counter-area {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

#mu-event-counter{
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
}

.mu-event-counter-block {
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 180px;
	width: 180px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	margin: 0 20px;
	font-weight: 300;
}

.mu-event-counter-block span {
	display: block;
	font-size: 40px;
	font-weight: 700;
	padding-top: 56px;
	line-height: 40px;
}
.intro-panel{
	background-color: #fff;
	padding: 30px;
	margin-top: 40px;
	margin-bottom: -80px;
	border-radius: 5px;
	box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.08);
}
.info-data{
	font-size: 22px;
	font-weight: bold;
}
.info-data span{
	font-size: 14px;
	font-weight: 300;
}
.overview-section{
	padding: 40px 10px 80px 10px;
}
.overview-section h2{
	font-size: 35px;
}
.overview-section h4{
	padding: 20px 5px 20px 0px;
	font-weight: 300;
	font-size: 28px;
}
.overview-points p{
	padding: 17px 2px;
	font-size: 16px;
}
.oh-icon{
	background: url("../images/option-hydra-icons-pack.png") no-repeat;	
	width: 25px;
    height: 25px;    
    display: inline-block;    
    margin-right: 10px;  
}
.oh-overview{
	background-color: #fff;
	box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.08);
	padding: 15px;
	border-radius: 6px;
}
.oh-overview .date{
	float: right;
	font-size: 14px;
	font-family: 'Red Hat Text', sans-serif;
}
.oh-feature-section{
	background-color: rgba(241,92,94,0.03);
	padding: 30px 5px;
}
.why-febinar-section{
	background-color: rgba(0,0,0,0.03);
	padding: 80px 5px;
}
.why-febinar-program{
	text-align: center;
}
.oh-tools-section{
	background-color: #fff;
	padding: 0px 5px 70px 5px;
}
.oh-tools-title{
   padding: 70px 0 20px 0;
}
.oh-tools-title h2{
	font-size: 22px;
}
.oh-tools-section img{
	height: 50px;
}
.oh-speaker-title h1{
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 24px;
}
.oh-mentor-info{
	background-color: #fff;
	padding: 20px;
	margin-bottom: 50px;
	text-align: justify;
	box-shadow: 0px 7px 31px 0 rgba(0, 0, 0, 0.05);
}
.oh-mentor-img{
	width: 120px;
	height: 120px;
	background-color: #eee;
	margin: 0 auto;
	border-radius: 50%;
}
.oh-mentor-name{
	font-size: 16px;
	text-align: center;
	padding: 15px 2px;
}
.oh-mentor-title{
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	padding: 5px 2px 20px 2px;
}
.oh-mentor-com{
	display: block;
	text-align: center;
}	
.oh-mentor-com img{
	height: 20px;
	margin: 0 auto;
}
.oh-mentor-desc{
	margin: 20px 3px;
	text-align: justify;
}
.oh-pricing-title h1{
	font-size: 40px;
	font-weight: bold;
}
.oh-pricing-title h4{
    font-size: 32px;
    font-weight: 300;
    padding: 30px 0px 15px 0px;
}
.oh-pricing-box{
	box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.08);
}
.oh-left-box{
	background-image: linear-gradient(106deg, #f53941, #ff6e6a);
	padding: 20px;
}
.oh-right-box{
	background-color: #fff;
	padding: 20px;
}
.oh-right-box h2{
	font-size: 32px;
	font-weight: 300;
}
.oh-right-box span{
 	font-size: 15px;
 	font-weight: 300;
}
.oh-pricing-features h1{
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	padding: 20px 0px;
}
.oh-pricing-features h4{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0px 20px 0px;
}
.oh-pricing-features ul {
	list-style: none;
}

.oh-pricing-features ul li{
	list-style: none;
	color: #fff;
	line-height: 50px;
	font-size: 13px;
}
.oh-pricing-features ul i{
	color: #fff;
}
.oh-testimonial-title h1{
	font-weight: 300;
	font-size: 32px;
}
.faq-title h2{
    font-size: 32px;
    font-weight: 300;
}
/*.whatsapp_contact p{
	background-color: #fff;
	padding: 5px;
	position: fixed;
	bottom: 80px;
	left: 20px;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
}*/
.whatsapp_contact i{
	position: fixed;
	bottom: 20px;
	left: 20px;
}
.whatsapp_content{
	display: none;
	background-color: #fff;
	padding: 5px;
	position: fixed;
	bottom: 80px;
	left: 20px;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
	transition: 0.5s all ease;
}

.whatsapp_contact:hover .whatsapp_content{
	display: block;
}
.padding50{
	padding: 50px 5px;
}
.oh-app-icon{
	background: url("../images/oh-app-logo.png") no-repeat;	    
    display: inline-block;    
    margin-right: 10px;  
}
.oh-xl-icon{
	width: 25px;
    height: 25px;
    background-position: 0px -25px;
}
.oh-mc-icon{
	width: 25px;
    height: 25px;
    background-position: 0px 0px;
}
.oh-wa-icon{
	width: 50px;
    height: 50px;
    background-position: -25px 0px;
}
.suitcase {
    background-position: 0px 0px;
}
.live{
	background-position: -25px 0px;
}
.training{
	background-position: -50px 0px;
}
.video-camera{
	background-position: 0px -25px;
}
.conversation{
	background-position: -25px -25px;
}
.support{
	background-position: -50px -25px;
}
.overview-points img{
	width: 20px;
	height: 20px;
	margin-right: 13px;
}

.feature-section{
	padding: 50px 5px;
}

.feature-section h3{
	font-size: 22px;
	font-weight: bold;
	padding: 5px 5px;
}

.feature-section p{
	padding: 5px 5px;
	font-size: 14px;
	line-height: 24px;
}
.schedule-panel-group{
	 padding: 80px 5px;
}
.schedule-panel-group-2{
	 padding: 100px 5px;
}
.schedule-panel-group h3{
	color: #fff;
	padding: 15px 5px;
}
.schedule-panel-group p{
    color: #fff;
    padding: 10px 5px 25px 5px;
}
.schedule-panel{
	border-radius: 0px !important;
}
.schedule-panel-span{
	font-size: 10px;
	font-weight: 300;
}
.schedule-panel>.panel-heading{
	background-color: #ecf3fc;
}
.schedule-panel h4{
	font-size: 13px !important;
	padding: 15px 5px;
}
.schedule-body p{
	background-color: #fff;
	color: #656565;
	padding: 10px 6px;
	border-bottom: 0.5px solid #eee;
}
.schedule-body p:last-child{
	border: none;
}
.schedule-element{
	text-align: center;
	display: block;
}
.schedule-circle{
	width: 75px;
	height: 75px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #041e92;
	text-align: center;
	margin: 0 auto;
}
.schedule-circle span{
	text-align:center;
	padding: 15px;
	font-size: 26px;
	line-height: 2.7;
}
.schedule-element p{
	color: #fff;
	text-align: center;
	padding-top: 10px;
}

/*--------------------*/
/* MENU */
/*--------------------*/

#mu-hero .navbar-default {
	background-color: #fff;
	border-color: #e7e7e7;
	padding: 0px 0px 5px 0px;

}

.mu-navbar {
	top: -150px;
	transition: all 0.5s;
}

.mu-nav-show {
	top: 0px;
}

#mu-hero .navbar-default .navbar-brand {
	padding: 0px 15px;
	font-size: 28px;
	line-height: 20px;
	height: 70px;
}
#mu-hero .navbar-default .navbar-brand img{
margin: -6px;

	top: 0;
}

.mu-navbar .mu-menu li a {
	color: #1176a5;
	font-size: 15px; 
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	color: #656565;
}

.navbar-fixed-top{
	z-index: 99;
}

.drophelp{
  position: relative;
  font-weight: bold;
  /*padding-top: 13px;
  font-size: 15px;
  color: #1176a5;
  cursor: pointer;*/
}
.dropdwnhelp{
	background-color: #3362c7;
	color: #fff;
	padding: 10px 15px;
	margin-top: 5px;
	border-radius: 5px;
}

.dropdownhelp{
  margin: 0px; 
  padding: 0px;
  list-style-type: none;
  display: none;
  position: absolute;
  z-index: 1;
  width: 200px;
  height: 50px;
  border-radius: 5px;
}
.dropdownhelp li a{
  font-size: 13px !important;
  text-align: left;
  background-color: #fff;
  box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
  color: #353535 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdownhelp li a:hover{
	color: #3362c7 !important;
}
.drophelp:hover .dropdownhelp{
  display: block;
}
.drophelpreg{
  position: relative;
}
.dropdownhelpreg{
  margin: 0px; 
  padding: 0px;
  list-style-type: none;
  display: none;  
  position: absolute;
  left: 200px;
  top: 0px;
  z-index: 1;
  width: 200px;
  height: 50px;
}
.drophelpreg:hover .dropdownhelpreg{
  display: block;
}

.sym{
  position: relative;
  top: 0px;
  left: 80px;
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.section-title {
  font-size: 36px;
  color: #212121;
  line-height: 52px;
  padding-bottom: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
}

.section-title:before {
  position: absolute;
  content: '';
  left: 15px;
  bottom: 8px;
  width: 48px;
  height: 1px;
  /*background-color: #f79421;*/
  /*background-color: #3c85df;*/
  background-color: #3d8ca9;
}

.section-title:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 2px;
  width: 48px;
  height: 1px;
  /*background-color: #f79421;*/
  /*background-color: #3c85df;*/
  background-color: #3d8ca9;
}

.section-title:before, .section-title:after {
  left: 50%;
  margin-left: -45px;
}

.section-title:after {
  margin-left: -30px;
}
#mu-description{
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
	padding: 50px 0px;
}

.header_padding{
	padding-top: 60px;
}
.table_padding{
	padding:50px 0px;
}
/*.table_padding_1{
	padding:50px 0px 10px 0px;
}*/
.course_table{
  overflow: hidden;
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-collapse: separate;
    border-spacing: 0 1em;
}
.course_table thead{
	box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);	
}
.course_table thead th{
  font-size: 18px;
  color: #f79226;
  line-height: 1.4;
  background-color: #fff;
  padding: 18px 20px;
  border-bottom: 0px !important;
}
.course_table thead th{
  margin: 20px 0px;
}
.course_table tbody td {
  padding: 5px;
  color: #808080;
  border-top: 0px !important;
}
.course_content table{
	width: 100%;
}
.course_content table>tbody>tr>td:last-child{
	text-align: right;
}
.course_content table>tbody>tr>td{
	padding: 5px;
}
.course_content table>tbody>tr>td{
	color: #656565;
}
.course_content .panel{
	border:0px;
}
.course_content .panel-title a{
	padding:0px !important;
	font-weight: bold; 
}
.course_details .panel-title a:hover{
	color: #f79226;
}
.course_content img{
	width: 25px;
	height: 25px;
}
.course_content tr td{
	border-top: 0px !important;
}

.febinars-form{
	padding: 15px 5px;
}
.febinars-form .form-control{
	border-radius: 0px;
	padding: 25px 15px;
	box-shadow: 0 2px 2px 0 rgba(46, 60, 73, 0.05);
}
::-webkit-input-placeholder{
	font-size: 12px;
}
.febinars-form h2{
	font-size: 32px;
	font-weight: 300;
}
.febinars-form span{
	font-size: 15px;
	font-weight: 300;
}
.first-form{
	margin-top: 10px; 
}

/*--------------------*/
/* ABOUT US */
/*--------------------*/


#mu-about {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
	padding: 30px 5px;
}

.mu-about-area {
	display: inline;
	float: left;
	padding: 50px 0 30px 0;
	width: 100%;
}

.fb-about-division{
	text-align: center;
}

.fb-about-header {
  line-height: 0.2;
  text-align: center;
  padding-bottom: 20px;
}
.fb-about-header span{
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	color: #1176a5;
}

.fb-about-header span:before,
.fb-about-header span:after {
  content: "";
  position: absolute;
  height: 3px;
  border-bottom: 1px solid #1176a5;
  /*border-top: 1px solid #497ed5;*/
  top: 10;
  width: 70px;
}
.fb-about-header span:before {
  right: 100%;
  margin-right: 15px;
}
.fb-about-header span:after {
  left: 100%;
  margin-left: 15px;
}

.fb-about-header_1 {
  line-height: 0.2;
  text-align: center;
  padding-bottom: 20px;
}
.fb-about-header_1 span{
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	color: #1176a5;
	font-size: 32px;
}

.fb-about-header_1 span:before,
.fb-about-header_1 span:after {
  content: "";
  position: absolute;
  height: 3px;
  border-bottom: 5px solid #1176a5;
  /*border-top: 1px solid #497ed5;*/
  top: 10;
  width: 70px;
}
.fb-about-header_1 span:before {
  right: 100%;
  margin-right: 15px;
}
.fb-about-header_1 span:after {
  left: 100%;
  margin-left: 15px;
}

.mu-title-area {
	display: inline;
	float: left;
	text-align: center;
	padding: 0 120px;
	width: 100%;
}

.mu-title {
	color: #1c1b1b;
	margin-bottom: 15px;
	padding: 0;
	z-index: 10;
	text-transform: capitalize;
}

.mu-about-left {
	display: inline;
	float: left;
	width: 100%;
	font-size: 15px;
}
.mu-about-left h2{
	padding: 10px 5px 20px 5px;
 }
.mu-about-right {
	display: inline;
	float: left;
	margin-top: 30px;
	width: 100%;
}



/*--------------------*/
/* VIDEO */
/*--------------------*/


#mu-video {
	background-image: url("assets/images/event-background.html");
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	display: inline;
	float: left;
	width: 100%;
}

.mu-video-overlay {
	display: inline;
	float: left;
	opacity: 0.85;
	width: 100%;
}

.mu-video-area {
	display: inline;
	float: left;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.mu-video-area h2 {
	color: #fff;
}

.mu-video-content {
	display: inline;
	float: left;
	width: 100%;
}

/*.mu-video-close-btn {
	color: #fff;
	font-size: 22px;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 60px;
	display: inline-block;
	height: 60px;
	line-height: 55px;
	text-align: center;
	margin-top: 100px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}*/

/*.mu-video-play-btn:hover,
.mu-video-play-btn:focus {
	color: #fff;
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}*/

.mu-video-close-btn {
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	border: 2px solid #fff;
	position: absolute;
	top: 0;
	right: 15%;
	display: inline-block;
	height: 50px;
	line-height: 45px;
	text-align: center;
	margin-top: 100px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 50px;
}

.mu-video-close-btn:hover,
.mu-video-close-btn:focus {
	color: #fff;
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}

.mu-video-iframe-area {
	background-color: rgba(0,0,0,0.84);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 12% 0;
	text-align: center;
	z-index: 9999;
	display: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-video-iframe-display {
	display: block;
}

.mu-video-iframe-area iframe {

}


/*--------------------*/
/* EVENT SCHEDULE */
/*--------------------*/

#mu-schedule {
	background-color: #ffffff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-schedule-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-schedule-content-area  {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.mu-schedule-menu {
	text-align: center;
	border: none;
}


.mu-schedule-menu li {
	float: none;
	display: inline-block;
}

.mu-schedule-menu li a {
	border-radius: 0;
	margin: 0 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-schedule-menu li a:hover,
.mu-schedule-menu li a:focus,
.mu-schedule-menu li.active a,
.mu-schedule-menu li.active a:hover,
.mu-schedule-menu li.active a:focus {
	color: #fff;
}

.mu-schedule-content{
	margin-top: 50px;
}

.mu-event-timeline ul li {
	list-style-type: none;
	position: relative;
	width: 2px;
	margin: 0 auto;
	padding-top: 50px;
	background-color: #ddd;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-event-timeline ul li::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 70px;
	transform: translateX(-50%);
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: inherit;
}


.mu-event-timeline ul li .mu-single-event {
	background-color: #fff;
	-webkit-box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
	-moz-box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
	box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
	position: relative;
	top: 0;
	width: 400px;
	padding: 15px;
	text-align: left;
}

.mu-event-timeline ul li:nth-child(2n) .mu-single-event {
	left: 50px;
}

.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event {
	left: -450px;
	text-align: right;
}

.mu-event-timeline ul li .mu-single-event img {
	height: 80px;
	width: 80px;
	float: left;
	border-radius: 50%;
	margin-right: 15px;
}

.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event img {
	float: right;
	margin-right: 0;
	margin-left: 15px;
}

.mu-event-timeline ul li .mu-single-event::before {
	content: '';
	position: absolute;
	top: 23px;
	width: 0;
	height: 0;
	border-style: solid;
}

.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event::before {
	right: -15px;
	border-width: 8px 0 8px 16px;
	border-color: transparent transparent transparent #fff;
}

.mu-event-timeline ul li:nth-child(2n) .mu-single-event::before {
	left: -16px;
	border-width: 8px 16px 8px 0;
	border-color: transparent #fff transparent transparent;
}

.mu-event-timeline ul li .mu-single-event h3 {
	margin-bottom: 5px;
	font-size: 16px;
}

.mu-event-timeline ul li .mu-single-event p {
	margin-bottom: 5px;
}

.mu-event-timeline ul li .mu-single-event span {
	font-size: 12px;
}


/*--------------------*/
/* SPEAKERS */
/*--------------------*/


#mu-speakers {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	width: 100%;
}

.mu-speakers-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-speakers-content{
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.mu-single-speakers {
	padding: 0 10px;
	outline: none;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.mu-speakers-slider .slick-next {
	right: -60px;
}

.mu-speakers-slider .slick-prev {
	left: -60px;
}

.mu-single-speakers-info {
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}

.mu-single-speakers-info h3 {
	margin-bottom: 4px;
	font-size: 22px;
}

.mu-single-speakers-info p {
	margin-bottom: 5px;
}

.mu-single-speakers-social {

}

.mu-single-speakers-social li {
	display: inline-block;
}

.mu-single-speakers-social li a {
	display: inline-block;
	margin-right: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


/*--------------------*/
/* VENUE */
/*--------------------*/

#mu-venue {
	display: inline;
	float: left;
	width: 100%;
}

.mu-venue-area {
	display: inline;
	float: left;
	width: 100%;
}

.mu-venue-map {
	display: inline;
	float: left;
	width: 100%;
}

.mu-venue-map iframe {
	margin-bottom: -8px;
}

.mu-venue-address {
	display: inline;
	float: left;
	width: 100%;
	padding: 10% 5%;
	color: #fff;
}

.mu-venue-address h2 i {
	margin-top: -4px;
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
}

.mu-venue-address h3 {
	margin-top: 15px;
	margin-bottom: 0px;
}

.mu-venue-address h4 {
	font-size: 18px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 25px;
}


/*--------------------*/
/* PRICING */
/*--------------------*/


#mu-pricing {
	background-color: #f8fafc;
	display: inline;
	float: left;
	width: 100%;
}

.mu-pricing-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-pricing-conten {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.mu-single-price {
	/*background-color: #f8f8f8;*/
	background-color: #fff;
	/*box-shadow: 0px 7px 8px rgba(0,0,0,0.3);*/
	box-shadow: 0 0 10px rgba(0,0,0, .25);
	display: inline;
	float: left;
	text-align: center;
	position: relative;
	width: 100%;
	/*padding: 15px;*/
	overflow: hidden;
}

.mu-single-price-head {
	color: #555;
	display: inline;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 50px;
}

.mu-single-price-head .mu-currency {
	font-weight: bold;
	font-size: 30px;
}

.mu-single-price-head .mu-rate {
	/*font-size: 60px;*/
	font-size: 40px;
	font-weight: bold;
	line-height: 0.9;
	letter-spacing: 3px;
}

.mu-single-price-head .mu-time {
	font-size: 16px;
	font-weight: 300;
	line-height: 0;
	font-style: italic;
}

.mu-single-price .mu-price-title {
	color: #555;
	/*font-size: 22px;*/
	font-size: 18px;
	padding: 10px 0;
}

.mu-single-price ul {
	list-style: none;
}

.mu-single-price ul li{
	list-style: none;
	color: #555;
	line-height: 40px;
}
.mu-single-price ul i{
	color: #61d588;
}
.price_heading{
	background-color: #0295fd;
	padding: 30px 0px;
}
.price_heading:before{
	content: '';
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url("../images/pricing_wave.html");
}

.price_heading p, .price_heading_1 p{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.price_heading_1{
	background-color: #4d5dd5;
	padding: 30px 0px;
}
/*.price_heading_1:before{
	content: '';
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url("assets/images/pricing_wave_1.png");
}*/

.mu-register-btn {
	background-color: #fff;
	border: 1px solid #555;
	color: #555;
	margin-top: 20px;
	padding: 10px 40px;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-register-btn:hover,
.mu-register-btn:focus,
.mu-popular-price .mu-register-btn {
	color: #fff;
}

.mu-popular-price .mu-price-tag {
	color: #fff;
	display: inline-block;
	position: absolute;
	top: 15px;
	left: -62px;
	padding: 10px 60px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
	transform: rotate(-45deg);
	text-align: center;
	box-shadow: 0 2px 2px rgba(0,0,0,0.25);
}

/*--------------------*/
/* REGISTER */
/*--------------------*/

#mu-register {
/*	background-image: url("assets/images/register-bg.jpg");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;*/
	display: inline;
	float: left;
	position: relative;
	width: 100%;
	background-color: #fff;
}

/*#mu-register::before {
	background: rgba(0,0,0,0.9);
	bottom: 0;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	position: absolute;
	opacity: 0.9;
}*/

.mu-register-area {
	display: inline;
	float: left;
	padding: 150px 0;
	width: 100%;
}

.mu-register-area .mu-title,
.mu-register-area p {
	color: #fff;
}

.mu-register-content {
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 200px;
	margin-top: 50px;
}

.mu-register-form .form-group {
	margin-bottom: 25px;
}

.mu-register-form .form-control {
	height: 50px;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

.mu-register-form select.form-control option{
	color: #333;
}

.mu-register-form .form-control::-webkit-input-placeholder {
	color: #fff;
	font-size: 15px;
}

.mu-register-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	font-size: 15px; 
}

.mu-register-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
	font-size: 15px;
}

.mu-register-form .form-control:-ms-input-placeholder {  
	color: #fff;
	font-size: 15px;
}

.mu-reg-submit-btn {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	padding: 12px 75px;
	margin-top: 20px;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


/*--------------------*/
/* SPONSORS */
/*--------------------*/

#mu-sponsors {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-sponsors-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-sponsors-content {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.mu-sponsors-single {
	background: #eee;
	display: inline;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
}


/*--------------------*/
/* FAQ */
/*--------------------*/

#mu-faq {
	background-color: #fff;
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

.mu-faq-area {
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
	background-color: #fff;
}

.mu-faq-content {
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
	/*padding: 0 150px;*/
	/*padding: 0 30px;*/
	/*margin-top: 50px;*/
}

.mu-faq-content .panel-default {
	border-radius: 0;
	border-color: #fff;
	/*box-shadow: 0 2px 3px 0 rgba(0,0,0,0.06);*/
}

.mu-faq-content .panel-default > .panel-heading {
	color: #333;
	background-color: #f9fbfc;
	border-color: #ddd;
	padding: 30px 10px;

}

.mu-faq-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
	text-align: left;
}


.mu-faq-content .panel-title {
	text-align: left;
	font-weight: 300;
}

.mu-faq-content .panel-title a {
	display: block;
	padding: 12px 15px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-faq-content .panel-title a>span {
	/*margin-right: 5px;*/
	padding-right: 5px;
}


/*--------------------*/
/* CONTACT US */
/*--------------------*/

#mu-contact {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	width: 100%;
}

.mu-contact-area {
	display: inline;
	float: left;
	padding: 100px 0 50px;
	width: 100%;
}

.mu-contact-header {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
	padding: 0 120px;
}

.mu-contact-content{
	display: inline;
	float: left;
	margin-top: 50px;
	padding: 0 20%;
	width: 100%;
}


.mu-contact-form-area {
	display: inline;
	float: left;
	width: 100%;
}

.mu-contact-form {
	text-align: center;
}

.mu-contact-form .form-group input {
	background: transparent;
	border-radius: 5px;
	color: #333;
	font-size: 15px;
	border: 1px solid #888;
	height: 45px;
	margin-bottom: 24px;
}

.mu-contact-form .form-group textarea {
	background: transparent;
	border: 1px solid #888;
	border-radius: 5px;
	color: #333;
	font-size: 18px;
	padding: 10px;
	height: 190px;
}

.mu-contact-form .form-control:focus {
	background-color: #fff;
    outline: 0;
    box-shadow: none;    
} 

.mu-contact-form .form-control::-webkit-input-placeholder {
	color: #888;
	font-size: 15px;
}

.mu-contact-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #888;
	font-size: 15px; 
}

.mu-contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #888;
	font-size: 15px;
}

.mu-contact-form .form-control:-ms-input-placeholder {  
	color: #888;
	font-size: 15px;
}

.mu-contact-form .button-default::after,
.mu-contact-form .button-default > span {
	padding: 12px 40px;  
}

#form-messages {
	margin-bottom: 10px;
    background-color: #fff;
}

.success {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
}

.error {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid rgba(185, 74, 72, 0.3);
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
}



/*--------------------*/
/* FOOTER */
/*--------------------*/


#mu-footer {
	background-color: #333945;
	display: inline;
	float: left;
	width: 100%;
}

.mu-footer-area{
	display: inline;
	float: left;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}

.mu-footer-top {
	display: inline;
	float: left;
	width: 100%;
}

.mu-social-media {
	display: inline;
	float: left;
	padding: 10px 0;
	width: 100%;
}

.mu-social-media a {
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
}

.mu-footer-bottom {
	display: inline;
	float: left;
	width: 100%;
}

.mu-copy-right {
	margin-bottom: 0;
	color: #fff;
}

.mu-copy-right a {
	font-weight: 600;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #ff7476;
}



/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/

@media (max-width: 1199px) {

	.mu-register-content {
		padding: 0 150px;
	}

	.mu-video-iframe-area {
		padding: 16% 0;
	}

	/*.mu-video-close-btn {
		top: 5%;
		right: 5%;
		margin-top: 0;
	}*/

	.mu-apps-screenshot-slider .slick-prev {
		left: -25px;
	}

	.mu-apps-screenshot-slider .slick-next {
		right: -25px;
	}

		
}

@media (max-width: 991px) {	

	.mu-primary-btn {
		font-size: 14px;
		padding: 12px 22px;
	}

	#mu-hero{
		/*background-image: url("assets/images/options-hydra-mobile-bg.png");*/
		/*background-image: url("../images/febinars-mobile-bg-1.png");*/
		background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 85%);
		/*background-color: #fff;*/
		/*padding: 110px 5px;*/
	}

	.fb-about-division{
		padding-top: 30px;
	}

	.mu-hero-featured-content{
		padding: 35px 10px;
	}
	.show-on-desktop{
		display: none;
	}
	.drophelp{
		display: none;
	}
	.show-on-mobile{
		display: block;
	}

	.tradeaction-form{
	position: relative;
    top: 0px;
    right: 0px;
    margin: 10px;
    display: block;
    }
    .tradeaction-form p{
		font-size: 16px;
		line-height: 25px;
	}
    .tradeaction-form input{
    	width: 100%;
    }

	.mu-navbar .mu-menu {
		margin-top: 5px;
	}

	.mu-navbar .mu-menu li a {
		font-size: 10px;
		padding: 10px 6px;
	}

	.mu-hero-featured-content h1 {
		font-size: 35px;
	}

	.mu-hero-featured-content h2 {
		font-size: 18px;
	}

	.mu-event-date-line {
		font-size: 14px;
	}

	.mu-event-counter-block {
		height: 130px;
		width: 130px;
		font-size: 16px;
		margin: 0 10px;
	}

	.mu-event-counter-block span {
		font-size: 30px;
		padding-top: 32px;
		line-height: 32px;
	}

	.mu-event-timeline ul li {
		margin-left: 15%;
	}

	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event {
		left: 50px;
		text-align: left;
	}

	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event::before {
		right: auto;
		left: -16px;
		border-width: 8px 16px 8px 0;
		border-color: transparent #fff transparent transparent;
	}

	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event img {
		float: left;
		margin-right: 15px;
		margin-left: 0;
	}

	.mu-video-iframe-area {
		padding: 16% 5%;
	}

	.mu-video-iframe-area iframe {
		width: 100%;
	}

	.mu-title-area {
		padding: 0 50px;
	}

	.mu-faq-content {
		padding: 0;
	}

	.mu-contact-right {
		margin-top: 50px;
	}

	.mu-menu-btn {
		right: 5%;
	}

	.mu-speakers-slider .slick-next {
		right: 0;
	}

	.mu-speakers-slider .slick-prev {
		left: 0;
	}

	.mu-speakers-slider .slick-next,
	.mu-speakers-slider .slick-prev {
		width: 40px;
		height: 40px;
	}

	.mu-speakers-slider .slick-prev::before, 
	.mu-speakers-slider .slick-next::before {
		font-size: 18px;
	}

	.mu-single-speakers-info h3 {
		font-size: 18px;
	}

	.mu-pricing-conten {
		padding: 0 5%;
	}

	.mu-single-price {
		margin-bottom: 30px;
	}


		
}

@media (max-width: 767px) {

	/*.mu-logo img {
		width: 150px;
	}*/

	/*.mu-hero-h1{
		color: #f15c5e;
	}
	.mu-hero-p,.mu-hero-h2{
		color: #656565;
	}*/


	.mu-navbar .navbar-toggle{
		background-color: #3f7bd5;
	}
	
	.mu-navbar .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.mu-navbar .mu-menu {
		padding: 0 15px;
	}

	/*.mu-video-close-btn {
		font-size: 16px;
		height: 40px;
		line-height: 35px;
		width: 40px;
	}*/

		
		
}


@media (max-width: 640px){
	
	.mu-event-counter-block {
		height: 100px;
		width: 100px;
		font-size: 15px;
	}

	.mu-event-counter-block span {
		font-size: 22px;
		padding-top: 22px;
		line-height: 25px;
	}

	.mu-title-area {
		padding: 0;
	}

	.mu-video-iframe-area {
		padding: 5% 5%;
	}

	.mu-video-iframe-area iframe {
		width: 100%;
		height: 100%;
	}

	.mu-register-content {
		padding: 0 100px;
	}

	.mu-contact-content {
		padding: 0 10%;
	}
	
	.drophelp{
		display: none;
	}		

}


@media (max-width: 480px) {

	body {
		font-size: 14px;
	}

	.mu-logo {
		margin-bottom: 10px;
		font-size: 30px;
	}

	.mu-hero-featured-area {
		padding: 0px;
	}

	.mu-hero-featured-content {
		margin-top: 0px;
	}

	.mu-hero-featured-content h1 {
		font-size: 35px;
	}
	
	.mu-hero-h2{
		padding: 20px 0px;
		font-size: 28px;
		line-height: 36px;
	}

	.tradeaction-form p{
		font-size: 16px;
		line-height: 25px;
	}

	.mu-event-date-line {
		font-size: 12px;
	}

	.mu-event-counter-area {
		margin-top: 20px;
	}
	
	.mu-event-counter-block span {
		font-size: 18px;
		padding-top: 16px;
		line-height: 20px;
	}

	.mu-event-counter-block {
		height: 75px;
		width: 75px;
		font-size: 12px;
		margin: 0 5px;
	}
	
	/*.mu-video-close-btn {
		top: 2%;
		right: 5%;
		height: 40px;
		line-height: 35px;
		width: 40px;
	}*/

	.mu-menu-close-btn {
		right: 5%;
		top: 30px;
	}

	.mu-video-area {
		padding: 100px 0;
	}

	.mu-video-iframe-area {
		padding: 10% 5%;
	}

	.mu-video-iframe-area iframe {
		height: 250px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	.mu-schedule-content {
		margin-top: 30px;
	}
	
	.mu-schedule-menu li {
		margin-bottom: 15px;
	}

	.mu-schedule-menu li a {
		font-size: 15px;
	}

	.mu-event-timeline ul li {
		margin-left: 5%;
	}

	.mu-event-timeline ul li .mu-single-event,
	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event,
	.mu-event-timeline ul li:nth-child(2n) .mu-single-event {
		left: 30px;
		width: 350px;
	}

	.mu-event-timeline ul li .mu-single-event h3 {
		margin-bottom: 5px;
		font-size: 14px;
	}

	.mu-venue-address h4 {
		font-size: 16px;
	}

	.mu-register-content,
	.mu-contact-content {
		padding: 0 5%;
	}

	.mu-faq-content .panel-title {
		font-size: 14px;
	}
					
	
}


@media (max-width: 360px) {

	.mu-logo img {
		width: 120px;
	}

	.mu-hero-featured-area {
		padding: 30px 0 30px;
	}

	.mu-event-counter-block {
		height: 56px;
		width: 56px;
		font-size: 10px;
	}

	.mu-event-counter-block span {
		font-size: 16px;
		padding-top: 10px;
		line-height: 16px;
	}

	.mu-video-area {
		padding: 50px 0;
	}

	.mu-video-iframe-area {
		padding: 15% 5%;
	}

	/*.mu-video-play-btn, .mu-video-close-btn {
		font-size: 18px;
		width: 50px;
		height: 50px;
		line-height: 46px;
		margin-top: 50px;
	}*/

	.mu-video-close-btn {
		font-size: 18px;
		width: 50px;
		height: 50px;
		line-height: 46px;
		margin-top: 50px;
	}

	h2 {
		font-size: 25px;
	}

	.mu-event-timeline ul li .mu-single-event, 
	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event, 
	.mu-event-timeline ul li:nth-child(2n) .mu-single-event {
		left: 30px;
		width: 280px;
	}
}



@media (max-width: 320px) {

	.mu-video-iframe-area {
		padding: 30% 5%;
	}

	.mu-event-timeline ul li .mu-single-event, 
	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event, 
	.mu-event-timeline ul li:nth-child(2n) .mu-single-event {
		left: 30px;
		width: 250px;
	}

	h2 {
		font-size: 22px;
	}
	
	
	
}

.top-tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

/* Nav */
.top-tabs nav {
    text-align: center;
}

.top-tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.top-tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.top-tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
    color: #2CC185;
    text-decoration: none;
    outline: none;
}
.top-tabs nav a:hover, .top-tabs nav a:focus{
color: #74777b;
}
.top-tabs nav a span {
    vertical-align: middle;
    font-size: 0.75em;
}

.top-tabs nav li.top-tab-current a {
    color: #74777b;
}

.top-tabs nav a:focus {
    outline: none;
}
    .top-tabs-style-linetriangle nav span {
    overflow: visible;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.top-tabs-style-linetriangle nav span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1em;
    cursor: pointer;
}

.top-active{
    color: #00cd97;
}

.top-tabs-style-linetriangle nav li.top-tab-current span:after, 
.top-tabs-style-linetriangle nav li.top-tab-current span:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}

.top-tabs-style-linetriangle nav li.top-tab-current span:after {
    margin-left: -10px;
    border-width: 10px;
    border-top-color: #e7ecea;
}

.top-tabs-style-linetriangle nav li.top-tab-current span:before {
    margin-left: -11px;
    border-width: 11px;
    border-top-color: rgba(0,0,0,0.2);
}
.top-content-wrap {
    position: relative;
}

.top-content-wrap section {
    margin: 0 auto;
    padding: 1em;
    max-width: 1200px;
    text-align: center;
}

.top-content-wrap section.content-current {
    display: block;
}

.top-content-wrap section p {
    margin: 0;
    padding: 0.75em 0;
    color: rgba(40,44,42);
    font-weight: 500;
    font-size: 15px;
    line-height: 2;
    text-align: left;
}
.topics-covered{
    margin: 50px 10px 30px 10px;
    background-color: #fff;
    padding: 30px;
}
.topics-covered h3{
    padding: 30px 0px;
    text-align: center;
}
.event-txt p{
    padding: 15px 0px 20px 0px;
    font-size: 15px; 
}
.event-txt h4{
    padding: 5px 0px 5px 0px; 
    font-size: 22px;
    font-weight: bold;
}
@media screen and (max-width: 58em) {
    .top-tabs nav a.icon span {
        display: none;
    }
    .top-tabs nav a:before {
        margin-right: 0;
    }
}
@media screen and (max-width: 58em) {
    .top-tabs-style-linetriangle nav {
        font-size: 0.6em;
    }
}
.modules_img{
	text-align: center;
}
.modules_img img{
	display: block;
	width: 100%;
	margin: 0 auto;
}

.feature_box h6{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px 5px 25px 5px;
}
.feature_box h4{
	line-height: 36px;
	font-size: 26px;
}
.feature_box p{
	font-size: 16px;
	line-height: 30px;
	padding: 20px 5px;
}

.testimonial{
	background-color: #fff;
	padding: 15px;
	height: 290px;
	-webkit-box-shadow: inset 0 7px 7px 0 rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 7px 7px 0 rgba(0, 0, 0, 0.05);
}
.testimonial .description{
	font-size: 15px;
	line-height: 25px;
	padding-bottom: 20px;
	margin-left: 47px;
}
.testimonial .title{
	font-size: 30px;
	padding-bottom: 15px;
}
.testimonial .testimonial-subtitle{
	font-weight: 600;
	font-size: 18px;
}
.testimonial .post{
	font-weight: 300;
	font-size: 15px;
}
.testimonial .fa-quote-right{
	position: absolute;
	left: 15px;
    top: 48px;
	color: #f15c5e;
	font-size: 45px;
}
.owl-theme .owl-controls .owl-page span{
	background: #f15c5e !important;
}

.mentor-videobox{
	background-color: #fff;
	padding: 8px;
	box-shadow: 3px 2px 14px 0 rgba(241, 92, 94, 0.4);
}
.mentor-videobox iframe{
	width: 100%;
	height: 200px;
}
.videobox{
	 background-color: #fff;
	 padding: 10px 20px;
	 margin-bottom: 50px;
	 box-shadow: 0px 7px 31px 0 rgba(0, 0, 0, 0.05);
}
.videobox h3{
	font-weight: 300;
	font-size: 15px;
	padding-bottom: 10px;
}
.custom-underline{
    position: relative;
}
.custom-underline:after {
	content: "";
	position: absolute;
	top: 26px;
  	height: 2px;
  	width: 40%;
  	left: 0;
  	background-color: #ff8000;
}
.course_content p{
	line-height: 35px;
}
.course_content i{
	color: #55cc72;
}
.section-title{
	padding: 50px 5px;
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}
.video_button, .mu-video-play-btn{
  position: absolute;
  top: 115px;
  left: 320px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #f15c5e;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  transition: 0.3s all ease; 
}
.video_button:before,.mu-video-play-btn:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: -17px;
    left: -17px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    opacity: 0.9;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-animation: scaleout 1.5s infinite ease-in-out;
    animation: scaleout 1.5s infinite ease-in-out;
}
.video_button:after,.mu-video-play-btn:after {
    content: " ";
    position: absolute;
    z-index: 1;
    top: -7px;
    left: -7px;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-animation: scaleout 1.5s infinite ease-in-out;
    animation: scaleout 1.5s infinite ease-in-out;
}

.video_button:hover,.mu-video-play-btn:hover{
  background-color: #f15c5e;
  color: #fff;
}
.mu-video-play-btn i{
	padding: 16px 5px 10px 9px;
}
#light{
	position: absolute;
	top: 200px;
	left: 50%;
}
.course_content table>tbody>tr>td{
	padding: 10px 5px;
}
.tradeaction-form p{
	font-weight: 800;
}
@media (max-width: 640px){
	video{
		max-width: 360;
	}
	#light{
		position: relative;
		top: 150px;
		left: 110px;
		width: 360;
	}
	.febinars-form{
		background-color: #ff7173;
		padding: 30px 10px;
		margin-top: 15px;
	}
	.febinars-form h2{
		font-size: 25px;
		font-weight: 300;
	}
	.febinars-form span{
		font-size: 14px;
		font-weight: 300;
	}
	.overview-section{
		padding: 70px 10px;
	}
	.navbar-left{
		display: none;
	}
	.drophelp{
		margin-left: 6px;
		padding-bottom: 6px;
	}
}

/*=======================================
Pink Theme CSS
========================================*/

.mu-hero-overlay,
.mu-video-overlay {
	background-color: #f15c5e;/* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #64b3f4, #f15c5e);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #64b3f4, #f15c5e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.mu-primary-btn:hover,
.mu-primary-btn:focus,
.mu-copy-right a:hover,
.mu-copy-right a:focus,
.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus,
.mu-faq-content .panel-title a:hover,
.mu-faq-content .panel-title a:focus,
.mu-faq-content .panel-title a[aria-expanded="true"],
.mu-faq-content .panel-title a>span,
.mu-menu ul li a:hover,
.mu-menu ul li a:focus,
.mu-single-speakers-info p,
.mu-single-speakers-social li a:hover,
.mu-single-speakers-social li a:focus,
.mu-logo,
.mu-logo:hover,
.mu-logo:focus,
#mu-hero .navbar-default .navbar-brand,
.mu-single-event .mu-event-time {
	color: #3362c7;
}

.mu-speakers-slider .slick-next,
.mu-speakers-slider .slick-prev,
#mu-venue,
.mu-popular-price .mu-price-tag,
.mu-navbar .navbar-toggle:hover,
.mu-navbar .navbar-toggle:focus,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.mu-schedule-menu li a:hover,
.mu-schedule-menu li a:focus,
.mu-schedule-menu li.active a,
.mu-schedule-menu li.active a:hover,
.mu-schedule-menu li.active a:focus {
	/*background-color: #f15c5e;*/
	background-color: #f9f9f9;
	border-bottom: 2px solid #26218d;
}

.mu-social-media a:hover,
.mu-social-media a:focus {
	border: 1px solid #f15c5e;
	color: #f15c5e;
}

.mu-contact-form .form-control:focus,
.mu-schedule-menu li a {
	border: 1px solid #f15c5e;    
} 

.mu-send-msg-btn,
.mu-register-btn:hover,
.mu-register-btn:focus,
.mu-popular-price .mu-register-btn {
	border: 1px solid #f15c5e;
	background-color: #f15c5e;
}

.mu-faq-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #f15c5e;

}

.mu-reg-submit-btn:hover,
.mu-reg-submit-btn:focus {
	background-color: #f15c5e;
	border: 2px solid #f15c5e;
}

.mu-navbar .navbar-toggle:hover, .mu-navbar .navbar-toggle:focus{
	background-color: #1176a5;
}

#mPlayer {
  display: none;
  background: rgba(0, 0, 0, .8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  left: 0;
  top: 0;
}

/* video player */

#mPlayer DIV {
  position: fixed;
  background: #000;
  width: 560px; /* width of YouTube Player */
  height: 315px; /* height of YouTube Player */
  left: calc(50vw - 280px); /* 280 is .5(560), centers x axis*/
  top: calc(50vh - 157px); /* 157 is .5(315), centers y axis*/
}

.ffebinars_div{
	background-color: #fff;
	color: #3b3b3b;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	border-radius: 5px;
	margin-bottom: 20px;
}
.febinarsdiv{
	background-color: #fdfdfd;
	padding: 20px 10px;
	box-shadow: 1px 2px 11px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
	margin-bottom: 30px;
}
.ffebinarsdiv{
	background-color: #fff;
	padding: 10px;
}
.whitebg{
	background-color: #fff;
}
.iframediv{
	width: 100%;
	margin-top:30px;
}
.feature-program-div{
	background-color: #fff;
	color: #656565;
	height: 280px;
	border-radius: 3px;
	box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
	border: 0.3px solid #e7eaf3;
}
.serv-img{
	padding: 10px;
	text-align: center;
}
.serv-img img{
	height: 56px;
	margin: 0 auto;
	display: block;
}
.feature-program-txt{
	padding: 10px;
	text-align: center;
}
.feature-program-txt h4{
	font-weight: 300;
	color: #1e2022;
}
.feature-program-txt h4{
	font-weight: 300;
	color: #1e2022;
	padding: 10px 0px;
}
.pricing-box{
	background-color:#fff;
	box-shadow:0px 6px 6px 1px rgba(140, 152, 164, 0.125);
	text-align: center;
	border: 0.5px solid #f9f9f9;
	margin-bottom: 60px;
	padding:20px;
}
.price-header{
	background-color: #3f7bd5;
	padding: 30px 0px 0px 0px;
}
.price-header h5{
	font-size: 24px;
	font-weight: 300px;
	color: #fff;
	padding: 0px 10px
}
.price-header h2{
	font-weight: bold;
	font-size: 35px;
	color: #fff;
	padding: 0px 10px
}
.price-body{
	padding: 20px 0px;
}
.price-body i{
	color: #427dff;
	font-size: 13px;
}
.am-buy-btn{
	background-color: #377dff;
	color: #fff;
	border-color: transparent;
	padding: 0.625rem 1.125rem;
	font-size: 20px;
	line-height: 1.5;
	border-radius: 0.125rem;
	margin-top: 20px;
}
.feature-div{
	background-color: #fff;
	color: #656565;
	height: 200px;
	border-radius: 3px;
	box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
	border: 0.3px solid #e7eaf3;
	margin-bottom: 30px;
	padding: 20px;
	text-align: center;
}
.feature-div h4{
	font-weight: 300;
	color: #1e2022;
}
/*#mu-sponsors{
	background-color: #f9f9f9;
}*/
.strategy-div{
	background-color: #fff;
	color: #656565;
	height: 300px;
	border-radius: 3px;
	box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
	border: 0.3px solid #e7eaf3;
	margin-bottom: 30px;
	padding: 20px;
	text-align: center;
}
.strategy-div h4{
	margin-top: 15px;
	font-weight: 300;
	color: #1e2022;
}
.strategy-div img{
	height: 60px;
	margin: 0 auto;
	display: block;
}
.strategy-div p{
	margin-bottom: 10px;
	height: 80px;
}
.gcb-btn{
	margin-top: 40px;
}
.datafeed-div{
	background-color: #fff;
	color: #656565;
	height: 400px;
	border-radius: 3px;
	box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
	border: 0.3px solid #e7eaf3;
	margin-bottom: 30px;
	padding: 20px;
	text-align: center;
}
.datafeed-div h4{
	margin-top: 15px;
	font-weight: 300;
	color: #1e2022;
}
.datafeed-div img{
	height: 60px;
	margin: 0 auto;
	display: block;
}
.datafeed-div i{
	width: 20px;
	height: 20px;
	font-size: 10px;
	border-radius: 50%;
	padding: 5px 0px;
	background-color: #e8f2ff;
	color: #427dff; 
}
.new-logo img{
	height: 50px;
	margin-top: 10px !important;
	margin-left: -40px;
}
.btn-light{
    font-weight: 500;
    color: #1e2022;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.75rem 1rem;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    display: block;
    width: 100%;
}
.btn-light:hover {
	box-shadow: 0 4px 11px rgba(248, 249, 250, 0.35);
}
.btn-blk{
	margin-bottom: 30px;
}
.search-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}
.search-item {
  padding: 30px 
  width: 20%;
  flex-basis: 200px;
  flex-grow: 1;
}
.btn-opa{
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.428571429;
    border-radius: 4px;
    color: #fff;
    background-color: #3f7bd5;
    border-color: #3f7bd5;
    font-size: 16px;
    padding: 12px 28px;
    transition: 0.2s all ease;
	margin-top:20px;
}
.btn-opa:hover{
	color: #fff;
	background-color: #0662ed;
	border-color: #0662ed;
	box-shadow: 0 4px 11px rgba(248, 249, 250, 0.35);
}
.btn-opa-green{
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.428571429;
    border-radius: 4px;
    color: #fff;
    background-color: #00cd97;
    border-color: #5bbd92;
    font-size: 16px;
    padding: 12px 28px;
    transition: 0.2s all ease;
}
.btn-opa-green:hover{
	color: #fff;
	background-color: #5bbd92;
	border-color: #5bbd92;
	box-shadow: 0 4px 11px rgba(248, 249, 250, 0.35);
}
.btn-opa-blue{
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.428571429;
    border-radius: 4px;
    color: #fff;
    background-color: #5fc1c7;
    border-color: #5fc1c7;
    font-size: 16px;
    padding: 12px 28px;
    transition: 0.2s all ease;
}
.btn-opa-blue:hover{
	color: #fff;
	background-color: #0662ed;
	border-color: #0662ed;
	box-shadow: 0 4px 11px rgba(248, 249, 250, 0.35);
}
.btn-brk{
	border: 1px solid #e4e4e4;
	padding: 10px 20px;
	background-color: #fff;
}
.btn-brk:hover{
	background-color: #eaeaea;
}
.btn-brk img{
	height: 30px;
	margin-right: 10px;
}
.febinars-form{
	padding: 10px 15px 20px 15px;
	background-color: #ffffff;
}
.febinars-form .form-control{
	border-radius: 0px;
	padding: 25px 15px;
	box-shadow: 0 2px 2px 0 rgba(46, 60, 73, 0.05);
}
::-webkit-input-placeholder{
	font-size: 12px;
}
.febinars-form h2{
	font-size: 32px;
	font-weight: 300;
}
.febinars-form span{
	font-size: 15px;
	font-weight: 300;
}
.wearewith-panel{
	background-color: #fff;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 2px 14px 0 rgba(0,0,0,.09);
}
#mu-strategy{
	background-color: #f9f9f9;
}
.menu-padding{
		padding: 60px 3px 10px 3px;
}
@media (max-width: 480px) {
	.feature-program-div{
		height: 210px;
	}
	.why-febinar-section{
		padding: 40px 17px;
	}
	#mu-about{
		padding: 40px 5px 50px 5px;
	}
	.oh-feature-section{
		padding: 20px 5px;
	}
	.search-item {
	  padding: 30px 
	  width: 100%;
	  flex-basis: 300px;
	  flex-grow: 1;
	}
	.new-logo img{
		height: 50px;
		margin-top: 5px !important;
		margin-left: 0px;
	}
	.btn-opa{
		font-size: 14px;
	}
	.btn-brk{
		margin-left: 10px;
	}
	.menu-padding{
		padding: 20px 3px 10px 3px;
	}
}

.btn-opa1{
	display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.428571429;
    border-radius: 4px;
    color: #fff;
    background-color: #3fb87f;
    border-color: #38a572;
    font-size: 16px;
    padding: 12px 28px;
}



/*new css login demo*/

        .css-x1ueqc {
            margin-top: 24px;
            padding: 8px 24px;
            margin-left: -61px;
            height: 40px;
            border-radius: 8px;
            border: none;
            background-color: #4C6CAE;
            color: #fff;
            font-size: 16px;
            text-wrap: nowrap;
            cursor: pointer;
            transition: box-shadow 0.3s, transform 0.3s;
        }
        .css-x1ueqc:hover {
              box-shadow: -4px 3px 0px 2px rgba(0.298, 0.424, 0.682, 0.5);

            color: white;
        }
        .sidebar {
        	    transition: right 0.9s ease!important;
            overflow: hidden!important;
            position: fixed;
            top: 76px;;
            right: -1936px; /* Initially hidden */
            height: -webkit-fill-available;
            background-color: white;
            transition: right 0.3s;
            padding: 3px;
            width: 30%;
        }
          .sidebar_another {
          	    transition: right 0.9s ease !important;
           overflow : scroll;
            position: fixed;
            top: 76px;
            right: -1936px; /* Initially hidden */
            height: 100%;
            background-color: white;
            transition: right 0.3s;
            padding: 3px;
            width: 30%;
            
        }

        .new_sidebar {
          	    transition: right 0.9s ease !important;
           overflow : scroll;
            position: fixed;
            top: 76px;
            right: -1936px; /* Initially hidden */
            height: 100%;
            background-color: white;
            transition: right 0.3s;
            padding: 3px;
            width: 30%;
            
        }
        .close-btn {
            position: absolute;
        top: 28px;
    left: 19px;
            cursor: pointer;
            color: #e54d4d;
            font-size: 17px;
            font-weight: bold;
            width: 22px;
            border-radius: 4px;
            padding-left: 4px;
        }

        .close-btn_side_2{
         
    position: absolute;
    top: 26px;
    left: 20px;
    cursor: pointer;
    color: #e54d4d;
    font-size: 17px;
    font-weight: bold;
    width: 102%;
    border-radius: 4px;
    padding-left: 4px;
    /* background-color: #4c6cae; */
    margin-left: -22px;
    height: 31px;
    padding-left: 23px;
    padding-top: 3px;
        }
     

    /*    #login_side{
position: absolute; top: -32px; left: 128px;
        }
*/

   @media only screen and (min-width: 750px) and (max-width: 991px) {
 
    .css-x1ueqc {
   margin-top: 24px;
    padding: 6px 16px;
    margin-left: 11px;
    height: 40px;
    border-radius: 8px;
    border: none;
    background-color: #4C6CAE;
    color: #fff;
    font-size: 11px;
    text-wrap: nowrap;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.3s;
}


  }
 @media only screen and (min-width: 994px) and (max-width: 2900px) {
    #login_side {
        position: absolute;
        top: -33px;
          left: 122px;
    }
}

      @media only screen and (min-width: 600px) and (max-width: 988px) {
  

.sidebar {
            overflow: hidden!important;
            position: fixed;
            top: 90px;
            right: -1936px; /* Initially hidden */
          height: -webkit-fill-available;
            background-color: white;
            transition: right 0.3s;
            padding: 3px;
            width: 94%;
        }
          .sidebar_another {
            overflow: hidden!important;
            position: fixed;
            top: 90px;
            right: -1936px; /* Initially hidden */
            height: 100%;
            background-color: white;
            transition: right 0.3s;
            padding: 3px;
            width: 94%;
              background-image: url('assets/images/12_rt.html'); 
        background-size: cover; 
        }

}

          @media only screen and (min-width: 360px) and (max-width: 600px) {
    #login_side {
        position: absolute;
        top: -32px;
        left: 64vw;
    }
}
  @media only screen and (min-width: 100px) and (max-width: 359px) {
    #login_side {
        position: absolute;
        top: -32px;
        left: 52vw;
    }
}
         
        @media only screen and (max-width: 991px) {
        	 .new_sidebar {
          	    transition: right 0.9s ease !important;
           overflow : scroll;
            position: fixed;
            top: 90px;
            right: -1936px; /* Initially hidden */
            height: 100%;
            background-color: white;
            transition: right 0.3s;
            padding: 3px;
            width: 94%;
            
        }
        
 .sidebar {
            overflow: hidden!important;
            position: fixed;
            top: 90px;
            right: -936px; /* Initially hidden */
          height: -webkit-fill-available;
            background-color: white;
            transition: right 0.3s;
            padding: 3px;
            width: 94%;
        }
          .sidebar_another {
            overflow: hidden!important;
            position: fixed;
            top: 90px;
            right: -936px; /* Initially hidden */
            height: 100%;
            background-color: white;
            transition: right 0.3s;
            padding: 3px;
            width: 94%;
              background-image: url('assets/images/12_rt.html'); 
        background-size: cover; 
        }

          .nav_btn{
              margin-top: -44px !important;
    margin-left: 76vw !important;
          }
        }
        .nav_btn{
          margin-top: 23px;
         margin-left: 55px;
        }




/*login panel css*/
 .login-panel-wrapper .login-panel {
       /* background-color: #fff; */
    border-radius: 10px;
    /* box-shadow: inset 0 0 12px -8px rgba(0.298, 0.424, 0.682, 0.5); */
    z-index: 15;
    position: absolute;
    height: 324px;
    width: 93%;
    /* border: 1px solid #c9cfdc; */
    /* width: 81%; */
    /* margin-right: 33px; */
    margin-left: 28px;
    margin-top: 25px;
    padding: 29px;
}
    /* Style for the custom select */
    .custom-select {
        position: relative;
    }
    /* Style for the filter input */
    .select-filter {
        width: 100%;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
        outline: none;
    }

     .error-message {
        color: red;
        font-size: 14px;
        margin-top: 5px;
            font-family: serif;
    }
    /* Style for the options list */
    .options {
        position: absolute;
        width: 100%;
        max-height: 200px;
        overflow-y: auto;
        border: 1px solid #ccc;
        border-top: none;
        border-radius: 0 0 4px 4px;
        background-color: #fff;
        padding: 0;
        margin: 0;
        list-style-type: none;
        left: 0; 
    }
    
    .options li {
        padding: 8px;
        cursor: pointer;
        text-align: left;
        font-size:14px;
    }
   
    .options li:hover {
        background-color: #f4f4f4;
    }

    .table_broker{
    	 width: 100%;
    line-height: 49px;    margin-top: 32px;text-align: center;
    }
    .table_broker_2{
    	    width: 100%;
    line-height: 66px;
    margin-top: 9px;
    text-align: center;
    }
     .small-img {
       max-width: 31px;
    /* height: auto; */
    /* display: block; */
    max-height: 79px;
  }


@media only screen and (max-width: 768px) {
  .nav_btn {
    display: none;
  }
}



@media only screen and (max-width: 768px) {
  .mobile_mode_login {
    display: block;
        margin-top: 12px;
  }

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
       max-height: -webkit-fill-available!important;
           padding: 17px;
}

  .css-x1ueqc {
    margin-top: 24px;
    padding: 8px 24px;
    margin-left: 9px;
    height: 40px;
    border-radius: 8px;
    border: none;
    background-color: #4C6CAE;
    color: #fff;
    font-size: 16px;
    text-wrap: nowrap;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.3s;
}
}

/* For screens larger than 768px */
@media only screen and (min-width: 769px) {
  .mobile_mode_login {
    display: none;
  }
}
@media only screen and (max-width: 991px) and (min-width: 770px) {
    .navbar-right {
        float: right !important;
        margin-right: 24px;
        position: absolute;
        left: 217px;
    }
}

@media only screen and (min-width: 710px) and (max-width: 868px) {
    
    .mu-navbar .mu-menu li a {
    font-size: 10px;
    padding: 10px 2px;
}
    
}


@media only screen and (min-width: 1225px) and (max-width: 1270px) {
   .navbar-default .navbar-collapse, .navbar-default .navbar-form {
   width: 122%;

}
.navbar-right {
    float: right !important;
    margin-right: 257px;
}
.navbar-nav>li {
    float: left;
    margin-left: -12px;
}
.mu-navbar .mu-menu li a {
    color: #1176a5;
    font-size: 13px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nav_btn {
    margin-top: 23px;
    margin-left: 32px;
}
}


@media only screen and (min-width: 1165px) and (max-width: 1224px) {
   .navbar-default .navbar-collapse, .navbar-default .navbar-form {
   width: 122%;

}
.navbar-right {
    float: right !important;
    /* margin-right: 257px; */
    position: absolute;
    left: 254px;
}
.navbar-nav>li {
    float: left;
    margin-left: -12px;
}
.mu-navbar .mu-menu li a {
    color: #1176a5;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nav_btn {
    margin-top: 23px;
    margin-left: 32px;
}
}


@media only screen and (min-width: 1120px) and (max-width: 1164px) {
   .navbar-default .navbar-collapse, .navbar-default .navbar-form {
   width: 122%;

}
.navbar-right {
    float: right !important;
    /* margin-right: 257px; */
    position: absolute;
    left: 234px;
}
.navbar-nav>li {
    float: left;
    margin-left: -12px;
}
.mu-navbar .mu-menu li a {
    color: #1176a5;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nav_btn {
    margin-top: 23px;
    margin-left: 32px;
}
}



@media only screen and (min-width: 1030px) and (max-width: 1119px) {
   .navbar-default .navbar-collapse, .navbar-default .navbar-form {
   width: 122%;

}
.navbar-right {
    float: right !important;
    margin-right: 173px;
}
.navbar-nav>li {
    float: left;
    margin-left: -12px;
}
.mu-navbar .mu-menu li a {
    color: #1176a5;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
}

@media only screen and (min-width: 992px) and (max-width: 1029px) {
   .navbar-default .navbar-collapse, .navbar-default .navbar-form {
   width: 122%;

}
.nav_btn {
    margin-top: 23px;
    margin-left: 41px;
}
.navbar-right {
    float: right !important;
  
    position: absolute;
    left: 225px;
}
.navbar-nav>li {
    float: left;
    margin-left: -12px;
}
.mu-navbar .mu-menu li a {
    color: #1176a5;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
}
@media only screen and (min-width: 992px) and (max-width: 1119px) {
   .navbar-default .navbar-collapse, .navbar-default .navbar-form {
   width: 122%;

}

.navbar-nav>li {
    float: left;
    margin-left: -12px;
}

.mu-navbar .mu-menu li a {
    color: #1176a5;
    font-size: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
}


/*new style for brokers section*/
#mu-brokers {
	background-color: white;
	display: inline;
	float: left;
	width: 100%;
	padding: 30px 5px;
}


  .slider {
    width: 84%;
    height: 250px;
    overflow: hidden;
    margin: auto;
    position: relative;
  }

  .slidertrack {
    display: flex;
/*    width: min-content;*/
    animation: scroll 20s linear infinite;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

 

  .slide {
    height: 200px;
    width: 9%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
  }

  @media screen and (max-width: 770px) and (min-width: 500px) {
  .slide {
    width: 25%; /* Adjusted width for responsiveness */
    margin: 0 5px; /* Add margin for spacing between slides */
  }
}
 @media screen and (max-width: 499px) and (min-width: 100px) {
  .slide {
    width: 38%!important; /* Adjusted width for responsiveness */
    margin: 0 5px; /* Add margin for spacing between slides */
  }
}

  .small-img_1 {
    width: 300px;
    
    transition: transform 1s;
  }



@media only screen and (min-width: 1271px) and (max-width: 1389px) {
   .navbar-default .navbar-collapse, .navbar-default .navbar-form {
   width: 122%;

}
.navbar-right {
    float: right !important;
    margin-right: 257px;
}
.navbar-nav>li {
    float: left;
    margin-left: -12px;
}
.mu-navbar .mu-menu li a {
    color: #1176a5;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nav_btn {
    margin-top: 23px;
    margin-left: 32px;
}
}
@media (min-width: 850px) and (max-width: 949px) {
  .mu-navbar .mu-menu li a {
    font-size: 9px;
    padding: 13px 5px;
  }
}

@media (min-width: 770px) and (max-width: 845px) {
  .mu-navbar .mu-menu li a {
    font-size: 8px;
    padding: 13px 3px;
  }
}

@media screen and (min-width: 991px) {
  .mrgn1 {
    white-space: nowrap; /* Prevent text wrapping */
    width: min-content; /* Adjust width to fit content */
  }
}

@media (min-width: 991px) {
   
    .wqual_width_button{
    	    width: 184.6px;
    }
}

@media (min-width: 991px) {
    .row_button_home_res {
           width: max-content;
           display: flex;
    }
}
.logo_padding{
	padding: 3px;
}
.btn_right_scroll{
font-weight: 500;
   
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.75rem 1rem;
 
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    display: block;
}

@media (max-width: 854px) {
    #mu-faq {
        background-color: #fff;
        display: inline;
        float: left;
        position: relative;
        width: 87%;
    }
}

@media only screen and (max-width:768px) {
            .mc-banner,
            .mc-modal {
                display: none !important
            }
            .mrgn1 {
                margin-top: 20px
            }
        }

        .col-padding {
            padding-top: 30px;
            position: static
        }

        .btn-brk {
            max-width: 100%
        }

        /*.price-body {
            .height: 807px
        }*/

        .am-link {
            margin-top: 10px
        }
		
.heading-style-1 { padding:30px 3px 10px 3px;text-align:center }		
.container-style-1 { background-image:linear-gradient(150deg,#363795 0,#005c97 100%) !important;border-radius:3px !important; }
.heading-style-2 { font-weight:600;padding:10px 3px 15px 3px;color:#fff; }
.how-it-works { padding:8px;border-radius:8px; }
.how-it-works img { height:100px;margin-top:-20px;margin:0 auto; }
.how-it-works p { margin-left:10px;margin-top:15px;color:#fff;font-weight:700;  }
.price-body p { text-align:justified; }

