@import url('https://fonts.googleapis.com/css2?family=Emilys+Candy&display=swap');

h1,
h2,
h3,
h4,
h5 {
  font-family: "Emilys Candy", serif !important;
  font-weight: 400;
  font-style: normal;
  text-shadow: 1px 0px 11px #ffffff;
}

.btn-secondary {
  color: #000000 !important;
}

.btn-secondary:hover {
  color: #696969 !important;
}

/*---- HEADER ----*/

.header .navbar-dark .navbar-nav>.active .nav-link {
  color: rgb(0, 0, 0)!important
}

.header .header-info-logo-img img {
  width: 167px
}

.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 .05rem var(--header-highlight);
  box-shadow: 0 0 0 .05rem var(--header-highlight)
}

.cw-header-info {
  padding: .5rem
}

.header a.header-business-phone,.header span {
  vertical-align: middle
}

.header a.header-business-phone {
  font-weight: 700;
  font-size: 1.1rem;
  color: #cc2936
}

.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: 12px;
      z-index: 1032;
      padding: 0
  }

  nav.navbar .container {
      position: relative;
      height: 184px;
      margin: 0 auto
  }

  .navbar-nav {
      position: absolute;
      right: 0;
      bottom: 2rem
  }

  .cw-header-info {
      position: fixed;
      z-index: 1031;
      top: 0;
      width: 100%
  }
}

@media (min-width: 1200px){
  nav.navbar .container {
      position: relative;
      height: 150px;
      margin: 0 auto
  }
}

@media(max-width: 768px) {
  h1.text-dark.text-uppercase {
      font-size:1.5em
  }

  h1.display-4.text-uppercase {
      font-size: 1.5em
  }
}

@media(min-width: 992px) {
  /* .header-info-logo-img::before {
      content:"";
      position: absolute;
      width: 150px;
      height: 150px;
      left: 8px;
      background: #fff;
      z-index: -1;
      transform: rotate(44deg);
      top: -13px
  } */
}

@media(min-width: 1440px) {
  .header .container,.cw-header-contact {
      max-width:1400px
  }
}

  /* menu overlapping shopping cart */

  @media (min-width: 992px) {
    .navbar-nav {
      margin-right: 65px;
    }
  }


/* OPTION 2MENU OVER LAPPING SHOPPING CART */
@media(min-width:992px) {

    .navbar-nav {
        margin-right: 65px;
    }

  .navbar-cart {
        margin-right: 0px;
    }
    .header .navbar.bg-primary {
      background: transparent !important;
  }
  .header .navbar.bg-primary.cw-scrolled {
    background: #111111 !important;
}
}

/*-- Home --*/

