#top-about {
	padding: 90px 0px;
}

section#top-about span,
section#top-about p,
footer span,
footer p {
	margin: 0px;
}

.top-left-side {
	background: url('http://via.placeholder.com/1920x1080');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 669px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.top-right-side span {
	font-size: 40px;
	line-height: 30px;
	color: #004c84;
	margin-bottom: 20px !important;
}

.top-right-side p {
	letter-spacing: 1px;
	line-height: 30px;
	font-size: 15px;
	margin-bottom: 20px !important;
}

.features .fa {
	margin-right: 10px;
}

.features li {
	line-height: 35px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #004c84;
}


/*===== Vertical Timeline =====*/

#conference-timeline {
	background: #f7f7f7;
	padding: 90px 0px;
}

#timeline {
	position: relative;
}

#timeline:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 2px;
	width: 2px;
	height: 82%;
	background: #111;
}

#timeline article {
	width: 100%;
	margin: 0 0 20px 0;
	position: relative;
}

#timeline article:after {
	content: '';
	display: block;
	clear: both;
}

#timeline article div.inner {
	width: 40%;
	float: left;
	margin: 5px 0 0 0;
	border-radius: 6px;
}

#timeline article div.inner span.date {
	display: block;
	width: 70px;
	height: 60px;
	position: absolute;
	top: -5px;
	left: 50%;
	margin: 0 0 0 -32px;
	border-radius: 100%;
	font-size: 12px;
	background: #ccc;
	border: 2px solid white;
	box-shadow: 0 0 0 7px #004c84;
}

#timeline article div.inner span.date span {
	display: block;
	text-align: center;
}

#timeline article div.inner span.date span.day {
	font-size: 10px;
}

#timeline article div.inner span.date span.month {
	font-size: 18px;
}

#timeline article div.inner span.date span.year {
	font-size: 17px;
	line-height: 55px;
	font-weight: 900;
	color: white;
}

#timeline article div.inner h3 {
	padding: 15px;
	margin: 0;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	border-radius: 6px 6px 0 0;
	position: relative;
}

#timeline article div.inner h3:after {
	content: '';
	position: absolute;
	top: 20px;
	right: -5px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
}

#timeline article div.inner p {
	padding: 15px;
	margin: 0;
	font-size: 14px;
	background: #fff;
	color: #656565;
	border-radius: 0 0 6px 6px;
}

#timeline article:nth-child(2n+2) div.inner {
	float: right;
}

#timeline article:nth-child(2n+2) div.inner h3:after {
	left: -5px;
}

#timeline article:nth-child(1) div.inner h3 {
	background: #e74c3c;
}

#timeline article:nth-child(1) div.inner h3:after {
	background: #e74c3c;
}

#timeline article:nth-child(2) div.inner h3 {
	background: #2ecc71;
}

#timeline article:nth-child(2) div.inner h3:after {
	background: #2ecc71;
}

#timeline article:nth-child(3) div.inner h3 {
	background: #e67e22;
}

#timeline article:nth-child(3) div.inner h3:after {
	background: #e67e22;
}

#timeline article:nth-child(4) div.inner h3 {
	background: #1abc9c;
}

#timeline article:nth-child(4) div.inner h3:after {
	background: #1abc9c;
}

#timeline article:nth-child(5) div.inner h3 {
	background: #9b59b6;
}

#timeline article:nth-child(5) div.inner h3:after {
	background: #9b59b6;
}


/*===== // Vertical Timeline =====*/


/************************************************** NewsLettre Section ( Background + Title + Form ) ************************************************************/


/************ Background **************/

section#newsletter {
	padding: 80px 0px;
	text-align: center;
}


/************ Title **************/

.news-title {
	margin-bottom: 30px;
}

.news-title hr {
	border: 1px solid white;
	width: 5%;
}

.news-title p {
	line-height: 30px;
	font-size: 17px;
	margin-bottom: 30px;
}


/************ Form **************/

input.name,
input.email {
	padding: 12.5px;
	border-radius: 5px;
	margin-bottom: 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	width: 100%;
}

button#subscribe {
	padding: 13px 20px;
	border: none;
	border-radius: 5px;
	color: white;
	width: 100%;
	outline: none;
	background: #004c84;
}

input.name:focus,
input.email:focus {
	outline: none;
}

section#client {
	padding: 90px 0px;
	background: #f7f7f7;
}

section#client h6 {
	display: none;
}



.loading {
	position: fixed;
	top: 0%;
	left: 0%;
	background: #004c84;
	z-index: 99999;
	width: 100%;
	height: 100%;
	text-align: center;
}

.relative {
	position: relative;
	height: 100%;
	width: 100%;
}

.text {
    font-size: 16px;
    margin-top: 15px;
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    width: 88px;
    margin: 55px auto;
    position: absolute;
    top: 50%;
    left: 48%;
}

.spinner {
    width: 80px;
    height: 80px;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
    position: absolute;
    top: 40%;
    left: 47.5%;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/************************************************************************ Media-Query **************************************************************************/

@media (min-width: 992px) and (max-width: 1200px) {
	.top-left-side {
		height: 790px;
	}
}


/************************ Medium Devices, Desktops ***********************/

@media (min-width: 768px) and (max-width: 992px) {
	.top-left-side {
		height: 450px;
	}
}


/************************ Small Devices, Tablets ************************/

@media (min-width: 580px) and (max-width: 768px) {
	.top-left-side {
		height: 450px;
	}
	.left-line,
	.right-line {
		width: 70px;
	}
	#conference-timeline h2 {
		font-size: 45px;
	}
	#timeline article:nth-child(2n+2) div.inner,
	#timeline article div.inner {
		margin: 0px 15px;
	}
	#timeline article div.inner span.date {
		width: 50px;
		height: 45px;
		left: 51%;
	}
	#timeline article div.inner span.date span.year {
		font-size: 13px;
		line-height: 42px;
		padding-left: 4px;
	}
	#timeline:before {
		margin: 0 0 0 -2px;
	}
}


/********************* Extra Small Devices, Phones **********************/

@media (min-width: 320px) and (max-width: 580px) {
	.top-left-side {
		height: 300px;
	}
	#timeline:before,
	#timeline article div.inner span.date {
		left: 82%;
	}
	#timeline article:nth-child(2n+2) div.inner,
	#timeline article div.inner {
		float: left;
		width: 60%;
		margin-left: 15px;
	}
	#timeline article:nth-child(2n+2) div.inner h3:after {
		left: initial;
	}
}

@media only screen and (max-width: 830px) {
	#conference-timeline .timeline-start,
	#conference-timeline .timeline-end {
		margin: 0;
	}
	#conference-timeline .conference-center-line {
		margin-left: 0;
		left: 50px;
	}
	.timeline-article .meta-date {
		margin-left: 0;
		left: 20px;
	}
	.timeline-article .content-left-container,
	.timeline-article .content-right-container {
		max-width: 100%;
		width: auto;
		float: none;
		margin-left: 110px;
		min-height: 53px;
	}
	.timeline-article .content-left-container {
		margin-bottom: 20px;
	}
	.timeline-article .content-left,
	.timeline-article .content-right {
		padding: 10px 25px;
		min-height: 65px;
	}
	.timeline-article .content-left:before {
		content: "\f0d9";
		right: auto;
		left: -8px;
	}
	.timeline-article .content-right:before {
		display: none;
	}
}

@media only screen and (max-width: 400px) {
	.timeline-article p {
		margin: 0;
	}
}


/*===== // Resonsive Vertical Timeline =====*/