body.wpb-js-composer .vc_tta.office-tour .vc_tta-tab a {
  color: #000000;
  font-size: 1.333em;
  font-weight: 900;
  display: block;
  padding: 1.1em 4em 1.1em 1.6em;
  border-radius: 2em;
  position: relative;
}

body.wpb-js-composer .vc_tta.office-tour .vc_tta-tab a:after {
  font-family: fontello;
  content: '\e91d';
  position: absolute;
  right: 2.2em;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  font-size: 0.5em;
  font-weight: 100;
  border: 2px solid;
  border-radius: 50%;
  line-height: 2em;
  width: 2em;
  height: 2em;
  text-align: center;
  display: block;
  opacity: 0;
}

body.wpb-js-composer .vc_tta.office-tour .vc_tta-tab a:hover,
body.wpb-js-composer .vc_tta.office-tour .vc_tta-tab.vc_active>a {
  color: #fff;
  background-color: #102860;
}

body.wpb-js-composer .vc_tta.office-tour .vc_tta-tab a:hover:after,
body.wpb-js-composer .vc_tta.office-tour .vc_tta-tab.vc_active>a:after {
  content: '\e91d';
  opacity: 1;
  display: block;
  width: 2em;
  height: 2em;
  border: 2px solid;
}

body.wpb-js-composer .vc_tta.office-tour .vc_tta-panel-body {
  padding: 0;
}

@media screen and (min-width: 767px) {
  body.wpb-js-composer .vc_tta.office-tour .vc_tta-panel-body {
    padding-left: 25px;
    text-align: center;
  }
}

body.wpb-js-composer .vc_tta.office-tour .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #102860;
}

body.wpb-js-composer .vc_tta.office-tour .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  color: #fff;
}

.scroll_to_top {
  color: #fff;
  background-color: #003263;
  border: none;
}

.scroll_to_top:hover {
  color: #fff;
  background-color: #34b8c0;
}

@media screen and (max-width: 699px) {
  .sc_image.alignleft {
    float: none;
  }
}

.page_content_wrap {
  border-top: 6px solid rgba(0, 0, 0, 0.1);
}

.sc_parallax .sc_parallax_overlay,
.sc_columns_is_hover_yes .sc_section:before,
.sc_team.sc_team_style_2 .team_item_info-container {
  background: #34b8c0 !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #34b8c0), color-stop(100%, #003263)) !important;
  background: linear-gradient(to bottom, #34b8c0 0%, #003263 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#34b8c0', endColorstr='#003263', GradientType=0) !important;
}

.sc_contact_form.transparent button {
  background: #003263;
}

.sc_contact_form.transparent button:hover {
  background: #34b8c0 !important;
}

.sc_section:not(.sc_scroll_controls) .sc_section_overlay,
.sc_section .sc_section_overlay {
  overflow: visible !important;
}

.sc_googlemap iframe {
  min-width: 100%;
  min-height: 300px;
}

.top_panel_style_2 .menu_user_contact_area {
  float: right;
  margin-top: 1em;
  margin-bottom: 1em;
}

.menu_main_wrap .logo_main {
  width: auto;
  margin-top: -25px;
  margin-left: 15px;
}

@media screen and (min-width: 1000px) {
  .menu_main_wrap .logo_main {
    max-height: 125px;
  }
}

.menu_main_wrap {
  overflow: visible !important;
}

@media screen and (min-width: 1000px) {
  .menu_main_wrap nav.menu_main_nav_area {
    width: 75%;
    display: flex;
    justify-content: center;
  }
}

.menu_main_wrap .menu_main_nav .sub-menu {
  background-color: #102860;
  padding-top: 10px !important;
  padding-bottom: 10px;
}

.menu_main_wrap .menu_main_nav .sub-menu li:hover>a:before {
  background: #34b8c0 !important;
}

footer.footer_wrap {
  background: #003263 !important;
}

footer.footer_wrap .widget {
  color: #ffffff;
  background-color: transparent;
  margin-bottom: 10px;
}

@media screen and (max-width: 699px) {
  footer.footer_wrap .widget {
    margin-bottom: 0;
  }
}

footer.footer_wrap .widget .textwidget {
  padding: 2em 0;
  font-size: 16px;
}

footer.footer_wrap .widget .textwidget p {
  line-height: 1.6;
}

footer.footer_wrap .widget .textwidget p a {
  color: #ffffff;
  font-weight: normal;
}

footer.footer_wrap .widget#text-3 p {
  display: flex;
  justify-content: flex-start;
}

.copyright_wrap .sc_socials {
  margin-top: 0 !important;
}

.copyright_wrap .sc_socials a {
  font-size: 2em !important;
}

/*# sourceMappingURL=assets/scss/main.css.map */