/* -------------------------------------- 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 15px;
}
p {
    line-height: 26px;

}
#Agenda p{color:#000;}
.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:#106fb5;
}
.main-menu li:hover a, .main-menu li.active a {
    color: #FFBE45;
    text-decoration: none;
    border-bottom: 2px solid #FFBE45;
}
.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 {
    margin: 0 0 0 40px;
}
.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;
}
#Why-attend{padding: 60px 0 40px 0;}
h2 {
	font-size: 1.6em;
	position: relative;
    line-height: normal;
    margin-bottom: 50px;
	color: #000000;
}
h2:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 4px;left: 0;
    top: 50px;
    background: #1F95E3;  
}
#Agenda h2:after{width:100px;}
.para-font{font-size: 1.2em;}
.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;
}
.res-menu {
	background: url(https://www.manageengine.com/events/images/mob-menu-icon-white.svg) no-repeat 0 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%;}
.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;
	}
/*----------------Default css ends--------------------*/
/*----------------Accordion css--------------------*/
.highlights-points li:before{
       content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #1593E4;
    margin-left: -15px;
    margin-top: 10px;
	}
.highlights-points li{padding: 15px 0 0 15px;}
.tab {
    background: #fff;
    position: relative;
    margin: 10px 0px;
	font-size: 15px;
}
.tab:before{
    content: "";
    width: 100px;
    height: 4px;
    background: #2470C7;
    display: block;
    position: absolute;
    left: 0;}
.tab-main {
    padding: 20px 0px;
    display: block;
}
.tab-main img {
	display :inline-block;
	vertical-align: middle;
	    padding-right: 10px;
	    width: 50px;
}
.di {
    display: inline-block;
    vertical-align: middle;
}
.tab-main span.di {
	    width: 80%;
		padding:0 0 0 15px;
}
.tab-title {
	    color: #1593E4;
    font-size: 1em;
    line-height: normal;
	display: block;
}
.tab-heading {
	display: block;
	 padding-top: 5px;
        line-height: 22px;
	    font-size: 1.1em;
		    font-family: 'Zoho_Puvi_SemiBold', sans-serif;
}
.agslide {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/plus-icon.svg) no-repeat 97% center;
    background-size: 37px;
    width: 100%;
    height: 85px;
    text-indent: -999999em;
    display: block;
    cursor: pointer;
}
.webinar-slideup {
     background: url(../images/minus-icon.svg) no-repeat 97% center;
    background-size: 37px;
    background-position-y: 31px;
}
.slidecontent {
    padding: 20px;
    line-height: 26px;
	width: 80%;
margin: auto;
}
.slidecontent p strong {
	font-family: 'Zoho_Puvi_SemiBold';
	display: block;
	padding: 10px 0px;
}
.events-mainsec {
    background: #fff;
    overflow: hidden;
}
.events-mainsec:after {
    content: "";
    width: 500px;
    height: 700px;
    position: absolute;
    right: 3%;
    bottom: 14%;
    background: url(../images/wave-creative.svg) 0 no-repeat;
}
#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: #FFBE45;
    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:70%;
    height: 4px;
    background: linear-gradient(to right, #F8CEAC, #F8CEAC, transparent) !important;
    margin: 20px 0;
}
.agenda-content {
	margin: 30px 0px 0px;
	position: relative;
	z-index: 10;
	color:#000;
}
.ban-spk{width:100%;}
#Home .spk-details{
       padding: 20px 0 0 0;
    width: 49%;
    display: inline-block;}
#Home .spk-details img{    
	width: 80px !important;
    height: 80px !important;
	margin:0 !important;}
#Home .spk-name-sec {
    padding: 0 0 0 10px;
    width: 64%;
}
#Home h6 {
    font-size: .9em;
    margin: 0 0;
}
#Home .spk-name{    
    font-size: 1em !important;
    margin:0 !important;
    color: #001DFF !important;
	padding: 5px 0 3px 0;}
#Home .spk-details p{font-size: .8em;line-height: 20px;}
.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: url(../images/ad-masterclass-banner.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    min-height: 700px;
	padding: 42px 0 60px 0;
}

.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: 20px 0px 20px 25px;
	position: relative;
}
.agenda-content ul li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #0A1040;
    left: 3px;
    top: 27px;
}
.tab {
    overflow: hidden;
    position: relative;
	border-top: 1px solid #C9C9C9;
}
.mapping-icons{display: inline-block;
        vertical-align: text-top;
	    font-size: 1.1em;
    color: #214C83;}
.tab button{
	background-color: #DEDEDE;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 60px;
    transition: 0.3s;
    font-size: 17px;
    position: relative;
    color: #000;
    overflow: hidden;
	margin:0;
}
.tab button:hover, .tablinks.active{background: #D0D0D0 !important;cursor:pointer;}
.tabcontent {
    display: none;
    padding: 40px 0px 0px;
    border-top: none;
}
#session1{display:inline-block;}
#Highlights{padding:0 0 0 0;}
#Highlights h2:after{width:350px;margin-top: 10px;}
.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;
}
#Speaker h2 {
	margin-bottom: 40px;
	color: #0A1440;
}
.spk-name-sec, .spk-details img{
    display: inline-block;
    vertical-align: middle;
}
h6{font-size: 1.3em;
    margin: 5px 0;}
