.hide-desktop {
    display: none !important;
}


.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #002742;
  font-size: 18px;
  line-height: 20px;
}

.button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f50;
  border-radius: 4px;
  background-color: #de5e39;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  text-decoration: none;
}

.button-icon:hover {
  border-color: #fff;
  background-color: #9bb6dd;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #000;
}

.flex-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom {
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: 2px solid #dbe5ee;
  color: #dbe5ee;
}

.contact-info-header {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #fff;
}

.sufix-line {
  display: inline-block;
  width: 30px;
  height: 4px;
  margin-bottom: 7px;
  margin-left: 8px;
  background-color: #de5e39;
}

.large-paragraph {
  font-size: 22px;
  font-weight: 400;
}

.large-paragraph.text-center {
  text-align: center;
}

.large-paragraph.text-center.white-text {
  margin-top: 13px;
  color: hsla(0, 0%, 100%, 0.8);
}

.text-block-2 {
  color: #fff;
  font-weight: 400;
}

.text-block-2:hover {
  color: #6582b6;
}

.text-span-14 {
  color: #de5e39;
}

.item {
  margin-right: 32px;
}

.subheading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -14px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container.text-center {
  text-align: center;
}

.form-wrapper {
  padding: 90px 120px 40px;
  border-top-right-radius: 8px;
  background-color: #fff;
  box-shadow: 0 -8px 34px 0 rgba(88, 112, 173, 0.08);
}

.form-wrapper.contact-page {
  padding: 40px 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 8px;
  box-shadow: none;
}

