/*---- Global ----*/
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
@import url("https://use.typekit.net/byt3mbs.css");



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "zuume-edge", sans-serif !important;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 1.5px;
  text-shadow: 2px 3px 3px #000;
}

body {
  font-family: "Orbitron", sans-serif !important;
  font-weight: 600;
}

/*---- Header ----*/

.header-logo {
  display: none
}

.header-info {
  display: none
}

.header .navbar-brand {
  padding: 3px 0 0;
  min-height: auto;
  font-size: 0;
  background-image: url(https://apihoard.webit.com/api/v1/Image/9D000517E0DADC6E8BAD84C828838A5A/9D000517E0DADC6E8BAD84C828838A5A.png?size=1920x1440);
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  width: 208px;
  height: 44px;
  display: block;
  background-position: center
}

.navbar .container {
  padding-top: 10px;
  padding-bottom: 10px
}

.affix {
  box-shadow: 0;
  -webkit-transition: box-shadow 2s;
  transition: box-shadow 2s
}

.navbar-shadow {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .02), 0 2px 2px rgba(0, 0, 0, .03), 0 4px 4px rgba(0, 0, 0, .04), 0 8px 8px rgba(0, 0, 0, .05), 0 16px 16px rgba(0, 0, 0, .05)
}

.header .active .nav-link-cart::after,
.header .nav-link-cart:focus::after,
.header .nav-link-cart:hover::after,
.header .navbar .active .dropdown-toggle::before,
.header .navbar .active .nav-link::before,
.header .navbar .nav-link:focus::before,
.header .navbar .nav-link:hover::before {
  background: var(--color-theme-secondary);
  border-color: var(--color-theme-secondary)
}

.cw-header {
  padding: 4px 0;
}

@media(max-width: 991px) {
  .navbar .container {
    text-align: center;
    max-width: 100%
  }
}

