.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: 20px !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Afacad;
}
.display-1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 8.125rem;
  line-height: 108%;
  letter-spacing: -5.2px;
}
.display-1 > .mbr-iconfont {
  font-size: 10.15625rem;
}
.display-2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 4.375rem;
  line-height: 76px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.125rem;
  line-height: 26px;
  letter-spacing: -0.04em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 2.625rem;
  line-height: 128%;
  letter-spacing: -1.68px;
}
.display-5 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-7 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.5rem;
  line-height: 35px;
  letter-spacing: -0.04px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 6.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6875rem;
    font-size: calc( 3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.4937499999999995rem + (8.125 - 3.4937499999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #2b5993 !important;
}
.bg-success {
  background-color: #ff44c2 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffa544 !important;
}
.bg-danger {
  background-color: #ff5244 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2b5993 !important;
  border-color: #2b5993 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3771ba !important;
  border-color: #3771ba !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3771ba !important;
  border-color: #3771ba !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
  color: #4f779e !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4f779e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff44c2 !important;
  border-color: #ff44c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff77d3 !important;
  border-color: #ff77d3 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff77d3 !important;
  border-color: #ff77d3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa544 !important;
  border-color: #ffa544 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbe77 !important;
  border-color: #ffbe77 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbe77 !important;
  border-color: #ffbe77 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff5244 !important;
  border-color: #ff5244 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff8177 !important;
  border-color: #ff8177 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff8177 !important;
  border-color: #ff8177 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !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: #7a7a7a !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: #2b5993;
  color: #2b5993;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #173050 !important;
  background-color: transparent !important;
  border-color: #173050 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2b5993 !important;
  border-color: #2b5993 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f3f6f9;
  color: #f3f6f9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b9cbdc !important;
  background-color: transparent !important;
  border-color: #b9cbdc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4f779e !important;
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff44c2;
  color: #ff44c2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ec009f !important;
  background-color: transparent !important;
  border-color: #ec009f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff44c2 !important;
  border-color: #ff44c2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffa544;
  color: #ffa544;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ec7b00 !important;
  background-color: transparent !important;
  border-color: #ec7b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa544 !important;
  border-color: #ffa544 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff5244;
  color: #ff5244;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ec1200 !important;
  background-color: transparent !important;
  border-color: #ec1200 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5244 !important;
  border-color: #ff5244 !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: #2b5993 !important;
}
.text-secondary {
  color: #f3f6f9 !important;
}
.text-success {
  color: #ff44c2 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffa544 !important;
}
.text-danger {
  color: #ff5244 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #142944 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #afc3d7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #dd0095 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #dd7300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #dd1100 !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: #2b5993;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffa544;
}
.alert-danger {
  background-color: #ff5244;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2b5993;
  border-color: #2b5993;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2b5993;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6a99d3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.5rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #2b5993 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.5rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #2b5993;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2b5993;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2b5993;
}
.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: #2b5993;
  border-bottom-color: #2b5993;
}
.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: #2b5993 !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: #f3f6f9 !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='%232b5993' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 4px 20px;
  border-radius: 110px !important;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  opacity: .8;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: none;
}
.cid-u1INmVOdLk {
  background-color: transparent;
}
.cid-u1INmVOdLk .navbar-dropdown {
  background-color: #f2f5f7 !important;
  padding: 0;
}
.cid-u1INmVOdLk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f2f5f7 !important;
  background: #f2f5f7;
}
.cid-u1INmVOdLk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1INmVOdLk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1INmVOdLk .menu_box .navbar.opened,
  .cid-u1INmVOdLk .menu_box .navbar-collapse {
    background-color: #f2f5f7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1INmVOdLk .navbar-dropdown {
  position: relative !important;
}
.cid-u1INmVOdLk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-u1INmVOdLk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1INmVOdLk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1INmVOdLk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-u1INmVOdLk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1INmVOdLk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1INmVOdLk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1INmVOdLk .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-u1INmVOdLk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1INmVOdLk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1INmVOdLk .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1INmVOdLk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1INmVOdLk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1INmVOdLk .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .nav-item {
    margin: 0 !important;
  }
}
.cid-u1INmVOdLk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u1INmVOdLk .nav-item .nav-link:hover,
.cid-u1INmVOdLk .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-u1INmVOdLk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1INmVOdLk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1INmVOdLk .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;
  }
  .cid-u1INmVOdLk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-u1INmVOdLk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1INmVOdLk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1INmVOdLk .container {
  display: flex;
  margin: auto;
}
.cid-u1INmVOdLk .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1INmVOdLk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1INmVOdLk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1INmVOdLk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .navbar-nav {
    margin: 0;
  }
}
.cid-u1INmVOdLk .dropdown-menu,
.cid-u1INmVOdLk .navbar.opened {
  background-color: false !important;
}
.cid-u1INmVOdLk .nav-item:focus,
.cid-u1INmVOdLk .nav-link:focus {
  outline: none;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1INmVOdLk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1INmVOdLk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1INmVOdLk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1INmVOdLk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1INmVOdLk .navbar.opened {
  transition: all 0.3s;
}
.cid-u1INmVOdLk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1INmVOdLk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u1INmVOdLk .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1INmVOdLk .navbar.collapsed {
  justify-content: center;
}
.cid-u1INmVOdLk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1INmVOdLk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1INmVOdLk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1INmVOdLk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1INmVOdLk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1INmVOdLk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1INmVOdLk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1INmVOdLk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1INmVOdLk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1INmVOdLk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1INmVOdLk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1INmVOdLk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1INmVOdLk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1INmVOdLk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1INmVOdLk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1INmVOdLk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1INmVOdLk .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-u1INmVOdLk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u1INmVOdLk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1INmVOdLk .dropdown-item.active,
.cid-u1INmVOdLk .dropdown-item:active {
  background-color: transparent;
}
.cid-u1INmVOdLk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1INmVOdLk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1INmVOdLk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1INmVOdLk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1INmVOdLk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f2f5f7;
  background: #f5f3ea;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1INmVOdLk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1INmVOdLk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1INmVOdLk .navbar {
    height: 70px;
  }
  .cid-u1INmVOdLk .navbar.opened {
    height: auto;
  }
  .cid-u1INmVOdLk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1INmVOdLk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u1INmVOdLk .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u1INmVOdLk .navbar-caption:hover {
  color: #2b5993;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1INmVOdLk .text_widget {
  margin-bottom: 32px;
}
.cid-u1INmVOdLk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1INmVOdLk .text_widget a:hover,
.cid-u1INmVOdLk .text_widget a:focus {
  opacity: .8;
}
.cid-u1INmVOdLk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u1INmVOdLk .navbar-caption {
  color: #000000;
}
.cid-u1INmVOdLk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1INmVOdLk .mbr-section-subtitle,
.cid-u1INmVOdLk .text_widget,
.cid-u1INmVOdLk .mbr-section-btn {
  text-align: center;
}
.cid-u1INmVOdLk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
#custom-html-16 {
  /* Video Banner Container */
  /* Video Background */
  /* Dark Overlay */
  /* Content Container  */
  /* Content Wrapper */
  /* Title styling - */
  /* Center the text in content-wrap */
  /* Bottom Text Wrapper - POSITIONED RELATIVE TO BOTTOM */
  /* Bottom text specific */
  /* Utility classes */
}
#custom-html-16 .video-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  min-height: 100vh;
}
#custom-html-16 .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
#custom-html-16 .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#custom-html-16 .video-content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  min-height: 100vh;
  z-index: 2;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #custom-html-16 .video-content {
    padding: 0 20px;
  }
}
#custom-html-16 .content-wrap {
  position: relative;
  z-index: 1;
  margin: 250px 0 10px;
  text-align: center;
}
@media (max-width: 992px) {
  #custom-html-16 .content-wrap {
    margin: 100px 0 10px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #custom-html-16 .content-wrap {
    margin: 50px 0 10px;
    text-align: center;
  }
}
#custom-html-16 .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
#custom-html-16 .content-wrap .mbr-text {
  display: block;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 992px) {
  #custom-html-16 .content-wrap .mbr-text {
    width: 100%;
    text-align: center;
  }
}
#custom-html-16 .bottom-text-wrap {
  position: relative;
  /* Change from absolute to relative */
  bottom: auto;
  /* Remove the bottom positioning */
  margin-top: auto;
  /* Push to bottom of flex container */
  padding-bottom: 30px;
  /* Add padding instead of bottom position */
  z-index: 1;
  text-align: center;
}
@media (max-width: 768px) {
  #custom-html-16 .bottom-text-wrap {
    bottom: 20px;
  }
}
#custom-html-16 .bottom-text-wrap .mbr-bottom-text {
  margin-bottom: 0;
}
#custom-html-16 .mbr-white {
  color: #ffffff !important;
}
#custom-html-16 .align-center {
  text-align: center;
}
#services-header01 .services-section {
  background-color: #f2f5f7;
  padding: 240px 4rem 190px;
  text-align: center;
  width: 100%;
  margin: 0;
}
#services-header01 .services-title {
  font-weight: bold;
  color: #000000;
  margin: 0 0 32px 0;
  line-height: 1.2;
}
#services-header01 .services-text {
  font-weight: bold;
  color: #457ec0;
  max-width: 40%;
  margin: 0 auto;
  line-height: 1.6;
}
@media (max-width: 992px) {
  #services-header01 .services-section {
    padding: 150px 1rem 120px;
  }
  #services-header01 .services-text {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #services-header01 .services-section {
    padding: 150px 1rem 80px;
  }
}
.cid-uMCuPBSkVh {
  background: #f2f5f7;
  padding-top: 105px;
  padding-bottom: 45px;
}
.cid-uMCuPBSkVh .container-fluid {
  padding: 2rem 8rem;
}
.cid-uMCuPBSkVh .image-block {
  margin: auto;
  height: 800px;
}
.cid-uMCuPBSkVh .image-block .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
  cursor: pointer;
  display: block;
}
.cid-uMCuPBSkVh .image-block .img-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 1.5s ease-in-out;
}
.cid-uMCuPBSkVh .image-block .img-wrapper-historical .img-container {
  background-image: url('../../../assets/images/historical1pexels-souvenirpixels-3555988.jpg');
}
.cid-uMCuPBSkVh .image-block .img-wrapper-historical:hover .img-container {
  transform: scale(1.05);
  background-image: url('../../../assets/images/historical-monitoring-nolegend.jpeg');
}
.cid-uMCuPBSkVh .image-block .img-wrapper-nrt .img-container {
  background-image: url('../../../assets/images/nrt-photo-1603592647775-ec779991ce2a.jpg');
}
.cid-uMCuPBSkVh .image-block .img-wrapper-nrt:hover .img-container {
  transform: scale(1.05);
  background-image: url('../../../assets/images/nrt-monitoring-nolegend.jpeg');
}
.cid-uMCuPBSkVh .image-block .img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 1;
  border-radius: 0 0 2rem 2rem;
  padding-bottom: 0.5rem;
  min-height: 30%;
}
.cid-uMCuPBSkVh .image-block .img-caption .wrap {
  padding: 1.5rem 2rem 0.5rem 2rem;
  text-align: center;
  transform: translateY(0);
}
.cid-uMCuPBSkVh .img-caption h3 {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 2.625rem !important;
}
.cid-uMCuPBSkVh .img-caption p {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 1.125rem !important;
}
.cid-uMCuPBSkVh h4 {
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .cid-uMCuPBSkVh .image-block {
    height: 400px;
  }
  .cid-uMCuPBSkVh .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMCuPBSkVh .container-fluid {
    padding: 1rem;
  }
  .cid-uMCuPBSkVh .image-block {
    height: 300px;
  }
  .cid-uMCuPBSkVh .image-block .img-caption {
    opacity: 1;
  }
  .cid-uMCuPBSkVh .image-block .img-caption .wrap {
    transform: translateY(0);
  }
  .cid-uMCuPBSkVh .img-caption h3 {
    font-size: 2rem !important;
  }
  .cid-uMCuPBSkVh .img-caption p {
    font-size: 1rem !important;
  }
}
.cid-uMCuPBSkVh .lightbox-toggle {
  display: none;
}
.cid-uMCuPBSkVh .lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cid-uMCuPBSkVh .lightbox-toggle:checked ~ .lightbox-overlay {
  opacity: 1;
  visibility: visible;
}
.cid-uMCuPBSkVh .lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uMCuPBSkVh .lightbox-content img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 0.5rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}
.cid-uMCuPBSkVh .lightbox-close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.cid-uMCuPBSkVh .lightbox-close:hover {
  transform: scale(1.2);
}
.cid-uMCuPBSkVh .lightbox-caption {
  text-align: center;
  margin-top: 20px;
  color: #fff;
}
.cid-uMCuPBSkVh .lightbox-caption h3 {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 2.625rem !important;
  margin-bottom: 10px;
  color: #fff;
}
.cid-uMCuPBSkVh .lightbox-caption p {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 1.125rem !important;
  color: #ccc;
  max-width: 600px;
  margin: 0 auto;
}
.cid-uMCuPBSkVh body:has(.lightbox-toggle:checked) {
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uMCuPBSkVh .lightbox-close {
    top: 10px;
    right: 20px;
    font-size: 40px;
  }
  .cid-uMCuPBSkVh .lightbox-caption h3 {
    font-family: 'Barlow Semi Condensed', sans-serif !important;
    font-size: 2rem !important;
  }
  .cid-uMCuPBSkVh .lightbox-caption p {
    font-family: 'Barlow Semi Condensed', sans-serif !important;
    font-size: 1rem !important;
  }
}
@media (max-height: 500px) and (orientation: landscape) {
  .cid-uMCuPBSkVh .lightbox-content {
    max-height: 95vh;
    justify-content: center;
  }
  .cid-uMCuPBSkVh .lightbox-content img {
    max-height: 70vh;
  }
  .cid-uMCuPBSkVh .lightbox-caption {
    margin-top: 10px;
  }
  .cid-uMCuPBSkVh .lightbox-caption h3 {
    font-size: 1.5rem !important;
    margin-bottom: 5px;
  }
  .cid-uMCuPBSkVh .lightbox-caption p {
    font-size: 0.9rem !important;
  }
  .cid-uMCuPBSkVh .lightbox-close {
    top: 5px;
    right: 15px;
    font-size: 35px;
  }
}
#applications-header01 .services-section {
  background-color: #f2f5f7;
  padding: 240px 4rem 190px;
  text-align: center;
  width: 100%;
  margin: 0;
}
#applications-header01 .services-title {
  font-weight: bold;
  color: #000000;
  margin: 0 0 32px 0;
  line-height: 1.2;
}
#applications-header01 .services-text {
  font-weight: bold;
  color: #457ec0;
  max-width: 40%;
  margin: 0 auto;
  line-height: 1.6;
}
@media (max-width: 992px) {
  #applications-header01 .services-section {
    padding: 150px 1rem 120px;
  }
  #applications-header01 .services-text {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #applications-header01 .services-section {
    padding: 150px 1rem 80px;
  }
}
.cid-uM2O7CEQEj {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #f2f5f7;
}
.cid-uM2O7CEQEj .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uM2O7CEQEj .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uM2O7CEQEj .row .img-item .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  min-height: 450px;
  cursor: pointer;
  display: block;
}
@media (max-width: 767px) {
  .cid-uM2O7CEQEj .row .img-item .img-wrapper {
    min-height: 300px;
  }
}
.cid-uM2O7CEQEj .row .img-item .img-container {
  width: 100%;
  height: 100%;
  min-height: 450px;
  background-size: cover;
  background-position: center;
  border-radius: 2rem;
  transition: transform 1.5s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uM2O7CEQEj .row .img-item .img-container {
    min-height: 300px;
  }
}
.cid-uM2O7CEQEj .row .img-item .img-wrapper-1 .img-container {
  background-image: url('../../../assets/images/forestry-stock.jpg');
}
.cid-uM2O7CEQEj .row .img-item .img-wrapper-1:hover .img-container {
  background-image: url('../../../assets/images/landmanagement-kelowna-nolegend.jpeg');
  transform: scale(1.05);
}
.cid-uM2O7CEQEj .row .img-item .img-wrapper-2 .img-container {
  background-image: url('../../../assets/images/securitydef1-pexels-damien-daye-1240738-2381712.jpg');
}
.cid-uM2O7CEQEj .row .img-item .img-wrapper-2:hover .img-container {
  background-image: url('../../../assets/images/defandsec-nolegend.jpeg');
  transform: scale(1.05);
}
.cid-uM2O7CEQEj .row .img-item .img-wrapper-3 .img-container {
  background-image: url('../../../assets/images/remoteinfrastructure2.jpg');
}
.cid-uM2O7CEQEj .row .img-item .img-wrapper-3:hover .img-container {
  background-image: url('../../../assets/images/remote-infrastructure-nolegend.jpeg');
  transform: scale(1.05);
}
.cid-uM2O7CEQEj .row .img-item .img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 30%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 1;
  border-radius: 0 0 2rem 2rem;
  padding-bottom: 0.5rem;
  min-height: 30%;
}
.cid-uM2O7CEQEj .row .img-item .img-caption .wrap {
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  text-align: center;
  transform: translateY(0);
  width: 95%;
}
.cid-uM2O7CEQEj .row .img-item .img-caption .wrap h3 {
  opacity: 1;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.cid-uM2O7CEQEj .row .img-item .img-caption .wrap p {
  display: none;
  transition: all 0.4s ease;
  margin-bottom: 0;
}
.cid-uM2O7CEQEj .row .img-item .img-wrapper:hover .img-caption .wrap h3 {
  margin-bottom: 0.5rem;
}
.cid-uM2O7CEQEj .row .img-item .img-wrapper:hover .img-caption .wrap p {
  display: block;
  max-height: 100px;
  margin-top: 0.5rem;
}
.cid-uM2O7CEQEj .container,
.cid-uM2O7CEQEj .container-fluid {
  padding-left: 8rem;
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-uM2O7CEQEj .container,
  .cid-uM2O7CEQEj .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uM2O7CEQEj .img-caption h3 {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 2.2rem !important;
  line-height: 1.1 !important;
  max-width: 90% !important;
  margin: 0 auto !important;
}
.cid-uM2O7CEQEj .img-caption p {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  max-width: 90% !important;
  margin: 0 auto !important;
}
.cid-uM2O7CEQEj .lightbox-toggle {
  display: none;
}
.cid-uM2O7CEQEj .lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cid-uM2O7CEQEj .lightbox-toggle:checked ~ .lightbox-overlay {
  opacity: 1;
  visibility: visible;
}
.cid-uM2O7CEQEj .lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uM2O7CEQEj .lightbox-content img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 0.5rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}
.cid-uM2O7CEQEj .lightbox-close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.cid-uM2O7CEQEj .lightbox-close:hover {
  transform: scale(1.2);
}
.cid-uM2O7CEQEj .lightbox-caption {
  text-align: center;
  margin-top: 20px;
  color: #fff;
}
.cid-uM2O7CEQEj .lightbox-caption h3 {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 2.625rem !important;
  margin-bottom: 10px;
  color: #fff;
}
.cid-uM2O7CEQEj .lightbox-caption p {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 1.125rem !important;
  color: #ccc;
}
.cid-uM2O7CEQEj body:has(.lightbox-toggle:checked) {
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uM2O7CEQEj .lightbox-close {
    top: 10px;
    right: 20px;
    font-size: 40px;
  }
  .cid-uM2O7CEQEj .img-caption h3 {
    font-family: 'Barlow Semi Condensed', sans-serif !important;
    font-size: 1.8rem !important;
  }
  .cid-uM2O7CEQEj .img-caption p {
    font-family: 'Barlow Semi Condensed', sans-serif !important;
    font-size: 0.9rem !important;
  }
  .cid-uM2O7CEQEj .lightbox-caption h3 {
    font-family: 'Barlow Semi Condensed', sans-serif !important;
    font-size: 2rem !important;
  }
  .cid-uM2O7CEQEj .lightbox-caption p {
    font-family: 'Barlow Semi Condensed', sans-serif !important;
    font-size: 1rem !important;
  }
  .cid-uM2O7CEQEj .img-caption .wrap p {
    opacity: 0 !important;
  }
}
@media (max-height: 500px) and (orientation: landscape) {
  .cid-uM2O7CEQEj .lightbox-content {
    max-height: 95vh;
    justify-content: center;
  }
  .cid-uM2O7CEQEj .lightbox-content img {
    max-height: 70vh;
  }
  .cid-uM2O7CEQEj .lightbox-caption {
    margin-top: 10px;
  }
  .cid-uM2O7CEQEj .lightbox-caption h3 {
    font-size: 1.5rem !important;
    margin-bottom: 5px;
  }
  .cid-uM2O7CEQEj .lightbox-caption p {
    font-size: 0.9rem !important;
  }
  .cid-uM2O7CEQEj .lightbox-close {
    top: 5px;
    right: 15px;
    font-size: 35px;
  }
}
.cid-uMBmmHOC8n {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #f2f5f7;
}
.cid-uMBmmHOC8n .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uMBmmHOC8n .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uMBmmHOC8n .row .img-item .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  min-height: 450px;
  cursor: pointer;
  display: block;
}
@media (max-width: 767px) {
  .cid-uMBmmHOC8n .row .img-item .img-wrapper {
    min-height: 300px;
  }
}
.cid-uMBmmHOC8n .row .img-item .img-container {
  width: 100%;
  height: 100%;
  min-height: 450px;
  background-size: cover;
  background-position: center;
  border-radius: 2rem;
  transition: transform 1.5s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMBmmHOC8n .row .img-item .img-container {
    min-height: 300px;
  }
}
.cid-uMBmmHOC8n .row .img-item .img-wrapper-4 .img-container {
  background-image: url('../../../assets/images/compliance1-pexels-urtimud-89-76108288-14263362.jpg');
}
.cid-uMBmmHOC8n .row .img-item .img-wrapper-4:hover .img-container {
  background-image: url('../../../assets/images/compliance-nolegend.jpeg');
  transform: scale(1.05);
}
.cid-uMBmmHOC8n .row .img-item .img-wrapper-5 .img-container {
  background-image: url('../../../assets/images/envmonitoring1.jpg');
}
.cid-uMBmmHOC8n .row .img-item .img-wrapper-5:hover .img-container {
  background-image: url('../../../assets/images/envmonitoring-nolegend.jpeg');
  transform: scale(1.05);
}
.cid-uMBmmHOC8n .row .img-item .img-wrapper-6 .img-container {
  background-image: url('../../../assets/images/disasterresp1-pexels-frank-cone-140140-2323799.jpg');
}
.cid-uMBmmHOC8n .row .img-item .img-wrapper-6:hover .img-container {
  background-image: url('../../../assets/images/disasterresponse-nolegend.jpeg');
  transform: scale(1.05);
}
.cid-uMBmmHOC8n .row .img-item .img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 30%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 1;
  border-radius: 0 0 2rem 2rem;
  padding-bottom: 0.5rem;
  min-height: 30%;
}
.cid-uMBmmHOC8n .row .img-item .img-caption .wrap {
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  text-align: center;
  transform: translateY(0);
  width: 95%;
}
.cid-uMBmmHOC8n .row .img-item .img-caption .wrap h3 {
  opacity: 1;
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.cid-uMBmmHOC8n .row .img-item .img-caption .wrap p {
  display: none;
  transition: all 0.4s ease;
  margin-bottom: 0;
}
.cid-uMBmmHOC8n .row .img-item .img-wrapper:hover .img-caption .wrap h3 {
  margin-bottom: 0.5rem;
}
.cid-uMBmmHOC8n .row .img-item .img-wrapper:hover .img-caption .wrap p {
  display: block;
  max-height: 100px;
  margin-top: 0.5rem;
}
.cid-uMBmmHOC8n .container,
.cid-uMBmmHOC8n .container-fluid {
  padding-left: 8rem;
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-uMBmmHOC8n .container,
  .cid-uMBmmHOC8n .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uMBmmHOC8n .img-caption h3 {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 2.2rem !important;
  line-height: 1.1 !important;
  max-width: 90% !important;
  margin: 0 auto !important;
}
.cid-uMBmmHOC8n .img-caption p {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  max-width: 90% !important;
  margin: 0 auto !important;
}
.cid-uMBmmHOC8n .lightbox-toggle {
  display: none;
}
.cid-uMBmmHOC8n .lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cid-uMBmmHOC8n .lightbox-toggle:checked ~ .lightbox-overlay {
  opacity: 1;
  visibility: visible;
}
.cid-uMBmmHOC8n .lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uMBmmHOC8n .lightbox-content img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 0.5rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}
.cid-uMBmmHOC8n .lightbox-close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.cid-uMBmmHOC8n .lightbox-close:hover {
  transform: scale(1.2);
}
.cid-uMBmmHOC8n .lightbox-caption {
  text-align: center;
  margin-top: 20px;
  color: #fff;
}
.cid-uMBmmHOC8n .lightbox-caption h3 {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 2.625rem !important;
  margin-bottom: 10px;
  color: #fff;
}
.cid-uMBmmHOC8n .lightbox-caption p {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 1.125rem !important;
  color: #ccc;
}
.cid-uMBmmHOC8n body:has(.lightbox-toggle:checked) {
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uMBmmHOC8n .lightbox-close {
    top: 10px;
    right: 20px;
    font-size: 40px;
  }
  .cid-uMBmmHOC8n .img-caption h3 {
    font-family: 'Barlow Semi Condensed', sans-serif !important;
    font-size: 1.8rem !important;
  }
  .cid-uMBmmHOC8n .img-caption p {
    font-family: 'Barlow Semi Condensed', sans-serif !important;
    font-size: 0.9rem !important;
  }
  .cid-uMBmmHOC8n .lightbox-caption h3 {
    font-family: 'Barlow Semi Condensed', sans-serif !important;
    font-size: 2rem !important;
  }
  .cid-uMBmmHOC8n .lightbox-caption p {
    font-family: 'Barlow Semi Condensed', sans-serif !important;
    font-size: 1rem !important;
  }
  .cid-uMBmmHOC8n .img-caption .wrap p {
    opacity: 0 !important;
  }
}
@media (max-height: 500px) and (orientation: landscape) {
  .cid-uMBmmHOC8n .lightbox-content {
    max-height: 95vh;
    justify-content: center;
  }
  .cid-uMBmmHOC8n .lightbox-content img {
    max-height: 70vh;
  }
  .cid-uMBmmHOC8n .lightbox-caption {
    margin-top: 10px;
  }
  .cid-uMBmmHOC8n .lightbox-caption h3 {
    font-size: 1.5rem !important;
    margin-bottom: 5px;
  }
  .cid-uMBmmHOC8n .lightbox-caption p {
    font-size: 0.9rem !important;
  }
  .cid-uMBmmHOC8n .lightbox-close {
    top: 5px;
    right: 15px;
    font-size: 35px;
  }
}
#custom-html-17 {
  /* SVG Display Block Styling */
  /* Main block container */
  /* Container for responsive layout */
  /* Wrapper to center the SVG */
  /* The SVG image styling */
  /* Mobile responsiveness */
}
#custom-html-17 .svg-display-block {
  /* 🎨 CHANGE BACKGROUND COLOR HERE 🎨 */
  background-color: #f2f5f7;
  /* Light gray - change this to any color you want */
  padding: 10px 10px;
  /* Space above and below the image */
  width: 100%;
  min-height: 500px;
  /* Minimum height of the block */
}
#custom-html-17 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  min-height: 480px;
}
#custom-html-17 .svg-wrapper {
  display: flex;
  justify-content: center;
  /* Centers horizontally */
  align-items: center;
  /* Centers vertically */
  width: 100%;
}
#custom-html-17 .svg-image {
  /* 📏 CHANGE SIZE HERE 📏 */
  width: 700px;
  /* Change this number to make bigger or smaller */
  height: auto;
  /* Keeps the image proportions correct */
  max-width: 100%;
  /* Makes sure it doesn't overflow on mobile */
  display: block;
}
@media (max-width: 768px) {
  #custom-html-17 .svg-image {
    width: 400px;
    /* Smaller size on mobile - adjust as needed */
  }
  #custom-html-17 .svg-display-block {
    padding: 40px 0;
    /* Less padding on mobile */
  }
}
.cid-uMqrze8zAw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f5f7;
}
.cid-uMqrze8zAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqrze8zAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqrze8zAw .row {
  justify-content: center;
}
.cid-uMqrze8zAw .card {
  justify-content: center;
}
.cid-uMqrze8zAw .content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uMqrze8zAw .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMqrze8zAw .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMqrze8zAw .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uMqrze8zAw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqrze8zAw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMqrze8zAw .form-wrapper {
  position: relative;
  z-index: 1;
  padding: 48px;
  background-color: #e9f1f7;
}
@media (max-width: 1440px) {
  .cid-uMqrze8zAw .form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uMqrze8zAw .form-wrapper {
    padding: 30px 20px;
  }
}
.cid-uMqrze8zAw .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uMqrze8zAw .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uMqrze8zAw .form-wrapper .dragArea.row .form-group .form-control-label {
  margin-bottom: 0;
}
.cid-uMqrze8zAw .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 20px 0 40px;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uMqrze8zAw .form-wrapper .dragArea.row .form-group .form-control {
    padding: 20px 0 30px;
    margin-bottom: 30px;
  }
}
.cid-uMqrze8zAw .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #808080;
}
.cid-uMqrze8zAw .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uMqrze8zAw .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.cid-uMqrze8zAw .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uMqrze8zAw .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uMqrze8zAw .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uMqrze8zAw .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-uMqrze8zAw .mbr-section-title {
  color: #ffffff;
}
.cid-uMqrze8zAw .mbr-text,
.cid-uMqrze8zAw .text-wrapper {
  color: #082c48;
}
.cid-uMqrze8zAw label {
  color: #000000;
}
.cid-uMqrze8zAw .mbr-section-title,
.cid-uMqrze8zAw .mbr-section-btn {
  color: #082c48;
}
#footer-01 {
  /* 1) Give the container-fluid the same side‐padding as headline (30px desktop / 20px ≤768px) */
  /* 2) Style the inner row exactly like the headline's row */
  /* add some whitespace below the footer block */
  /* UPDATED: Apply Barlow Semi Condensed font to all footer text */
  /* scale social icons to 24×24px */
  /* lay out the icons in a row */
  /* left-align on tablet+ but center on mobile */
  /* FIX: Ensure social icon links don't have border radius */
  /* Make the footer logo smaller */
}
#footer-01 .footer-custom .container-fluid {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media (max-width: 768px) {
  #footer-01 .footer-custom .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
