/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  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;
}

.page-template-contact .contact-us-content {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .page-template-contact .contact-us-content {
    padding-bottom: 90px;
  }
}
.page-template-contact .contact-us-content .entry-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .page-template-contact .contact-us-content .entry-content {
    max-width: 85%;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-contact .contact-us-content .entry-content {
    margin-bottom: 58px;
  }
}
.page-template-contact .contact-us-content .entry-content P {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .page-template-contact .contact-us-content .main-contact-form {
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .page-template-contact .contact-us-content .main-contact-form {
    max-width: 624px;
    margin: 0 auto 80px;
  }
}
@media (max-width: 767px) {
  .page-template-contact .contact-us-content .main-contact-form {
    max-width: 400px;
  }
}
.page-template-contact .contact-us-content .main-contact-form .form-wrap {
  background-color: var(--accent-color);
  border-radius: 0;
  margin-top: 0;
  padding: 45px 30px 55px;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .page-template-contact .contact-us-content .main-contact-form .form-wrap {
    max-width: 624px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-contact .contact-us-content .main-contact-form .form-wrap {
    max-width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-contact .contact-us-content .main-contact-form .form-wrap {
    padding: 40px 51px;
  }
}
@media (max-width: 1199px) {
  .page-template-contact .contact-us-content .main-contact-form .form-wrap {
    padding: 35px 40px 52px;
  }
}
@media (max-width: 991px) {
  .page-template-contact .contact-us-content .main-contact-form .form-wrap {
    padding: 35px 30px 52px;
  }
}
@media (max-width: 399px) {
  .page-template-contact .contact-us-content .main-contact-form .form-wrap {
    padding: 35px 30px 52px;
  }
}
@media (max-width: 329px) {
  .page-template-contact .contact-us-content .main-contact-form .form-wrap {
    padding: 35px 20px 52px;
  }
}
.page-template-contact .contact-us-content .main-contact-form .form-wrap .form-title {
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: var(--form-title-color);
  text-align: center;
  line-height: 52px;
}

@media screen and (min-width: 768px) {
  .page-template-contact .contact-us-content .main-contact-form .form-wrap .form-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-contact .contact-us-content .main-contact-form .form-wrap .form-title {
    font-size: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-contact .contact-us-content .main-contact-form .form-wrap .form-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .page-template-contact .contact-us-content .main-contact-form .form-wrap .btn {
    min-width: initial;
  }
}
@media (max-width: 1399px) {
  .page-template-contact .col-item {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .page-template-contact .col-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1399px) {
  .page-template-contact .col-item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .page-template-contact .col-item:last-of-type {
    margin-bottom: 10px;
  }
}
.page-template-contact .col-item .sidebar-widget {
  color: #fff;
  box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 27px 26px 47px;
  height: 100%;
}

@media (max-width: 369px) {
  .page-template-contact .col-item .sidebar-widget {
    padding: 27px 16px 47px;
  }
}
.page-template-contact .col-item .sidebar-widget-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 103px;
}

.page-template-contact .col-item .sidebar-widget .sidebar-title {
  position: relative;
  font-family: var(--secondary-font), sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  line-height: 44px;
  letter-spacing: 0.03em;
}

@media (max-width: 575px) {
  .page-template-contact .col-item .sidebar-widget .sidebar-title {
    line-height: normal;
  }
}
@media (max-width: 329px) {
  .page-template-contact .col-item .sidebar-widget .sidebar-title {
    letter-spacing: normal;
  }
}
.page-template-contact .col-item .sidebar-widget P {
  text-align: center;
}

.page-template-contact .col-item .sidebar-widget-social-media {
  background-color: #fff;
  box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.12);
}

@media (max-width: 369px) {
  .page-template-contact .col-item .sidebar-widget-social-media {
    padding: 27px 16px 47px;
  }
}
.page-template-contact .col-item .sidebar-widget-social-media .sidebar-title {
  position: relative;
  font-family: var(--secondary-font), sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  line-height: 44px;
  letter-spacing: 0.03em;
}

@media (max-width: 575px) {
  .page-template-contact .col-item .sidebar-widget-social-media .sidebar-title {
    line-height: normal;
  }
}
@media (max-width: 329px) {
  .page-template-contact .col-item .sidebar-widget-social-media .sidebar-title {
    letter-spacing: normal;
  }
}
.page-template-contact .col-item .sidebar-widget-social-media .social-icon-list li:first-of-type {
  margin-left: 0;
}

@media screen and (min-width: 992px) {
  .page-template-contact .col-item .sidebar-widget-social-media .social-icon-list li {
    margin-left: 20px;
  }
}
.page-template-contact .col-item .sidebar-widget-social-media .social-icon-list li a {
  background-color: #272727;
}

.page-template-contact .col-item .sidebar-widget-social-media .icon-holder {
  margin: 30px auto 25px;
}

@media (max-width: 575px) {
  .page-template-contact .col-item .sidebar-widget-social-media .btn {
    width: 100%;
    min-width: initial;
  }
}
.page-template-contact .contact-us-locations-container {
  padding: 40px 35px;
  width: 100%;
  height: 100%;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F9F9F9;
}

@media screen and (min-width: 992px) {
  .page-template-contact .contact-us-locations-container {
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-contact .contact-us-locations-container {
    padding: 40px 51px;
  }
}
@media (max-width: 1199px) {
  .page-template-contact .contact-us-locations-container {
    padding: 39px 33px 53px;
    max-width: 624px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .page-template-contact .contact-us-locations-container {
    padding: 39px 23px 53px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .page-template-contact .contact-us-locations-container .single-location-container {
    width: 100%;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-contact .contact-us-locations-container .single-location-container .single-location-logo-wrap {
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-template-contact .contact-us-locations-container .single-location-container .single-location-logo-wrap {
    text-align: left;
    margin-bottom: 22px;
  }
}
.page-template-contact .contact-us-locations-container .single-location-container .single-location-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .page-template-contact .contact-us-locations-container .single-location-container .single-location-number {
    align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .page-template-contact .contact-us-locations-container .single-location-container .single-location-number {
    align-items: flex-start;
  }
}
.page-template-contact .contact-us-locations-container .single-location-container .single-location-number .single-location-number-label {
  font-size: 21px;
  color: #17161A;
  line-height: 25px;
  margin-bottom: 5.4px;
}

.page-template-contact .contact-us-locations-container .single-location-container .single-location-number .single-location-number-phone {
  font-size: 40px;
  font-weight: 700;
  color: var(--accent-color);
  line-height: 48px;
  margin-bottom: 29px;
}

@media (max-width: 399px) {
  .page-template-contact .contact-us-locations-container .single-location-container .single-location-number .single-location-number-phone {
    font-size: 37px;
    line-height: 46px;
  }
}
@media (max-width: 329px) {
  .page-template-contact .contact-us-locations-container .single-location-container .single-location-number .single-location-number-phone {
    font-size: 35px;
    line-height: 44px;
  }
}
.page-template-contact .contact-us-locations-container .single-location-container .single-location-office-name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #17161A;
  line-height: 33px;
  text-align: center;
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .page-template-contact .contact-us-locations-container .single-location-container .single-location-office-name {
    text-align: left;
  }
}
.page-template-contact .contact-us-locations-container .single-location-container .map-img-container {
  margin-bottom: 40px;
}

.page-template-contact .contact-us-locations-container .single-location-container .single-location-office-info-container {
  padding: 0 9px;
}

.page-template-contact .contact-us-locations-container .single-location-container .single-location-office-info-container .single-location-firm-name {
  display: block;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  color: #17161A;
  line-height: 36px;
  margin-bottom: 10px;
}

.page-template-contact .contact-us-locations-container .single-location-container .single-location-office-info-container .address {
  font-size: 18px;
  color: #50505E;
  line-height: 33px;
  margin-bottom: 23px;
}

.page-template-contact .contact-us-locations-container .single-location-container .single-location-office-info-container .address-buttons {
  margin-top: 23px;
}

.page-template-contact .contact-us-locations-container .single-location-container .single-location-office-info-container .address-buttons a {
  font-size: 18px;
  font-weight: 700;
  color: #17161A;
  line-height: 22px;
  padding-bottom: 8px;
  margin-right: 13.5px;
  border-bottom: 3px solid #268CC0;
}

.page-template-contact .contact-us-locations-container .single-location-container .single-location-office-info-container .address-buttons button {
  text-transform: initial;
  font-size: 18px;
  font-weight: 700;
  color: #17161A;
  letter-spacing: initial;
  line-height: 22px;
  padding-top: 0;
  padding-bottom: 8px;
  border: none;
  border-bottom: 3px solid #268CC0;
  background-color: rgba(255, 0, 0, 0);
}

.page-template-contact .contact-us-locations-container .single-location-container .single-location-office-info-container .address-buttons button:focus {
  background-color: transparent;
}

.page-template-contact .contact-sidebar {
  margin-top: 80px;
}

@media screen and (min-width: 992px) {
  .page-template-contact .contact-sidebar {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  .page-template-contact .contact-sidebar {
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

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