/* -------------------------------------- Reset styles -------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}em{font-style:italic}
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}
html, body
{
	overflow-x: hidden;
}
/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
	font-family:'Zoho_Puvi_Regular', sans-serif;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
	position: relative;
}
header {
	display: none;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: #3131FF;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 500;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
h1 {
  font-size: 2.5em;
  line-height: normal;
  padding: 0 0 15px;
  color: #FFE467;
}
p {
    line-height: 26px;
}
#Agenda p{color:#000;}
#Agenda h2{color:#fff;}
#Agenda p.last-child{padding-bottom:15px;}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-light {
	color: #fff;
}
.text-dark {
	color: #000;
}
.top-margin {
	margin-top: 25px!important;
}
.bottom-margin {
	margin-bottom: 25px!important;
}
.space-large {
	height: 50px;
}
.space-medium {
	height: 25px;
}
.space-small {
	height: 10px;
}
.margin-0 {
	margin: 0!important;
}
.padding-0 {
	padding: 0!important;
}
.non-click {
	cursor: default;
	pointer-events: none;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 0px;
}
strong,
b {
	font-weight: 500;
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -15px;
	margin-left: -15px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
	z-index: 3;
	position: relative;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
}
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
.pr {
	position: relative;
}
.cols-2,
.cols-3,
.cols-4,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.cols-2 {
	width: 12.5%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-6 {
	width: 55%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
@media only screen and (max-width: 1070px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-3 {
	width: 25%;
}
	.rows .cols-6.cols-md-12:nth-child(2) {
		text-align: center;
		padding-top: 40px;
	}
}
@media only screen and (max-width: 650px)
{
	.cols-sd-12 {
	width: 100%;
}
	.cols-sd-9 {
	width: 75%;
}
	.cols-sd-6 {
	width: 50%;
}
	.cols-sd-3 {
	width: 25%;
}
}
/* header */
nav {margin: 0 0 0 40px;}
.logo a{color: #fff;border:none;}
.main-menu li.register-tab {
	display: none;
}
.fixed-header.header-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 20px 0px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  background: #13182c;
}
.main-menu li:hover a, .main-menu li.active a {
    color: #FFE467;
    text-decoration: none;
    border-bottom: 2px solid #FFE467;
}
.bg-spear-two {
    position: absolute;
    background-image: radial-gradient(#0A1040, #000219, transparent 100%);
    width: 700px;
    height: 700px;
    top: -55%;
    left: -20%;
    border-radius: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3;
    z-index: 0;
}
.brand-logo {
    display: block;
    width: 200px;
}
.res-menu {
    background: url(https://www.manageengine.com/events/images/mob-menu-icon-white.svg) no-repeat 0 0;
}
.header-inner {
	padding: 0;
}
.nav-menu {
    margin: 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
	    margin-left: 10px;
}
.nav-menu li a {
    color: #000;
    padding: 10px;
    display: block;
}
.nav-menu li a:hover
{
	color: #ff3500;
}
.nav-menu li:last-child a {
        padding: 10px 20px;
    background: #ff3500;
    border-radius: 4px;
    font-weight: 500;
    border: 1px solid #ff3500;
    color: #fff;
}
.nav-menu li:last-child a:hover
{
	background: #000;
	border-color: #000;
	color: #fff;
}
section
{
	padding: 60px 0;
}
h2 {
  font-size: 1.6em;
  position: relative;
  line-height: normal;
  margin-bottom: 30px;
  color: #000;
}
.logo a {
	background: none;
	height: auto;
	margin: 0;
}
.main-menu {
	margin:10px 0;
}
.main-menu li a {
	color: #fff;
	font-size: 1em;
}
.main-menu li:nth-child(4){display: none;}
.logo img {
    width: 200px;
}
.logo {
    float:left;
}
.fixed-header.header-fixed .logo {
	position: relative;
	top: auto;
	float: left;
}
.foot-cont a{
	color: #fff;
}
.zoho-division {
	display: none;
}
footer p {
	padding: 20px 0px;
	margin: 0;
}
.main-menu li.register-tab a {
	background: #f9ea27;
	font-size: .9em;
	padding: 10px 20px;
    text-transform: none;
	color: #000;
}
.main-menu li.register-tab a:hover {
    background: #f00;
    color: #fff;
    border: none;
}
.main-menu li.register-tab {
    display: none;
}
.inner-container {width:60%;}
/*----------------Default css ends--------------------*/
.events-mainsec {
    background: #fff;
    overflow: hidden;
}
#Home .rows {
	padding-top: 80px;
}

.date, .time {
    font-size: 1.2em;
    background-size: 24px;
    padding: 0 0 0 0;
    margin: 35px 16px 20px 0;
	display: inline-block;
}
.date svg, .time svg{
	display: inline-block;
    vertical-align: top;
    margin-right: 10px;}
.time{
    margin: 0 0 40px 0;
	line-height: 28px;
}
.time br{display:none;}
.button {
    display: inline-block;
    vertical-align: top;
	padding: 20px 40px;
    background: #f9ea27;
    color: #000;
	transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    font-size: 1.2em;
	font-weight: 600;
}
.button:hover {
	background: #f00;
	color:#fff;
}
.line {
    width:90%;
    height: 2px;
    background: linear-gradient(to right, #F6FB28, transparent) !important;
    margin: 20px 0;
}
.presenter-line{
  width: 60%;
  position: relative;
  left: 180px;
}
.presenter-line::before{
    content: "Presentadores";
    position: absolute;
    left: -180px;
    top: -15px;
    color: #000;
    background: url(../images/mic-icon-black.svg) no-repeat 0 0;
    background-size: 16px;
    padding: 5px 0 5px 25px;
    font-size: 1.2em;
}
.agenda-content {
	margin: 0px 0px 0px 30px;
    position: relative;
    z-index: 10;
    color: #000;
    display: inline-block;
    width: 70%;
    vertical-align: top;
    background: #fff;
    border-top: 8px solid #3a68ff;
    padding: 0 30px 30px 30px;
}
.sess-date{color:#3480F6 !important;}
.btn-reg{    
padding: 18px 25px;
    color: #fff;
    background: #3B68FF;
    display: inline-block;
    margin-top: 20px;
    font-family: 'Zoho_Puvi_SemiBold', sans-serif;
    text-transform: uppercase;
    box-shadow: -6px 5px 1px -1px #000;
	cursor:pointer;}
.btn-reg:hover{box-shadow:none;}
.ban-spk{width:100%;}
#Home .spk-details{
    padding: 20px 0 0 0;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    background: none;
    left: 0;
  }
#Home .spk-details img{
     width: 200px !important;
    height: auto !important;
    margin: 0 !important;
	border-radius:0;
}
#Home .spk-name-sec {
    padding: 0 0 30px 10px;
    width: 69%;
	vertical-align:bottom;
}
#Home h6 {
    font-size: .9em;
    margin: 0 0;
}
#Home .spk-name{
    font-size: 1.1em !important;
    margin: 0 !important;
    padding: 5px 0 3px 0;}
