.mt-5 {
    margin-top: 50px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-1 {
    margin-top: 10px;
}

.mimg100 {
    max-width: 100%!important;
}

.img100 {
    width: 100%!important;
}

.fwhite {
    color: #fff!important;
}

.welservices-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 100px 0 0px 0;
}

.fh-icon-box.version-light:before {
    opacity: .4;
}

.footer-widgets {
    background-size: cover;
    background-position: center;
}

.fh-icon-box.style-1 {
    padding: 20px;
}

.fh-team .team-member h4 {
    font-size: 18px;
    font-weight: 600;
}

.fh-team .team-member {
    margin-bottom: 0;
    text-align: center;
    min-height: 380px;
}

.blog-grid .blog-wrapper .entry-title {
    font-weight: 700;
}

.sub1 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.sub2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.sub3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

a {
    color: #053357;
}

.project p {
    color: #898989;
}

.dpre {
    white-space: pre-line;
    display: block;
}

.dpre img,
.dpre iframe {
    max-width: 100%;
}

@media (max-width: 1459px) {
    .nav .menu li.extra-menu-item.menu-item-button-link {
        display: none;
    }
}