@media(min-width: 992px) {
  .header .navbar-brand {
    min-height: auto;
    margin-left: 0;
    display: inline-block !important;
    order: 1;
    height: 65px;
    width: 210px;
    margin-top: -10px
  }

  .navbar .container {
    max-width: 100% !important;
    padding-right: 9px
  }

  .navbar-collapse {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial
  }

  .navbar .container {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .header .nav-link-cart,
  .header .navbar .nav-link {
    line-height: 30px
  }

  .header .navbar {
    padding-top: 5px
  }

  .header .navbar-expand-lg .navbar-nav {
    position: absolute;
    right: 100px;
    top: 20px
  }

  .nav-link-cart {
    left: 5rem;
    padding-bottom: 6px;
    background: transparent !important;
  }

  .cw-header .container {
    left: 5rem;
  }
}

@media(min-width: 1200px) {
  .header li.nav-item {
    margin-right: 10px
  }

  .header li.nav-item:last-of-type {
    margin-right: 0
  }

  .cw-header .container {
    left: 25rem;
  }

  .header .navbar-brand {
    height: 118px;
    margin-top: -20px;
    margin-bottom: -13px;
  }
}

@media (min-width: 1600px) {
  .header .container {
    left: 0;
  }
}

.header .nav-item:last-of-type .nav-link {
  background: var(--color-theme-secondary);
  color: var(--color-theme-text-btn);
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: .9em
}

.header .nav-item:last-of-type .nav-link:before {
  background: var(--color-theme-highlight);
  border-color: var(--color-theme-highlight)
}

.header .nav-item:last-of-type .nav-link:hover,
.header .nav-item:last-of-type.active .nav-link {
  background: var(--color-theme-highlight);
  color: var(--color-theme-text-btn)
}


@media (min-width: 440px) {
  .cw-header-contact {
    display: flex;
    flex-direction: column;
    padding: 2rem 0 0;
    line-height: .5em;
  }
}

@media (min-width: 768px) {
  .cw-header-contact {
    display: flex;
    flex-direction: row;
    padding: 1rem 0 .5rem;
    line-height: none;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .cw-header-contact {
    position: relative;
    left: 178px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1160px) {
  .cw-header-contact {
    left: 24px;
    justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .cw-header-contact {
    left: 278px;
    justify-content: normal;
  }
}


@media (min-width: 1600px) {
  .cw-header-contact {
    left: 233px;
    justify-content: flex-end;
  }
}

@media (min-width: 1800px) {
  .cw-header-contact {
    left: 371px;
  }
}

@media (min-width: 1900px) {}


/*---- Hero ----*/

.cw-hero {
  position: relative;
  overflow: hidden;
  min-height: 584px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), transparent), url('https://apihoard.webit.com/api/v1/Image/D567C189CAF6A1D2A24DE988B3F5560C/D567C189CAF6A1D2A24DE988B3F5560C.jpg?size=1920x1440') no-repeat center center;
  background-size: cover;
  background-position: 45% bottom;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
}


.cw-hero .cw-hero-content {
  padding: 2rem 1rem 2.5rem;
  background: rgba(28, 28, 28, 0.85);
  color: #fff;
  max-width: 340px;
}

.cw-hero h1 {
  font-size: 3rem;
  text-transform: uppercase;
  font-family: "zuume-edge", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.cw-hero h1::after {
  content: "";
  display: block;
  height: 3px;
  width: 80px;
  margin: 10px 0 15px 0;
  background-color: var(--color-theme-secondary);
}

.cw-hero p {
  font-family: "Orbitron", sans-serif;
  font-weight: 600;
  font-size: 12px;
}

/* MAX to adjust container just on very small */
@media(max-width: 439px) {
  .cw-hero .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* regular media */
@media(min-width: 440px) {
  .cw-hero .cw-hero-content {
    margin-bottom: 40px;
  }

  .cw-hero h1 {
    font-size: 4rem;
  }

  .cw-hero p {
    font-size: 13px;
  }
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
  .cw-hero .cw-hero-content {
    background: #1c1c1c;
    max-width: 450px;
  }

  .cw-hero h1 {
    font-size: 5rem;
  }

  .cw-hero p {
    font-size: 17px;
  }
}

@media(min-width: 992px) {
  .cw-hero {
    margin-top: calc(-1 * var(--cw-headerHeight));
    padding-top: var(--cw-headerHeight);
    min-height: 800px;
  }

  .cw-hero .cw-hero-content {
    max-width: 565px;
  }

  .cw-hero h1 {
    font-size: 6rem;
  }

  .cw-hero p {
    font-size: 1.25rem;
    padding-top: 3px;
  }
}

@media(min-width: 1200px) {}

@media(min-width: 1600px) {

  .cw-hero .cw-hero-content {
    margin-left: -60px;
    margin-bottom: 60px
  }
}

#heroBg {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cardHero {
  background-color: #171717;
  border-radius: 1rem;
  width: 100%;
  height: 30rem;
  transition: 0.1s ease-out;
  box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
}


#gradient {
  width: 100%;
  height: 100%;
  opacity: 0.15;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(45deg,
      #D60009,
      #ad2846,
      #ffffff,
      #5a77c0,
      #319efd,
      #D60009,
      #ad2846,
      #ffffff,
      #5a77c0,
      #319efd,
      #D60009,
      #ad2846,
      #ffffff,
      #5a77c0,
      #319efd,
      #D60009,
      #ad2846,
      #ffffff,
      #5a77c0,
      #319efd,
      #D60009,
      #ad2846,
      #ffffff,
      #5a77c0,
      #319efd,
      #D60009,
      #ad2846,
      #ffffff,
      #5a77c0,
      #319efd);
  background-size: 400% 400%;
  animation: animateGradient 100s linear infinite;
}

@keyframes animateGradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


@media (min-width: 440px) {
  #cardHero {
    height: 38rem;
  }
}

@media (min-width: 768px) {
  #heroBg {
    height: 75vh;
  }

  #cardHero {
    height: 41rem;
  }
}

@media (min-width: 992px) {
  #cardHero {
    height: 45rem;
  }
}

