
/* ========== CLEANING WIDE SECTION ========== */
.ws-left-img-side {
    background-image: url("../../../images/ship-management-worldwide.jpg");
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ws-right-content-side {
    height: 550px;
    background-color:#eaf3f7;
    margin: px 0 0 -120px;
    position: relative;
}

.ws-right-content-box {
    margin: 0px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 80px;
    width: 70%;
}

.ws-right-content-box h5,
.ws-right-content-box h2,
.ws-right-content-box p {
    color: #545353;
}

.ws-right-content-box h5.overheadline {
    text-transform: uppercase;
    color: var(--headline-color);
}

.span-ws-layer {
    margin-top: 30px;
}

.span-ws-layer .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ha-icon {
    width: 50px;
    margin-bottom: 10px;
}

/* ========== CENTER TESTIMONIALS ========== */
.corporate-center-testimonial {
    margin-top: -50px;
    padding-top: 7.5rem;
}

.center-testimonial-carousel {
    position: relative;
}

.center-testimonial-carousel .owl-theme .custom-nav {
    display: none;
}

.center-testimonial-carousel .owl-carousel .item .tp-card-center {
    margin: 50px 10px 10px;
}

.center-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.center-testimonial-carousel .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: var(--owl-dots);
    margin: 0 3px;
    box-shadow: none;
    border: none;
}

.center-testimonial-carousel .owl-dots button.owl-dot.active {
    background-color: var(--primary-color);
    width: 20px;
    border-radius: 25px;
}

.center-testimonial-carousel .owl-dots button.owl-dot:focus {
    outline: none;
}

.center-testimonial-card .tp-avatar {
    width: 80px;
    margin: auto;
}

.center-testimonial-card .tp-testimonial-content {
    font-size: 18px;
    font-style: italic;
    max-width: 600px;
    margin: 20px auto;
}

.testimonial-author {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
}

.autor-profession {
    text-align: center;
    margin-bottom: 0px;
}

/**  Call To Action **/
.call-action-wrapper {
    background-color: var(--primary-color);
    padding: 50px 0px;
}

/* ========== TEAM CAROUSEL ========== */
.cleaning-team-carousel {
    position: relative;
}

.cleaning-team-carousel .owl-theme .custom-nav {
    display: none;
}

.cleaning-team-carousel .owl-carousel .item {
    margin: 10px;
}

.cleaning-team-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.cleaning-team-carousel .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: var(--owl-dots);
    margin: 0 3px;
    box-shadow: none;
    border: none;
}

.cleaning-team-carousel .owl-dots button.owl-dot.active {
    background-color: var(--primary-color);
    width: 20px;
    border-radius: 25px;
}

.cleaning-team-carousel .owl-dots button.owl-dot:focus {
    outline: none;
}

/* ========== TEAM CAROUSEL CARD STYLES ========== */
.tc-v1-portrait {
    position: relative;
    overflow: hidden;
}

.tc-v1-portrait .tc-v1-caption {
    position: absolute;
    background-color: rgb(0, 0, 0, 0.6);
    width: 100%;
    height: 90px;
    text-align: center;
    bottom: 0px;
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tc-v1-portrait:hover .tc-v1-caption {
    height: 140px;
}

.tc-v1-caption h3 {
    color: #FFF;
    margin-bottom: 0px;
}

.tc-v1-caption p {
    color: #FFF;
    margin-bottom: 0px;
}


.iconss {color: #fff;
	background-color:#15314d;
	padding: 3rem;
}


.ml-5 {
    margin-left: 50px;
}

.tc-v1-portrait ul.team-social li {
    display: inherit;
    display: inline-block;
    margin: 15px 5px 0px;
}

ul.team-social li a {
    font-size: 18px;
    color: var(--secundary-color);
}

/* ========== HOME CONTACT ========== */
.tp-contact1-parallax {
    background-image: url("https://via.placeholder.com/1920x800");
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.tp-contact1-parallax:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, var(--headline-color), var(--headline-color));
    opacity: 0.5;
    z-index: 1;
}

/* =====================================
    MEDIA QUERIES.
===================================== */
@media (max-width:1200px) {}

@media (max-width:991px) {
    .about-left {
        padding: 0px;
    }

    .ws-left-img-side {
        height: 300px;
    }

    .ws-right-content-side {
        height: auto;
        background-color:rgba(255, 0, 0, 0.1);
;
        padding: 0px;
        position: relative;
        margin: 0px;
    }

    .ws-right-content-box {
        margin: 0px;
        position: relative;
        top: auto;
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        left: 0px;
        width: 100%;
        padding: 50px 30px;
    }

    .cp-content-side {
        display: none;
    }

}

@media (max-width:767px) {
    .ws-box-bottom {
        margin-top: 20px;
        ;
    }
}

@media (max-width:576px) {
    .span-more-options {
        margin-top: 40px;
        width: 100%;
    }

    .phone-contat-layer {
        margin-top: 20px;
    }

    .center-testimonial-card .tp-testimonial-content {
        font-size: 16px;
    }

}

@media (max-width:480px) {}