.projects .wt-post-title {
    margin-bottom: 2px;
}

.projects .blog-grid-1 .wt-post-info {
    padding: 15px;
}

/* 
.projects .p-tb80 {
    padding-top: 30px;
} */

/* .before-cont:before {
    content: '-';
} */

/* .products li {
    list-style: square !important;
} */

.pad-20 {
    padding: 10px 20px 10px 20px;
}

.location-title {
    text-align: center;
    text-transform: uppercase;
}

.w-99 {
    width: 99%;
    margin: auto;
}

.quality .index-about2 {
    margin-top: -25px;
}

.gallery {
    width: 100%;
    /* max-width: 620px;
    margin: 40px auto; */
}

.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide {
    width: auto;
    height: 100%;
}

.gallery-slider .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide {
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    opacity: 0.1;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}

.gallery-slider .swiper-slide {
    width: 100% !important;
}

.pt-30 {
    padding-top: 30px;
    padding-bottom: 50p x;
}

.d-flex-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.projects .wt-img-effect {
    height: auto !important;
}

.align-items-end {
    align-items: baseline;
}

.item span {
    font-size: 50px;
    font-weight: 500;
    color: #164468;
    line-height: 40px;
}

.gallery-slider .swiper-slide img {
    display: block;
    /* width: auto; */
    width: 545px;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}

.gallery-slider .swiper-slide {
    width: auto;
    height: 500px;
}

@media only screen and (max-width: 480px) {
    /* mobile code */

    .con-sec {
        display: block !important;
    }

    .pt-30 {
        padding-top: 0px;
    }

    .projects .section-full.small-device {
        padding-top: 20px;
    }

    .projects .section-head {
        margin-bottom: 20px;
    }

    /* .quality .p-tb80 {
        padding-top: 0;
    } */

    .index-about3 {
        margin-top: 10px;
    }

    .d-flex-content {
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    /* ipad air*/

    .pt-30 {
        padding-top: 0;
    }

    .font-resp {
        font-size: 36px;
    }

    .index-about3 {
        margin-top: 10px;
    }

    /* .d-flex-content {
        display: block;
    } */


}

@media (max-width:1200px) {
    .welcome-carousel-1 {
        max-width: 380px;
        float: right;
        width: 100%;
        padding-top: 80px;
        padding-right: 80px;
        padding-bottom: 80px;
        margin-right: 0;
    }
}

.mfp-wrap {
    top: 0 !important;
    position: fixed !important;
    height: 100vh !important;
    overflow: unset !important;
    left: 0 !important;

}