.header {
        box-shadow: 0px 2px 8px #000;
        position: relative;
    }

    .header .navbar:before {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        content: "";
        width: 100%;
        height: 4px;
        background: #a09a6a;
        /*-- Optional gradient border --*/
        /* background: -moz-linear-gradient(left, rgba(5, 102, 141, 1) 0%, rgba(5, 102, 141, 1) 33%, rgba(5, 102, 141, 1) 33%, rgba(2, 128, 144, 1) 33%, rgba(2, 128, 144, 1) 33%, rgba(2, 128, 144, 1) 66%, rgba(0, 168, 150, 1) 66%, rgba(0, 168, 150, 1) 66%, rgba(0, 168, 150, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(5, 102, 141, 1) 0%, rgba(5, 102, 141, 1) 33%, rgba(5, 102, 141, 1) 33%, rgba(2, 128, 144, 1) 33%, rgba(2, 128, 144, 1) 33%, rgba(2, 128, 144, 1) 66%, rgba(0, 168, 150, 1) 66%, rgba(0, 168, 150, 1) 66%, rgba(0, 168, 150, 1) 100%);
        background: linear-gradient(to right, rgba(5, 102, 141, 1) 0%, rgba(5, 102, 141, 1) 33%, rgba(5, 102, 141, 1) 33%, rgba(2, 128, 144, 1) 33%, rgba(2, 128, 144, 1) 33%, rgba(2, 128, 144, 1) 66%, rgba(0, 168, 150, 1) 66%, rgba(0, 168, 150, 1) 66%, rgba(0, 168, 150, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05668d', endColorstr='#00a896', GradientType=1) */
    }



    .header .navbar-nav .nav-link {
        text-transform: uppercase;
        line-height: 34px;
        font-size: .825rem
    }

    .header .header-info-logo-img img {
        width: 219px
    }

    .cw-header-contact {
        padding: .5rem 0
    }

    .cw-phone:before {
        font-family: FontAwesome;
        content: "\f2a0";
        background: var(--color-theme-secondary);
        border-radius: 50%;
        margin-right: .5rem;
        padding: 10px 12px;
        color: #F8F4EB
    }

    @media (max-width: 991.98px) {
        .cw-header-contact {
            padding-bottom: 1.5rem;
        }
    }


    @media(min-width: 992px) {
        div#header-navbar-collapse {
            position: relative;
            left: 25%;
        }

        .cw-header-contact {
            max-width: 1140px;
            height: 115px;
            padding-top: 2rem;
            padding-right: 1rem
        }

        .header .header-info-logo-img {
            position: absolute;
            top: -51px;
            z-index: 100000;
            left: 0em;
            padding: 7px 38px;
            background: #F8F4EB;
        }

        .cw-header-contact {
            font-size: 1.1rem
        }

        .cw-phone:before {
            padding: 12px 14px
        }
    }

    @media(min-width: 1440px) {

        .header .container,
        .cw-header-contact {
            max-width: 1400px
        }
    }

/* hero */
    
 .cw-herotext {
    font-size: 2rem;
  }

  .cw-hero {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background: linear-gradient(rgba(248, 244, 235, .7), rgba(248, 244, 235, .7)), */
    /* background: linear-gradient(rgba(222, 147, 132, .7), rgba(222, 147, 132, .7)), */
    background: linear-gradient(rgba(160, 154, 106,.8), rgba(160, 154, 106, .8)),
                url('https://apihoard.webit.com/api/v1/Image/0B05298D45A71207EC6EC5F6009C74AA/0B05298D45A71207EC6EC5F6009C74AA.jpg?size=1920x1440') center center / cover no-repeat;
    color: #fff;
  }

  @media (min-width: 991px) {
    .cw-hero {
      min-height: 600px;
    }
  }

  .cw-hero h1 { 
    font-size:3.5rem
 }

/* parralax */

   .cw-special-offer .hero-wrapper {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(rgba(222, 147, 132, .7), rgba(222, 147, 132, .7)), url(https://apihoard.webit.com/api/v1/Image/037C1F22A443192E0DD5089AAE0D584D/037C1F22A443192E0DD5089AAE0D584D.png?size=1920x1440);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 3% 0
}

.cw-special-offer .hero-wrapper:after {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(33,33,45,.1)
}

.cw-special-offer .hero-wrapper .hero-container {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 1653px;
    margin: auto;
    padding: 1em
}

.cw-special-offer .hero-wrapper .hero-row {
    padding-top: 2em;
    padding-bottom: 2em
}

.cw-special-offer .hero-wrapper .hero-row h2,.cw-special-offer .hero-wrapper .hero-row .lead {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.cw-special-offer .hero-wrapper .hero-content h3 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    /* text-shadow: 2px 2px 2px rgba(65,65,75,.75) */
}

.cw-special-offer .hero-wrapper .hero-content p {
    color: #fff;
    font-size: 1.6rem !important;
    /* background-color: rgba(255,255,255,.75); */
    /* border-radius: 5px; */
    /* padding: 1% */
}

@media(max-width: 767px) {
    .cw-special-offer .hero-wrapper:after {
        background:rgba(33,33,45,.7)
    }

    .cw-special-offer .hero-wrapper .hero-row {
        min-height: auto
    }

    .cw-special-offer .hero-wrapper .hero-row h1 {
        font-size: 2em
    }

    .cw-special-offer .hero-wrapper .hero-row h2,.cw-special-offer .hero-wrapper .hero-row .lead {
        font-size: 1rem
    }
}

/* icons */

  .cw-boxPart {
    color: #000;
    padding-top: 20px;
  }

  .cw-icons{
    font-size: 1.5em;
    margin-top: 1rem;
    padding-bottom: 1.5rem;
  }

/* check marks */

.cw-rental-text ul {
    /* font-size: 1.25em; */
    list-style-type: none;
    padding-left: 0;
}

.cw-rental-text ul > li {
    margin-bottom: 5px;
}

.cw-rental-text ul i {
    color: var(--color-theme-highlight);
}

/* other */
img.d-block.w-100{
    border-radius: 25px !important;
    border: 4px solid #cf666b;
}

.page-home .textwithimage-in-container {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.btn-primary{
    color: #000 !important;
    border-radius: 11px;
}

.btn-secondary{
    color: #000 !important;
    border-radius: 11px;
}

.businessinfo .contact-details a:hover, .businessinfo a:hover {
  color: #000;
}

/* service page */

 .wb__prices a.wb__pricebtn-box {
    display: block;
    color: #000;
    padding: 1rem;
    border: solid 6px #de9384;

    border-radius: 20px;
    height: 100%;

    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
  }

  .wb__prices a .wb__hover {
    background: var(--color-theme-primary);
    color: #000;
    padding: 0.5rem 0.75rem;
    font-size: 1.3rem;
    border-radius: 15px;
    margin-bottom: 0.5rem;
  }

  .wb__prices a:hover .wb__hover {
    background: #fff;
    color: var(--color-theme-primary) !important;
  }

  .cw-transparent {
    background:#F8F4EB;
  }

  .cw-pricing{
    background: #de9384;
    border-radius: 11px;
  }

  @media screen and (max-width: 499px) {
    .cw-pricing {
      font-size: 2.5em;
    }
  }