#Home .spk-details p{font-size: .8em;line-height: 20px;color:#fff;}
#Agenda{background:#12182C;}
.sub-agd-hed {
	font-size: 1.9em;
	padding-bottom: 20px;
	position: relative;
}
.sub-agd-hed:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #FFC400;
    border-radius: 100%;
    left: -51px;
    top: 247px;
    transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
}
.sub-agd-hed:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 3px solid #FFC400;
    border-radius: 100%;
    left: -58px;
    top: 240px;
    transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
}
#Home{
  background: #12182C;
  min-height: 750px;
  padding: 42px 0 60px 0;
  position:relative;
}
#Home:before{
    content: "";
    background: url(../images/banner-creative-left.svg);
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
	display:block;
}
#Home:after{
    content: "";
    background: url(../images/banner-creative-right.svg);
    width: 30%;
    height: 30%;
    position: absolute;
    top: 0;
	right:0;
    background-size: cover;
	display:block;
}
#Agenda:before{
    content: "";
    background: url(../images/banner-creative-right.svg);
    width: 30%;
    height: 52%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    transform: rotate(180deg);	
	display:block;
	
}
#Agenda:after{
    content: "";
    background: url(../images/banner-creative-right.svg);
    width: 30%;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: cover;
    transform: rotate(180deg) scaleX(-1);
	display:block;
}
.sub-head{
    font-size: 1.1em;
    padding: 20px 0;
    display: block;
    font-family: 'Zoho_Puvi_SemiBold', sans-serif;
    text-transform: uppercase;}
