/* -------------------------------------- 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: 2em;
    line-height: 40px;
	padding:0 0 0 0;
}
p {
    line-height: 26px;

}
#Agenda{
    background: #000;
    position: relative;
    margin-top: 43px;
    }
#Agenda:before {
    content: '';
    position: absolute;
    top: -60px;
    left: -8%;
    width: 117%;
    height: 34%;
    background: #000;
    border-radius: 100%;
}
#Agenda p{color:#fff;}
.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: 50%;
}
.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 */
.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:#fff;
}
.main-menu li:hover a, .main-menu li.active a {
    color: #4500FF;
    text-decoration: none;
    border-bottom: 2px solid #4500FF;
}
.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;
}
.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;
}
 #Home .rows img{height:100%;}
#Why-attend{padding: 60px 0 40px 0;}
#Agenda h2{color: #fff;}
h2 {
	font-size: 1.6em;
	position: relative;
    line-height: normal;
	color: #000;
}
h2:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 4px;left: 0;
    top: 50px;
    background: #4500FF; 
}
.logo a {
	background: none;
	height: auto;
	margin: 0;
}
.main-menu {
	margin:10px 0;
}
.main-menu li a {
	color: #000;
	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;
}
.res-menu {
	background: url(https://www.manageengine.com/latam/events/2018/seminar/images/mob-menu-icon.svg) no-repeat 0 0;
}
.main-menu li.register-tab a {
	background: #4500FF;
	font-size: .9em;
	padding: 10px 20px;
    text-transform: none;
	color: #fff;
}
.main-menu li.register-tab a:hover {
    background: #000;
    color: #fff;
    border: none;
}
.main-menu li.register-tab {
    display: none;
}
.inner-container {width:70%;}
/*----------------Default css ends--------------------*/
.fixed-header.header-fixed .main-menu li:nth-child(4) {display: inline-block;}
.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 0 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: #4500FF;
    color: #fff;
    border-radius: 3px;
	transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    font-size: 1.2em;
	font-weight: 600;
}
.button:hover {
	background: #000;
	color:#fff;
}
.popup-form p{font-size:.9em;padding: 0 0 5px 0;}
.line {
    width: 20%;
    height: 4px;
    background: #4500FF;
    margin: 20px 0;
    border-radius: 7px;
}
.line1{
    width: 20%;
    height: 1px;
    background: #FFFFFF;
    margin: 25px 0 0 0;}
.line:after{
    content: "";
    width: 95%;
    background: #fff;
    height: 1px;
    position: absolute;
    z-index: -1;
	display:none;}
.agenda-content {
	margin: 30px 0px 0px;
	position: relative;
	z-index: 10;
	color:#000;
}

.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:#fff;
    min-height: 700px;
	padding: 42px 0 60px 0;
}
form{margin:30px 0 0 0 !important;}
.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: 0px 0px 20px 25px;
	position: relative;
	color:#fff;
}
.agenda-content ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #4500FF;
    left: 3px;
    top: 7px;
}
.tab {
    overflow: hidden;
    margin-top: 80px;
    position: relative;
}
.tab:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 90%;
    background-color: #BBBBBB;
    bottom: 0;
    left: 0;
    opacity: .3;
	display:none;
}
.tab button{
	background-color: #DEDEDE;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 18px 25px;
    transition: 0.3s;
    font-size: 15px;
    position: relative;
    color: #000;
    overflow: hidden;
	border-radius: 46px;
    margin: 0 10px 0 0;
}
.tab button:hover, .tablinks.active{background: #4500FF !important;color: #fff;cursor:pointer;}
.tabcontent {
    display: none;
    padding: 40px 0px 0px;
    border-top: none;
}
#session1{display:inline-block;}
#Highlights{padding:0 0 60px 0;background:#000;}
#Highlights h2{color:#fff;}
#Highlights h2:after{width:350px;margin-top: 10px;display:none;}
.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;
}
.spk-details {
    position: relative;
    padding: 20px 0 30px 0;
}
.spk-degn{
     font-weight: 600;
    padding: 0 0 20px 0;
}
#Speaker h2 {
	margin-bottom: 40px;
	color: #000;
}
.spk-name-sec, .spk-details img{
    display: inline-block;
    vertical-align: top;
}
h6{font-size: 1.3em;
    margin: 5px 0;}