@media (min-width: 1160px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

@media (min-width: 1600px) {}

@media (min-width: 1800px) {}

@media (min-width: 1900px) {}


/* -------------------- OLD Header & Navbar ---------------------- */

/* OLD Navbar */
/*.header .navbar:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: #05668d;
  background: linear-gradient(to right, #05668d 0%, #05668d 33%, #05668d 33%, #028090 33%, #028090 33%, #ff00a6 66%, #ff0083 66%, #ff007d 66%, #a80041 100%);
}

.header .navbar-nav .nav-link {
  text-transform: uppercase;
  line-height: 2.5em;
  font-size: .85rem
}*/

/* OLD Header */
/*.cw-header {
  background: #000;
  color: var(--header-text);
  padding: 5px 0;
}

.cw-header .cw-header-logo {
  text-align: center;
}

.cw-header .cw-header-logo img {
  width: 305px
}

.cw-header .cw-header-contact {
  padding: .5rem 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;

  text-align: center;
}

.cw-header a:not(.btn) {
  color: inherit;
}

.cw-header a:not(.btn):hover {
  color: var(--color-theme-highlight);
}

.cw-header .cw-phone:before {
  font-family: FontAwesome;
  content: "\f2a0";
  background: var(--color-theme-highlight);
  color: var(--color-theme-text-btn);
  border-radius: 50%;
  margin-right: .5rem;
  line-height: 1;
  padding: 8px 10px;
}


@media (min-width: 576px) {}

@media (min-width: 768px) {
  .cw-header .cw-header-contact {
    flex-flow: row wrap;
  }
}

@media (min-width: 992px) {
  .cw-header .cw-header-logo {
    text-align: left;
  }

  .cw-header .cw-header-contact {
    font-size: 1.1rem;
    text-align: right;
    justify-content: flex-end;
  }
}

@media (min-width: 1200px) {}

@media(min-width: 1440px) {
  .header .container {
    max-width: 1400px
  }
}*/

.st0 {
  fill: #171717 !important;
}


/* OLD Hero */
/*.cw-hero {
  background-image: linear-gradient(45deg, #375f9acc, #5c79a49c), url(https://apihoard.webit.com/api/v1/Image/81D440691047C0414E93A387A56D91A6/81D440691047C0414E93A387A56D91A6.jpg?size=1920x1440);
  background-size: cover;
  background-position: center;
  position: relative;
}*/

.cw-hero svg {
  position: absolute;
  bottom: -1%;
  right: 0;
  width: 102%;
}

/*@media(min-width:992px) and (max-width: 1199px) {
  .cw-heroText h1 {
    font-size: 1.5em;
  }
}

@media(min-width: 992px) {
  .cw-heroText.d-block.my-auto {
    width: 45%;
  }
}*/
/*----------------------------------------------------------------------------*/

/*--- Title Borders ---*/

.cw-top-rip-2 img,
.cw-bttm-rip-2 img {
  width: 100%;
  max-width: 500%;
  position: relative;
}

.cw-bttm-rip-3 img {
  width: 100%;
  max-width: 500%;
  position: relative;
  z-index: 1;
  bottom: 1rem;

}

.cw-top-rip-2 {
  position: relative;
  z-index: 5;
  padding: 2rem 0 1rem;
  /* margin-top: -20px; */
}

.cw-bttm-rip-2 {
  background-color: var(--color-theme-background);
  padding: 1rem 0 2rem;
}

@media (min-width: 440px) {
  .cw-top-rip-2 {
    padding: 2rem 0 1.5rem;
  }

  .cw-bttm-rip-2 {
    padding: 2rem 0 2rem;
  }
}

@media (min-width: 768px) {

  .cw-top-rip-2 img,
  .cw-bttm-rip-2 img {
    width: 113%;
    right: 44px;
  }

  .cw-bttm-rip-3 img {
    width: 113%;
    right: 44px;
  }
}

@media (min-width: 992px) {
  .cw-bttm-rip-2 {
    padding: 3rem 0 2rem;
  }
}

@media (min-width: 1160px) {

  .cw-top-rip-2 img,
  .cw-bttm-rip-2 img {
    width: 1159px;
    right: 99px;
  }

  .cw-bttm-rip-3 img {
    width: 1159px;
    right: 99px;
  }
}

@media (min-width: 1200px) {

  .cw-top-rip-2 img,
  .cw-bttm-rip-2 img {
    width: 1183px;
    right: 21px;
  }

  .cw-bttm-rip-3 img {
    width: 1183px;
    right: 21px;
    bottom: 6rem;
  }
}

@media (min-width: 1400px) {

  .cw-top-rip-2 img,
  .cw-bttm-rip-2 img {
    width: 1383px;
    right: 121px;
  }

  .cw-bttm-rip-3 img {
    width: 1383px;
    right: 121px;
    bottom: 8rem;
  }
}

@media (min-width: 1600px) {

  .cw-top-rip-2 img,
  .cw-bttm-rip-2 img {
    width: 1609px;
    right: 15rem;
  }

  .cw-bttm-rip-3 img {
    width: 1609px;
    right: 15rem;
    bottom: 9rem;
  }
}

@media (min-width: 1800px) {

  .cw-top-rip-2 img,
  .cw-bttm-rip-2 img {
    width: 1899px;
    right: 23rem;
  }

  .cw-bttm-rip-3 img {
    width: 1899px;
    right: 23rem;
    bottom: 12rem;
  }

  .cw-top-rip-2 {
    padding: 2rem 0 4.5rem;
  }

  .cw-bttm-rip-2 {
    padding: 6rem 0 2rem;
  }
}

@media (min-width: 1900px) {}

/*   Hero Badging */
.cw-badge {
  /*font-family: 'Open Sans', sans-serif;*/
  position: relative;
  /*color: #bdbdbd;*/
  margin: 3rem 1rem 5rem;
  max-width: 295px;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://apihoard.webit.com/api/v1/Image/B167FE999E42F65973FBB57637FE18C5/B167FE999E42F65973FBB57637FE18C5.jpg?size=1920x1440);
}

.cw-badge h2,
.cw-badge h5 {
  margin: 0;
  text-transform: uppercase;
}

.cw-badge h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.8em;
  font-weight: 700;
  position: relative;
}

