.header-area .palatin-main-menu .classy-navbar .classynav ul li a {
    color: #FFF
}

.topsection .overlay {
    background: rgba(0, 0, 0, .2);
}

.topsection .swaper h2 {
    font-size: 80px;
    color: #FFF
}
 
@media(min-width:1200px){
.topsection .maskbig img {
    top: -90%;
}
}
 
#contents ol {
    margin: 10px 0;
    list-style: decimal !important;
}

#contents ol li {
    font-size: 20px;
    color: #7d7d7d;
    margin: 10px 0 10px 30px;
    font-family: "Roboto", sans-serif;
    list-style: decimal !important;
}

#contents h3 {
    margin: 40px 0 10px 0;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 20px
}

#contents ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

#contents ol>li {
    display: table;
    counter-increment: item;
    margin-bottom: 2em;
}

#contents ol>li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

#contents li ol>li {
    margin: 1em 0;
}

#contents li ol>li:before {
    content: counters(item, ".") " ";
}

.mt50 {
    margin: 50px 0
}