.special-features-area ul li{list-style: disc; margin-left: 15px;}
.certificates-area ul li{list-style: disc; margin:5px 0 5px 15px;}
.project-faq-area ul li{list-style: disc; margin:5px 0 5px 15px;}
.special-features-area .text-box{margin: 10px 0;}
.special-features-area h3{
    margin-bottom: 10px;
    font-weight: bold;
    color: #0392ce;
}
.project-faq-area p strong{
    margin-bottom: 10px;
    font-weight: bold;
    color: #0392ce;
}
.testimonial-area ul li{width: 50%; padding: 1.5rem;}
.testimonial-area ul{display: flex; margin: -1.5rem; flex-wrap: wrap;}
.service-dep-details .img-box{
    text-align: center;
    margin-bottom: 20px;
}
.service-dep-details .ser-title{
    font-weight: bold;
    color: #0392ce;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-size: 25px;
}
.service-dep-details .img-wrap{
    display: flex;
    flex-wrap: wrap;
    margin: -1rem;
}
.service-dep-details .img-wrap li{
    width: 33.33%;
    padding: 1rem;
}
.service-dep-details .img-wrap .img-box{
    max-width: 100%;
}
.video-wrap ul{
    display: flex;
    flex-wrap: wrap;
    margin: -1rem;
}
.video-wrap ul li{
    width: 50%;
    padding: 1rem;
}
.service-dep-details p{
    text-align: justify;
}
