.page-title-box h5 {
    letter-spacing: 0;
    text-transform: capitalize;
}
.sub-title {
    text-transform: capitalize;
    letter-spacing: 0;
}
.three-pro .banner-txt {
    height: 168px;
}
.banner-link {
    bottom: 12px;
}
.home-main .title-box h3 {
    display: none;
}
.home-main .title-box p {
    color: #222;
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 500;
}
.panel-title .space {
    letter-spacing: 0;
}
.about-link .page-title-box h5 {
    display: none;
}
.about-link .page-title-box .sub-title {
    font-size: 23px;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing:0;
    font-family: Arial;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
}
.nav li:nth-child(4), .nav li:nth-child(5) {
    display: none;
}
.nav ul li:nth-child(4) {
    display: block;
}
.news-area, .talents-area {
    display: none;
}
@media (max-width: 768px) {
    ul#nav li:nth-child(4),ul#nav li:nth-child(5) {
        display: none;
    }
}
