* {
  box-sizing: border-box; }

.timeline {
    position: relative;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 70px;
}
  .timeline hr {
    margin: 0 0 20px 0; }
  /*.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 auto;
    height: 100%;
    width: 4px;
    background-color: #5b5555; }*/

	
  .timeline h3 {
    color: inherit;
	 }
  .timeline .timeline-items {
    list-style-type: none;
    padding-left: 0;
    position: relative;
    overflow: inherit !important;
    margin-bottom: 22px;
}
    .timeline .timeline-items .timeline-item {
		    position: relative;
		    margin-bottom: 0px;
		    left: 0px;
		    padding: 0px;
		    width: 42%;
		    border-radius: 0px;
		}
      .timeline .timeline-items .timeline-item.is-hidden {
       /* visibility: hidden;*/ }
      .timeline .timeline-items .timeline-item time::before {
        font-family: FontAwesome, sans-serif;
        content: '\f017';
        margin-right: 10px; }
      /*.timeline .timeline-items .timeline-item::before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        right: -1em;
        top: 0; }*/
     /* .timeline .timeline-items .timeline-item::after {
        content: '';
        background: #ffffff;
		width: 26px;
		height: 26px;
		position: absolute;
		top: -12px;
		border-radius: 100%;
		left: calc(100% + 25.6%);
		border: 2px solid #f6f6f6;
		z-index: 5;}*/
      .timeline .timeline-items .timeline-item:nth-of-type(2n+1) {
            background-color: transparent;
			color: #485155;
		}
        .timeline .timeline-items .timeline-item:nth-of-type(2n+1) hr {
          border-top: 1px solid #00c3db; }
        .timeline .timeline-items .timeline-item:nth-of-type(2n+1) a {
          color: #1759a2; }
        /*.timeline .timeline-items .timeline-item:nth-of-type(2n+1)::before {
          border-top: 1em solid #00acc1;
          border-right: 1em solid transparent; }*/
		  
		  /*.timeline .timeline-items .timeline-item:nth-of-type(2n+1)::before {
			border-right: 8em solid #000000;
			border-top: 2px solid #000000;
			right: -9em;
		}*/
		  
		  
		  
      .timeline .timeline-items .timeline-item:nth-of-type(2n) {
        background-color: #e57373;
        color: white; }
        .timeline .timeline-items .timeline-item:nth-of-type(2n) hr {
          border-top: 1px solid #e98989; }
        .timeline .timeline-items .timeline-item:nth-of-type(2n) a {
          color: #601010; }
        .timeline .timeline-items .timeline-item:nth-of-type(2n)::before {
          border-top: 1em solid #e57373;
          border-right: 1em solid transparent; }
      .timeline .timeline-items .timeline-item.inverted {
             position: relative;
		    left: 58%;
		}
        /*.timeline .timeline-items .timeline-item.inverted::before {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          left: -1em;
          top: 0; }*/
        /*.timeline .timeline-items .timeline-item.inverted::after {
          content: '';
          background: #ffffff;
		width: 26px;
		height: 26px;
		position: absolute;
		top: -11px;
		border-radius: 100%;
		left: calc(-28% - 12px);
		border: 2px solid #5b5555;}*/
        .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) {
          }
          .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) hr {
            border-top: 1px solid #00c3db; }
          .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) a {
            color: #1759a2; }
          /*.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1)::before {
            border-top: 1em solid #00acc1;
            border-left: 1em solid transparent; }*/
			/*.timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1)::before {
                    border-right: 8em solid#ce0939;
					border-top: 2px solid #f7a721;
					left: -9em !important;
					right: 0 !important;
				}*/

			
        .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) {
          background-color: #e57373;
          color: white; }
          .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) hr {
            border-top: 1px solid #e98989; }
          .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) a {
            color: #601010; }
          .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n)::before {
            border-top: 1em solid #e57373;
            border-left: 1em solid transparent; }
      .timeline .timeline-items .timeline-item.centered {
        position: relative;
        text-align: justify;
        width: 100%; }
        .timeline .timeline-items .timeline-item.centered::before {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          left: calc(50% - 4px);
          top: -12px; }
        .timeline .timeline-items .timeline-item.centered::after {
          display: none; }
        .timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1) {
          background-color: #00acc1;
          color: white; }
          .timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1) hr {
            border-top: 1px solid #00c3db; }
          .timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1) a {
            color: #1759a2; }
          .timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1)::before {
            border-top: 0;
            border-left: 1em solid transparent;
            border-right: 1em solid transparent;
            border-bottom: 1em solid #00acc1; }
        .timeline .timeline-items .timeline-item.centered:nth-of-type(2n) {
          background-color: #e57373;
          color: white; }
          .timeline .timeline-items .timeline-item.centered:nth-of-type(2n) hr {
            border-top: 1px solid #e98989; }
          .timeline .timeline-items .timeline-item.centered:nth-of-type(2n) a {
            color: #601010; }
          .timeline .timeline-items .timeline-item.centered:nth-of-type(2n)::before {
            border-top: 0;
            border-left: 1em solid transparent;
            border-right: 1em solid transparent;
            border-bottom: 1em solid #e57373; }






.timeline .timeline-items .timeline-item.is-hidden {

	opacity: 0.3;

}



.timeline .timeline-items .timeline-item {

	  -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

.timeline-item img {
    width: 100%;
}
.timeline-item h2 {
    font-size: 24px;
    position: relative;
    z-index: 2;
    color: #000;
    margin-bottom: 15px;
    padding: 0px 0px;
    line-height: 29px;
    display: inline-block;
	    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s -o-transition:all 0.8s;
    transition: all 0.8s;
} 

.timeline-item p {
    color: #000;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
	font-weight: 400;
}

.timeline-item.inverted h2{
    margin-top: 0px;
}


.timeline-items::before {
    content: '';
    position: absolute;
    top: 41px;
    left: 50%;
    margin: 0 auto;
    height: 0%;
}
.timeline-items::after {
    content: '';
    position: absolute;
    top: 26px;
    left: 50%;
    margin: 0 auto;
    height: 0%;
}

.timeline-items_temp::before {
}

.animated_ul::after{
    border-right: 3px solid #f7a600 !important;
    content: '';
    position: absolute;
    top: 22px;
    left: 50%;
    margin: 0 auto;
    height: 100% !important;
    -webkit-transition: height 1s linear;
    -moz-transition: height 1s linear;
    -o-transition: height 1s linear;
    transition: height 1s linear;
}
/*.animated_ul .timeline-item:nth-of-type(2n+1)::before {
   border-right: 8em solid #f7a721;
    /* border-top: 1px solid #000000; */
  /*  right: -9em;
    height: 2px;
    transition: 2s ease-in-out;
    z-index: 8 !important;
}+/

.timeline .animated_ul  .timeline-item::after {
    background: #ffffff;
    border: 2px solid #008032 !important;
	
}




/* Outer  Circle Left and Right */
.outer-circle_block-left {
    position: absolute;
    background: #FFFFFF;
    height: 22px;
    width: 22px;
    right: -21.4%;
    top: 0px;
    z-index: 9;
    display: flex;
    border: 6px solid #f7a600;
}
.inner-circle_block-left {
	background: #385a94;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    display: none;
}
.animated_ul .outer-circle_block-left {
   
}


.outer-circle_block-left span.inside-content_block-left,
.outer-circle_block-right span.inside-content_block-right{
   
    padding: 5px 15px 5px 15px;
    border-radius: 51%;
    border: 2px solid #cccccc;
    color: #cccccc;
    font-size: 22px;
    line-height: 30px;
    font-weight: 100;
    background: #fff;
}

.animated_ul .outer-circle_block-left span.inside-content_block-left,
.animated_ul .outer-circle_block-right span.inside-content_block-right{
    padding: 5px 15px 5px 15px;
    border-radius: 51%;
    border: 2px solid #599669;
    color: #000;
    font-size: 22px;
    line-height: 27px;
    font-weight: 100;
}

.animated_ul .inner-circle_block-left {
    position: absolute;
    background: transparent;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    left: -35.2%;
    top: -31px;
    z-index: 9;
    display: flex;
}



.outer-circle_block-right {
    position: absolute;
    background: #FFFFFF;
    height: 22px;
    width: 22px;
    left: -20.7%;
    top: 0px;
    z-index: 9;
    display: flex;
    border: 6px solid #f7a600;
}
.inner-circle_block-right {
	background: #385a94;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    display: none;
}




.animated_ul .inner-circle_block-right {
	    background: #ce0939;
    display: inline-block;
    padding: 6px;
    margin: 4px;
}


/**************/

.outer-border_block-left {
    position: absolute;
    width: 0px;
    height: 0px;
    border: 0.5px solid #599669;
    background: #599669;
    color: #fff;
    -webkit-transition: 1s all ease-in-out;
    -moz-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
    transition: 1s all ease-in-out;
    right: -33%;
    top: -1px;
}
.animated_ul .outer-border_block-left {
    width: 33%;
    z-index: 0;
}


.outer-border_block-right {
    position: absolute;
    width: 0px;
    height: 0px;
    border: 0.5px solid #599669;
    background: #599669;
    color: #fff;
    -webkit-transition: 1s all ease-in-out;
    -moz-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
    transition: 1s all ease-in-out;
    left: -32.5%;
    top: -1px;
}
.animated_ul .outer-border_block-right {
    width: 33%;
    z-index: 0;
}

.bounceInLeft i{
	top: -49px !important;
}

/*.timeline_row:nth-child(10) span.inside-content_block-left,
.timeline_row:nth-child(10) span.inside-content_block-right,
.timeline_row:nth-child(11) span.inside-content_block-left ,
.timeline_row:nth-child(11) span.inside-content_block-right {
    padding: 5px 9px 9px 9px;
    line-height: 29px;
}*/

.timeline_row:last-child .timeline-items:after {
    display: none !important;
}

.timeline .timeline-items .timeline-item{
    position: relative;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 00px;
}

.timeline-item >i{
    font-size: 55px;
    text-align: center;
    padding: 13px 0px 16px 0px;
    color: #00528d;
    border-radius: 50%;
    border: 7px solid #ce0939;
    background: #fff;
    min-width: 103px;
    position: absolute;
    top: -41px;
    right: 39%;
}


.bounceInRight,
.bounceInRight p{
	text-align: left;
}

.bounceInLeft,
.bounceInLeft p{
	text-align: right;
}


.timeline-itemsLeft{
	text-align: right;
}


.timeline .timeline_row:last-child .box_step{
    position: absolute;
    background: #143a22;
    height: 34px;
    width: 34px;
    right: -43.2%;
    top: 0px;
    z-index: 9;
    display: flex;
    border: 6px solid #f7a600;
    border-radius: 50px;
}


.timeline .timeline_row:last-child .outer-circle_block-left.box_step{
    right: -43.2%;
	right: -22.5%;
}

.timeline .timeline_row:last-child .outer-circle_block-right.box_step{
    left: -22%;
}


@media (max-width: 991px) {
	.timeline .animated_ul::after {
	    left: 4px !important;
	    top: 22px !important;
	    height: 100% !important;
	}
	.outer-circle_block-right {
	    left: -35px !important;
	    top: 0px !important;
	}
	.outer-circle_block-left {
	    left: -35px !important;
	    top: 0px !important;
	    right: inherit;
	}
	.timeline .timeline-items .timeline-item {
	    left: 29px !important;
	    width: 93% !important;
	}
	
	.timeline .timeline_row:last-child .outer-circle_block-right.box_step {
	    left: -40px !important;
	}
	.timeline .timeline_row:last-child .outer-circle_block-left.box_step {
	    right: -43.2%;
	    left: -41px !important;
	}
	
	.timeline-itemsLeft {
	    text-align: left;
	}
	.bounceInLeft, .bounceInLeft p {
	    text-align: left;
	}
}




.timeline_row.timeline_row_temp h2 {
    font-size: 36px !important;
    margin-top: -4px;
}


.timeline-items .timeline-item_image-desc{
    padding-left: 20px;
    padding-top: 10px;
}

.timeline-items.timeline-itemsLeft .timeline-item_image-desc{
    padding-right: 20px;
    padding-top: 10px;
}