.cw-badge h2:before,
.cw-badge h2:after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  left: 50%;
  top: 50%;
  border: 3px;
  /*border-style: solid;*/
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

/*.cw-badge:nth-child(1) h2:before,
.cw-badge:nth-child(1) h2:after {
  border-color: green;
}*/

.cw-badge:nth-child(1) i {
  color: #fff;
}

/*.cw-badge:nth-child(2) h2:before,
.cw-badge:nth-child(2) h2:after {
  border-color: var(--color-theme-primary);
}*/

.cw-badge:nth-child(2) i {
  color: #fff;
}

/*.cw-badge:nth-child(3) h2:before,
.cw-badge:nth-child(3) h2:after {
  border-color: #cdaa35;
}*/

.cw-badge:nth-child(3) i {
  color: #fff;
}

/*.cw-badge:nth-child(4) h2:before,
.cw-badge:nth-child(4) h2:after {
  border-color: #375F9A;
}*/

.cw-badge:nth-child(4) i {
  color: #fff;
}

.cw-badge h2:before {
  -webkit-transform: rotate(45deg) translate(-63%, -63%);
  transform: rotate(45deg) translate(-63%, -63%);
  border-width: 5px 0 0 5px;
  border-radius: 25% 0 0 0;
}

.cw-badge h2:after {
  -webkit-transform: rotate(45deg) translate(-37%, -37%);
  transform: rotate(45deg) translate(-37%, -37%);
  border-width: 0 5px 5px 0;
  border-radius: 0 0 25% 0;
}

.cw-badge h5 {
  font-size: 1em;
  font-weight: 800;
}

.cw-badge i {
  font-size: 4em;
  line-height: 1em;
}

/*------------------------------------------------------------------------------------*/