#Speaker h6{color: #1593E4;
    border-bottom: 1px solid #CFDCE7;
    width: 160px;}
.spk-details img{
    width: 120px !important;
    height: 120px !important;
}
.spk-details h6 img{width:20px !important;height:20px !important;margin: 0 10px 0 0;}
.spk-name-sec{padding: 8px 0 0 25px;}
.spk-name {
    font-size: 1.3em;
    margin: 0 0 6px 0;
    color: #214C83;
    font-weight: 800;
}

.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: 10px 0 35px 0;
}
#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: 6px;
    height: 6px;
    border-radius: 100%;
    background: #FF7333;
    left: 0px;
    top: 23px;
}
.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;
}
#Speaker {
    padding: 60px 0;
	background: #F2F9FF;
}
/*---------------   Pop-up 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: 45%;
    background: #ededed;
    margin: 60px auto;
    padding: 25px 40px 40px;
    height: 520px;
    overflow: scroll;
    color: #000;
    box-sizing: content-box;
}
.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;
}
.popup-main .title-register {
    text-align: center;
    font-size: 1.4em;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0 10px;
}
p.reg_form_errors{    bottom: -25px;
    font-size: .8em !important;
    line-height: 11px;}
.form-group {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
form select {
    background: #F7F7F6 url(https://www.manageengine.com/events/images/dropdown-arrow.png) no-repeat 95% center !important;
    border: 1px solid #F7F7F6;
    padding: 12px 23px;
    width: 100%;
    height: auto;
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
}
div.form-field {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    padding: 0 10px 0 0;
}
.form-group-msg{width:99%;}
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 .captcha-input input {
    width: 48%;
    vertical-align: top;
    padding: 12px 10px;
}
#WrongCaptchaError {
    display: none;
}
.CaptchaWrap {
    display: inline-block;
    width: 50%;
    vertical-align: text-bottom;
}
#CapCode {
    width: 100%;
    height: 40px;
}
.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-form p {
    font-size: .9em;
    padding: 0 0 10px 0;
}
.submit-block {
    margin: 10px 0;
    text-align: center;
}
form input[type="submit"], .submit-block input{
    text-align: center;
    width: auto;
    margin: auto;
	padding:15px 20px;
	background:#106fb5;
	color:#fff;
}
.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;
}
.web-popup-cont .popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 999;
}
iframe {
    width: 100%;
}
.vid-btn{
    display: inline-block;
    vertical-align: top;
    padding: 15px 20px;
    background: #106fb5;
    color: #fff;
    border-radius: 3px;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    font-size: 1.1em;
    font-weight: 600;
    border: 1px solid #106fb5;
    cursor: pointer;
	margin-top:20px;
}
.vid-btn:hover{
    background:none;
    border:1px solid #000;
	color:#000;
}
/*---------------   Responsive styles start     ----------------*/
@media only screen and (min-width: 1700px) {
    #Home{background-size: 100% 100%;min-height: 450px;}
}
@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: 500px;}
}
@media only screen and (max-width: 1275px) {
    .container {width: 90%;}
	.logo {top: 60px;}
    .tile-main {padding-top: 100px;}
    .aganda-list > li .tile-hover h3{margin: 10px 0;}
	.tab button{padding:20px 40px;}
    .events-mainsec::before {display: none;}
	nav {margin: 0 0 0 0;}
}
@media only screen and (max-width: 1100px){
nav.fl {float: right !important;}
 .date, .time{width:100%;}
	    .inner-container {width: 100%;}
	 #Home .spk-details{width: 100%;}
	#Home .spk-details img{margin: 0 !important;display: inline-block;}
	#Home .spk-name-sec{padding: 10px 0 0 10px;display: inline-block;width:auto;}}
@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;}
	.tab:after {display: none;}
	.tab button {padding: 20px 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%;}
    .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: linear-gradient(to right, #1f477c, #107bc6);}
	.popup-main .web-popup-cont{width: 95%;
    margin: 60px auto 0 auto;
    }
	 .popup-form { width: 60%;}
}
@media only screen and (max-width: 730px){
    .tab button {width:50%;}
    .events-mainsec:before, .events-mainsec:after{display:none;}
    .spk-name-sec {padding: 20px 0 0 0;}
    .spk-name-sec, .spk-details img{display: block;}
	.mapping-icons{display:block;}
	.tab-heading br{display:none;}
	.tab-main span.di{width: 100%;padding: 15px 0;}
	.slidecontent{width: 100%;}

}
@media only screen and (max-width: 700px){

.tab button {width:50%;}
.popup-form{min-height:680px;width: 80%;padding: 5%;}
.form-group {
    width: 100%;
}
}
@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: 650px){
	.popup-close{top:10px;right:10px;}
	.web-popup-cont{width:80%;}
}
@media only screen and (max-width: 600px) {
	.tab button {padding: 18px;font-size: .9em;}
    .aganda-list > li {background-size: 100%;}
	.button{width:100%; text-align:center;}
	.time br{display:block;}
    form input[type="submit"], .submit-block input{width:100%;}
	
	
}
@media only screen and (max-width: 535px) {
    #Why-attend h2::after {top: 80px;}
	#Home .spk-name-sec{padding: 10px 0 0 1px;}
	
}
@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;}
}