/* SERVICE TITLE
---------------------------------------------------------------------------------------------------- */
.service-title-content {
    display: block;
    margin-top: 3rem;
}

.service-title-content-h1 {
    color: #397e8f;
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
}

.service-title-content-h2 {
    color: #333;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 3rem;
}

.service-title-content-h3 {
    color: #397e8f;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 1rem;
}

.service-title-content-plain {
    color: #333;
    font-size: 16px;
    margin-bottom: 1rem;
}

.service-title-content-a {
    color: #397e8f;
    font-size: 16px;
    text-decoration: none !important;
}

.service-title-content-a:hover {
    color: #333;
    font-size: 16px;
    text-decoration: none !important;
}

.service-content-our-service-list {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
}

.service-content-our-service-list-img {
    /* object-fit: cover; */
    /* height: 280px; */
    border-radius: 9px;
    position: relative;
    width: 100%;
}

.service-content-our-service-list-text-right {
    border: 1px solid#397e8f;
    border-radius: 9px;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    margin-right: -2rem !important;
    padding: 2rem 3rem !important;
    text-align: end;
}

/* Media Query for Mobile Tablets Ipads portrait mode */
@media (max-width: 1024px) {
    .service-content-our-service-list-text-left {
        border: 1px solid#397e8f;
        border-radius: 9px;
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
        margin-left: 0rem !important;
        padding: 2rem 3rem !important;
        text-align: start;
    }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) {
    .service-content-our-service-list-text-left {
        border: 1px solid#397e8f;
        border-radius: 9px;
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
        margin-left: -2rem !important;
        padding: 2rem 3rem !important;
        text-align: start;
    }
}

/* SERVICE AREA
---------------------------------------------------------------------------------------------------- */
.service-area-content {
    display: block;
    margin-top: 3rem;
}

.service-area-content-h2 {
    color: #333;
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
}

.service-area-content-plain-bold {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.service-area-content-plain {
    color: #333;
    font-size: 16px;
    margin-bottom: 1rem;
}

.service-area-content-plain-m {
    color: #333;
    font-size: 16px;
}

.service-area-content-img {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 5rem;
}

/* SERVICE - HOME
---------------------------------------------------------------------------------------------------- */
.service-banner-content {
    padding: 0rem;
    position: relative;
}


/* ----------- MEDIA - MOBILE TABLETS IPADS -----------*/
@media (max-width: 1024px) {

    .service-banner-content-bg {
        background-color: #000;
        aspect-ratio: 7 / 5;
        position: absolute;
        left: 0;
        right: 0;
    }

    .service-banner-content-img {
        display: none;
    }

    .service-banner-content-img-mobile {
        border-radius: 9px;
        background-color: black;
        opacity: 0.4;
        display: block;
        width: 100%;
        aspect-ratio: 7 / 5;
    }

    .service-banner-content-h1 {
        color: #fff;
        font-weight: 600;
        font-size: 32px;
        width: 100%;
        text-align: center;
        line-height: 60px;
        z-index: 1;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
}

/* ------------- MEDIA - LAPTOPS DESKTOPS -------------*/
@media (min-width: 1025px) {

    .service-banner-content-bg {
        background-color: #000;
        aspect-ratio: 16 / 5;
        position: absolute;
        left: 0;
        right: 0;
    }

    .service-banner-content-img {
        border-radius: 9px;
        aspect-ratio: 16 / 5;
        object-fit: cover;
        background-color: black;
        opacity: 0.4;
        display: block;
        width: 100%;
    }

    .service-banner-content-img-mobile {
        display: none;
    }

    .service-banner-content-h1 {
        color: #fff;
        font-weight: 600;
        font-size: 36px;
        line-height: 60px;
        z-index: 1;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        transform: translate(-50%, -50%);
        text-align: center;
    }
}

.service-home-content {
    display: block;
    margin-top: 3rem !important;
}

.service-home-content-h2 {
    color: #333;
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
}

.service-home-content-h3 {
    color: #333;
    font-weight: 600;
    font-size: 24px;
}

.home-service-content-h3-blue {
    color: #397e8f;
    font-weight: 600;
    font-size: 22px;
}

.service-home-content-plain {
    color: #333;
    font-size: 16px;
    margin-bottom: 1rem;
}

.service-home-content-plain-mb3 {
    color: #333;
    font-size: 16px;
    margin-bottom: 3rem;
}

.service-home-contactus-content {
    background-color: #397e8f;
    padding: 3rem;
}

.home-service-content-h4-white {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
}

.home-service-content-plain-white {
    color: #fff;
    font-size: 20px;
    margin-bottom: 1rem;
}