/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  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;
}

.contact-social-call p {
  font-family: var(--secondary-font), sans-serif;
  color: #18397b;
  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: 40px;
}

@media screen and (min-width: 768px) {
  .contact-sidebar {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .contact-sidebar .sidebar-widget {
    height: 100%;
  }
}
.page-template-contact h1 {
  color: var(--color-tertiary);
}

@media (max-width: 767px) {
  .page-template-contact .main-content {
    padding-top: 20px;
  }
}
.page-template-contact .social-icon-list {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .page-template-contact .col-10 {
    width: 100%;
  }
}
.page-template-contact .main-contact-form .form-wrap {
  padding: 40px 50px 30px;
}

@media (max-width: 991px) {
  .page-template-contact .main-contact-form .form-wrap {
    padding: 40px 25px 30px;
    margin-top: 30px;
  }
}
.page-template-contact .main-contact-form .form-wrap .form-title {
  display: none;
}

.page-template-contact .main-contact-form .form-wrap .form-subtitle {
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 2px;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.page-template-contact .col-item {
  margin-bottom: 60px;
}

.page-template-contact .col-item .sidebar-holder {
  height: 100%;
  border-radius: 15px;
  border: 10px solid #fff;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 19, 46, 0.25);
  padding: 25px 10px 10px 10px;
}

.page-template-contact .col-item .sidebar-holder .firm-name,
.page-template-contact .col-item .sidebar-holder .logo {
  display: none;
}

.page-template-contact .col-item .sidebar-holder .sidebar-title {
  color: var(--color-tertiary);
  font-family: var(--main-font), sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  display: block;
  padding-bottom: 26px;
  letter-spacing: 0px;
  text-align: center;
}

.page-template-contact .col-item .sidebar-holder .office-heading {
  color: var(--color-tertiary);
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
}

.page-template-contact .col-item .sidebar-holder .select-office {
  position: relative;
  padding: 10px 60px 10px 25px;
  margin-bottom: 20px;
  width: 100%;
  height: 45px;
  background: url(../images/icons/select-location.svg) #fff no-repeat 100%;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  appearance: none;
  color: var(--color-secondary);
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.page-template-contact .col-item .sidebar-holder .location-map {
  background-position: center !important;
  border-radius: 12px;
  height: 217px;
  width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 449px) {
  .page-template-contact .col-item .sidebar-holder .location-map {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .page-template-contact .col-item .sidebar-holder .location-map {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-contact .col-item .sidebar-holder .location-map {
    width: 400px;
  }
}
.page-template-contact .col-item .sidebar-holder .address-content {
  padding-left: 5px;
}

.page-template-contact .col-item .sidebar-holder .address-content .address {
  display: block;
  line-height: 25px;
}

.page-template-contact .col-item .sidebar-holder .address-content .phone_number {
  margin-top: 8px;
}

.page-template-contact .col-item .sidebar-holder .address-content .phone_number a {
  color: #212529;
}

.page-template-contact .col-item .sidebar-holder .address-content .fax_number {
  margin-top: 8px;
}

.page-template-contact .col-item .sidebar-holder .address-content .fax_number a {
  color: #212529;
}

.page-template-contact .col-item .sidebar-holder .address-content .direction {
  padding-left: 0px;
  display: flex;
  margin-top: 12px;
  flex-wrap: wrap;
}

.page-template-contact .col-item .sidebar-holder .address-content .direction li a {
  text-decoration: underline;
}

.page-template-contact .col-item .sidebar-holder .address-content .direction li:last-child {
  margin-left: 15px;
}

.page-template-contact .col-item #our-team .swiper-slide img {
  max-width: 65%;
  border-radius: 12px;
}

@media screen and (min-width: 1400px) {
  .page-template-contact .col-item #our-team .swiper-slide img {
    max-width: 100%;
  }
}
.page-template-contact .col-item #our-team .swiper-button-prev {
  width: 40px;
  height: 40px;
  top: 42%;
  left: 0px;
  background-image: url(../images/arrows/arrow-prev.svg);
}

.page-template-contact .col-item #our-team .swiper-button-prev:after {
  display: none;
}

.page-template-contact .col-item #our-team .swiper-button-prev:hover {
  opacity: 0.8;
}

.page-template-contact .col-item #our-team .swiper-button-next {
  width: 40px;
  height: 40px;
  top: 42%;
  right: 0px;
  background-image: url(../images/arrows/arrow-next.svg);
}

.page-template-contact .col-item #our-team .swiper-button-next:after {
  display: none;
}

.page-template-contact .col-item #our-team .swiper-button-next:hover {
  opacity: 0.8;
}

.page-template-contact .col-item #our-team .name {
  margin-top: 15px;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
  text-transform: none;
  letter-spacing: 0px;
  display: block;
  color: var(--link-color);
  transition: all 0.2s linear;
}

.page-template-contact .col-item #our-team .name:hover {
  color: var(--link-hover-color);
}

.page-template-contact .col-item #our-team .position {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--link-color);
  transition: all 0.2s linear;
}

.page-template-contact .col-item #our-team .position:hover {
  color: var(--link-hover-color);
}

.page-template-contact .col-item #our-team .swiper-pagination {
  display: none;
}

.page-template-contact .col-item #our-team .btn {
  margin-top: 30px;
  border-radius: 12px;
  background: var(--color-primary);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 14px 26px;
}

.page-template-contact .col-item #our-team .btn:hover {
  background: #A70500;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .page-template-contact .sidebar-expect-sect {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-contact .sidebar-expect-sect {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-template-contact .sidebar-expect-sect .btn {
  margin-top: 30px;
  border-radius: 12px;
  background: var(--color-primary);
  backdrop-filter: blur(5px);
  color: #fff;
  padding: 14px 30px;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 247px;
  padding: 14px 14px;
}

@media screen and (min-width: 1200px) {
  .page-template-contact .sidebar-expect-sect .btn {
    margin-top: 40px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-contact .sidebar-expect-sect .btn {
    width: 320px;
  }
}
.page-template-contact .sidebar-expect-sect .btn:hover {
  background: #A70500;
  color: #fff;
}

.page-template-contact .sidebar-subtitle {
  text-align: center;
  color: var(--color-tertiary);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0px;
}

@media screen and (min-width: 1200px) {
  .page-template-contact .sidebar-subtitle {
    margin-bottom: 20px;
  }
}
.page-template-contact .information {
  padding-left: 15px;
  padding-right: 15px;
}

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