.footer {
  padding-bottom: 4em !important;
}

button,
.btn {
  border-radius: 0.25rem !important;
}

/* CUSTOM HEADER */

.header .navbar-nav .nav-link {
  text-transform: uppercase;
  line-height: 36px;
  font-size: 0.85rem !important;
}

.header .navbar .active > .nav-link {
  color: #111;
}

.header .container {
  max-width: 1400px;
}

.header .header-info-logo-img img {
  width: 242px;
}

@media (min-width: 992px) {

  .header .navbar .container {
    max-width: 100%;
}

.header .navbar .navbar-collapse {
    justify-content: end !important;
}

  .cw-header-info .header-info-logo-img {
    position: fixed;
    z-index: 1040;
    top: 0;
    left: 0;
    background: none;
  }

  .header .navbar,
  .header .navbar.bg-primary {
    background: #000000;
  }

  nav.navbar .container {
    position: relative;
    height: 135px;
    margin: 0 auto;
  }

  .navbar-nav {
    justify-content: flex-end;
    width: calc(100% - 255px);
    /* position: absolute;
    right: 0;
    top: 3.5rem; */
    z-index: 2;
  }
}

/* -- Hero Slider -- */

.cw-carousel {
  background: #262626;
}

.cw-carousel svg {
  position: absolute;
  bottom: -2px;
}

