
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;	
	font-family: 'Zoho_Puvi_Regular', sans-serif;
}
article,
footer,
header,
section {
	display: block;
	position: relative;
}
header {
	background: transparent;
	position: absolute;
	box-shadow: none;
}
header.active {
        background: #0f1a2a;
    height: auto;
    position: fixed;
}
.header-inner {
    padding: 15px 0;
    width: 1200px;
    margin: 0 auto;
}
.logo a{background:url("https://www.manageengine.com/images/logo/manageengine-logo-dark.svg") no-repeat 0 0;margin: 50px 0 0 0;}
header.active .logo a{margin: 15px 0 0 0;}
.logo img{display: none;}
.main-menu{display:none;}
body {
	background:#fff;	
	overflow-x: hidden;	
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
	z-index: 3;
	position: relative;
}
.inner-container {width:60%;}
.text-light{color:#fff;}
.text-dark{color:#000;}
.res-menu{display: none;}
section{padding:60px 0;}
/*----------------Home Styles----------------*/
#Home{
    background: url("../images/cybersec-summit-banner-bg.jpg") no-repeat 0 0;
    background-size: cover;
    min-height: 650px;
	padding: 0px 0 60px 0;
}
h1{
	font-family: 'Zoho_Puvi_Bold', sans-serif;
font-size: 3.4em;
color: #fed02f;
padding: 160px 0 15px 0;
	letter-spacing: 2px;
	line-height: 54px;
}
h4{margin-bottom: 50px;line-height: 27px;}
h5{
	font-size: 1.1em;
font-family: 'Zoho_Puvi_SemiBold', sans-serif;
}
h4:after{
	content: "";
	width: 90%;
	height: 0;
	border: 1px dashed #fff;
	position: absolute;
	margin-top: 60px;
	left: 0;
}
#Home p{padding: 20px 0 0 0;}
.movetobtn{
	background: #fed02f;
	font-size: .9em;
	padding: 15px 40px;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
	-moz-transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	margin-top: 40px;
	display: inline-block;
	font-size: 1em;
	font-family: 'Zoho_Puvi_SemiBold', sans-serif;
	text-align: center;
}
.movetobtn:hover{
	background: #f00;
	color:#fff;
}

/*--------------Summits Section--------------------*/
h2{font-size: 2em;}
h3 {font-size: 1.4em;margin-bottom: 7px;}
li{
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 30px 30px 30px 0;
	background: #f8f8f8;
	min-height: 180px;
	height: 180px;
	cursor: pointer;
	overflow: hidden;
}
li:hover .summit-det{
	margin-top: 21px;
}
li:hover .reg-btn{
	display: block;
}
.summit-det{
	padding: 0px 10px 0px 30px;
	margin-top: 55px;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
	color:#000;
	min-height: 100px;
	height: 100px;
}
#Summits h3{font-size: 1.2em;}
.reg-btn{
	text-align: center;
	padding: 20px 0;
	text-transform: uppercase;
	color: #fff;
	background: #063d96;
	display: none;
	font-size: 1.1em;
}
.reg-btn a{color:#fff;}
span{font-family: 'Zoho_Puvi_SemiBold', sans-serif;}
.sub-head{color: #0945a2;
font-size: 1.3em;
line-height: 30px;}
#Summits .hybrid-summits h3{font-size: 1.5em;margin:0;}

/*---------------Speaker Styles---------------*/
#Speakers{padding: 30px 0 0 0;}
.spk{   
	padding: 45px 0;
    border-bottom: 1px dashed #dfdfdf;}
.spk img{
	width: 150px;
	height: 150px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
}
.spk-det{
	display: inline-block;
	padding-left: 25px;
	vertical-align: bottom;
	width:75%;
}
.spk-desc{margin-top: 10px;}
.spk-desc p{font-size: 1em;}

/*--------------Footer Styles------------------*/
.zoho-division{font-size: 1.3em;}
.zoho-division span {
  font-size: 1em;
  display: inline-block;
  padding: 2px 10px 2px 0;
  color: #aaa;
}
footer a{color:#fff;}
footer a:hover, #Contact a:hover{text-decoration: underline;}
.zsiq_theme1.zsiq_floatmain{display:none !important;}
#Contact h2{display: none;}

/*-------------Responsive Styles---------------*/
@media only screen and (min-width: 1700px) {
    #Home{background-size: 100% 100%;}
}

@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);
}
}
@media only screen and (max-width: 1275px) {
	.container, .header-inner {
        width: 1000px;
    }
		.summit-det{padding: 0 0px 0 30px;}
		li{width: 44%;}
}
@media only screen and (max-width: 1100px){
	 .container, .header-inner { width: 85%; }
 .inner-container {width: 100%;}


}
@media only screen and (max-width: 750px){
	.summit-det{ padding: 0 10px;}
li{width: 80%;margin:20px 0;}
	.virtual-summits, .hybrid-summits{margin: auto;text-align: center;}}
@media only screen and (max-width: 700px){
	
	h1{padding: 120px 0 15px 0;font-size: 2.8em;}
	.movetobtn{width:100%;}
}
@media only screen and (max-width: 500px){
	li{width: 90%;}
	.spk-det{width:100%;padding: 15px 0 0 0;}
}
@media only screen and (max-width: 350px) {
    .container, .header-inner {
        width: 90%;
    }
}