.active-anim .sub-agd-hed:before {
    top: 7px;
}
.active-anim .sub-agd-hed:after {
    top: 0;
}
.agenda-block:nth-child(2) .sub-agd-hed:after {
	transition-delay: s;
}
.agenda-block:nth-child(2) .sub-agd-hed:before {
	transition-delay: s;
}
.agenda-block:nth-child(3) .sub-agd-hed:after {
	transition-delay: 1.5s;
}
.agenda-block:nth-child(3) .sub-agd-hed:before {
	transition-delay: 1.5s;
}
.agenda-content p{
	margin-bottom: 20px;
}
.agenda-content p.font-semibolt {
	font-size: 1.2em;
	font-family: 'Zoho_Puvi_Bold', sans-serif;
}
.agenda-content ul li {
	padding: 10px 0px 10px 25px;
	position: relative;
}
.agenda-content ul li:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: #3a68ff;
    left: 3px;
    top: 14px;
}
.tab {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
.tab button{
	    background-color: #DEDEDE;
    float: none;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 18px 25px;
    transition: 0.3s;
    font-size: 17px;
    position: relative;
    color: #000;
    margin: 0;
    text-align: center;
    margin: 0 0 15px 0;
    box-shadow: -6px 5px 1px -1px #888888;
    font-family: 'Zoho_Puvi_SemiBold', sans-serif;
}
.tab button:hover, .tablinks.active{
    background: #3a68ff !important;
    cursor: pointer;
    color: #fff;
    box-shadow: none;}
.tabcontent {
    display: none;
    padding: 40px 0px 0px;
    border-top: none;
}
#session1{display:inline-block;}
#Highlights{padding:60px 0;}
.last-para {
	padding-bottom: 20px;
}
.agenda-block p.font-light, .agenda-content ul li {
	font-size: 1em;
	line-height:20px;
}
.agenda-block:nth-child(3) {
	margin-bottom: 0px;
}
#Speaker .spk-details {
    padding: 10px 0;
    background: #12182C;
    margin: 80px 0 30px 0;
}
#Speaker h2 {
	margin-bottom: 40px;
}
#Speaker a:hover{text-decoration:underline;}
.spk-line{   
    width: 100%;
    height: 1px;
    background: #D6D6D6;
    margin: 30px 0;}
.spk-name-sec, .spk-details img{
    display: inline-block;
    vertical-align: middle;
}
h6{font-size: 1.3em;
    margin: 5px 0;}
#Speaker .spk-details img{
   display: inline-block;
    vertical-align: top;
    width: 160px !important;
    position: absolute;
    top: 66px;
    height: auto;
    left: -7px;
}
#Speaker .spk-name:after{
      content: "";
    width: 70px;
    height: 70px;
    background: #3482F9;
    border-radius: 0;
    position: absolute;
    right: 32px;
    top: 80px;
}
#Speaker .spk-name-sec:before{
      content: "";
    width: 70px;
    height: 70px;
    background: #D1E5FF;
    position: absolute;
    z-index: -1;
    top: 185px;
    left: -15px;
}
#Speaker .spk-details:after{
       content: "";
    background: url(../images/banner-creative-right.svg);
    width: 32%;
    height: 30%;
    position: absolute;
    right: 15px;
    top: 100px;
    background-size: cover;
    transform: rotate(180deg) scaleX(-1);
}
  #Home .spk-name-sec:before {
    content: "";
    width: 70px;
    height: 70px;
    background: #3482F9;
    position: absolute;
    z-index: -1;
    top: 30px;
    left: 100px;
	border-radius:0;
}
  #Home .spk-name-sec:after {
    content: "";
    width: 70px;
    height: 70px;
    background: #D1E5FF;
    position: absolute;
    z-index: -1;
    bottom: 50px;
    left: 8px;
}
#Speaker .spk-name-sec{
    display: block;
    vertical-align: top;
    margin: 0px 0px 0px 180px;
    width: 75%;
    padding: 15px 0px;
    font-size: 14px;}
