/* -------------------------------------- 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;
}
.banner-img{
	margin-left: 165px;
	width: 65%;}
.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: 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: 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%;
}
	.guest-spk li{width: 100%;padding: 20px !important;}
	.agenda-content p.font-semibolt{line-height: 25px;}
	#Home h3:after{display: none;}
	.guest-spk li{width:100% !important;border-bottom: 2px solid #dfdfdf;}
	.guest-spk li:last-child{border:none;}
}
/* 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: 60px 0 60px 0;
}
h3 {
	font-size: 1.6em;
	position: relative;
}
h3:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: #FFEB00;
    left: 0;
    top: 99px;
}
.web-title{
	border-bottom: 1px solid #FFEB00;
	padding: 20px 0;}
.web-title h3{font-size: 2em;line-height: 40px;}
.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: 0px;
	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;
}
.menu-icon{display: none; color:#fff;}
#topbar-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#topbar-menu-icon {
    position: absolute;
    top: 13px;
    right: 0;
    cursor: pointer;
    transform: translate3d(0,0,0);
    transition: transform .7s;
    z-index: 9999999;
    width: 30px;
    height: 30px;
    margin: 0;
}
#topbar-menu-icon span:nth-child(1) {
    top: 0;
}
#topbar-menu-icon span:nth-child(2) {
    top: 8px;
}
#topbar-menu-icon span:nth-child(3) {
    top: 16px;
}
#topbar-menu-icon.active-menu span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#topbar-menu-icon.active-menu span:nth-child(2) {
    opacity: 0;
    right: -60px;
}
#topbar-menu-icon.active-menu span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.main-menu li.register-tab a {
	background: #FFEB00;
	font-size: .9em;
	text-transform: capitalize;
	padding: 10px 20px;
	color:#000;
}
.main-menu li.register-tab a:hover{background: #EF572E;color:#fff;border-bottom: none;}
/*----------------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 {
    margin:25px 0 10px 0;
    font-size: 1.2em;
	background-image: url("../images/yellow-cal-icon.svg");
	background-repeat: no-repeat;
	padding-left: 40px;
	background-size: 21px;
}
.time{
	background-image: url("../images/yellow-time-icon.svg");
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 1.2em;
}
.button {
	padding: 10px 20px;
    background: #FFEB00;
    color: #000;
	border-radius: 3px;
	transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.button:hover {
	background: #EF572E;
	color: #fff;
}
.agenda-content {
	margin: 30px 0px 0px;
	position: relative;
	z-index: 10;
}
#Agenda p{color:#FFEB00;}
.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.4em;
	line-height: 25px;
}
.agenda-content ul li {
	padding: 10px 0px 10px 40px;
	position: relative;
}
.agenda-content ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 100%;
   	background: #fff;
	left: 20px;
	top: 15px;
	border: 2px solid #707070;
}
.agenda-block ul{margin-top: 24px;}
.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/spk-andrew.jpg") no-repeat 0 0;
    width: 145px;
    height: 145px;
    top: 10px;
    left: -180px;
    background-size: 150px;
	position: absolute;
	    border-radius: 50%;
	border: 1px solid #fff;
}
.spk-logo{margin: 20px auto;
text-align: center;
display: block;}
#Guests{background: #fff;}
#Guests h3{color: #000 !important;}
#Guests h3:after{top: 50px;border-radius: 5px;background: #4500A3;}
.guest-spk li{display: inline-block;padding: 50px;width: 32%;
vertical-align: top;}
.guest-spk li p, .guest-spk li h4{text-align: center;}
.guest-spk .img{width: 100px;
height: 100px;
border-radius: 50%;
margin: 25px auto;}
.img img{border: 1px solid #000;
border-radius: 50%;}
.guest-name, .guest-details p{color:#000 !important;}
#Speaker h3 {
	margin-bottom: 40px;
}
#Speaker h3:after{border-radius: 5px;top: 50px;width: 50px;}
.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-block p:nth-child(4){color: #fff !important;
padding-top: 20px;}
.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 {
    background: #000;
    position: absolute;
    width: 100%;
    top: 47px;
    z-index: 99999999999;
    display: none;
    float: none;
    border-bottom: none;
    min-height: 300px;
}
	.main-menu li {
    display: block;
    text-align: left;
    padding: 15px;
    transition: .5s;
	border:none;
}
	.main-menu.active {
		    height: 180px;
		z-index: 1000000;
	}
	.menu-icon{display: block;}
	.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;
	}
	.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;
	}
	.banner-img{margin-left: 0;}
}
@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;
	}
}
/*Animation part*/
.anim{
	 animation: shake 2s;
}
.anim1{animation:shake1 2s;}
.rotate{
	animation: rotation 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes shake {
 0% { transform: translate(1px, 1px); }
  50% { transform: translate(200px, 300px); }
  100% { transform: translate(300px, 1px); }
}
@keyframes shake1 {
 0% { transform: translate(300px, 1px); }
  50% { transform: translate(200px, 300px); }
  100% { transform: translate(1px, 1px); }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}