.header .navbar-dark .navbar-nav>.active .nav-link {
    color: #fff !important;
}

.header .header-info-logo-img img {
    width: 100px;
}

.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
    border-width: 0 !important;
}

.header .navbar-dark .navbar-nav a.nav-link:hover {
    -webkit-box-shadow: 0 0 0 0.05rem #9E4A58;
    box-shadow: 0 0 0 0.05rem #9E4A58;
}

.cw-header-info {
    padding: 0.5rem;
}

.header a.header-business-phone,
.header span {
    vertical-align: middle;
}

.header a.header-business-phone {
    font-weight: 700;
    font-size: 1.1rem;
    color: #E7941E;
}

.cw-header-info a:hover {
    color: #000;
}

@media (min-width: 992px) {
    .header .navbar-dark .navbar-nav .nav-link {
        line-height: 28px;
        border-radius: 50px;
    }

    .header .header-info-logo-img {
        position: fixed;
        top: 55px;
        z-index: 1032;
        padding: 0;
    }

    nav.navbar .container {
        position: relative;
        height: 150px;
        margin: 0 auto;
    }

    .navbar-nav {
        position: absolute;
        right: 0;
        bottom: 2rem;
    }

    .cw-header-info {
        position: fixed;
        z-index: 1031;
        top: 0;
        width: 100%;
    }
}

/* Hero ===================================================== */
.cw-hero-slideshow {
    position: relative;
    overflow: hidden;
    height: 550px
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .cw-hero-slideshow .cw-hero-title h1 {
        /* display: block; */
        margin: 1rem 0 .75rem;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 2rem !important;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and ) */
@media (min-width: 1400px) {}

.cw-hero-slideshow .cw-hero-image {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: cw-slide-anim 12s infinite;
    animation-delay: var(--cw-anim-offset)
}

.cw-hero-slideshow .cw-hero-image::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 30%));
    z-index: 1;
}

.cw-hero-slideshow .cw-hero-image img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.cw-hero-slideshow .cw-hero-title {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2
}

.cw-hero-slideshow .cw-hero-title h1 {
    /* display: block; */
    margin: 1rem 0 .75rem;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3rem
}

@media (max-width: 576px) {
    .cw-hero-slideshow .cw-hero-title h1 {
        /* display: block; */
        margin: 1rem 0 .75rem;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 2rem !important;
    }

}

.cw-hero-slideshow .cw-hero-title h1 span {
    /* display: block;
    font-size: 2rem */
}

@keyframes cw-slide-anim {
    0% {
        opacity: 0
    }

    8% {
        opacity: 1
    }

    13%,
    25% {
        opacity: 1;
        transform: scale(1.06)
    }

    38% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

/* ========================================================= */
.page-home .list {
    color: #fff !important;
}

/* ============================================================ */
.cw-why-choose-us {
    background-color: #000;
}

.cw-quality-icon {
    width: 70px;
    height: 70px;
    display: flex;
    border-radius: 50%;
    color: rgba(255, 255, 255);
    margin-bottom: 20px;
    background-color: var(--color-theme-primary);
    align-items: center;
    justify-content: center;
}

/* ====================================================================================================== */
/* Hero - Callout Section ========================================*/

.cw-effect-list {
    position: relative;
    overflow: hidden;
    background: #000;
    text-align: center;
    cursor: pointer;
    margin: 0 auto 1.5em;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cw-effect-list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000006;
    background: linear-gradient(180deg, rgba(0, 0, 6, 0.4) 0%, rgba(0, 0, 6, 0.1) 100%)
}

.cw-effect-list::before {
    background-color: var(--color-theme-secondary);
    width: 0;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9
}

.cw-effect-list:hover::before {
    width: 100%
}

.cw-effect-list .cw-effect-list-img {
    position: relative;
    display: block;
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 1;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

.cw-effect-list .cw-effect-list-content {
    padding: 1em;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left
}

.cw-effect-list .cw-effect-list-content::before, .cw-effect-list .cw-effect-list-content::after {
    pointer-events: none
}

.cw-effect-list .cw-effect-list-content, .cw-effect-list .cw-effect-list-content>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cw-effect-list .cw-effect-list-content>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.cw-effect-list h2 {
    font-size: 1.1em;
    position: relative;
    z-index: 3;
    padding: 1rem;
    background-color: var(--color-theme-primary);
    color: #fff;
    text-align: left;
    transition-duration: .3s
}

.cw-effect-list:hover h2 {
    background-color: var(--color-theme-secondary);
    color: #ffffff
}

.effect-arrow {
    width: 20px;
    color: #fff;
    height: auto;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.cw-effect-list .effect-arrow {
    position: absolute;
    top: 1.45em;
    right: 0;
    z-index: 5
}

.cw-effect-list h2, .cw-effect-list p {
    margin: 0
}

.cw-effect-list .cw-effect-list-content>div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

.cw-effect-list p {
    padding: 1.5em;
    background: rgba(0, 0, 0, .7);
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, transform .35s
}

.cw-effect-list:hover p {
    opacity: 1
}

.cw-effect-list:hover .cw-effect-list-img, .cw-effect-list:hover p, .cw-effect-list:hover .effect-arrow {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.cw-effect-list:hover p {
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

@media(max-width: 767px) {
    .cw-effect-list p {
        opacity: 1
    }

    .cw-effect-list .cw-effect-list-img, .cw-effect-list h2, .cw-effect-list p, .cw-effect-list .effect-arrow {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media(min-width: 576px) {}

@media(min-width: 768px) {
    .cw-effect-list h2 {
        font-size: 1em
    }
}

@media(min-width: 992px) {}

@media(min-width: 1200px) {
    .cw-effect-list h2 {
        font-size: 1.4em
    }
}


/*Color Changing home page*/

.cw-offerSection {
    object-fit: cover;
    background-position: center center;
    background-attachment: fixed;
    overflow: hidden;
    background-color: #000000;
  }

  .font-header-Volkhov h4 {
    font-family: "Inter", sans-serif !important;
    font-size: 20px;
    font-weight: 700;
  }

  .page-home .cw-offerSection .cw-space {
    margin: 15px 0;
  }

  .page-home .cw-offerSection a {
    width: 100%;
  }

  .page-home .cw-offerSection .cw-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    cursor: pointer;
    height: 100%;
  }

  .page-home .cw-offerSection .cw-offer div {
    text-align: left;
  }

  .page-home .cw-offerSection .cw-offer div:first-of-type {
    margin-right: 20px;
  }

  .page-home .cw-offerSection .cw-offer div img {
    max-width: 50px;
  }

  .page-home .cw-offerSection .cw-offer div b {
    font-family: "Montserrat", serif;
    font-size: 14px;
    position: relative;
    padding-bottom: 5px;
    display: block;
  }

  .page-home .cw-offerSection .cw-offer div b::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ccc;
    height: 1px;
    width: 28px;
  }

  .page-home .cw-offerSection .cw-offer div p {
    font-size: 14px;
    margin: 5px 0 0;
  }


  .cw-building-imgs {
    width: 300px;
  }

  @media (min-width: 280px){
    .cw-building-imgs {
    width: 610px;
  }
  }

  @media (min-width: 992px){
    .cw-building-imgs {
    width: 300px;
  }
  }

  .cw-offering {
    padding: 0px 0px;
  }

  .cw-offering p {
    color: #fff;
    font-size: 18px;
  } 

  .cw-request-btn {
    padding: 20px;
    font-size: 20px;
    font-weight: 200 !important;
  }