.ftco-services {
    padding: 0 0 5em 0;
    position: relative;
    z-index: 1000;
}
.ftco-services .services {
    display: block;

    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ftco-services .services .icon {
    line-height: 1.3;
    position: relative;
    width: 120px;
    height: 120px;
    background: #fff;
    margin: 0 auto;
    margin-top: -60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.ftco-services .services .icon span {
    font-size: 50px;
    color: #1eaaf1;
}
.ftco-services .services .media-body {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767.98px) {
    .ftco-services .services .media-body {
        padding-bottom: 3.5em !important;
    }
}

@media (min-width: 1200px) {
    .ftco-services .services {
        width: 20%;
    }
}

.ftco-services .services .media-body h3 {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
}

.ftco-no-pb {
    padding-bottom: 0;
}

.ftco-section {
    padding: 7em 0;
    position: relative;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-bg-dark {
    background: #3c312e;
}

#bg-secondary1 {
    background-color: #fcc40d;
}

.bg-tertiary {
    background-color: #84bf33;
}

.bg-primary {
    background-color: #0a9eda;
}

.bg-quarternary {
    background-color: #ed1b24;
}

.bg-fifth {
    background-color: #83298d;
}

#s-e-log {
    border: 2px solid #fcc40d;
    width: 80px;
    height: 80px;
}

#s-dmr-log {
    border: 2px solid #83298d;
    width: 80px;
    height: 80px;
}

.events-details-page ul li {
    list-style-type: disc !important;
    padding-left: 10px;
    margin-left: 50px;
}
.events-details-page ol li {
    list-style-type: disc !important;
    padding-left: 10px;
    margin-left: 30px;
}