.footer-columns-grid {
  padding-bottom: 60px;
  -ms-grid-columns: 0.55fr 0.55fr 1fr 1.5fr;
  grid-template-columns: 0.55fr 0.55fr 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2 {
  width: 100px;
  margin-top: -53px;
  margin-bottom: 10px;
}

.contact-bar-wrapper {
  position: relative;
  z-index: 6;
  max-width: 90%;
  margin-top: -140px;
  padding: 48px 24px;
  border-top-right-radius: 8px;
  background-color: #fff;
  box-shadow: 4px 0 36px 0 rgba(140, 170, 205, 0.16);
}

.grid-contact-us {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-contact-us.contact-page {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  border-top-right-radius: 30px;
  background-color: transparent;
  box-shadow: 0 5px 16px 3px rgba(25, 37, 62, 0.09);
}

.contact-bar-grid {
  max-width: 968px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 1fr 1.5fr 1fr;
  grid-template-columns: 1fr 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-information {
  padding: 100px 48px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#003460), to(#6582b6));
  background-image: linear-gradient(180deg, #003460, #6582b6);
}

.contact-information.contact-page {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0px;
  background-color: transparent;
  background-image: linear-gradient(135deg, #002742, #6582b6);
}

.transition-bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.transition-bg-image.why-us {
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.transition-bg-image.about-us {
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.transition-bg-image.banner-cta {
  background-image: url('../images/12.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.transition-bg-image.hero {
  background-image: url('../images/6.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.transition-bg-image.about-us-page {
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.transition-bg-image.perm-page {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.transition-bg-image.interim-page {
  background-image: url('../images/14.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-bar-title {
  margin-bottom: 24px;
  color: #002742;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
}

.text-span-9 {
  color: #000;
}

.background-object-banner {
  position: absolute;
  left: -82.562px;
  z-index: 1;
  display: none;
  max-width: 150px;
}

.contact-buttons-container {
  max-width: 314px;
}

.footer-contact {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.social-media-link {
  margin-left: 24px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-media-link:hover {
  opacity: 0.7;
}

.transition-bg-solid {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #f1f6fb;
}

.transition-bg-solid.about-us {
  background-color: #f1f6fb;
}

.margin-top-28px {
  margin-top: 28px;
}

.success-message {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  line-height: 26px;
  text-align: left;
}

.button-secondary-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 22px;
  font-weight: 500;
}

.margin-top-32px {
  margin-top: 32px;
}

.margin-top-32px.center {
  text-align: center;
}

.footer-link {
  display: inline-block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #666f77;
  text-decoration: none;
}

.footer-link:hover {
  color: #000;
}

.footer-link.w--current {
  font-weight: 400;
}

.subheading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #666f77;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.subheading.white {
  color: #fff;
}

.footer-contact-icon {
  margin-right: 16px;
}

.go-up-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  margin-right: 42px;
  margin-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #de5e39;
  background-image: url('../images/arrow-up.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease, color 300ms ease;
  transition: opacity 300ms ease, color 300ms ease;
}

.error-message {
  margin-top: 32px;
  padding: 0px;
  background-color: transparent;
  color: #ff4043;
  line-height: 24px;
}

.logo-image {
  width: 200px;
  margin-top: 0px;
}

.footer-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.icon-button {
  margin-right: 8px;
}

.icon-button.primary {
  margin-right: 12px;
}

.footer-title {
  margin-bottom: 26px;
}

.justify-column {
  max-width: 449px;
  margin-right: auto;
  margin-left: auto;
}

.justify-column.hero {
  max-width: 600px;
  padding-bottom: 100px;
}

.copyright {
  margin-bottom: 0px;
  color: #666f77;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.contact-bar-link {
  display: block;
  margin-bottom: 12px;
  color: #002742;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.contact-bar-link:hover {
  color: #000;
}

.contact-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.background-object-why-us {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  max-width: 40px;
}

.contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #666f77;
  font-size: 16px;
  text-decoration: none;
}

.contact-item:hover {
  color: #247cff;
}

.input {
  min-height: 64px;
  margin-bottom: 32px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #cad6e1;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  font-size: 18px;
  font-weight: 400;
}

.input:hover {
  border-color: #f50;
  background-color: #f9fbfd;
}

.input:active {
  border-color: #f50;
}

.input:focus {
  border-width: 1px 1px 1px 4px;
  border-color: #f50;
  background-color: #f9fbfd;
  color: #435261;
}

.input::-webkit-input-placeholder {
  color: #666f77;
  font-size: 18px;
  font-weight: 400;
}

.input:-ms-input-placeholder {
  color: #666f77;
  font-size: 18px;
  font-weight: 400;
}

.input::-ms-input-placeholder {
  color: #666f77;
  font-size: 18px;
  font-weight: 400;
}

.input::placeholder {
  color: #666f77;
  font-size: 18px;
  font-weight: 400;
}

.input.message:hover {
  border-color: #f50;
}

.split-section-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.button-secondary-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 4px;
  -webkit-transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.button-secondary-icon:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button-secondary-icon.large {
  padding: 16px 36px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 18px;
}

.card {
  height: 40vh;
  padding-right: 24px;
  padding-bottom: 40px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #dbe5ee;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(155, 188, 232, 0.29);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
}

.card:hover {
  display: block;
  box-shadow: 0 6px 14px 0 rgba(143, 177, 223, 0.43);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.card.cand {
  height: 50vh;
}

.card.clients {
    height: 100%;
}
.card.clients p.text {
    min-height: 240px;
}

.header-wrapper {
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #dbe5ee;
}

.paragraph {
  font-size: 16px;
  font-weight: 400;
}

.footer-link-box {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #666f77;
  text-decoration: none;
}

.footer-link-box:hover {
  color: #247cff;
}

.form {
  margin-top: 54px;
}

.section.section-contact-bar {
  padding-bottom: 60px;
  background-color: #f1f6fb;
}

.section.section-why-us {
  background-color: #f1f6fb;
}

.section.section-about-us {
  background-color: #f1f6fb;
}

.section.about-content {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f9f9f9;
  color: #fff;
}

.section.page-content {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f1f6fb;
}

.section.page-hero {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#af3613), to(#de5e39));
  background-image: linear-gradient(180deg, #af3613, #de5e39);
}

.section.contact-us-page {
  margin-top: 80px;
  margin-bottom: 80px;
}

.section.section-doctor-template {
  margin-top: 60px;
  margin-bottom: 60px;
}

.contact-bar-text {
  color: #002742;
}

.logo {
  width: 200px;
}

.nav-menu-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-bar-icon {
  width: 40px;
  margin-right: 16px;
}

.footer-wrapper {
  border-top: 2px solid #666f77;
  background-image: url('../images/CONPRU_Lines-0-trans.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.scroll-down-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: -36px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-up-grid {
  padding-top: 30px;
  padding-bottom: 44px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-menu {
  color: #061829;
  font-size: 16px;
  font-weight: 500;
}

.contact-bar-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar {
  max-width: none;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002742), to(#003460));
  background-image: linear-gradient(180deg, #002742, #003460);
}

.top-bar-wrapper {
  padding-top: 20px;
  padding-bottom: 15px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #dbe5ee;
}

.offices-locations {
  margin-top: 100px;
  padding-top: 38px;
  border-top: 1px solid #7c82a1;
}

.footer-menu {
  padding-left: 0px;
  list-style-type: none;
}

.input-label {
  margin-bottom: 16px;
  color: #061829;
  font-size: 18px;
}

.split-column.content {
  padding-right: 24px;
  padding-left: 24px;
  background-color: transparent;
}

.split-column.image {
  position: relative;
}

.split-column.image.about-us {
  min-height: 620px;
}

.split-column.image.hero {
  min-height: 760px;
}

.split-column.image.banner {
  min-height: 570px;
}

.split-column.image.why-us {
  min-height: 620px;
}

.split-column.content {
  padding-right: 24px;
  padding-left: 24px;
}

.contact-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.nav-link-wrap {
  padding: 16px 14px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.nav-link-wrap:hover {
  color: #de5e39;
}

.nav-link-wrap.w--current {
  color: #de5e39;
}

.button {
  border-style: solid;
  border-width: 2px;
  border-color: #247cff;
  border-radius: 4px;
  background-color: #247cff;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  border-color: #1a4ed2;
  background-color: #1a4ed2;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button.large {
  padding: 20px 36px;
  border-color: #6582b6;
  background-color: #9bb6dd;
  font-size: 20px;
}

.button.large:hover {
  border-color: #333;
  background-color: #6582b6;
  color: #fff;
}

.button.standard {
  padding: 16px 32px;
  border-color: #f50;
  background-color: #de5e39;
  font-size: 16px;
}

.button.standard:hover {
  border-color: #000;
  background-color: #003460;
  color: #fff;
}

.button.banner {
  margin-right: 16px;
  padding: 16px 20px;
  border-color: #fff;
  background-color: #fff;
  color: #002742;
  font-size: 16px;
}

.blog-post-image {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.card-content {
  padding: 32px 24px 40px;
}

.read-more-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  color: #247cff;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.read-more-link {
  padding-right: 12px;
  color: #f50;
}

.content.right {
  color: #333;
}

.content.left {
  color: #333;
}

.grid-2-colums-content {
  margin-top: 40px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-border {
  border-radius: 8px;
  box-shadow: 0 6px 24px 0 rgba(6, 70, 126, 0.2);
}

.page-title {
  color: #fff;
  font-size: 48px;
  line-height: 50px;
  text-align: center;
}

.hero-wrapper {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.doctor-speciality {
  color: #f50;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.margin-top-18 {
  margin-top: 18px;
}

.short-description {
  margin-top: 12px;
  font-weight: 400;
}

.icon-rounded {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 80px;
  background-color: #247cff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.icon-rounded:hover {
  background-color: #1a4ed2;
}

.icon-rounded.phone {
  background-color: #000;
  background-image: url('../images/white-phone.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.icon-rounded.email {
  background-color: #000;
  background-image: url('../images/white-email.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.doctor-name {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 18px;
}

.button-secondary {
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #247cff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
  color: #247cff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.button-secondary:hover {
  border-color: #1a4ed2;
  background-color: #f8fbff;
  color: #1a4ed2;
}

.button-secondary.full-width {
  display: block;
  border-color: #f50;
  color: #000;
}

.justify-content-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.doctor-image {
  width: 100%;
  max-width: 100%;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.regular-text-3 {
  font-weight: 400;
}

.regular-text-3.white {
  color: #fff;
}

.header-h2-4.white {
  color: #fff;
}

.section-2 {
  background-color: #f50;
}

.blog-post-date-2 {
  color: #333;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-post-date-2:hover {
  color: #666f77;
}

.blog-post-wrapper-2 {
  background-color: #fff;
  text-decoration: none;
}

.blog-post-wrapper-2:hover {
  color: #666f77;
}

.paragraph-5 {
  color: #333;
  font-weight: 400;
}

.blog-post-title-2 {
  margin-top: 10px;
  color: #333;
  font-size: 20px;
  line-height: 1.25em;
  text-decoration: none;
}

.columns-2 {
  padding: 10px;
  background-color: transparent;
  color: #333;
}

.div-block-9 {
  padding: 1px 0px 14px;
}

.job-sub-title {
  padding-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
}

.columns-4 {
  margin-bottom: 17px;
  border-bottom: 0px solid #000;
}

.div-block-10 {
  margin-bottom: 26px;
}

.div-block-8 {
  margin-top: 15px;
  color: #fff;
}

.text-field-2 {
  height: 55px;
  margin-bottom: 7px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #383838;
  border-radius: 10px;
  background-color: #f1f6fb;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.job-block {
  margin-bottom: 10px;
  padding: 30px;
  border: 0px none #000;
  border-radius: 10px;
  background-color: #f1f6fb;
  text-decoration: none;
}

.checkbox-label-2 {
  margin-top: 4px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.content-section-notop {
  position: relative;
  padding-top: 100px;
}

.content-section-notop.double {
  padding-top: 101px;
  padding-bottom: 0px;
}

.link-block-3 {
  text-decoration: none;
}

.heading-10 {
  margin-top: 14px;
  margin-bottom: 9px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-bottom: 1px none #000;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}

.column {
  position: static;
}

.salery {
  width: 200px;
  margin-top: 6px;
  padding-right: 15px;
  background-color: transparent;
  font-family: 'Ubuntu r', sans-serif;
  color: #222;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

.sectors {
  margin-top: -15px;
  margin-bottom: 38px;
  padding-top: 5px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #003460;
  color: #34435c;
}

.div-block-5 {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.checkbox-2 {
  margin-top: 12px;
}

.checkbox-2.w--redirected-checked {
  border-color: #f50;
  background-color: #f50;
}

.checkbox-field-2 {
  width: 100%;
  margin-bottom: 3px;
  border-bottom: 1px none #cbcbcb;
}

.job-title {
  overflow: visible;
  width: 480px;
  margin-top: 0px;
  margin-bottom: 2px;
  color: #000;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-2 {
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.image-8 {
  margin-bottom: 20px;
  border-radius: 10px;
}

.text-block-22 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #333;
  font-size: 19px;
  line-height: 1.8em;
  font-weight: 400;
}

.section-3-copy {
  margin-top: 100px;
}

.link-2 {
  position: static;
  display: block;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #f50;
  border-radius: 10px;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.link-2:hover {
  background-color: #f50;
  color: #fff;
}

.consultant {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #f50;
  font-size: 30px;
  font-weight: 300;
}

.div-block-11 {
  margin-bottom: 20px;
  padding: 0px 15px 15px;
  border-bottom: 80px none #000;
  background-color: transparent;
  text-decoration: none;
}

.text-block-21 {
  margin-top: 5px;
  color: #333;
  font-size: 22px;
  font-weight: 300;
}

.text-span-26 {
  font-weight: 700;
}

.doctor-container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.meta-divider {
  width: 1px;
  height: 30px;
  background-color: #dbe5ee;
}

.author-wrapper {
  margin-right: 18px;
  margin-left: 18px;
}

.post-content {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.blog-post-hero {
  padding-top: 60px;
  padding-bottom: 60px;
}

.post-metadata-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-thumbnail {
  min-height: 570px;
  margin-top: 30px;
  background-image: url('../images/profile.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.author-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.written-by {
  margin-right: 6px;
}

.text-center {
  text-align: center;
}

.blog-post-content {
  margin-bottom: 80px;
}

.blog-title {
  margin-top: 28px;
  margin-bottom: 0px;
}

.post-date {
  margin-right: 18px;
  margin-left: 18px;
}

.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.left-fill {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f50;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#de5e39), to(#f0886a));
  background-image: linear-gradient(180deg, #de5e39, #f0886a);
}

.news-section.section-news {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text {
  color: #002742;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.text.center {
  text-align: center;
}

.text.white {
  color: #f1f6fb;
}

.title {
  font-family: Insignialtstd, sans-serif;
  color: #002742;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
}

.title.centre {
  position: relative;
  height: auto;
  text-align: center;
}

.title.shade {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65));
}

.specialisms-col {
  margin-top: 80px;
}

.section-specialisms.our-services {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/CONPRU_Lines-0-trans.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-4 {
  color: #000;
  text-decoration: none;
}

.white-text {
  color: #f4f3f0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.privacy-div {
  margin-right: 10%;
  margin-left: 10%;
}

.bold-text {
  color: #000;
}

.privacy-policy {
  margin-top: 100px;
  margin-bottom: 100px;
}

.link-5 {
  color: #002742;
  text-decoration: none;
}

.link-5:hover {
  color: #6582b6;
}

.credit-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.credit-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-3 {
  position: relative;
}

.button-2 {
  min-width: 135px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 35px 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #de5e39;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #333;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.button-2:hover {
  border-color: #003460;
  background-color: #003460;
  color: #fff;
}

.opp-title {
  color: #333;
  font-size: 25px;
  text-align: left;
  text-decoration: none;
}

.heading-box-3 {
  width: 90%;
  max-width: 1300px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  text-align: center;
}

.job-grid {
  margin-top: 40px;
  margin-bottom: 40px;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr 1fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 1fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.opp-text-block {
  margin: 20px;
  border-top: 1px solid #de5e39;
  border-radius: 1px;
}

.opp-block {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.opp-salary {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #333;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.button-holder {
  padding-top: 10px;
  padding-bottom: 20px;
}

.button-holder.centre {
  position: relative;
  padding-bottom: 0px;
  text-align: center;
}

.opp-type {
  margin-bottom: 40px;
  color: #de5e39;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.link-block-6 {
  width: 100.000035%;
  text-decoration: none;
}

.opp-sector {
  margin-bottom: 40px;
  color: #de5e39;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.candidate-block {
  padding-top: 100px;
  padding-bottom: 100px;
}

.candidate-col {
  margin-top: 80px;
}

.button-center {
  margin-top: 32px;
  text-align: center;
}

.button-center.cand {
  margin-top: 48px;
}

.link-6 {
  color: #002742;
  text-decoration: none;
}

.link-6:hover {
  color: #6582b6;
}

.container-2 {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.text-success {
  color: #fff;
  font-size: 16px;
}

.text-success.light {
  color: #141e24;
}

.success-message-2 {
  padding: 10px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #00d98e;
  background-color: transparent;
}

.submit-button-light {
  padding: 15px 30px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #f50;
  border-radius: 30px;
  background-color: #de5e39;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.submit-button-light:hover {
  border-color: #000;
  background-color: #003460;
  color: #fff;
}

.form-request {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.error-message-2 {
  padding: 0px;
  background-color: transparent;
  color: #f35b5e;
  font-size: 16px;
}

.checkbox-3 {
  margin-top: 5px;
}

.form-block-cv {
  width: 100%;
  margin-top: 45px;
}

.content-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #f50;
}

.text-field-light {
  margin-bottom: 0px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #d7dbdf;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #141e24;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}

.text-field-light:focus {
  border-bottom-color: #141e24;
}

.text-field-light::-webkit-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.text-field-light:-ms-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.text-field-light::-ms-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.text-field-light::placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.textarea {
  max-height: 300px;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #d7dbdf;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #141e24;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}

.textarea:focus {
  border-bottom-color: #141e24;
}

.textarea::-webkit-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.textarea:-ms-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.textarea::-ms-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.textarea::placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.text-error {
  font-size: 16px;
}

.text-2 {
  color: #0d0123;
  font-size: 22px;
  line-height: 26px;
  text-align: left;
}

.text-2.center {
  text-align: center;
}

.section-next-move {
  background-color: #6582b6;
}

.footer-column-2 {
  padding-top: 56px;
}

.clients-col {
  margin-top: 80px;
}

.sector-holder {
  width: 100%;
      height: 170px;
      margin-top: 30px;
  padding: 0px 10px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #de5e39;
  border-radius: 20px;
  box-shadow: -4px 4px 0 3px #003460;
}

.text-holder {
  position: relative;
  display: block;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sector-grid {
  margin-top: 80px;
  padding-top: 0px;
  grid-column-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sectors-title {
  font-family: Insignialtstd, sans-serif;
  color: #002742;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.sectors-title._2lines {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sectors-title._1line {
  padding-top: 20px;
}

.icon-holder {
  display: inline-block;
  margin-top: -59px;
  margin-left: -15px;
  padding: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #003460;
}

.priv-title {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fec922;
  font-size: 50px;
}

@media screen and (max-width: 991px) {
.section-news .owl-nav button .back-dark {
    height: 35px !important;
}
.section-news .owl-nav button.owl-prev .back-dark {
    left: -18px !important;
}
.section-news .owl-nav button.owl-next .back-dark {
    right: -18px !important;
}


  .footer-bottom {
    padding-right: 24px;
    padding-left: 24px;
  }

  .item {
    margin-right: 20px;
  }

  .form-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top-right-radius: 0px;
  }

  .footer-columns-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contact-bar-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-top-right-radius: 0px;
  }

  .grid-contact-us {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-contact-us.contact-page {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-bar-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-information {
    padding: 80px 120px;
  }

  .contact-information.contact-page {
    padding: 60px;
  }

  .background-object-banner {
    display: none;
  }

  .menu-icon-bottom-line {
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #de5e39;
  }

  .menu-icon-middle-line {
    height: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #de5e39;
  }

  .justify-column {
    max-width: 100%;
    padding: 80px 40px;
  }

  .background-object-why-us {
    display: none;
  }

  .split-section-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card {
    height: 60vh;
  }

  .card.cand {
    height: 40vh;
  }

 .card.clients {
    height: 100%;
    margin-bottom: 100px;
}

  .menu-icon {
    width: 34px;
    padding: 0px;
  }

  .menu-icon.w--open {
    background-color: transparent;
  }

  .scroll-down-wrapper {
    position: static;
    margin-top: -30px;
    padding-bottom: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-icon-top-line {
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #de5e39;
  }

  .nav-menu {
    position: absolute;
    background-color: #fff;
  }

  .split-column.image {
    min-height: 480px;
  }

  .split-column.image.about-us {
    min-height: 480px;
  }

  .split-column.image.banner {
    min-height: 480px;
  }

  .split-column.image.why-us {
    min-height: 480px;
  }

  .nav-link-wrap {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-transition: background-color 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, color 300ms ease;
    color: #222222;
  }

  .nav-link-wrap:hover {
    background-color: #e8f1ff;
  }

  .grid-2-colums-content {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-section-notop {
    padding-bottom: 0px;
  }

  .content-section-notop.double {
    padding-top: 40px;
  }

  .blog-thumbnail {
    min-height: 380px;
  }

  .hero {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .left-fill {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-box-3 {
    width: 100%;
  }

  .candidate-block {
    padding-bottom: 60px;
  }

  .link-6 {
    color: #002742;
  }

  .content-short {
    border-style: none;
  }

  .sector-grid {
    grid-row-gap: 45px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.sector-grid .sectors-title{
    
    font-size: 25px;
}
.offices-locations img {
    width: 390px;
}
@media screen and (max-width: 1025px) {
.sector-grid {
 
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;

}
}
@media screen and (max-width: 767px) {

  .form-wrapper {
    padding-right: 24px;
    padding-left: 24px;
  }

  .footer-columns-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contact-bar-wrapper {
    padding-top: 48px;
  }

  .contact-bar-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-information {
    padding-right: 24px;
    padding-left: 24px;
  }

  .contact-bar-title {
    margin-bottom: 16px;
    font-size: 18px;
    text-align: left;
  }

  .social-media-link {
    margin-right: 12px;
    margin-left: 12px;
  }

  .contact-info-wrapper {
    display: none;
  }

  .logo-image {
    max-width: 130px;
  }

  .justify-column {
    padding-right: 24px;
    padding-left: 24px;
  }

  .contact-bar-link {
    text-align: left;
  }

  .input {
    min-height: 54px;
  }

  .card {
    height: 45vh;
    margin-bottom: 56px;
    padding-top: 40px;
  }

  .brand {
    padding-left: 0px;
  }

  .contact-bar-text {
    text-align: left;
  }

  .contact-bar-icon {
    margin-right: 16px;
    margin-bottom: 18px;
  }

  .scroll-down-wrapper {
    display: none;
  }

  .contact-bar-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-bar-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .split-column.image.banner {
    min-height: 480px;
  }

  .grid-2-colums-content {
    margin-top: 20px;
  }

  .page-title {
    font-size: 40px;
  }

  .job-sub-title {
    padding-bottom: 10px;
  }

  .content-section-notop {
    padding-top: 80px;
  }

  .content-section-notop.double {
    padding-bottom: 80px;
  }

  .salery {
    text-align: left;
  }

  .form-block {
    margin-top: -16px;
  }

  .doctor-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .meta-divider {
    display: none;
  }

  .author-wrapper {
    margin-bottom: 12px;
  }

  .post-metadata-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-thumbnail {
    min-height: 270px;
  }

  .button-2 {
    min-width: 123px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-box-3 {
    width: 90%;
    margin-bottom: 40px;
  }

  .link-6 {
    color: #002742;
  }

  .form-request {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .content-short {
    margin-right: 20px;
    margin-left: 20px;
  }

  .sector-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .job-text {
    margin-top: 60px;
  }

  .div-block-12 {
    text-align: center;
  }

  .div-block-13 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
.hide-desktop {
    display: inline-grid !important;
}
.hide-sm{ display: none; }
.footer-col.footer-columns-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.mt5 {
    margin-top: 51px;
}


  .button-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .large-paragraph {
    font-size: 18px;
  }

  .form-wrapper.contact-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-columns-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-information.contact-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon-button.primary {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .footer-title {
    margin-bottom: 16px;
    text-align: left;
  }

  .justify-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 72px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-section-grid {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-secondary-icon.large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card {
    height: 80vh;
    margin-bottom: 45px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph {
    text-align: center;
  }

  .section.page-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-up-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .input-label {
    font-size: 16px;
  }

  .split-column {
    width: 100%;
  }

  .button.large {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 18px;
  }

  .button.banner {
    display: block;
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .grid-2-colums-content {
    margin-top: 0px;
  }

  .page-title {
    font-size: 32px;
  }

  .justify-content-space-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .doctor-contact-information {
    margin-top: 18px;
  }

  .doctor-contact-information.doctor-template {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .content-section-notop {
    padding-top: 60px;
  }

  .content-section-notop.double {
    overflow: hidden;
    padding-bottom: 60px;
  }

  .job-title {
    width: auto;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
  }

  .blog-thumbnail {
    min-height: 140px;
  }

  .author-text-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .written-by {
    margin-right: 0px;
    margin-bottom: 4px;
  }

  .hero {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-fill {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .white-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-box-3 {
    width: 100%;
  }

  .candidate-block {
    padding-top: 40px;
  }

  .form-request {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-short {
    margin-right: 15px;
    margin-left: 15px;
  }

  .footer-column-2 {
    padding-top: 0px;
  }

  .sector-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .priv-title {
    font-size: 40px;
  }
}

#w-node-_937105be-c652-9d6a-0a3c-c8306db94f58-ed310942 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_937105be-c652-9d6a-0a3c-c8306db94f71-ed310942 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_937105be-c652-9d6a-0a3c-c8306db94f7a-ed310942 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_937105be-c652-9d6a-0a3c-c8306db94f83-ed310942 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_937105be-c652-9d6a-0a3c-c8306db94f93-ed310942 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_937105be-c652-9d6a-0a3c-c8306db94fae-ed310942 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ce19cd3a-73ac-b593-6d79-229d9e94a665-ed310942 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_937105be-c652-9d6a-0a3c-c8306db95064-ed310942 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_1f913a75-8342-144a-3ec5-c9ebe7ee0c68-e7ee0c64 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_20687e41-72a6-ffc4-bfe2-8c4bb04cc96c-cc5218cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_20687e41-72a6-ffc4-bfe2-8c4bb04cc98f-cc5218cb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-be81b424-5a82-081a-43bb-2994f1418b28-f1418b24 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-be81b424-5a82-081a-43bb-2994f1418b34-f1418b24 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-be81b424-5a82-081a-43bb-2994f1418b3f-f1418b24 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3e49f048-476b-cac2-d12a-8eed38ad7573-a4310943 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4f676f9b-0fc6-8e0e-87f6-cc2b377382b7-a4310943 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f676f9b-0fc6-8e0e-87f6-cc2b377382c2-a4310943 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f676f9b-0fc6-8e0e-87f6-cc2b377382cb-a4310943 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_57389b62-7db4-adfb-f8fc-c42f95635002-9d310946 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_274827fb-e3d2-9f12-b47b-d8076c369680-4d31094b {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a60897ec-831b-f8c6-be67-b208cae643fb-d5d6a10d {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#Name-3.w-node-f4d831b7-105c-03cc-ca30-847d75e865ce-a0221bce {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Email-2.w-node-f4d831b7-105c-03cc-ca30-847d75e865cf-a0221bce {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Message.w-node-f4d831b7-105c-03cc-ca30-847d75e865d0-a0221bce {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-f4d831b7-105c-03cc-ca30-847d75e865d1-a0221bce {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f4d831b7-105c-03cc-ca30-847d75e865d2-a0221bce {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f4d831b7-105c-03cc-ca30-847d75e865d8-a0221bce {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-a60897ec-831b-f8c6-be67-b208cae643fb-4e1e0703 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3e49f048-476b-cac2-d12a-8eed38ad7573-fee8b139 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4f676f9b-0fc6-8e0e-87f6-cc2b377382b7-fee8b139 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f676f9b-0fc6-8e0e-87f6-cc2b377382c2-fee8b139 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f676f9b-0fc6-8e0e-87f6-cc2b377382cb-fee8b139 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ba36e585-9494-93ae-3503-611a55fba3cb-fee8b139 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3e49f048-476b-cac2-d12a-8eed38ad7573-cbe76261 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4f676f9b-0fc6-8e0e-87f6-cc2b377382b7-cbe76261 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f676f9b-0fc6-8e0e-87f6-cc2b377382c2-cbe76261 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4f676f9b-0fc6-8e0e-87f6-cc2b377382cb-cbe76261 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ba36e585-9494-93ae-3503-611a55fba3cb-cbe76261 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-be92dd0f-f537-185e-5a7d-4c53014a72cb-99888ff2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c2136c08-bc9c-226f-42ff-05818a24c02b-99888ff2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  /*align-self: stretch;*/
  -ms-grid-column-align: center;
  /*justify-self: center;*/
}

#w-node-da8411dd-fe33-d822-b30a-ac383630022d-99888ff2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1ecb7bb9-b5f2-c15a-c936-367a7bc5358d-99888ff2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2b96e9b2-59aa-b855-f38e-2819844cc53f-99888ff2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a60897ec-831b-f8c6-be67-b208cae643fb-99888ff2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 1199px) {
.card.clients p.text {
    min-height: 390px;
}


  }

@media screen and (max-width: 991px) {
.card.clients p.text {
    min-height: auto;
}
  
  #w-node-_937105be-c652-9d6a-0a3c-c8306db94fa9-ed310942 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-be81b424-5a82-081a-43bb-2994f1418b3d-f1418b24 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-be81b424-5a82-081a-43bb-2994f1418b4e-f1418b24 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_4f676f9b-0fc6-8e0e-87f6-cc2b377382c2-a4310943 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_4f676f9b-0fc6-8e0e-87f6-cc2b377382c2-fee8b139 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ba36e585-9494-93ae-3503-611a55fba3cb-fee8b139 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_4f676f9b-0fc6-8e0e-87f6-cc2b377382c2-cbe76261 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ba36e585-9494-93ae-3503-611a55fba3cb-cbe76261 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_937105be-c652-9d6a-0a3c-c8306db94f71-ed310942 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_937105be-c652-9d6a-0a3c-c8306db94f7a-ed310942 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_937105be-c652-9d6a-0a3c-c8306db94f83-ed310942 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-be81b424-5a82-081a-43bb-2994f1418b34-f1418b24 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-be81b424-5a82-081a-43bb-2994f1418b3d-f1418b24 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
.section-news .owl-nav button .back-dark {
    height: 35px !important;
}
.section-news .owl-nav button.owl-prev .back-dark {
    left: -18px !important;
}
.section-news .owl-nav button.owl-next .back-dark {
    right: -18px !important;
}
a.button-icon.w-inline-block:first-child img {
    display: none;
}
}

@media screen and (max-width: 575px) {
.split-column.image.hero {
    min-height: 365px;
}
.split-column.image.about-us {
    min-height: 257px;
}
.split-column.image.why-us {
    min-height: 335px;
}
.split-column.image.banner {
    min-height: 290px;
}

}

@media screen and (max-width: 479px) {

  #w-node-_1f913a75-8342-144a-3ec5-c9ebe7ee0c67-e7ee0c64 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1f913a75-8342-144a-3ec5-c9ebe7ee0c68-e7ee0c64 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1f913a75-8342-144a-3ec5-c9ebe7ee0c70-e7ee0c64 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_46be5b53-6c8c-10e3-8a49-a4df7ff83294-e7ee0c64 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1f913a75-8342-144a-3ec5-c9ebe7ee0c91-e7ee0c64 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1f913a75-8342-144a-3ec5-c9ebe7ee0ca6-e7ee0c64 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #Message.w-node-f4d831b7-105c-03cc-ca30-847d75e865d0-a0221bce {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f4d831b7-105c-03cc-ca30-847d75e865d8-a0221bce {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Ubuntu r';
  src: url('../fonts/Ubuntu-R.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu m';
  src: url('../fonts/Ubuntu-M.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Insignialtstd';
  src: url('../fonts/InsigniaLTStd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*24-07-2023 */
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}
