.header-menu{
    margin-right: 30px;
}
.address-wrap{
    margin: 0;
    padding: 0;
}
.address-wrap li{
    list-style: none;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    padding-left: 30px;
}
.address-wrap li i{
    position: absolute;
    left: 0;
    font-size: 24px;
    top: 5px;
}
.address-wrap li strong{
    display: block;
}
.fetch-img-src {
    display: none !important;
}
.set-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery .portfolio-item{
    height: 300px;
    border: 2px solid #266689;
}
.test-main .swiper-slide{
    padding: 15px;
}
.test-main .testimonial-item.style2 .client-info h5{
    font-size: 18px;
}
.test-main .testimonial-item.style2{
    border-radius: 10px;
    height: 100%;
}
.test-main .swiper-wrap{
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.test-main .swiper-slide{
    width: 50%;
    height: auto;
}
@media only screen and (max-width: 767px) {
    .test-main .swiper-slide{
        width: 100%;
        padding: 10px 15px;
    }
}