.spk-details img{
    width: 100px;
    height: 100px;
    border-radius: 150px;
    background: #fff;
    border: 1px solid #333;
    padding: 1px 2px 3px 2px;
}
.spk-name-sec{padding: 8px 0 0 25px;width:85%;}
.spk-name {
    font-size: 1.3em;
    margin: 0 0 6px 0;
    color: #4500FF;
    font-weight: 600;;
}

.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: 30px;
}
#Why-attend p{width:75%;}
.aganda-list > li{
    color: #fff;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
	padding:20px 0px 0px 25px;
	position:relative;
	line-height:20px;
}
.aganda-list > li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #4500FF;
    left: 0px;
    top: 27px;
}
.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;
}
.vid-btn{
    background: #4500FF;
    border:1px solid #4500FF;
    color: #fff;
    border-radius: 3px;
    padding: 15px 22px;
    display: inline-block;
    font-size: 1em;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    cursor: pointer;
}
iframe{width:100%;}
.vid-btn:hover{
    background:none;
    border:1px solid #fff;
}
.popup-form div.form-field{width:100%;}
.popup-form form{margin:0 !important;}
.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;
}
.popup-form form input[type="submit"], .popup-form .submit-block input{text-align:center;width:auto;margin:auto;}
.popup-form form textarea{height:100px;}
.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;
}
#Speaker {
    padding: 60px 0;
}
#Register {
    background: #dfdfdf;
    color: #000;
    height: auto !important;
    z-index: 999;
    box-shadow: none;
    right:0 !important;
    opacity: 1;
    padding: 60px 40px;
}
#Register .sec-cont {
    position: relative;
    z-index: 2;
}
.reg-cont {
    overflow: scroll;
    min-height: 400px;
    max-height: 500px;
}
.title-register {
    color: #000;
    text-align: left;
    font-size: 1.6em;
    line-height: normal;
    padding: 5px 0 20px;
}
.title-register:after {
    content: '';
    position: absolute;
    height: 4px;
    left: 0;
    top: 50px;
    background: #4500FF;
}
div.form-field {
    position: relative;
    margin-bottom: 15px;
    width: 49%;
    display: inline-block;
    padding: 0 10px 0 0;
}
form input, form textarea, form select {
    font-style: normal;
    background: #F7F7F6;
    font-size: 1em;
    color: #555;
    border: 1px solid #fff;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 23px;
}
form select {
    background: #F7F7F6 url(https://www.manageengine.com/events/images/dropdown-arrow.png) no-repeat 95% center;
    border: 1px solid #F7F7F6;
    padding: 12px 23px;
    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: left;
}
form input[type="submit"], .submit-block input {
    background: #4500FF;
    color: #fff;
    padding: 12px 25px;
    width: 130px;
    font-size: 1.1em;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 0;
}
form input[type="submit"]:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}
.form-group {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.privacy-policy, #meGDPRMessage {
    font-size: .9em;
    line-height: 20px;
}
#meGDPRMessage {
    margin-bottom: 10px;
}
.privacy-policy a {
    color: #4500FF;
    text-decoration: underline;
}
p.reg_form_errors{
    font-size: 13px;
    font-weight: 500;
    color: #f00;
    position: absolute;
    left: 0;
    bottom: -26px;
}
#WrongCaptchaError{display: none;}
#CapCode{width: 100%;height: 40px;}
form .captcha-input input{width: 38%;vertical-align: top;padding: 12px 10px;}
.CaptchaWrap{
    display: inline-block;
    width: 60%;
    vertical-align: text-bottom;
}
.reload{
    text-align: center;
    position: absolute;
    top: 6px;
    right: 27px;
    width: 27px;
    height: 27px;
    font-size: 19px;
    background: #113156;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    line-height: 25px;
	}
