body {
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: black;
    background: #fff;
}

.section-title h2 {
    font-size: 50px;
    color: #B3B3BB;
    font-weight: 900;
    letter-spacing: -0.6px;
    position: relative;
    margin: 0 0 50px 0;
    padding-bottom: 15px;
}

.section-title h2:after {
    left: 50%;
    z-index: 1;
    width: 60px;
    height: 3px;
    content: " ";
    bottom: -5px;
    margin-left: -30px;
    text-align: center;
    position: absolute;
    background: #D4D4D4;
}

.dark-bg .section-title h2 {
    color: #fff;
}


.section-title p {
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    margin: 20px 100px 10px 100px;
}

.mz-module {
    position: relative;
    margin-bottom: 40px;
}

.mz-module-about {
    border: 1px solid #E6E6EA;
    min-height: 280px;
    padding: 20px;
    background-color: #EFEFF1;
}

.mz-module-about h3 {
    font-weight: 500;
    font-size: 19px;
    /* text-transform: uppercase; */
    color: #424242;
    /* letter-spacing: 2px; */
    margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
    color: #FFFFFF;
}

.mz-module-about p {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #848484;
    text-align: justify;
}

.mz-module-button {
    background-color: #B6B6C3;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 0px !important;
    width: 100%
}

.mz-module:hover .mz-module-button {
    bottom: -45px;
    opacity: 1;
}

.mz-module-button:hover {
    background-color: #0099e5;
    color: #fff;
    text-decoration: none;
}

.mz-module-button {
    color: #fff;
}

.ot-circle {
    height: 95px;
    width: 95px;
    text-align: center;
    line-height: 98px;
    color: #FFFFFF;
    margin: 0 2px 4px;
    font-size: 75px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;

}

/*--------------------
4.2. Featured
--------------------*/

.featured-item {
    margin-bottom: 88px;
    height: 425px;
    margin-top: 10px;
}

.featured-item:first-child {
    margin-bottom: 20px;
    height: 240px;
}

.featured-item:nth-child(2) {
    margin-bottom: 10px;
    height: 227px;
}

.featured-item:nth-child(4) {
    margin-bottom: 20px;
}

.featured-item:nth-child(5) {
    margin-bottom: 20px;
}

.featured-item:nth-child(7) {
    margin-bottom: 20px;
}

.featured-item:nth-child(8) {
    margin-bottom: 20px;
}

.featured-icon {
    float: left;
    font-size: 22px;
    border-radius: 5px;
    width: 55px;
    height: 55px;
    background-color: #F8F8F8;
    line-height: 50px;
    text-align: center;
}

.featured-text {
    text-align: left;
    margin-left: 85px;
}

.featured-text h4 {
    color: #47474C;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
}

.featured-text p,
.featured-text ul li {
    color: gray;
    margin-top: 7px;
    font-size: 16px;
    line-height: 22px;
}



/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
    margin: 0 0 30px;
    font-weight: 800;
    color: #5D5D5D;
}

.section-text h4 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 17px;
}

.dark-bg .section-text h3 {
    color: #dfdfdf;
}

.dark-bg .section-text h4 {
    color: #dfdfdf;
}

#features {
    padding-top: 10px;
}

.modal-header h2 {
    text-align: center;
}

.modal-header h2 span {
    color: #0099e5
}