.cw-setup {
  position: fixed;
  bottom: 1em;
  right: 1em;
  border-radius: 25px;
  font-size: 1.25rem;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0,0,0,.33);
  -moz-box-shadow: 0 2px 9px 0 rgba(0,0,0,.33);
  box-shadow: 0 2px 9px 0 rgba(0,0,0,.33);
  border: 2px solid var(--color-theme-secondary);
  z-index: 10
}

.cw-setup:hover {
  cursor: pointer
}

.hidden {
  display: none
}

#cw-contactBtns a {
  display: inline-block;
  width: 54px;
  height: 54px;
  padding: 11px;
  border-radius: 50%;
  background: #fff
}

#cw-contactBtns a:before {
  display: block;
  font: normal normal normal 30px/1 FontAwesome;
  color: var(--color-theme-secondary)
}

.cw-phone:before {
  content: "\f098"
}

.cw-email:before {
  content: "\f0e0"
}

.cw-text:before {
  content: "\f27a"
}




.header .navbar-nav .nav-link {
  text-transform: uppercase;
  line-height: 36px;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
}

.header .navbar .active > .nav-link {
  color: white;
}

.header .container {
  max-width: 1400px;
}

.header .header-info-logo-img img {
  width: 320px;
}

.header .navbar {
  border-bottom: 8px solid #dbdbdb;
}

.header .navbar .dropdown-item {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .header .header-info-logo-img {
    position: absolute;
    top: 4px;
    z-index: 1032;
  }

  .header .navbar-expand-lg .navbar-nav .dropdown-item {
    font-size: 0.85rem;
  }

  nav.navbar .container {
    position: relative;
    height: 115px;
    margin: 0 auto;
  }

  .navbar-nav {
    position: absolute;
    right: 0;
    bottom: 1.85rem;
  }

  .header .affix {
    position: absolute !important;
  }
}

/* Home - Hero Section
  =================================================================================================*/

.contact-callout {
  background: #dbdbdb;
  padding: 1.5em 1em;
  text-align: center;
}

.contact-callout-text {
  color: var(--color-theme-text-btn);
  margin: 0;
  font-size: 1.5em;
}

.contact-callout-text a {
  color: var(--color-theme-text-btn);
}

.contact-callout-text a:hover {
  color: #474747;
}

/* Hero */
.cw-home-top {
  background: linear-gradient(
      108deg,
      rgba(0, 0, 0, 0.8) 0%,

      rgba(0, 0, 0, 0.8) 100%
    ),
    url("https://apihoard.webit.com/api/v1/Image/CA650D7CE6712EEC881A086E3CA38670/CA650D7CE6712EEC881A086E3CA38670.jpg?size=1920x1440");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding-top: 7em;
  padding-bottom: 7em;
}
@media (min-width: 992px) {
  .cw-home-top {
    background: linear-gradient(
        108deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.6) 46%,
        rgba(0, 0, 0, 0.5) 46%,
        rgba(0, 0, 0, 0.5) 47%,
        rgba(0, 0, 0, 0.4) 47%,
        rgba(0, 0, 0, 0.4) 49%,
        rgba(0, 0, 0, 0) 49%,
        rgba(0, 0, 0, 0) 100%
      ),
      url("https://apihoard.webit.com/api/v1/Image/CA650D7CE6712EEC881A086E3CA38670/CA650D7CE6712EEC881A086E3CA38670.jpg?size=1920x1440");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 7em;
    padding-bottom: 7em;
  }
}
.cw-home-top h1 {
  text-align: center;
  font-size: 2em;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7), 0px 0px 2px rgba(0, 0, 0, 0.7);
}
.cw-home-top h1 span {
  display: block;
  font-size: 50%;
}
@media (min-width: 992px) {
  .cw-home-top h1 {
    font-size: 3em;
  }
  .cw-home-top h1 span {
    font-size: 25%;
  }
}
@media (min-width: 1222px) {
  .cw-home-top h1 {
    font-size: 4em;
  }
}
.cw-home-top .btn {
  display: block;
  margin: auto;
  font-weight: 700 !important;
  text-transform: uppercase;
  width: 90%;
}
.cw-home-top hr {
  width: 90%;
  margin: 1em auto;
  display: block;
}