.hero__style3 .hero__wrapper {
  background-image: url(https://apihoard.webit.com/api/v1/Image/129697C66BD834CD4E7D50DB6944EE23/129697C66BD834CD4E7D50DB6944EE23.jpg?size=1920x1440);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
    padding-top: 10em;
  }

  @media (min-width: 280px){
    .hero__style3 .hero__wrapper {
      background-image: url(https://apihoard.webit.com/api/v1/Image/129697C66BD834CD4E7D50DB6944EE23/129697C66BD834CD4E7D50DB6944EE23.jpg?size=1920x1440);
      background-position: left;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      color: #fff;
        padding-top: 2em;
      }
  }

  @media (min-width: 768px){
    .hero__style3 .hero__wrapper {
      background-image: url(https://apihoard.webit.com/api/v1/Image/129697C66BD834CD4E7D50DB6944EE23/129697C66BD834CD4E7D50DB6944EE23.jpg?size=1920x1440);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      color: #fff;
        padding-top: 10em;
      }
  }

  @media (min-width: 992px){
    .hero__style3 .hero__wrapper {
      padding-top: 16em;
      margin-top: -9em;
    }
  }
  
  .hero__style3 .hero__wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent); */
  overflow: hidden;
  z-index: 1
  }
  
  .hero__style3 .hero__content {
  position: relative;
  z-index: 10;
  padding-top: 40px;
  padding-bottom: 180px
  }

  @media (min-width: 280px){
    .hero__style3 .hero__content {
      position: relative;
      z-index: 10;
      padding-top: 40px;
      padding-bottom: 80px
      }
  }

  @media (min-width: 768px){
    .hero__style3 .hero__content {
      position: relative;
      z-index: 10;
      padding-top: 40px;
      padding-bottom: 180px
      }
  }
  
  .hero__style3 .hero__content .hero__preline {
  font-size: 1.25em
  }
  
  .hero__style3 .hero__content .hero__headline {
  font-size: 2.8rem;
  line-height: .9;
  text-shadow: 1px 0px 11px #ffffff;
  }
  
  .hero__style3 .hero__content .hero__headline.wgt-bld {
  font-weight: 700
  }
  
  .hero__style3 .hero__content .hero__headline.wgt-blk {
  font-weight: 900
  }
  
  .hero__style3 .hero__content .hero__subhead {
  font-size: 1.5em;
  font-weight: 700;
  text-shadow: 1px 0px 11px #ffffff;
  }
  
  .hero__style3 .hero__content .hero__CTA i {
  font-size: 14px;
  margin-left: 10px
  }
  
  .hero__style3 .cta__options__wrapper {
  position: relative;
  z-index: 11;
  -webkit-transform: translateY(-115px);
  -ms-transform: translateY(-115px);
  transform: translateY(-115px)
  }
  
  .hero__style3 .cta__options__wrapper .photo__item {
  background-color: #fff;
  /* border: 1px solid var(--color-theme-border); */
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  -webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15))
  }
  
  .hero__style3 .cta__options__wrapper .photo__item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1.77777778;
  border-radius: 10px
  }
  
  .hero__style3 .cta__options__wrapper .photo__item .photo__item__cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin-left: auto;
  margin-right: auto;
  min-width: 150px;
  max-width: 180px
  }
  
  .hero__style3 .cta__options__wrapper .photo__item .photo__item__cta span {
  font-size: .65em;
  display: block;
  margin-top: 5px;
  line-height: .8
  }
  
  @media(max-width:991px) {
  .hero__style3 .hero__content .hero__headline {
    font-size: 4rem;
    line-height: .9
  }
  
  .hero__style3 .hero__content .hero__subhead {
    font-size: 1.5rem;
    line-height: 2
  }
  }
  
  @media(max-width:767px) {
  .hero__style3 .hero__content .hero__headline {
    font-size: 2rem;
    line-height: 1
  }
  
  .hero__style3 .hero__content .hero__subhead {
    line-height: 1
  }
  }
  
  @media(min-width:992px){
    .hero__wrapper::before {
        content: "";
        position: absolute;
        z-index: 10;
        /* border: 8px solid #F32C10; */
        height: 100%;
        width: 97%;
        left: 16px;
        top: -29px;
    }
  }
    /*-- Hero Fog --*/
  
  #fog {
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  @media(max-width: 768px){
    #fog {
        display: none;
    }
  }

/*-- Subpages --*/

section:not(.page-home) .title {
  text-align: center;
}

/*-- IF CLIENT ADDS PRODUCT UNCOMMENT THIS CODE --*/
/* keeps nav items on the right side of header 
.header.has-cart .collapse.justify-content-center,
.header .navbar-collapse.justify-content-center {
    -webkit-box-pack: flex-end !important;
    -ms-flex-pack: flex-end !important;
    justify-content: flex-end !important;
}
.header .navbar-nav:not(.navbar-cart) {
    /* set pixels to logo width (or more) 
    max-width: calc(100% - 600px);
    justify-content: center;
}

@media(min-width:330px) {
    .header .navbar-nav:not(.navbar-cart){
        max-width: calc(100% - 65px);
        justify-content: center;
    }
}
@media(min-width:440px) {
    .header .navbar-nav:not(.navbar-cart){
        max-width: calc(100% - 174px);
        justify-content: center;
    }
}
@media(min-width:440px) {
    .header .navbar-nav:not(.navbar-cart){
        max-width: calc(100% - 500px);
        justify-content: center;
    }
}*/

