.cw-pre-line {
  border: 1px solid var(--color-theme-highlight);
  color: var(--color-theme-highlight);
  padding: .5rem 1rem;
  display: inline-block;
  border-radius: 3rem;
  margin: auto;
  text-transform: uppercase;
}

.cw-main-title {
  margin-top: 1rem;
  text-transform: uppercase;
}


/*-- Header --*/

.header .navbar, .header .navbar.bg-primary {
  height: 113px;
}

@media (min-width: 280px) {
  .header .navbar, .header .navbar.bg-primary {
    height: unset;
  }
}

@media (min-width: 992px) {
  .header .navbar, .header .navbar.bg-primary {
    height: 113px;
  }
}

.header .container {
  max-width: 1200px;
}

.header .navbar-nav .nav-link {
  text-transform: uppercase;
  line-height: 2;
  font-weight: 400;
}

.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar-dark .navbar-nav .active > .nav-link,
.header .navbar-dark .navbar-nav .nav-link.active,
.header .navbar-dark .navbar-nav .nav-link.show,
.header .navbar-dark .navbar-nav .show > .nav-link {
  background-color: transparent !important;
  color: #c0d02c;
}

.header .navbar .dropdown-item {
  padding: 0.35em;
}

.header .navbar .nav-link::before {
  border-width: 1px;
}

.header .header-info-logo-img img {
  width: 225px;
    margin-top: 14px;
}

.header .nav-item:last-of-type .nav-link {
  background: var(--color-theme-highlight);
  color: var(--color-theme-text-btn);
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 0.9em;
}

.header-info {
  background-color: #151515;
}

@media (min-width: 992px) {
  .header .header-info-logo-img {
    position: fixed;
    top: -5px;
    z-index: 1032;
    padding: 0;
  }

  .header .navbar-expand-lg .navbar-nav .dropdown-item {
    font-size: 0.85rem;
  }

  nav.navbar .container {
    position: relative;
    height: 90px;
    margin: 0 auto;
  }

  .navbar-nav {
    position: absolute;
    right: 0;
    bottom: 1.4rem;
  }

  .header .navbar,
  .header .navbar.bg-primary {
    background-color: transparent !important;
  }

  .header .navbar.bg-primary.cw-scrolled {
    background: #304c75d1 !important;
  }
}

/*-- Home --*/

/* -- Hero -- */

