.x-container { width: 94%; max-width:1400px }
.bl-nav { border-left: 1px solid #ECECEC; }
.banner-text { width: 70% }
.gray-dark-bg { background: #333333 }
.text-justify { text-align: justify; }
.border-t { border-top: 1px solid #dcdcdc; }
.f-18 { font-size: 18px; }
.btn-pdf-download{
	height: 50px;
	width: 206px;
	color: #DA2626;
	font-size: 15px;
	font-family: sans-serif;
	font-weight: bold;
	border: 2px solid #DA2626;
	background: none;
	border-radius: 4px;
	line-height: 48px;
	text-transform: uppercase;
}
.btn-pdf-download:hover{
	background: #DA2626;
	color: #ffffff;
}
.btn-outline-lite{
	background: none;
	border: 1px solid #fff;
	color: #fff;
	outline: none;
}
.btn-outline-lite:hover{
	background: #fff;
	border: 1px solid #fff;
	color: none;
	outline: none;
}
.navy-bg{
	background: #4c30a9 !important;
	padding-top: 5px;
	padding-bottom: 5px;
}
.header-bottom{
	height: 75px;
}
.slider-text span{
	font-size: 2em;
}
.slider-text a{
	color: #fff;
	font-size: 3.5em;
}
.slider-text a:hover{
	color: #fff !important;
	font-size: 3.5em;
}
.scrollMouse{
	margin: 20px auto;
	color: #fff;
	font-size: 3.5em;
	background: none;
	border:none;
	outline: none;
}
.event-text-img{
	margin-bottom: 30px;
}
.visual-inner{
	padding: 10px 10px 10px 110px;
	border: 0px;
	background-size: 60px !important;
	background-position: 30px center !important;
	background-repeat: no-repeat !important;
}
.countdown-all{
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
}
.counter-bottom2{
	color: #113F6C;
}
.title-count{			
	font-size: 26px;
	color: #113F6C !important;
}
.no-count{
	color: #113F6C !important;
}
.no-count h3{
	color: #113F6C !important;
}
.bounce-btn {
	position: absolute;
	left: calc(50% - 30px);
	text-align: center;
	-webkit-animation: bounce .3s infinite alternate;
	-moz-animation: bounce .3s infinite alternate;
	animation: bounce .3s infinite alternate;
}
@-webkit-keyframes bounce {
	to { -webkit-transform: scale(1.2); }
}
@-moz-keyframes bounce {
	to { -moz-transform: scale(1.2); }
}
@keyframes bounce {
	to { transform: scale(1.2); }
}