.services-section {
    position: relative;
    padding: 0px 0px 20px;
    z-index: 2;
}

    .services-section .title-box {
        position: relative;
        display: block;
        width: 100%;
        padding: 90px 0px 50px;
    }

        .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;
    padding-bottom: 5px;
}

    .service-block .image-box img {
        position: relative;
        display: block;
        width: 100%;
    }

    .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: 0;
    right: 0;
    margin-left: 40px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2px;
    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;
}

.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: 35px 40px;
    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;
    }

.service-block .inner-box:hover .lower-content .icon-box {
    background: #49b2d7;
    color: #ffffff;
}

.service-block .lower-content .cat {
    position: relative;
    display: block;
    color: #7b8594;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.service-block .lower-content h4 {
    position: relative;
    color: #061138;
    margin-bottom: 20px;
    font-weight:bold;
}

    .service-block .lower-content h4 a {
        color: #061138;
        -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 {
    color: #d5ae82;
}
.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/tripzwiser.com/pages/cruise/title-separator.png) left center no-repeat;
}