body {
    background-image: url("../../../images/bgrimec.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

h1, h2, h3, h4, h5 {
    color: #18487F;
}

#sp-main-body {
    padding-bottom: 50px;
}

#sp-header {
    background: transparent !important;
}

header#sp-header.header-sticky {
    background: #fff !important;
}

.breadcrumb {
    background-color: #fff;
}

.sppb-icons-group-list li {
    text-align: left !important;
}

.cta h1, .cta h2, .cta h3, .cta h4 {
    color: #fff;
}

.sppb-icons-group-list li {
    text-align: left;
}

.sp-page-title {
    padding: 150px 0;
}

@media (max-width:767px) {
    .sp-page-title {
        padding: 50px 0;
    }
}

.title h1 {
    color: #fff;
    font-size: 60px;
}

.sp-page-title .sp-page-title-heading {
    font-size: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

/*timeline */

.col-sm-offset-1 {
    margin-left: 8.33333333%;
}

#timeline {
    list-style: none;
    position: relative;
}

#timeline .timeline-movement {
    position: relative;
    padding-bottom: 40px;
}

#timeline::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background-color: #ededed;
}

#timeline::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #ededed;
    left: 50%;
    margin-left: -1.5px;
}


#timeline .timeline-movement .timeline-item {
    padding: 20px 0;
}

#timeline .timeline-movement.timeline-movement-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: #ededed;
    border-radius: 20px;
}

#timeline .timeline-badge::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 20px;
    width: 22px;
    height: 22px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#timeline .timeline-badge {
    width: 50px;
    height: 50px;
    font-size: 1.2em;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -25px;
    background-color: #fcfcfc;
    z-index: 10;
    border-radius: 100%;
}

.timeline-badge::before {
    border: 3px solid #18487F;
}

#timeline .timeline-badge {
    font-size: 1.2em;
    text-align: center;
}

#timeline .timeline-movement .timeline-item .timeline-date {
    font-size: 18px;
    color: #acacad;
}

#timeline .timeline-movement .timeline-item .timeline-panel .title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -80px;
    width: 50px;
    height: 4px;
    background: #ededed;
    border-radius: 20px;
}

#timeline .timeline-movement .timeline-item .timeline-panel .title {
    font-size: 24px;
    font-weight: 700;
    color: #18487F;
    margin-bottom: 20px;
    position: relative;
}

#timeline .timeline-movement .timeline-item .timeline-panel {
    margin-left: 30px;
}

#timeline .timeline-movement .timeline-item .timeline-panel.left-part {
    text-align: right;
    margin-right: 30px;
    margin-left: 0;
}

#timeline .timeline-movement .timeline-item .timeline-panel.left-part .title::after {
    right: -80px;
    left: inherit;
}

li.sp-menu-item a {
    text-transform: uppercase;
}

/*-----------*/
#sp-footer1 ul.menu li {
    float: left;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.homeblog div.sppb-article-info-wrap h3 {
    font-size: 26px;
    margin-top: 10px;
}

.homeblog .sppb-article-introtext {
    text-align: justify;
}