body{
	font-family: 'Poppins', sans-serif;
	background: #fff;
	color: #262626;
	font-size: 24px;
	line-height: 1.5;
}
a:hover{
	text-decoration: none;
	color: #66c7d1;
}
img{
	max-width: 100%;
	height: auto;
	border: none;
	outline: none;
}
.section_common{
	position: relative;
	height: auto;
	width: 100%;
	display: block;
	overflow: hidden;
}
#hero-section{
	background: url(../img_mona/hero_bg3.jpg) no-repeat center top;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	padding: 220px 0 120px 0;
}
.btn_lm{
	width: 334px;
	height: 114px;
	line-height: 114px;
	text-align: center;
	background: url(../img_mona/lm_bg.jpg) no-repeat;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	color: #e8395b;
	font-size: 28px;
	font-weight: 600;
}
.btn_lm:hover{
	text-decoration: none;
	color: #66c7d1;
}
.hero_content h1{
	color: #262626;
	font-size: 80px;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.hero_content p{
	font-size: 27px;
	font-weight: 400;
	margin: 0 0 25px 0;
}
.qform{
	text-align: right;
	margin-top: -30px;
	height: auto;
}
.qform a{
	background: url(../img_mona/qform_icon.png) no-repeat right top;
	padding: 15px 115px 80px 0;
	display: inline-block;
	margin-right: 100px;
	color: #262626;
	font-size: 24px;
	font-weight: 400;
}
.qform a:hover{
	text-decoration: none;
	color: #66c7d1;
}
#header-section{
	position: absolute;
	top: 65px;
	z-index: 12;
}
.logo_main{
	text-align: center;
	margin: 0;
}
.menu_openner{
	background: url(../img_mona/menu_icon.png) no-repeat;
	padding-left: 70px;
	color: #e8395b;
	font-weight: 600;
	font-size: 24px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	text-transform: uppercase;
}
.menu_openner:hover{}

.overlay {
	display:none;
	position:fixed;
	top:0;
	left: 0;
	height:auto;
	width:300px;
	padding: 25px 25px 100px 100px;
	background:#66c7d1;
	overflow:auto;
	z-index:99;
}
.closebar{
	text-align: right;
	position: relative;
	overflow: hidden;
	height: auto;
	margin-bottom: 25px;
	padding-right: 15px;
}
.closebar a{
	color: #fff;
	text-decoration: none;
	font-size: 32px;
}
.overlayMenu{
	padding: 0;
	margin: 0;
	list-style: none;
}
.overlayMenu li{
	float: none;
	display: block;
	margin-bottom: 5px;
}
.overlayMenu li:last-child{
	margin-bottom: 0;
}
.overlayMenu li a{
	display: block;
	color: #fff;
	font-size: 18px;
	padding: 5px 0;
	text-transform: capitalize;
	text-decoration: none;
}
.overlayMenu li a:hover{
	color: #e8395b;
}

.social_signin{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.social_signin li{
	float: left;
	padding: 0 7px;
	height: 38px;
}
.social_signin li a{
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	line-height: 38px;
}
.social_signin li a:hover{
	color: #e8395b;
}
.social_signin li a img{
	vertical-align: inherit;
}

#innovators-section{
	margin-bottom: 120px;
	margin-top: -80px;
}
.innovators{
	background: url(../img_mona/innovators.png) no-repeat left top;
	padding: 70px 0 0 200px;
	height: 148px;
}
.innovators ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap:  wrap;
      flex-wrap:  wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.innovators ul li{

}
.innovators ul li img{
	margin: 4px;
	width: 100%;
  max-height: 48px;
  width: auto;
}
.innovators ul li a{

}
#lower-p1-section{
	background: url(../img_mona/meet_section_dot.png) no-repeat center top;
	// background: url(../img_mona/lp_bg1.jpg) no-repeat center top;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	// padding: 80px 0;
	padding: 100px 0;
	margin-bottom: 50px;
}
.panel_content h3{
	font-size: 48px;
	font-weight: 500;
	color: #262626;
	margin: 0 0 30px 0;
}
.panel_content p{
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 35px 0;
}
.panel_content p.author{
	font-size: 20px;
	margin-bottom: 50px;
}
.panel_content h5{
	font-size: 36px;
	font-weight: 500;
	margin: 0 0 35px 0;
}
.panel_quote{
	position: relative;
}
.panel_quote:before{
	content: '"';
	position: absolute;
	left: -17px;
	top: 3px;
	width: 10px;
}
.lp_img1_wrap{
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	z-index: 12;
}
.lp_buble2,
.lp_buble1{
	position: relative;
}
.lp_buble1:before{
	content: "";
	background: url(../img_mona/lp_buble1.png) no-repeat;
	background-size: 100%;
	width: 360px;
	height: 290px;
	position: absolute;
	top: -70px;
	left: -150px;
}