.spk-name {
    font-size: 1.4em;
    margin: 0 0 6px 0;
    color: #fff !important;
    font-family: 'Zoho_Puvi_SemiBold', sans-serif;
}
.spk-name-sec p{color: #FEF8B7;}
.bg-spear {
    position: absolute;
    width: 800px;
    height: 800px;
    background: linear-gradient(to bottom, #fff, transparent) !important;
    transform: rotate(80deg);
    border-radius: 100%;
    top: 10%;
    right: 4%;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    -moz-opacity: .1;
    -khtml-opacity: .1;
    opacity: .1;
		z-index: 0;
	transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
}
.bg-speara-three {
	position: absolute;
    width: 1000px;
    height: 1000px;
    background: linear-gradient(to bottom, #fff, transparent 35%) !important;
	left: 0;
	transform: rotate(30deg);
	left: -12%;
    top: -5%;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    -moz-opacity: .1;
    -khtml-opacity: .1;
	opacity: .1;
	z-index: 0;
    border-radius: 100%;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
}
.bg-spear-four {
    position: absolute;
    background-color: #fff;
    width: 1000px;
    height: 1000px;
    bottom: -129%;
    right: -20%;
    border-radius: 100%;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    z-index: 0;
}
p.last-child {
	padding-bottom: 20px;
}
#Why-attend p{width:75%;}
.aganda-list > li{
    color: #000;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
	padding:15px 0px 15px 25px;
	position:relative;
	line-height:20px;
}
.aganda-list > li:before {
       content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #1152BA;
    left: 0px;
    top: 22px;
}
.tile-main{
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
}
.video-btn{
    background: #64c75d;
    border:1px solid #64c75d;
    color: #fff;
    border-radius: 3px;
    padding: 10px 18px;
    margin: 10px 0 0 0;
    display: inline-block;
    font-size: .9em;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    cursor: pointer;
}
.video-btn:hover{
    background:none;
    border:1px solid #fff;
}

.tile-hover{
    position: absolute;
    width: 83%;
    top: 400px;
    left: 20px;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
}

.aganda-list > li h3{
    color: #64C75C;
    line-height: normal;
    font-size: 1.1em;
}
.tile-main{padding-top: 120px;}
.tile-main span{
    font-size: .8em;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #a5d0ab;
    position: absolute;
    top: 15px;
    left:15px;
}
.tile-main p{
    padding: 10px 0 5px 25px;
    background: url(../images/date-icon-green.svg) no-repeat left 8px;
    background-size: 16px;
    font-size: .8em;
    line-height: normal;
    margin: 10px 0 0 0;
}
.tile-main p+p{
    background: url(../images/time-icon-green.svg) no-repeat left 10px;
    background-size: 16px;
    margin: 0;
}
.aganda-list > li .tile-hover h3{
    color: #fff;
    margin: 25px 0 20px 0;
    font-size: 1.5em;
}
.tile-hover ol{
    font-size: .9em;
    list-style-type: disc;
    margin: 0 0 0 20px;
}
.tile-hover ol li{
    padding: 5px 0;
    line-height: normal;
}
#Register {
background: #fff;
position: fixed;
top: 0px;
right: 10%;
width: 350px;
z-index: 9999;
color: #000;
overflow: auto;
box-shadow: 0px 0px 30px #555555;
min-height: 100% !important;
padding:0px;
}
.register-fixed {
    position: fixed;
}
#Register .sec-cont {
    position: relative;
    z-index: 2;
}
.reg-cont {
    overflow: scroll;
    min-height: 300px;
    max-height: 700px;
	padding: 20px;
    text-align: center;
}
.title-register {
font-size: 2.5em;
text-align: center;
margin: 10% 0 10px 0;
color: #000;
padding: 5px 0 15px;
font-weight: 600;
}
.reg-cont p {
    font-size: 1.3em;
}
div.form-field {
    position: relative;
    margin-bottom: 15px;
}
form input, form textarea, form select {
    font-style: normal;
    background: #F7F7F6;
    font-size: 1em;
    color: #555;
    border: 1px solid #fff;
    border-radius: 0px !important;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 20px;
}
form select {
    background: #F7F7F6 url(https://www.manageengine.com/events/images/dropdown-arrow.png) no-repeat 95% center;
    border: 1px solid #F7F7F6;
    padding: 8px 20px;
    width: 100%;
    height: 60px;
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
}
form select {
    height: auto;
}
#country_state {
    margin-top: 10px;
}
.submit-block {
    margin: 10px 0;
    text-align: center;
}
form input[type="submit"], .submit-block input {
    background: #FFCE00;
    color: #000;
    padding: 12px 10px;
    width: 100%;
    font-size: 1.1em;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 0;
	transition: .5s;
}
form input[type="submit"]:hover {
    background: #BD0025;
    color: #fff;
    cursor: pointer;
}
.privacy-policy, #meGDPRMessage {
    font-size: .8em;
    line-height: 20px;
}
#meGDPRMessage {
    margin-bottom: 10px;
}
.privacy-policy a {
    color:#fec31b;
    text-decoration: none;
}
.privacy-policy a:hover{
	text-decoration: underline;
}
p.reg_form_errors{
    font-size: 13px;
    font-weight: 500;
    color: #efa9a9;
    position: absolute;
    left: 0;
    bottom: -20px;
}

