/* -------------------------------------- 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%;font:inherit;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:'ZohoPuvi', 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%;
}
p {
	margin: 0 0 25px;
    line-height: 1.3;
}
.font-light {
     font-weight:200;
}
.font-semibolt {
    font-weight:500;
}
.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: 600;
}
.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: 992px)
{
	.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 */
.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: #395fd0;
}
.fixed-header.header-fixed .register-tab {
	display: inline-block;
}
.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: 40px 0 60px 0;
}
h3 {
	font-size: 1.6em;
	position: relative;
}
h3:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #EF572E;
    left: 0;
    top: 35px;
}
.logo a {
	background: none;
	height: auto;
	margin: 0;
}
.main-menu {
	margin: 0;
}
.main-menu li a {
	color: #fff;
	font-size: 1em;
}
.main-menu li:hover a, .main-menu li.active a {
    color: #fbb913;
    border-bottom: 2px solid #fbb913;
}
.logo img {
	width: 160px;
}
.logo {
	    position: absolute;
    top: 70px;
	z-index: 1000000;
}
.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: #EF572E;
	font-size: .9em;
	text-transform: capitalize;
	padding: 10px 20px;
}
/*----------------Default css ends--------------------*/

.events-mainsec {
        background:  linear-gradient(to bottom, #5870FD, #4BAAF6) !important;
	  overflow: hidden;
}
.ciclo-main  .rows {
	padding-top: 80px;
}
.ciclo-main h2 {
	font-size: 2.4em;
	padding-bottom: 10px;
}
.ciclo-logo img {
	width: 400px;
}
.ciclo-main .ciclo-logo {
	padding-bottom: 40px;
	position: relative;
}
.ciclo-main .ciclo-logo:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 3px;
    background: #EF572E;
    left: 0;
	bottom: 20px;
}
.ciclo-main .font-light {
	padding-bottom: 20px;
}
.line {
	background: #FBB914;
    width: 141px;
    height: 15px;
    position: absolute;
    left: 40%;
}
.date {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.button {
	padding: 10px 20px;
    background: #EF572E;
    color: #fff;
	border-radius: 3px;
	transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.button:hover {
	background: #ffce2b;
	color: #0A4181;
}
.agenda-content {
	margin: 30px 0px 0px;
	position: relative;
	z-index: 10;
}

.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;
}
.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;
}
.agenda-content ul li {
	padding: 10px 0px 10px 25px;
	position: relative;
}
.agenda-content ul li:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #f18467;
    left: -3px;
    top: 14px;
}
.last-para {
	padding-bottom: 20px;
}
.agenda-block p.font-light, .agenda-content ul li {
	font-size: 1.1em;
}
.agenda-block:nth-child(3) {
	margin-bottom: 0px;
}
.spk-details {
    position: relative;
    margin: 0 0 90px 180px;
}
.spk-details:before {
	content: '';
    background: url(../images/luis-fn-speaker.jpg) no-repeat 0 0;
    width: 145px;
    height: 145px;
    top: 10px;
    left: -180px;
    background-size: 150px;
	position: absolute;
	    border-radius: 100%;
}
#Speaker h3 {
	margin-bottom: 40px;
}
.spk-name {
    padding: 50px 0 2px 0;
    font-size: 1.6em;
    margin: 0;
}
.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%;
    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-spear-two {
    position: absolute;
    background-image: radial-gradient(#ffffff, #ffffffa1, transparent 57%);
    width: 700px;
    height: 700px;
    top: -48%;
    left: -20%;
    border-radius: 100%;
    opacity: .3;
		z-index: 0;
}
.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%;
	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%;
    opacity: .2;
    z-index: 0;
}
.ciclo-main .cols-6.cols-md-12  p:nth-child(5){
	padding-bottom: 40px;
}
p.last-child {
	padding-bottom: 30px;
}
/*---------------   tab     ----------------*/

.tab {
  overflow: hidden;
	margin-top: 80px;
	position: relative;
}
.tab:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 80%;
	background-color: #fff;
	bottom: 0;
	left: 0;
	opacity: .3;
}
.tab button {
  background-color: #BEBBBB;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 60px;
  transition: 0.3s;
  font-size: 17px;
position: relative;
    color: #fff;
	overflow: hidden;
}
.tab button:nth-last-child(2) {
	background: #D0D0D0;
}
.tab button:hover, .tablinks.active {
	background: #FFCE2C !important;
	color: #0A4181 !important;
	cursor: pointer;
}
#Agenda .container {
	position: relative;
}
.tabcontent {
  display: none;
  padding: 40px 0px 0px;;
  border-top: none;
}
#Protecc {
    display: inline-block;
}
.agenda-content p.font-semibolt:nth-child(1) {
	font-size: 1.4em;
}
@media only screen and (max-width: 1700px) {
	.animation {
    opacity: 0;
    transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateY(250px);
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
}
	.active-anim .animation {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
	#Agenda .tab{
		transition-delay: .1s;
	}
	.agenda-block p:nth-child(2) {
		transition-delay: .2s;
	}
     .agenda-block p:nth-child(3) {
		transition-delay: .3s;
	}
     .agenda-block p:nth-child(4) {
		transition-delay: .4s;
	}
	.agenda-block ul {
		transition-delay: .5s;
	}
	.agenda-block p:nth-child(6) {
		transition-delay: .6s;
	}
	.agenda-block  p:nth-child(7) {
		transition-delay: .7s;
	}
}
@media only screen and (max-width: 1300px) {
	        .container {
        width: 1000px;
    }
	.line {
		left: 47%;
        top: 3px;
	}
}
@media only screen and (max-width: 1100px) {
	        .container {
        width: 85%;
    }
	.line {
		left: 230px;
		width: 120px;
	}
	.logo {
		top: 60px;
	}
}
@media only screen and (max-width: 1000px) { 
	.main-menu.active {
		    height: 180px;
		z-index: 1000000;
	}
	.res-menu {
		margin-top: 5px;
	}
	.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: fit-content;
    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 #5d5d5d;
	}
	.tab:after {
		display: none;
	}
	.tab button {
		padding: 20px 30px;
		font-size: 1em;
	}
	.fixed-header .container {
		position: initial;
	}
}
@media only screen and (max-width: 490px) {
	.line {
		display: none;
	}
	.spk-details {
		margin: 0 0 60px 160px;
	}
	.spk-details::before {
		left: -162px;
	}
	.tab button {
		padding: 18px;
		font-size: .9em;
	}
}

@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;
	}
}