.cw-carousel .carousel-item .item-image {
  height: 700px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.cw-carousel .carousel-item:nth-child(1) > .item-image {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://apihoard.webit.com/api/v1/Image/24937133CA45395F20DA6C6A47E58CC5/24937133CA45395F20DA6C6A47E58CC5.jpg?size=1920x1440")
      center no-repeat;
}

.cw-carousel .carousel-item:nth-child(2) > .item-image {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://apihoard.webit.com/api/v1/Image/0DE7845822E31870F11219327E90C9B7/0DE7845822E31870F11219327E90C9B7.jpg?size=1920x1440")
      center no-repeat;
}

.cw-carousel .carousel-item:nth-child(3) > .item-image {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://apihoard.webit.com/api/v1/Image/7B4BADFD642A647693E79C858541D390/7B4BADFD642A647693E79C858541D390.jpg?size=1920x1440")
      center no-repeat;
}

.cw-carousel .carousel-item:nth-child(4) > .item-image {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://apihoard.webit.com/api/v1/Image/65EC8DED759CDE666362D5C00D4D473A/65EC8DED759CDE666362D5C00D4D473A.jpg?size=1920x1440")
      center no-repeat;
}

.cw-carousel .carousel-item:nth-child(5) > .item-image {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://apihoard.webit.com/api/v1/Image/A01F67348868BAA01AB6AF04AB548ABD/A01F67348868BAA01AB6AF04AB548ABD.jpg?size=1920x1440")
      center no-repeat;
}

.cw-carousel .carousel-item:nth-child(6) > .item-image {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://apihoard.webit.com/api/v1/Image/0974E14CC39F262C000CB56ADA0ECE24/0974E14CC39F262C000CB56ADA0ECE24.jpg?size=1920x1440")
      center no-repeat;
}

.cw-carousel .carousel-item .item-image img {
  margin: 0 auto;
}

.carousel-caption {
  width: 80%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1em;
}

.carousel-caption h1 {
  text-shadow: 3px 5px 8px #000;
  color: #fff;
}

.carousel-inner {
  overflow: hidden;
}

.btn-slider {
  border-radius: 50px;
  padding: 15px 25px;
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: 1.5px;
  font-size: 16px;
  font-weight: 700;
}

.item-image {
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 16s;
  transform: scale(1.2);
  animation-name: cw-kenburns;
  z-index: 3;
}

@keyframes cw-kenburns {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  95% {
    transform: scale3d(1.2, 1.2, 1.2) translate3d(69px, -2px, 0px);
    animation-timing-function: ease-in;
    opacity: 1;
  }

  100% {
    transform: scale3d(1.7, 1.7, 1.7) translate3d(-11px, -12px, 0px);
    opacity: 0;
  }
}

@media (max-width: 568px) {
  .carousel-caption h1 {
    font-size: 1.7rem;
  }
}

@media (min-width: 1200px) {
  .cw-carousel .carousel-item .item-image {
    height: 800px;
  }

  .carousel-caption .btn {
    margin-top: 0.5em;
    width: 25%;
  }

  .carousel-caption {
    width: 80%;
    padding: 2em;
  }

  .carousel-caption h1 {
    font-size: 3em;
  }
}

/* ---- Services -----*/

.cw-services h4 {
  font-size: 1em;
  font-weight: 100 !important;
}

.cw-services h2 {
  font-size: 3em;
}

.cw-services hr {
  border-top: 4px solid #bda843;
  width: 10% !important;
}

.bg-gray {
  background: #477790;
}

.bg-primary {
  background: var(--color-theme-primary) !important;
}
.animated-card {
  position: relative;
  width: 130%;
  height: 300px;
  margin-bottom: 2em;
}
/* XS: 330px & Up */
@media (min-width: 330px) {
  .cw-service2 {
    margin-left: 0em;
    margin-right: 0em;
  }

  .cw-service3 {
    margin-left: 0em;
    margin-right: 0em;
  }

  .cw-service4 {
    margin-left: 0em;
    margin-right: 0em;
  }
}

/* XS: 440px & Up */
@media (min-width: 440px) {
  .cw-service2 {
    margin-left: 0em;
    margin-right: 0em;
  }

  .cw-service3 {
    margin-left: 0em;
    margin-right: 0em;
  }

  .cw-service4 {
    margin-left: 0em;
    margin-right: 0em;
  }

  .animated-card {
    position: relative;
    width: 110%;
    height: 300px;
    margin-bottom: 2em;
  }
}

/* SM: 768px & Up */
@media (min-width: 768px) {
  .cw-service1 {
    margin-left: -3em;
    margin-right: 0em;
  }

  .cw-service2 {
    margin-left: 5em;
    margin-right: 0em;
  }

  .cw-service3 {
    margin-left: 5em;
    margin-right: 8em;
  }

  .cw-service4 {
    margin-left: -3em;
    margin-right: 0em;
  }

  .cw-service5 {
    margin-left: 0em;
    margin-right: 0em;
  }

  .animated-card {
    position: relative;
    width: 240%;
    height: 300px;
    margin-bottom: 2em;
  }
}

/* MD: 992px & Up */
@media (min-width: 992px) {
  .cw-service1 {
    margin-left: 0em;
    margin-right: 0em;
  }

  .cw-service2 {
    margin-left: 2em;
    margin-right: 2em;
  }

  .cw-service3 {
    margin-left: 0em;
    margin-right: 7em;
  }

  .cw-service4 {
    margin-left: -5em;
    margin-right: -1em;
  }

  .cw-service5 {
    margin-left: 3em;
    margin-right: 0em;
  }

  .animated-card {
    position: relative;
    width: 140%;
    height: 300px;
    margin-bottom: 2em;
  }
}

/* LG: 1200px & Up */
@media (min-width: 1200px) {
  .cw-service1 {
    margin-left: 1em;
    margin-right: 0em;
  }
}

/* XLG: 1400px & Up */
@media (min-width: 1400px) {
  .cw-service1 {
    margin-left: -2em;
    margin-right: 3em;
  }

  .cw-service2 {
    margin-left: 0em;
    margin-right: 3em;
  }

  .cw-service3 {
    margin-left: 0em;
    margin-right: 3em;
  }

  .cw-service4 {
    margin-left: 0em;
    margin-right: 3em;
  }

  .cw-service4 {
    margin-left: 0em;
    margin-right: 0em;
  }

  .animated-card {
    position: relative;
    width: 140%;
    height: 300px;
    margin-bottom: 2em;
  }
}

.animated-card .front {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  z-index: 10;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) !important;
  -o-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) !important;
  transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) !important;
  height: 100%;
  width: 100%;
}

.animated-card:hover .front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  z-index: -1;
}

.animated-card .back {
  background-color: #bda843 !important;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) !important;
  -o-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) !important;
  transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) !important;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.animated-card:hover .back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  z-index: 1;
}

.fa.fa-calendar,
.fa.fa-shopping-cart,
.fa.fa-check,
.fa.fa-users {
  position: relative;
  top: 20px;
  font-size: 1.15em;
}

.fa-circle {
  color: var(--color-theme-primary);
}

.fa-stack {
  width: 4em !important;
  height: 4.5em !important;
}