<!--Captcha styles-->
#WrongCaptchaError{display: none;}
#CapCode{width: 100%;height: 40px;}
form .captcha-input input{width: 38%;vertical-align: top;padding: 12px 10px;font-size:.8em;}
.CaptchaWrap{
    display: inline-block;
    width: 60%;
    vertical-align: text-bottom;
}
.reload{
    text-align: center;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 27px;
    height: 27px;
    font-size: 19px;
    background: #113156;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    line-height: 25px;
	}
/* ---------------- popup styles   --------------*/
.web-success-msg {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}
.web-popup-cont {
    width: 50%;
    min-height: 100px;
    background: #fff;
    margin: 5% auto 0 auto;
    position: relative;
    line-height: normal;
    padding: 30px;
    text-align: center;
}
.popup-close {
    text-align: right;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px;
    -moz-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s;
}
.popup-close:hover {
    transform: rotate(360deg);
    cursor: pointer;
}
.web-popup-cont h4{
    padding: 10px 0 0 0;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 1.7em;
}
.web-popup-cont p{
    font-size: 1.2em;
    line-height: normal;
    padding: 10px 0;
}
.web-popup-cont p span{
    font-size: .8em;
    font-weight: 600;
    color: #CA0019;
    display: block;
    padding-top: 10px;
}
.web-popup-cont a{
    display: inline-block;
    text-align: center;
    background: #00CC99;
    padding: 16px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 1em;
    text-align: center;
    border:1px solid rgba(0,159,119,0.81);
    text-transform: uppercase;
    margin: 30px 0;
}
.web-popup-cont a:hover {
    background: #FF2B2B;
    border: 1px solid #FF2B2B;;
    color: #fff;
}
/*---------------   Responsive styles start     ----------------*/
@media only screen and (min-width: 1700px) {
    #Home{background-size: 100% 100%;min-height: 850px;}
}
@media screen and (max-height: 640px) and (min-width: 1000px){
    .reg-cont {min-height: 300px;height: 50px;overflow: scroll;}
    .title-register {padding: 5px 0 20px;}
}
@media only screen and (min-width: 1100px){
    #Home .rows img{margin-left: 29px;width:100%;height: 500px;}
	
}
@media only screen and (max-width: 1275px) {
    .container {width: 90%;}
	.logo {top: 60px;}
    .aganda-list > li{margin: 1%;}
    .tile-main {padding-top: 100px;}
    .aganda-list > li .tile-hover h3{margin: 10px 0;}
    .events-mainsec::before {display: none;}
	nav {margin: 0 0 0 0;}
	    #Register{ right: 2% !important;}
}
@media only screen and (max-width: 1200px){
 #Home .spk-details{width: 100%;}
}
@media only screen and (max-width: 1100px){
 #Register {position: static;width: 100%;}
 div.form-field{    display: inline-block;
    width: 47%;
    vertical-align: top;margin-right:10px;}
#Home:before{width:100%;}
    .reg-cont {width: 75%;margin: 0 auto;min-height: 300px !important;max-height: none;}
	form .captcha-input input{width: 43%;padding: 12px 6px;}
	.CaptchaWrap{    width: 55%;}
	    .inner-container {width: 100%;}
#Home .spk-name-sec br{display:none;}
	#Home .spk-details img{
	    margin: 0 !important;
    display: inline-block;
    float: right;
    vertical-align: text-bottom;
    width: 33% !important;
    height: auto !important;}
	#Home .spk-name-sec{    padding: 10px 0 0 10px;
    display: inline-block;
    width: 70%;
    bottom: 5%;
    position: absolute;
    text-align: right;
 }
 #Home .spk-name-sec:before{    
 bottom: 134px;
    right: -244px;
	 top: inherit;
    left: inherit;}
	#Home .spk-name-sec:after{ top: inherit;
    left: inherit;bottom: 89px;right: -127px;}
	nav.fl{float: right !important;}}
