/**
* 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);
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.main-content {
  padding-bottom: 50px;
}

@media screen and (min-width: 1200px) {
  .main-content {
    padding-bottom: 80px;
  }
}
.contact-content .page-heading .page-description {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.contact-content .main-contact-form {
  margin: auto;
  max-width: 731px;
}

.contact-content .main-contact-form .form-wrap {
  padding-top: 60px;
  border: 1px solid #1D2E7A;
  background: linear-gradient(106deg, #1D2E6A 50.15%, #030919 100%);
  box-shadow: 0 0 20px 0 rgba(119, 119, 120, 0.1);
}

.contact-content .main-contact-form .form-wrap .form-subtitle {
  margin-bottom: 18px;
}

.contact-sidebar {
  margin-top: 80px;
  justify-content: center;
}

.contact-sidebar .col-item {
  margin-bottom: 60px;
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .contact-sidebar .col-item {
    margin-bottom: 0px;
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .contact-sidebar .col-item {
    width: 33.3333333333%;
  }
}
.contact-sidebar .col-item:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media screen and (min-width: 992px) {
  .contact-sidebar .col-item:last-child {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-sidebar .col-item:last-child {
    margin-top: 0px;
  }
}
.contact-sidebar .col-item .contact-sidebar {
  border-radius: 12px;
  border-radius: 24px;
  border: 1px solid #1D2E7A;
  background: linear-gradient(106deg, #1D2E6A 50.15%, #030919 100%);
  box-shadow: 0 0 20px 0 rgba(119, 119, 120, 0.1);
  padding-top: 20px;
  padding-bottom: 35px;
  margin-top: 0px;
}

@media screen and (min-width: 992px) {
  .contact-sidebar .col-item .contact-sidebar {
    height: 100%;
    padding-bottom: 20px;
  }
}
.contact-sidebar .col-item .contact-sidebar .office-holder {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 480px) {
  .contact-sidebar .col-item .contact-sidebar .office-holder {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-sidebar .col-item .contact-sidebar .office-holder {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .contact-sidebar .col-item .contact-sidebar .office-holder {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.contact-sidebar .col-item .contact-sidebar .office-holder .link-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contact-sidebar .col-item .contact-sidebar .office-holder .office-heading {
  color: #fff;
  text-transform: uppercase;
  font-family: var(--main-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  padding-top: 27px;
  padding-bottom: 30px;
}

.contact-sidebar .col-item .contact-sidebar .office-holder .select-office-contact {
  cursor: pointer;
  position: relative;
  padding: 0px 60px 0px 24px;
  margin-bottom: 0px;
  width: 100%;
  height: 60px;
  appearance: none;
  color: #030919;
  font-family: var(--secondary-font);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  border-radius: 6px;
  border: 2px solid #fff;
  background: url(../images/select-arrow-down.svg), linear-gradient(180deg, #FFF 23.33%, #CECECE 100%);
  background-repeat: no-repeat;
  background-position-x: right 0px;
}

.contact-sidebar .col-item .contact-sidebar .office-holder .office-info-contact {
  padding-top: 15px;
}

@media screen and (min-width: 1200px) {
  .contact-sidebar .col-item .contact-sidebar .office-holder .office-info-contact {
    padding-top: 25px;
  }
}
.contact-sidebar .col-item .contact-sidebar .office-holder .office-info-contact strong {
  display: block;
  color: #fff;
  font-family: var(--main-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
}

.contact-sidebar .col-item .contact-sidebar .office-holder .office-info-contact span {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}

.contact-sidebar .col-item .contact-sidebar .office-holder .office-info-contact address {
  margin-bottom: 5px;
  max-width: 300px;
}

.contact-sidebar .col-item .contact-sidebar .office-holder .office-info-contact address span {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

.contact-sidebar .col-item .contact-sidebar .office-holder .office-info-contact a {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

.contact-sidebar .col-item .contact-sidebar .office-holder .office-info-contact .ctm-no-swap {
  color: #28A8C8;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  text-decoration: none;
  display: block;
  margin-bottom: 0px;
}

.contact-sidebar .col-item .contact-sidebar .office-holder .office-info-contact .office-info__buttons {
  margin-top: 20px;
}

.contact-sidebar .col-item .contact-sidebar .office-holder .office-info-contact .office-info__buttons a {
  color: #fff;
  font-family: var(--main-font);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.contact-sidebar .col-item .contact-sidebar .office-holder .office-info-contact .office-info__buttons a:first-child {
  margin-right: 30px;
}

.contact-sidebar .col-item .contact-sidebar .office-holder .office-info-contact .office-info__buttons a:hover {
  /*color: #28A8C8;*/
  color: rgba(255, 255, 255, 0.7);
}

.contact-sidebar .col-item .contact-sidebar .office-holder .office-info-contact .office-info__buttons a svg {
  margin-left: 6px;
  position: relative;
  top: -1px;
}

.contact-sidebar .col-item .contact-sidebar .office-holder .office-info-contact .office-info__buttons button {
  color: #fff;
  font-family: var(--main-font);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  padding: 0px;
  background: none;
  margin-right: 30px;
  position: relative;
  top: -2px;
}

.contact-sidebar .col-item .contact-sidebar .office-holder .office-info-contact .office-info__buttons button:hover {
  /*color: #28A8C8;*/
  color: rgba(255, 255, 255, 0.7);
}

.contact-sidebar .col-item .contact-sidebar .office-holder .office-info-contact .office-info__buttons button svg {
  margin-left: 6px;
  position: relative;
  top: -1px;
}