#footer-01 .footer-custom .row {
  margin: 0 !important;
  /* remove any negative gutters */
  background-color: #e9f1f7 !important;
  border-radius: 20px !important;
  /* same rounding (20px) */
  padding: 24px 16px !important;
  /* top/bottom = 24px, left/right = 16px */
  overflow: visible !important;
  /* FIX: Allow content to show outside rounded corners */
}
@media (max-width: 992px) {
  #footer-01 .footer-custom .row {
    padding: 16px 8px !important;
    /* tighten on tablet/mobiles */
  }
}
#footer-01 .footer-custom {
  background-color: #f2f5f7 !important;
  /* color outside of footer */
  padding-bottom: 2rem !important;
}
@media (max-width: 992px) {
  #footer-01 .footer-custom {
    padding-bottom: 0.5rem !important;
  }
}
#footer-01 .footer-custom p,
#footer-01 .footer-custom a,
#footer-01 .footer-custom strong {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
}
#footer-01 .footer-custom .social-icons img {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain;
  border-radius: 0 !important;
  /* FIX: Remove any rounding from icons */
}
#footer-01 .footer-custom .social-icons {
  display: flex !important;
  justify-content: start;
  /* or center if you want them centered */
  align-items: center;
}
#footer-01 .footer-custom .social-icons {
  justify-content: start !important;
}
@media (max-width: 767.98px) {
  #footer-01 .footer-custom .social-icons {
    justify-content: center !important;
  }
}
#footer-01 .footer-custom .social-icons a {
  border-radius: 0 !important;
  display: inline-block !important;
}
#footer-01 #footer-logo {
  max-width: 200px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  /* Center the logo */
}