@media only screen and (max-width: 1000px) {
    .main-menu.active {height: 180px;background: rgb(40, 40, 40);}
    .main-menu li:hover a, .main-menu li.active a{color:#FFBA53;border-bottom:2px solid #FFBA53;}
	.res-menu {margin: 20px 0 0 0;}
	.fixed-header.header-fixed .main-menu.active {top: 60px;}
	.fixed-header.header-fixed .register-tab {display: block;}
	.main-menu li.register-tab {display: block;width: 100%;text-align: center;margin: 8px auto;}
	.main-menu {top: 90px;z-index: 100000000;}
	.bg-spear-two {display: none;}
	.main-menu li a {border-bottom: 2px solid #d2d2d2;color:#fff;}
	.fixed-header .container {position: initial;}
   .fixed-header{position: fixed;width: 100%;top: 0;left: 0;z-index: 9999;padding: 20px 0px;transition: all ease 0.2s;-webkit-transition: all ease 0.2s-moz-transition: all ease 0.2s;}
    .fixed-header .main-menu, .fixed-header.header-fixed .main-menu.active {top: 70px;}
    #Why-attend p{width:100%;}
    .aganda-list > li {margin: 0;}
    .main-menu li.register-tab a{display: inline-block;}
	h2{font-size: 1.5em;}
    .main-menu li:nth-child(4){display: block;}
    .fixed-header{background: #13182c;}
}
@media only screen and (max-width: 730px){
    .events-mainsec:before, .events-mainsec:after{display:none;}
    .spk-name-sec {padding: 20px 0 0 0;}
    .spk-name-sec, .spk-details img{display: block;}
	.agenda-content{width:100%;margin:0;}
	.tab{width:100%;}
	.tab button{box-shadow:none;margin:15px 5px;}
 	div.form-field{width:100%;margin-right:0;}
}
@media only screen and (max-width: 650px){
	.popup-close{top:10px;right:10px;}
	.web-popup-cont{width:80%;}
	#Home .spk-name-sec:after{display:none;}
		#Speaker .spk-name:after{display:none;}
		#Speaker .spk-details img{top: 35px;left: 0;}
		#Speaker .spk-name-sec{margin: 0px 0px 0px 150px;width: 63%;}
		#Speaker br{display:none;}
		.btn-reg{width:100%;text-align:center;}
		
}
@media only screen and (max-width: 600px) {
	.tab button {padding: 18px;font-size: .9em;}
    .aganda-list > li {margin: 4%;background-size: 100%;}
	.button{width:100%; text-align:center;}
	.time br{display:block;}
    .reg-cont {width: 95%;}
    form input[type="submit"], .submit-block input{width:100%;}

}
@media only screen and (max-width: 535px) {
    #Why-attend h2::after {top: 80px;}

}
@media only screen and (max-width: 380px) {
	.tab button {padding: 10px;font-size: .9em;}
	.tabcontent {padding: 0;}
	.container  {font-size: 14px;}
	.sub-agd-hed::after {left: -37px;}
	.sub-agd-hed::before {left: -30px;}
	.button {font-size: 1em;}
}
