.timeline::before {
    content: '';
    position: absolute;
    width: 4px;
    top: 0;
    bottom: 0;
    left: 20px;
    transform: translateX(-50%);
}
.timeline-step {
    display: flex;
    align-items: center;
    padding: 20px 0;
    position: relative;
}
.timeline-content {
    width: 80%;
    padding: 20px;
    border-radius: 5px;
    background-color: #2CBFDC;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-left: 80px;
    position: relative;
    box-shadow: 9px 12px 43px -28px rgba(0,0,0,0.75);
    border: 1px solid #1A8BA3;
}
.timeline-content:hover {
    background: #1A8BA3;
    border: 4px solid #156F82;
}
.timeline-content .h3:hover {
    background: #156F82;
    color: #fff;
    border: 4px solid #0D4F5C;
}
.step-marker,
.timeline-step::before {
    position: absolute;
    top: 50%;
    width: 40px;
    background-color: #1A8BA3;
}
.step-marker {
    left: 20px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.timeline-step::before {
    content: '';
    left: 40px;
    height: 4px;
    transform: translateY(-50%);
}
.timeline-content h3 {
    color: #ffffff;
    font-weight: 700;
}
.thumbdiv {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
    max-width: 220px;
    padding-right: 20px;
    padding-top: 20px;
}
.icon {
    margin-right: 20px;
    color: #1A8BA3;
}
img {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}
.intro {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.facts {
    background: #B3E6F2;
    margin-top: -8px;
    font-weight: 600;
    max-width: 600px;
}
table {
    border-collapse: collapse;
    background: #1A8BA3;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 10px;
}
td {
    padding-left: 10px;
    padding-right: 10px;
    background: #D9F2F7;
    color: #000;
}
th {
    background: #1A8BA3;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
#ic {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 5em;
    color: #1A8BA3;
    margin-bottom: 40px;
    margin-top: 40px;
}
#ic:hover {
    font-size: 5.2em;
    text-shadow: 4px 4px 6px #2CBFDC;
    opacity: 0.9;
}
.col-md-6 {
    background: #D9F2F7;
    border: 1px solid #1A8BA3;
    padding: 10px;
    color: #156F82;
    box-shadow: 9px 12px 43px -28px rgba(0,0,0,0.75);
}
.col-md-6:hover {
    background: #B3E6F2;
    border: 4px solid #1A8BA3;
}
.site-logo-outer {
    background: #ffffff !important;
}
body {
    background-color: #f5f5f5 !important;
}
.footer-widget-area h2,
.footer-widget-area p,
.footer-widget-area .menu a {
    color: #ffffff !important;
}
.post-navi-title,
.post-navi-inner {
    background: #1A8BA3 !important;
    color: #ffffff !important;
}
.widget-item-footer h2 {
    background-color: #1A8BA3 !important;
}
.posts-widget-title {
    color: #156F82 !important;
}
footer {
    background-color: #1A8BA3 !important;
    color: #ffffff !important;
}
.site-top-container-outer,
.site-top-container.clearfix {
    background-color: #1A8BA3 !important;
}