/* header */

.header .navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 400
}

.header .navbar .nav-link::before {
    border-width: 3px
}

.header-info-logo-img img {
    width: 200px
}

.header .navbar .active>.nav-link{
    color: #000 !important;
}

/* hero */

    .cw-hero {
        min-height: 500px;
        display: flex;
        align-items: center;
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
                          url('https://apihoard.webit.com/api/v1/Image/48077C22A719B87EF6ED914B66C1748B/48077C22A719B87EF6ED914B66C1748B.jpg?size=1920x1440');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
    
      @media (min-width: 991px) {
        .cw-hero {
          min-height: 600px;
        }
      }

/* banner */

.cw-discount.p-3 {
    background: #fece5f;
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
                      url('https://apihoard.webit.com/api/v1/Image/84947AB88C17D38280249BF92605F2A5/84947AB88C17D38280249BF92605F2A5.jpg?size=1920x1440'); */
  }

/* homepage services */

.cw-whyUs {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #363636;
    position: relative
}

.cw-whyUs h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0!important;
}


.cw-whyUs .cw-box {
    position: relative;
    line-height: 0;
    margin-bottom: 20px
}

.cw-box::after {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.5)
}

.cw-box:hover:after {
    background: #d8bb4898;
}

.cw-whyUs .cw-box a:after,.cw-box .cw-description .cw-subtitle,.cw-box .cw-description .cw-line,.cw-box .cw-description h6 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cw-box .cw-description {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 20px 15px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.cw-box .cw-description .cw-subtitle {
    background-color: var(--color-theme-primary);
    color: #fff;
    display: inline-block;
    position: relative;
    bottom: 0;
    line-height: normal;
    letter-spacing: 1px;
    padding: 4px 8px;
    text-transform: uppercase;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.cw-box .cw-description h6 {
    font-size: 1.65em;
    color: #fff
}

.cw-box .cw-description a:link,.cw-box .cw-description a:visited,.cw-box .cw-description a:active {
    color: #fff
}

.cw-box .btn:focus, :focus, button:focus {
    outline: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.cw-box:hover .cw-description h6 {
    margin-bottom: 20px
}

.cw-box:hover .cw-description .cw-line {
    width: 60%
}


@media(min-width: 768px) {
    .cw-box .cw-description h6 {
        font-size:1em;
        margin-bottom: 0
    }
}

@media(min-width: 992px) {
    .cw-box .cw-description h6 {
        font-size:1.5em;
        margin-bottom: 0
    }
}

/* other */

.btn-secondary:hover{
    color: #000 !important;
}