.lp_buble2:before{
	content: "";
	background: url(../img_mona/lp_buble2.png) no-repeat;
	background-size: 100%;
	width: 360px;
	height: 290px;
	position: absolute;
	top: -100px;
	right: -50px;
}
#lower-p2-section{
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 80px;
}
.panel_content_pad{
	padding-left: 50px;
}
a.btn_lp{
	position: relative;
	font-size: 28px;
	font-weight: 600;
	color: #e8395b;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	z-index: 1;
	margin-left: 8px;
}
a.btn_lp span{
	background: #fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 10px 30px;
	display: inline-block;
}
.btn_lp:before{
	content: "";
	background: #66c7d1;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	position: absolute;
	top: -10px;
	left: -8px;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.btn_lp:after{
	content: "";
	background: #e8395b;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	position: absolute;
	bottom: -10px;
	right: -8px;
	height: 100%;
	width: 100%;
	z-index: -1;
}
a.btn_lp:hover{
	color: #66c7d1;
	text-decoration: none;
}
.lp_img2_wrap{
	margin-right: -70px;
	margin-left: -70px;
	padding-top: 50px;
}

#lower-p3-section{
	background: url(../img_mona/meet_section_dot.png) no-repeat center top;
	// background: url(../img_mona/lp_bg2.jpg) no-repeat center top;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	// padding: 80px 0;
	padding: 40px 0;
	padding-top: 100px;
	margin-bottom: 30px;
}
#lower-p4-section{
	padding: 80px 0;
	padding-top: 150px;
	margin-bottom: 30px;
}
#lower-p4-section:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 150px;
	background: url(../img_mona/section_bg2.png) no-repeat left top;
}


#meet-section{
	background: url(../img_mona/meet_section_dot.png) no-repeat center top;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	padding: 140px 0;
	margin-bottom: 20px;
}
.meet_content h3{
	margin: 0 0 35px 0;
	color: #66c7d1;
	font-size: 50px;
	font-weight: 500;
}
.meet_content h3 span{
	color: #e8395b;
}
.meet_content p{
	color: #020305;
	font-size: 30px;
}
.meet_content p span{
	font-size: 32px;
}
.meet_img_wrap{
	padding: 35px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
img{
	max-width: 100%;
	height: auto;
	border: none;
}
.meet_img_wrap:before{
	content: "";
	background: url(../img_mona/meet_bubble.png) no-repeat;
	background-size: 100%;
	width: 370px;
	height: 120px;
	position: absolute;
	top: -120px;
	left: 50%;
	margin-left: -185px;
}

.desktop{
	display: block;
}
.mobile{
	display: none;
}

#footer-section{
	background: url(../img_mona/footer_bar.png) no-repeat center top;
	background-size: 98%;
	padding-top: 125px;
	padding-bottom: 25px;
}
.footer_logo{
	text-align: center;
	height: auto;
	margin-bottom: 20px;
}
.footer_logo a{
	display: inline-block;
}
.copy{
	margin: 0;
	text-align: center;
	font-size: 30px;
	color: #262626;
	font-weight: 500;
}
