#service {
    margin-top: 160px;
    overflow: hidden;
}

.service-header {
    margin-bottom: 40px;
}

.service-header h2 {
    margin-bottom: 2px;
    color: #022148;
}

.service-header hr {
    border: 1px solid #022148;
    width: 75px;
    opacity: 0.7;
    color: #022148;
    border-color: #022148;
    background-color: #022148;
    margin: 0px;
    margin-bottom: 1rem;
}

.service-header p {
    margin-right: 150px;
}

.banner-container {
    max-width: 100% !important;
    padding: 0px;
    margin-bottom: 40px;
}

.service-banner {
    position: relative;
    width: 100%;
    height: 32rem;
    padding: 0px;
    margin-top: 40px;
}

.service-banner::before {
    content: '';
    background-color: #d3ab603b;
    position: absolute;
    width: 100%;
    height: 100%;
}

.service-banner img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    object-position: 3.5vw;
    margin: auto;
    transform: scale(1.1);
}

#service .container {
    max-width: 1000px;
}

.service-container {
    max-width: 1300px;
    margin-bottom: 40px;
}

.service-paragraph-text {
    margin-bottom: 30px;
}

.service-contact-heading {
    margin-bottom: 15px;
}

.owl-item {
    height: 300px;
}

.related-container.container {
    max-width: 100%;
    overflow: hidden;
    box-shadow: 0px -1px 2px 0px #dddddd;
    margin-top: 55px;
}

.related-services {
    /*position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    background-color: white;
    background: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), url(/img/site/related-background.jpg);
    background-size: contain;*/
}

/*.owl-nav {
    display: flex !important;
    position: absolute;
    left: 35px;
    top: 200px;
    font-size: 3rem;
    width: 200px;
    justify-content: space-around;
}

.owl-nav span {
    height: 80px;
}

.owl-prev, .owl-next {
    border-radius: 30px;
    border: 1px solid #022148 !important;
    width: 45px;
    height: 45px;
    font-weight: 900 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FEC90F !important;
}*/

.owl-carousel .owl-item img {
    object-fit: cover;
}

.related-services-text {
    padding: 20px;
    color: #022148;
}

.related-services .service-reference {
    height: 300px;
}

.service-reference-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: black; */
    background: linear-gradient(0deg, rgb(0 0 0 / 32%) 25%, rgba(255, 255, 255, 0.25) 37%);
}

.service-reference-image {
    height: 100%;
}

.service-thumb-info-content {
    padding-left: 20px;
    position: absolute;
    bottom: 0px;
    color: white;
    font-weight: 700;
}

.service-thumb-info-content address {
    padding: 4px;
    margin-bottom: 0px;
}

.reference-price {
    color: #fec90f;
    font-weight: 900;
    padding: 3px;
}

@media only screen and (min-width: 1921px) {

}

@media only screen and (max-width: 1921px) {

}

@media screen and (min-width: 1680px) {
    .service-banner img {
        object-fit: fill;
    }
}

@media screen and (max-width: 1680px) {

}

@media only screen and (max-width: 1400px) {
    .service-banner img {
        object-position: center;
    }
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {
    #service {
        margin-top: 160px;
    }
    
    .service-header p {
        margin-right: 50px;
    }

    .service-banner {
        height: 400px;
    }
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 576px) {
    .service-header p {
        margin-right: 20px;
    }

    .service-banner {
        height: 400px;
    }
}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 420px) {

}

@media only screen and (max-width: 360px) {

}

@media only screen and (max-width: 320px) {

}