/* ---------------- popup styles   --------------*/
.popup-main {
    width: 100%;
    top: 0%;
    right: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: none;
    -o-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    display: none;
    z-index: 99999999;
}
.popup-form {
    width: 40%;
    background: #ededed;
    margin: 60px auto;
    padding: 25px 40px 40px;
    height: 520px;
    overflow: scroll;
    color: #000;
	box-sizing: content-box;
}
.popup-main .title-register {
    text-align: center;
    font-size: 1.4em;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0 10px;
}
.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-main .web-popup-cont {
    width: 850px;
    height: 450px;
    min-height: 130px;
    background: #fff;
    margin: 5% auto 0 auto;
    line-height: normal;
    padding: 30px;
    text-align: center;
    display: none;
	position:static !important;
}
.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 .popup-close{

    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 999;
}
.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){
    .popup-form {min-height: 400px;height: 50px;overflow: scroll;}
    .title-register {padding: 5px 0 20px;}
}
@media screen and (max-height: 500px) and (min-width: 1000px) {
    .popup-form {min-height: 350px;height: 50px;overflow: scroll;}
    .title-register {padding: 5px 0 20px;}
}
@media only screen and (max-width:1200px){

 .popup-form {width: 40%;}

}
@media only screen and (min-width: 1100px){
    #Home .rows img{margin-left: 29px;width:100%;height: 100%;}
}
@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;}
	.tab button{padding:20px 40px;}
    #Register {position: static;width: 100%;}
    .reg-cont {width: 100%;margin: 0 auto;min-height: 420px!important;max-height: none;}
    .inner-container {width: 100%;}
    .events-mainsec::before {display: none;}
}
@media only screen and (max-width: 1024px){.popup-form{width:40%;}}
@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:#f00;border-bottom:2px solid #f00;}
	.res-menu {margin: 20px 0 0 0;}
	.fixed-header.header-fixed .main-menu.active {top: 60px;}
	.main-menu li.register-tab {display: block;width: 100%;text-align: center;margin: 8px auto;}
	.main-menu li.register-tab a:hover{background: #f00;}
	.main-menu {top: 90px;z-index: 100000000;}
	.bg-spear-two {display: none;}
	.main-menu li a {border-bottom: 2px solid #d2d2d2;color:#fff;}
	.tab:after {display: none;}
	.tab button {padding: 15px 20px;font-size: 1em;}
	.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: 3%;}
    .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: #fff;}
	div.form-field{width:100%;}
	.submit-block{text-align:center;}
	.popup-form { width: 60%;}
	.web-popup-cont {
    width: 95%;
    margin: 60px auto 0 auto;
    display: block;
}
.popup-main .web-popup-cont{width: 95%;
    margin: 60px auto 0 auto;}

}
@media only screen and (max-width: 850px){button span{display:none;}}
@media only screen and (max-width: 730px){
   
	.line1{width:100%;}
    .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:before {
	    height: 17%;
	}
	
}
@media only screen and (max-width: 650px){
    #Highlights h2:after {top: 70px;}
	.tab button {padding: 13px;font-size: .9em;}
	.main-menu li.register-tab a{width:100%;}
	.popup-form{min-height:680px;width: 80%;padding: 5%;}
	.form-group{width:100%;}
}
@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;}
    form input[type="submit"], .submit-block input{width:100%;}
	#Agenda:before{display:none;}
}
@media screen and (max-height: 600px){
   .popup-form {min-height: 350px;height: 50px;overflow: scroll;}
    .title-register {padding: 5px 0 20px;}
}
@media only screen and (max-width: 535px) {
    #Why-attend h2::after {top: 80px;}
	 .tab button {width:47%;margin: 0 5px 10px 0;}
}
@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;}
	#Register{padding: 60px 0;}
}