/* CSS Document */
@keyframes pulse_animation {
	0% { transform: scale(1); }
	30% { transform: scale(1); }
	40% { transform: scale(1.3); }
	50% { transform: scale(1); }
	60% { transform: scale(1); }
	70% { transform: scale(1.05); }
	80% { transform: scale(1); }
	100% { transform: scale(1); }
}
.pulse {
	animation-name: pulse_animation;
	animation-duration: 1300ms;
	transform-origin:50% 50%;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}
.hiring {
    background: #862d69;
    color: #fff;
    border: none;
    line-height: 1rem;
    position: absolute;
    padding: 6px 13px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    font-size: 73%;
    top: 13px;
}
.hiring:before {
	content: " ";
	position:absolute;
	left: -8px;
    top: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 10px 5px 0;
	border-color: transparent #862d69 transparent transparent;
}
.hiring:hover {
	background: #BF258D;
	color: #fff;
}
.hiring:hover:before{
	border-color: transparent #BF258D transparent transparent;
}

.icon-bg {
	width: 180px;
    height: 180px;
    background: rgba(0,0,0,0.07);
    margin-bottom: 20px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.09);
}
.blog-back-btn {
	width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block;
    background: #fff;
    border-radius: 20px;
    line-height: 37px;
    font-size: 41px;
    padding: 0;
    text-align: center;
    color: #000;
}
.blog-back-btn:hover {
	opacity: 0.7;
}

.pos-r {
  position: relative;
}

.timeline {
	position: absolute;
	width: 100%;
	top: 30.1rem;
	left: 0;
}
.timeline-secondary {
	top: 40px;
}

.timeline-scrub {
	position: absolute;
	width:1px;
	height: 120%;
	top: -19px;
	left: 49.99%;
	background: #02AEBC;
	z-index: 3;
	overflow: visible;
}
.timeline-secondary .timeline-scrub {
	background: rgba(255,255,255, .15);
	height: 98px;
	top: 7px;
}
.timeline-scrub::after {
	content: " ";
	width: 12px;
	height: 12px;
	background: #02AEBC;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: -5.5px;
}
.timeline-secondary .timeline-scrub::after {
	background: rgba(255,255,255, .15);
	bottom: -12px
}
.timeline-row {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 7px;
	margin-bottom: 38px;
}
.timeline-row-line {
	position: absolute;
	z-index: 1;
	height: 1px;
	width: 100%;
	top: 3px;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.timeline-instance {
	width: 260px;
	position: absolute;
	top: 0;
	height: 7px;
	border-radius: 3px;
	background: #0229B1;
	left: 200px;
	z-index: 2;
}

.timeline-instance-color-a .timeline-instance {
	background: #0249B2;
}
.timeline-instance-color-b .timeline-instance {
	background: #027FBC;
}
.timeline-instance-color-c .timeline-instance {
	background: #02AEBC;
}
.timeline-instance-color-d .timeline-instance {
	background: #324b5c;
	height: 4px;
	top: 1.5px;

}
.timeline-instance-color-e .timeline-instance {
	background: rgba(255,255,255,.5);
	height: 1px;
	top: 3px;
}
.timeline-instance-container {
	position: absolute;
	left: 0;
	top: 0;
	
}
.btn-timeline {
	position: relative;
}
.btn-timeline .timeline-scrub {
	height: 30px;
	top: 67px;
}
.btn-timeline .timeline-scrub::after {
	bottom: 30px;
	border-radius: 0;
	width: 0; 
	height: 0; 
	background: transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 9px solid #02AEBC;
	left: -6px;
    top: -3px;
}
.btn-timeline .timeline-scrub::before {
	position: absolute;
    content: " ";
    top: -15px;
    border-radius: 0;
    width: 14px;
    height: 12px;
    background: #02AEBC;
    left: -6px;
    border-bottom: 1px solid #02AEBC;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.btn-timeline-line {
	top: 7.66rem;
	z-index: 0;
}
.col-center {
	float: none;
	margin: 0 auto;
}