@charset "UTF-8";
/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/* 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 .main-wrapper {
  border-top: none;
}

@media screen and (min-width: 1200px) {
  .main-content .container .row > .entry-content.col-xl-8,
  .main-content .container .row > .content.col-xl-8 {
    padding-right: 55px;
  }
}
[v-cloak] > * {
  display: none;
}

#loader-div {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

#loader-div .lds-ring {
  display: inline-block;
  position: relative;
  width: 77px;
  height: 77px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  display: block;
}

#loader-div .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  margin: 6px;
  border: 7px solid #4164f2;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4164f2 transparent transparent transparent;
}

#loader-div .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

#loader-div .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

#loader-div .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.arrow-link {
  color: #eb5b13;
  font-size: 16px;
  font-weight: 600;
  background-image: url("../images/arrows/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 18px 8px;
  padding-right: 22px;
  background-position: right center;
}

.arrow-link__alt {
  color: #fff;
  background-image: url("../images/arrows/arrow-alt-right.svg");
}

.diagonal-bkg {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg .container {
    position: unset;
  }
}
.diagonal-bkg__wrapper {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper {
    position: unset;
  }
}
.diagonal-bkg__wrapper:before {
  left: 0;
  background-color: #efeeec;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}

@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    top: 0;
    right: 0;
    left: unset;
    z-index: 2;
    width: 56%;
    clip-path: polygon(210px 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:before {
    clip-path: polygon(180px 0%, 100% 0, 100% 100%, 0% 100%);
    width: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .diagonal-bkg__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(51% - 75px);
    z-index: 5;
    height: 100%;
    width: 8px;
    background-color: #fff;
    transform: skewX(-14.5deg);
    opacity: 0.43;
  }
}
@media screen and (min-width: 1440px) {
  .diagonal-bkg__wrapper:after {
    transform: skewX(-16.4deg);
  }
}
.small-font-content p {
  font-family: var(--third-font), sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #242424;
  margin-bottom: 27px;
}

.archive.category, .archive.date {
  background-color: #f5f5f5;
}

blockquote {
  margin: 0;
}

blockquote p {
  padding: 20px;
  background: #f2f1f1;
  border-radius: 5px;
}

blockquote p:before {
  content: "“";
}

blockquote p:after {
  content: "”";
}

.contact-content .page-heading .page-description {
  max-width: 909px;
}

@media screen and (min-width: 992px) {
  .contact-content {
    padding-bottom: 75px;
  }
}
.contact-content .main-contact-form {
  margin: auto;
  max-width: 731px;
}

.contact-content .main-contact-form .gform_footer .button {
  max-width: 100%;
}

.contact-content .contact-sidebar .sidebar-item {
  margin: 0;
  max-width: 100%;
}

.contact-content .contact-sidebar .sidebar-item .widget {
  margin-bottom: 0;
}

.contact-content .contact-sidebar .sidebar-item .widget_cw_team_widget {
  height: 100%;
}

@media (max-width: 1200px) {
  .contact-content .contact-sidebar .sidebar-item .sidebar-expect {
    height: 420px;
  }
}
@media (max-width: 1199px) {
  .contact-content .contact-sidebar .sidebar-item .sidebar-expect p {
    font-size: 17px;
    line-height: 32px;
  }
}
.contact-content .contact-sidebar .sidebar-item .connect-with-us-title {
  padding-top: 20px;
}

.contact-content .contact-sidebar .office-holder {
  max-width: 574px;
}

@media (max-width: 1399px) {
  .contact-content .contact-sidebar .office-holder {
    padding: 0px 35px;
  }
}
.contact-content .contact-sidebar .office-holder .office-heading {
  font-family: var(--secondary-font), sans-serif;
  color: white;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 15px;
}

.contact-content .contact-sidebar .office-holder .select-office-contact {
  position: relative;
  padding: 10px 60px 10px 20px;
  margin-top: 10px;
  width: 100%;
  height: 50px;
  color: #061a40;
  font-family: var(--third-font), sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.67px;
  background: url(../images/icons/dropdown.png) #fff no-repeat 98%;
  border: 2px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 4px;
  appearance: none;
}

@media (max-width: 768px) {
  .contact-content .contact-sidebar .office-holder .select-office-contact {
    margin-top: 0px;
  }
}
.contact-content .contact-sidebar .office-holder .contact-phone-holder {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-top: 0px;
}

@media (max-width: 1199px) {
  .contact-content .contact-sidebar .office-holder .contact-phone-holder {
    align-items: center;
  }
}
.contact-content .contact-sidebar .office-holder .contact-phone-holder .label {
  flex: 0 0 auto;
  margin-right: 20px;
  color: #17161A;
  font-size: 24px;
  font-weight: normal;
  margin-left: 10px;
}

@media (max-width: 1199px) {
  .contact-content .contact-sidebar .office-holder .contact-phone-holder .label {
    margin-right: 0px;
  }
}
@media screen and (min-width: 992px) {
  .contact-content .contact-sidebar .office-holder .contact-phone-holder .label {
    margin-left: 0;
  }
}
.contact-content .contact-sidebar .office-holder .contact-phone-holder .contact-phone {
  display: flex;
  align-items: center;
  color: var(--color-primary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 50px;
  font-weight: normal;
  white-space: nowrap;
  line-height: 63px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.contact-content .contact-sidebar .office-holder .contact-phone-holder .contact-phone .icon {
  margin-right: 18px;
}

.contact-content .contact-sidebar .office-info-contact {
  color: #17161A;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  line-height: 33px;
  padding-top: 15px;
}

.contact-content .contact-sidebar .office-info-contact strong {
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  font-family: var(--secondary-font), sans-serif;
}

.contact-content .contact-sidebar .office-info-contact .office-name {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  border: 2px solid var(--Stroke, rgba(0, 0, 0, 0.15));
  padding: 12px 16px;
  border-radius: 4px;
  background: #fff;
}

.contact-content .contact-sidebar .office-info-contact address {
  margin-bottom: 0;
  margin-top: 30px;
}

.contact-content .contact-sidebar .office-info-contact a {
  color: #17161A;
  font-size: 18px;
}

.contact-content .contact-sidebar .office-info-contact button {
  padding: 0;
  border: none;
  background: none;
}

.contact-content .contact-sidebar .office-info-contact__buttons {
  margin-top: 8px;
}

.contact-content .contact-sidebar .office-info-contact__buttons a {
  margin-right: 22px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 4px solid var(--color-primary);
  padding-bottom: 5px;
}

.contact-content .contact-sidebar .office-info-contact__buttons button {
  color: #17161A;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  border-bottom: 4px solid var(--color-primary);
}

.contact-content .contact-sidebar .office-info-contact__buttons a,
.contact-content .contact-sidebar .office-info-contact__buttons button {
  transition: all 0.2s linear;
}

.contact-content .contact-sidebar .office-info-contact__buttons a:hover,
.contact-content .contact-sidebar .office-info-contact__buttons button:hover {
  color: var(--color-primary);
}

.contact-content .contact-sidebar .office-info-contact figure {
  margin: 30px 0 0;
}

.contact-content .contact-sidebar .office-info-contact figure img {
  max-width: 100%;
  height: auto;
  width: 100%;
  box-sizing: border-box;
}

.contact-content .contact-sidebar-whattoexpect {
  padding-top: 50px;
}

@media screen and (min-width: 992px) {
  .contact-content .contact-sidebar-whattoexpect {
    padding-top: 80px;
  }
}
@media (max-width: 1439px) {
  .contact-content .contact-sidebar .sidebar-item {
    margin: 0 auto 50px;
  }
}
@media (max-width: 991px) {
  .contact-content .contact-sidebar {
    margin: 0px 0px 40px 0px;
    padding-top: 0px;
  }
  .contact-content .contact-sidebar .sidebar-item {
    padding: 0;
    max-width: 450px;
  }
  .contact-content .contact-sidebar .office-holder {
    padding: 30px 15px;
  }
}

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