.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #486081 !important;
}
.bg-success {
  background-color: #0c2c68 !important;
}
.bg-info {
  background-color: #e3a732 !important;
}
.bg-warning {
  background-color: #bae4fd !important;
}
.bg-danger {
  background-color: #88acd4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #486081 !important;
  border-color: #486081 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #5a78a2 !important;
  border-color: #5a78a2 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5a78a2 !important;
  border-color: #5a78a2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e3a732 !important;
  border-color: #e3a732 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e9ba5f !important;
  border-color: #e9ba5f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e9ba5f !important;
  border-color: #e9ba5f !important;
}
.btn-info,
.btn-info:active {
  background-color: #e3a732 !important;
  border-color: #e3a732 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e9ba5f !important;
  border-color: #e9ba5f !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e9ba5f !important;
  border-color: #e9ba5f !important;
}
.btn-success,
.btn-success:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bae4fd !important;
  border-color: #bae4fd !important;
  color: #0572b3 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ecf7fe !important;
  border-color: #ecf7fe !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0572b3 !important;
  background-color: #ecf7fe !important;
  border-color: #ecf7fe !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #88acd4 !important;
  border-color: #88acd4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #adc6e2 !important;
  border-color: #adc6e2 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #adc6e2 !important;
  border-color: #adc6e2 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #486081;
  color: #486081;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #293749 !important;
  background-color: transparent !important;
  border-color: #293749 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #486081 !important;
  border-color: #486081 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e3a732;
  color: #e3a732;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a77617 !important;
  background-color: transparent !important;
  border-color: #a77617 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e3a732 !important;
  border-color: #e3a732 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e3a732;
  color: #e3a732;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a77617 !important;
  background-color: transparent !important;
  border-color: #a77617 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e3a732 !important;
  border-color: #e3a732 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #bae4fd;
  color: #bae4fd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #66c3fb !important;
  background-color: transparent !important;
  border-color: #66c3fb !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0572b3 !important;
  background-color: #bae4fd !important;
  border-color: #bae4fd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #88acd4;
  color: #88acd4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4880bd !important;
  background-color: transparent !important;
  border-color: #4880bd !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #88acd4 !important;
  border-color: #88acd4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #486081 !important;
}
.text-secondary {
  color: #e3a732 !important;
}
.text-success {
  color: #0c2c68 !important;
}
.text-info {
  color: #e3a732 !important;
}
.text-warning {
  color: #bae4fd !important;
}
.text-danger {
  color: #88acd4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #232f40 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9a6d15 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #01050d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9a6d15 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #57bdfa !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4178b5 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #486081;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e3a732;
}
.alert-warning {
  background-color: #bae4fd;
}
.alert-danger {
  background-color: #88acd4;
}
.mbr-gallery-filter li.active .btn {
  background-color: #486081;
  border-color: #486081;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #486081;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8ba0be;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #195cda;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fcf4e5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #486081 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #486081;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #486081;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #486081;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #486081;
  border-bottom-color: #486081;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #486081 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e3a732 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23486081' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v4OGSPQxpL {
  z-index: 1000;
  width: 100%;
}
.cid-v4OGSPQxpL .navbar-dropdown {
  background-color: #486081 !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-v4OGSPQxpL .menu_box .navbar.opened,
  .cid-v4OGSPQxpL .menu_box .navbar-collapse {
    background-color: #486081 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v4OGSPQxpL nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .5rem;
  min-height: 150px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  text-decoration: none;
}
@media (min-width: 992px) {
  .cid-v4OGSPQxpL nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-v4OGSPQxpL .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #e3a732;
  }
  .cid-v4OGSPQxpL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v4OGSPQxpL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v4OGSPQxpL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v4OGSPQxpL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v4OGSPQxpL .offcanvas-body .mbr-text,
  .cid-v4OGSPQxpL .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v4OGSPQxpL .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v4OGSPQxpL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #486081;
  }
  .cid-v4OGSPQxpL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 3px;
    border-right: 5px;
    background-color: #f49919;
  }
  .cid-v4OGSPQxpL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v4OGSPQxpL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v4OGSPQxpL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 50px;
  }
  .cid-v4OGSPQxpL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 60px;
    transition-delay: 0.2s;
  }
  .cid-v4OGSPQxpL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v4OGSPQxpL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v4OGSPQxpL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v4OGSPQxpL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v4OGSPQxpL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 1px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-v4OGSPQxpL li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f49919;
    text-decoration: none;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-v4OGSPQxpL li.nav-item:hover {
    text-decoration: none;
  }
  .cid-v4OGSPQxpL li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
    text-decoration: none;
  }
  .cid-v4OGSPQxpL .lg_brand {
    margin: 0 1rem;
  }
  .cid-v4OGSPQxpL .navbar-brand {
    margin-right: 5% !important;
  }
}
.cid-v4OGSPQxpL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v4OGSPQxpL .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-v4OGSPQxpL .nav-item {
    margin: 0 !important;
  }
}
.cid-v4OGSPQxpL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v4OGSPQxpL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 30px !important;
    left: -40px !important;
  }
  .cid-v4OGSPQxpL .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
    color: #f49919;
  }
}
@media (max-width: 991px) {
  .cid-v4OGSPQxpL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v4OGSPQxpL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
    text-decoration: none;
  }
  .cid-v4OGSPQxpL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v4OGSPQxpL .offcanvas_box {
    display: none;
  }
}
.cid-v4OGSPQxpL .dropdown-item {
  border: none;
  font-weight: 400 !important;
  text-decoration: none;
}
.cid-v4OGSPQxpL .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none;
}
.cid-v4OGSPQxpL .dropdown .dropdown-item:hover {
  color: #bae4fd !important;
  text-decoration: none;
}
.cid-v4OGSPQxpL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  text-decoration: none;
}
.cid-v4OGSPQxpL .nav-link {
  position: relative;
  text-decoration: none;
}
.cid-v4OGSPQxpL .container {
  display: flex;
  margin: auto;
}
.cid-v4OGSPQxpL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v4OGSPQxpL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v4OGSPQxpL .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-v4OGSPQxpL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v4OGSPQxpL .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-v4OGSPQxpL .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v4OGSPQxpL .dropdown-menu,
.cid-v4OGSPQxpL .navbar.opened {
  background: #486081 !important;
}
.cid-v4OGSPQxpL .nav-item:focus,
.cid-v4OGSPQxpL .nav-link:focus {
  outline: none;
}
.cid-v4OGSPQxpL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4OGSPQxpL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4OGSPQxpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4OGSPQxpL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4OGSPQxpL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4OGSPQxpL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4OGSPQxpL .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v4OGSPQxpL .navbar.opened {
  transition: all 0.3s;
}
.cid-v4OGSPQxpL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v4OGSPQxpL .navbar .navbar-logo img {
  width: auto;
}
.cid-v4OGSPQxpL .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-v4OGSPQxpL .navbar.collapsed {
  justify-content: center;
}
.cid-v4OGSPQxpL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4OGSPQxpL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4OGSPQxpL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v4OGSPQxpL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4OGSPQxpL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4OGSPQxpL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  text-decoration: none;
}
.cid-v4OGSPQxpL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v4OGSPQxpL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4OGSPQxpL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v4OGSPQxpL .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-v4OGSPQxpL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4OGSPQxpL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4OGSPQxpL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v4OGSPQxpL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4OGSPQxpL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4OGSPQxpL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4OGSPQxpL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v4OGSPQxpL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v4OGSPQxpL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v4OGSPQxpL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4OGSPQxpL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4OGSPQxpL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v4OGSPQxpL .navbar.navbar-short {
  min-height: 100px;
}
.cid-v4OGSPQxpL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4OGSPQxpL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4OGSPQxpL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4OGSPQxpL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4OGSPQxpL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4OGSPQxpL .dropdown-item.active,
.cid-v4OGSPQxpL .dropdown-item:active {
  background-color: transparent;
  text-decoration: none;
}
.cid-v4OGSPQxpL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4OGSPQxpL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4OGSPQxpL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4OGSPQxpL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #486081;
}
.cid-v4OGSPQxpL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  text-decoration: none;
}
.cid-v4OGSPQxpL .navbar .dropdown.open > .dropdown-menu {
  display: block;
  text-decoration: none;
}
.cid-v4OGSPQxpL ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v4OGSPQxpL .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-v4OGSPQxpL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #486081;
}
.cid-v4OGSPQxpL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f49919;
}
.cid-v4OGSPQxpL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4OGSPQxpL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4OGSPQxpL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4OGSPQxpL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4OGSPQxpL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4OGSPQxpL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4OGSPQxpL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4OGSPQxpL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4OGSPQxpL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.cid-v4OGSPQxpL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4OGSPQxpL .navbar {
    height: 70px;
  }
  .cid-v4OGSPQxpL .navbar.opened {
    height: auto;
  }
  .cid-v4OGSPQxpL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    text-decoration: none;
  }
}
.cid-v4OGSPQxpL .mbr-section-subtitle {
  color: #202020;
}
.cid-v4OGSPQxpL a.nav-link,
.cid-v4OGSPQxpL a.nav-link:hover,
.cid-v4OGSPQxpL a.nav-link:active,
.cid-v4OGSPQxpL a.nav-link:visited,
.cid-v4OGSPQxpL a.nav-link:focus {
  text-decoration: none;
}
.cid-v4OGSPQxpL .btn-primary {
  font-size: 1rem;
}
.cid-v4OGSPQxpL .my-logo {
  min-width: 40px;
  min-height: 90px;
}
@media (max-width: 520px) {
  .cid-v4OGSPQxpL .my-logo {
    min-width: 10px;
    min-height: 10px;
  }
}
.cid-v4ZuS50V1M {
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
  background-image: url("../../../assets/images/jaquith-carbide-hero-2000x1333.jpg");
}
.cid-v4ZuS50V1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ZuS50V1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ZuS50V1M .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 80px;
}
.cid-v4ZuS50V1M .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-v4ZuS50V1M .mbr-text {
  color: #ffffff;
  margin-top: 0;
  font-size: 1.3rem;
}
.cid-v4ZuS50V1M .mbr-section-btn {
  margin-top: 30px;
}
.cid-v4ZuS50V1M .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-v4ZuS50V1M h1 {
  font-size: 2.5rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-v4ZuS50V1M span.vote {
  font-size: 2.5rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-weight: 600;
}
.cid-v4ZuS50V1M span.date {
  font-size: 2rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
  font-weight: 400;
}
.cid-v4ZuS50V1M hr {
  margin: 1rem 0;
  color: #ffa600;
  opacity: .80;
  width: 90%;
}
.cid-v4ZuS50V1M i,
.cid-v4ZuS50V1M em {
  color: #ffe161;
}
.cid-v4ZuS50V1M .spacr {
  margin-top: 90px;
}
@media (max-width: 520px) {
  .cid-v4ZuS50V1M h1 {
    font-size: 30px !important;
    line-height: 2.5rem;
  }
  .cid-v4ZuS50V1M p {
    font-size: 15px !important;
  }
  .cid-v4ZuS50V1M .mbr-section-title {
    color: #C4CFDE;
    margin-bottom: 40px;
  }
  .cid-v4ZuS50V1M span.date {
    font-size: 1.6rem;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
    font-weight: 400;
  }
}
.cid-v4ZuS50V1M H2 {
  color: #88acd4;
}
.cid-v508KLGMFS {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v508KLGMFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v508KLGMFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v508KLGMFS .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v508KLGMFS .mbr-section-title {
  color: #24262b;
}
.cid-v508KLGMFS .mbr-section-subtitle {
  color: #24262b;
}
.cid-v508KLGMFS .cards-row {
  row-gap: 32px;
}
.cid-v508KLGMFS .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-v508KLGMFS .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-v508KLGMFS .card-title {
  margin-bottom: 16px;
  color: #486081;
}
.cid-v508KLGMFS .card-subtitle {
  color: #0c2c68;
}
.cid-v508KLGMFS .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-v508KLGMFS .mbr-section-btn {
  margin-top: 20px;
}
.cid-v508KLGMFS .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-v508KLGMFS .item-img {
    min-height: auto;
  }
}
.cid-v508KLGMFS .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-v508KLGMFS .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-v508KLGMFS h4 {
  font-size: 1.8rem;
  color: #88acd4;
}
.cid-v508KLGMFS hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-v50thl2OEU {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #12367a;
}
.cid-v50thl2OEU img,
.cid-v50thl2OEU .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v50thl2OEU .item:focus,
.cid-v50thl2OEU span:focus {
  outline: none;
}
.cid-v50thl2OEU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v50thl2OEU .item {
    margin-bottom: 1rem;
  }
}
.cid-v50thl2OEU .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v50thl2OEU .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v50thl2OEU .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-v50thl2OEU .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v50thl2OEU .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v50thl2OEU .mbr-section-title {
  color: #ffffff;
  font-size: 3.5rem;
}
.cid-v50thl2OEU .item-title {
  text-align: left;
}
.cid-v50thl2OEU .item-subtitle {
  text-align: left;
}
.cid-v50thl2OEU .mbr-text,
.cid-v50thl2OEU .item .mbr-section-btn {
  text-align: left;
}
.cid-v50thl2OEU .content-head {
  max-width: 1000px;
}
.cid-v50thl2OEU .mbr-section-subtitle,
.cid-v50thl2OEU .mbr-section-head .mbr-section-btn {
  color: #2baee2;
}
.cid-v50thl2OEU hr.orange {
  margin: 1rem 0;
  border-color: #F49919;
  opacity: .80;
}
.cid-v50thl2OEU hr {
  margin: 1rem 0;
  border-color: #000000;
  opacity: .80;
}
.cid-v50thl2OEU .ourservice {
  font-size: 3rem;
}
.cid-v50thl2OEU h5 {
  font-size: 1.5rem;
}
.cid-v50thl2OEU span {
  color: #ffffff;
  font-size: 1.3rem;
}
.cid-v50thl2OEU span.blue-text {
  color: #2baee2;
  font-size: 1.9rem;
}
.cid-v524N17wFT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e3a732;
}
.cid-v524N17wFT .mbr-text,
.cid-v524N17wFT blockquote {
  color: #767676;
}
.cid-v524N17wFT .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-v524N17wFT .mbr-text B {
  color: #efefef;
}
.cid-v524N17wFT .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-v524N17wFT .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-v524N17wFT .custom-shape-divider .shape-fill {
  fill: #12367a;
}
.cid-v50l66Ysc3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #e3a732;
}
.cid-v50l66Ysc3 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  background: #ffffff;
  width: 100%;
  padding: 0;
}
.cid-v50l66Ysc3 .carousel-item.active,
.cid-v50l66Ysc3 .carousel-item-next,
.cid-v50l66Ysc3 .carousel-item-prev {
  display: flex;
}
.cid-v50l66Ysc3 .carousel-control-prev span {
  right: 5px;
}
.cid-v50l66Ysc3 .row {
  justify-content: space-between;
}
.cid-v50l66Ysc3 .user {
  padding: 0 2rem !important;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-v50l66Ysc3 .user {
    flex-direction: column;
  }
}
.cid-v50l66Ysc3 .user_text {
  padding: 0 2rem;
  color: #767676;
}
.cid-v50l66Ysc3 .carousel-control-next span {
  left: 5px;
}
@media (max-width: 767px) {
  .cid-v50l66Ysc3 .icons-list {
    padding-bottom: 1rem;
  }
}
.cid-v50l66Ysc3 .card-header {
  background: transparent;
  border: 0;
  padding: 0;
  padding-top: 2rem;
}
.cid-v50l66Ysc3 .bottom {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 1rem 2rem;
}
@media (min-width: 767px) {
  .cid-v50l66Ysc3 .carousel-control-prev span {
    right: 100px;
  }
  .cid-v50l66Ysc3 .carousel-control-next span {
    left: 100px;
  }
  .cid-v50l66Ysc3 .slider-col {
    padding: 0 4rem;
  }
}
.cid-v50l66Ysc3 .iconfont-wrapper,
.cid-v50l66Ysc3 .amp-iconfont {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.6rem;
  color: #ffe440;
}
.cid-v50l66Ysc3 .carousel-controls a {
  font-size: 1.2rem;
  color: #486081;
  opacity: 0.8;
}
.cid-v50l66Ysc3 .carousel-controls a span {
  position: absolute;
  top: 40%;
  padding: 10px;
  border-radius: 50%;
  color: #486081;
  border: 1px solid #486081;
}
@media (max-width: 767px) {
  .cid-v50l66Ysc3 .carousel-controls a {
    top: 70%;
  }
}
@media (min-width: 992px) {
  .cid-v50l66Ysc3 .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-v50l66Ysc3 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-v50l66Ysc3 h2 {
  color: #05183d;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 3.2rem;
}
.cid-v50l66Ysc3 hr {
  margin: 1rem 0;
  color: #000000;
  opacity: .80;
}
.cid-v50nSlLaFS {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v50nSlLaFS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v50nSlLaFS .mbr-section-tag {
  color: #486081;
  margin-bottom: 0.4375rem;
}
.cid-v50nSlLaFS .mbr-title-form {
  margin-bottom: 2.8125rem;
}
.cid-v50nSlLaFS .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-v50nSlLaFS .mbr-section-title b:last-child,
.cid-v50nSlLaFS .mbr-section-title strong:last-child {
  color: #ffa600;
}
.cid-v50nSlLaFS .mbr-section-subtitle {
  margin-bottom: 1.5625rem;
}
.cid-v50nSlLaFS .mbr-social-links {
  margin-top: 0.5rem;
}
.cid-v50nSlLaFS .mbr-social-links a {
  display: inline-block;
  color: #000000;
}
.cid-v50nSlLaFS .mbr-social-links span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #1d293f;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-v50nSlLaFS .mbr-social-links span:hover {
  border-color: #1d293f;
  color: #1d293f;
}
.cid-v50nSlLaFS .mbr-item {
  display: flex;
  margin-bottom: 30px;
}
@media (min-width: 546px) {
  .cid-v50nSlLaFS .mbr-item {
    width: 50% !important;
  }
}
.cid-v50nSlLaFS .map-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40rem;
  overflow: hidden;
}
.cid-v50nSlLaFS .google-map {
  width: 100%;
  height: 100%;
}
.cid-v50nSlLaFS .google-map iframe {
  width: 100%;
  height: 100%;
}
.cid-v50nSlLaFS .mbr-section-subtitle,
.cid-v50nSlLaFS .mbr-section-btn {
  color: #0c2c68;
}
.cid-v50twyx5QB {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-top: 5px solid #026749;
  background-color: #12367a;
}
.cid-v50twyx5QB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v50twyx5QB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v50twyx5QB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v50twyx5QB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v50twyx5QB .row {
    text-align: center;
  }
  .cid-v50twyx5QB .row > div {
    margin: auto;
  }
  .cid-v50twyx5QB .social-row {
    justify-content: center;
  }
}
.cid-v50twyx5QB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v50twyx5QB .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v50twyx5QB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v50twyx5QB .list {
    margin-bottom: 0rem;
  }
}
.cid-v50twyx5QB .mbr-text {
  color: #ffffff;
}
.cid-v50twyx5QB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v50twyx5QB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v50twyx5QB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v50twyx5QB a.text-secondary:hover {
  color: #ffffff !important;
}
.cid-v50twyx5QB b,
.cid-v50twyx5QB strong {
  color: #e6b243;
}
.cid-v50twyx5QB hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: .80;
}
.cid-v50twyx5QB .mbr-section-subtitle {
  color: #ffa600;
}
.cid-v50twyx5QB .copyright {
  text-align: center;
}
.cid-v50tyjCOdT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6592e6;
}
.cid-v50tyjCOdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v50tyjCOdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v50tyjCOdT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v50tyjCOdT a.text-primary:hover {
  color: #e6b243 !important;
}
.cid-v50tyjCOdT a.text-white:hover {
  color: #e6b243 !important;
}
.cid-v50tyjCOdT .text-white,
.cid-v50tyjCOdT h4 {
  font-size: 1.1rem;
}
.cid-v55FjABBAm {
  z-index: 1000;
  width: 100%;
}
.cid-v55FjABBAm .navbar-dropdown {
  background-color: #486081 !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-v55FjABBAm .menu_box .navbar.opened,
  .cid-v55FjABBAm .menu_box .navbar-collapse {
    background-color: #486081 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v55FjABBAm nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .5rem;
  min-height: 150px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  text-decoration: none;
}
@media (min-width: 992px) {
  .cid-v55FjABBAm nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-v55FjABBAm .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #e3a732;
  }
  .cid-v55FjABBAm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v55FjABBAm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v55FjABBAm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v55FjABBAm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v55FjABBAm .offcanvas-body .mbr-text,
  .cid-v55FjABBAm .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v55FjABBAm .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v55FjABBAm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #486081;
  }
  .cid-v55FjABBAm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 3px;
    border-right: 5px;
    background-color: #f49919;
  }
  .cid-v55FjABBAm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v55FjABBAm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v55FjABBAm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 50px;
  }
  .cid-v55FjABBAm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 60px;
    transition-delay: 0.2s;
  }
  .cid-v55FjABBAm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v55FjABBAm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v55FjABBAm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v55FjABBAm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v55FjABBAm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 1px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-v55FjABBAm li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f49919;
    text-decoration: none;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-v55FjABBAm li.nav-item:hover {
    text-decoration: none;
  }
  .cid-v55FjABBAm li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
    text-decoration: none;
  }
  .cid-v55FjABBAm .lg_brand {
    margin: 0 1rem;
  }
  .cid-v55FjABBAm .navbar-brand {
    margin-right: 5% !important;
  }
}
.cid-v55FjABBAm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v55FjABBAm .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-v55FjABBAm .nav-item {
    margin: 0 !important;
  }
}
.cid-v55FjABBAm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v55FjABBAm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 30px !important;
    left: -40px !important;
  }
  .cid-v55FjABBAm .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
    color: #f49919;
  }
}
@media (max-width: 991px) {
  .cid-v55FjABBAm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v55FjABBAm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
    text-decoration: none;
  }
  .cid-v55FjABBAm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v55FjABBAm .offcanvas_box {
    display: none;
  }
}
.cid-v55FjABBAm .dropdown-item {
  border: none;
  font-weight: 400 !important;
  text-decoration: none;
}
.cid-v55FjABBAm .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none;
}
.cid-v55FjABBAm .dropdown .dropdown-item:hover {
  color: #bae4fd !important;
  text-decoration: none;
}
.cid-v55FjABBAm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  text-decoration: none;
}
.cid-v55FjABBAm .nav-link {
  position: relative;
  text-decoration: none;
}
.cid-v55FjABBAm .container {
  display: flex;
  margin: auto;
}
.cid-v55FjABBAm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v55FjABBAm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v55FjABBAm .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-v55FjABBAm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v55FjABBAm .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-v55FjABBAm .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v55FjABBAm .dropdown-menu,
.cid-v55FjABBAm .navbar.opened {
  background: #486081 !important;
}
.cid-v55FjABBAm .nav-item:focus,
.cid-v55FjABBAm .nav-link:focus {
  outline: none;
}
.cid-v55FjABBAm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v55FjABBAm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v55FjABBAm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v55FjABBAm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v55FjABBAm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v55FjABBAm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v55FjABBAm .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v55FjABBAm .navbar.opened {
  transition: all 0.3s;
}
.cid-v55FjABBAm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v55FjABBAm .navbar .navbar-logo img {
  width: auto;
}
.cid-v55FjABBAm .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-v55FjABBAm .navbar.collapsed {
  justify-content: center;
}
.cid-v55FjABBAm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v55FjABBAm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v55FjABBAm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v55FjABBAm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v55FjABBAm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v55FjABBAm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  text-decoration: none;
}
.cid-v55FjABBAm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v55FjABBAm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v55FjABBAm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v55FjABBAm .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-v55FjABBAm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v55FjABBAm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v55FjABBAm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v55FjABBAm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v55FjABBAm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v55FjABBAm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v55FjABBAm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v55FjABBAm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v55FjABBAm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v55FjABBAm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v55FjABBAm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v55FjABBAm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v55FjABBAm .navbar.navbar-short {
  min-height: 100px;
}
.cid-v55FjABBAm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v55FjABBAm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v55FjABBAm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v55FjABBAm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v55FjABBAm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v55FjABBAm .dropdown-item.active,
.cid-v55FjABBAm .dropdown-item:active {
  background-color: transparent;
  text-decoration: none;
}
.cid-v55FjABBAm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v55FjABBAm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v55FjABBAm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v55FjABBAm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #486081;
}
.cid-v55FjABBAm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  text-decoration: none;
}
.cid-v55FjABBAm .navbar .dropdown.open > .dropdown-menu {
  display: block;
  text-decoration: none;
}
.cid-v55FjABBAm ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v55FjABBAm .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-v55FjABBAm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #486081;
}
.cid-v55FjABBAm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f49919;
}
.cid-v55FjABBAm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v55FjABBAm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v55FjABBAm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v55FjABBAm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v55FjABBAm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v55FjABBAm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v55FjABBAm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v55FjABBAm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v55FjABBAm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.cid-v55FjABBAm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v55FjABBAm .navbar {
    height: 70px;
  }
  .cid-v55FjABBAm .navbar.opened {
    height: auto;
  }
  .cid-v55FjABBAm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    text-decoration: none;
  }
}
.cid-v55FjABBAm .mbr-section-subtitle {
  color: #202020;
}
.cid-v55FjABBAm a.nav-link,
.cid-v55FjABBAm a.nav-link:hover,
.cid-v55FjABBAm a.nav-link:active,
.cid-v55FjABBAm a.nav-link:visited,
.cid-v55FjABBAm a.nav-link:focus {
  text-decoration: none;
}
.cid-v55FjABBAm .btn-primary {
  font-size: 1rem;
}
.cid-v55FjABBAm .my-logo {
  min-width: 40px;
  min-height: 90px;
}
@media (max-width: 520px) {
  .cid-v55FjABBAm .my-logo {
    min-width: 10px;
    min-height: 10px;
  }
}
.cid-v55FjCv40O {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e3a732;
}
.cid-v55FjCv40O .mbr-text,
.cid-v55FjCv40O blockquote {
  color: #767676;
}
.cid-v55FjCv40O .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-v55FjCv40O .mbr-text B {
  color: #efefef;
}
.cid-v55FjCv40O .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-v55FjCv40O .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-v55FjCv40O .custom-shape-divider .shape-fill {
  fill: #12367a;
}
.cid-v55FSGKjOS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/jaquith-carbide-team-1-2000x600.jpg");
}
.cid-v55FSGKjOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55FSGKjOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55FSGKjOS .mbr-section-title {
  color: #FFFFFF;
}
.cid-v55FSGKjOS .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-v55FSGKjOS .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-v55FSGKjOS .mbr-section-btn {
  margin-top: 18px;
}
.cid-v55FSGKjOS .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-v55FSGKjOS .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-v55FSGKjOS .spacr {
  margin-top: 120px;
}
.cid-v55FSGKjOS h1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-v55FSGKjOS h2 {
  font-size: 1.9rem;
  text-shadow: 2px 2px 2px #000000;
  font-weight: 400;
}
.cid-v55FSGKjOS p {
  font-size: 1.3rem;
}
.cid-v55FSGKjOS hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 100%;
}
@media (max-width: 520px) {
  .cid-v55FSGKjOS {
    padding-top: 30px;
  }
  .cid-v55FSGKjOS h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-v55FSGKjOS h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-v55FSGKjOS p {
    font-size: 20px !important;
  }
  .cid-v55FSGKjOS hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
  }
}
.cid-v55UXCKEeM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v55UXCKEeM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55UXCKEeM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55UXCKEeM .mbr-section-title {
  text-align: left;
}
.cid-v55UXCKEeM .mbr-section-subtitle {
  text-align: left;
}
.cid-v55UXCKEeM hr {
  margin: 1rem 0;
  color: #09472e;
  opacity: .80;
}
.cid-v55UXCKEeM span {
  font-size: 1.6rem;
  color: #486081;
  font-weight: 600;
}
.cid-v55UXCKEeM h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 520px) {
  .cid-v55UXCKEeM h3 {
    font-size: 28px !important;
    line-height: 2rem;
  }
}
.cid-v55FKapSza {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v55FKapSza .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55FKapSza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v55FKapSza .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v55FKapSza .row {
  flex-direction: row-reverse;
}
.cid-v55FKapSza .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v55FKapSza .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v55FKapSza .text-wrapper {
    padding: 0 0rem;
  }
}
.cid-v55FKapSza .mbr-section-title {
  color: #000000;
}
.cid-v55FKapSza .mbr-text,
.cid-v55FKapSza .mbr-section-btn {
  color: #000000;
}
.cid-v6S4iG6jAH {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v6S4iG6jAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6S4iG6jAH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6S4iG6jAH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6S4iG6jAH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v6S4iG6jAH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v6S4iG6jAH .text-wrapper {
    padding: 0 0rem;
  }
}
.cid-v6S4iG6jAH .mbr-section-title {
  color: #000000;
}
.cid-v6S4iG6jAH .mbr-text,
.cid-v6S4iG6jAH .mbr-section-btn {
  color: #000000;
}
.cid-v6S4iG6jAH hr {
  margin: 1rem 0;
  color: #09472e;
  opacity: .80;
}
.cid-v6S4iG6jAH span {
  font-size: 1.6rem;
  color: #486081;
  font-weight: 600;
}
.cid-v6S4iG6jAH h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 520px) {
  .cid-v6S4iG6jAH h3 {
    font-size: 28px !important;
    line-height: 2rem;
  }
}
.cid-v6Srgx3iYi {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v6Srgx3iYi .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v6Srgx3iYi img,
.cid-v6Srgx3iYi .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-v6Srgx3iYi .item:focus,
.cid-v6Srgx3iYi span:focus {
  outline: none;
}
.cid-v6Srgx3iYi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v6Srgx3iYi .item {
    margin-bottom: 1rem;
  }
}
.cid-v6Srgx3iYi .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v6Srgx3iYi .mbr-section-title {
  color: #232323;
}
.cid-v6Srgx3iYi .mbr-text,
.cid-v6Srgx3iYi .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v6Srgx3iYi .item-title {
  color: #232323;
  text-align: center;
}
.cid-v6Srgx3iYi .content-head {
  max-width: 800px;
}
.cid-v55FjDUY34 {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-top: 5px solid #026749;
  background-color: #12367a;
}
.cid-v55FjDUY34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55FjDUY34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55FjDUY34 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v55FjDUY34 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v55FjDUY34 .row {
    text-align: center;
  }
  .cid-v55FjDUY34 .row > div {
    margin: auto;
  }
  .cid-v55FjDUY34 .social-row {
    justify-content: center;
  }
}
.cid-v55FjDUY34 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v55FjDUY34 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v55FjDUY34 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v55FjDUY34 .list {
    margin-bottom: 0rem;
  }
}
.cid-v55FjDUY34 .mbr-text {
  color: #ffffff;
}
.cid-v55FjDUY34 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v55FjDUY34 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v55FjDUY34 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v55FjDUY34 a.text-secondary:hover {
  color: #ffffff !important;
}
.cid-v55FjDUY34 b,
.cid-v55FjDUY34 strong {
  color: #e6b243;
}
.cid-v55FjDUY34 hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: .80;
}
.cid-v55FjDUY34 .mbr-section-subtitle {
  color: #ffa600;
}
.cid-v55FjDUY34 .copyright {
  text-align: center;
}
.cid-v55FjEk2mq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6592e6;
}
.cid-v55FjEk2mq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55FjEk2mq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55FjEk2mq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v55FjEk2mq a.text-primary:hover {
  color: #e6b243 !important;
}
.cid-v55FjEk2mq a.text-white:hover {
  color: #e6b243 !important;
}
.cid-v55FjEk2mq .text-white,
.cid-v55FjEk2mq h4 {
  font-size: 1.1rem;
}
.cid-v56K3Kew9g {
  z-index: 1000;
  width: 100%;
}
.cid-v56K3Kew9g .navbar-dropdown {
  background-color: #486081 !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-v56K3Kew9g .menu_box .navbar.opened,
  .cid-v56K3Kew9g .menu_box .navbar-collapse {
    background-color: #486081 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v56K3Kew9g nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .5rem;
  min-height: 150px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  text-decoration: none;
}
@media (min-width: 992px) {
  .cid-v56K3Kew9g nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-v56K3Kew9g .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #e3a732;
  }
  .cid-v56K3Kew9g .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v56K3Kew9g .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v56K3Kew9g .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v56K3Kew9g .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v56K3Kew9g .offcanvas-body .mbr-text,
  .cid-v56K3Kew9g .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v56K3Kew9g .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v56K3Kew9g .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #486081;
  }
  .cid-v56K3Kew9g .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 3px;
    border-right: 5px;
    background-color: #f49919;
  }
  .cid-v56K3Kew9g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v56K3Kew9g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v56K3Kew9g .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 50px;
  }
  .cid-v56K3Kew9g .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 60px;
    transition-delay: 0.2s;
  }
  .cid-v56K3Kew9g ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v56K3Kew9g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v56K3Kew9g .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v56K3Kew9g .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v56K3Kew9g li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 1px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-v56K3Kew9g li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f49919;
    text-decoration: none;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-v56K3Kew9g li.nav-item:hover {
    text-decoration: none;
  }
  .cid-v56K3Kew9g li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
    text-decoration: none;
  }
  .cid-v56K3Kew9g .lg_brand {
    margin: 0 1rem;
  }
  .cid-v56K3Kew9g .navbar-brand {
    margin-right: 5% !important;
  }
}
.cid-v56K3Kew9g .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v56K3Kew9g .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-v56K3Kew9g .nav-item {
    margin: 0 !important;
  }
}
.cid-v56K3Kew9g .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v56K3Kew9g .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 30px !important;
    left: -40px !important;
  }
  .cid-v56K3Kew9g .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
    color: #f49919;
  }
}
@media (max-width: 991px) {
  .cid-v56K3Kew9g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v56K3Kew9g .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
    text-decoration: none;
  }
  .cid-v56K3Kew9g .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v56K3Kew9g .offcanvas_box {
    display: none;
  }
}
.cid-v56K3Kew9g .dropdown-item {
  border: none;
  font-weight: 400 !important;
  text-decoration: none;
}
.cid-v56K3Kew9g .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none;
}
.cid-v56K3Kew9g .dropdown .dropdown-item:hover {
  color: #bae4fd !important;
  text-decoration: none;
}
.cid-v56K3Kew9g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  text-decoration: none;
}
.cid-v56K3Kew9g .nav-link {
  position: relative;
  text-decoration: none;
}
.cid-v56K3Kew9g .container {
  display: flex;
  margin: auto;
}
.cid-v56K3Kew9g .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v56K3Kew9g .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v56K3Kew9g .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-v56K3Kew9g .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v56K3Kew9g .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-v56K3Kew9g .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v56K3Kew9g .dropdown-menu,
.cid-v56K3Kew9g .navbar.opened {
  background: #486081 !important;
}
.cid-v56K3Kew9g .nav-item:focus,
.cid-v56K3Kew9g .nav-link:focus {
  outline: none;
}
.cid-v56K3Kew9g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v56K3Kew9g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v56K3Kew9g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v56K3Kew9g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v56K3Kew9g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v56K3Kew9g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v56K3Kew9g .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v56K3Kew9g .navbar.opened {
  transition: all 0.3s;
}
.cid-v56K3Kew9g .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v56K3Kew9g .navbar .navbar-logo img {
  width: auto;
}
.cid-v56K3Kew9g .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-v56K3Kew9g .navbar.collapsed {
  justify-content: center;
}
.cid-v56K3Kew9g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v56K3Kew9g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v56K3Kew9g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v56K3Kew9g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v56K3Kew9g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v56K3Kew9g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  text-decoration: none;
}
.cid-v56K3Kew9g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v56K3Kew9g .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56K3Kew9g .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v56K3Kew9g .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-v56K3Kew9g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v56K3Kew9g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v56K3Kew9g .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v56K3Kew9g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v56K3Kew9g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v56K3Kew9g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v56K3Kew9g .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v56K3Kew9g .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v56K3Kew9g .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v56K3Kew9g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v56K3Kew9g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v56K3Kew9g .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v56K3Kew9g .navbar.navbar-short {
  min-height: 100px;
}
.cid-v56K3Kew9g .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v56K3Kew9g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v56K3Kew9g .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v56K3Kew9g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v56K3Kew9g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v56K3Kew9g .dropdown-item.active,
.cid-v56K3Kew9g .dropdown-item:active {
  background-color: transparent;
  text-decoration: none;
}
.cid-v56K3Kew9g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v56K3Kew9g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v56K3Kew9g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v56K3Kew9g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #486081;
}
.cid-v56K3Kew9g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  text-decoration: none;
}
.cid-v56K3Kew9g .navbar .dropdown.open > .dropdown-menu {
  display: block;
  text-decoration: none;
}
.cid-v56K3Kew9g ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v56K3Kew9g .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-v56K3Kew9g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #486081;
}
.cid-v56K3Kew9g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f49919;
}
.cid-v56K3Kew9g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v56K3Kew9g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v56K3Kew9g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v56K3Kew9g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v56K3Kew9g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v56K3Kew9g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v56K3Kew9g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v56K3Kew9g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v56K3Kew9g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.cid-v56K3Kew9g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v56K3Kew9g .navbar {
    height: 70px;
  }
  .cid-v56K3Kew9g .navbar.opened {
    height: auto;
  }
  .cid-v56K3Kew9g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    text-decoration: none;
  }
}
.cid-v56K3Kew9g .mbr-section-subtitle {
  color: #202020;
}
.cid-v56K3Kew9g a.nav-link,
.cid-v56K3Kew9g a.nav-link:hover,
.cid-v56K3Kew9g a.nav-link:active,
.cid-v56K3Kew9g a.nav-link:visited,
.cid-v56K3Kew9g a.nav-link:focus {
  text-decoration: none;
}
.cid-v56K3Kew9g .btn-primary {
  font-size: 1rem;
}
.cid-v56K3Kew9g .my-logo {
  min-width: 40px;
  min-height: 90px;
}
@media (max-width: 520px) {
  .cid-v56K3Kew9g .my-logo {
    min-width: 10px;
    min-height: 10px;
  }
}
.cid-v56K3KI4cV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e3a732;
}
.cid-v56K3KI4cV .mbr-text,
.cid-v56K3KI4cV blockquote {
  color: #767676;
}
.cid-v56K3KI4cV .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-v56K3KI4cV .mbr-text B {
  color: #efefef;
}
.cid-v56K3KI4cV .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-v56K3KI4cV .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-v56K3KI4cV .custom-shape-divider .shape-fill {
  fill: #12367a;
}
.cid-v56K3KSzNp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/jaquith-carbide-about-2000x600.jpg");
}
.cid-v56K3KSzNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56K3KSzNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56K3KSzNp .mbr-section-title {
  color: #FFFFFF;
}
.cid-v56K3KSzNp .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-v56K3KSzNp .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-v56K3KSzNp .mbr-section-btn {
  margin-top: 18px;
}
.cid-v56K3KSzNp .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-v56K3KSzNp .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-v56K3KSzNp .spacr {
  margin-top: 120px;
}
.cid-v56K3KSzNp h1 {
  color: #ffffff;
  font-size: 2.2rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-v56K3KSzNp h2 {
  font-size: 1.9rem;
  text-shadow: 2px 2px 2px #000000;
  font-weight: 400;
}
.cid-v56K3KSzNp p {
  font-size: 1.3rem;
}
.cid-v56K3KSzNp hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 100%;
}
@media (max-width: 520px) {
  .cid-v56K3KSzNp {
    padding-top: 30px;
  }
  .cid-v56K3KSzNp h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-v56K3KSzNp h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-v56K3KSzNp p {
    font-size: 20px !important;
  }
  .cid-v56K3KSzNp hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
  }
}
.cid-v5Fl7DOJqs {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v5Fl7DOJqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Fl7DOJqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Fl7DOJqs .mbr-section-title {
  text-align: left;
}
.cid-v5Fl7DOJqs .mbr-section-subtitle {
  text-align: left;
}
.cid-v5Fl7DOJqs hr {
  margin: 1rem 0;
  color: #09472e;
  opacity: .80;
}
.cid-v5Fl7DOJqs span {
  font-size: 1.6rem;
  color: #486081;
  font-weight: 600;
}
.cid-v5Fl7DOJqs h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 520px) {
  .cid-v5Fl7DOJqs h3 {
    font-size: 28px !important;
    line-height: 2rem;
  }
}
.cid-v5JZjQGAyP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #edefeb;
}
.cid-v5JZjQGAyP .mbr-text,
.cid-v5JZjQGAyP blockquote {
  color: #767676;
}
.cid-v5JZjQGAyP .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-v5JZjQGAyP .mbr-text B {
  color: #efefef;
}
.cid-v5JZjQGAyP .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-v5JZjQGAyP .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-v5JZjQGAyP .custom-shape-divider .shape-fill {
  fill: #ffffff;
}
.cid-v5FvqaQkYU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v5FvqaQkYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5FvqaQkYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5FvqaQkYU .row {
  flex-direction: row-reverse;
}
.cid-v5FvqaQkYU .mbr-description {
  text-align: left;
}
.cid-v5FvqaQkYU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v5FvqaQkYU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5FvqaQkYU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v5FvqaQkYU .card-title,
.cid-v5FvqaQkYU .iconfont-wrapper {
  color: #000000;
}
.cid-v5FvqaQkYU .card-text {
  color: #000000;
}
.cid-v5FvqaQkYU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5FvqaQkYU .mbr-number {
  color: #6592e6;
}
.cid-v5FvqaQkYU .mbr-text,
.cid-v5FvqaQkYU .mbr-section-btn {
  text-align: center;
}
.cid-v5FvqaQkYU .card-text,
.cid-v5FvqaQkYU .item .mbr-section-btn {
  text-align: left;
}
.cid-v5FvqaQkYU .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5FvqaQkYU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5Fn9f4TT2 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v5Fn9f4TT2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5Fn9f4TT2 .item {
    margin-bottom: 1rem;
  }
}
.cid-v5Fn9f4TT2 .item-wrapper {
  position: relative;
}
.cid-v5Fn9f4TT2 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v5Fn9f4TT2 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v5Fn9f4TT2 .carousel-control,
.cid-v5Fn9f4TT2 .close {
  background: #1b1b1b;
}
.cid-v5Fn9f4TT2 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v5Fn9f4TT2 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v5Fn9f4TT2 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v5Fn9f4TT2 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v5Fn9f4TT2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v5Fn9f4TT2 .close::before {
  content: '\e91a';
}
.cid-v5Fn9f4TT2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v5Fn9f4TT2 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v5Fn9f4TT2 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5Fn9f4TT2 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5Fn9f4TT2 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5Fn9f4TT2 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v5Fn9f4TT2 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v5Fn9f4TT2 .carousel-indicators li.active,
.cid-v5Fn9f4TT2 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v5Fn9f4TT2 .carousel-indicators li::after,
.cid-v5Fn9f4TT2 .carousel-indicators li::before {
  content: none;
}
.cid-v5Fn9f4TT2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v5Fn9f4TT2 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v5Fn9f4TT2 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5Fn9f4TT2 .carousel-indicators {
    display: none;
  }
}
.cid-v5Fn9f4TT2 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v5Fn9f4TT2 .carousel-inner > .active {
  display: block;
}
.cid-v5Fn9f4TT2 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5Fn9f4TT2 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5Fn9f4TT2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v5Fn9f4TT2 .carousel-control,
  .cid-v5Fn9f4TT2 .carousel-indicators,
  .cid-v5Fn9f4TT2 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v5Fn9f4TT2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v5Fn9f4TT2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v5Fn9f4TT2 .carousel-indicators .active,