.page-home .text {
  background: url(https://apihoard.webit.com/api/v1/Image/2C6417C159A0C84CB4CFE7A0B866D9FF/2C6417C159A0C84CB4CFE7A0B866D9FF.png?size=Original);
  background-size: contain;
}

.page-home .text-container {
  background-color: var(--color-theme-secondary);
}

.page-home .cw-proud span {
  font-size: 30px !important;
}

@media (min-width: 440px) {
  .page-home .cw-proud span {
    font-size: 38px !important;
  }
}

@media (min-width: 768px) {
  .page-home .text-container {
    background-color: transparent;
  }

  .page-home .cw-proud span {
    font-size: 48px !important;
  }
}

/*----- Featured Drivers -----*/

.cw-feat-driver {
  padding: 5rem 0 5rem
}

.cw-fd-title {
  padding-bottom: 1rem;
}

.cw-fd-title h2 {
  font-size: 4rem;
}

.cw-fd-1 {
  padding-bottom: 4rem;
}

.cw-fd-1 h4,
.cw-fd-2 h4 {
  padding-top: 1rem;
  font-size: 3rem;
}

@media (min-width: 440px) {
  .cw-fd-title {
    padding-bottom: 3rem;
  }

  .cw-fd-title h2 {
    font-size: 5rem;
  }
}

@media (min-width: 768px) {
  .cw-fd-title h2 {
    font-size: 6rem;
  }

  .cw-fd-1 {
    padding-bottom: 0;
  }
}


/* Home Service Section */
.modpad {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .modpad {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 769px) {
  .modpad {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.modpad.webit-list {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -12px;
  margin-right: -12px;
}

.modpad.webit-list+.modpad.webit-list {
  padding-top: 5px;
}

.modpad .webit-list-wrapper {
  margin-right: 12px;
  margin-left: 12px;
}

@media (max-width: 991px) {
  .modpad .webit-list-wrapper {
    margin-right: 0;
    margin-left: 0;
  }

  .modpad.webit-list {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .modpad.webit-list+.modpad.webit-list {
    padding-top: 0;
    margin-top: -20px;
  }
}

.webit-list-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.webit-list-image {
  display: block;
  position: relative;
  height: 400px;
}

.webit-list-image img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}

.webit-list-image::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.65)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.65) 100%);
  -webkit-transition: opacity 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  -o-transition: opacity 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  transition: opacity 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  z-index: 1;
}

.webit-list-wrapper:hover .webit-list-image::before {
  opacity: 1;
}

.webit-list-content {
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  width: 100%;
  height: 95%;
  padding: 20px 20px 0;
  color: #fff;
  z-index: 2;
}

.webit-list-title {
  font-size: 3em;
  margin-bottom: 0;
  line-height: 0.8em;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  -o-transition: transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  transition: transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  transition: transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8) -webkit-transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
}

.webit-list-text {
  font-size: 1.2em;
}

.webit-list-text,
.webit-btn {
  opacity: 0;
  height: 0;
  padding: 0;
}

.webit-list-text {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8), -webkit-transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8), height 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  -o-transition: transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8), opacity 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8), height 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  transition: transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8), opacity 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8), height 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
  transition: transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8), opacity 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8), height 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8),
    -webkit-transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
}

.webit-list-wrapper:hover .webit-list-title,
.webit-list-wrapper:hover .webit-list-text,
.webit-list-wrapper:hover .webit-btn {
  height: auto;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  opacity: 1;
}

.webit-list-wrapper:hover .webit-list-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

.webit-list-wrapper:hover .webit-btn::after {
  opacity: 1;
  left: 0;
  right: 0;
}

