.cd-container {
    width: 100%;
    margin: 0 auto;
}
.cd-container::after {
    content: '';
    display: table;
    clear: both;
}
#cd-timeline {
    position: relative;
}
#cd-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 90%;
    width: 2px;
    background-color: #CDD880;
}

.cd-timeline-block {
    position: relative;
    margin: -20px 0;
}
.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}
.cd-timeline-content img {
	border-radius: 10px;
	position: relative;
}
.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 100%;   
	background-color: #274472;
	text-align: center;
}
.cd-timeline-content {
	background-color: #fff;
	border: 1px solid #D6E0D6;
    box-shadow: 0px 3px 10px #00000005;
}
.cd-timeline-img span {
    display: block;
    position: relative;
    top: 5px;
	left: 5px;
	width: 90px;
	height: 90px;
	border-radius: 100%;
    color: #FEFFFB;
    font-size: 22px;
	line-height: 90px;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (min-width: 992px) {
	
	#cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
	
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
	
	
    .cd-timeline-img {
		width: 100px;
		height: 100px;
		left: 50%;
		margin-left: -50px;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
   
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    border-radius: 10px;
	top: 45px;
    min-height: 200px;
}
.cd-timeline-content h2 {
	color: #303e49;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
}
.cd-content-box h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #3B3E43;
	margin-bottom: 10px;
}
.cd-timeline-content p {
	margin-bottom: 0;
}
.cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
    content: '';
    position: absolute;
    top: -3px;
    left: auto;
    right: -36px;
    background: url("../images/timeline-ic.png") no-repeat;
    width: 44px;
    height: 30px;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -38px;
    right: auto;
    background: url("../images/timeline-ic2.png") no-repeat;
    width: 60px;
    height: 39px;
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 18px;
		font-weight: 600;
		color: #000;
    }
    
    .cd-timeline-content .cd-read-more,
    .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 992px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 25px 35px;
        width: 100%;	
        max-width: 530px;	
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #ddd;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }

    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@media(max-width: 1399px ){

    .cd-timeline-content {
        max-width: 440px;
    }
}

@media(max-width: 1199px ){

    .cd-timeline-content {
        max-width: 360px;
    }
}

/* - Max Width: 991 */
@media (max-width: 991px) {
	.cd-timeline-block {
		padding-left: 130px;
        margin: 0 0 20px;
        width: 100%;
		display: inline-block;
	}
	.cd-timeline-content {
		background-color: #fff;
		border: 1px solid #ddd;
		padding: 20px 30px;
		top: 0;
        width: 100%;
        min-height: auto;
        margin-top: 30px;
        padding-right: 20px !important;
        margin-left: 0;
        max-width: 100%;
	}
	
	#cd-timeline::before {
		left: 40px;
	}
	.cd-timeline-block:nth-child(2n+1) .cd-timeline-content::before {
		display: none;
	}

	.cd-timeline-block .cd-timeline-content::after {
        content: '';
        position: absolute;
        top: -3px;
        left: -38px;
        right: auto;
        background: url(../images/timeline-ic2.png) no-repeat;
        width: 60px;
        height: 39px;
	}
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        padding-right: 20px;
    }
    .cd-timeline-img{
        width: 80px;
        height: 80px;
    }
    .cd-timeline-img span {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    .cd-timeline-block{
        padding-left: 110px;
    }
    .cd-timeline-img {
        width: 60px;
        height: 60px;
    }
	.cd-timeline-img span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
    #cd-timeline::before {
        left: 30px;
    }
    .cd-timeline-content{margin-top: 25px;padding: 15px 20px;}
    .cd-content-box h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}