/* New Custom Styles */

/* Navbar Styles */

.custom-nav-links {
    color: black!important;
    font-weight: 600;
}

.custom-nav-links:hover {
    text-decoration: underline;
}

.navbar-color-new .navbar-nav .active > .nav-link {
    color: #575757!important;
}

.header-apply-btn {
    padding: 15px 30px;
    border-radius: 15px;
    background: #0751a6;
    font-weight: 600;
}

.header-apply-btn:hover {
    text-decoration: none;
}

.header-apply-btn i {
  margin-left: 8px; /* Adds space between text and icon */
  font-size: 1.1rem;
}

.navbar-toggler {
    background: #eaeaea;
}

.fa-bars {
    color: #5f6368!important;
}

@media screen and (max-width: 991px) {
    .navbar {
        text-align: center;
    }
    
    .apply-button-container {
        padding: 15px 0;
    }
    
    .header-apply-btn {
        padding: 10px 20px;
    }
}

/* End Navbar Styles */
/* Start Home Styles */

.home-hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('/images/site/cjk-logistics-services.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-hero-logo-image {
  mix-blend-mode: multiply;
  opacity: 0.95;
}
.home-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.home-hero-content {
  position: relative;
  text-align: center;
}
.home-hero-logo-image {
  max-width: 400px;
  height: auto;
  margin-bottom: 30px;
}
.home-hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.home-hero-button {
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  background-color: #0751a6;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  transition: background-color 0.3s;
  text-decoration: none;
}
.home-hero-button:hover {
  background-color: #0069d9;
  text-decoration: none;
  color: white;
}
.home-mission-section {
  padding: 60px 20px;
  text-align: center;
  background-color: white;
}
.home-mission-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.home-mission-text {
  flex: 1;
  text-align: left;
}
.home-mission-text h2 {
    font-size: 3rem;
}
.home-mission-text p {
    font-size: 18px;
}
.home-mission-image {
  flex: 1;
  max-width: 550px;
  border-radius: 10px;
}
.home-mission-button {
  display: inline-block;
  padding: 15px 50px;
  font-size: 1.15rem;
  font-weight: bold;
  color: white;
  background-color: #0751a6;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  margin-top: 20px;
}
.home-mission-button:hover {
  background-color: #0069d9;
  text-decoration: none;
  color: white;
}
.home-services-section {
  padding: 60px 20px;
  background-color: #ececec;
}
.services-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.services-text {
  flex: 1;
  text-align: left;
  position: relative;
}
.services-logo {
  max-width: 200px;
  margin-bottom: 15px;
  mix-blend-mode: multiply;
  opacity: 0.95;
}
.services-title {
  font-size: 3rem;
  color: #0751a6;
  margin-bottom: 10px;
  font-weight: 600;
}
.services-subtitle {
  font-size: 1.25rem;
  color: #666;
  margin-bottom: 10px;
  font-weight: 500;
}
.services-tagline {
  font-size: 1.1rem;
  color: #0751a6;
  font-style: italic;
  margin-top: 10px;
}
.services-list {
  flex: 1;
  list-style: none;
  padding: 0;
}
.service-item {
  background-color: white;
  padding: 20px;
  margin-bottom: 15px;
  border-left: 5px solid #0751a6;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.service-item h3 {
  font-size: 1.4rem;
  color: #0751a6;
  margin-bottom: 8px;
}
.service-item p {
  font-size: 1rem;
  color: #555;
}
.home-services-cards {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
}
.service-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 12px;
}
.home-recruitment-section {
  padding: 40px 20px;
  background-color: white;
}
.home-recruitment-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.home-recruitment-text {
  flex: 1;
  text-align: left;
}
.home-recruitment-text h2 {
    font-size: 4rem;
}
.home-recruitment-tagline {
  font-size: 1.5rem;
  color: #204080;
  font-weight: bold;
  margin-bottom: 15px;
}
.home-recruitment-quote {
  font-size: 1.25rem;
  font-style: italic;
  color: #444;
  margin-bottom: 20px;
}
.home-recruitment-image {
  flex: 1;
  max-width: 400px;
  border-radius: 10px;
}
.home-recruitment-button {
  display: inline-block;
  padding: 15px 50px;
  font-size: 1.15rem;
  font-weight: bold;
  color: white;
  background-color: #0751a6;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  margin-top: 20px;
}
.home-recruitment-button:hover {
  background-color: #0069d9;
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 1150px) {
    .home-hero-section {
        height: 80vh;
    }
    .home-hero-logo-image {
        max-width: 300px;
    }
}
@media screen and (max-width: 1020px) {
    .home-mission-image {
        max-width: 450px;
    }
    .home-mission-button {
        padding: 15px 25px;
    }
    .home-hero-logo-image {
        max-width: 250px;
    }
}
@media screen and (max-width: 840px) {
    .home-mission-text h2 {
        font-size: 2.75rem;
    }
    .home-mission-image {
        max-width: 375px;
    }
    .home-mission-button {
        padding: 15px;
        font-size: 1.05rem;
    }
    .services-content {
        gap: 0px;
    }
    .services-title {
        font-size: 2.5rem;
    }
    .home-recruitment-text h2 {
        font-size: 3rem;
    }
    .home-recruitment-image {
        max-width: 325px;
    }
    .home-recruitment-quote {
        font-size: 1.15rem;
    }
    .home-recruitment-button {
        padding: 15px 30px;
    }
}
@media screen and (max-width: 750px) {
    .home-mission-text h2 {
        font-size: 2.3rem;
    }
    .home-mission-image {
        max-width: 325px;
    }
    .home-mission-button {
        padding: 15px 10px;
        font-size: .95rem;
    }
    .services-title {
        font-size: 2.2rem;
    }
    .services-subtitle {
        font-size: 1.1rem;
    }
    .services-content {
        flex-direction: column;
    }
    .services-text {
        text-align: center;
    }
    .home-services-section {
        padding: 20px;
    }
    .home-recruitment-image {
        max-width: 300px;
    }
    .home-recruitment-text h2 {
        font-size: 2.75rem;
    }
    .home-recruitment-tagline {
        font-size: 1.25rem;
    }
}
@media screen and (max-width: 700px) {
    .home-mission-content {
        flex-direction: column-reverse;
    }
    .home-mission-image {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .home-mission-section {
        padding: 20px;
    }
    .home-mission-button {
        font-size: 1.15rem;
    }
    .home-mission-text h2 {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 650px) {
    .home-hero-section {
        height: 70vh;
    }
    .home-hero-logo-image {
        max-width: 200px;
    }
    .home-hero-button {
        padding: 15px 25px;
        font-size: .9rem;
    }
    .home-recruitment-content {
        flex-direction: column;
    }
    .home-recruitment-image {
        max-width: 75%;
        width: 75%;
        height: auto;
    }
    .home-recruitment-section {
        padding: 20px 20px 30px;
    }
    .home-recruitment-text h2 {
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 500px) {
    .home-hero-section {
        height: 50vh;
    }
    .home-hero-button {
        padding: 15px 20px;
        font-size: .8rem;
    }
    .home-recruitment-button, .home-mission-button {
        font-size: 1rem;
    }
    .home-hero-logo-image {
        max-width: 150px;
    }
    .services-logo {
        max-width: 175px;
    }
    .services-title {
        font-size: 2rem;
    }
    .home-recruitment-text {
        text-align: center;
    }
}
@media screen and (max-width: 400px) {
    .home-recruitment-image {
        max-width: 95%;
        width: 95%;
    }
    .home-recruitment-text h2 {
        font-size: 3rem;
    }
}
@media screen and (max-width: 350px) {
    .home-recruitment-text h2 {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 300px) {
    .home-hero-buttons {
        flex-direction: column;
    }
    .home-mission-text {
        text-align: center;
    }
    .home-mission-text h2 {
        font-size: 2rem;
    }
    .home-recruitment-button, .home-mission-button {
        font-size: .9rem;
    }
    .services-logo {
        max-width: 150px;
    }
    .services-title {
        font-size: 1.75rem;
    }
    .service-item h3 {
        font-size: 1.25rem;
    }
    .home-recruitment-text h2 {
        font-size: 2.25rem;
    }
    .home-recruitment-section {
        padding: 20px 10px 30px;
    }
}

/* End Home Styles */

/* Start Footer Styles */

.footer-service-area-section {
  padding: 20px;
  background-color: #f9f9f9;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.footer-service-area-content {
  max-width: 1200px;
  margin: 0 auto;
}
.footer-service-area-content h2 {
  font-size: 2.25rem;
  color: #0751a6;
  margin-bottom: 12px;
  font-weight: 700;
}
.footer-service-area-intro {
  font-size: 1.1rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #444;
}
.footer-service-area-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.service-box {
  background-color: white;
  border-radius: 8px;
  padding: 10px 15px;
  width: 30%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.service-box h4 {
  font-size: 1.2rem;
  color: #93101e;
  margin-bottom: 8px;
  font-weight: 600;
}
.service-box p {
  font-size: 1.25rem;
  color: #555;
  line-height: 1.5;
}

.footer-section {
  background-color: #0751a6;
  color: white;
  padding: 20px 0;
  text-align: center;
}
.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-links {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.footer-links a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.05rem;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-contact p {
  margin: 5px 0;
  font-size: 1.1rem;
}
.footer-contact a {
  color: white;
  text-decoration: none;
}
.footer-contact a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 840px) {
    .service-box {
        padding: 10px;
    }
    .service-box h4 {
        font-size: 1.1rem;
    }
    .service-box p {
        font-size: 1.15rem;`
    }
}
@media screen and (max-width: 746px) {
    .service-box {
        padding: 5px;
    }
    .service-box h4 {
        font-size: 1rem;
    }
    .service-box p {
        font-size: 1.05rem;
    }
}
@media screen and (max-width: 600px) {
    .footer-service-area-grid {
        flex-direction: column;
        align-content: center;
    }
    .service-box {
        width: 90%;
    }
    .service-box h4 {
        font-size: 1.25rem;
    }
    .service-box p {
        font-size: 1.25rem;
    }
}
@media screen and (max-width: 450px) {
    .footer-links a, .footer-contact p {
        font-size: 1rem;
    }
    .service-box h4 {
        font-size: 1.15rem;
    }
    .service-box p {
        font-size: 1.15rem;
    }
}

/* End Footer Styles */

/* Start About/team Styles */

.about-hero-section {
 padding: 80px 20px;
    background-image: url(/images/site/cjk-logistics-full-truckload.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    position: relative;
    height: 55vh;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.about-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(72 72 72 / 50%);
  z-index: 1;
}
.about-hero-content {
  position: relative;
  z-index: 2;
}

.about-intro-section, .about-team-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 50px 20px;
  background-color: #f2f2f2;
  flex-wrap: wrap;
}

.about-intro-content, .about-team-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.about-intro-text, .about-team-text {
  flex: 1;
  text-align: left;
}

.about-intro-image, .about-team-image {
  flex: 1;
  max-width: 550px;
  border-radius: 10px;
}

.about-intro-text h2, .about-team-text h2 {
  font-size: 3.5rem;
  color: #0751a6;
  margin-bottom: 15px;
  font-weight: 700;
  width: 70%;
}

.about-intro-text p, .about-team-text p {
  font-size: 1.3rem;
  color: #555;
  line-height: 1.6;
}

.about-mission-section {
  padding: 50px 20px;
  text-align: center;
  background-color: #0751a6;
}

.about-mission-content h2, .about-mission-content p {
    color: white;
}

.about-mission-content h2, .about-hero-content h1 {
    font-weight: 700;
}

.about-mission-content p {
    font-weight: 500;
    font-size: 1.15rem;
}

.about-hero-content h1 {
    font-size: 3.5rem;
}

.about-mission-content h2 {
    font-size: 3.5rem;
}

.about-hero-content p {
    font-size: 1.5rem;
}
@media screen and (max-width: 1070px) {
    .about-intro-image, .about-team-image {
        max-width: 440px;
    }
    .about-intro-text p, .about-team-text p {
        font-size: 1.2rem;
    }
    .about-mission-content p {
        font-size: 1.1rem;
    }
    .about-mission-content h2 {
        font-size: 3.2rem;
    }
    .about-intro-text h2, .about-team-text h2 {
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 950px) {
    .about-intro-text h2, .about-team-text h2 {
        width: 90%;
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 900px) {
    .about-hero-section {
        height: 40vh;
    }
    .about-hero-content h1 {
        font-size: 3rem;
    }
    .about-hero-content p {
        font-size: 1.25rem;
    }
}
@media screen and (max-width: 840px) {
    .about-team-image {
        max-width: 400px;
    }
    .about-intro-text h2, .about-team-text h2 {
        font-size: 2.5rem;
    }
    .about-mission-content h2 {
        font-size: 3rem;
    }
    .about-mission-content p {
        font-size: 1rem;
    }
    .about-intro-text p, .about-team-text p {
        font-size: 1.15rem;
    }
    .about-mission-section {
        padding: 20px 10px;
    }
}
@media screen and (max-width: 750px) {
    .about-intro-image, .about-team-image {
        max-width: 350px;
    }
        .about-intro-text h2, .about-team-text h2 {
        font-size: 2.25rem;
    }
    .about-intro-text p, .about-team-text p {
        font-size: 1.05rem;
    }
}
@media screen and (max-width: 700px) {
    .about-intro-content, .about-team-content {
        flex-direction: column-reverse;
    }
    .about-intro-image, .about-team-image {
        max-width: 90%;
        width: 90%;
    }
    .about-intro-text h2, .about-team-text h2 {
        font-size: 2.7rem;
    }
    .about-intro-text p, .about-team-text p {
        font-size: 1.15rem;
    }
}
@media screen and (max-width: 500px) {
    .about-hero-section {
        height: 30vh;
    }
    .about-hero-content h1 {
        font-size: 2.5rem;
    }
    .about-hero-content p {
        font-size: 1.15rem;
    }
    .about-intro-image, .about-team-image {
        max-width: 100%;
    }
    .about-intro-section, .about-team-section {
        padding: 20px 15px;
    }
}
@media screen and (max-width: 420px) {
    .about-hero-content h1 {
        font-size: 2.25rem;
    }
    .about-hero-content p {
        font-size: 1rem;
    }
}
@media screen and (max-width: 375px) {
    .about-hero-content h1 {
        font-size: 1.75rem;
    }
    .about-intro-text, .about-team-text {
        text-align: center;
    }
    .about-intro-text h2, .about-team-text h2 {
        font-size: 2.5rem;
    }
    .about-intro-text p, .about-team-text p {
        font-size: 1.05rem;
    }
    .about-intro-content, .about-team-content {
        gap: 10px;
    }
    .about-mission-content h2 {
        font-size: 2.25rem;
    }
    .about-mission-content p {
        font-size: .95rem;
    }
    .about-mission-section, .about-intro-section, .about-team-section {
        padding: 15px 5px;
    }
}
/* End About/team Styles */
/* Start Contact Page Styles */
.contact-section {
  padding: 100px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-header h2 {
  font-size: 3.5rem;
  color: #0751a6;
  margin-bottom: 10px;
  font-weight: 600;
}
.contact-header p {
  font-size: 2rem;
  color: #d9534f;
  margin-bottom: 20px;
}
.contact-columns {
  width: 80%;
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 20px;
}
.contact-column {
  text-align: left;
}
.contact-column-2 {
    width: 50%;
}
.contact-column h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-column p {
  font-size: 1rem;
  margin: 5px 0;
}
.contact-column a {
  color: #0751a6;
  text-decoration: none;
}
.contact-column a:hover {
  text-decoration: underline;
}
.contact-page-row {
    display: flex;
    flex-direction: row;
}
.contact-page-form {
    width: 65%;
}
.driver-app-page-form {
    width: 85%;
}
.display-flex-full-center {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.Contact-Form-Complet {
    padding: 100px 10px;
    text-align: center;
}
.driver-form-complete {
    padding: 50px 150px;
    text-align: left;
    background: #f9f9f9;
}
@media screen and (max-width: 1000px) {
    .contact-columns {
        width: 100%;
        gap: 15px;
    }
}
@media screen and (max-width: 800px) {
    .contact-header h2 {
        font-size: 3rem;
    }
    .contact-page-form {
        width: 85%;
    }
    .contact-column-2 {
        width: 75%;
    }
}
@media screen and (max-width: 680px) {
    .contact-header h2 {
        font-size: 3.25rem;
    }
    .contact-columns {
        flex-direction: column;
        align-items: center;
    }
    .contact-column-2 {
        width: 100%;
    }
    .contact-column {
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
    .contact-page-form {
        width: 100%;
    }
    .contact-header h2 {
        font-size: 2.5rem;
    }
}
/* End Contact Page Styles */
/* Start Driver Application Page Styles */
.driver-application-section {
  padding: 100px 20px;
  background-color: #f9f9f9;
  text-align: center;
}
.driver-application-container {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.driver-application-title {
  font-size: 2rem;
  color: #0751a6;
  margin-bottom: 15px;
}
.driver-application-instructions {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 20px;
}
.driver-application-download {
  margin-top: 20px;
}
.driver-application-link {
  display: inline-block;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  background-color: #0751a6;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
  border: 1px solid #0751a6;
}
.driver-application-link:hover {
  background-color: white;
  border: 1px solid #0751a6;
  color: #0751a6;
  text-decoration: none;
}

@media screen and (max-width: 400px) {
    .driver-application-container {
        padding: 15px;
    }
}
/* End Driver Application Page Styles */
/* End New Custom Styles */

.inactive {
  display: none;
}

.margin-auto {
  margin: 0 auto;
}

body {
  color: #010400;
}

.row.no-gutters .grid-box {
  padding: 0 15px;
}

@-webkit-keyframes bouncy {
  0% {
    top: 0em;
  }
  40% {
    top: 0em;
  }
  43% {
    top: -0.9em;
  }
  46% {
    top: 0em;
  }
  48% {
    top: -0.4em;
  }
  50% {
    top: 0em;
  }
  100% {
    top: 0em;
  }
}
@-moz-keyframes bouncy {
  0% {
    top: 0em;
  }
  40% {
    top: 0em;
  }
  43% {
    top: -0.9em;
  }
  46% {
    top: 0em;
  }
  48% {
    top: -0.4em;
  }
  50% {
    top: 0em;
  }
  100% {
    top: 0em;
  }
}
@keyframes bouncy {
  0% {
    top: 0em;
  }
  40% {
    top: 0em;
  }
  43% {
    top: -0.9em;
  }
  46% {
    top: 0em;
  }
  48% {
    top: -0.4em;
  }
  50% {
    top: 0em;
  }
  100% {
    top: 0em;
  }
}
/*** General Button Styles ***/
.button-container {
  display: inline-block;
  margin: 10px 10px;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 2px;
  height: 45px;
  width: 200px;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
.button-container .flipper {
  transition: all 0.5s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.button-container .flipper:hover .button.front {
  background-color: #62bec1;
  border-color: #62bec1;
}
.button-container .flipper:hover .button.back {
  background-color: #62bec1;
  border-color: #62bec1;
}
.button-container .button {
  height: 45px;
  width: 200px;
  border-radius: 3px;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-shadow: 1px 2px 4px -1px rgba(60, 60, 60, 0.64);
  box-shadow: 1px 2px 4px -1px rgba(60, 60, 60, 0.64);
}
.button-container .button i.fa {
  color: white;
  font-size: 35px;
  margin: auto;
  text-shadow: 0.5px 1px 2px #343a40;
}
.button-container .button.front {
  z-index: 10;
  text-transform: uppercase;
  font-size: 15px;
  color: white;
  text-align: center;
  background-color: #87bcde;
  border-color: #87bcde;
}
.button-container .button.back {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #87bcde;
  border-color: #87bcde;
}

/* --------------------------------
			3D-Flip
-------------------------------- */
.button-flip3d-vertical1 .flipper-flip3d-vertical1 {
  transform-origin: 100% 22.5px;
}
.button-flip3d-vertical1 .front {
  transform: translateZ(22.5px);
}
.button-flip3d-vertical1 .back {
  -webkit-transform: rotateX(90deg) translateZ(22.5px);
  -ms-transform: rotateX(90deg) translateZ(22.5px);
  transform: rotateX(90deg) translateZ(22.5px);
}
.button-flip3d-vertical1:hover .flipper-flip3d-vertical1 {
  transform: rotateX(-90deg);
}

.button-flip3d-vertical2 .flipper-flip3d-vertical2 {
  transform-origin: 100% 22.5px;
}
.button-flip3d-vertical2 .front {
  transform: translateZ(22.5px);
}
.button-flip3d-vertical2 .back {
  -webkit-transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg) translateZ(22.5px);
  -ms-transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg) translateZ(22.5px);
  transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg) translateZ(22.5px);
}
.button-flip3d-vertical2:hover .flipper-flip3d-vertical2 {
  transform: rotateX(90deg);
}

.bouncy {
  position: relative;
  animation: bouncy 5s linear infinite alternate;
}

.btn-custom {
  color: #fff;
  background-color: #87bcde;
  border-color: #87bcde;
}
.btn-custom:hover {
  background-color: #62bec1;
  border-color: #62bec1;
}

.hex-body-container {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hex-body-container .hex-body {
  width: 50%;
  background-color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.hex-container {
  width: 235px;
  height: 235px;
  position: relative;
  overflow: hidden;
}
.hex-container .hex-img {
  width: 290px;
  height: 290px;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.hex-container .hex-img.hex-img-one, .hex-container .hex-img.hex-img-two, .hex-container .hex-img.hex-img-three, .hex-container .hex-img.hex-img-four {
  background-size: 310px;
  background-position: center;
}
.hex-container .hex-img.hex-img-one {
  background-image: url("/images/site/images.png");
}
.hex-container .hex-img.hex-img-two {
  background-image: url("/images/site/images.png");
}
.hex-container .hex-img.hex-img-three {
  background-image: url("/images/site/images.png");
}
.hex-container .hex-img.hex-img-four {
  background-image: url("/images/site/images.png");
}
.hex-container .hex-img .hex-span {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: white;
  width: 230px;
  height: 230px;
  text-align: center;
  transition: all 0.6s linear 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hex-container .hex-img .hex-span h2 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  text-shadow: 1px 1px 5px black;
}
.hex-container .hex {
  position: absolute;
  transition: all 0.6s linear;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.hex-container .hex .hex-one, .hex-container .hex .hex-two {
  width: 370px;
  height: 370px;
  transition: all 0.6s linear;
  position: absolute;
  border: 100px solid white;
  left: 50%;
  top: 50%;
}
.hex-container .hex .hex-one {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hex-container .hex .hex-two {
  transform: translate(-50%, -50%);
}
.hex-container:hover .hex-img .hex-span {
  background-color: #4842424d;
}
.hex-container:hover .hex {
  transform: rotate(67.5deg);
}
.hex-container:hover .hex .hex-one, .hex-container:hover .hex .hex-two {
  width: 410px;
  height: 410px;
}

@media screen and (max-width: 918px) {
  .hex-body-container {
    flex-direction: column;
  }
  .hex-body-container .hex-body {
    width: 100%;
  }
}
@media screen and (max-width: 470px) {
  .hex-body-container .hex-body {
    flex-direction: column;
  }
}
.card-deck {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.card-deck .card.num-of-col-4 {
  max-width: 23%;
  margin: 15px;
  min-width: 300px;
  width: 100%;
  flex: auto;
}
.card-deck .card img {
  max-width: 100%;
}

footer#footer-distributed {
  background: #343a40;
  color: #cfccd6;
}
footer#footer-distributed .footer-start-top {
  display: flex;
  padding: 30px 0;
}
footer#footer-distributed .footer-start-top > div {
  flex: 1 1 20%;
}

.contact-info li {
  margin-bottom: 1.5rem;
  display: flex;
}
.contact-info .contact-info-icon {
  margin-right: 1em;
  font-size: 1.5em;
}
.contact-info .contact-info-copy a {
  color: #87bcde;
  transition: all 0.2s ease-out;
}
.contact-info .contact-info-copy a:hover {
  color: #62bec1;
}

.map-container iframe#footer-company-location {
  width: 100%;
  height: 100%;
  padding: 0;
}

#siteMapAndLogo {
  width: 50%;
  display: flex;
  flex-direction: column;
}
#siteMapAndLogo h3 {
  padding-bottom: 0.3em;
  border-bottom: 1px solid #cfccd6;
}
#siteMapAndLogo #footer-links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
#siteMapAndLogo #footer-links a {
  padding: 6px 15px;
  margin: 0 5px;
  border-radius: 12px;
  display: block;
  color: #87bcde;
  white-space: nowrap;
  transition: all 0.2s ease-out;
}
#siteMapAndLogo #footer-links a:hover {
  text-decoration: none;
  color: #62bec1;
}

#footer-site-information {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#footer-site-information .Address-and-contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#NewsLetterSignUp {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footercp {
  display: block;
  width: 100%;
  padding: 2px 10px;
}
.footercp::after {
  clear: both;
  content: " ";
  display: block;
}
.footercp .copyright {
  float: left;
}
.footercp .poweredby {
  float: right;
}
.footercp * p {
  margin: 0;
}
.footercp * p a {
  color: #87bcde;
}
.footercp * p a:hover {
  text-decoration: none;
  color: #62bec1;
}

@media screen and (max-width: 991px) {
  div#siteMapAndLogo {
    width: 100%;
    padding: 10px 20px;
  }

  div#NewsLetterSignUp {
    width: 100%;
    padding: 10px 20px;
  }

  div#footer-site-information {
    width: 100%;
    padding: 10px 20px;
  }

  iframe#footer-company-location {
    width: 85%;
  }
}
@media screen and (max-width: 500px) {
  .footer-start-top {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.navbar-color-new .navbar-brand {
  color: #62bec1;
}
.navbar-color-new .navbar-brand:hover, .navbar-color-new .navbar-brand:focus {
  color: #62bec1;
}
.navbar-color-new .navbar-nav .nav-link {
  color: #87bcde;
}
.navbar-color-new .navbar-nav .nav-link:hover, .navbar-color-new .navbar-nav .nav-link:focus {
  color: #62bec1;
}
.navbar-color-new .navbar-nav .show > .nav-link,
.navbar-color-new .navbar-nav .active > .nav-link,
.navbar-color-new .navbar-nav .nav-link.show,
.navbar-color-new .navbar-nav .nav-link.active {
  color: #62bec1;
}
.navbar-color-new .navbar-toggler {
  color: #87bcde;
}
.navbar-color-new .navbar-text {
  color: #87bcde;
  text-shadow: 2px 2px 2px white;
}
.navbar-color-new .navbar-text a {
  color: #62bec1;
}
.navbar-color-new .navbar-text a:hover, .navbar-color-new .navbar-text a:focus {
  color: #62bec1;
}

.dropdown-item {
  color: #87bcde;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #87bcde, 10%;
  background-color: #62bec1;
}
.dropdown-item.active, .dropdown-item:active {
  color: #87bcde, 10%;
  background-color: #62bec1;
}

.page-title-and-text {
  padding: 20px;
  border-radius: 20px;
}
.page-title-and-text .page-title, .page-title-and-text .page-text {
  width: 100%;
  color: #010400;
  padding: 0 20px;
}
.page-title-and-text .page-title *, .page-title-and-text .page-text * {
  margin: 0;
}
.page-title-and-text .page-title {
  text-align: right;
}
.page-title-and-text .page-title * {
  font-weight: bolder;
}

.header-cell {
  overflow: hidden;
}

.price, .total, .quantity {
  text-align: right;
}

.quantity {
  line-height: 0.1;
  border-bottom: 1px solid black;
}

.cart-totals, .cart-container, .cart-links {
  padding: 5px 15px;
  border-radius: 20px;
}

.cart-p-image {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.checkout-form-margin {
  margin: 0 auto;
}
@media screen and (max-width: 499px) {
    .footercp .copyright, .footercp .poweredby {
        float: none;
        text-align: center;
    }
}
/*# sourceMappingURL=style.css.map */