/*---------------------------------------------------*/
.cw-home-top-line-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.cw-home-top .cw-home-top-line-1 p {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7), 0px 0px 2px rgba(0, 0, 0, 0.7);
  margin: 1em;
}
.cw-home-top .cw-home-top-line-1 hr {
  border-style: solid;
  border-color: #fff;
  width: 20%;
  margin: 1em 0;
}
/* .cw-home-hero {
  background: url(https://apihoard.webit.com/api/v1/Image/A6C62DB2D8E186377251EB0DCAFD311F/A6C62DB2D8E186377251EB0DCAFD311F.jpg?size=1920x1440);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -1px;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 7em;
  padding-bottom: 7em;
  min-height: 700px;
}

@media (max-width: 567px) {
  .cw-home-hero {
    padding-top: 3em;
    padding-bottom: 3em;
    min-height: 410px;
  }
}

.cw-home-hero:after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0 0 0 / 62%);
}

.cw-home-hero .cw-home-hero-container {
  position: relative;
  z-index: 2;
}

.cw-home-hero-content {
  color: #fff;
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.cw-home-hero-lines {
  position: relative;
  text-align: center;
}

.cw-home-hero-lines span {
  display: inline-block;
  vertical-align: middle;
  max-width: 55%;
}

.cw-home-hero-lines::before,
.cw-home-hero-lines::after {
  content: " ";
  height: 3px;
  width: 10%;
  background: #dbdbdb;
  display: inline-block;
  vertical-align: middle;
}

.cw-home-hero-headline {
  line-height: 1.15;
}

@media (max-width: 567px) {
  .cw-home-hero-headline {
    font-size: 2.5rem;
  }
}

.cw-home-hero-text {
  font-size: 1.2em;
  max-width: 520px;
  margin: auto;
}

.cw-home-hero-btm-line {
  height: 3px;
  width: 75%;
  background: #dbdbdb;
  margin: 25px auto;
} */

.btn-outline-primary,
.btn-outline-primary:focus {
  background-color: var(--color-theme-trans);
  color: var(--color-theme-text-btn);
  border-color: var(--color-theme-text-btn);
}

.btn-outline-primary:hover,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: var(--color-theme-secondary);
  color: var(--color-theme-text-btn) !important;
  border-color: var(--color-theme-secondary);
}

.btn-outline-primary:before {
  background: var(--color-theme-secondary);
}

.btn-dark {
  background: rgba(0, 0, 0, 0.7);
}

.btn-dark:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  border-color: transparent;
}

.cw-mission {
  position: relative;
  margin-bottom: -5rem;
  z-index: 2;
}
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
.cw-fleet-page {background-color: #fff;
}
.cw-fleet-page p {
  font-size: 120%;
  text-align: center;
}
.cw-fleet-page img {
  display: block;
  margin: 1em auto;
}
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/

.cw-home-welcome {
  background: linear-gradient(
      110deg,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0.8) 100%
    ),
    url("https://apihoard.webit.com/api/v1/Image/0FDC96C54D810B4F4173454A1DC32941/0FDC96C54D810B4F4173454A1DC32941.jpg?size=1920x1440");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  padding-top: 4em;
  padding-bottom: 4em;
}
@media (min-width: 992px) {
  .cw-home-welcome {
    background: linear-gradient(
        110deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(128, 0, 0, 0.1) 50%,
        rgba(128, 0, 0, 0.1) 51%,
        rgba(255, 255, 255, 0) 51%,
        rgba(255, 255, 255, 0) 100%
      ),
      url("https://apihoard.webit.com/api/v1/Image/0FDC96C54D810B4F4173454A1DC32941/0FDC96C54D810B4F4173454A1DC32941.jpg?size=1920x1440");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 8em;
    padding-bottom: 8em;
  }
}
.cw-home-welcome h2 {
  margin: 0;
  font-weight: 400;
  font-size: 170%;
}
.cw-home-welcome h2 span {
  font-size: 90%;
}
@media (min-width: 992px) {
  .cw-home-welcome h2 {
    font-size: 230%;
  }
}
.cw-home-welcome h1 {
  margin: 0;
  font-size: 170%;
}
@media (min-width: 992px) {
  .cw-home-welcome h1 {
    font-size: 230%;
  }
}
.cw-home-welcome h1 span {
  display: block;
  font-size: 50%;
}
.cw-home-welcome .btn {
  display: block;
  width: fit-content;
  margin-top: 1em;
}
.cw-home-welcome hr {
  border-width: thick;
  border: solid;
  display: block;
  width: 25%;
  margin: 2em 0;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/

.cw-c-header {
  background-color: #800000;
  padding-top: 2em;
}
.cw-c-header img {
  display: none;
}
@media (min-width: 992px) {
  .cw-c-header img {
    display: block;
    margin: 1em auto;
  }
}
.cw-c-header h2 {
  text-align: center;
  color: #fff;
}
.cw-c-header h2 a {
  color: #fff;
}
.cw-c-header h2 a:hover {
  color: #ff0000;
}
.cw-c-header p {
  text-align: center;
  color: #fff;
  margin: 0.5em auto;
}
.cw-c-header p a {
  color: #fff;
}
.cw-c-header p a:hover {
  color: #ff0000;
}
