body{

}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: normal;
    text-transform: none;
}

.wrapper.style3:before {
    background-color: rgba(62, 123, 177, 0.2);
}
.wrapper.style3 header p, .wrapper.style3 header h3 {
    color: #eeeeee;
    margin-bottom: 0;
}

.no-margin{
    margin: 0!important;
}

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

.btn-dark{
    font-size: 16px;
    font-weight: bold;
    padding: 8px 12px;
    min-width: 120px;
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:visited, .btn-dark:active, .btn-dark:active:hover{
    color: #fff;
    background-color: #495359;
    border-color: #495359;
}

.description{
    min-height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}