.services-section {
    position: relative;
    padding: 0px 0px 20px;
    z-index: 2;
}

    .services-section .title-box {
        position: relative;
        display: block;
        width: 100%;
        padding: 30px 0px 20px;
    }

        .services-section .title-box .sec-title {
            margin-bottom: 0;
        }

        .services-section .title-box .image-layer {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            bottom: -110px;
            opacity: 1;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }

            .services-section .title-box .image-layer:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: #434567;
                opacity: 0.5;
            }

.service-block {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .service-block {
    margin-bottom: 0;
}

.service-block .inner-box {
    position: relative;
    display: block;
   /* padding-bottom: 72px;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
  
}
    .service-block .image-box::after {
        content: "";
        position: absolute;
        background: rgba(12, 14, 72, .25);
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
       
        border-radius:8px;
    }
    .service-block .image-box img {
        position: relative;
        display: block;
        width: 100%;
        border-radius: 8px;
    }

 /*   .service-block .image-box:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 15px;
        width: 120%;
        left: -14%;
        height: 50px;
        background: #ffffff;
        border-top: 7px solid transparent;
        -ms-transform: rotate(-17deg);
        -webkit-transform: rotate(-17deg);
        transform: rotate(-17deg);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 1;
    }*/

.service-block .inner-box:hover .image-box:before {
    border-top-color: #49b2d7;
}

.service-block .lower-box {
    position: absolute;
    left: 0;
    bottom: 25px;
    right: 0;
    width: 90%;
    margin: 0 auto;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3;
    background: rgb(0 0 0 / 40%);
    border: 1px solid rgb(26 32 42);
    backdrop-filter: blur(12px);
    border-radius: 8px;
}

.service-block .inner-box:hover .lower-box {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
}

.service-block .lower-content {
    position: relative;
    display: block;
    /* background: #ffffff;*/
    padding: 10px 15px;
    /*  border-bottom: 1px solid #e5e5e5;*/
    border-radius: 0px 0px 3px 3px;
    z-index: 1;
}

    .service-block .lower-content .icon-box {
        position: absolute;
        right: 30px;
        top: -45px;
        width: 90px;
        height: 90px;
        background: #061138;
        color: #49b2d7;
        text-align: center;
        font-size: 42px;
        line-height: 80px;
        border-radius: 50%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display:none;
    }

.service-block .inner-box:hover .lower-content .icon-box {
    background: #49b2d7;
    color: #ffffff;
}

.service-block .lower-content .cat {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 7px;
    background: #0c0e48;
    width: max-content;
    padding: 5px 10px;
    border-radius: 20px;
}

.service-block .lower-content h4 {
    position: relative;
    color: #fff;
    margin-bottom: 0px;
    font-weight:bold;
}

    .service-block .lower-content h4 a {
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .service-block .lower-content h4 a:hover {
            color: #d5ae82;
        }

.service-block .inner-box:hover .link-box a {
   
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    height: auto;
    line-height: unset;
    padding: 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #ff4d4d;
    text-align: center;
    line-height: 34px;
}

.service-block .inner-box .link-box .icon-angle {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    height: auto;
    line-height: unset;
    padding: 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    border-radius: 50%;
    width: 35px;
    height: 35px;
  
    text-align: center;
    line-height: 34px;
}


.service-block .inner-box:hover .link-box .icon-angle {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    height: auto;
    line-height: unset;
    padding: 0;
    position: absolute;
    right:15px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #ff4d4d;
    text-align: center;
    line-height: 34px;
}


.sec-title {
    position: relative;
    margin-bottom: 50px;
}
.sec-title.centered {
    max-width: 720px;
    margin: 0 auto 50px;
}
    .sec-title.centered .separator {
        left: 50%;
        margin-left: -35px;
    }
.centered {
    text-align: center !important;
}
.sec-title .separator {
    position: absolute;
    left: 0;
    bottom:-30px;
    display: inline-block;
    width: 70px;
    height: 7px;
    background: url(../../../img/tripinitiator.com/pages/cruise/title-separator.png) left center no-repeat;
}

/***********new cruise layout css start*/

.cruise-banner-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    z-index: 1;
}

    .cruise-banner-bg::before {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, .65);
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

.cruise-punch-title {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.cruise-sub-title {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: capitalize;
}
        /*********new cruise layout end*/