


 .header .container {
    max-width: none
}

.header .navbar-dark .navbar-nav .nav-link {
    line-height: 36px;
    font-size: .8rem!important;
    text-transform: uppercase
}

.header .navbar .active>.nav-link,.header .navbar .dropdown-item.active {
    color: var(--color-theme-primary)
}

#cw-logoBg {
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 2;
    width: 430px;
    transition: width 1s;
    overflow: hidden
}

.header .header-info-logo-img img {
    width: 174px;
    transition: width 1s
}

.cw-header-contact {
    display: none;
    padding: .75em
}

.cw-header-contact span {
    vertical-align: middle
}

.header .cw-phone {
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    text-shadow: 0 0 3px #000;
    color: var(--color-theme-secondary)
}

.cw-phone:before {
    font-family: FontAwesome;
    content: "\f2a0";
    margin-right: .25rem;
    padding: 8px 10px;
    color: #111;
    font-weight: 400;
    text-shadow: 0 0 12px #fff
}

section:not(.page-home) .cw-header-info {
    border-bottom: 3px solid var(--color-theme-highlight)
}

@media(min-width: 768px) {
    section:not(.page-home) .cw-header-info {
        height:150px;
        background: url(https://apihoard.webit.com/api/v1/Image/6644F8D48B0E14EBB563C9138F258956/6644F8D48B0E14EBB563C9138F258956.jpg?size=1920x1440) no-repeat 70%;
        background-size: cover;
        border-bottom: 0
    }

    #cw-logoBg {
        display: block
    }

    .header .header-info-logo-img {
        position: absolute;
        top: 0;
        left: 19px;
        z-index: 2;
        padding: 0
    }

    .header .header-info-logo-img img {
        margin-top: 0rem
    }

    nav.navbar .container {
        position: relative;
        margin: 0 auto
    }

    .navbar-collapse {
        justify-content: flex-end!important
    }

    .header .navbar,.header .navbar.bg-primary.cw-scrolled .navbar-nav {
        top: 0;
    }

    .header .header-info-logo-img img.cw-shrink {
        width: 87px;
        margin-top: .35rem;
        background: rgba(253, 251, 238, .62);
      	border-radius: 50px;
    }

    .cw-header-contact {
        display: block;
        position: absolute;
        z-index: 2;
        top: 3.25rem;
        width: 100%
    }

    .header .cw-phone {
        font-size: 1.5rem
    }

    .cw-phone:before {
        font-size: 1.25rem
    }
}

@media(min-width: 992px) {
    .header .header-info-logo-img {
        position:fixed;
        z-index: 1040
    }

    #cw-logoBg {
        position: fixed;
        z-index: 1040;
        top: 0
    }

    #cw-logoBg.cw-shrink {
        width: 0
    }
}

/* hero */

.cw-hero {
    min-height: 500px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
  }

  @media (min-width: 991px) {
    .cw-hero {
      min-height: 600px;
      display: flex;
      align-items: center;
      background: rgba(0, 0, 0, 0.6);
    }
  }

  .cw-hero h1 {
    font-size: 3.5rem;
    text-shadow: -2px -2px 0 #000, 3px -2px 0 #000, -2px 3px 0 #000, 3px 3px 0 #000;
  }
  .cw-hero h5 {
    text-shadow: -2px -2px 0 #000, 3px -2px 0 #000, -2px 3px 0 #000, 3px 3px 0 #000;
  }

.cw-figureCards {
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    color: #fff;
    float: left;
    font-size: 16px;
    margin: 10px 1%;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%
}

.cw-figureCards * {
    box-sizing: border-box;
    transition: all .25s ease;
    width: 100%
}

.cw-figureCards img {
    max-width: 100%;
    vertical-align: top;
    position: relative
}

.cw-figureCards figcaption {
    padding: 25px 20px;
    position: absolute;
    bottom: 0;
    z-index: 1
}

.cw-figureCards figcaption:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #02131d;
    content: '';
    background: linear-gradient(90deg,#02131D 0%,#405D70 100%,#405D70 100%);
    opacity: .8;
    z-index: -1
}

.cw-figureCards img.cw-icon {
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: -25px;
    width: initial
}

.cw-figureCards .date span {
    display: block;
    line-height: 14px
}

.cw-figureCards .date .month {
    font-size: 11px
}

.cw-figureCards h3,.cw-figureCards p {
    margin: 0;
    padding: 0
}

.cw-figureCards h3 {
    display: inline-block;
    font-weight: 700;
    letter-spacing: -.4px;
    margin-bottom: 5px
}

.cw-figureCards p {
    font-size: .8em;
    line-height: 1.6em;
    margin-bottom: 0
}

.cw-figureCards a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1
}

.cw-figureCards:hover img,.cw-figureCards.hover img {
    transform: scale(1.1)
}



.cw-roundedList li {
    position: relative;
    padding: .4em 3em .4em 3.5em;
    margin: 1em;
    background: #FDFBEE;
    color: #565656;
    font-weight: 700;
    text-decoration: none;
    border-radius: .3em;
    border: 1px solid #FDFBEE;
    outline: 2px solid #FDFBEE;
    outline-offset: 5px;
    transition: all .3s ease-out
}

.cw-roundedList li i:hover {
    transform: rotate(360deg)
}

.cw-roundedList li i {
    color: #FDFBEE;
    position: absolute;
    left: -1.3em;
    top: -18%;
    background: var(--color-theme-primary);
    height: 3em;
    width: 3em;
    line-height: 2.5em;
    border: .3em solid #FDFBEE;
    outline: 2px solid #FDFBEE;
    text-align: center;
    font-weight: 700;
    border-radius: 2em;
    transition: all .3s ease-out
}

/* other */

.emergency{
    color: #253659;
}

.btn-primary {
    color: #253659 !important;
}