﻿.headwers {
    position: relative;
    width: 100%;
    height: 250px;
    background-image: url('../img/pag-top-bg.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 50px;
    color: white;
    overflow: hidden;
}

    .headwers .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 1;
    }

    .headwers h2 {
        position: relative;
        z-index: 2;
    }



@media (max-width: 576px) {
    .headwers {
        width: 100%;
        height: 250px;
        background-image: url('../img/pag-top-bg.jpg');
        background-size: cover;
        text-align: center;
        padding-top: 20px;
        color: white;
    }
}


.newpagws{
    background-color:lightgray;
    padding:20px;
}
.dark-mode .newpagws{
    background-color:black;
}

.team-detail-wrap{
    padding-top:50px;
}
    .team-detail-wrap h3{
        margin-top:20px;
    }

    .list-unstyled li {
        padding-top: 20px;
    }
    .list-unstyled li i {
        font-size:22px;
    }

.feat-serv-box h3{
    font-size:20px;
}

.client-review-box{
    width:300px;
    height:auto;
    background-color:white;
    margin-top:20px;

}
.client-review-box img {
    width:60px;
    height:60px;
    margin-left:30%;
}

.client-review-box h3{
    padding-top:60px;
}