.contact-sidebar .col-item .contact-sidebar .office-holder .office-info-contact .office-info__buttons button:focus {
  background-color: transparent;
}

.contact-sidebar .col-item .contact-sidebar .office-holder figure {
  position: relative;
  margin-top: 30px;
}

.contact-sidebar .col-item .contact-sidebar .office-holder figure img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  border: 5px solid #fff;
  background: linear-gradient(0deg, rgba(29, 46, 122, 0.2) 0%, rgba(29, 46, 122, 0.2) 100%), url() lightgray -298.775px -124.5px/203.254% 208.571% no-repeat;
  box-shadow: 0 0 20px 0 rgba(119, 119, 120, 0.1);
  width: 384px;
  height: 170px;
}

.contact-sidebar .col-item .contact-sidebar .office-holder figure svg {
  position: absolute;
  Transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.contact-sidebar .col-item .contact-team-widget {
  height: 100%;
  border-radius: 24px;
  border: 1px solid #1D2E7A;
  background: linear-gradient(106deg, #1D2E6A 50.15%, #030919 100%);
  box-shadow: 0 0 20px 0 rgba(119, 119, 120, 0.1);
  padding: 45px 15px 20px 15px;
}

@media screen and (min-width: 992px) {
  .contact-sidebar .col-item .contact-team-widget {
    padding: 45px 15px 45px 15px;
  }
}
.contact-sidebar .col-item .contact-team-widget .sidebar-title {
  color: #fff;
  text-transform: uppercase;
  font-family: var(--main-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  padding-bottom: 40px;
  text-align: center;
}

.contact-sidebar .col-item .contact-team-widget .widget_cw_team_widget .sidebar-title {
  display: none;
}

.contact-sidebar .col-item .contact-team-widget .content-slide img {
  border-radius: 24px;
  border: 1px solid #1D2E7A;
  background: linear-gradient(180deg, rgba(29, 46, 122, 0) 46.1%, #1D2E7A 100%), url(./) lightgray -159.19px -18.677px/195.775% 129.501% no-repeat, linear-gradient(106deg, #1D2E7A 0.31%, #1D2E6A 50.15%, #030919 100%);
  box-shadow: 0 0 20px 0 rgba(119, 119, 120, 0.1);
}

.contact-sidebar .col-item .contact-team-widget .content-slide .title {
  padding-top: 15px;
  color: #fff;
  font-family: var(--main-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.contact-sidebar .col-item .contact-team-widget .content-slide .position {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

.contact-sidebar .col-item .contact-team-widget .content-slide .view-profile {
  padding-top: 10px;
  color: #fff;
  font-family: var(--main-font);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

@media screen and (min-width: 992px) {
  .contact-sidebar .col-item .contact-team-widget .content-slide .view-profile {
    padding-top: 15px;
  }
}
.contact-sidebar .col-item .contact-team-widget .content-slide .view-profile a {
  color: #fff;
}

.contact-sidebar .col-item .contact-team-widget .content-slide .view-profile a svg {
  margin-left: 6px;
}

.contact-sidebar .col-item .contact-team-widget .position-arrow {
  position: relative;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  padding-bottom: 50px;
}

.contact-sidebar .col-item .contact-team-widget .position-arrow .swiper-button-prev,
.contact-sidebar .col-item .contact-team-widget .position-arrow .swiper-button-next {
  top: 0px;
  background-color: transparent;
}

.contact-sidebar .col-item .contact-team-widget .position-arrow .arrow-next,
.contact-sidebar .col-item .contact-team-widget .position-arrow .arrow-prev {
  display: block;
}

@media screen and (min-width: 1200px) {
  .contact-sidebar .col-item .contact-team-widget .position-arrow .arrow-next,
  .contact-sidebar .col-item .contact-team-widget .position-arrow .arrow-prev {
    display: none;
  }
}
.contact-sidebar .col-item .sidebar-widget {
  height: 100%;
  background: #1C2D5A;
  border-radius: 24px;
  padding: 38px 20px 0px 20px;
}

@media screen and (min-width: 1400px) {
  .contact-sidebar .col-item .sidebar-widget {
    padding: 45px 30px 0px 30px;
  }
}
.contact-sidebar .col-item .sidebar-widget .sidebar-title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--main-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  padding-bottom: 30px;
}

.contact-sidebar .col-item .sidebar-widget .icon-holder {
  text-align: center;
}

.contact-sidebar .col-item .sidebar-widget .stars {
  filter: brightness(0) saturate(100%) invert(68%) sepia(93%) saturate(439%) hue-rotate(359deg) brightness(103%) contrast(87%);
  margin-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contact-sidebar .col-item .sidebar-widget .sidebar-expect-sect {
  color: #fff;
  font-family: var(--secondary-font);
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
}

.contact-sidebar .col-item .sidebar-widget .sidebar-expect-sect p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .contact-sidebar .col-item .sidebar-widget .sidebar-expect-sect p {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
.contact-sidebar .col-item .sidebar-widget .sidebar-expect-sect .btn {
  padding: 20px 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 300px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-sidebar .col-item .sidebar-widget .sidebar-subtitle {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--main-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 22px;
}

@media screen and (min-width: 1200px) {
  .contact-sidebar .col-item .sidebar-widget .sidebar-subtitle {
    margin-bottom: 25px;
  }
}
.contact-sidebar .col-item .sidebar-widget .information {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
}

.contact-sidebar .col-item .sidebar-widget .information p {
  color: #fff;
}

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