.cw-header {
    background-color: #517985 ;
    color: #fff;
    z-index: 999;
    position: relative;
}

.text-primary {
    color: var(--color-theme-primary) !important;
}

.wb__bg-primary {
    background: #062F52;
}

.contact-companyinfo .contact-email .contact-details-info,
.header .header-business-email,
.footer .footer-business-email {
    overflow-wrap: anywhere;
}

.cw-homebtns {
    background-color: #062F52;
    margin-top: -2rem;
}

.cw-homebtns p {
    text-align: center;
}

.page-home .contact {
    padding-top: 2.5em;
    padding-bottom: 0em;
}

/* -------------------- HERO ---------------------- */
/* CLOUDS SECTION ====================================================*/

.cw-sky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none !important;
    opacity: 0.5;
}

.cw-sky .wb__cloud {
    width: 800px;
    height: 700px;
    position: absolute;
    background: transparent url("https://apihoard.webit.com/api/v1/Image/063764C4AD8FDC622DBEAD3BDD429517/063764C4AD8FDC622DBEAD3BDD429517.png?size=Original") 0 0 no-repeat;
    background-size: 100%;
    z-index: 999;
}

.cw-sky .wb__cloud.one {
    top: -160px;
    left: 0px;
}

.cw-sky .wb__cloud.two {
    top: -200px;
    left: 100px;
}

.cw-sky .wb__cloud.three {
    top: -140px;
    right: 100px;
}

.cw-sky .wb__cloud.four {
    top: -80px;
    right: 0px;
}

.cw-sky .c1 {
    animation: cloud-animation-1 90s linear infinite forwards;
}

.cw-sky .c2 {
    transform: translateX(200%);
    animation: cloud-animation-2 100s -5s linear infinite forwards;
}

@keyframes cloud-animation-2 {
    from {
        transform: translateX(200%);
    }

    to {
        transform: translateX(-200%);
    }
}

@keyframes cloud-animation-1 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

.wb__skybg {
    /*
    background-image: url(https://apihoard.webit.com/api/v1/Image/DE03E16AEDB2C315AA563D1A0D667C81/DE03E16AEDB2C315AA563D1A0D667C81.jpg?size=Original);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: initial;
    -moz-background-size: initial;
    -o-background-size: initial;
    background-size: initial;
    color: white;
    background-attachment: fixed;
*/
}

.hero-waves {
    background-color: transparent;
    background-image: url(https://apihoard.webit.com/api/v1/Image/6C7B42BF92AA3D2EC7F66681B135CBC2/6C7B42BF92AA3D2EC7F66681B135CBC2.jpg?size=Original);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

.cw-wave-list {
    list-style: none;
    text-align: center;
    /*    margin-block-start: 0em !important;*/
    /*    padding-inline-start: 0px !important;*/
}

/* WAVES SECTION ====================================================*/

.hero-waves .hero-title {
    /*    padding: 15vh 0 5vh 0;*/
    padding: 100px 0 40px;
}

.cw-protect {
    width: 450px;
}

.hero-waves svg {
    display: block;
    /*    height: 20vh;*/
    height: 150px;
    width: 100%;
}

.hero-waves svg .layer1 {
    animation: movewave 23s infinite alternate ease-in-out;
}

.hero-waves svg .layer2 {
    animation: movewave 19s infinite alternate-reverse ease-in-out;
}

.hero-waves svg .layer3 {
    animation: movewave 17s infinite alternate ease-in-out;
}

.hero-waves svg .layer4 {
    animation: movewave 13s infinite alternate-reverse ease-in-out;
}

.hero-waves svg .layer5 {
    animation: movewave 11s infinite alternate ease-in-out;
}

@keyframes movewave {
    from {
        transform: translate(30%, 0);
    }

    to {
        transform: translate(-30%, 0);
    }
}


.page-home .slideshow-item {
    background-size: contain;
}

/* -------------------- Other pages ---------------------- */
/*Apparently this is used on every non-home page*/
.cw-about-container {
    background-color: transparent;
    background-image: url(https://apihoard.webit.com/api/v1/Image/D41F9E30294AEFE0222D97FA69CB4C7A/D41F9E30294AEFE0222D97FA69CB4C7A.jpg?size=Original);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: initial;
    background-attachment: fixed;
}

.cw-custReview {
    background: rgba(18, 39, 64, 0.85);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .cw-wave-list {
        column-count: 2;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .cw-wave-list {
        column-count: 3;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .cw-homebtns p {
        text-align: justify;
        text-align-last: center;
    }
}