.cid-v5Fn9f4TT2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v5Fn9f4TT2 .carousel-indicators .active {
  background: #fff;
}
.cid-v5Fn9f4TT2 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v5Fn9f4TT2 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v5Fn9f4TT2 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v5Fn9f4TT2 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v5Fn9f4TT2 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v5Fn9f4TT2 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v5Fn9f4TT2 .carousel {
  width: 100%;
}
.cid-v5Fn9f4TT2 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v5Fn9f4TT2 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v5Fn9f4TT2 .modal.fade .modal-dialog,
.cid-v5Fn9f4TT2 .modal.in .modal-dialog {
  transform: none;
}
.cid-v5Fn9f4TT2 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v5Fn9f4TT2 .content-head {
  max-width: 800px;
}
.cid-v56K3LnOwO {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-top: 5px solid #026749;
  background-color: #12367a;
}
.cid-v56K3LnOwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56K3LnOwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56K3LnOwO .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56K3LnOwO .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56K3LnOwO .row {
    text-align: center;
  }
  .cid-v56K3LnOwO .row > div {
    margin: auto;
  }
  .cid-v56K3LnOwO .social-row {
    justify-content: center;
  }
}
.cid-v56K3LnOwO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56K3LnOwO .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v56K3LnOwO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56K3LnOwO .list {
    margin-bottom: 0rem;
  }
}
.cid-v56K3LnOwO .mbr-text {
  color: #ffffff;
}
.cid-v56K3LnOwO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56K3LnOwO .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56K3LnOwO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56K3LnOwO a.text-secondary:hover {
  color: #ffffff !important;
}
.cid-v56K3LnOwO b,
.cid-v56K3LnOwO strong {
  color: #e6b243;
}
.cid-v56K3LnOwO hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: .80;
}
.cid-v56K3LnOwO .mbr-section-subtitle {
  color: #ffa600;
}
.cid-v56K3LnOwO .copyright {
  text-align: center;
}
.cid-v56K3LIZ0G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6592e6;
}
.cid-v56K3LIZ0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56K3LIZ0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56K3LIZ0G .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56K3LIZ0G a.text-primary:hover {
  color: #e6b243 !important;
}
.cid-v56K3LIZ0G a.text-white:hover {
  color: #e6b243 !important;
}
.cid-v56K3LIZ0G .text-white,
.cid-v56K3LIZ0G h4 {
  font-size: 1.1rem;
}
.cid-v56Ke5LiV0 {
  z-index: 1000;
  width: 100%;
}
.cid-v56Ke5LiV0 .navbar-dropdown {
  background-color: #486081 !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-v56Ke5LiV0 .menu_box .navbar.opened,
  .cid-v56Ke5LiV0 .menu_box .navbar-collapse {
    background-color: #486081 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v56Ke5LiV0 nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .5rem;
  min-height: 150px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  text-decoration: none;
}
@media (min-width: 992px) {
  .cid-v56Ke5LiV0 nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-v56Ke5LiV0 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #e3a732;
  }
  .cid-v56Ke5LiV0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v56Ke5LiV0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v56Ke5LiV0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v56Ke5LiV0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v56Ke5LiV0 .offcanvas-body .mbr-text,
  .cid-v56Ke5LiV0 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v56Ke5LiV0 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v56Ke5LiV0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #486081;
  }
  .cid-v56Ke5LiV0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 3px;
    border-right: 5px;
    background-color: #f49919;
  }
  .cid-v56Ke5LiV0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v56Ke5LiV0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v56Ke5LiV0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 50px;
  }
  .cid-v56Ke5LiV0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 60px;
    transition-delay: 0.2s;
  }
  .cid-v56Ke5LiV0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v56Ke5LiV0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v56Ke5LiV0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v56Ke5LiV0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v56Ke5LiV0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 1px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-v56Ke5LiV0 li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f49919;
    text-decoration: none;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-v56Ke5LiV0 li.nav-item:hover {
    text-decoration: none;
  }
  .cid-v56Ke5LiV0 li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
    text-decoration: none;
  }
  .cid-v56Ke5LiV0 .lg_brand {
    margin: 0 1rem;
  }
  .cid-v56Ke5LiV0 .navbar-brand {
    margin-right: 5% !important;
  }
}
.cid-v56Ke5LiV0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v56Ke5LiV0 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-v56Ke5LiV0 .nav-item {
    margin: 0 !important;
  }
}
.cid-v56Ke5LiV0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v56Ke5LiV0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 30px !important;
    left: -40px !important;
  }
  .cid-v56Ke5LiV0 .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
    color: #f49919;
  }
}
@media (max-width: 991px) {
  .cid-v56Ke5LiV0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v56Ke5LiV0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
    text-decoration: none;
  }
  .cid-v56Ke5LiV0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v56Ke5LiV0 .offcanvas_box {
    display: none;
  }
}
.cid-v56Ke5LiV0 .dropdown-item {
  border: none;
  font-weight: 400 !important;
  text-decoration: none;
}
.cid-v56Ke5LiV0 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none;
}
.cid-v56Ke5LiV0 .dropdown .dropdown-item:hover {
  color: #bae4fd !important;
  text-decoration: none;
}
.cid-v56Ke5LiV0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  text-decoration: none;
}
.cid-v56Ke5LiV0 .nav-link {
  position: relative;
  text-decoration: none;
}
.cid-v56Ke5LiV0 .container {
  display: flex;
  margin: auto;
}
.cid-v56Ke5LiV0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v56Ke5LiV0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v56Ke5LiV0 .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-v56Ke5LiV0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v56Ke5LiV0 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-v56Ke5LiV0 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v56Ke5LiV0 .dropdown-menu,
.cid-v56Ke5LiV0 .navbar.opened {
  background: #486081 !important;
}
.cid-v56Ke5LiV0 .nav-item:focus,
.cid-v56Ke5LiV0 .nav-link:focus {
  outline: none;
}
.cid-v56Ke5LiV0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v56Ke5LiV0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v56Ke5LiV0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v56Ke5LiV0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v56Ke5LiV0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v56Ke5LiV0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v56Ke5LiV0 .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v56Ke5LiV0 .navbar.opened {
  transition: all 0.3s;
}
.cid-v56Ke5LiV0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v56Ke5LiV0 .navbar .navbar-logo img {
  width: auto;
}
.cid-v56Ke5LiV0 .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-v56Ke5LiV0 .navbar.collapsed {
  justify-content: center;
}
.cid-v56Ke5LiV0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v56Ke5LiV0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v56Ke5LiV0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v56Ke5LiV0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v56Ke5LiV0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v56Ke5LiV0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  text-decoration: none;
}
.cid-v56Ke5LiV0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v56Ke5LiV0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56Ke5LiV0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v56Ke5LiV0 .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-v56Ke5LiV0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v56Ke5LiV0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v56Ke5LiV0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v56Ke5LiV0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v56Ke5LiV0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v56Ke5LiV0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v56Ke5LiV0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v56Ke5LiV0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v56Ke5LiV0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v56Ke5LiV0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v56Ke5LiV0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v56Ke5LiV0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v56Ke5LiV0 .navbar.navbar-short {
  min-height: 100px;
}
.cid-v56Ke5LiV0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v56Ke5LiV0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v56Ke5LiV0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v56Ke5LiV0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v56Ke5LiV0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v56Ke5LiV0 .dropdown-item.active,
.cid-v56Ke5LiV0 .dropdown-item:active {
  background-color: transparent;
  text-decoration: none;
}
.cid-v56Ke5LiV0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v56Ke5LiV0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v56Ke5LiV0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v56Ke5LiV0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #486081;
}
.cid-v56Ke5LiV0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  text-decoration: none;
}
.cid-v56Ke5LiV0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
  text-decoration: none;
}
.cid-v56Ke5LiV0 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v56Ke5LiV0 .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-v56Ke5LiV0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #486081;
}
.cid-v56Ke5LiV0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f49919;
}
.cid-v56Ke5LiV0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v56Ke5LiV0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v56Ke5LiV0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v56Ke5LiV0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v56Ke5LiV0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v56Ke5LiV0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v56Ke5LiV0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v56Ke5LiV0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v56Ke5LiV0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.cid-v56Ke5LiV0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v56Ke5LiV0 .navbar {
    height: 70px;
  }
  .cid-v56Ke5LiV0 .navbar.opened {
    height: auto;
  }
  .cid-v56Ke5LiV0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    text-decoration: none;
  }
}
.cid-v56Ke5LiV0 .mbr-section-subtitle {
  color: #202020;
}
.cid-v56Ke5LiV0 a.nav-link,
.cid-v56Ke5LiV0 a.nav-link:hover,
.cid-v56Ke5LiV0 a.nav-link:active,
.cid-v56Ke5LiV0 a.nav-link:visited,
.cid-v56Ke5LiV0 a.nav-link:focus {
  text-decoration: none;
}
.cid-v56Ke5LiV0 .btn-primary {
  font-size: 1rem;
}
.cid-v56Ke5LiV0 .my-logo {
  min-width: 40px;
  min-height: 90px;
}
@media (max-width: 520px) {
  .cid-v56Ke5LiV0 .my-logo {
    min-width: 10px;
    min-height: 10px;
  }
}
.cid-v56Ke6bYOG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e3a732;
}
.cid-v56Ke6bYOG .mbr-text,
.cid-v56Ke6bYOG blockquote {
  color: #767676;
}
.cid-v56Ke6bYOG .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-v56Ke6bYOG .mbr-text B {
  color: #efefef;
}
.cid-v56Ke6bYOG .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-v56Ke6bYOG .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-v56Ke6bYOG .custom-shape-divider .shape-fill {
  fill: #12367a;
}
.cid-v56Ke6nzxW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/jaquith-carbide-laser-welding-2000x600.jpg");
}
.cid-v56Ke6nzxW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56Ke6nzxW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56Ke6nzxW .mbr-section-title {
  color: #FFFFFF;
}
.cid-v56Ke6nzxW .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-v56Ke6nzxW .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-v56Ke6nzxW .mbr-section-btn {
  margin-top: 18px;
}
.cid-v56Ke6nzxW .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-v56Ke6nzxW .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-v56Ke6nzxW .spacr {
  margin-top: 120px;
}
.cid-v56Ke6nzxW h1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-v56Ke6nzxW h2 {
  font-size: 1.9rem;
  text-shadow: 2px 2px 2px #000000;
  font-weight: 400;
}
.cid-v56Ke6nzxW p {
  font-size: 1.3rem;
}
.cid-v56Ke6nzxW hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 100%;
}
@media (max-width: 520px) {
  .cid-v56Ke6nzxW {
    padding-top: 30px;
  }
  .cid-v56Ke6nzxW h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-v56Ke6nzxW h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-v56Ke6nzxW p {
    font-size: 20px !important;
  }
  .cid-v56Ke6nzxW hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
  }
}
.cid-v56Ke6DG2Y {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v56Ke6DG2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56Ke6DG2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56Ke6DG2Y .mbr-section-title {
  text-align: left;
}
.cid-v56Ke6DG2Y .mbr-section-subtitle {
  text-align: left;
}
.cid-v56Ke6DG2Y hr {
  margin: 1rem 0;
  color: #09472e;
  opacity: .80;
}
.cid-v56Ke6DG2Y span {
  font-size: 1.6rem;
  color: #486081;
  font-weight: 600;
}
.cid-v56Ke6DG2Y h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 520px) {
  .cid-v56Ke6DG2Y h3 {
    font-size: 28px !important;
    line-height: 2rem;
  }
}
.cid-v5KyhAdY3Z {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v5KyhAdY3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5KyhAdY3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5KyhAdY3Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5KyhAdY3Z .row {
  flex-direction: row-reverse;
}
.cid-v5KyhAdY3Z .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5KyhAdY3Z .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5KyhAdY3Z .text-wrapper {
    padding: 0 0rem;
  }
}
.cid-v5KyhAdY3Z .mbr-section-title {
  color: #000000;
}
.cid-v5KyhAdY3Z .mbr-text,
.cid-v5KyhAdY3Z .mbr-section-btn {
  color: #000000;
}
.cid-v5KyhAdY3Z span {
  font-size: 1.6rem;
  color: #486081;
  font-weight: 600;
}
.cid-v56Ke6TbiB {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-top: 5px solid #026749;
  background-color: #12367a;
}
.cid-v56Ke6TbiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56Ke6TbiB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56Ke6TbiB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56Ke6TbiB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56Ke6TbiB .row {
    text-align: center;
  }
  .cid-v56Ke6TbiB .row > div {
    margin: auto;
  }
  .cid-v56Ke6TbiB .social-row {
    justify-content: center;
  }
}
.cid-v56Ke6TbiB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56Ke6TbiB .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v56Ke6TbiB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56Ke6TbiB .list {
    margin-bottom: 0rem;
  }
}
.cid-v56Ke6TbiB .mbr-text {
  color: #ffffff;
}
.cid-v56Ke6TbiB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56Ke6TbiB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56Ke6TbiB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56Ke6TbiB a.text-secondary:hover {
  color: #ffffff !important;
}
.cid-v56Ke6TbiB b,
.cid-v56Ke6TbiB strong {
  color: #e6b243;
}
.cid-v56Ke6TbiB hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: .80;
}
.cid-v56Ke6TbiB .mbr-section-subtitle {
  color: #ffa600;
}
.cid-v56Ke6TbiB .copyright {
  text-align: center;
}
.cid-v56Ke7jn8D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6592e6;
}
.cid-v56Ke7jn8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56Ke7jn8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56Ke7jn8D .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56Ke7jn8D a.text-primary:hover {
  color: #e6b243 !important;
}
.cid-v56Ke7jn8D a.text-white:hover {
  color: #e6b243 !important;
}
.cid-v56Ke7jn8D .text-white,
.cid-v56Ke7jn8D h4 {
  font-size: 1.1rem;
}
.cid-v56KnUzBOT {
  z-index: 1000;
  width: 100%;
}
.cid-v56KnUzBOT .navbar-dropdown {
  background-color: #486081 !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-v56KnUzBOT .menu_box .navbar.opened,
  .cid-v56KnUzBOT .menu_box .navbar-collapse {
    background-color: #486081 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v56KnUzBOT nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .5rem;
  min-height: 150px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  text-decoration: none;
}
@media (min-width: 992px) {
  .cid-v56KnUzBOT nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-v56KnUzBOT .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #e3a732;
  }
  .cid-v56KnUzBOT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v56KnUzBOT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v56KnUzBOT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v56KnUzBOT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v56KnUzBOT .offcanvas-body .mbr-text,
  .cid-v56KnUzBOT .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v56KnUzBOT .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v56KnUzBOT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #486081;
  }
  .cid-v56KnUzBOT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 3px;
    border-right: 5px;
    background-color: #f49919;
  }
  .cid-v56KnUzBOT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v56KnUzBOT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v56KnUzBOT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 50px;
  }
  .cid-v56KnUzBOT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 60px;
    transition-delay: 0.2s;
  }
  .cid-v56KnUzBOT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v56KnUzBOT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v56KnUzBOT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v56KnUzBOT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v56KnUzBOT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 1px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-v56KnUzBOT li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f49919;
    text-decoration: none;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-v56KnUzBOT li.nav-item:hover {
    text-decoration: none;
  }
  .cid-v56KnUzBOT li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
    text-decoration: none;
  }
  .cid-v56KnUzBOT .lg_brand {
    margin: 0 1rem;
  }
  .cid-v56KnUzBOT .navbar-brand {
    margin-right: 5% !important;
  }
}
.cid-v56KnUzBOT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v56KnUzBOT .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-v56KnUzBOT .nav-item {
    margin: 0 !important;
  }
}
.cid-v56KnUzBOT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v56KnUzBOT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 30px !important;
    left: -40px !important;
  }
  .cid-v56KnUzBOT .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
    color: #f49919;
  }
}
@media (max-width: 991px) {
  .cid-v56KnUzBOT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v56KnUzBOT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
    text-decoration: none;
  }
  .cid-v56KnUzBOT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v56KnUzBOT .offcanvas_box {
    display: none;
  }
}
.cid-v56KnUzBOT .dropdown-item {
  border: none;
  font-weight: 400 !important;
  text-decoration: none;
}
.cid-v56KnUzBOT .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none;
}
.cid-v56KnUzBOT .dropdown .dropdown-item:hover {
  color: #bae4fd !important;
  text-decoration: none;
}
.cid-v56KnUzBOT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  text-decoration: none;
}
.cid-v56KnUzBOT .nav-link {
  position: relative;
  text-decoration: none;
}
.cid-v56KnUzBOT .container {
  display: flex;
  margin: auto;
}
.cid-v56KnUzBOT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v56KnUzBOT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v56KnUzBOT .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-v56KnUzBOT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v56KnUzBOT .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-v56KnUzBOT .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v56KnUzBOT .dropdown-menu,
.cid-v56KnUzBOT .navbar.opened {
  background: #486081 !important;
}
.cid-v56KnUzBOT .nav-item:focus,
.cid-v56KnUzBOT .nav-link:focus {
  outline: none;
}
.cid-v56KnUzBOT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v56KnUzBOT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v56KnUzBOT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v56KnUzBOT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v56KnUzBOT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v56KnUzBOT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v56KnUzBOT .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v56KnUzBOT .navbar.opened {
  transition: all 0.3s;
}
.cid-v56KnUzBOT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v56KnUzBOT .navbar .navbar-logo img {
  width: auto;
}
.cid-v56KnUzBOT .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-v56KnUzBOT .navbar.collapsed {
  justify-content: center;
}
.cid-v56KnUzBOT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v56KnUzBOT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v56KnUzBOT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v56KnUzBOT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v56KnUzBOT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v56KnUzBOT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  text-decoration: none;
}
.cid-v56KnUzBOT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v56KnUzBOT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56KnUzBOT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v56KnUzBOT .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-v56KnUzBOT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v56KnUzBOT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v56KnUzBOT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v56KnUzBOT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v56KnUzBOT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v56KnUzBOT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v56KnUzBOT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v56KnUzBOT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v56KnUzBOT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v56KnUzBOT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v56KnUzBOT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v56KnUzBOT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v56KnUzBOT .navbar.navbar-short {
  min-height: 100px;
}
.cid-v56KnUzBOT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v56KnUzBOT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v56KnUzBOT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v56KnUzBOT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v56KnUzBOT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v56KnUzBOT .dropdown-item.active,
.cid-v56KnUzBOT .dropdown-item:active {
  background-color: transparent;
  text-decoration: none;
}
.cid-v56KnUzBOT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v56KnUzBOT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v56KnUzBOT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v56KnUzBOT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #486081;
}
.cid-v56KnUzBOT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  text-decoration: none;
}
.cid-v56KnUzBOT .navbar .dropdown.open > .dropdown-menu {
  display: block;
  text-decoration: none;
}
.cid-v56KnUzBOT ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v56KnUzBOT .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-v56KnUzBOT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #486081;
}
.cid-v56KnUzBOT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f49919;
}
.cid-v56KnUzBOT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v56KnUzBOT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v56KnUzBOT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v56KnUzBOT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v56KnUzBOT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v56KnUzBOT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v56KnUzBOT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v56KnUzBOT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v56KnUzBOT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.cid-v56KnUzBOT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v56KnUzBOT .navbar {
    height: 70px;
  }
  .cid-v56KnUzBOT .navbar.opened {
    height: auto;
  }
  .cid-v56KnUzBOT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    text-decoration: none;
  }
}
.cid-v56KnUzBOT .mbr-section-subtitle {
  color: #202020;
}
.cid-v56KnUzBOT a.nav-link,
.cid-v56KnUzBOT a.nav-link:hover,
.cid-v56KnUzBOT a.nav-link:active,
.cid-v56KnUzBOT a.nav-link:visited,
.cid-v56KnUzBOT a.nav-link:focus {
  text-decoration: none;
}
.cid-v56KnUzBOT .btn-primary {
  font-size: 1rem;
}
.cid-v56KnUzBOT .my-logo {
  min-width: 40px;
  min-height: 90px;
}
@media (max-width: 520px) {
  .cid-v56KnUzBOT .my-logo {
    min-width: 10px;
    min-height: 10px;
  }
}
.cid-v56KnUZWcZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e3a732;
}
.cid-v56KnUZWcZ .mbr-text,
.cid-v56KnUZWcZ blockquote {
  color: #767676;
}
.cid-v56KnUZWcZ .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-v56KnUZWcZ .mbr-text B {
  color: #efefef;
}
.cid-v56KnUZWcZ .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-v56KnUZWcZ .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-v56KnUZWcZ .custom-shape-divider .shape-fill {
  fill: #12367a;
}
.cid-v56KnV9HoX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/jaquith-carbide-contact-1-2000x600.jpg");
}
.cid-v56KnV9HoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56KnV9HoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56KnV9HoX .mbr-section-title {
  color: #FFFFFF;
}
.cid-v56KnV9HoX .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-v56KnV9HoX .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-v56KnV9HoX .mbr-section-btn {
  margin-top: 18px;
}
.cid-v56KnV9HoX .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-v56KnV9HoX .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-v56KnV9HoX .spacr {
  margin-top: 120px;
}
.cid-v56KnV9HoX h1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-v56KnV9HoX h2 {
  font-size: 1.9rem;
  text-shadow: 2px 2px 2px #000000;
  font-weight: 400;
}
.cid-v56KnV9HoX p {
  font-size: 1.3rem;
}
.cid-v56KnV9HoX hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 100%;
}
@media (max-width: 520px) {
  .cid-v56KnV9HoX {
    padding-top: 30px;
  }
  .cid-v56KnV9HoX h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-v56KnV9HoX h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-v56KnV9HoX p {
    font-size: 20px !important;
  }
  .cid-v56KnV9HoX hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
  }
}
.cid-v56SulNtwo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #486081;
}
.cid-v56SulNtwo .content {
  gap: 40px;
}
@media (max-width: 767px) {
  .cid-v56SulNtwo .content {
    text-align: center;
  }
  .cid-v56SulNtwo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v56SulNtwo .google-map {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v56SulNtwo .google-map {
    height: 30rem;
  }
}
@media (max-width: 576px) {
  .cid-v56SulNtwo .google-map {
    height: 25rem;
  }
}
.cid-v56SulNtwo .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.cid-v56SulNtwo .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v56SulNtwo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v56SulNtwo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v56SulNtwo .list {
  list-style-type: none;
  padding: 0;
}
.cid-v56SulNtwo .mbr-text-adress {
  font-weight: 300;
  color: #e3a732;
}
.cid-v56SulNtwo .mbr-text-work {
  font-weight: 300;
  color: #fff;
}
.cid-v56SulNtwo .mbr-section-title {
  color: #ffa000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-v56SulNtwo .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v56SulNtwo .adress-subtitle {
  color: #88acd4;
}
.cid-v56SulNtwo .working-subtitle {
  color: #fff;
}
.cid-v56SulNtwo .map-contacts {
  white-space: nowrap;
  padding: 1rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-v56SulNtwo .map-contacts {
    margin-top: 40px;
  }
}
.cid-v56SulNtwo .contact-title {
  color: #ffffff;
}
.cid-v56SulNtwo .contact-info {
  color: #ffffff;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .cid-v56SulNtwo .contact-info {
    margin-bottom: 0;
  }
}
.cid-v56SulNtwo h5 {
  text-shadow: 2px 2px 2px #000000;
}
.cid-v56SulNtwo hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
}
.cid-v56SulNtwo p {
  font-size: 1.5rem;
}
.cid-v56X1za8I0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e3a732;
}
.cid-v56X1za8I0 .mbr-text,
.cid-v56X1za8I0 blockquote {
  color: #767676;
}
.cid-v56X1za8I0 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-v56X1za8I0 .mbr-text B {
  color: #efefef;
}
.cid-v56X1za8I0 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-v56X1za8I0 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-v56X1za8I0 .custom-shape-divider .shape-fill {
  fill: #486081;
}
.cid-v56V7SCRz3 {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #e3a732;
}
.cid-v56V7SCRz3 .showAlerts {
  display: block !important;
}
.cid-v56V7SCRz3 .rowflexrev {
  display: -webkit-flex;
}
.cid-v56V7SCRz3 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-v56V7SCRz3 .title {
  margin-bottom: 2rem;
}
.cid-v56V7SCRz3 .mbr-section-subtitle {
  color: #05183d;
}
.cid-v56V7SCRz3 textarea.form-control {
  min-height: 188px;
}
.cid-v56V7SCRz3 LABEL {
  color: #232323;
  display: initial;
}
.cid-v56V7SCRz3 .mbr-section-terms {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v56V7SCRz3 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-v56V7SCRz3 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v56V7SCRz3 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-v56V7SCRz3 .alert {
  margin-bottom: 0;
}
.cid-v56V7SCRz3 .alert-success {
  background-color: #70c770;
}
.cid-v56V7SCRz3 .alert-danger {
  background-color: #ff4a52;
}
.cid-v56V7SCRz3 .btn {
  display: inline-flex;
}
.cid-v56V7SCRz3 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-v56V7SCRz3 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-v56V7SCRz3 .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-v56V7SCRz3 input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-v56V7SCRz3 input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-v56V7SCRz3 input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-v56KnVCyPx {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-top: 5px solid #026749;
  background-color: #12367a;
}
.cid-v56KnVCyPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56KnVCyPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56KnVCyPx .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56KnVCyPx .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56KnVCyPx .row {
    text-align: center;
  }
  .cid-v56KnVCyPx .row > div {
    margin: auto;
  }
  .cid-v56KnVCyPx .social-row {
    justify-content: center;
  }
}
.cid-v56KnVCyPx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56KnVCyPx .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v56KnVCyPx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56KnVCyPx .list {
    margin-bottom: 0rem;
  }
}
.cid-v56KnVCyPx .mbr-text {
  color: #ffffff;
}
.cid-v56KnVCyPx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56KnVCyPx .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56KnVCyPx div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56KnVCyPx a.text-secondary:hover {
  color: #ffffff !important;
}
.cid-v56KnVCyPx b,
.cid-v56KnVCyPx strong {
  color: #e6b243;
}
.cid-v56KnVCyPx hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: .80;
}
.cid-v56KnVCyPx .mbr-section-subtitle {
  color: #ffa600;
}
.cid-v56KnVCyPx .copyright {
  text-align: center;
}
.cid-v56KnVVDVT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6592e6;
}
.cid-v56KnVVDVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56KnVVDVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56KnVVDVT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56KnVVDVT a.text-primary:hover {
  color: #e6b243 !important;
}
.cid-v56KnVVDVT a.text-white:hover {
  color: #e6b243 !important;
}
.cid-v56KnVVDVT .text-white,
.cid-v56KnVVDVT h4 {
  font-size: 1.1rem;
}
.cid-v56KESaA1c {
  z-index: 1000;
  width: 100%;
}
.cid-v56KESaA1c .navbar-dropdown {
  background-color: #486081 !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-v56KESaA1c .menu_box .navbar.opened,
  .cid-v56KESaA1c .menu_box .navbar-collapse {
    background-color: #486081 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v56KESaA1c nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .5rem;
  min-height: 150px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  text-decoration: none;
}
@media (min-width: 992px) {
  .cid-v56KESaA1c nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-v56KESaA1c .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #e3a732;
  }
  .cid-v56KESaA1c .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v56KESaA1c .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v56KESaA1c .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v56KESaA1c .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v56KESaA1c .offcanvas-body .mbr-text,
  .cid-v56KESaA1c .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v56KESaA1c .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v56KESaA1c .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #486081;
  }
  .cid-v56KESaA1c .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 3px;
    border-right: 5px;
    background-color: #f49919;
  }
  .cid-v56KESaA1c .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v56KESaA1c .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v56KESaA1c .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 50px;
  }
  .cid-v56KESaA1c .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 60px;
    transition-delay: 0.2s;
  }
  .cid-v56KESaA1c ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v56KESaA1c .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v56KESaA1c .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v56KESaA1c .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v56KESaA1c li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 1px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-v56KESaA1c li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f49919;
    text-decoration: none;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-v56KESaA1c li.nav-item:hover {
    text-decoration: none;
  }
  .cid-v56KESaA1c li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
    text-decoration: none;
  }
  .cid-v56KESaA1c .lg_brand {
    margin: 0 1rem;
  }
  .cid-v56KESaA1c .navbar-brand {
    margin-right: 5% !important;
  }
}
.cid-v56KESaA1c .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v56KESaA1c .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-v56KESaA1c .nav-item {
    margin: 0 !important;
  }
}
.cid-v56KESaA1c .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v56KESaA1c .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 30px !important;
    left: -40px !important;
  }
  .cid-v56KESaA1c .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
    color: #f49919;
  }
}
@media (max-width: 991px) {
  .cid-v56KESaA1c .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v56KESaA1c .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
    text-decoration: none;
  }
  .cid-v56KESaA1c .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v56KESaA1c .offcanvas_box {
    display: none;
  }
}
.cid-v56KESaA1c .dropdown-item {
  border: none;
  font-weight: 400 !important;
  text-decoration: none;
}
.cid-v56KESaA1c .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none;
}
.cid-v56KESaA1c .dropdown .dropdown-item:hover {
  color: #bae4fd !important;
  text-decoration: none;
}
.cid-v56KESaA1c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  text-decoration: none;
}
.cid-v56KESaA1c .nav-link {
  position: relative;
  text-decoration: none;
}
.cid-v56KESaA1c .container {
  display: flex;
  margin: auto;
}
.cid-v56KESaA1c .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v56KESaA1c .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v56KESaA1c .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-v56KESaA1c .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v56KESaA1c .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-v56KESaA1c .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v56KESaA1c .dropdown-menu,
.cid-v56KESaA1c .navbar.opened {
  background: #486081 !important;
}
.cid-v56KESaA1c .nav-item:focus,
.cid-v56KESaA1c .nav-link:focus {
  outline: none;
}
.cid-v56KESaA1c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v56KESaA1c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v56KESaA1c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v56KESaA1c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v56KESaA1c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v56KESaA1c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v56KESaA1c .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v56KESaA1c .navbar.opened {
  transition: all 0.3s;
}
.cid-v56KESaA1c .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v56KESaA1c .navbar .navbar-logo img {
  width: auto;
}
.cid-v56KESaA1c .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-v56KESaA1c .navbar.collapsed {
  justify-content: center;
}
.cid-v56KESaA1c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v56KESaA1c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v56KESaA1c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v56KESaA1c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v56KESaA1c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v56KESaA1c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  text-decoration: none;
}
.cid-v56KESaA1c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v56KESaA1c .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56KESaA1c .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v56KESaA1c .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-v56KESaA1c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v56KESaA1c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v56KESaA1c .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v56KESaA1c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v56KESaA1c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v56KESaA1c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v56KESaA1c .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v56KESaA1c .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v56KESaA1c .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v56KESaA1c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v56KESaA1c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v56KESaA1c .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v56KESaA1c .navbar.navbar-short {
  min-height: 100px;
}
.cid-v56KESaA1c .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v56KESaA1c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v56KESaA1c .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v56KESaA1c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v56KESaA1c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v56KESaA1c .dropdown-item.active,
.cid-v56KESaA1c .dropdown-item:active {
  background-color: transparent;
  text-decoration: none;
}
.cid-v56KESaA1c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v56KESaA1c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v56KESaA1c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v56KESaA1c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #486081;
}
.cid-v56KESaA1c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  text-decoration: none;
}
.cid-v56KESaA1c .navbar .dropdown.open > .dropdown-menu {
  display: block;
  text-decoration: none;
}
.cid-v56KESaA1c ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v56KESaA1c .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-v56KESaA1c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #486081;
}
.cid-v56KESaA1c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f49919;
}
.cid-v56KESaA1c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v56KESaA1c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v56KESaA1c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v56KESaA1c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v56KESaA1c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v56KESaA1c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v56KESaA1c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v56KESaA1c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v56KESaA1c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.cid-v56KESaA1c .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v56KESaA1c .navbar {
    height: 70px;
  }
  .cid-v56KESaA1c .navbar.opened {
    height: auto;
  }
  .cid-v56KESaA1c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    text-decoration: none;
  }
}
.cid-v56KESaA1c .mbr-section-subtitle {
  color: #202020;
}
.cid-v56KESaA1c a.nav-link,
.cid-v56KESaA1c a.nav-link:hover,
.cid-v56KESaA1c a.nav-link:active,
.cid-v56KESaA1c a.nav-link:visited,
.cid-v56KESaA1c a.nav-link:focus {
  text-decoration: none;
}
.cid-v56KESaA1c .btn-primary {
  font-size: 1rem;
}
.cid-v56KESaA1c .my-logo {
  min-width: 40px;
  min-height: 90px;
}
@media (max-width: 520px) {
  .cid-v56KESaA1c .my-logo {
    min-width: 10px;
    min-height: 10px;
  }
}
.cid-v56KESPD6W {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e3a732;
}
.cid-v56KESPD6W .mbr-text,
.cid-v56KESPD6W blockquote {
  color: #767676;
}
.cid-v56KESPD6W .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-v56KESPD6W .mbr-text B {
  color: #efefef;
}
.cid-v56KESPD6W .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-v56KESPD6W .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-v56KESPD6W .custom-shape-divider .shape-fill {
  fill: #12367a;
}
.cid-v56KET5i0U {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/architexture-residential-design-privacy-banner.jpg-2000x600.jpg");
}
.cid-v56KET5i0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56KET5i0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56KET5i0U .mbr-section-title {
  color: #FFFFFF;
}
.cid-v56KET5i0U .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-v56KET5i0U .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-v56KET5i0U .mbr-section-btn {
  margin-top: 18px;
}
.cid-v56KET5i0U .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-v56KET5i0U .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-v56KET5i0U .spacr {
  margin-top: 120px;
}
.cid-v56KET5i0U h1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-v56KET5i0U h2 {
  font-size: 1.9rem;
  text-shadow: 2px 2px 2px #000000;
  font-weight: 400;
}
.cid-v56KET5i0U p {
  font-size: 1.3rem;
}
.cid-v56KET5i0U hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 100%;
}
@media (max-width: 520px) {
  .cid-v56KET5i0U {
    padding-top: 30px;
  }
  .cid-v56KET5i0U h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-v56KET5i0U h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-v56KET5i0U p {
    font-size: 20px !important;
  }
  .cid-v56KET5i0U hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
  }
}
.cid-v56M3ytb8X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v56M3ytb8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56M3ytb8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56M3ytb8X hr {
  margin: 1rem 0;
  color: #d3a850;
  opacity: .80;
}
.cid-v56M3ytb8X .mbr-section-subtitle {
  text-align: left;
}
.cid-v56M3ytb8X h4 {
  font-size: 1.4rem;
}
@media (max-width: 520px) {
  .cid-v56M3ytb8X h3 {
    font-size: 28px !important;
    line-height: 2rem;
  }
}
.cid-v56KETSRux {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-top: 5px solid #026749;
  background-color: #12367a;
}
.cid-v56KETSRux .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56KETSRux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56KETSRux .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56KETSRux .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56KETSRux .row {
    text-align: center;
  }
  .cid-v56KETSRux .row > div {
    margin: auto;
  }
  .cid-v56KETSRux .social-row {
    justify-content: center;
  }
}
.cid-v56KETSRux .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56KETSRux .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v56KETSRux .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56KETSRux .list {
    margin-bottom: 0rem;
  }
}
.cid-v56KETSRux .mbr-text {
  color: #ffffff;
}
.cid-v56KETSRux .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56KETSRux .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56KETSRux div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56KETSRux a.text-secondary:hover {
  color: #ffffff !important;
}
.cid-v56KETSRux b,
.cid-v56KETSRux strong {
  color: #e6b243;
}
.cid-v56KETSRux hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: .80;
}
.cid-v56KETSRux .mbr-section-subtitle {
  color: #ffa600;
}
.cid-v56KETSRux .copyright {
  text-align: center;
}
.cid-v56KEUoSJb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6592e6;
}
.cid-v56KEUoSJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56KEUoSJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56KEUoSJb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56KEUoSJb a.text-primary:hover {
  color: #e6b243 !important;
}
.cid-v56KEUoSJb a.text-white:hover {
  color: #e6b243 !important;
}
.cid-v56KEUoSJb .text-white,
.cid-v56KEUoSJb h4 {
  font-size: 1.1rem;
}
.cid-v56L0SrfG8 {
  z-index: 1000;
  width: 100%;
}
.cid-v56L0SrfG8 .navbar-dropdown {
  background-color: #486081 !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-v56L0SrfG8 .menu_box .navbar.opened,
  .cid-v56L0SrfG8 .menu_box .navbar-collapse {
    background-color: #486081 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v56L0SrfG8 nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .5rem;
  min-height: 150px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  text-decoration: none;
}
@media (min-width: 992px) {
  .cid-v56L0SrfG8 nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-v56L0SrfG8 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #e3a732;
  }
  .cid-v56L0SrfG8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v56L0SrfG8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v56L0SrfG8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v56L0SrfG8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v56L0SrfG8 .offcanvas-body .mbr-text,
  .cid-v56L0SrfG8 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v56L0SrfG8 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v56L0SrfG8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #486081;
  }
  .cid-v56L0SrfG8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 3px;
    border-right: 5px;
    background-color: #f49919;
  }
  .cid-v56L0SrfG8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v56L0SrfG8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v56L0SrfG8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 50px;
  }
  .cid-v56L0SrfG8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 60px;
    transition-delay: 0.2s;
  }
  .cid-v56L0SrfG8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v56L0SrfG8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v56L0SrfG8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v56L0SrfG8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v56L0SrfG8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 1px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-v56L0SrfG8 li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f49919;
    text-decoration: none;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-v56L0SrfG8 li.nav-item:hover {
    text-decoration: none;
  }
  .cid-v56L0SrfG8 li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
    text-decoration: none;
  }
  .cid-v56L0SrfG8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-v56L0SrfG8 .navbar-brand {
    margin-right: 5% !important;
  }
}
.cid-v56L0SrfG8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v56L0SrfG8 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-v56L0SrfG8 .nav-item {
    margin: 0 !important;
  }
}
.cid-v56L0SrfG8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v56L0SrfG8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 30px !important;
    left: -40px !important;
  }
  .cid-v56L0SrfG8 .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
    color: #f49919;
  }
}
@media (max-width: 991px) {
  .cid-v56L0SrfG8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v56L0SrfG8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
    text-decoration: none;
  }
  .cid-v56L0SrfG8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v56L0SrfG8 .offcanvas_box {
    display: none;
  }
}
.cid-v56L0SrfG8 .dropdown-item {
  border: none;
  font-weight: 400 !important;
  text-decoration: none;
}
.cid-v56L0SrfG8 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none;
}
.cid-v56L0SrfG8 .dropdown .dropdown-item:hover {
  color: #bae4fd !important;
  text-decoration: none;
}
.cid-v56L0SrfG8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  text-decoration: none;
}
.cid-v56L0SrfG8 .nav-link {
  position: relative;
  text-decoration: none;
}
.cid-v56L0SrfG8 .container {
  display: flex;
  margin: auto;
}
.cid-v56L0SrfG8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v56L0SrfG8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v56L0SrfG8 .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-v56L0SrfG8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v56L0SrfG8 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-v56L0SrfG8 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v56L0SrfG8 .dropdown-menu,
.cid-v56L0SrfG8 .navbar.opened {
  background: #486081 !important;
}
.cid-v56L0SrfG8 .nav-item:focus,
.cid-v56L0SrfG8 .nav-link:focus {
  outline: none;
}
.cid-v56L0SrfG8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v56L0SrfG8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v56L0SrfG8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v56L0SrfG8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v56L0SrfG8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v56L0SrfG8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v56L0SrfG8 .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v56L0SrfG8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v56L0SrfG8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v56L0SrfG8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v56L0SrfG8 .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-v56L0SrfG8 .navbar.collapsed {
  justify-content: center;
}
.cid-v56L0SrfG8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v56L0SrfG8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v56L0SrfG8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v56L0SrfG8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v56L0SrfG8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v56L0SrfG8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  text-decoration: none;
}
.cid-v56L0SrfG8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v56L0SrfG8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56L0SrfG8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v56L0SrfG8 .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-v56L0SrfG8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v56L0SrfG8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v56L0SrfG8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v56L0SrfG8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v56L0SrfG8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v56L0SrfG8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v56L0SrfG8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v56L0SrfG8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v56L0SrfG8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v56L0SrfG8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v56L0SrfG8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v56L0SrfG8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v56L0SrfG8 .navbar.navbar-short {
  min-height: 100px;
}
.cid-v56L0SrfG8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v56L0SrfG8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v56L0SrfG8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v56L0SrfG8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v56L0SrfG8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v56L0SrfG8 .dropdown-item.active,
.cid-v56L0SrfG8 .dropdown-item:active {
  background-color: transparent;
  text-decoration: none;
}
.cid-v56L0SrfG8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v56L0SrfG8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v56L0SrfG8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v56L0SrfG8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #486081;
}
.cid-v56L0SrfG8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  text-decoration: none;
}
.cid-v56L0SrfG8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
  text-decoration: none;
}
.cid-v56L0SrfG8 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v56L0SrfG8 .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-v56L0SrfG8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #486081;
}
.cid-v56L0SrfG8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f49919;
}
.cid-v56L0SrfG8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v56L0SrfG8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v56L0SrfG8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v56L0SrfG8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v56L0SrfG8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v56L0SrfG8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v56L0SrfG8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v56L0SrfG8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v56L0SrfG8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.cid-v56L0SrfG8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v56L0SrfG8 .navbar {
    height: 70px;
  }
  .cid-v56L0SrfG8 .navbar.opened {
    height: auto;
  }
  .cid-v56L0SrfG8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    text-decoration: none;
  }
}
.cid-v56L0SrfG8 .mbr-section-subtitle {
  color: #202020;
}
.cid-v56L0SrfG8 a.nav-link,
.cid-v56L0SrfG8 a.nav-link:hover,
.cid-v56L0SrfG8 a.nav-link:active,
.cid-v56L0SrfG8 a.nav-link:visited,
.cid-v56L0SrfG8 a.nav-link:focus {
  text-decoration: none;
}
.cid-v56L0SrfG8 .btn-primary {
  font-size: 1rem;
}
.cid-v56L0SrfG8 .my-logo {
  min-width: 40px;
  min-height: 90px;
}
@media (max-width: 520px) {
  .cid-v56L0SrfG8 .my-logo {
    min-width: 10px;
    min-height: 10px;
  }
}
.cid-v56L0SRgZZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e3a732;
}
.cid-v56L0SRgZZ .mbr-text,
.cid-v56L0SRgZZ blockquote {
  color: #767676;
}
.cid-v56L0SRgZZ .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-v56L0SRgZZ .mbr-text B {
  color: #efefef;
}
.cid-v56L0SRgZZ .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-v56L0SRgZZ .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-v56L0SRgZZ .custom-shape-divider .shape-fill {
  fill: #12367a;
}
.cid-v56L0T1Esz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/jaquith-carbide-about-2000x600.jpg");
}
.cid-v56L0T1Esz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56L0T1Esz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56L0T1Esz .mbr-section-title {
  color: #FFFFFF;
}
.cid-v56L0T1Esz .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-v56L0T1Esz .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-v56L0T1Esz .mbr-section-btn {
  margin-top: 18px;
}
.cid-v56L0T1Esz .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-v56L0T1Esz .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-v56L0T1Esz .spacr {
  margin-top: 120px;
}
.cid-v56L0T1Esz h1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-v56L0T1Esz h2 {
  font-size: 1.9rem;
  text-shadow: 2px 2px 2px #000000;
  font-weight: 400;
}
.cid-v56L0T1Esz p {
  font-size: 1.3rem;
}
.cid-v56L0T1Esz hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 100%;
}
@media (max-width: 520px) {
  .cid-v56L0T1Esz {
    padding-top: 30px;
  }
  .cid-v56L0T1Esz h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-v56L0T1Esz h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-v56L0T1Esz p {
    font-size: 20px !important;
  }
  .cid-v56L0T1Esz hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
  }
}
.cid-v56OUdKB4Y {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #fafafa;
}
.cid-v56OUdKB4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56OUdKB4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v56OUdKB4Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v56OUdKB4Y .row {
  flex-direction: row-reverse;
}
.cid-v56OUdKB4Y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v56OUdKB4Y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v56OUdKB4Y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v56OUdKB4Y .mbr-section-title {
  color: #000000;
}
.cid-v56OUdKB4Y .mbr-text,
.cid-v56OUdKB4Y .mbr-section-btn {
  color: #000000;
}
.cid-v56OUdKB4Y hr {
  margin: 1rem 0;
  color: #09472e;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-v56OUdKB4Y h3 {
    font-size: 28px !important;
    line-height: 2rem;
  }
}
.cid-v56L0Tvr1q {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-top: 5px solid #026749;
  background-color: #12367a;
}
.cid-v56L0Tvr1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56L0Tvr1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56L0Tvr1q .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56L0Tvr1q .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56L0Tvr1q .row {
    text-align: center;
  }
  .cid-v56L0Tvr1q .row > div {
    margin: auto;
  }
  .cid-v56L0Tvr1q .social-row {
    justify-content: center;
  }
}
.cid-v56L0Tvr1q .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56L0Tvr1q .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v56L0Tvr1q .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56L0Tvr1q .list {
    margin-bottom: 0rem;
  }
}
.cid-v56L0Tvr1q .mbr-text {
  color: #ffffff;
}
.cid-v56L0Tvr1q .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56L0Tvr1q .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56L0Tvr1q div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56L0Tvr1q a.text-secondary:hover {
  color: #ffffff !important;
}
.cid-v56L0Tvr1q b,
.cid-v56L0Tvr1q strong {
  color: #e6b243;
}
.cid-v56L0Tvr1q hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: .80;
}
.cid-v56L0Tvr1q .mbr-section-subtitle {
  color: #ffa600;
}
.cid-v56L0Tvr1q .copyright {
  text-align: center;
}
.cid-v56L0TOWlz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6592e6;
}
.cid-v56L0TOWlz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56L0TOWlz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56L0TOWlz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56L0TOWlz a.text-primary:hover {
  color: #e6b243 !important;
}
.cid-v56L0TOWlz a.text-white:hover {
  color: #e6b243 !important;
}
.cid-v56L0TOWlz .text-white,
.cid-v56L0TOWlz h4 {
  font-size: 1.1rem;
}
.cid-v56FTZhcf8 {
  z-index: 1000;
  width: 100%;
}
.cid-v56FTZhcf8 .navbar-dropdown {
  background-color: #486081 !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-v56FTZhcf8 .menu_box .navbar.opened,
  .cid-v56FTZhcf8 .menu_box .navbar-collapse {
    background-color: #486081 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v56FTZhcf8 nav.navbar {
  position: fixed;
  padding-top: .5rem;
  padding-bottom: .5rem;
  min-height: 150px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  text-decoration: none;
}
@media (min-width: 992px) {
  .cid-v56FTZhcf8 nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-v56FTZhcf8 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #e3a732;
  }
  .cid-v56FTZhcf8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v56FTZhcf8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v56FTZhcf8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v56FTZhcf8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v56FTZhcf8 .offcanvas-body .mbr-text,
  .cid-v56FTZhcf8 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v56FTZhcf8 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v56FTZhcf8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #486081;
  }
  .cid-v56FTZhcf8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 3px;
    border-right: 5px;
    background-color: #f49919;
  }
  .cid-v56FTZhcf8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v56FTZhcf8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v56FTZhcf8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 50px;
  }
  .cid-v56FTZhcf8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 60px;
    transition-delay: 0.2s;
  }
  .cid-v56FTZhcf8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v56FTZhcf8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v56FTZhcf8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v56FTZhcf8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v56FTZhcf8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 1px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-v56FTZhcf8 li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f49919;
    text-decoration: none;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-v56FTZhcf8 li.nav-item:hover {
    text-decoration: none;
  }
  .cid-v56FTZhcf8 li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
    text-decoration: none;
  }
  .cid-v56FTZhcf8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-v56FTZhcf8 .navbar-brand {
    margin-right: 5% !important;
  }
}
.cid-v56FTZhcf8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v56FTZhcf8 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-v56FTZhcf8 .nav-item {
    margin: 0 !important;
  }
}
.cid-v56FTZhcf8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v56FTZhcf8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 30px !important;
    left: -40px !important;
  }
  .cid-v56FTZhcf8 .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
    color: #f49919;
  }
}
@media (max-width: 991px) {
  .cid-v56FTZhcf8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v56FTZhcf8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
    text-decoration: none;
  }
  .cid-v56FTZhcf8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v56FTZhcf8 .offcanvas_box {
    display: none;
  }
}
.cid-v56FTZhcf8 .dropdown-item {
  border: none;
  font-weight: 400 !important;
  text-decoration: none;
}
.cid-v56FTZhcf8 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none;
}
.cid-v56FTZhcf8 .dropdown .dropdown-item:hover {
  color: #bae4fd !important;
  text-decoration: none;
}
.cid-v56FTZhcf8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  text-decoration: none;
}
.cid-v56FTZhcf8 .nav-link {
  position: relative;
  text-decoration: none;
}
.cid-v56FTZhcf8 .container {
  display: flex;
  margin: auto;
}
.cid-v56FTZhcf8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v56FTZhcf8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v56FTZhcf8 .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-v56FTZhcf8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v56FTZhcf8 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-v56FTZhcf8 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v56FTZhcf8 .dropdown-menu,
.cid-v56FTZhcf8 .navbar.opened {
  background: #486081 !important;
}
.cid-v56FTZhcf8 .nav-item:focus,
.cid-v56FTZhcf8 .nav-link:focus {
  outline: none;
}
.cid-v56FTZhcf8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v56FTZhcf8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v56FTZhcf8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v56FTZhcf8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v56FTZhcf8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v56FTZhcf8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v56FTZhcf8 .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v56FTZhcf8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v56FTZhcf8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v56FTZhcf8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v56FTZhcf8 .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-v56FTZhcf8 .navbar.collapsed {
  justify-content: center;
}
.cid-v56FTZhcf8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v56FTZhcf8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v56FTZhcf8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v56FTZhcf8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v56FTZhcf8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v56FTZhcf8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  text-decoration: none;
}
.cid-v56FTZhcf8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v56FTZhcf8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56FTZhcf8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v56FTZhcf8 .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-v56FTZhcf8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v56FTZhcf8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v56FTZhcf8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v56FTZhcf8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v56FTZhcf8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v56FTZhcf8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v56FTZhcf8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v56FTZhcf8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v56FTZhcf8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v56FTZhcf8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v56FTZhcf8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v56FTZhcf8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v56FTZhcf8 .navbar.navbar-short {
  min-height: 100px;
}
.cid-v56FTZhcf8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v56FTZhcf8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v56FTZhcf8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v56FTZhcf8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v56FTZhcf8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v56FTZhcf8 .dropdown-item.active,
.cid-v56FTZhcf8 .dropdown-item:active {
  background-color: transparent;
  text-decoration: none;
}
.cid-v56FTZhcf8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v56FTZhcf8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v56FTZhcf8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v56FTZhcf8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #486081;
}
.cid-v56FTZhcf8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  text-decoration: none;
}
.cid-v56FTZhcf8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
  text-decoration: none;
}
.cid-v56FTZhcf8 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v56FTZhcf8 .navbar-buttons {
  text-align: center;
  min-width: 120px;
}
.cid-v56FTZhcf8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #486081;
}
.cid-v56FTZhcf8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f49919;
}
.cid-v56FTZhcf8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v56FTZhcf8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v56FTZhcf8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v56FTZhcf8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v56FTZhcf8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v56FTZhcf8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v56FTZhcf8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v56FTZhcf8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v56FTZhcf8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.cid-v56FTZhcf8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v56FTZhcf8 .navbar {
    height: 70px;
  }
  .cid-v56FTZhcf8 .navbar.opened {
    height: auto;
  }
  .cid-v56FTZhcf8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
    text-decoration: none;
  }
}
.cid-v56FTZhcf8 .mbr-section-subtitle {
  color: #202020;
}
.cid-v56FTZhcf8 a.nav-link,
.cid-v56FTZhcf8 a.nav-link:hover,
.cid-v56FTZhcf8 a.nav-link:active,
.cid-v56FTZhcf8 a.nav-link:visited,
.cid-v56FTZhcf8 a.nav-link:focus {
  text-decoration: none;
}
.cid-v56FTZhcf8 .btn-primary {
  font-size: 1rem;
}
.cid-v56FTZhcf8 .my-logo {
  min-width: 40px;
  min-height: 90px;
}
@media (max-width: 520px) {
  .cid-v56FTZhcf8 .my-logo {
    min-width: 10px;
    min-height: 10px;
  }
}
.cid-v56FTZOyv6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e3a732;
}
.cid-v56FTZOyv6 .mbr-text,
.cid-v56FTZOyv6 blockquote {
  color: #767676;
}
.cid-v56FTZOyv6 .mbr-text {
  text-align: center;
  color: #2e2e2e;
}
.cid-v56FTZOyv6 .mbr-text B {
  color: #efefef;
}
.cid-v56FTZOyv6 .custom-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-v56FTZOyv6 .custom-shape-divider svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 40px;
}
.cid-v56FTZOyv6 .custom-shape-divider .shape-fill {
  fill: #12367a;
}
.cid-v56FU00y6z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/jaquith-carbide-surface-grinding-3-2000x600.jpg");
}
.cid-v56FU00y6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56FU00y6z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56FU00y6z .mbr-section-title {
  color: #FFFFFF;
}
.cid-v56FU00y6z .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
}
.cid-v56FU00y6z .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-v56FU00y6z .mbr-section-btn {
  margin-top: 18px;
}
.cid-v56FU00y6z .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-v56FU00y6z .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-v56FU00y6z .spacr {
  margin-top: 120px;
}
.cid-v56FU00y6z h1 {
  color: #ffffff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #000000;
}
.cid-v56FU00y6z h2 {
  font-size: 1.9rem;
  text-shadow: 2px 2px 2px #000000;
  font-weight: 400;
}
.cid-v56FU00y6z p {
  font-size: 1.3rem;
}
.cid-v56FU00y6z hr {
  margin: 1rem 0;
  color: #ffffff;
  opacity: .80;
  width: 100%;
}
@media (max-width: 520px) {
  .cid-v56FU00y6z {
    padding-top: 30px;
  }
  .cid-v56FU00y6z h2 {
    font-size: 22px !important;
    line-height: 2rem;
  }
  .cid-v56FU00y6z h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-v56FU00y6z p {
    font-size: 20px !important;
  }
  .cid-v56FU00y6z hr {
    margin: 1rem 0;
    color: #ffffff;
    opacity: .80;
  }
}
.cid-v5E4DwISbv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5E4DwISbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5E4DwISbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5E4DwISbv .mbr-section-title {
  text-align: left;
}
.cid-v5E4DwISbv .mbr-section-subtitle {
  text-align: left;
}
.cid-v5E4DwISbv hr {
  margin: 1rem 0;
  color: #09472e;
  opacity: .80;
}
.cid-v5E4DwISbv span {
  font-size: 1.6rem;
  color: #486081;
  font-weight: 600;
}
.cid-v5E4DwISbv h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 520px) {
  .cid-v5E4DwISbv h3 {
    font-size: 28px !important;
    line-height: 2rem;
  }
}
.cid-v5E818oSKy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5E818oSKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5E818oSKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5E818oSKy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5E818oSKy .row {
  flex-direction: row-reverse;
}
.cid-v5E818oSKy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5E818oSKy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5E818oSKy .text-wrapper {
    padding: 0 0rem;
  }
}
.cid-v5E818oSKy .mbr-section-title {
  color: #000000;
}
.cid-v5E818oSKy .mbr-text,
.cid-v5E818oSKy .mbr-section-btn {
  color: #000000;
}
.cid-v5E818oSKy hr {
  margin: 1rem 0;
  color: #09472e;
  opacity: .80;
}
.cid-v5E818oSKy span {
  font-size: 1.6rem;
  color: #486081;
  font-weight: 600;
}
.cid-v5E818oSKy h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 520px) {
  .cid-v5E818oSKy h3 {
    font-size: 28px !important;
    line-height: 2rem;
  }
}
.cid-v56FU1grlx {
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-top: 5px solid #026749;
  background-color: #12367a;
}
.cid-v56FU1grlx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56FU1grlx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56FU1grlx .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v56FU1grlx .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v56FU1grlx .row {
    text-align: center;
  }
  .cid-v56FU1grlx .row > div {
    margin: auto;
  }
  .cid-v56FU1grlx .social-row {
    justify-content: center;
  }
}
.cid-v56FU1grlx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v56FU1grlx .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v56FU1grlx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v56FU1grlx .list {
    margin-bottom: 0rem;
  }
}
.cid-v56FU1grlx .mbr-text {
  color: #ffffff;
}
.cid-v56FU1grlx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v56FU1grlx .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v56FU1grlx div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v56FU1grlx a.text-secondary:hover {
  color: #ffffff !important;
}
.cid-v56FU1grlx b,
.cid-v56FU1grlx strong {
  color: #e6b243;
}
.cid-v56FU1grlx hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: .80;
}
.cid-v56FU1grlx .mbr-section-subtitle {
  color: #ffa600;
}
.cid-v56FU1grlx .copyright {
  text-align: center;
}
.cid-v56FU1ERci {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #6592e6;
}
.cid-v56FU1ERci .mbr-fallback-image.disabled {
  display: none;
}
.cid-v56FU1ERci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v56FU1ERci .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v56FU1ERci a.text-primary:hover {
  color: #e6b243 !important;
}
.cid-v56FU1ERci a.text-white:hover {
  color: #e6b243 !important;
}
.cid-v56FU1ERci .text-white,
.cid-v56FU1ERci h4 {
  font-size: 1.1rem;
}
