body{
    font-size: 14px;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: normal;
    text-transform: none;
}
.slogan{
    font-size: 24px;
}
.wrapper.style3:before {
    background-color: rgba(62, 123, 177, 0.2);
}
.wrapper.style3 header p, .wrapper.style3 header h3 {
    color: #eeeeee;
    margin-bottom: 0;
}
.pageBanner {
    padding: 8rem 0 8rem 10rem;
    margin-top: 90px;
}
.pageBanner header h1{
    font-size: 38px;
    font-weight: bold;
    margin-top: 0;
    text-shadow: 2px 4px 6px rgba(0,0,0,.3);
}
.no-margin{
    margin: 0!important;
}

.pageSec .sec-title{
    display: inline;
    vertical-align: top;
    line-height: 70px;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.description{
    min-height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (max-width:991px) {

}
@media (max-width:767px) {

    .pageBanner{
        padding-left: 1em;
        margin-top: 60px;
    }
}
@media (max-width: 420px){
    .slogan {
        font-size: 20px;
    }
}
