body {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
}
.main {
	float: left;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.header {
	float: left;
	width: 100%;
	height: 60px;
	display: flex;
	position: fixed;
	background-color: #FFF;
	z-index: 999;
	box-shadow: 0 0 5px #CCC;
}
.center {
	margin: 0 auto;
	width: 90%;
}
.header > .center {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo > img {
	float: left;
	height: 40px;
}
.menu {
	float: left;
}
.menu > ul {
	float: left;
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu > ul > li > a {
	padding: 0 10px;
    color: #3598db;
    color: #215374;
    cursor: pointer;
}
.menu-social {
    font-size: 20px;
}
.menu-social > ul {
	float: left;
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu-social > ul > li > a {
	float: left;
	background-color: #FF5722;
	border-radius: 5px;
	margin-left: 10px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
.menu-social > ul > li.view-website > a {
	width: auto;
	padding: 0 5px;
	font-size: 14px;
}
.menu-social > ul > li.whatsapp > a {
	background-color: #25D366;
}
.menu-social > ul > li.view-website > a > i {
	font-size: 20px;
	margin-right: 5px;
}
.menu-social > ul > li > p {
	float: left;
	margin: 0;
	font-size: 14px;
	height: 30px;
	display: flex;
	align-items: center;
	font-weight: 300;
}
.content {
	float: left;
	width: 100%;
	margin-top: 60px;
}
.home-feature {
	float: left;
	width: 100%;
	height: auto;
	background-color: #f9f9f9;
	display: flex;
	justify-content: space-between;
	background-image: url('/webinar-assets/marketing-2021.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.home-feature .center {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.home-feature .middle {
	float: left;
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF !important;
	background-color: rgba(0,0,0,0.6) !important;
}
.text-container {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.text-container h1 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #FFA90C;
}
.text-container p {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0;
}


.event-time {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
  .datetime {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
  }
  .datetime > h2 {
	text-align: center;
	font-size: 14px;
	margin: 0;
  }
  .countdown {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 20px;
}
#countdown {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
#countdown > div {
  float: left;
  width: 50px;
  display: flex;
  flex-wrap: wrap;
}
#countdown > div span {
  float: left;
  width: 100%;
  text-align: center;
}
#countdown > div span:nth-child(1) {
  font-weight: 700;
  font-size: 20px;
}
#countdown > div span:nth-child(2) {
	font-size: 8px;
}

.form-expired {
	float: left;
	width: 90%;
	display: flex;
	justify-content: center;
	padding: 50px 0;
	flex-wrap: wrap;
	text-align: center;
  }
  .form-expired > i {
	font-size: 35px;
	color: rgb(255, 165, 0);
  }
  .form-expired > p {
	float: left;
	width: 100%;
	margin-bottom: 0;
  }

.footer {
	float: left;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}