/*-------- Type- 01 ------*/

.frst-timeline-style-2{
  color: #000;
}
.frst-timeline-style-2 .scale-effect .frst-timeline-img span{
  transform: scale(1.2) rotate(45deg);
  box-shadow: 0 0 0 6px rgba(0, 190, 164, 0.18);
  -webkit-transition: all 0.4s ease-out;
 -moz-transition: all 0.4s ease-out;
 -o-transition: all 0.4s ease-out;
 -ms-transition: all 0.4s ease-out;
 transition: all 0.4s ease-out;

}
.frst-timeline-style-2 .scale-effect .frst-timeline-content-inner span,.frst-timeline-style-2 .scale-effect .frst-timeline-content-inner h2 {
   font-size: 22px;
   -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.frst-timeline-style-2 .scale-effect .frst-timeline-content-inner p{
  font-size: 17px;
  -webkit-transition: all 0.4s ease-out;
 -moz-transition: all 0.4s ease-out;
 -o-transition: all 0.4s ease-out;
 -ms-transition: all 0.4s ease-out;
 transition: all 0.4s ease-out;
}

.frst-timeline-style-2 .frst-timeline-block::before{
  width: 2px;
  background: #e6e6e6;
  margin-left: -8px;
}

.frst-timeline-style-2.frst-right-align .frst-timeline-block::before{
  margin-right: -1px;
}
.frst-timeline-block{
	padding-left: 30px;
	padding-bottom: 30px;
}
.frst-timeline-style-2 .frst-timeline-img{
	  width: 36px;
	  height: 36px;
	  margin-left: -25px;
	  top: 0px;/*--- Box shadow value --*/
	  text-align: center;
}
.frst-timeline-style-2.frst-right-align .frst-timeline-img{
  margin-right: -18px;
}
.frst-timeline-style-2 .frst-timeline-img span{
	display: inline-block;
	padding: 5px;
	background: #ffffff;
    box-shadow: 0 0 0 4px #223b86;
	border-radius: 0;
	-webkit-border-radius: 0;
	transform: rotate(45deg);
	min-width: 10px;
	min-height: 10px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.frst-timeline-style-2 .frst-timeline-img span:hover{
  cursor:pointer;
  animation: timeline-step 2s infinite;
}
@keyframes timeline-step {
  0% {
    box-shadow: 0 0 0 6px #e3e4e4;
  }
  25% {
    box-shadow: 0 0 0 6px #dcdcdc;
      transform: scale(1.1) rotate(45deg);
  }

  50% {
    box-shadow: 0 0 0 6px #cecece;
      transform: scale(1.2) rotate(45deg);
  }

  75% {
    box-shadow: 0 0 0 6px #dcdcdc;
    transform: scale(1.1) rotate(45deg);
  }

  100% {
    box-shadow: 0 0 0 6px #e3e4e4;
    transform: scale(1) rotate(45deg);
  }
}



.frst-timeline-style-2 .frst-timeline-content{
  color: #777;
}

.frst-timeline-style-2 .frst-date{
    position: absolute;
    width: 100%;
    background-color: rgb(0 0 0 / 50%);	
	  font-size: 16px;
	  color: #fff;
	  line-height: 30px;
    text-align: center;
    bottom: 0;
    margin-bottom: 0;
}

.frst-timeline-style-2 h2{
  font-size: 18px;
  margin: 20px 0;
  font-weight: 800;
  color: #6f6f6f;

}
.frst-date-opposite.frst-timeline-style-2 h2{
  margin-top: 0;
  

}
.frst-timeline-style-2 p{
  margin: 0;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
}

.frst-timeline-style-2 .frst-labels span{
  position: relative;
  left: -36px;
  background: #e6e6e6;
  color: #000;
  padding: 8px 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.frst-timeline-style-2.frst-right-align .frst-labels span{
  left: auto;
  right: -36px
}


/*---------- Responsive part ------------*/
@media only screen and (min-width: 679px) {
  .frst-timeline-style-2.frst-alternate .frst-timeline-content{
    width: calc(50% - 32px);
  }
  .frst-timeline-style-2.frst-date-opposite .frst-date{
    left: -225px;
    line-height: 26px;
    width: 160px;
  }
  .frst-timeline-style-2.frst-date-opposite.frst-right-align .frst-date,
  .frst-timeline-style-2.frst-date-opposite.frst-alternate .frst-timeline-block.frst-odd-item .frst-date{
    right: -225px;
    left: auto;
    text-align: left;
  }

}

@media only screen and (max-width: 678px) {

  .frst-timeline-style-2.frst-responsive-right .frst-timeline-block::before{
    margin-right: -1px;
  }
  .frst-timeline-style-2.frst-responsive-right .frst-timeline-img{
    margin-right: -18px;
  }
  .frst-timeline-style-2.frst-responsive-right .frst-labels span{
    left: auto;
    right: -36px
  }


}


.frst-odd-item h2 {
	text-align: right;
	padding: 0 0;
}


.frst-even-item h2 {
	text-align: left;
	padding: 0 0;
	
}
.frst-timeline-block{
	padding-top: 5px;
    padding-bottom: 80px;
    padding-right: 0px;
    padding-left: 15px;
}

.frst-timeline-block h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-size: 24px;
	font-weight: normal;
    text-transform: uppercase;
}

.frst-timeline-content-inner{	
	background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 5px #dee2e6;
}

.frst-timeline-content-inner .media-section{
    position: relative;    
}

.frst-timeline-content-inner .contect-section{
  padding: 20px 10px;
}