.fa-stack-2x {
  font-size: 4em;
}

/*==== Service List =====*/
.pg-services-list {
  column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
}

@media (min-width: 548px) and (max-width: 811px) {
  .pg-services-list {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}

@media (min-width: 812px) {
  .pg-services-list {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}

.pg-services-list li {
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 38px;
  font-size: 15px;
}

.pg-services-list li::before {
  float: left;
  overflow: hidden;
  width: 23px;
  height: 23px;
  content: "";
  margin-right: 7px;
  margin-left: -35px;
  background-image: url("https://apihoard.webit.com/api/v1/Image/799FD62AC11FF05A4554F0C8E1771DFD/799FD62AC11FF05A4554F0C8E1771DFD.png?size=800x600");
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.page-home .textwithimage-in-container {
  margin-bottom: -2px;
}

/* --- Home Contact ----*/
.cw-map-contact {
  padding: 3rem 0 1rem;
}
.cw-map-contact img {
  margin: auto;
  display: block;
}

.cw-map-contact h2,
.cw-map-contact h2.bh-title {
  text-transform: uppercase;
  padding-left: 0;
  border-left: 0;
}

.cw-map-contact .cw-contact-box {
  padding: 0.5rem;
  background: #222;
  color: #fff;
  text-align: center;
}

.business-hours {
  margin-top: 15px;
  position: relative;
}

.cw-map-contact .business-hours .bh-title {
  font-size: 20px;
  color: #bbb;
  text-transform: uppercase;
  padding-left: 5px;
  border-left: 4px solid var(--color-theme-highlight);
}

.cw-map-contact .business-hours li {
  color: #fff;
  line-height: 30px;
  border-bottom: 1px solid #333;
}

.cw-map-contact .business-hours li:last-child {
  border-bottom: none;
}

.cw-map-contact .cw-foot-social {
  font-size: 1.5rem;
}

.float-end {
  float: right !important;
}

@media (max-width: 767px) {
  .cw-map-contact .business-hours li {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .cw-map-contact h2 {
    font-size: 2.5rem;
  }
}
/*--- Floating links ---*/
.cw-lets-talk {
  position: fixed;
  border: 2px solid #000;
  z-index: 5000000000000000000000000;
  bottom: 0;
  right: 0;
  border-radius: 25px;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  background-color: #eed475;
  color: #000;
  width: 100%;
}
@media (min-width: 992px) {
  .cw-lets-talk {
    z-index: 5000000000000000000000000;
    bottom: 1em;
    right: 1em;
    width: fit-content;
  }
}

.cw-lets-talk:hover {
  cursor: pointer;
}

.hidden {
  display: none;
}

#contactBtns a {
  display: inline-block;
  width: 54px;
  height: 54px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
}

#contactBtns a {
  display: inline-block;
  width: 54px;
  height: 54px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
}

#contactBtns .fa {
  font-size: 35px;
  color: var(--color-theme-primary);
}

section:not(.page-home) .title {
  position: relative;
  margin-bottom: 2.5rem;
  background: url(https://apihoard.webit.com/api/v1/Image/24937133CA45395F20DA6C6A47E58CC5/24937133CA45395F20DA6C6A47E58CC5.jpg?size=1920x1440)
    no-repeat center;
  background-size: cover;
  text-align: center;
}

section:not(.page-home) .title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0/58%);
}

section:not(.page-home) .title .title-heading {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 2rem 0;
  color: #fff;
  text-shadow: 0 0 4px #000;
  text-transform: none;
}

section:not(.page-home) .title h1 {
  font-size: 2rem;
}

section:not(.page-home) .form {
  padding-top: 1rem;
}

.employees-email {
  font-size: 0.85rem;
}

@media (min-width: 992px) {
  section:not(.page-home) .title .title-heading {
    padding: 4.5rem 0;
  }

  section:not(.page-home) .title h1 {
    font-size: 3rem;
  }
}

/* What is Insul - Deck =============================================== */
.page-home .detailedlist-item-img {
  display: none !important;
}
.page-home .detailedlist-item {
  margin-bottom: 2em;
  color: #000 !important;
}
.page-home .detailedlist-item-title {
  font-size: 1.7rem;
  color: #000 !important;
}
.page-home .list .list-text-title {
  color: #000 !important;
}
