/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./fonts/Poppins-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("./fonts/Poppins-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/Poppins-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/Poppins-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./fonts/Poppins-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("./fonts/Poppins-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/Karla-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/Karla-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Karla", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/Karla-Italic.woff2") format("woff2");
}
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

@media (max-width: 767px) {
  .page-template-contact .main-content {
    padding-bottom: 0;
  }
}
.contact-social-call p {
  font-family: var(--secondary-font), sans-serif;
  color: #102649;
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .contact-social-call p {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .contact-social-call p {
    font-size: 36px;
  }
}
.contact-social-call p a {
  color: #eb5b13;
  font-size: 32px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .contact-social-call p a {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  .contact-social-call p a {
    font-size: 40px;
  }
}
.contact-sidebar {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .contact-sidebar {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  .contact-sidebar {
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .contact-sidebar .sidebar-item > div {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .contact-sidebar .sidebar-item:not(:empty) {
    margin: 0 auto;
    max-width: 450px;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .contact-sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget {
    height: 100%;
  }
}
.contact-sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar {
  clip-path: none;
  padding-top: 36px;
  padding-bottom: 36px;
}

@media screen and (min-width: 992px) {
  .contact-sidebar .sidebar-item:not(:empty) .widget_cw_testimonial_widget .testimonials-sidebar {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .contact-sidebar .sidebar-item:not(:empty) .widget_cw_team_widget {
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .contact-sidebar .col-item:last-child {
    margin-top: 47px;
  }
}

/*# sourceMappingURL=contact.css.map*/