@media (max-width: 991px) {

  .webit-list-wrapper .webit-list-title,
  .webit-list-wrapper .webit-list-text,
  .webit-list-wrapper .webit-btn {
    height: auto;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 1;
  }

  .webit-list-wrapper .webit-list-text {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .webit-list-wrapper .webit-list-image::before {
    opacity: 0.8;
  }

  .webit-list-wrapper .webit-btn::after {
    opacity: 1;
    left: 0;
    right: 0;
  }

  .webit-list-wrapper {
    animation-duration: 100ms;
  }
}



.cw-imgbtns {
  background: #171717;
  z-index: 100;
  position: relative;
}

.cw-imgbtns .cw-fullbtn-row {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn {
  background: #fff;
  background-image: url("https://apihoard.webit.com/api/v1/Image/769BBA56357D9DBF348D6B9856635BB6/769BBA56357D9DBF348D6B9856635BB6.jpg?size=1920x1440");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition-duration: .5s;
  transition-timing-function: ease-out;

  min-height: 44vw;
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn:nth-of-type(1) {
  background-image: url("https://apihoard.webit.com/api/v1/Image/0947BA5378776F2CA79D3685263414CD/0947BA5378776F2CA79D3685263414CD.jpg?size=320x24800x600");
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn:nth-of-type(2) {
  background-image: url("https://apihoard.webit.com/api/v1/Image/2CDC3AFB4951EAEDB8D4805B96F43AFA/2CDC3AFB4951EAEDB8D4805B96F43AFA.jpg?size=800x600");
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn:nth-of-type(3) {
  background-image: url("https://apihoard.webit.com/api/v1/Image/FA515CE09A987CBA892EAE40C8A50A26/FA515CE09A987CBA892EAE40C8A50A26.jpg?size=800x600");
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn:hover {
  background-size: 120%;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar {
  background: rgb(0 0 0 / 74%);
  color: #fff;
  height: 70%;
  text-align: center;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  padding: 2rem 0;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn:hover .cw-bgbar {
  background-size: 120%;
  height: 100%;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar p {
  font-size: 1rem;
  width: 100%;
  /* flex to align the :before and after */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar p::before,
.cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar p::after {
  content: "";
  width: 10%;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  margin: 0 10px;
}

.cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar h4 {
  font-size: 2rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

@media (max-width: 768px) {
  .cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar {
    min-height: 56vw;
  }
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {

  /* -------------------- fullbuttons ---------------------- */
  .cw-imgbtns .cw-fullbtn-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
  }

  .cw-imgbtns .cw-fullbtn-row .cw-fullbtn {
    min-height: 22vw;
  }

  .cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar {
    height: 60%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    /* padding: 2rem 0; */
  }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .cw-imgbtns .cw-fullbtn-row .cw-fullbtn .cw-bgbar {
    height: 33%;
  }
}

.page-home .galleryslideshow {
  text-align: center;
  padding-top: 0em;
  padding-bottom: 3em;
}

.cw-grand-parallax {
  position: relative;
  min-height: 300px;
  padding-top: 5em;
  padding-bottom: 4em;
  color: #fff
}

.cw-grand-parallax:before {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0, 0, 0, .7)
}

.cw-grand-scantitle {
  color: #44c0bc
}

.cw-grand-parallax .container {
  position: relative;
  z-index: 2
}


.st4 {
  fill: none;
  stroke: #375F9A !important;
  stroke-width: 16;
  stroke-miterlimit: 10;
}


.w-100 {
  width: 90% !important;
}

.cw-infin-carousel {
  width: 100%;
  overflow: hidden;
  background: #000;
}

.cw-infin-carousel-track {
  display: flex;
  width: calc(200%);
  /* To accommodate duplicated items */
  animation: scroll 30s linear infinite;
}

.cw-infin-carousel-track img {
  width: 16.6666vw;
  /* 100 / 6 for 6 images */
  height: auto;
  flex-shrink: 0;
  object-fit: cover;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.cw-cascade {
  margin: 5rem auto 0;
  padding: .5em 0;
  background: url(https://apihoard.webit.com/api/v1/Image/3D16589898767E271090768875C62403/3D16589898767E271090768875C62403.jpg?size=1920x1440);
  background-size: cover;
  background-repeat: no-repeat;
}

.cw-cascadeText {
  z-index: 2;
}

.cw-cascadeText h4 {
  color: var(--color-theme-secondary);
  font-size: 20px;
}

.cw-cascadeText h3 {
  color: var(--color-theme-secondary);
  font-size: 1.5rem;
}

.cw-cascade a {
  font-size: 8px;
}

@media (min-width: 440px) {
  .cw-cascadeText h4 {
    font-size: 2rem;
  }

  .cw-cascadeText h3 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .cw-cascadeText h4 {
    font-size: 2.5rem;
  }

  .cw-cascadeText h3 {
    font-size: 3.5rem;
  }

  .cw-cascade a {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .cw-cascadeText h4 {
    font-size: 4rem;
  }

  .cw-cascadeText h3 {
    font-size: 6rem;
  }

  .cw-cascade a {
    font-size: 1.5rem;
  }
}

@media (min-width: 1800px) {

  .cw-cascade {
    padding: 6em 0;
  }


  .cw-cascadeText h4 {
    font-size: 4rem;
  }

  .cw-cascadeText h3 {
    font-size: 5rem;
  }
}

@media (min-width: 1900px) {}

/*---- Gallery Page ----*/

.gallery-img-wrap {
  border: 6px solid #319efd;
}