﻿
.tg-transparent {
    position: relative !important;
}

.se_40margmin {
    padding-top: 50px !important;
    margin-top: 0px !important;
    padding-bottom: 30px;
}

.banner_txt_heading {
    margin-top: 0px !important;
}

.homepageitems_wrapper {
    padding-top: 0px !important;
}

.banner_txt_heading {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}



@media only screen and (max-width:576px) {
    .banner_txt_heading {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }

    .banner_txtunder {
        display:none !important;
    }

}


.banner_txtunder {
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    font-weight: 400;
    padding: 5px 20px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.1);
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    border-radius: 4px;
}



.se_40margmin_02 {
    padding-bottom: 92px !important;
}

@media only screen and (max-width:576px) {
    .se_40margmin_02 {
        padding-bottom: 10px !important;
    }
}






.services-section-two {
    position: relative;
    padding: 30px 0 30px;
    z-index: 1;
}

    .services-section-two .icon-object-3 {
        right: -400px;
        top: 130px;
        max-width: 277px;
    }

.service-block-two {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

    .service-block-two .inner-box {
        position: relative;
        background-color: #ffffff;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .service-block-two .inner-box:hover .image-box img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .service-block-two .inner-box:hover .image-box .image:after {
            background-color: var(--bg-theme-color1);
            opacity: 0.8;
        }

    .service-block-two .image-box {
        position: relative;
    }

        .service-block-two .image-box .image {
            position: relative;
            overflow: hidden;
            margin-bottom: 0;
        }

            .service-block-two .image-box .image img {
                width: 100%;
                -webkit-transition: all 300ms ease;
                transition: all 300ms ease;
            }

            .service-block-two .image-box .image:after {
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                opacity: 1;
                pointer-events: none;
                content: "";
                z-index: 2;
                background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--bg-theme-color1)));
                background: linear-gradient(transparent, var(--bg-theme-color1));
                -webkit-transition: all 300ms ease;
                transition: all 300ms ease;
            }

        .service-block-two .image-box .icon-box {
            position: absolute;
            left: 30px;
            top: 30px;
            z-index: 9;
        }

            .service-block-two .image-box .icon-box .icon {
                height: 57px;
                width: 57px;
                background-color: var(--theme-color2);
                color: #ffffff;
                font-size: 20px;
                border-radius: 50%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

    .service-block-two .content-box {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 30px 30px 20px;
        z-index: 2;
    }

        .service-block-two .content-box .title {
            position: relative;
            display: inline-block;
            color: #ffffff;
            font-weight: 500;
            margin-bottom: 0;
        }

            .service-block-two .content-box .title:hover {
                color: #fff;
            }

        .service-block-two .content-box .text {
            position: relative;
            color: #ffffff;
            font-size: 14px;
            line-height: 24px;
            margin-top: 10px;
            display: none;
        }


.large-text-slider--midocean {
    background-color: #1d2f41 !important;
}
.callnow_arh {
    background-color: #ffc802;
    border: none;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    padding:4px 8px;
    text-decoration:none; font-size:16px;
}