.cw-hero {
  background-image: linear-gradient(#00000075, #00000075),
    url(https://apihoard.webit.com/api/v1/Image/BB04238ACB6CB522A3FDA527128201CC/BB04238ACB6CB522A3FDA527128201CC.jpg?size=1920x1440);
  background-size: cover;
  background-position: 40% 50%;
}

@media (min-width: 992px) {
  .cw-hero {
    margin-top: -7.5em;
  }
}

.cw-contactINFO {
  box-shadow: 0 0 30px 0 rgb(0 0 0/14%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s,
    box-shadow 0.3s;
  margin-top: -100px;
  margin-bottom: 0;
  border-radius: 15px 15px 15px 15px;
  position: relative;
  z-index: 4;
  background-color: #fff;
  margin-bottom: 4em;
  margin-top: -8em;
}

.cw-contactINFO p {
  color: var(--color-theme-text);
}

@media (max-width: 567px) {
  .cw-contactINFO h6 {
    font-size: 1rem;
  }

  .cw-contactINFO .fa-3x {
    font-size: 1.7em;
  }
}

.page-home .textwithimage h2 {
    font-style: italic;
    text-transform: none;
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .page-home .textwithimage-text-container {
        padding-left: 0;
    }
}


  /* Reviews module ====================================================================*/

  .cw-carousel-multi-item {
    margin-bottom: 5rem;
  }
  .cw-carousel-multi-item .carousel-inner {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }

  .cw-carousel-multi-item .controls-top .btn-floating {
    background: var(--color-theme-primary);
  }

  .btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 47px;
    height: 47px;
  }
  .btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
  }
  .btn-floating:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .btn-floating:before {
    border-radius: 0;
  }
  .cw-carousel-multi-item .carousel-indicators li {
    width: 1.25rem;
    max-width: 1.25rem;
    height: 1.25rem;
    margin-bottom: -3.75rem;
    background-color: var(--color-theme-primary);
  }
  .cw-carousel-multi-item .carousel-indicators .active {
    width: 1.56rem;
    max-width: 1.56rem;
    height: 1.56rem;
    background-color: var(--color-theme-primary);
    border-radius: 50%;
  }
  .cw-carousel-multi-item .controls-top {
    margin-bottom: 1.88rem;
    text-align: center;
  }

  .cw-carousel-multi-item .carousel-indicators {
    margin-bottom: -1em;
  }

  @media only screen and (max-width: 992px) {
    .cw-carousel-multi-item .carousel-indicators li {
      margin-bottom: -1.88rem;
    }
  }

  /* Home Page Cards */

  .cw-figureCards {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #fff;
    float: left;
    font-size: 16px;
    margin: 10px 1%;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    border-radius: 0.5rem;
  }

  .cw-figureCards * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 100%;
  }

  .cw-figureCards img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
  }

  .cw-figureCards figcaption {
    padding: 25px 20px;
    position: absolute;
    bottom: 0;
    z-index: 1;
  }

  .cw-figureCards figcaption:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #02131d;
    content: "";
    background: -moz-linear-gradient(
      90deg,
      #02131d 0%,
      #405d70 100%,
      #405d70 100%
    );
    background: -webkit-linear-gradient(
      90deg,
      #02131d 0%,
      #405d70 100%,
      #405d70 100%
    );
    background: linear-gradient(90deg, #558199 0%, #A6D0E6 100%, #A6D0E6 100%);
    opacity: 0.8;
    z-index: -1;
  }

  .cw-figureCards img.cw-icon {
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: -25px;
    width: initial;
  }

  .cw-figureCards .date span {
    display: block;
    line-height: 14px;
  }

  .cw-figureCards .date .month {
    font-size: 11px;
  }

  .cw-figureCards h3,
  .cw-figureCards p {
    margin: 0;
    padding: 0;
  }

  .cw-figureCards h3 {
    display: inline-block;
    font-weight: 700;
    letter-spacing: -0.4px;
    margin-bottom: 5px;
  }

  .cw-figureCards p {
    font-size: 0.8em;
    line-height: 1.6em;
    margin-bottom: 0;
  }

  .cw-figureCards a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }

  .cw-figureCards:hover img,
  .cw-figureCards.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }


/* Page Titles */

  section:not(.page-home) .title {
    position: relative;
    padding: 2em 0;
    background: linear-gradient(#304c75a1, #304c75a1), url(https://apihoard.webit.com/api/v1/Image/560A3E9700E97B8FCAB4BEADE755FAE1/560A3E9700E97B8FCAB4BEADE755FAE1.png?size=Original) no-repeat;
    background-size: 72% auto;
    text-align: center;
    border-bottom: 2px solid #e8f5fa;
    margin-top: -113px;
    background-position: 0% 71%;
  }
  
  section:not(.page-home) .title .title-heading {
    position: relative;
    z-index: 2;
    color: #fff;
    text-transform: uppercase
  }
  
  section:not(.page-home) .title+.text {
    margin-top: 1rem
  }
  
  @media(min-width: 992px) {
  
    section:not(.page-home) .title {
        margin-bottom: 2.5rem;
        padding: 9.5rem 0 1.25rem
    }
  
    section:not(.page-home) .title .title-heading {
        font-size: 2.5rem
    }
  }


    /*--- Floating links ---*/
    .cw-lets-talk {
      position: fixed;
      z-index: 5;
      bottom: 1em;
      right: 1em;
      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);
    }
  
    .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);
    }

    .lazy-image.loaded img {
      border-radius: 1rem !important;
    }