/*===================================================================================================
    Home - Hero Slideshow
===================================================================================================*/
.heroslider-owlslider-item {
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*.owl-carousel.owl-loaded {
    margin-top: -8rem;
    margin-bottom: -3rem;
}
@media (min-width: 330px) {
    .owl-carousel.owl-loaded {
        margin-top: -10rem;
    }
}
@media (min-width: 440px) {
    .owl-carousel.owl-loaded {
        margin-top: -13rem;
    }
}
@media (min-width: 768px) {
    .owl-carousel.owl-loaded {
        margin-top: 0;
        margin-bottom: 0;
    }
}*/

.hero-content {
  padding-top: 18em;
  padding-bottom: 16em;
  color: var(--color-theme-text-btn);
}

.cssvars-polyfilled .hero-content {
  color: #FCFCFC;
}

.heroslider .display-4 {
  font-size: 4rem;
  text-shadow: 4px 0px 3px #000;
}

@media(max-width: 1200px) {
  .heroslider .display-4 {
    font-size: 2.5rem;
  }

  .hero-content {
    padding-top: 10em;
    padding-bottom: 8em;
  }
}

@media (max-width: 991px) {
  .hero-content {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}

@media (max-width: 767px) {
  .heroslider-owlslider-item {
    background-position: center top;
    background-size: 113%;
  }

  .cssvars-polyfilled .hero-content {
    background-color: #976246;
  }

  .hero-content {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--color-theme-secondary);
    background-image: url("https://apihoard.webit.com/api/v1/Image/C95E2A241BCBCA9737AA3EE308522A47/C95E2A241BCBCA9737AA3EE308522A47.jpg?size=1920x1440");
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .heroslider .display-4 {
    font-size: 2.2rem;
  }
}

.heroslider .btn-outline-secondary {
  min-width: 150px;
}

.heroslider .btn-outline-secondary.btn-light {
  background-color: var(--color-theme-secondary);
  color: #fff;
  border: 0;
  box-shadow: 0px 2px 7px #000;
  border-radius: 10px;
}

.cssvars-polyfilled .heroslider .btn-outline-secondary.btn-light {
  background-color: #dc9440 !important;
  color: #1a1616;
}

/*--- HP ShopNow Section ---*/

.cw-welcome-text-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cw-welcome-text-btn {
  margin: 2rem 0 2rem 0;
}


/*===================================================================================================
    Home - Cards
===================================================================================================*/

.cssvars-polyfilled .hs-card-background {
  background-color: #976246;
}

.hs-card-background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-color: var(--color-theme-secondary);
  background-image: url("https://apihoard.webit.com/api/v1/Image/4037B0440540C9B658790A24CCDE1B47/4037B0440540C9B658790A24CCDE1B47.png?size=1920x1440");
}


.hs-card {
  width: 100%;
  padding: 1rem;
  position: relative;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  transition-delay: 125ms;
}

.hs-card img {
  box-shadow: 0px 13px 40px -12px #000;
  height: auto;
  max-width: 100%;
}

.no-svgforeignobject .hs-card img {
  width: 100%;
}

.hs-card-body {
  position: relative;
}

.hs-card-body .btn {
  position: absolute;
  bottom: 2em;
}

.hs-card-body .btn-secondary,
.hs-card-body .btn-secondary:focus {
  box-shadow: 0px 2px 7px #000;
  border-radius: 10px;
}

@media(min-width: 800px) {
  .hs-card-container {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hs-card {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    width: 33.3333%;
  }

  .hs-card-container:hover .hs-card {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .hs-card:nth-of-type(1) {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: 3;
  }

  .hs-card:nth-of-type(2) {
    z-index: 2;
  }

  .hs-card:nth-of-type(3) {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
  }

  .hs-card-body .btn {
    display: inline-block;
    opacity: 0;
    bottom: 0;
    transition: opacity 600ms ease-out, bottom 200ms ease-out;
    transition: opacity 600ms ease-out, bottom 200ms ease-out;
    transition: opacity 600ms ease-out, bottom 200ms ease-out;
  }

  .hs-card-container:hover .hs-card .btn,
  .no-svgforeignobject .hs-card-container .hs-card .btn {
    opacity: 1;
    bottom: 2em;
  }

  .no-svgforeignobject .hs-card-container .hs-card,
  .no-svgforeignobject .hs-card:nth-of-type(1),
  .no-svgforeignobject .hs-card:nth-of-type(2),
  .no-svgforeignobject .hs-card:nth-of-type(3) {
    -webkit-transform: none;
    transform: none;
  }



}

.page-home .list-text-title {
  color: #fff;
}

.page-home .list-text-description {
  color: #fff;
}

/*------------product section-------------*/

.productslideshow .btn-primary,
.productslideshow .btn-primary:focus {
  box-shadow: 0px 2px 7px #000;
  border-radius: 10px;
}

/*------------services section-------------*/

.page-home .list .btn-primary,
.page-home .list .btn-primary:focus {
  box-shadow: 0px 2px 7px #000;
  border-radius: 10px;
}

/*===================================================================================================
    Instagram feed
===================================================================================================*/

.cw-follow {
  background-color: #1A1A1A;
}

.cw-follow h2 {
  color: #fff;
  font-size: 1rem;
}

@media(min-width: 440px) {
  .cw-follow h2 {
    font-size: 2rem;
  }
}

.cw-follow a {
  color: #fff;
}

.cw-follow a:hover {
  color: #F2B53B;
}

.insta-container {
  margin-bottom: 50px;
}

.instagram_feed {
  display: block;
  min-height: 120%;
}

.page-home .gallery {
  overflow: hidden;
}

.gallery .gallery-img-wrap {
  padding: 50% 0;
}

.page-home .gallery {
  padding-top: 2em;
  padding-bottom: 1em;
}

.page-home .gallery .card-deck.d-flex .card {
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: .8em;
}

.page-home .card.gallery-card:last-of-type {
  display: none !important;
}


@media (max-width: 992px) {
  .page-home .gallery .card-deck.d-flex .card {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .page-home .gallery .card-deck {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .page-home .gallery .card-deck.d-flex .card {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .page-home .gallery .card-deck {
    -ms-flex-direction: row;
    flex-direction: row;
  }

}



@media (max-width: 578px) {
  .page-home .gallery .card-deck.d-flex .card {
    -ms-flex: 0 0 30.333333%;
    flex: 0 0 30.333333%;
    max-width: 30.333333%;
    min-height: 1px;
    margin-right: 5px;
    margin-left: 5px;


  }

  .page-home .gallery .card-deck {
    -ms-flex-direction: row;
    flex-direction: row;
  }


}



/*===================================================================================================
    Internal Pages - Titles - to work with navbar
===================================================================================================*/

.cssvars-polyfilled .title {
  color: #fcfcfc;
  background-color: #435c46;
  background-image: url("https://apihoard.webit.com/api/v1/Image/F14D4FA364A8A8E9798A9539A1B13537/F14D4FA364A8A8E9798A9539A1B13537.png?size=1920x1440");
}

/* title */
.title {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 9em;
  padding-bottom: 6em;
  margin-bottom: 2em;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  color: #fff;
  background-color: var(--color-theme-primary);
  background-image: url("https://apihoard.webit.com/api/v1/Image/50CAE80480CF4D20E7F3E1571A0CFB84/50CAE80480CF4D20E7F3E1571A0CFB84.png?size=1920x1440");
}


.title .title-container {
  position: relative;
  z-index: 2;
}

.title-heading {
  max-width: 800px;
  margin: auto;
  text-align: center;
  font-size: 3rem;
}

@media(max-width: 991px) {
  .title-heading {
    font-size: 2.5rem;
  }

  .title {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}


/* Sitemap 
======================================== */

.sitemap {
  position: relative;
  padding-top: 300px;
}

.sitemap .container {
  position: static;
}

.cssvars-polyfilled .sitemap .title-heading {
  color: #fcfcfc;
  background-color: #435c46;
}

.sitemap .title-heading {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  margin: initial;
  overflow: hidden;
  padding-top: 3em;
  padding-bottom: 2em;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  color: var(--color-theme-background);
  background-color: var(--color-theme-primary);
  background-image: url("https://apihoard.webit.com/api/v1/Image/C95E2A241BCBCA9737AA3EE308522A47/C95E2A241BCBCA9737AA3EE308522A47.jpg?size=1920x1440");
}



@media(max-width: 991px) {
  .sitemap .title-heading {
    font-size: 2.5rem;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .sitemap {
    padding-top: 280px;
  }
}

@media(max-width: 567px) {
  .sitemap .title-heading {
    font-size: 2rem;
  }

  .sitemap {
    padding-top: 230px;
  }
}



/* eCommerce titles
======================================== */
.eCommerce {
  position: relative;
}

.eCommerce .container {
  position: static;
}

.eCommerce .title-heading {
  font-size: 3rem;
  display: block;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  display: block;
  overflow: hidden;
  margin-bottom: 2em;
}

.cssvars-polyfilled .eCommerce span.title-heading-container {
  color: #fcfcfc;
  background-color: #435c46;
}

.eCommerce span.title-heading-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  margin: initial;
  overflow: hidden;
  padding-top: 3em;
  padding-bottom: 2em;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  color: var(--color-theme-background);
  background-color: var(--color-theme-primary);
  background-image: url("https://apihoard.webit.com/api/v1/Image/C95E2A241BCBCA9737AA3EE308522A47/C95E2A241BCBCA9737AA3EE308522A47.jpg?size=1920x1440");
}

.eCommerce .title-heading::after {
  content: '';
  width: 80px;
  height: 3px;
  display: block;
  z-index: 2;
  position: relative;
  margin: 100px auto 15px auto;
}

@media(max-width: 991px) {
  .eCommerce .title-heading {
    font-size: 2.5rem;
  }

  .eCommerce span.title-heading-container {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

@media(max-width: 567px) {
  .eCommerce .title-heading::after {
    margin-top: 65px;
  }

  .eCommerce .title-heading {
    font-size: 2rem;
  }
}


.eCommerce-line {
  display: none;
}


/* Move image behind navbar in desktop */
@media (min-width: 992px) {

  .eCommerce span.title-heading-container,
  .title,
  .sitemap .title-heading,
  section.tcpp {
    margin-top: -66px;
  }

  section.tcpp {
    position: relative;
    padding-top: 297px;
  }

  .cssvars-polyfilled section.tcpp::before {
    background-color: #435c46;
  }

  section.tcpp::before {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-color: var(--color-theme-primary);
    background-image: url(https://apihoard.webit.com/api/v1/Image/C95E2A241BCBCA9737AA3EE308522A47/C95E2A241BCBCA9737AA3EE308522A47.jpg?size=1920x1440);
    height: 297px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .error {
    position: relative;
    display: block;
    margin-top: 0;
    padding-top: 66px;
  }

  .cssvars-polyfilled .error::before {
    background-color: #435c46;
  }

  .error::before {
    display: block;
    position: absolute;
    content: '';
    top: -66px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 66px;
    margin: initial;
    overflow: hidden;
    background-color: var(--color-theme-primary);
  }



}


  /* FOOTER */
  .footer {
    padding-top: 1.5em;
  }

  .cw-social {
    padding: 1% 0;
  }

  .cw-social i {
    font-size: 1.5rem;
    color: #fff;
    margin: 0.5em;
  }

  .cw-background {
    background-image: url(https://apihoard.webit.com/api/v1/Image/4037B0440540C9B658790A24CCDE1B47/4037B0440540C9B658790A24CCDE1B47.png?size=1920x1440);
    background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }

.cw-about {
  padding: 30px;
}

  .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/1DC352AAB379D95D3FE70B5B29A7CC0F/1DC352AAB379D95D3FE70B5B29A7CC0F.png?size=320x240);
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-position: 0 0
}

/* Home page About Us ================================================================================================================= */
.cw-about-us {
  margin: 5rem 0 3rem 0;
}

.cw-about-us-slider {
  border: 3px solid rgb(0, 0, 0);
}

.cw-graphic {
  position: absolute;
  content: "";
  bottom: -4rem;
  left: 0;
  right: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .cw-graphic {
    position: absolute;
    content: "";
    bottom: -1rem;
    left: 0;
    right: 0;
    z-index: -1;
    display: flex;
    justify-content: center;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (max-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) {
}