.code1724055201{
    margin: 4% 0;
}
.code1724055201 a{
    color:#fff;
}
.code1724055201 a:hover{
    color:#fff;
}
/*Module specific style*/
.code1724055201 .titleee {
    text-align: center;
 
}
.tl-item:hover .titleee {
    text-align: center;
display:none;
}
#timeline {
  display: flex;
  background-color: #1B3A70;
}
#timeline:hover .tl-item {
  width: 23.3333%;
}

.tl-item {
  transform: translate3d(0, 0, 0);
  position: relative;
  min-height: 433px;
  width: 100%;
  color: #fff;
  overflow: hidden;
  transition: width 0.5s ease;
}
.tl-item:hover img{
opacity:0.2;
}
.tl-item:before, .tl-item:after {
  transform: translate3d(0, 0, 0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tl-item:after {

  opacity: 1;
  transition: opacity 0.5s ease;
}
.tl-item:before {background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);z-index: 1;opacity: 0;transform: translate3d(0, 0, 0) translateY(50%);transition: opacity 0.5s ease, transform 0.5s ease;}
.tl-item:hover {
  width: 30% !important;
}
.tl-item:hover:after {
  opacity: 0;
}
.tl-item:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0) translateY(0);
  transition: opacity 1s ease, transform 1s ease 0.25s;
}
.tl-item:hover .tl-content {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.75s ease 0.5s;
}
.tl-item:hover .tl-bg {
  filter: grayscale(0);
}

.tl-content {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: justify;
  margin: 0 1.618em;
  top: 17%;
  opacity: 0;
}
.tl-content h3{
	 text-align: center;
}
.tl-content h1 {
  font-family: "Pathway Gothic One", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #1779cf;
  font-size: 1.44rem;
  font-weight: normal;
}

.tl-year {
  position: absolute;
  z-index: 1;
  left: auto;
  right: auto;
  top: 39px;
}


.tl-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: filter 0.5s ease;
  filter: grayscale(100%);
}
/*Module specific style*/

@media (max-width: 767px) {
	#timeline {
  display: grid;
  background-color: #1B3A70;
}
	.tl-year {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0px;
  text-align:center;
}
		.tl-year img{

width:60%;

}
	.tl-item {
height:20em;
		min-height:auto;
}
	#timeline:hover .tl-item {
  width: 100% !important;
}

}
@media (min-width: 768px) and (max-width: 991px) {
    
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 1200px) {
	
}