﻿body {
    color: #6F8BA4;
    margin-top: 20px;
}

.section {
    padding: 100px 0;
    position: relative;
}

.gray-bg {
    background-color: #f5f5f5;
}

img {
    max-width: 100%;
}

img {
    vertical-align: middle;
    border-style: none;
}
/* Modules Me 
---------------------*/
.Modules-text h3 {
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 6px;
}

@media (max-width: 767px) {
    .Modules-text h3 {
        font-size: 35px;
    }
}

.Modules-text h6 {
    font-weight: 600;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .Modules-text h6 {
        font-size: 18px;
    }
}

.Modules-text p {
    font-size: 18px;
    max-width: 450px;
}

    .Modules-text p mark {
        font-weight: 600;
        color: #20247b;
    }

.Modules-list {
    padding-top: 10px;
}

    .Modules-list .media {
        padding: 5px 0;
    }

    .Modules-list label {
        color: #20247b;
        font-weight: 600;
        width: 88px;
        margin: 0;
        position: relative;
    }

        .Modules-list label:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: 11px;
            width: 1px;
            height: 12px;
            background: #20247b;
            -moz-transform: rotate(15deg);
            -o-transform: rotate(15deg);
            -ms-transform: rotate(15deg);
            -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
            margin: auto;
            opacity: 0.5;
        }

    .Modules-list p {
        margin: 0;
        font-size: 15px;
    }

@media (max-width: 991px) {
    .Modules-avatar {
        margin-top: 30px;
    }
}

.Modules-section .counter {
    padding: 22px 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
}

    .Modules-section .counter .count-data {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .Modules-section .counter .count {
        font-weight: 700;
        color: #20247b;
        margin: 0 0 5px;
    }

    .Modules-section .counter p {
        font-weight: 600;
        margin: 0;
    }

mark {
    background-image: linear-gradient(rgba(252, 83, 86, 0.6), rgba(252, 83, 86, 0.6));
    background-size: 100% 3px;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-color: transparent;
    padding: 0;
    color: currentColor;
}

.theme-color {
    color: #fc5356;
}

.dark-color {
    color: #20247b;
}
