body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #001aff !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #4479d9 !important;
}
.bg-warning {
  background-color: #deb70e !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #001aff !important;
  border-color: #001aff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0011a8 !important;
  border-color: #0011a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0011a8 !important;
  border-color: #0011a8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #deb70e !important;
  border-color: #deb70e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #8c7409 !important;
  border-color: #8c7409 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8c7409 !important;
  border-color: #8c7409 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #001aff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0011a8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #001aff !important;
  border-color: #001aff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #deb70e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8c7409 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #deb70e !important;
  border-color: #deb70e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #001aff !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #4479d9 !important;
}
.text-warning {
  color: #deb70e !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001099 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1f4a98 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7e6808 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #001aff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4479d9;
}
.alert-warning {
  background-color: #deb70e;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #001aff;
  border-color: #001aff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #001aff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccd1ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbefbd;
}
.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: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #001aff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #001aff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #001aff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #001aff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #001aff;
  border-bottom-color: #001aff;
}
.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: #001aff !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: #ff6666 !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='%23001aff' %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;
}
.cid-sACWShV1ch {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sACWShV1ch .dropdown-item:before {
  font-family: open sans !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sACWShV1ch .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sACWShV1ch .nav-item:focus,
.cid-sACWShV1ch .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sACWShV1ch .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sACWShV1ch .nav-item .nav-link:hover {
    position: relative;
  }
  .cid-sACWShV1ch .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sACWShV1ch .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sACWShV1ch .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sACWShV1ch .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sACWShV1ch .navbar {
  min-height: 120px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sACWShV1ch .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
}
.cid-sACWShV1ch .navbar.opened .mbr-overlay {
  transition: all 0.3s;
}
.cid-sACWShV1ch .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sACWShV1ch .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sACWShV1ch .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sACWShV1ch .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.show,
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sACWShV1ch .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sACWShV1ch .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sACWShV1ch .navbar.collapsed .right-menu,
.cid-sACWShV1ch .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch .navbar .navbar-collapse.show,
  .cid-sACWShV1ch .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sACWShV1ch .navbar .navbar-collapse.show .brand-container,
  .cid-sACWShV1ch .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sACWShV1ch .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sACWShV1ch .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sACWShV1ch .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sACWShV1ch .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sACWShV1ch .navbar .right-menu,
  .cid-sACWShV1ch .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sACWShV1ch .navbar.navbar-short {
  min-height: 60px;
}
.cid-sACWShV1ch .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sACWShV1ch .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sACWShV1ch .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sACWShV1ch .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sACWShV1ch .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sACWShV1ch .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sACWShV1ch .navbar-caption {
  font-weight: 400;
}
.cid-sACWShV1ch .dropdown-item.active,
.cid-sACWShV1ch .dropdown-item:active {
  background-color: transparent;
}
.cid-sACWShV1ch .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: open sans;
  font-weight: 700;
}
.cid-sACWShV1ch .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sACWShV1ch .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sACWShV1ch .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sACWShV1ch .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sACWShV1ch ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sACWShV1ch .navbar-buttons {
  margin-left: auto;
}
.cid-sACWShV1ch button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sACWShV1ch a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sACWShV1ch .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sACWShV1ch .right-menu,
.cid-sACWShV1ch .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sACWShV1ch .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sACWShV1ch .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sACWShV1ch .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sACWShV1ch .menu-top {
  text-align: center;
  width: 100%;
  padding: 0.5rem 0;
}
.cid-sACWShV1ch .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sACWShV1ch .card-wrapper {
  z-index: 3;
}
.cid-sACWShV1ch .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sACWShV1ch .nav-item .nav-link:hover::before {
    max-width: calc(100% + 2rem);
  }
}
.cid-sACWShV1ch ul li a {
  color: #ffffff;
}
.cid-sACWShV1ch ul li a:hover {
  color: red !important;
}
.cid-sACWShV1ch .ncol a {
  color: #100690 !important;
}
.cid-sACWShV1ch .navbg {
  background-color: #041627;
}
.cid-sACWShV1ch .navbg.scrolled {
  background-color: #FFFFFF !important;
}
#custom-html-27 {
  /* Type valid CSS here */
}
#custom-html-27 div {
  padding: 0px 0;
  color: #777;
  text-align: center;
}
.cid-sA3aVMpstP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-sA3aVMpstP .mbr-text,
.cid-sA3aVMpstP .mbr-section-btn {
  color: #232323;
}
.cid-sA3aVMpstP .card-title,
.cid-sA3aVMpstP .card-box {
  color: #041627;
}
.cid-sA3aVMpstP .mbr-text,
.cid-sA3aVMpstP .link-wrap {
  color: #ffffff;
}
.cid-sA3aVMpstP .card-box .mbr-text,
.cid-sA3aVMpstP .mbr-section-btn {
  color: #000000;
}
.cid-sAZ2JU9P86 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAZ2JU9P86 .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sAZ2JU9P86 .mbr-section-subtitle {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-sAZ2JU9P86 .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-sAZ2JU9P86 .wrap-img {
  padding-bottom: 1rem;
}
.cid-sAZ2JU9P86 .wrap-img img {
  max-width: 100%;
}
.cid-sAZ2JU9P86 .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-sAZ2JU9P86 .btn-primary {
  padding: 10px;
  font-size: 30px;
}
.cid-sAkJZNZVoa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #041627;
}
.cid-sAkJZNZVoa h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-sAkJZNZVoa .card-box {
  padding-top: 3rem;
}
.cid-sAkJZNZVoa .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-sAkJZNZVoa .btn-md {
  padding: 1rem;
}
.cid-sAkJZNZVoa .btn-primary-outline,
.cid-sAkJZNZVoa .btn-secondary-outline,
.cid-sAkJZNZVoa .btn-info-outline,
.cid-sAkJZNZVoa .btn-success-outline,
.cid-sAkJZNZVoa .btn-warning-outline,
.cid-sAkJZNZVoa .btn-danger-outline,
.cid-sAkJZNZVoa .btn-black-outline,
.cid-sAkJZNZVoa .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sAkJZNZVoa .btn-primary-outline span,
.cid-sAkJZNZVoa .btn-secondary-outline span,
.cid-sAkJZNZVoa .btn-info-outline span,
.cid-sAkJZNZVoa .btn-success-outline span,
.cid-sAkJZNZVoa .btn-warning-outline span,
.cid-sAkJZNZVoa .btn-danger-outline span,
.cid-sAkJZNZVoa .btn-black-outline span,
.cid-sAkJZNZVoa .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sAkJZNZVoa .btn-primary-outline:hover span,
.cid-sAkJZNZVoa .btn-secondary-outline:hover span,
.cid-sAkJZNZVoa .btn-info-outline:hover span,
.cid-sAkJZNZVoa .btn-success-outline:hover span,
.cid-sAkJZNZVoa .btn-warning-outline:hover span,
.cid-sAkJZNZVoa .btn-danger-outline:hover span,
.cid-sAkJZNZVoa .btn-black-outline:hover span,
.cid-sAkJZNZVoa .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-sAkJZNZVoa .btn-primary-outline:hover,
.cid-sAkJZNZVoa .btn-secondary-outline:hover,
.cid-sAkJZNZVoa .btn-info-outline:hover,
.cid-sAkJZNZVoa .btn-success-outline:hover,
.cid-sAkJZNZVoa .btn-warning-outline:hover,
.cid-sAkJZNZVoa .btn-danger-outline:hover,
.cid-sAkJZNZVoa .btn-black-outline:hover,
.cid-sAkJZNZVoa .btn-white-outline:hover {
  background-color: transparent!important;
  color: #001aff !important;
  box-shadow: none!important;
}
.cid-sAkJZNZVoa .btn-primary-outline:active,
.cid-sAkJZNZVoa .btn-secondary-outline:active,
.cid-sAkJZNZVoa .btn-info-outline:active,
.cid-sAkJZNZVoa .btn-success-outline:active,
.cid-sAkJZNZVoa .btn-warning-outline:active,
.cid-sAkJZNZVoa .btn-danger-outline:active,
.cid-sAkJZNZVoa .btn-black-outline:active,
.cid-sAkJZNZVoa .btn-white-outline:active,
.cid-sAkJZNZVoa .btn-primary-outline:focus,
.cid-sAkJZNZVoa .btn-secondary-outline:focus,
.cid-sAkJZNZVoa .btn-info-outline:focus,
.cid-sAkJZNZVoa .btn-success-outline:focus,
.cid-sAkJZNZVoa .btn-warning-outline:focus,
.cid-sAkJZNZVoa .btn-danger-outline:focus,
.cid-sAkJZNZVoa .btn-black-outline:focus,
.cid-sAkJZNZVoa .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sAkJZNZVoa .btn-primary-outline .mbr-iconfont,
.cid-sAkJZNZVoa .btn-secondary-outline .mbr-iconfont,
.cid-sAkJZNZVoa .btn-info-outline .mbr-iconfont,
.cid-sAkJZNZVoa .btn-success-outline .mbr-iconfont,
.cid-sAkJZNZVoa .btn-warning-outline .mbr-iconfont,
.cid-sAkJZNZVoa .btn-danger-outline .mbr-iconfont,
.cid-sAkJZNZVoa .btn-black-outline .mbr-iconfont,
.cid-sAkJZNZVoa .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-sAkJZNZVoa .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-sAkJZNZVoa .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(255, 153, 153, 0.35);
  transform: translateY(-1.5rem);
}
.cid-sAkJZNZVoa .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-sAkJZNZVoa .link-wrap:hover {
  color: #001aff !important;
}
.cid-sAkJZNZVoa .link-wrap:hover:hover .link-ico {
  color: #001aff !important;
}
.cid-sAkJZNZVoa .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-sAkJZNZVoa img {
  border-radius: 100%;
  width: 250px;
  height: 250px;
  object-fit: cover;
  box-shadow: 5px 5px 25px #444;
}
.cid-sAkJZNZVoa .card-title {
  color: #041627;
  text-align: center;
}
.cid-sAkJZNZVoa .row {
  justify-content: center;
}
.cid-sAkJZNZVoa .main-title {
  text-align: center;
  color: #e6c63b;
}
.cid-sAkJZNZVoa P {
  text-align: center;
}
.cid-sAkJZNZVoa .mbr-text,
.cid-sAkJZNZVoa .link {
  text-align: center;
  color: #767676;
}
@media (max-width: 576px) {
  .cid-sAkJZNZVoa .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-sA3j6vxIoh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/flagbg-1996x1331.jpg");
}
.cid-sA3j6vxIoh .mbr-overlay {
  background: #000000;
  opacity: 0.3;
}
.cid-sA3j6vxIoh img,
.cid-sA3j6vxIoh .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-sA3j6vxIoh .item:focus,
.cid-sA3j6vxIoh span:focus {
  outline: none;
}
.cid-sA3j6vxIoh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sA3j6vxIoh .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #041627;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 2px 5px 20px #777;
  background-color: #041627;
}
.cid-sA3j6vxIoh .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sA3j6vxIoh .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sA3j6vxIoh .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sA3j6vxIoh .item-content {
    padding: 1rem 0;
  }
}
.cid-sA3j6vxIoh .mbr-section-title {
  color: #36187d;
}
.cid-sA3j6vxIoh .item-title {
  color: #deb70e;
}
.cid-sA3j6vxIoh .item-subtitle {
  color: #bec2cf;
}
.cid-sA3j6vxIoh .mbr-text,
.cid-sA3j6vxIoh .mbr-section-btn {
  color: #deb70e;
}
.cid-sA3j6vxIoh .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sA3j6vxIoh .video-wrapper iframe {
  width: 100%;
}
.cid-sA3j6vxIoh #Why_DMS {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cid-sA3GTp3dAi {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.cid-sA3GTp3dAi .icon-wrapper {
  margin: auto;
  background-color: #6592e6;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-sA3GTp3dAi .icon-wrapper span {
  margin-left: 10px;
}
.cid-sA3GTp3dAi .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sA3GTp3dAi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sA3GTp3dAi .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sA3GTp3dAi .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sA3GTp3dAi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sA3GTp3dAi H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sA3GTp3dAi .mbr-text,
.cid-sA3GTp3dAi .mbr-media {
  color: #ffffff;
  text-align: center;
}
.cid-sA3LZj29Op {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #041627;
}
.cid-sA3LZj29Op img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sA3LZj29Op .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sA3LZj29Op .link-wrapper .mbr-iconfont {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #ffffff;
}
.cid-sA3LZj29Op .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sA3LZj29Op .card-wrapper {
  background: #001aff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sA3LZj29Op .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sA3LZj29Op .first:hover:before {
  content: none;
}
.cid-sA3LZj29Op .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(#001aff #ffffff);
  content: "";
}
.cid-sA3LZj29Op .last:hover:after {
  content: none;
}
.cid-sA3LZj29Op .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(#001aff #ffffff);
  content: "";
}
.cid-sA3LZj29Op .mbr-section-text {
  color: #ffffff;
}
.cid-sA3LZj29Op .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sA3LZj29Op .card .img-wrapper {
  overflow: hidden;
}
.cid-sA3LZj29Op .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sA3LZj29Op .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sA3LZj29Op .card:hover .card-wrapper {
  background: linear-gradient(#15b9f4, #087ca7) !important;
  color: #ffffff !important;
}
.cid-sA3LZj29Op .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
#custom-html-1x {
  /* Type valid CSS here */
  /*This is for the ticker*/
  /* OUTER CONTAINER */
  /* MIDDLE CONTAINER */
  /* INNER CONTAINER */
  /* ITEMS */
}
#custom-html-1x .tcontainer {
  width: 100%;
  overflow: hidden;
  /* Hide scroll bar */
}
#custom-html-1x .ticker-wrap {
  width: 100%;
  padding-left: 100%;
  /* Push contents to right side of screen */
  background-color: #041627;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-200%, 0, 0);
  }
}
#custom-html-1x .ticker-move {
  /* Basically move items from right side of screen to left in infinite loop */
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 17s;
}
#custom-html-1x .ticker-move:hover {
  animation-play-state: paused;
  /* Pause scroll on mouse hover */
}
#custom-html-1x .ticker-item {
  display: inline-block;
  /* Lay items in a horizontal line */
  padding: 0 2rem;
}
.cid-sA4hKtAB12 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #041627;
}
.cid-sA4hKtAB12 .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sA4hKtAB12 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sA4hKtAB12 .row {
    text-align: center;
  }
  .cid-sA4hKtAB12 .row > div {
    margin: auto;
  }
  .cid-sA4hKtAB12 .social-row {
    justify-content: center;
  }
}
.cid-sA4hKtAB12 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sA4hKtAB12 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sA4hKtAB12 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sA4hKtAB12 .list {
    margin-bottom: 0rem;
  }
}
.cid-sA4hKtAB12 .mbr-text {
  transition: .2s all;
}
.cid-sA4hKtAB12 .mbr-text:hover {
  color: #ff6666;
}
.cid-sA4hKtAB12 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #40b0bf;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-sA4hKtAB12 .soc-item:hover {
  background-color: #ff6666;
}
.cid-sA4hKtAB12 .mbr-iconfont {
  color: black;
}
.cid-sA4hKtAB12 .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-sA4hKtAB12 .flex {
    display: block;
  }
}
.cid-sA4hKtAB12 .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-sA4hKtAB12 .follow {
    margin-right: 0px;
  }
}
.cid-sA4hKtAB12 .footer-sotial {
  justify-content: space-between;
}
.cid-sA4hKtAB12 .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sA4hKtAB12 .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sA4hKtAB12 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sA4hKtAB12 .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-sA4hKtAB12 .item-wrap {
    text-align: center;
  }
}
.cid-sA4hKtAB12 H5 {
  color: #f7f7f7;
}
.cid-sA4hKtAB12 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sA4hKtAB12 .number {
  color: #ff6666;
  font-weight: bold;
}
.cid-sA4hKtAB12 .number:hover {
  color: #001aff;
}
.cid-sA4hKtAB12 .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-sA4hKtAB12 .social_out {
    display: block;
  }
}
.cid-sA4hKtAB12 .email {
  transition: .2s all;
}
.cid-sA4hKtAB12 .email:hover {
  color: #001aff;
}
.cid-sA4hKtAB12 .copyright {
  color: #000000;
  margin-top: 25px;
  width: 100%;
}
.cid-sA4hKtAB12 .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sA4hKtAB12 .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-sA4hKtAB12 .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sA4hKtAB12 .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-sA4hKtAB12 .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-sA4hKtAB12 .socicon {
  color: #fff;
}
.cid-sA4hKtAB12 .icons {
  width: 18px;
  height: 20px;
}
.cid-sA4hKtAB12 .href {
  padding-bottom: 1.5rem;
}
.cid-sAljzdHSHF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sAljzdHSHF .video-wrapper iframe {
  width: 100%;
}
.cid-sAljzdHSHF .mbr-section-title,
.cid-sAljzdHSHF .mbr-section-subtitle,
.cid-sAljzdHSHF .mbr-text {
  text-align: center;
}
.cid-sAli1jFYqF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sAli1jFYqF .row {
  flex-direction: row-reverse;
}
.cid-sAli1jFYqF .video-wrapper iframe {
  width: 100%;
}
.cid-sAli1jFYqF .mbr-section-title,
.cid-sAli1jFYqF .mbr-description {
  text-align: center;
}
.cid-sAli1jFYqF .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sAli1jFYqF .text-wrapper {
    padding: 2rem;
    padding-left: 4rem;
  }
}
.cid-sAli1jFYqF div {
  text-align: center;
}
.cid-sAIyxHQQKQ {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #041627;
}
.cid-sAIyxHQQKQ img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sAIyxHQQKQ .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sAIyxHQQKQ .link-wrapper .mbr-iconfont {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #ffffff;
}
.cid-sAIyxHQQKQ .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sAIyxHQQKQ .card-wrapper {
  background: #001aff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sAIyxHQQKQ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sAIyxHQQKQ .first:hover:before {
  content: none;
}
.cid-sAIyxHQQKQ .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(#001aff #ffffff);
  content: "";
}
.cid-sAIyxHQQKQ .last:hover:after {
  content: none;
}
.cid-sAIyxHQQKQ .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(#001aff #ffffff);
  content: "";
}
.cid-sAIyxHQQKQ .mbr-section-text {
  color: #ffffff;
}
.cid-sAIyxHQQKQ .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sAIyxHQQKQ .card .img-wrapper {
  overflow: hidden;
}
.cid-sAIyxHQQKQ .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sAIyxHQQKQ .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sAIyxHQQKQ .card:hover .card-wrapper {
  background: linear-gradient(#15b9f4, #087ca7) !important;
  color: #ffffff !important;
}
.cid-sAIyxHQQKQ .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
#custom-html-29 {
  /* Type valid CSS here */
  /*This is for the ticker*/
  /* OUTER CONTAINER */
  /* MIDDLE CONTAINER */
  /* INNER CONTAINER */
  /* ITEMS */
}
#custom-html-29 .tcontainer {
  width: 100%;
  overflow: hidden;
  /* Hide scroll bar */
}
#custom-html-29 .ticker-wrap {
  width: 100%;
  padding-left: 100%;
  /* Push contents to right side of screen */
  background-color: #041627;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-200%, 0, 0);
  }
}
#custom-html-29 .ticker-move {
  /* Basically move items from right side of screen to left in infinite loop */
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 17s;
}
#custom-html-29 .ticker-move:hover {
  animation-play-state: paused;
  /* Pause scroll on mouse hover */
}
#custom-html-29 .ticker-item {
  display: inline-block;
  /* Lay items in a horizontal line */
  padding: 0 2rem;
}
.cid-sAlhnJclw3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #041627;
}
.cid-sAlhnJclw3 .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sAlhnJclw3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sAlhnJclw3 .row {
    text-align: center;
  }
  .cid-sAlhnJclw3 .row > div {
    margin: auto;
  }
  .cid-sAlhnJclw3 .social-row {
    justify-content: center;
  }
}
.cid-sAlhnJclw3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sAlhnJclw3 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAlhnJclw3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sAlhnJclw3 .list {
    margin-bottom: 0rem;
  }
}
.cid-sAlhnJclw3 .mbr-text {
  transition: .2s all;
}
.cid-sAlhnJclw3 .mbr-text:hover {
  color: #ff6666;
}
.cid-sAlhnJclw3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #40b0bf;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-sAlhnJclw3 .soc-item:hover {
  background-color: #ff6666;
}
.cid-sAlhnJclw3 .mbr-iconfont {
  color: black;
}
.cid-sAlhnJclw3 .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-sAlhnJclw3 .flex {
    display: block;
  }
}
.cid-sAlhnJclw3 .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-sAlhnJclw3 .follow {
    margin-right: 0px;
  }
}
.cid-sAlhnJclw3 .footer-sotial {
  justify-content: space-between;
}
.cid-sAlhnJclw3 .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sAlhnJclw3 .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sAlhnJclw3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sAlhnJclw3 .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-sAlhnJclw3 .item-wrap {
    text-align: center;
  }
}
.cid-sAlhnJclw3 H5 {
  color: #f7f7f7;
}
.cid-sAlhnJclw3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sAlhnJclw3 .number {
  color: #ff6666;
  font-weight: bold;
}
.cid-sAlhnJclw3 .number:hover {
  color: #001aff;
}
.cid-sAlhnJclw3 .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-sAlhnJclw3 .social_out {
    display: block;
  }
}
.cid-sAlhnJclw3 .email {
  transition: .2s all;
}
.cid-sAlhnJclw3 .email:hover {
  color: #001aff;
}
.cid-sAlhnJclw3 .copyright {
  color: #000000;
  margin-top: 25px;
  width: 100%;
}
.cid-sAlhnJclw3 .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sAlhnJclw3 .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-sAlhnJclw3 .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sAlhnJclw3 .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-sAlhnJclw3 .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-sAlhnJclw3 .socicon {
  color: #fff;
}
.cid-sAlhnJclw3 .icons {
  width: 18px;
  height: 20px;
}
.cid-sAlhnJclw3 .href {
  padding-bottom: 1.5rem;
}
.cid-sACWShV1ch {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sACWShV1ch .dropdown-item:before {
  font-family: open sans !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sACWShV1ch .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sACWShV1ch .nav-item:focus,
.cid-sACWShV1ch .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sACWShV1ch .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sACWShV1ch .nav-item .nav-link:hover {
    position: relative;
  }
  .cid-sACWShV1ch .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sACWShV1ch .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sACWShV1ch .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sACWShV1ch .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sACWShV1ch .navbar {
  min-height: 120px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sACWShV1ch .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
}
.cid-sACWShV1ch .navbar.opened .mbr-overlay {
  transition: all 0.3s;
}
.cid-sACWShV1ch .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sACWShV1ch .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sACWShV1ch .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sACWShV1ch .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.show,
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sACWShV1ch .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sACWShV1ch .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sACWShV1ch .navbar.collapsed .right-menu,
.cid-sACWShV1ch .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch .navbar .navbar-collapse.show,
  .cid-sACWShV1ch .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sACWShV1ch .navbar .navbar-collapse.show .brand-container,
  .cid-sACWShV1ch .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sACWShV1ch .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sACWShV1ch .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sACWShV1ch .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sACWShV1ch .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sACWShV1ch .navbar .right-menu,
  .cid-sACWShV1ch .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sACWShV1ch .navbar.navbar-short {
  min-height: 60px;
}
.cid-sACWShV1ch .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sACWShV1ch .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sACWShV1ch .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sACWShV1ch .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sACWShV1ch .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sACWShV1ch .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sACWShV1ch .navbar-caption {
  font-weight: 400;
}
.cid-sACWShV1ch .dropdown-item.active,
.cid-sACWShV1ch .dropdown-item:active {
  background-color: transparent;
}
.cid-sACWShV1ch .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: open sans;
  font-weight: 700;
}
.cid-sACWShV1ch .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sACWShV1ch .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sACWShV1ch .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sACWShV1ch .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sACWShV1ch ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sACWShV1ch .navbar-buttons {
  margin-left: auto;
}
.cid-sACWShV1ch button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sACWShV1ch a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sACWShV1ch .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sACWShV1ch .right-menu,
.cid-sACWShV1ch .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sACWShV1ch .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sACWShV1ch .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sACWShV1ch .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sACWShV1ch .menu-top {
  text-align: center;
  width: 100%;
  padding: 0.5rem 0;
}
.cid-sACWShV1ch .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sACWShV1ch .card-wrapper {
  z-index: 3;
}
.cid-sACWShV1ch .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sACWShV1ch .nav-item .nav-link:hover::before {
    max-width: calc(100% + 2rem);
  }
}
.cid-sACWShV1ch ul li a {
  color: #ffffff;
}
.cid-sACWShV1ch ul li a:hover {
  color: red !important;
}
.cid-sACWShV1ch .ncol a {
  color: #100690 !important;
}
.cid-sACWShV1ch .navbg {
  background-color: #041627;
}
.cid-sACWShV1ch .navbg.scrolled {
  background-color: #FFFFFF !important;
}
.cid-sAlmnOUOY6 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sAIyCV72wd {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #041627;
}
.cid-sAIyCV72wd img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sAIyCV72wd .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sAIyCV72wd .link-wrapper .mbr-iconfont {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #ffffff;
}
.cid-sAIyCV72wd .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sAIyCV72wd .card-wrapper {
  background: #001aff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sAIyCV72wd .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sAIyCV72wd .first:hover:before {
  content: none;
}
.cid-sAIyCV72wd .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(#001aff #ffffff);
  content: "";
}
.cid-sAIyCV72wd .last:hover:after {
  content: none;
}
.cid-sAIyCV72wd .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(#001aff #ffffff);
  content: "";
}
.cid-sAIyCV72wd .mbr-section-text {
  color: #ffffff;
}
.cid-sAIyCV72wd .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sAIyCV72wd .card .img-wrapper {
  overflow: hidden;
}
.cid-sAIyCV72wd .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sAIyCV72wd .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sAIyCV72wd .card:hover .card-wrapper {
  background: linear-gradient(#15b9f4, #087ca7) !important;
  color: #ffffff !important;
}
.cid-sAIyCV72wd .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
#custom-html-2a {
  /* Type valid CSS here */
  /*This is for the ticker*/
  /* OUTER CONTAINER */
  /* MIDDLE CONTAINER */
  /* INNER CONTAINER */
  /* ITEMS */
}
#custom-html-2a .tcontainer {
  width: 100%;
  overflow: hidden;
  /* Hide scroll bar */
}
#custom-html-2a .ticker-wrap {
  width: 100%;
  padding-left: 100%;
  /* Push contents to right side of screen */
  background-color: #041627;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-200%, 0, 0);
  }
}
#custom-html-2a .ticker-move {
  /* Basically move items from right side of screen to left in infinite loop */
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 17s;
}
#custom-html-2a .ticker-move:hover {
  animation-play-state: paused;
  /* Pause scroll on mouse hover */
}
#custom-html-2a .ticker-item {
  display: inline-block;
  /* Lay items in a horizontal line */
  padding: 0 2rem;
}
.cid-sAllO7eGWR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #041627;
}
.cid-sAllO7eGWR .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sAllO7eGWR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sAllO7eGWR .row {
    text-align: center;
  }
  .cid-sAllO7eGWR .row > div {
    margin: auto;
  }
  .cid-sAllO7eGWR .social-row {
    justify-content: center;
  }
}
.cid-sAllO7eGWR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sAllO7eGWR .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAllO7eGWR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sAllO7eGWR .list {
    margin-bottom: 0rem;
  }
}
.cid-sAllO7eGWR .mbr-text {
  transition: .2s all;
}
.cid-sAllO7eGWR .mbr-text:hover {
  color: #ff6666;
}
.cid-sAllO7eGWR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #40b0bf;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-sAllO7eGWR .soc-item:hover {
  background-color: #ff6666;
}
.cid-sAllO7eGWR .mbr-iconfont {
  color: black;
}
.cid-sAllO7eGWR .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-sAllO7eGWR .flex {
    display: block;
  }
}
.cid-sAllO7eGWR .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-sAllO7eGWR .follow {
    margin-right: 0px;
  }
}
.cid-sAllO7eGWR .footer-sotial {
  justify-content: space-between;
}
.cid-sAllO7eGWR .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sAllO7eGWR .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sAllO7eGWR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sAllO7eGWR .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-sAllO7eGWR .item-wrap {
    text-align: center;
  }
}
.cid-sAllO7eGWR H5 {
  color: #f7f7f7;
}
.cid-sAllO7eGWR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sAllO7eGWR .number {
  color: #ff6666;
  font-weight: bold;
}
.cid-sAllO7eGWR .number:hover {
  color: #001aff;
}
.cid-sAllO7eGWR .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-sAllO7eGWR .social_out {
    display: block;
  }
}
.cid-sAllO7eGWR .email {
  transition: .2s all;
}
.cid-sAllO7eGWR .email:hover {
  color: #001aff;
}
.cid-sAllO7eGWR .copyright {
  color: #000000;
  margin-top: 25px;
  width: 100%;
}
.cid-sAllO7eGWR .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sAllO7eGWR .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-sAllO7eGWR .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sAllO7eGWR .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-sAllO7eGWR .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-sAllO7eGWR .socicon {
  color: #fff;
}
.cid-sAllO7eGWR .icons {
  width: 18px;
  height: 20px;
}
.cid-sAllO7eGWR .href {
  padding-bottom: 1.5rem;
}
.cid-sACWShV1ch {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sACWShV1ch .dropdown-item:before {
  font-family: open sans !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sACWShV1ch .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sACWShV1ch .nav-item:focus,
.cid-sACWShV1ch .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sACWShV1ch .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sACWShV1ch .nav-item .nav-link:hover {
    position: relative;
  }
  .cid-sACWShV1ch .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sACWShV1ch .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sACWShV1ch .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sACWShV1ch .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sACWShV1ch .navbar {
  min-height: 120px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sACWShV1ch .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
}
.cid-sACWShV1ch .navbar.opened .mbr-overlay {
  transition: all 0.3s;
}
.cid-sACWShV1ch .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sACWShV1ch .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sACWShV1ch .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sACWShV1ch .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.show,
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sACWShV1ch .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sACWShV1ch .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sACWShV1ch .navbar.collapsed .right-menu,
.cid-sACWShV1ch .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch .navbar .navbar-collapse.show,
  .cid-sACWShV1ch .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sACWShV1ch .navbar .navbar-collapse.show .brand-container,
  .cid-sACWShV1ch .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sACWShV1ch .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sACWShV1ch .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sACWShV1ch .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sACWShV1ch .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sACWShV1ch .navbar .right-menu,
  .cid-sACWShV1ch .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sACWShV1ch .navbar.navbar-short {
  min-height: 60px;
}
.cid-sACWShV1ch .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sACWShV1ch .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sACWShV1ch .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sACWShV1ch .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sACWShV1ch .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sACWShV1ch .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sACWShV1ch .navbar-caption {
  font-weight: 400;
}
.cid-sACWShV1ch .dropdown-item.active,
.cid-sACWShV1ch .dropdown-item:active {
  background-color: transparent;
}
.cid-sACWShV1ch .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: open sans;
  font-weight: 700;
}
.cid-sACWShV1ch .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sACWShV1ch .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sACWShV1ch .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sACWShV1ch .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sACWShV1ch ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sACWShV1ch .navbar-buttons {
  margin-left: auto;
}
.cid-sACWShV1ch button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sACWShV1ch a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sACWShV1ch .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sACWShV1ch .right-menu,
.cid-sACWShV1ch .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sACWShV1ch .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sACWShV1ch .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sACWShV1ch .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sACWShV1ch .menu-top {
  text-align: center;
  width: 100%;
  padding: 0.5rem 0;
}
.cid-sACWShV1ch .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sACWShV1ch .card-wrapper {
  z-index: 3;
}
.cid-sACWShV1ch .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sACWShV1ch .nav-item .nav-link:hover::before {
    max-width: calc(100% + 2rem);
  }
}
.cid-sACWShV1ch ul li a {
  color: #ffffff;
}
.cid-sACWShV1ch ul li a:hover {
  color: red !important;
}
.cid-sACWShV1ch .ncol a {
  color: #100690 !important;
}
.cid-sACWShV1ch .navbg {
  background-color: #041627;
}
.cid-sACWShV1ch .navbg.scrolled {
  background-color: #FFFFFF !important;
}
.cid-sAlnLwAbag {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sAIyJZuzPd {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #041627;
}
.cid-sAIyJZuzPd img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sAIyJZuzPd .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sAIyJZuzPd .link-wrapper .mbr-iconfont {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #ffffff;
}
.cid-sAIyJZuzPd .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sAIyJZuzPd .card-wrapper {
  background: #001aff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sAIyJZuzPd .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sAIyJZuzPd .first:hover:before {
  content: none;
}
.cid-sAIyJZuzPd .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(#001aff #ffffff);
  content: "";
}
.cid-sAIyJZuzPd .last:hover:after {
  content: none;
}
.cid-sAIyJZuzPd .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(#001aff #ffffff);
  content: "";
}
.cid-sAIyJZuzPd .mbr-section-text {
  color: #ffffff;
}
.cid-sAIyJZuzPd .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sAIyJZuzPd .card .img-wrapper {
  overflow: hidden;
}
.cid-sAIyJZuzPd .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sAIyJZuzPd .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sAIyJZuzPd .card:hover .card-wrapper {
  background: linear-gradient(#15b9f4, #087ca7) !important;
  color: #ffffff !important;
}
.cid-sAIyJZuzPd .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
#custom-html-2b {
  /* Type valid CSS here */
  /*This is for the ticker*/
  /* OUTER CONTAINER */
  /* MIDDLE CONTAINER */
  /* INNER CONTAINER */
  /* ITEMS */
}
#custom-html-2b .tcontainer {
  width: 100%;
  overflow: hidden;
  /* Hide scroll bar */
}
#custom-html-2b .ticker-wrap {
  width: 100%;
  padding-left: 100%;
  /* Push contents to right side of screen */
  background-color: #041627;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-200%, 0, 0);
  }
}
#custom-html-2b .ticker-move {
  /* Basically move items from right side of screen to left in infinite loop */
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 17s;
}
#custom-html-2b .ticker-move:hover {
  animation-play-state: paused;
  /* Pause scroll on mouse hover */
}
#custom-html-2b .ticker-item {
  display: inline-block;
  /* Lay items in a horizontal line */
  padding: 0 2rem;
}
.cid-sAlnLxJeZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #041627;
}
.cid-sAlnLxJeZi .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sAlnLxJeZi .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sAlnLxJeZi .row {
    text-align: center;
  }
  .cid-sAlnLxJeZi .row > div {
    margin: auto;
  }
  .cid-sAlnLxJeZi .social-row {
    justify-content: center;
  }
}
.cid-sAlnLxJeZi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sAlnLxJeZi .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAlnLxJeZi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sAlnLxJeZi .list {
    margin-bottom: 0rem;
  }
}
.cid-sAlnLxJeZi .mbr-text {
  transition: .2s all;
}
.cid-sAlnLxJeZi .mbr-text:hover {
  color: #ff6666;
}
.cid-sAlnLxJeZi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #40b0bf;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-sAlnLxJeZi .soc-item:hover {
  background-color: #ff6666;
}
.cid-sAlnLxJeZi .mbr-iconfont {
  color: black;
}
.cid-sAlnLxJeZi .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-sAlnLxJeZi .flex {
    display: block;
  }
}
.cid-sAlnLxJeZi .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-sAlnLxJeZi .follow {
    margin-right: 0px;
  }
}
.cid-sAlnLxJeZi .footer-sotial {
  justify-content: space-between;
}
.cid-sAlnLxJeZi .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sAlnLxJeZi .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sAlnLxJeZi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sAlnLxJeZi .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-sAlnLxJeZi .item-wrap {
    text-align: center;
  }
}
.cid-sAlnLxJeZi H5 {
  color: #f7f7f7;
}
.cid-sAlnLxJeZi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sAlnLxJeZi .number {
  color: #ff6666;
  font-weight: bold;
}
.cid-sAlnLxJeZi .number:hover {
  color: #001aff;
}
.cid-sAlnLxJeZi .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-sAlnLxJeZi .social_out {
    display: block;
  }
}
.cid-sAlnLxJeZi .email {
  transition: .2s all;
}
.cid-sAlnLxJeZi .email:hover {
  color: #001aff;
}
.cid-sAlnLxJeZi .copyright {
  color: #000000;
  margin-top: 25px;
  width: 100%;
}
.cid-sAlnLxJeZi .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sAlnLxJeZi .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-sAlnLxJeZi .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sAlnLxJeZi .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-sAlnLxJeZi .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-sAlnLxJeZi .socicon {
  color: #fff;
}
.cid-sAlnLxJeZi .icons {
  width: 18px;
  height: 20px;
}
.cid-sAlnLxJeZi .href {
  padding-bottom: 1.5rem;
}
.cid-sACWShV1ch {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sACWShV1ch .dropdown-item:before {
  font-family: open sans !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sACWShV1ch .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sACWShV1ch .nav-item:focus,
.cid-sACWShV1ch .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sACWShV1ch .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sACWShV1ch .nav-item .nav-link:hover {
    position: relative;
  }
  .cid-sACWShV1ch .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sACWShV1ch .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sACWShV1ch .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sACWShV1ch .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sACWShV1ch .navbar {
  min-height: 120px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sACWShV1ch .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
}
.cid-sACWShV1ch .navbar.opened .mbr-overlay {
  transition: all 0.3s;
}
.cid-sACWShV1ch .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sACWShV1ch .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sACWShV1ch .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sACWShV1ch .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.show,
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sACWShV1ch .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sACWShV1ch .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sACWShV1ch .navbar.collapsed .right-menu,
.cid-sACWShV1ch .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch .navbar .navbar-collapse.show,
  .cid-sACWShV1ch .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sACWShV1ch .navbar .navbar-collapse.show .brand-container,
  .cid-sACWShV1ch .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sACWShV1ch .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sACWShV1ch .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sACWShV1ch .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sACWShV1ch .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sACWShV1ch .navbar .right-menu,
  .cid-sACWShV1ch .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sACWShV1ch .navbar.navbar-short {
  min-height: 60px;
}
.cid-sACWShV1ch .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sACWShV1ch .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sACWShV1ch .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sACWShV1ch .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sACWShV1ch .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sACWShV1ch .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sACWShV1ch .navbar-caption {
  font-weight: 400;
}
.cid-sACWShV1ch .dropdown-item.active,
.cid-sACWShV1ch .dropdown-item:active {
  background-color: transparent;
}
.cid-sACWShV1ch .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: open sans;
  font-weight: 700;
}
.cid-sACWShV1ch .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sACWShV1ch .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sACWShV1ch .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sACWShV1ch .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sACWShV1ch ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sACWShV1ch .navbar-buttons {
  margin-left: auto;
}
.cid-sACWShV1ch button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sACWShV1ch a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sACWShV1ch .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sACWShV1ch .right-menu,
.cid-sACWShV1ch .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sACWShV1ch .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sACWShV1ch .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sACWShV1ch .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sACWShV1ch .menu-top {
  text-align: center;
  width: 100%;
  padding: 0.5rem 0;
}
.cid-sACWShV1ch .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sACWShV1ch .card-wrapper {
  z-index: 3;
}
.cid-sACWShV1ch .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sACWShV1ch .nav-item .nav-link:hover::before {
    max-width: calc(100% + 2rem);
  }
}
.cid-sACWShV1ch ul li a {
  color: #ffffff;
}
.cid-sACWShV1ch ul li a:hover {
  color: red !important;
}
.cid-sACWShV1ch .ncol a {
  color: #100690 !important;
}
.cid-sACWShV1ch .navbg {
  background-color: #041627;
}
.cid-sACWShV1ch .navbg.scrolled {
  background-color: #FFFFFF !important;
}
.cid-sAIkhh7Jg4 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/02.jpg");
}
.cid-sAIkhh7Jg4 .container-fluid {
  padding: 0 3rem;
}
.cid-sAIkhh7Jg4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #001aff 50%, #ff6666 120%);
  display: inline-block;
}
.cid-sAIkhh7Jg4 .mbr-section-title {
  color: #000000;
}
.cid-sAIkhh7Jg4 .mbr-section-subtitle {
  color: #000000;
}
.cid-sAIkhh7Jg4 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sAIkhh7Jg4 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sAIkhh7Jg4 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sAIkhh7Jg4 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sAIkhh7Jg4 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sAIkhh7Jg4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sAIkhh7Jg4 .card .card-header a.panel-title:hover .sign {
  background-color: #0723e0 !important;
}
.cid-sAIkhh7Jg4 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #deb70e;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-sAIkhh7Jg4 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sAIkhh7Jg4 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sAIkhh7Jg4 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sAIkhh7Jg4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sAIkhh7Jg4 .header-text {
    padding: 1rem !important;
  }
  .cid-sAIkhh7Jg4 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sAIkhh7Jg4 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sAIkhh7Jg4 .panel-group {
    padding: 0;
  }
}
.cid-sAIkhh7Jg4 .header-text,
.cid-sAIkhh7Jg4 .sign {
  text-align: left;
}
.cid-sAIkhh7Jg4 .mbr-section-title,
.cid-sAIkhh7Jg4 .underline {
  color: #ffffff;
}
.cid-sAIyPKuWpT {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #041627;
}
.cid-sAIyPKuWpT img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sAIyPKuWpT .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sAIyPKuWpT .link-wrapper .mbr-iconfont {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #ffffff;
}
.cid-sAIyPKuWpT .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sAIyPKuWpT .card-wrapper {
  background: #001aff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sAIyPKuWpT .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sAIyPKuWpT .first:hover:before {
  content: none;
}
.cid-sAIyPKuWpT .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(#001aff #ffffff);
  content: "";
}
.cid-sAIyPKuWpT .last:hover:after {
  content: none;
}
.cid-sAIyPKuWpT .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(#001aff #ffffff);
  content: "";
}
.cid-sAIyPKuWpT .mbr-section-text {
  color: #ffffff;
}
.cid-sAIyPKuWpT .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sAIyPKuWpT .card .img-wrapper {
  overflow: hidden;
}
.cid-sAIyPKuWpT .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sAIyPKuWpT .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sAIyPKuWpT .card:hover .card-wrapper {
  background: linear-gradient(#15b9f4, #087ca7) !important;
  color: #ffffff !important;
}
.cid-sAIyPKuWpT .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
#custom-html-2c {
  /* Type valid CSS here */
  /*This is for the ticker*/
  /* OUTER CONTAINER */
  /* MIDDLE CONTAINER */
  /* INNER CONTAINER */
  /* ITEMS */
}
#custom-html-2c .tcontainer {
  width: 100%;
  overflow: hidden;
  /* Hide scroll bar */
}
#custom-html-2c .ticker-wrap {
  width: 100%;
  padding-left: 100%;
  /* Push contents to right side of screen */
  background-color: #041627;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-200%, 0, 0);
  }
}
#custom-html-2c .ticker-move {
  /* Basically move items from right side of screen to left in infinite loop */
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 17s;
}
#custom-html-2c .ticker-move:hover {
  animation-play-state: paused;
  /* Pause scroll on mouse hover */
}
#custom-html-2c .ticker-item {
  display: inline-block;
  /* Lay items in a horizontal line */
  padding: 0 2rem;
}
.cid-sAlowzoIUc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #041627;
}
.cid-sAlowzoIUc .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sAlowzoIUc .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sAlowzoIUc .row {
    text-align: center;
  }
  .cid-sAlowzoIUc .row > div {
    margin: auto;
  }
  .cid-sAlowzoIUc .social-row {
    justify-content: center;
  }
}
.cid-sAlowzoIUc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sAlowzoIUc .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAlowzoIUc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sAlowzoIUc .list {
    margin-bottom: 0rem;
  }
}
.cid-sAlowzoIUc .mbr-text {
  transition: .2s all;
}
.cid-sAlowzoIUc .mbr-text:hover {
  color: #ff6666;
}
.cid-sAlowzoIUc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #40b0bf;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-sAlowzoIUc .soc-item:hover {
  background-color: #ff6666;
}
.cid-sAlowzoIUc .mbr-iconfont {
  color: black;
}
.cid-sAlowzoIUc .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-sAlowzoIUc .flex {
    display: block;
  }
}
.cid-sAlowzoIUc .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-sAlowzoIUc .follow {
    margin-right: 0px;
  }
}
.cid-sAlowzoIUc .footer-sotial {
  justify-content: space-between;
}
.cid-sAlowzoIUc .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sAlowzoIUc .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sAlowzoIUc div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sAlowzoIUc .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-sAlowzoIUc .item-wrap {
    text-align: center;
  }
}
.cid-sAlowzoIUc H5 {
  color: #f7f7f7;
}
.cid-sAlowzoIUc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sAlowzoIUc .number {
  color: #ff6666;
  font-weight: bold;
}
.cid-sAlowzoIUc .number:hover {
  color: #001aff;
}
.cid-sAlowzoIUc .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-sAlowzoIUc .social_out {
    display: block;
  }
}
.cid-sAlowzoIUc .email {
  transition: .2s all;
}
.cid-sAlowzoIUc .email:hover {
  color: #001aff;
}
.cid-sAlowzoIUc .copyright {
  color: #000000;
  margin-top: 25px;
  width: 100%;
}
.cid-sAlowzoIUc .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sAlowzoIUc .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-sAlowzoIUc .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sAlowzoIUc .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-sAlowzoIUc .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-sAlowzoIUc .socicon {
  color: #fff;
}
.cid-sAlowzoIUc .icons {
  width: 18px;
  height: 20px;
}
.cid-sAlowzoIUc .href {
  padding-bottom: 1.5rem;
}
.cid-sACWShV1ch {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sACWShV1ch .dropdown-item:before {
  font-family: open sans !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sACWShV1ch .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sACWShV1ch .nav-item:focus,
.cid-sACWShV1ch .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sACWShV1ch .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sACWShV1ch .nav-item .nav-link:hover {
    position: relative;
  }
  .cid-sACWShV1ch .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sACWShV1ch .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sACWShV1ch .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sACWShV1ch .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sACWShV1ch .navbar {
  min-height: 120px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sACWShV1ch .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
}
.cid-sACWShV1ch .navbar.opened .mbr-overlay {
  transition: all 0.3s;
}
.cid-sACWShV1ch .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sACWShV1ch .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sACWShV1ch .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sACWShV1ch .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.show,
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sACWShV1ch .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sACWShV1ch .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sACWShV1ch .navbar.collapsed .right-menu,
.cid-sACWShV1ch .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch .navbar .navbar-collapse.show,
  .cid-sACWShV1ch .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sACWShV1ch .navbar .navbar-collapse.show .brand-container,
  .cid-sACWShV1ch .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sACWShV1ch .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sACWShV1ch .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sACWShV1ch .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sACWShV1ch .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sACWShV1ch .navbar .right-menu,
  .cid-sACWShV1ch .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sACWShV1ch .navbar.navbar-short {
  min-height: 60px;
}
.cid-sACWShV1ch .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sACWShV1ch .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sACWShV1ch .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sACWShV1ch .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sACWShV1ch .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sACWShV1ch .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sACWShV1ch .navbar-caption {
  font-weight: 400;
}
.cid-sACWShV1ch .dropdown-item.active,
.cid-sACWShV1ch .dropdown-item:active {
  background-color: transparent;
}
.cid-sACWShV1ch .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: open sans;
  font-weight: 700;
}
.cid-sACWShV1ch .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sACWShV1ch .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sACWShV1ch .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sACWShV1ch .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sACWShV1ch ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sACWShV1ch .navbar-buttons {
  margin-left: auto;
}
.cid-sACWShV1ch button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sACWShV1ch a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sACWShV1ch .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sACWShV1ch .right-menu,
.cid-sACWShV1ch .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sACWShV1ch .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sACWShV1ch .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sACWShV1ch .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sACWShV1ch .menu-top {
  text-align: center;
  width: 100%;
  padding: 0.5rem 0;
}
.cid-sACWShV1ch .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sACWShV1ch .card-wrapper {
  z-index: 3;
}
.cid-sACWShV1ch .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sACWShV1ch .nav-item .nav-link:hover::before {
    max-width: calc(100% + 2rem);
  }
}
.cid-sACWShV1ch ul li a {
  color: #ffffff;
}
.cid-sACWShV1ch ul li a:hover {
  color: red !important;
}
.cid-sACWShV1ch .ncol a {
  color: #100690 !important;
}
.cid-sACWShV1ch .navbg {
  background-color: #041627;
}
.cid-sACWShV1ch .navbg.scrolled {
  background-color: #FFFFFF !important;
}
.cid-sAZA4zgNEy {
  padding-top: 60px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/clients2-4-1024x771.png");
}
.cid-sAZA4zgNEy .container {
  overflow: hidden;
}
.cid-sAZA4zgNEy .container .carousel.slide {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 60px 30px 40px;
  overflow: hidden;
  margin-top: 50px;
}
.cid-sAZA4zgNEy .container .carousel.slide .carousel-indicators {
  bottom: 80px;
  right: -40px;
  left: unset;
  margin-bottom: 0rem;
}
.cid-sAZA4zgNEy .container .carousel.slide .carousel-indicators li {
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: 3px;
  background: #ffffff;
  border: 1px solid #e5e8ef;
  border-radius: 50%;
  opacity: 1;
}
.cid-sAZA4zgNEy .container .carousel.slide .carousel-indicators .active {
  border: 1px solid #e5e8ef;
  background: #001aff;
}
.cid-sAZA4zgNEy .container .carousel.slide .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sAZA4zgNEy .container .carousel.slide .carousel-item .user_text {
  position: relative;
  color: #6d7a8c;
}
.cid-sAZA4zgNEy .container .carousel.slide .carousel-item .user_text p.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-sAZA4zgNEy .container .carousel.slide .carousel-item .user_image {
  overflow: hidden;
  display: flex;
  padding-top: 25px;
}
.cid-sAZA4zgNEy .container .carousel.slide .carousel-item .user_image .user_image_inner {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.cid-sAZA4zgNEy .container .carousel.slide .carousel-item .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}
.cid-sAZA4zgNEy .container .carousel.slide .carousel-item .user_image .user_info {
  margin-left: 20px;
  align-self: center;
}
.cid-sAZA4zgNEy .container .carousel.slide .carousel-item .user_image .user_info .user_name {
  text-align: left;
  color: #130947;
  padding-bottom: 5px;
}
.cid-sAZA4zgNEy .container .carousel.slide .carousel-item .user_image .user_info .user_name.display-7 {
  letter-spacing: -0.5px;
  line-height: 1.3;
}
.cid-sAZA4zgNEy .container .carousel.slide .carousel-item .user_image .user_info .user_desk {
  text-align: left;
  font-style: italic;
  font-weight: 300;
  color: #6d7a8c;
}
.cid-sAZA4zgNEy .container .carousel.slide .carousel-item .user_image .user_info .user_desk.display-4 {
  font-size: 13px;
  line-height: 1.5;
}
.cid-sAZA4zgNEy .container .carousel.slide .carousel-item.active,
.cid-sAZA4zgNEy .container .carousel.slide .carousel-item-next,
.cid-sAZA4zgNEy .container .carousel.slide .carousel-item-prev {
  display: flex;
}
.cid-sAZA4zgNEy .container .carousel.slide .carousel-controls a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-sAZA4zgNEy .container .carousel.slide .carousel-controls a:hover span,
.cid-sAZA4zgNEy .container .carousel.slide .carousel-controls a:focus span {
  opacity: 1;
}
.cid-sAZA4zgNEy .container .carousel.slide .carousel-controls .carousel-control-prev {
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  align-items: flex-end;
  opacity: 0.3;
}
.cid-sAZA4zgNEy .container .carousel.slide .carousel-controls .carousel-control-next {
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  align-items: flex-end;
  opacity: 0.3;
}
.cid-sAZA4zgNEy .ico1 {
  background-color: #001aff;
  color: #ffffff;
  border-radius: 50%;
  padding: 22px;
  font-size: 2.5rem;
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 70px;
  width: 85px;
  height: 85px;
  text-align: center;
  line-height: normal;
}
@media (max-width: 768px) {
  .cid-sAZA4zgNEy .carousel-controls {
    display: none;
  }
  .cid-sAZA4zgNEy .carousel-indicators {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sAZA4zgNEy .mbr-section-title,
  .cid-sAZA4zgNEy .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sAZA4zgNEy .user_text,
  .cid-sAZA4zgNEy .user_name,
  .cid-sAZA4zgNEy .user_desk {
    text-align: center !important;
  }
  .cid-sAZA4zgNEy .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .cid-sAZA4zgNEy .carousel-control-prev span {
    right: -1rem;
  }
  .cid-sAZA4zgNEy .carousel-control-next span {
    left: -1rem;
  }
  .cid-sAZA4zgNEy .user-text {
    padding-right: 2rem;
  }
  .cid-sAZA4zgNEy .carousel-control-prev,
  .cid-sAZA4zgNEy .carousel-control-next {
    -webkit-box-align: center;
    align-items: center;
  }
}
.cid-sAZA4zgNEy .ico-line {
  color: #ffaa01;
  display: flex;
}
.cid-sAZA4zgNEy .carousel {
  min-height: 600px;
}
.cid-sAZo2AMYbV {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #041627;
}
.cid-sAZo2AMYbV img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sAZo2AMYbV .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sAZo2AMYbV .link-wrapper .mbr-iconfont {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #ffffff;
}
.cid-sAZo2AMYbV .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sAZo2AMYbV .card-wrapper {
  background: #001aff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sAZo2AMYbV .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sAZo2AMYbV .first:hover:before {
  content: none;
}
.cid-sAZo2AMYbV .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(#001aff #ffffff);
  content: "";
}
.cid-sAZo2AMYbV .last:hover:after {
  content: none;
}
.cid-sAZo2AMYbV .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(#001aff #ffffff);
  content: "";
}
.cid-sAZo2AMYbV .mbr-section-text {
  color: #ffffff;
}
.cid-sAZo2AMYbV .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sAZo2AMYbV .card .img-wrapper {
  overflow: hidden;
}
.cid-sAZo2AMYbV .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sAZo2AMYbV .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sAZo2AMYbV .card:hover .card-wrapper {
  background: linear-gradient(#15b9f4, #087ca7) !important;
  color: #ffffff !important;
}
.cid-sAZo2AMYbV .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
#custom-html-3g {
  /* Type valid CSS here */
  /*This is for the ticker*/
  /* OUTER CONTAINER */
  /* MIDDLE CONTAINER */
  /* INNER CONTAINER */
  /* ITEMS */
}
#custom-html-3g .tcontainer {
  width: 100%;
  overflow: hidden;
  /* Hide scroll bar */
}
#custom-html-3g .ticker-wrap {
  width: 100%;
  padding-left: 100%;
  /* Push contents to right side of screen */
  background-color: #041627;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-200%, 0, 0);
  }
}
#custom-html-3g .ticker-move {
  /* Basically move items from right side of screen to left in infinite loop */
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 17s;
}
#custom-html-3g .ticker-move:hover {
  animation-play-state: paused;
  /* Pause scroll on mouse hover */
}
#custom-html-3g .ticker-item {
  display: inline-block;
  /* Lay items in a horizontal line */
  padding: 0 2rem;
}
.cid-sAZo2Bf2NT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #041627;
}
.cid-sAZo2Bf2NT .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sAZo2Bf2NT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sAZo2Bf2NT .row {
    text-align: center;
  }
  .cid-sAZo2Bf2NT .row > div {
    margin: auto;
  }
  .cid-sAZo2Bf2NT .social-row {
    justify-content: center;
  }
}
.cid-sAZo2Bf2NT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sAZo2Bf2NT .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sAZo2Bf2NT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sAZo2Bf2NT .list {
    margin-bottom: 0rem;
  }
}
.cid-sAZo2Bf2NT .mbr-text {
  transition: .2s all;
}
.cid-sAZo2Bf2NT .mbr-text:hover {
  color: #ff6666;
}
.cid-sAZo2Bf2NT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #40b0bf;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-sAZo2Bf2NT .soc-item:hover {
  background-color: #ff6666;
}
.cid-sAZo2Bf2NT .mbr-iconfont {
  color: black;
}
.cid-sAZo2Bf2NT .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-sAZo2Bf2NT .flex {
    display: block;
  }
}
.cid-sAZo2Bf2NT .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-sAZo2Bf2NT .follow {
    margin-right: 0px;
  }
}
.cid-sAZo2Bf2NT .footer-sotial {
  justify-content: space-between;
}
.cid-sAZo2Bf2NT .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sAZo2Bf2NT .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sAZo2Bf2NT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sAZo2Bf2NT .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-sAZo2Bf2NT .item-wrap {
    text-align: center;
  }
}
.cid-sAZo2Bf2NT H5 {
  color: #f7f7f7;
}
.cid-sAZo2Bf2NT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sAZo2Bf2NT .number {
  color: #ff6666;
  font-weight: bold;
}
.cid-sAZo2Bf2NT .number:hover {
  color: #001aff;
}
.cid-sAZo2Bf2NT .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-sAZo2Bf2NT .social_out {
    display: block;
  }
}
.cid-sAZo2Bf2NT .email {
  transition: .2s all;
}
.cid-sAZo2Bf2NT .email:hover {
  color: #001aff;
}
.cid-sAZo2Bf2NT .copyright {
  color: #000000;
  margin-top: 25px;
  width: 100%;
}
.cid-sAZo2Bf2NT .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sAZo2Bf2NT .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-sAZo2Bf2NT .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sAZo2Bf2NT .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-sAZo2Bf2NT .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-sAZo2Bf2NT .socicon {
  color: #fff;
}
.cid-sAZo2Bf2NT .icons {
  width: 18px;
  height: 20px;
}
.cid-sAZo2Bf2NT .href {
  padding-bottom: 1.5rem;
}
.cid-sAZo2BCvv8 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sAZo2BCvv8 .dropdown-item:before {
  font-family: open sans !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAZo2BCvv8 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sAZo2BCvv8 .nav-item:focus,
.cid-sAZo2BCvv8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sAZo2BCvv8 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sAZo2BCvv8 .nav-item .nav-link:hover {
    position: relative;
  }
  .cid-sAZo2BCvv8 .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sAZo2BCvv8 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAZo2BCvv8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAZo2BCvv8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAZo2BCvv8 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sAZo2BCvv8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sAZo2BCvv8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sAZo2BCvv8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sAZo2BCvv8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sAZo2BCvv8 .navbar {
  min-height: 120px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sAZo2BCvv8 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
}
.cid-sAZo2BCvv8 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
}
.cid-sAZo2BCvv8 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sAZo2BCvv8 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sAZo2BCvv8 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sAZo2BCvv8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sAZo2BCvv8 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sAZo2BCvv8 .navbar.collapsed .navbar-collapse.show,
.cid-sAZo2BCvv8 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sAZo2BCvv8 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sAZo2BCvv8 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sAZo2BCvv8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sAZo2BCvv8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sAZo2BCvv8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sAZo2BCvv8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sAZo2BCvv8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sAZo2BCvv8 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sAZo2BCvv8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sAZo2BCvv8 .navbar.collapsed .right-menu,
.cid-sAZo2BCvv8 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sAZo2BCvv8 .navbar .navbar-collapse.show,
  .cid-sAZo2BCvv8 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sAZo2BCvv8 .navbar .navbar-collapse.show .brand-container,
  .cid-sAZo2BCvv8 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sAZo2BCvv8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sAZo2BCvv8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sAZo2BCvv8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sAZo2BCvv8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sAZo2BCvv8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sAZo2BCvv8 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sAZo2BCvv8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sAZo2BCvv8 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sAZo2BCvv8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sAZo2BCvv8 .navbar .right-menu,
  .cid-sAZo2BCvv8 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sAZo2BCvv8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sAZo2BCvv8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sAZo2BCvv8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sAZo2BCvv8 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sAZo2BCvv8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sAZo2BCvv8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sAZo2BCvv8 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sAZo2BCvv8 .navbar-caption {
  font-weight: 400;
}
.cid-sAZo2BCvv8 .dropdown-item.active,
.cid-sAZo2BCvv8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sAZo2BCvv8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: open sans;
  font-weight: 700;
}
.cid-sAZo2BCvv8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sAZo2BCvv8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sAZo2BCvv8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sAZo2BCvv8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAZo2BCvv8 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sAZo2BCvv8 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sAZo2BCvv8 .navbar-buttons {
  margin-left: auto;
}
.cid-sAZo2BCvv8 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAZo2BCvv8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sAZo2BCvv8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sAZo2BCvv8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAZo2BCvv8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sAZo2BCvv8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sAZo2BCvv8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAZo2BCvv8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sAZo2BCvv8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sAZo2BCvv8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sAZo2BCvv8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sAZo2BCvv8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sAZo2BCvv8 .right-menu,
.cid-sAZo2BCvv8 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sAZo2BCvv8 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sAZo2BCvv8 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sAZo2BCvv8 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sAZo2BCvv8 .menu-top {
  text-align: center;
  width: 100%;
  padding: 0.5rem 0;
}
.cid-sAZo2BCvv8 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sAZo2BCvv8 .card-wrapper {
  z-index: 3;
}
.cid-sAZo2BCvv8 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sAZo2BCvv8 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sAZo2BCvv8 .nav-item .nav-link:hover::before {
    max-width: calc(100% + 2rem);
  }
}
.cid-sAZo2BCvv8 ul li a {
  color: #ffffff;
}
.cid-sAZo2BCvv8 ul li a:hover {
  color: red !important;
}
.cid-sAZo2BCvv8 .ncol a {
  color: #100690 !important;
}
.cid-sAZo2BCvv8 .navbg {
  background-color: #041627;
}
.cid-sAZo2BCvv8 .navbg.scrolled {
  background-color: #FFFFFF !important;
}
.cid-sB5wDGQT5w {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sB5wDGQT5w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sB5wDGQT5w .row {
  flex-direction: row-reverse;
}
.cid-sB5wDGQT5w img {
  width: 100%;
}
.cid-sB51D8EaYn {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
}
.cid-sB51D8EaYn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sB51D8EaYn H4 {
  color: #001aff;
  text-align: center;
}
.cid-sB51D8EaYn .wrapper {
  display: flex;
}
.cid-sB51D8EaYn .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #001aff;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sB51D8EaYn .wrapper {
    flex-direction: column;
  }
  .cid-sB51D8EaYn .iconfont-wrapper {
    margin: auto;
  }
  .cid-sB51D8EaYn .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sB51D8EaYn .mbr-section-title {
  color: #004cd5;
  text-align: center;
}
.cid-sB51qpAXEs {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #041627;
}
.cid-sB51qpAXEs img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sB51qpAXEs .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sB51qpAXEs .link-wrapper .mbr-iconfont {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #ffffff;
}
.cid-sB51qpAXEs .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sB51qpAXEs .card-wrapper {
  background: #001aff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sB51qpAXEs .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sB51qpAXEs .first:hover:before {
  content: none;
}
.cid-sB51qpAXEs .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(#001aff #ffffff);
  content: "";
}
.cid-sB51qpAXEs .last:hover:after {
  content: none;
}
.cid-sB51qpAXEs .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(#001aff #ffffff);
  content: "";
}
.cid-sB51qpAXEs .mbr-section-text {
  color: #ffffff;
}
.cid-sB51qpAXEs .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sB51qpAXEs .card .img-wrapper {
  overflow: hidden;
}
.cid-sB51qpAXEs .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sB51qpAXEs .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sB51qpAXEs .card:hover .card-wrapper {
  background: linear-gradient(#15b9f4, #087ca7) !important;
  color: #ffffff !important;
}
.cid-sB51qpAXEs .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
#custom-html-3x {
  /* Type valid CSS here */
  /*This is for the ticker*/
  /* OUTER CONTAINER */
  /* MIDDLE CONTAINER */
  /* INNER CONTAINER */
  /* ITEMS */
}
#custom-html-3x .tcontainer {
  width: 100%;
  overflow: hidden;
  /* Hide scroll bar */
}
#custom-html-3x .ticker-wrap {
  width: 100%;
  padding-left: 100%;
  /* Push contents to right side of screen */
  background-color: #041627;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-200%, 0, 0);
  }
}
#custom-html-3x .ticker-move {
  /* Basically move items from right side of screen to left in infinite loop */
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 17s;
}
#custom-html-3x .ticker-move:hover {
  animation-play-state: paused;
  /* Pause scroll on mouse hover */
}
#custom-html-3x .ticker-item {
  display: inline-block;
  /* Lay items in a horizontal line */
  padding: 0 2rem;
}
.cid-sB51qq6KHg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #041627;
}
.cid-sB51qq6KHg .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sB51qq6KHg .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sB51qq6KHg .row {
    text-align: center;
  }
  .cid-sB51qq6KHg .row > div {
    margin: auto;
  }
  .cid-sB51qq6KHg .social-row {
    justify-content: center;
  }
}
.cid-sB51qq6KHg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sB51qq6KHg .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sB51qq6KHg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sB51qq6KHg .list {
    margin-bottom: 0rem;
  }
}
.cid-sB51qq6KHg .mbr-text {
  transition: .2s all;
}
.cid-sB51qq6KHg .mbr-text:hover {
  color: #ff6666;
}
.cid-sB51qq6KHg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #40b0bf;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-sB51qq6KHg .soc-item:hover {
  background-color: #ff6666;
}
.cid-sB51qq6KHg .mbr-iconfont {
  color: black;
}
.cid-sB51qq6KHg .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-sB51qq6KHg .flex {
    display: block;
  }
}
.cid-sB51qq6KHg .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-sB51qq6KHg .follow {
    margin-right: 0px;
  }
}
.cid-sB51qq6KHg .footer-sotial {
  justify-content: space-between;
}
.cid-sB51qq6KHg .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sB51qq6KHg .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sB51qq6KHg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sB51qq6KHg .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-sB51qq6KHg .item-wrap {
    text-align: center;
  }
}
.cid-sB51qq6KHg H5 {
  color: #f7f7f7;
}
.cid-sB51qq6KHg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sB51qq6KHg .number {
  color: #ff6666;
  font-weight: bold;
}
.cid-sB51qq6KHg .number:hover {
  color: #001aff;
}
.cid-sB51qq6KHg .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-sB51qq6KHg .social_out {
    display: block;
  }
}
.cid-sB51qq6KHg .email {
  transition: .2s all;
}
.cid-sB51qq6KHg .email:hover {
  color: #001aff;
}
.cid-sB51qq6KHg .copyright {
  color: #000000;
  margin-top: 25px;
  width: 100%;
}
.cid-sB51qq6KHg .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sB51qq6KHg .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-sB51qq6KHg .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sB51qq6KHg .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-sB51qq6KHg .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-sB51qq6KHg .socicon {
  color: #fff;
}
.cid-sB51qq6KHg .icons {
  width: 18px;
  height: 20px;
}
.cid-sB51qq6KHg .href {
  padding-bottom: 1.5rem;
}
.cid-sB51qqrGMM {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sB51qqrGMM .dropdown-item:before {
  font-family: open sans !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sB51qqrGMM .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sB51qqrGMM .nav-item:focus,
.cid-sB51qqrGMM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sB51qqrGMM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sB51qqrGMM .nav-item .nav-link:hover {
    position: relative;
  }
  .cid-sB51qqrGMM .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sB51qqrGMM .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sB51qqrGMM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sB51qqrGMM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sB51qqrGMM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sB51qqrGMM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sB51qqrGMM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sB51qqrGMM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sB51qqrGMM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sB51qqrGMM .navbar {
  min-height: 120px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sB51qqrGMM .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
}
.cid-sB51qqrGMM .navbar.opened .mbr-overlay {
  transition: all 0.3s;
}
.cid-sB51qqrGMM .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sB51qqrGMM .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sB51qqrGMM .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sB51qqrGMM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sB51qqrGMM .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sB51qqrGMM .navbar.collapsed .navbar-collapse.show,
.cid-sB51qqrGMM .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sB51qqrGMM .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sB51qqrGMM .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sB51qqrGMM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sB51qqrGMM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sB51qqrGMM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sB51qqrGMM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sB51qqrGMM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sB51qqrGMM .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sB51qqrGMM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sB51qqrGMM .navbar.collapsed .right-menu,
.cid-sB51qqrGMM .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sB51qqrGMM .navbar .navbar-collapse.show,
  .cid-sB51qqrGMM .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sB51qqrGMM .navbar .navbar-collapse.show .brand-container,
  .cid-sB51qqrGMM .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sB51qqrGMM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sB51qqrGMM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sB51qqrGMM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sB51qqrGMM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sB51qqrGMM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sB51qqrGMM .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sB51qqrGMM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sB51qqrGMM .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sB51qqrGMM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sB51qqrGMM .navbar .right-menu,
  .cid-sB51qqrGMM .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sB51qqrGMM .navbar.navbar-short {
  min-height: 60px;
}
.cid-sB51qqrGMM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sB51qqrGMM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sB51qqrGMM .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sB51qqrGMM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sB51qqrGMM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sB51qqrGMM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sB51qqrGMM .navbar-caption {
  font-weight: 400;
}
.cid-sB51qqrGMM .dropdown-item.active,
.cid-sB51qqrGMM .dropdown-item:active {
  background-color: transparent;
}
.cid-sB51qqrGMM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: open sans;
  font-weight: 700;
}
.cid-sB51qqrGMM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sB51qqrGMM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sB51qqrGMM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sB51qqrGMM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sB51qqrGMM ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sB51qqrGMM ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sB51qqrGMM .navbar-buttons {
  margin-left: auto;
}
.cid-sB51qqrGMM button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sB51qqrGMM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sB51qqrGMM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sB51qqrGMM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB51qqrGMM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sB51qqrGMM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sB51qqrGMM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB51qqrGMM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sB51qqrGMM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sB51qqrGMM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sB51qqrGMM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sB51qqrGMM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sB51qqrGMM .right-menu,
.cid-sB51qqrGMM .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sB51qqrGMM .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sB51qqrGMM .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sB51qqrGMM .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sB51qqrGMM .menu-top {
  text-align: center;
  width: 100%;
  padding: 0.5rem 0;
}
.cid-sB51qqrGMM .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sB51qqrGMM .card-wrapper {
  z-index: 3;
}
.cid-sB51qqrGMM .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sB51qqrGMM .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sB51qqrGMM .nav-item .nav-link:hover::before {
    max-width: calc(100% + 2rem);
  }
}
.cid-sB51qqrGMM ul li a {
  color: #ffffff;
}
.cid-sB51qqrGMM ul li a:hover {
  color: red !important;
}
.cid-sB51qqrGMM .ncol a {
  color: #100690 !important;
}
.cid-sB51qqrGMM .navbg {
  background-color: #041627;
}
.cid-sB51qqrGMM .navbg.scrolled {
  background-color: #FFFFFF !important;
}
.cid-sACWShV1ch {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sACWShV1ch .dropdown-item:before {
  font-family: open sans !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sACWShV1ch .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sACWShV1ch .nav-item:focus,
.cid-sACWShV1ch .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sACWShV1ch .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sACWShV1ch .nav-item .nav-link:hover {
    position: relative;
  }
  .cid-sACWShV1ch .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sACWShV1ch .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sACWShV1ch .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sACWShV1ch .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sACWShV1ch .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sACWShV1ch .navbar {
  min-height: 120px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sACWShV1ch .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
}
.cid-sACWShV1ch .navbar.opened .mbr-overlay {
  transition: all 0.3s;
}
.cid-sACWShV1ch .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sACWShV1ch .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sACWShV1ch .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sACWShV1ch .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.show,
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sACWShV1ch .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sACWShV1ch .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sACWShV1ch .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sACWShV1ch .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sACWShV1ch .navbar.collapsed .right-menu,
.cid-sACWShV1ch .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch .navbar .navbar-collapse.show,
  .cid-sACWShV1ch .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sACWShV1ch .navbar .navbar-collapse.show .brand-container,
  .cid-sACWShV1ch .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sACWShV1ch .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sACWShV1ch .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sACWShV1ch .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sACWShV1ch .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sACWShV1ch .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sACWShV1ch .navbar .right-menu,
  .cid-sACWShV1ch .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sACWShV1ch .navbar.navbar-short {
  min-height: 60px;
}
.cid-sACWShV1ch .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sACWShV1ch .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sACWShV1ch .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sACWShV1ch .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sACWShV1ch .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sACWShV1ch .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sACWShV1ch .navbar-caption {
  font-weight: 400;
}
.cid-sACWShV1ch .dropdown-item.active,
.cid-sACWShV1ch .dropdown-item:active {
  background-color: transparent;
}
.cid-sACWShV1ch .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
  font-family: open sans;
  font-weight: 700;
}
.cid-sACWShV1ch .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sACWShV1ch .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sACWShV1ch .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sACWShV1ch .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sACWShV1ch ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sACWShV1ch .navbar-buttons {
  margin-left: auto;
}
.cid-sACWShV1ch button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sACWShV1ch button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sACWShV1ch nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sACWShV1ch a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sACWShV1ch .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sACWShV1ch .right-menu,
.cid-sACWShV1ch .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sACWShV1ch .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sACWShV1ch .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sACWShV1ch .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sACWShV1ch .menu-top {
  text-align: center;
  width: 100%;
  padding: 0.5rem 0;
}
.cid-sACWShV1ch .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sACWShV1ch .card-wrapper {
  z-index: 3;
}
.cid-sACWShV1ch .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sACWShV1ch .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sACWShV1ch .nav-item .nav-link:hover::before {
    max-width: calc(100% + 2rem);
  }
}
.cid-sACWShV1ch ul li a {
  color: #ffffff;
}
.cid-sACWShV1ch ul li a:hover {
  color: red !important;
}
.cid-sACWShV1ch .ncol a {
  color: #100690 !important;
}
.cid-sACWShV1ch .navbg {
  background-color: #041627;
}
.cid-sACWShV1ch .navbg.scrolled {
  background-color: #FFFFFF !important;
}
#custom-html-44 {
  /* Type valid CSS here */
  /*this is for readers or tabs*/
}
#custom-html-44 h2 {
  color: white;
  font-size: 55px;
}
#custom-html-44 body section {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
#custom-html-44 .card-header {
  border: 3px;
  text-align: center;
  background-color: #041627 !important;
  border-color: #000000;
}
#custom-html-44 .modal-body {
  border: 3px;
  text-align: center;
  background-color: #041627 !important;
  border-color: #000000;
}
#custom-html-44 .modal-header {
  background-color: #041627 !important;
}
#custom-html-44 .row-content {
  margin: 3px auto;
  text-align: center;
  padding: 100px 0px 50px 0px;
  /*border-bottom: 1px ridge;
    min-height:400px;*/
}
#custom-html-44 .btn-quote {
  color: white !important;
}
#custom-html-44 .card-img-top {
  width: 100%;
  height: 10vw;
}
#custom-html-44 #bgimage1 {
  transition: 1.75s ease;
  opacity: .3;
}
#custom-html-44 .btn-info {
  border-radius: .35rem;
  border: 3px solid #ffc107;
  background-color: #ffc107;
  padding: .75rem 2rem;
  color: #041627;
}
#custom-html-44 .btn-info:hover {
  border-radius: .35rem;
  background-color: #041627;
  color: #FFFF00;
  border: 3px solid yellow;
}
#custom-html-44 .btn-primary {
  background-color: #041627;
  border-radius: .25rem;
  border: 3px solid transparent;
  padding: .75rem 2rem;
}
#custom-html-44 .btn-primary:hover {
  background-color: transparent;
  border: 3px solid #041627;
  color: #041627;
}
#custom-html-44 a:hover {
  color: #BA1200;
}
#custom-html-44 a:focus {
  color: #BA1200;
}
#custom-html-44 a:active {
  color: #BA1200;
}
#custom-html-44 .special {
  background: #2b2b2b;
  padding: 50px 10px;
}
#custom-html-44 .active {
  border-bottom: 2px solid #fff;
}
#custom-html-44 .card {
  box-shadow: 2px 5px 20px #777;
  background-color: #041627;
}
#custom-html-44 .contact {
  box-shadow: 2px 5px 20px #041627;
}
#custom-html-44 .btn-warning {
  border-radius: .35rem;
  border: 3px solid #041627;
  padding: .75rem 2rem;
  color: #041627;
  background-color: #ffc107;
}
#custom-html-44 .btn-warning:hover {
  border-radius: .35rem;
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
}
#custom-html-45 {
  /* Type valid CSS here */
}
#custom-html-45 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-45 p {
  font-size: 60px;
  color: #777;
}
#custom-html-4a {
  /* Type valid CSS here */
}
#custom-html-4a #instantQuote {
  padding: 80px 0;
  background-color: #cdcaca;
  text-align: center;
}
#custom-html-4a p {
  font-size: 60px;
  color: #777;
}
#custom-html-4a .modal-body {
  border: 3px;
  text-align: center;
  background-color: #3b92e8 !important;
  border-color: #000000;
}
#custom-html-4a .modal-header {
  background-color: #3b92e8 !important;
}
#custom-html-4a .modal-title {
  text-align: center;
}
@media screen and (min-width: 676px) {
  #custom-html-4a .modal-dialog {
    min-width: 1200px;
    /* New width for default modal */
  }
}
#custom-html-4a .btn {
  margin: 0 auto;
  display: block;
}
.cid-sB6rVICXG0 {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #041627;
}
.cid-sB6rVICXG0 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-sB6rVICXG0 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-sB6rVICXG0 .link-wrapper .mbr-iconfont {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #ffffff;
}
.cid-sB6rVICXG0 .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sB6rVICXG0 .card-wrapper {
  background: #001aff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sB6rVICXG0 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sB6rVICXG0 .first:hover:before {
  content: none;
}
.cid-sB6rVICXG0 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(#001aff #ffffff);
  content: "";
}
.cid-sB6rVICXG0 .last:hover:after {
  content: none;
}
.cid-sB6rVICXG0 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(#001aff #ffffff);
  content: "";
}
.cid-sB6rVICXG0 .mbr-section-text {
  color: #ffffff;
}
.cid-sB6rVICXG0 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sB6rVICXG0 .card .img-wrapper {
  overflow: hidden;
}
.cid-sB6rVICXG0 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-sB6rVICXG0 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-sB6rVICXG0 .card:hover .card-wrapper {
  background: linear-gradient(#15b9f4, #087ca7) !important;
  color: #ffffff !important;
}
.cid-sB6rVICXG0 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
#custom-html-4c {
  /* Type valid CSS here */
  /*This is for the ticker*/
  /* OUTER CONTAINER */
  /* MIDDLE CONTAINER */
  /* INNER CONTAINER */
  /* ITEMS */
}
#custom-html-4c .tcontainer {
  width: 100%;
  overflow: hidden;
  /* Hide scroll bar */
}
#custom-html-4c .ticker-wrap {
  width: 100%;
  padding-left: 100%;
  /* Push contents to right side of screen */
  background-color: #041627;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-200%, 0, 0);
  }
}
#custom-html-4c .ticker-move {
  /* Basically move items from right side of screen to left in infinite loop */
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 17s;
}
#custom-html-4c .ticker-move:hover {
  animation-play-state: paused;
  /* Pause scroll on mouse hover */
}
#custom-html-4c .ticker-item {
  display: inline-block;
  /* Lay items in a horizontal line */
  padding: 0 2rem;
}
.cid-sB6pBs9EHA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #041627;
}
.cid-sB6pBs9EHA .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sB6pBs9EHA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sB6pBs9EHA .row {
    text-align: center;
  }
  .cid-sB6pBs9EHA .row > div {
    margin: auto;
  }
  .cid-sB6pBs9EHA .social-row {
    justify-content: center;
  }
}
.cid-sB6pBs9EHA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sB6pBs9EHA .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sB6pBs9EHA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sB6pBs9EHA .list {
    margin-bottom: 0rem;
  }
}
.cid-sB6pBs9EHA .mbr-text {
  transition: .2s all;
}
.cid-sB6pBs9EHA .mbr-text:hover {
  color: #ff6666;
}
.cid-sB6pBs9EHA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #40b0bf;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-sB6pBs9EHA .soc-item:hover {
  background-color: #ff6666;
}
.cid-sB6pBs9EHA .mbr-iconfont {
  color: black;
}
.cid-sB6pBs9EHA .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-sB6pBs9EHA .flex {
    display: block;
  }
}
.cid-sB6pBs9EHA .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-sB6pBs9EHA .follow {
    margin-right: 0px;
  }
}
.cid-sB6pBs9EHA .footer-sotial {
  justify-content: space-between;
}
.cid-sB6pBs9EHA .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sB6pBs9EHA .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sB6pBs9EHA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sB6pBs9EHA .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-sB6pBs9EHA .item-wrap {
    text-align: center;
  }
}
.cid-sB6pBs9EHA H5 {
  color: #f7f7f7;
}
.cid-sB6pBs9EHA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sB6pBs9EHA .number {
  color: #ff6666;
  font-weight: bold;
}
.cid-sB6pBs9EHA .number:hover {
  color: #001aff;
}
.cid-sB6pBs9EHA .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-sB6pBs9EHA .social_out {
    display: block;
  }
}
.cid-sB6pBs9EHA .email {
  transition: .2s all;
}
.cid-sB6pBs9EHA .email:hover {
  color: #001aff;
}
.cid-sB6pBs9EHA .copyright {
  color: #000000;
  margin-top: 25px;
  width: 100%;
}
.cid-sB6pBs9EHA .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sB6pBs9EHA .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-sB6pBs9EHA .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sB6pBs9EHA .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-sB6pBs9EHA .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-sB6pBs9EHA .socicon {
  color: #fff;
}
.cid-sB6pBs9EHA .icons {
  width: 18px;
  height: 20px;
}
.cid-sB6pBs9EHA .href {
  padding-bottom: 1.5rem;
}
