.home-bg-w{
    background-size: cover;
    padding: 12% 0;
    /*background-attachment: fixed;*/
    background-position: bottom;
}
.home-bg-w .home-bg-i{
    max-width: 900px;
    margin: auto;
    text-align: center;
}
.home-bg-w h1{
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.home-bg-w p{
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    color: #fff;
}


.ths-services-w {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.ths-service .ths-service-i{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ths-service{
    flex: 0 0 33.333%;
    padding: 20px;
}

.ths-service .ths-service-image{
    padding-bottom: 80%;
    position: relative;

}

.ths-service .ths-service-image img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ths-service .ths-service-content h3{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    padding: 30px 20px;
    text-align: center;
}

iframe{
    max-width: 100%;
}

footer .content.container{
    padding: 15px 0;
}

.tes-image-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 50px;
}

footer{
    background: #fff;
    border-top: 1px solid #e9e9e9;
}