.header .navbar,
.header .navbar.bg-primary {
  background: #0f74bd !important;
}

.cw-translate-section {
  overflow: hidden;
  background-color: #000;
  padding: 0px 5px 0px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 10px 0;
}

.cw-translate-section .cw-google-wrap {
  background: #eee;
  padding: 3px 6px;
}

.cw-translate-section .cw-pointer {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #fadb3f;
  font-weight: 800;
  padding: 5px 199px;
}

@media (min-width: 576px) {
  .cw-translate-section {
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .cw-translate-section .cw-pointer {
    font-size: 1.6rem;
  }
}

@media (min-width: 1400px) {
  /* Only want this if the widget can fit in decently with the header elements */
  .cw-translate-section {
    /* position: absolute; */
    /* z-index: 2; */
    /* left: 0; */
  }
}
#google_translate_element {
  background: #101089;
}

#google_translate_element > .goog-te-gadget {
  border-radius: 0 0 5px 5px;
  padding: 4px;
}

@media (min-width: 768px) {
  #google_translate_element {
    padding-top: 56px;
  }
  #google_translate_element > .goog-te-gadget {
    background-color: rgba(255, 255, 255, 0.75);
  }
  #google_translate_element > .goog-te-gadget {
    position: absolute;
    top: 0px;
    left: 4px;
    z-index: 5000;
  }
}

@media (min-width: 992px) {
  #google_translate_element {
    padding-top: 0;
  }
}

.cw-services {
  background: #fff;
  box-shadow: 0 10px 20px rgb(0 0 0 / 5%);
  position: relative;
}
.cw-services a .cw-serviceIMG {
  position: relative;
  overflow: hidden;
}

.cw-services a .cw-serviceIMG img {
  transition: transform 0.5s ease;
}
.cw-services a:hover .cw-serviceIMG::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 78, 142, 0.6);
}
.cw-services a:hover .cw-serviceIMG img {
  transform: scale(1.2);
  transition: transform 0.5s ease;
}
.cw-services a .cw-serviceContent {
  background: linear-gradient(#ffffff, #ffffff 50%, #eeeeee 50%, #eeeeee);
  background-size: 100% 200%;
  transform-origin: top center;
  /*trasition effect for background*/
  transition: background 1s;
}
.cw-services a:hover .cw-serviceContent {
  background-position: 100% 100%;
  color: #000;
}
.cw-services a .cw-serviceContent i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #c9e4f8;
  line-height: 2.6em;
}
.cw-services a:hover .cw-serviceContent i {
  color: #ffffff;
  background-color: #0c4e8e;
}

.cw-rounded-text-image {
  position: relative;
  background: var(--color-theme-border);
  color: var(--color-theme-text);
  padding: 4rem 1em;
  /* margin: 1em; */
}

.cw-rounded-text-image img {
  border-radius: 1em;
}

@media (min-width: 992px) {
  .cw-rounded-text-image {
    padding: 5rem 15%;
    /* margin: 1rem 0em; */
  }
}

.cw-social-media .social-links a .fa-brands {
  color: #ffffff;
  transition: All 0.25s ease-in-out;
  -webkit-transition: All 0.25s ease-in-out;
  -moz-transition: All 0.25s ease-in-out;
  -o-transition: All 0.25s ease-in-out;
}

.cw-social-media .social-links a:hover .fa-brands {
  transform: scale(1.125);
  transition: All 0.25s ease-in;
  -webkit-transition: All 0.25s ease-in;
  -moz-transition: All 0.25s ease-in;
  -o-transition: All 0.25s ease-in;
}

.cw-social-media .social-links .fa-brands {
  font-size: 1.5em;
  background-color: var(--color-theme-primary);
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
  margin: 0.1em;
}

.cw-social-media .social-links a .fa-brands {
  color: #ffffff;
  transition: All 0.25s ease-in-out;
  -webkit-transition: All 0.25s ease-in-out;
  -moz-transition: All 0.25s ease-in-out;
  -o-transition: All 0.25s ease-in-out;
}

.cw-social-media .social-links a:hover .fa-brands {
  transform: scale(1.125);
  transition: All 0.25s ease-in;
  -webkit-transition: All 0.25s ease-in;
  -moz-transition: All 0.25s ease-in;
  -o-transition: All 0.25s ease-in;
}

.cw-social-media .social-links .fa-brands {
  font-size: 1.5em;
  background-color: var(--color-theme-primary);
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
  margin: 0.1em;
}
/*-------home page button banner-------*/
.cw-banner a.button {
    height: 80px;
    line-height: 80px;
    margin-top: 1em;
    padding: 0 2em;
    background: var(--color-theme-secondary);
    font-size: 1.25rem;
    color:#fff;
    text-decoration:underline !important;
}
.cw-banner a.button:hover{
    color: var(--color-theme-border);
}


@media (min-width: 992px) {

    .cw-banner a.button {
        margin: 0;
        color:#fff;
        padding: 0 1em 0 3.75em;
    }
    

    .cw-banner a.button:before {
        top: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        margin-top: 0;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: var(--color-theme-primary);
        left: 0px;
        border-top-width: 80px;
        border-right-width: 60px;
        border-left-width: 0;
    }

    .cw-banner a.button:after {
        top: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        margin-top: 0;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: var(--color-theme-secondary);
        right: -60px;
        border-top-width: 80px;
        border-right-width: 60px;
        border-left-width: 0;
    }
}

.cw-banner a.button:focus:after {
    border-top-color: var(--color-theme-secondary);
}

.inventoryslideshow {
    padding: 2em 0 0;
}