#cd-timeline {
	position: relative;
	padding: 2em 0;
	margin-top: 6em;
	margin-bottom: 2em;
}
@media only screen and (min-width: 1170px) {
#cd-timeline {
	margin-top: 6em;
	margin-bottom: 3em;
}

}
.cd-timeline-cont{
	width: 100%;
}
.cd-timeline-block {
	position: relative;
	width: 19%;
	display: inline-block;
}
.cd-timeline-block-1 {
	position: relative;
	width: 19%;
	display: inline-block;
}
.cd-timeline-block::before {
	content: '';
	position: absolute;
	top: -33px;
	left: 89px;
	width: 100%;
	height: 2px;
	margin: 0 10%;
	background: #d8d6d6;
}
.cd-timeline-img {
	position: absolute;
	top: -43px;
	left: 42%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.cd-timeline-img h4 {
	display: block;
	position: relative;
	left: -55px;
	top: -10px;
}
.cd-timeline-img::before {
	/*verticle line*/
	content: '';
	position: absolute;
	top: -30px;
	left: 120px;
	height: 80px;
	width: 2px;
	background: #d8d6d6;
}
.cd-timeline-img-1 {
	position: absolute;
	top: -43px;
	left: 40%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.cd-timeline-img-1 h4 {
	display: block;
	position: relative;
	left: -55px;
	top: -10px;
}
.cd-timeline-img .bottom h4 { 
	left: -14px;
	top: 14px;
}
.cd-timeline-img-1 .right h4 { 
	left:25px;
}
.cd-timeline-img.cd-picture {
	background: #75ce66;
}
.cd-timeline-img-1.cd-picture {
	background: #75ce66;
}
.cd-timeline-img-1.cd-black {
	background: #333;
}
.cd-timeline-img.cd-black {
	background: #333;
}
.tab-center {
	width: 100%;
	margin: 0 auto;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color:#333333;
	background-color: #ffff00;
}
.nav-pills>li>a:focus, .nav-pills>li>a:hover {
	color:#333333;
	background-color: #ffff00;
}
.nav-pills>li>a {
	border-radius: 0px;
	background: #76c04e;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 15px 12px;
}
.work1{
	background-color: #76C04E;
}
.navbar {
	min-height: 90px !important;
	border-bottom: 4px solid green;
}
.hline{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 5em 5em 3em 5em;
	padding: 0;
}
.pr-text strong{
	color:#76C04E;
}
.pr-text p{
	text-align:justify !important;
}
.pr-content{
	border:dotted 1px black;
	padding: 10px 15px;
	margin-bottom: 20px;
	min-height: 315px;
	border-radius: 4px;
	position: relative;
}
.pr-footer {
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin-top: 10px;
}
.pr-content h5{
	margin-bottom: 0px !important;
}
.pr-content h6{
	padding-right: 3px;
	text-align: justify;
}
.btn-details{
	background-color: #76C04E;
	padding: 3px 7px 3px 7px;
	border-radius: 2px;
	color: #fff;
	float: right;
	border-bottom: 2px solid rgba(60, 118, 61, 0.31);
}
.box-shadow{ 
	border:2px solid #E2E2E2;
	background-color:#f5f5f5;
	height:auto;
	margin-top:20px;
	border-radius:5px;
	padding:20px 15px 20px 15px;
}
.links-font{
	color:#999;
}


