body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.06rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0c57bf !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #7237a2 !important;
}
.bg-warning {
  background-color: #f8f9c4 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0c57bf !important;
  border-color: #0c57bf !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0c57bf !important;
  border-color: #0c57bf !important;
}
.btn-primary:before {
  background-color: #073677 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #073677 !important;
  border-color: #073677 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #951d19 !important;
  border-color: #951d19 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #951d19 !important;
  border-color: #951d19 !important;
}
.btn-secondary:before {
  background-color: #53100e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #53100e !important;
  border-color: #53100e !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-info:before {
  background-color: #4a2469 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a2469 !important;
  border-color: #4a2469 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
  color: #aaac12 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #aaac12 !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-warning:before {
  background-color: #f0f27f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #aaac12 !important;
  background-color: #f0f27f !important;
  border-color: #f0f27f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger:before {
  background-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #062b5f;
  color: #062b5f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #0c57bf;
}
.btn-primary-outline:before {
  background-color: #0c57bf;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c57bf !important;
  border-color: #0c57bf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #3e0c0a;
  color: #3e0c0a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #951d19;
}
.btn-secondary-outline:before {
  background-color: #951d19;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #951d19 !important;
  border-color: #951d19 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3c1d56;
  color: #3c1d56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #7237a2;
}
.btn-info-outline:before {
  background-color: #7237a2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #edf067;
  color: #edf067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #aaac12;
  border-color: #f8f9c4;
}
.btn-warning-outline:before {
  background-color: #f8f9c4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-danger-outline:before {
  background-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
  border-radius: 100px;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0c57bf;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #0c57bf !important;
}
.text-secondary {
  color: #951d19 !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #f8f9c4 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #062b5f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3e0c0a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3c1d56 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #edf067 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7237a2;
}
.alert-warning {
  background-color: #f8f9c4;
}
.alert-danger {
  background-color: #efefef;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0c57bf;
  border-color: #0c57bf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0c57bf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5698f4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b083d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #0c57bf;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0c57bf;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0c57bf;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.12rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.696rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0c57bf;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0c57bf;
  border-bottom-color: #0c57bf;
}
.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: #0c57bf !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #951d19 !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%;
}
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='%230c57bf' %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;
}
.cid-sLa71Pb4fx .navbar {
  padding: .5rem 0;
  background: #1d2671;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-sLa71Pb4fx .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sLa71Pb4fx .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sLa71Pb4fx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLa71Pb4fx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sLa71Pb4fx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLa71Pb4fx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLa71Pb4fx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLa71Pb4fx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLa71Pb4fx .navbar-dropdown.bg-color.transparent.opened {
  background: #1d2671;
}
.cid-sLa71Pb4fx a {
  font-style: normal;
}
.cid-sLa71Pb4fx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sLa71Pb4fx .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-sLa71Pb4fx .dropdown-item:before {
  font-family: MobiriseIcons !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-sLa71Pb4fx .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-sLa71Pb4fx .content-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sLa71Pb4fx .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLa71Pb4fx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0c57bf;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLa71Pb4fx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-sLa71Pb4fx .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sLa71Pb4fx .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-sLa71Pb4fx .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sLa71Pb4fx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLa71Pb4fx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLa71Pb4fx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLa71Pb4fx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLa71Pb4fx .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLa71Pb4fx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLa71Pb4fx .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sLa71Pb4fx .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sLa71Pb4fx .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sLa71Pb4fx .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sLa71Pb4fx .menu-content-top.show {
  display: block;
}
.cid-sLa71Pb4fx .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sLa71Pb4fx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sLa71Pb4fx .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sLa71Pb4fx .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-sLa71Pb4fx .dropdown-item:before {
    display: none;
  }
  .cid-sLa71Pb4fx .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sLa71Pb4fx .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sLa71Pb4fx img {
    height: 3.8rem !important;
  }
  .cid-sLa71Pb4fx .btn {
    display: flex;
  }
  .cid-sLa71Pb4fx button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sLa71Pb4fx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sLa71Pb4fx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLa71Pb4fx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLa71Pb4fx .navbar-collapse.collapsing,
  .cid-sLa71Pb4fx .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLa71Pb4fx .navbar-collapse.collapsing .navbar-nav,
  .cid-sLa71Pb4fx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLa71Pb4fx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLa71Pb4fx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sLa71Pb4fx .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLa71Pb4fx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLa71Pb4fx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLa71Pb4fx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLa71Pb4fx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLa71Pb4fx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLa71Pb4fx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLa71Pb4fx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sLa71Pb4fx .navbar .menu-content-top {
    display: block;
  }
  .cid-sLa71Pb4fx .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sLa71Pb4fx .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sLa71Pb4fx .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sLa71Pb4fx .menu-bottom {
    display: flex;
  }
  .cid-sLa71Pb4fx .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLa71Pb4fx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLa71Pb4fx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sLa71Pb4fx .navbar-toggler {
    display: none;
  }
}
.cid-sLa71Pb4fx .navbar-short .menu-content-top {
  border: none;
}
.cid-sLa71Pb4fx .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLa71Pb4fx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLa71Pb4fx .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sLa71Pb4fx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLa71Pb4fx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLa71Pb4fx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLa71Pb4fx .dropdown .dropdown-menu {
  background: #1d2671;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLa71Pb4fx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLa71Pb4fx .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLa71Pb4fx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sLa71Pb4fx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLa71Pb4fx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLa71Pb4fx .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-sLa71Pb4fx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLa71Pb4fx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLa71Pb4fx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLa71Pb4fx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLa71Pb4fx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLa71Pb4fx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLa71Pb4fx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLa71Pb4fx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLa71Pb4fx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-sLa71Pb4fx button.navbar-toggler:focus {
  outline: none;
}
.cid-sLa71Pb4fx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sLa71Pb4fx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLa71Pb4fx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLa71Pb4fx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLa71Pb4fx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLa71Pb4fx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLa71Pb4fx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLa71Pb4fx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLa71Pb4fx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLa71Pb4fx .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLa71Pb4fx .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLa71Pb4fx .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sLa71Pb4fx .collapsed .btn {
  display: flex;
}
.cid-sLa71Pb4fx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLa71Pb4fx .collapsed .navbar-collapse.collapsing,
.cid-sLa71Pb4fx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLa71Pb4fx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLa71Pb4fx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLa71Pb4fx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLa71Pb4fx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLa71Pb4fx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLa71Pb4fx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLa71Pb4fx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLa71Pb4fx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLa71Pb4fx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6rem  - 1rem);
  }
  .cid-sLa71Pb4fx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLa71Pb4fx .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLa71Pb4fx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sLa71Pb4fx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLa71Pb4fx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-sLa71Pb4fx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLa71Pb4fx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLa71Pb4fx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sLa71Pb4fx .collapsed .dropdown-item:before {
  display: none;
}
.cid-sLa71Pb4fx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLa71Pb4fx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLa71Pb4fx .nav-link:focus {
  outline: none;
}
.cid-sLa71Pb4fx .navbar-toggler {
  position: relative;
}
.cid-sLa71Pb4fx .dropdown-item.active,
.cid-sLa71Pb4fx .dropdown-item:active {
  background-color: #1d2671;
  color: auto;
}
.cid-sLa71Pb4fx .nav-link:hover,
.cid-sLa71Pb4fx .dropdown-item:hover {
  color: #4284df;
}
.cid-sLbHZR5s7G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f5d7;
}
.cid-sLbHZR5s7G .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-sLbHZR5s7G .modal-body .close {
  background: #1b1b1b;
}
.cid-sLbHZR5s7G .modal-body .close span {
  font-style: normal;
}
.cid-sLbHZR5s7G .carousel-inner > .active,
.cid-sLbHZR5s7G .carousel-inner > .next,
.cid-sLbHZR5s7G .carousel-inner > .prev {
  display: flex;
}
.cid-sLbHZR5s7G .carousel-control .icon-next,
.cid-sLbHZR5s7G .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sLbHZR5s7G .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLbHZR5s7G .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sLbHZR5s7G .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-sLbHZR5s7G .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sLbHZR5s7G .boxed-slider > div {
  position: relative;
}
.cid-sLbHZR5s7G .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sLbHZR5s7G .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sLbHZR5s7G .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sLbHZR5s7G .mbr-table-cell {
  padding: 0;
}
.cid-sLbHZR5s7G .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sLbHZR5s7G .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sLbHZR5s7G .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-sLbHZR5s7G .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-sLbHZR5s7G .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sLbHZR5s7G .carousel-item .container {
    width: 100%;
  }
}
.cid-sLbHZR5s7G .carousel-item-next.carousel-item-left,
.cid-sLbHZR5s7G .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sLbHZR5s7G .active.carousel-item-right,
.cid-sLbHZR5s7G .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sLbHZR5s7G .active.carousel-item-left,
.cid-sLbHZR5s7G .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sLbHZR5s7G .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sLbHZR5s7G .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLbHZR5s7G .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLbHZR5s7G .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-sLbHZR5s7G .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sLbHZR5s7G .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sLbHZR5s7G .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sLbHZR5s7G .mbr-slider .carousel-indicators li.active,
.cid-sLbHZR5s7G .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sLbHZR5s7G .mbr-slider .carousel-indicators li::after,
.cid-sLbHZR5s7G .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sLbHZR5s7G .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sLbHZR5s7G .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sLbHZR5s7G .mbr-slider > .container img {
  width: 100%;
}
.cid-sLbHZR5s7G .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sLbHZR5s7G .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sLbHZR5s7G .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sLbHZR5s7G .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sLbHZR5s7G .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sLbHZR5s7G .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sLbHZR5s7G .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sLbHZR5s7G .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sLbHZR5s7G .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sLbHZR5s7G .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sLbHZR5s7G .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sLbHZR5s7G .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sLbHZR5s7G .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sLbHZR5s7G .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sLbHZR5s7G .carousel-inner {
  height: 100%;
}
.cid-sLbHZR5s7G .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sLbHZR5s7G .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 560px;
  overflow: hidden;
}
.cid-sLbHZR5s7G .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-sLbHZR5s7G .content-slider-wrap {
  width: 100%;
}
.cid-sLbKKRPRJU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #951d19;
}
.cid-sLbKKRPRJU .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sLbKKRPRJU .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sLbKKRPRJU .card-img span {
  font-size: 100px;
}
.cid-sLbKKRPRJU .mbr-text,
.cid-sLbKKRPRJU .mbr-section-btn {
  color: #efefef;
}
.cid-v2XcujITMU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #e3ebf7;
}
.cid-v2XcujITMU h3 {
  text-align: center;
  font-weight: 300;
}
.cid-v2XcujITMU .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-v2XcujITMU .mbr-section-subtitle {
  color: #000000;
}
.cid-v2XcujITMU .pie_progress__number {
  text-align: center !important;
}
.cid-v2XcujITMU .card-title {
  margin-bottom: 0;
}
.cid-v2XcujITMU .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-v2XcujITMU .svg-gradient {
  position: absolute;
}
.cid-v2XcujITMU ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v2XcujITMU .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-v2XcujITMU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2XcujITMU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sLbZtUosMV {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-sLbZtUosMV .team-card .image-wrap {
  overflow: hidden;
}
.cid-sLbZtUosMV .team-card .image-wrap img {
  transition: all .5s;
}
.cid-sLbZtUosMV .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sLbZtUosMV .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sLbZtUosMV .team-card {
  margin-bottom: 2rem;
}
.cid-sLbZtUosMV .card-wrap {
  background: #ffffff;
}
.cid-sLbZtUosMV .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sLbZtUosMV .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-sLbZtUosMV .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sLbZtUosMV .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sLbZtUosMV .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sLbZtUosMV .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-sLbZtUosMV .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sLbZtUosMV .main-title {
  color: #1d2671;
}
.cid-sLbZtUosMV .main-subtitle,
.cid-sLbZtUosMV .underline {
  color: #1d2671;
}
.cid-sLz7PjgSUx {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #e3ebf7;
}
.cid-sLz7PjgSUx .team-card .image-wrap {
  overflow: hidden;
}
.cid-sLz7PjgSUx .team-card .image-wrap img {
  transition: all .5s;
}
.cid-sLz7PjgSUx .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sLz7PjgSUx .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sLz7PjgSUx .team-card {
  margin-bottom: 2rem;
}
.cid-sLz7PjgSUx .card-wrap {
  background: #ffffff;
}
.cid-sLz7PjgSUx .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sLz7PjgSUx .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-sLz7PjgSUx .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sLz7PjgSUx .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sLz7PjgSUx .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sLz7PjgSUx .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-sLz7PjgSUx .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sLc19FO0jN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1d2671;
}
.cid-sLc19FO0jN img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sLc19FO0jN img:hover {
  transform: scale(1.1);
}
.cid-sLc19FO0jN .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sLc19FO0jN h2 {
  padding: 0;
  margin: 0;
}
.cid-sLc19FO0jN .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sLc19FO0jN .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sLc19FO0jN .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sLc19FO0jN .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sLc19FO0jN .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sLc19FO0jN .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sLc19FO0jN .mbr-iconfont {
  margin: 0!important;
}
.cid-sLc19FO0jN .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sLc19FO0jN .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sLc19FO0jN .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sLc19FO0jN .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sLc19FO0jN .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sLc19FO0jN H2 {
  color: #333333;
}
.cid-sLc19FO0jN .mbr-text {
  color: #ffffff;
}
.cid-sLc19FO0jN H1 {
  color: #ffffff;
}
.cid-sLc21zl7le {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sLc21zl7le .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-sLc21zl7le .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sLc21zl7le .text-content {
  padding-right: 1.5rem;
}
.cid-sLc21zl7le .mbr-text,
.cid-sLc21zl7le .mbr-section-btn {
  color: #000000;
}
.cid-sLc21zl7le .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(109, 109, 109, 0.3);
  box-shadow: 0px 0px 30px rgba(109, 109, 109, 0.3);
  border-radius: .25rem;
}
.cid-sLc21zl7le .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sLc21zl7le .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sLc21zl7le .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sLc21zl7le .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sLc21zl7le .main-row {
    margin: 0;
  }
  .cid-sLc21zl7le .mbr-section-title,
  .cid-sLc21zl7le .mbr-text,
  .cid-sLc21zl7le .list,
  .cid-sLc21zl7le .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sLc21zl7le .text-content {
    padding: 0;
  }
}
.cid-sLzmx5IW3w {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-sLzmx5IW3w .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLzmx5IW3w .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sLzmx5IW3w .carousel-item .wrap-img {
  text-align: center;
}
.cid-sLzmx5IW3w .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sLzmx5IW3w .carousel-control {
  transition: all .3s;
  opacity: 1;
  background-color: #444444;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 26%;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sLzmx5IW3w .carousel-control.carousel-control-prev {
  left: 29px;
}
.cid-sLzmx5IW3w .carousel-control.carousel-control-prev:hover {
  left: 15px;
}
.cid-sLzmx5IW3w .carousel-control.carousel-control-next {
  right: 29px;
}
.cid-sLzmx5IW3w .carousel-control.carousel-control-next:hover {
  right: 15px;
}
.cid-sLzmx5IW3w .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sLzmx5IW3w .carousel-control:hover {
  background-color: #0c57bf;
}
@media (max-width: 767px) {
  .cid-sLzmx5IW3w .carousel-control {
    display: none;
  }
  .cid-sLzmx5IW3w .mbr-section-title {
    padding-bottom: 0;
  }
  .cid-sLzmx5IW3w .slider-clients {
    padding: 2rem 1rem;
  }
}
.cid-sLzmx5IW3w .cloneditem-1,
.cid-sLzmx5IW3w .cloneditem-2,
.cid-sLzmx5IW3w .cloneditem-3,
.cid-sLzmx5IW3w .cloneditem-4,
.cid-sLzmx5IW3w .cloneditem-5 {
  display: none;
}
.cid-sLzmx5IW3w .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sLzmx5IW3w .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sLzmx5IW3w .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sLzmx5IW3w .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sLzmx5IW3w .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sLzmx5IW3w .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sLzmx5IW3w .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sLzmx5IW3w .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sLzmx5IW3w .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sLzmx5IW3w .carousel-inner.slides2 .cloneditem-1,
  .cid-sLzmx5IW3w .carousel-inner.slides2 .cloneditem-2,
  .cid-sLzmx5IW3w .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sLzmx5IW3w .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sLzmx5IW3w .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sLzmx5IW3w .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sLzmx5IW3w .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sLzmx5IW3w .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sLzmx5IW3w .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sLzmx5IW3w .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sLzmx5IW3w .carousel-inner.slides3 .cloneditem-1,
  .cid-sLzmx5IW3w .carousel-inner.slides3 .cloneditem-2,
  .cid-sLzmx5IW3w .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sLzmx5IW3w .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sLzmx5IW3w .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sLzmx5IW3w .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sLzmx5IW3w .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sLzmx5IW3w .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sLzmx5IW3w .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sLzmx5IW3w .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sLzmx5IW3w .carousel-inner.slides4 .cloneditem-1,
  .cid-sLzmx5IW3w .carousel-inner.slides4 .cloneditem-2,
  .cid-sLzmx5IW3w .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sLzmx5IW3w .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sLzmx5IW3w .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sLzmx5IW3w .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sLzmx5IW3w .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sLzmx5IW3w .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sLzmx5IW3w .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sLzmx5IW3w .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sLzmx5IW3w .carousel-inner.slides5 .cloneditem-1,
  .cid-sLzmx5IW3w .carousel-inner.slides5 .cloneditem-2,
  .cid-sLzmx5IW3w .carousel-inner.slides5 .cloneditem-3,
  .cid-sLzmx5IW3w .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sLzmx5IW3w .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sLzmx5IW3w .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sLzmx5IW3w .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sLzmx5IW3w .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sLzmx5IW3w .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sLzmx5IW3w .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sLzmx5IW3w .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sLzmx5IW3w .carousel-inner.slides6 .cloneditem-1,
  .cid-sLzmx5IW3w .carousel-inner.slides6 .cloneditem-2,
  .cid-sLzmx5IW3w .carousel-inner.slides6 .cloneditem-3,
  .cid-sLzmx5IW3w .carousel-inner.slides6 .cloneditem-4,
  .cid-sLzmx5IW3w .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sLzmx5IW3w .mbr-section-title {
  margin: 0;
}
.cid-sLzmx5IW3w .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sLzmx5IW3w .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-sLzmx5IW3w .slider-clients {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLzmx5IW3w .slider-clients {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .cid-sLzmx5IW3w .carousel-control-prev {
    left: 15px !important;
  }
  .cid-sLzmx5IW3w .carousel-control-prev:hover {
    left: 0 !important;
  }
  .cid-sLzmx5IW3w .carousel-control-next {
    right: 15px !important;
  }
  .cid-sLzmx5IW3w .carousel-control-next:hover {
    right: 0 !important;
  }
}
.cid-sLhru6XZsz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/face-1037x749.jpg");
}
.cid-sLhru6XZsz .mbr-text {
  color: #767676;
}
.cid-sLhru6XZsz .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(193, 38, 32, 0.35);
}
.cid-sLhru6XZsz .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-sLhru6XZsz .card-wrapper:hover .ico2 {
  color: #0c57bf !important;
}
.cid-sLhru6XZsz .text-info:hover {
  color: inherit!important;
}
.cid-sLhru6XZsz .ico2 {
  color: #f8f9c4 !important;
  transition: all 0.6s;
}
.cid-sLhru6XZsz .card-box {
  padding: 0rem 1rem;
}
.cid-sLhru6XZsz .card-img {
  width: auto;
}
.cid-sLhru6XZsz .ico1 {
  font-size: 5rem !important;
}
.cid-sLhru6XZsz h3,
.cid-sLhru6XZsz h4 {
  padding: 0;
  margin: 0;
}
.cid-sLhru6XZsz .card-title,
.cid-sLhru6XZsz .card-img {
  color: #232323;
}
.cid-sLhru6XZsz H3 {
  color: #767676;
}
.cid-sLhru6XZsz H1 {
  color: #232323;
}
.cid-sLhpIG1PwV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLhqTK7fLs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d2671;
}
@media (max-width: 767px) {
  .cid-sLhqTK7fLs .content {
    text-align: center;
  }
  .cid-sLhqTK7fLs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLhqTK7fLs .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLhqTK7fLs .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLhqTK7fLs .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLhqTK7fLs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLhqTK7fLs .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLhqTK7fLs .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sLhqTK7fLs .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLhqTK7fLs .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLhqTK7fLs .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLhqTK7fLs .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLhqTK7fLs .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sLhqTK7fLs P {
  text-align: left;
}
.cid-sLhqTK7fLs .copyright > p {
  text-align: left;
}
.cid-sLhqTK7fLs H5 {
  text-align: center;
}
.cid-sLyXsQoaX9 .navbar {
  padding: .5rem 0;
  background: #1d2671;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-sLyXsQoaX9 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sLyXsQoaX9 .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sLyXsQoaX9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLyXsQoaX9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sLyXsQoaX9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLyXsQoaX9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLyXsQoaX9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLyXsQoaX9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLyXsQoaX9 .navbar-dropdown.bg-color.transparent.opened {
  background: #1d2671;
}
.cid-sLyXsQoaX9 a {
  font-style: normal;
}
.cid-sLyXsQoaX9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sLyXsQoaX9 .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-sLyXsQoaX9 .dropdown-item:before {
  font-family: MobiriseIcons !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-sLyXsQoaX9 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-sLyXsQoaX9 .content-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sLyXsQoaX9 .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLyXsQoaX9 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0c57bf;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLyXsQoaX9 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-sLyXsQoaX9 .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sLyXsQoaX9 .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-sLyXsQoaX9 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sLyXsQoaX9 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLyXsQoaX9 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLyXsQoaX9 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLyXsQoaX9 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLyXsQoaX9 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLyXsQoaX9 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLyXsQoaX9 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sLyXsQoaX9 .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sLyXsQoaX9 .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sLyXsQoaX9 .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sLyXsQoaX9 .menu-content-top.show {
  display: block;
}
.cid-sLyXsQoaX9 .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sLyXsQoaX9 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sLyXsQoaX9 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sLyXsQoaX9 .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-sLyXsQoaX9 .dropdown-item:before {
    display: none;
  }
  .cid-sLyXsQoaX9 .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sLyXsQoaX9 .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sLyXsQoaX9 img {
    height: 3.8rem !important;
  }
  .cid-sLyXsQoaX9 .btn {
    display: flex;
  }
  .cid-sLyXsQoaX9 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sLyXsQoaX9 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sLyXsQoaX9 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLyXsQoaX9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLyXsQoaX9 .navbar-collapse.collapsing,
  .cid-sLyXsQoaX9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLyXsQoaX9 .navbar-collapse.collapsing .navbar-nav,
  .cid-sLyXsQoaX9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLyXsQoaX9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLyXsQoaX9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sLyXsQoaX9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLyXsQoaX9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLyXsQoaX9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLyXsQoaX9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLyXsQoaX9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLyXsQoaX9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLyXsQoaX9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLyXsQoaX9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sLyXsQoaX9 .navbar .menu-content-top {
    display: block;
  }
  .cid-sLyXsQoaX9 .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sLyXsQoaX9 .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sLyXsQoaX9 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sLyXsQoaX9 .menu-bottom {
    display: flex;
  }
  .cid-sLyXsQoaX9 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLyXsQoaX9 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLyXsQoaX9 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sLyXsQoaX9 .navbar-toggler {
    display: none;
  }
}
.cid-sLyXsQoaX9 .navbar-short .menu-content-top {
  border: none;
}
.cid-sLyXsQoaX9 .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLyXsQoaX9 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLyXsQoaX9 .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sLyXsQoaX9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLyXsQoaX9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLyXsQoaX9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLyXsQoaX9 .dropdown .dropdown-menu {
  background: #1d2671;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLyXsQoaX9 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLyXsQoaX9 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLyXsQoaX9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sLyXsQoaX9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLyXsQoaX9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLyXsQoaX9 .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-sLyXsQoaX9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLyXsQoaX9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLyXsQoaX9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLyXsQoaX9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLyXsQoaX9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLyXsQoaX9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLyXsQoaX9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLyXsQoaX9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLyXsQoaX9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-sLyXsQoaX9 button.navbar-toggler:focus {
  outline: none;
}
.cid-sLyXsQoaX9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sLyXsQoaX9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLyXsQoaX9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLyXsQoaX9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLyXsQoaX9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLyXsQoaX9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLyXsQoaX9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLyXsQoaX9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLyXsQoaX9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLyXsQoaX9 .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLyXsQoaX9 .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLyXsQoaX9 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sLyXsQoaX9 .collapsed .btn {
  display: flex;
}
.cid-sLyXsQoaX9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLyXsQoaX9 .collapsed .navbar-collapse.collapsing,
.cid-sLyXsQoaX9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLyXsQoaX9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLyXsQoaX9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLyXsQoaX9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLyXsQoaX9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLyXsQoaX9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLyXsQoaX9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLyXsQoaX9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLyXsQoaX9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLyXsQoaX9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6rem  - 1rem);
  }
  .cid-sLyXsQoaX9 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLyXsQoaX9 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLyXsQoaX9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sLyXsQoaX9 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLyXsQoaX9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-sLyXsQoaX9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLyXsQoaX9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLyXsQoaX9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sLyXsQoaX9 .collapsed .dropdown-item:before {
  display: none;
}
.cid-sLyXsQoaX9 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLyXsQoaX9 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLyXsQoaX9 .nav-link:focus {
  outline: none;
}
.cid-sLyXsQoaX9 .navbar-toggler {
  position: relative;
}
.cid-sLyXsQoaX9 .dropdown-item.active,
.cid-sLyXsQoaX9 .dropdown-item:active {
  background-color: #1d2671;
  color: auto;
}
.cid-sLyXsQoaX9 .nav-link:hover,
.cid-sLyXsQoaX9 .dropdown-item:hover {
  color: #4284df;
}
.cid-sLyXCDIVxd {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sLyXCDIVxd .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sLyXCDIVxd .mbr-overlay {
  background: linear-gradient(#1d2671 -10%, #1d2671 75%);
}
.cid-sLyXsRIvoV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #951d19;
}
.cid-sLyXsRIvoV .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sLyXsRIvoV .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sLyXsRIvoV .card-img span {
  font-size: 100px;
}
.cid-sLyXsRIvoV .mbr-text,
.cid-sLyXsRIvoV .mbr-section-btn {
  color: #efefef;
}
.cid-sLyZFj9Nlm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sLyZFj9Nlm H1 {
  color: #951d19;
}
.cid-sLyZFj9Nlm .mbr-text,
.cid-sLyZFj9Nlm .mbr-section-btn {
  color: #716c80;
}
.cid-sLyZFj9Nlm img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sLyZFj9Nlm .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sLzbYrLyni {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #e3ebf7;
}
.cid-sLzbYrLyni .team-card .image-wrap {
  overflow: hidden;
}
.cid-sLzbYrLyni .team-card .image-wrap img {
  transition: all .5s;
}
.cid-sLzbYrLyni .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sLzbYrLyni .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sLzbYrLyni .team-card {
  margin-bottom: 2rem;
}
.cid-sLzbYrLyni .card-wrap {
  background: #ffffff;
}
.cid-sLzbYrLyni .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sLzbYrLyni .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-sLzbYrLyni .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sLzbYrLyni .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sLzbYrLyni .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sLzbYrLyni .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-sLzbYrLyni .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sLyXsU4zrA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/face-1037x749.jpg");
}
.cid-sLyXsU4zrA .mbr-text {
  color: #767676;
}
.cid-sLyXsU4zrA .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(193, 38, 32, 0.35);
}
.cid-sLyXsU4zrA .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-sLyXsU4zrA .card-wrapper:hover .ico2 {
  color: #0c57bf !important;
}
.cid-sLyXsU4zrA .text-info:hover {
  color: inherit!important;
}
.cid-sLyXsU4zrA .ico2 {
  color: #f8f9c4 !important;
  transition: all 0.6s;
}
.cid-sLyXsU4zrA .card-box {
  padding: 0rem 1rem;
}
.cid-sLyXsU4zrA .card-img {
  width: auto;
}
.cid-sLyXsU4zrA .ico1 {
  font-size: 5rem !important;
}
.cid-sLyXsU4zrA h3,
.cid-sLyXsU4zrA h4 {
  padding: 0;
  margin: 0;
}
.cid-sLyXsU4zrA .card-title,
.cid-sLyXsU4zrA .card-img {
  color: #232323;
}
.cid-sLyXsU4zrA H3 {
  color: #767676;
}
.cid-sLyXsU4zrA H1 {
  color: #232323;
}
.cid-sLyXsUVpS2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d2671;
}
@media (max-width: 767px) {
  .cid-sLyXsUVpS2 .content {
    text-align: center;
  }
  .cid-sLyXsUVpS2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLyXsUVpS2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLyXsUVpS2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLyXsUVpS2 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLyXsUVpS2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLyXsUVpS2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLyXsUVpS2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sLyXsUVpS2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLyXsUVpS2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLyXsUVpS2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLyXsUVpS2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLyXsUVpS2 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sLyXsUVpS2 P {
  text-align: left;
}
.cid-sLyXsUVpS2 .copyright > p {
  text-align: left;
}
.cid-sLyXsUVpS2 H5 {
  text-align: center;
}
.cid-sLz0Nxvxkn .navbar {
  padding: .5rem 0;
  background: #1d2671;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-sLz0Nxvxkn .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sLz0Nxvxkn .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sLz0Nxvxkn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLz0Nxvxkn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sLz0Nxvxkn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLz0Nxvxkn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLz0Nxvxkn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLz0Nxvxkn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLz0Nxvxkn .navbar-dropdown.bg-color.transparent.opened {
  background: #1d2671;
}
.cid-sLz0Nxvxkn a {
  font-style: normal;
}
.cid-sLz0Nxvxkn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sLz0Nxvxkn .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-sLz0Nxvxkn .dropdown-item:before {
  font-family: MobiriseIcons !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-sLz0Nxvxkn .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-sLz0Nxvxkn .content-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sLz0Nxvxkn .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLz0Nxvxkn .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0c57bf;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLz0Nxvxkn .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-sLz0Nxvxkn .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sLz0Nxvxkn .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-sLz0Nxvxkn .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sLz0Nxvxkn .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLz0Nxvxkn .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLz0Nxvxkn .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLz0Nxvxkn .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLz0Nxvxkn .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLz0Nxvxkn .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLz0Nxvxkn .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sLz0Nxvxkn .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sLz0Nxvxkn .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sLz0Nxvxkn .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sLz0Nxvxkn .menu-content-top.show {
  display: block;
}
.cid-sLz0Nxvxkn .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sLz0Nxvxkn .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sLz0Nxvxkn .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sLz0Nxvxkn .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-sLz0Nxvxkn .dropdown-item:before {
    display: none;
  }
  .cid-sLz0Nxvxkn .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sLz0Nxvxkn .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sLz0Nxvxkn img {
    height: 3.8rem !important;
  }
  .cid-sLz0Nxvxkn .btn {
    display: flex;
  }
  .cid-sLz0Nxvxkn button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sLz0Nxvxkn .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sLz0Nxvxkn .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLz0Nxvxkn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLz0Nxvxkn .navbar-collapse.collapsing,
  .cid-sLz0Nxvxkn .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLz0Nxvxkn .navbar-collapse.collapsing .navbar-nav,
  .cid-sLz0Nxvxkn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLz0Nxvxkn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLz0Nxvxkn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sLz0Nxvxkn .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLz0Nxvxkn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLz0Nxvxkn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLz0Nxvxkn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLz0Nxvxkn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLz0Nxvxkn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLz0Nxvxkn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLz0Nxvxkn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sLz0Nxvxkn .navbar .menu-content-top {
    display: block;
  }
  .cid-sLz0Nxvxkn .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sLz0Nxvxkn .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sLz0Nxvxkn .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sLz0Nxvxkn .menu-bottom {
    display: flex;
  }
  .cid-sLz0Nxvxkn .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLz0Nxvxkn .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLz0Nxvxkn .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sLz0Nxvxkn .navbar-toggler {
    display: none;
  }
}
.cid-sLz0Nxvxkn .navbar-short .menu-content-top {
  border: none;
}
.cid-sLz0Nxvxkn .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLz0Nxvxkn .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLz0Nxvxkn .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sLz0Nxvxkn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLz0Nxvxkn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLz0Nxvxkn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLz0Nxvxkn .dropdown .dropdown-menu {
  background: #1d2671;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLz0Nxvxkn .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLz0Nxvxkn .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLz0Nxvxkn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sLz0Nxvxkn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLz0Nxvxkn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLz0Nxvxkn .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-sLz0Nxvxkn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLz0Nxvxkn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLz0Nxvxkn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLz0Nxvxkn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLz0Nxvxkn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLz0Nxvxkn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLz0Nxvxkn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLz0Nxvxkn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLz0Nxvxkn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-sLz0Nxvxkn button.navbar-toggler:focus {
  outline: none;
}
.cid-sLz0Nxvxkn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sLz0Nxvxkn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLz0Nxvxkn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLz0Nxvxkn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLz0Nxvxkn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLz0Nxvxkn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLz0Nxvxkn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLz0Nxvxkn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLz0Nxvxkn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLz0Nxvxkn .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLz0Nxvxkn .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLz0Nxvxkn .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sLz0Nxvxkn .collapsed .btn {
  display: flex;
}
.cid-sLz0Nxvxkn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLz0Nxvxkn .collapsed .navbar-collapse.collapsing,
.cid-sLz0Nxvxkn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLz0Nxvxkn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLz0Nxvxkn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLz0Nxvxkn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLz0Nxvxkn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLz0Nxvxkn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLz0Nxvxkn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLz0Nxvxkn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLz0Nxvxkn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLz0Nxvxkn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6rem  - 1rem);
  }
  .cid-sLz0Nxvxkn .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLz0Nxvxkn .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLz0Nxvxkn .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sLz0Nxvxkn .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLz0Nxvxkn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-sLz0Nxvxkn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLz0Nxvxkn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLz0Nxvxkn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sLz0Nxvxkn .collapsed .dropdown-item:before {
  display: none;
}
.cid-sLz0Nxvxkn .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLz0Nxvxkn .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLz0Nxvxkn .nav-link:focus {
  outline: none;
}
.cid-sLz0Nxvxkn .navbar-toggler {
  position: relative;
}
.cid-sLz0Nxvxkn .dropdown-item.active,
.cid-sLz0Nxvxkn .dropdown-item:active {
  background-color: #1d2671;
  color: auto;
}
.cid-sLz0Nxvxkn .nav-link:hover,
.cid-sLz0Nxvxkn .dropdown-item:hover {
  color: #4284df;
}
.cid-sLz0Nz4jVa {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sLz0Nz4jVa .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sLz0Nz4jVa .mbr-overlay {
  background: linear-gradient(#1d2671 -10%, #1d2671 75%);
}
.cid-sLz0NzVhr5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #951d19;
}
.cid-sLz0NzVhr5 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sLz0NzVhr5 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sLz0NzVhr5 .card-img span {
  font-size: 100px;
}
.cid-sLz0NzVhr5 .mbr-text,
.cid-sLz0NzVhr5 .mbr-section-btn {
  color: #efefef;
}
.cid-sLz1queEOk {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sLz1queEOk .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sLz1queEOk .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sLz1queEOk .text-content {
  padding-right: 1.5rem;
}
.cid-sLz1queEOk .mbr-text,
.cid-sLz1queEOk .mbr-section-btn {
  color: #767676;
}
.cid-sLz1queEOk .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(109, 109, 109, 0.3);
  box-shadow: 0px 0px 30px rgba(109, 109, 109, 0.3);
  border-radius: .25rem;
}
.cid-sLz1queEOk .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sLz1queEOk .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sLz1queEOk .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sLz1queEOk .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sLz1queEOk .main-row {
    margin: 0;
  }
  .cid-sLz1queEOk .mbr-section-title,
  .cid-sLz1queEOk .mbr-text,
  .cid-sLz1queEOk .list,
  .cid-sLz1queEOk .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sLz1queEOk .text-content {
    padding: 0;
  }
}
.cid-sLzc31MDGo {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #e3ebf7;
}
.cid-sLzc31MDGo .team-card .image-wrap {
  overflow: hidden;
}
.cid-sLzc31MDGo .team-card .image-wrap img {
  transition: all .5s;
}
.cid-sLzc31MDGo .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sLzc31MDGo .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sLzc31MDGo .team-card {
  margin-bottom: 2rem;
}
.cid-sLzc31MDGo .card-wrap {
  background: #ffffff;
}
.cid-sLzc31MDGo .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sLzc31MDGo .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-sLzc31MDGo .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sLzc31MDGo .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sLzc31MDGo .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sLzc31MDGo .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-sLzc31MDGo .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sLz0NB69Sk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/face-1037x749.jpg");
}
.cid-sLz0NB69Sk .mbr-text {
  color: #767676;
}
.cid-sLz0NB69Sk .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(193, 38, 32, 0.35);
}
.cid-sLz0NB69Sk .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-sLz0NB69Sk .card-wrapper:hover .ico2 {
  color: #0c57bf !important;
}
.cid-sLz0NB69Sk .text-info:hover {
  color: inherit!important;
}
.cid-sLz0NB69Sk .ico2 {
  color: #f8f9c4 !important;
  transition: all 0.6s;
}
.cid-sLz0NB69Sk .card-box {
  padding: 0rem 1rem;
}
.cid-sLz0NB69Sk .card-img {
  width: auto;
}
.cid-sLz0NB69Sk .ico1 {
  font-size: 5rem !important;
}
.cid-sLz0NB69Sk h3,
.cid-sLz0NB69Sk h4 {
  padding: 0;
  margin: 0;
}
.cid-sLz0NB69Sk .card-title,
.cid-sLz0NB69Sk .card-img {
  color: #232323;
}
.cid-sLz0NB69Sk H3 {
  color: #767676;
}
.cid-sLz0NB69Sk H1 {
  color: #232323;
}
.cid-sLz0NBTf5Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d2671;
}
@media (max-width: 767px) {
  .cid-sLz0NBTf5Y .content {
    text-align: center;
  }
  .cid-sLz0NBTf5Y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLz0NBTf5Y .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLz0NBTf5Y .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLz0NBTf5Y .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLz0NBTf5Y .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLz0NBTf5Y .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLz0NBTf5Y .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sLz0NBTf5Y .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLz0NBTf5Y .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLz0NBTf5Y .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLz0NBTf5Y .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLz0NBTf5Y .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sLz0NBTf5Y P {
  text-align: left;
}
.cid-sLz0NBTf5Y .copyright > p {
  text-align: left;
}
.cid-sLz0NBTf5Y H5 {
  text-align: center;
}
.cid-sLz1F05tfd .navbar {
  padding: .5rem 0;
  background: #1d2671;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-sLz1F05tfd .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sLz1F05tfd .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sLz1F05tfd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLz1F05tfd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sLz1F05tfd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLz1F05tfd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLz1F05tfd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLz1F05tfd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLz1F05tfd .navbar-dropdown.bg-color.transparent.opened {
  background: #1d2671;
}
.cid-sLz1F05tfd a {
  font-style: normal;
}
.cid-sLz1F05tfd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sLz1F05tfd .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-sLz1F05tfd .dropdown-item:before {
  font-family: MobiriseIcons !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-sLz1F05tfd .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-sLz1F05tfd .content-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sLz1F05tfd .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLz1F05tfd .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0c57bf;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLz1F05tfd .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-sLz1F05tfd .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sLz1F05tfd .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-sLz1F05tfd .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sLz1F05tfd .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLz1F05tfd .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLz1F05tfd .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLz1F05tfd .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLz1F05tfd .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLz1F05tfd .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLz1F05tfd .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sLz1F05tfd .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sLz1F05tfd .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sLz1F05tfd .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sLz1F05tfd .menu-content-top.show {
  display: block;
}
.cid-sLz1F05tfd .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sLz1F05tfd .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sLz1F05tfd .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sLz1F05tfd .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-sLz1F05tfd .dropdown-item:before {
    display: none;
  }
  .cid-sLz1F05tfd .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sLz1F05tfd .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sLz1F05tfd img {
    height: 3.8rem !important;
  }
  .cid-sLz1F05tfd .btn {
    display: flex;
  }
  .cid-sLz1F05tfd button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sLz1F05tfd .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sLz1F05tfd .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLz1F05tfd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLz1F05tfd .navbar-collapse.collapsing,
  .cid-sLz1F05tfd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLz1F05tfd .navbar-collapse.collapsing .navbar-nav,
  .cid-sLz1F05tfd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLz1F05tfd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLz1F05tfd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sLz1F05tfd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLz1F05tfd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLz1F05tfd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLz1F05tfd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLz1F05tfd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLz1F05tfd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLz1F05tfd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLz1F05tfd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sLz1F05tfd .navbar .menu-content-top {
    display: block;
  }
  .cid-sLz1F05tfd .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sLz1F05tfd .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sLz1F05tfd .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sLz1F05tfd .menu-bottom {
    display: flex;
  }
  .cid-sLz1F05tfd .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLz1F05tfd .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLz1F05tfd .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sLz1F05tfd .navbar-toggler {
    display: none;
  }
}
.cid-sLz1F05tfd .navbar-short .menu-content-top {
  border: none;
}
.cid-sLz1F05tfd .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLz1F05tfd .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLz1F05tfd .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sLz1F05tfd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLz1F05tfd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLz1F05tfd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLz1F05tfd .dropdown .dropdown-menu {
  background: #1d2671;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLz1F05tfd .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLz1F05tfd .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLz1F05tfd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sLz1F05tfd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLz1F05tfd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLz1F05tfd .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-sLz1F05tfd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLz1F05tfd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLz1F05tfd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLz1F05tfd .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLz1F05tfd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLz1F05tfd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLz1F05tfd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLz1F05tfd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLz1F05tfd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-sLz1F05tfd button.navbar-toggler:focus {
  outline: none;
}
.cid-sLz1F05tfd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sLz1F05tfd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLz1F05tfd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLz1F05tfd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLz1F05tfd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLz1F05tfd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLz1F05tfd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLz1F05tfd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLz1F05tfd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLz1F05tfd .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLz1F05tfd .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLz1F05tfd .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sLz1F05tfd .collapsed .btn {
  display: flex;
}
.cid-sLz1F05tfd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLz1F05tfd .collapsed .navbar-collapse.collapsing,
.cid-sLz1F05tfd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLz1F05tfd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLz1F05tfd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLz1F05tfd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLz1F05tfd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLz1F05tfd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLz1F05tfd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLz1F05tfd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLz1F05tfd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLz1F05tfd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6rem  - 1rem);
  }
  .cid-sLz1F05tfd .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLz1F05tfd .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLz1F05tfd .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sLz1F05tfd .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLz1F05tfd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-sLz1F05tfd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLz1F05tfd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLz1F05tfd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sLz1F05tfd .collapsed .dropdown-item:before {
  display: none;
}
.cid-sLz1F05tfd .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLz1F05tfd .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLz1F05tfd .nav-link:focus {
  outline: none;
}
.cid-sLz1F05tfd .navbar-toggler {
  position: relative;
}
.cid-sLz1F05tfd .dropdown-item.active,
.cid-sLz1F05tfd .dropdown-item:active {
  background-color: #1d2671;
  color: auto;
}
.cid-sLz1F05tfd .nav-link:hover,
.cid-sLz1F05tfd .dropdown-item:hover {
  color: #4284df;
}
.cid-sLz1F18HPJ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sLz1F18HPJ .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sLz1F18HPJ .mbr-overlay {
  background: linear-gradient(#1d2671 -10%, #1d2671 75%);
}
.cid-sLz1F1GIzJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #951d19;
}
.cid-sLz1F1GIzJ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sLz1F1GIzJ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sLz1F1GIzJ .card-img span {
  font-size: 100px;
}
.cid-sLz1F1GIzJ .mbr-text,
.cid-sLz1F1GIzJ .mbr-section-btn {
  color: #efefef;
}
.cid-sLz1F2dwmF {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sLz1F2dwmF .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sLz1F2dwmF .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sLz1F2dwmF .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sLz1F2dwmF .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sLz1F2dwmF .mbr-text,
.cid-sLz1F2dwmF .mbr-section-btn {
  color: #767676;
}
.cid-sLz1F2dwmF .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(109, 109, 109, 0.3);
  box-shadow: 0px 0px 30px rgba(109, 109, 109, 0.3);
  border-radius: .25rem;
}
.cid-sLz1F2dwmF .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sLz1F2dwmF .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sLz1F2dwmF .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sLz1F2dwmF .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sLz1F2dwmF .main-row {
    margin: 0;
  }
  .cid-sLz1F2dwmF .mbr-section-title,
  .cid-sLz1F2dwmF .mbr-text,
  .cid-sLz1F2dwmF .list,
  .cid-sLz1F2dwmF .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sLz1F2dwmF .text-content {
    padding: 0;
  }
}
.cid-sLzc5HD3oE {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #e3ebf7;
}
.cid-sLzc5HD3oE .team-card .image-wrap {
  overflow: hidden;
}
.cid-sLzc5HD3oE .team-card .image-wrap img {
  transition: all .5s;
}
.cid-sLzc5HD3oE .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sLzc5HD3oE .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sLzc5HD3oE .team-card {
  margin-bottom: 2rem;
}
.cid-sLzc5HD3oE .card-wrap {
  background: #ffffff;
}
.cid-sLzc5HD3oE .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sLzc5HD3oE .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-sLzc5HD3oE .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sLzc5HD3oE .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sLzc5HD3oE .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sLzc5HD3oE .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-sLzc5HD3oE .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sLz1F2JV9w {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/face-1037x749.jpg");
}
.cid-sLz1F2JV9w .mbr-text {
  color: #767676;
}
.cid-sLz1F2JV9w .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(193, 38, 32, 0.35);
}
.cid-sLz1F2JV9w .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-sLz1F2JV9w .card-wrapper:hover .ico2 {
  color: #0c57bf !important;
}
.cid-sLz1F2JV9w .text-info:hover {
  color: inherit!important;
}
.cid-sLz1F2JV9w .ico2 {
  color: #f8f9c4 !important;
  transition: all 0.6s;
}
.cid-sLz1F2JV9w .card-box {
  padding: 0rem 1rem;
}
.cid-sLz1F2JV9w .card-img {
  width: auto;
}
.cid-sLz1F2JV9w .ico1 {
  font-size: 5rem !important;
}
.cid-sLz1F2JV9w h3,
.cid-sLz1F2JV9w h4 {
  padding: 0;
  margin: 0;
}
.cid-sLz1F2JV9w .card-title,
.cid-sLz1F2JV9w .card-img {
  color: #232323;
}
.cid-sLz1F2JV9w H3 {
  color: #767676;
}
.cid-sLz1F2JV9w H1 {
  color: #232323;
}
.cid-sLz1F3JimP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d2671;
}
@media (max-width: 767px) {
  .cid-sLz1F3JimP .content {
    text-align: center;
  }
  .cid-sLz1F3JimP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLz1F3JimP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLz1F3JimP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLz1F3JimP .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLz1F3JimP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLz1F3JimP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLz1F3JimP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sLz1F3JimP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLz1F3JimP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLz1F3JimP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLz1F3JimP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLz1F3JimP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sLz1F3JimP P {
  text-align: left;
}
.cid-sLz1F3JimP .copyright > p {
  text-align: left;
}
.cid-sLz1F3JimP H5 {
  text-align: center;
}
.cid-sLz20f60aM .navbar {
  padding: .5rem 0;
  background: #1d2671;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-sLz20f60aM .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sLz20f60aM .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sLz20f60aM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLz20f60aM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sLz20f60aM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLz20f60aM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLz20f60aM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLz20f60aM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLz20f60aM .navbar-dropdown.bg-color.transparent.opened {
  background: #1d2671;
}
.cid-sLz20f60aM a {
  font-style: normal;
}
.cid-sLz20f60aM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sLz20f60aM .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-sLz20f60aM .dropdown-item:before {
  font-family: MobiriseIcons !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-sLz20f60aM .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-sLz20f60aM .content-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sLz20f60aM .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLz20f60aM .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0c57bf;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLz20f60aM .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-sLz20f60aM .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sLz20f60aM .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-sLz20f60aM .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sLz20f60aM .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLz20f60aM .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLz20f60aM .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLz20f60aM .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLz20f60aM .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLz20f60aM .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLz20f60aM .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sLz20f60aM .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sLz20f60aM .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sLz20f60aM .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sLz20f60aM .menu-content-top.show {
  display: block;
}
.cid-sLz20f60aM .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sLz20f60aM .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sLz20f60aM .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sLz20f60aM .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-sLz20f60aM .dropdown-item:before {
    display: none;
  }
  .cid-sLz20f60aM .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sLz20f60aM .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sLz20f60aM img {
    height: 3.8rem !important;
  }
  .cid-sLz20f60aM .btn {
    display: flex;
  }
  .cid-sLz20f60aM button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sLz20f60aM .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sLz20f60aM .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLz20f60aM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLz20f60aM .navbar-collapse.collapsing,
  .cid-sLz20f60aM .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLz20f60aM .navbar-collapse.collapsing .navbar-nav,
  .cid-sLz20f60aM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLz20f60aM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLz20f60aM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sLz20f60aM .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLz20f60aM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLz20f60aM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLz20f60aM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLz20f60aM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLz20f60aM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLz20f60aM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLz20f60aM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sLz20f60aM .navbar .menu-content-top {
    display: block;
  }
  .cid-sLz20f60aM .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sLz20f60aM .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sLz20f60aM .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sLz20f60aM .menu-bottom {
    display: flex;
  }
  .cid-sLz20f60aM .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLz20f60aM .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLz20f60aM .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sLz20f60aM .navbar-toggler {
    display: none;
  }
}
.cid-sLz20f60aM .navbar-short .menu-content-top {
  border: none;
}
.cid-sLz20f60aM .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLz20f60aM .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLz20f60aM .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sLz20f60aM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLz20f60aM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLz20f60aM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLz20f60aM .dropdown .dropdown-menu {
  background: #1d2671;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLz20f60aM .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLz20f60aM .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLz20f60aM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sLz20f60aM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLz20f60aM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLz20f60aM .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-sLz20f60aM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLz20f60aM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLz20f60aM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLz20f60aM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLz20f60aM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLz20f60aM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLz20f60aM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLz20f60aM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLz20f60aM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-sLz20f60aM button.navbar-toggler:focus {
  outline: none;
}
.cid-sLz20f60aM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sLz20f60aM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLz20f60aM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLz20f60aM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLz20f60aM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLz20f60aM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLz20f60aM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLz20f60aM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLz20f60aM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLz20f60aM .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLz20f60aM .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLz20f60aM .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sLz20f60aM .collapsed .btn {
  display: flex;
}
.cid-sLz20f60aM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLz20f60aM .collapsed .navbar-collapse.collapsing,
.cid-sLz20f60aM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLz20f60aM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLz20f60aM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLz20f60aM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLz20f60aM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLz20f60aM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLz20f60aM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLz20f60aM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLz20f60aM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLz20f60aM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6rem  - 1rem);
  }
  .cid-sLz20f60aM .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLz20f60aM .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLz20f60aM .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sLz20f60aM .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLz20f60aM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-sLz20f60aM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLz20f60aM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLz20f60aM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sLz20f60aM .collapsed .dropdown-item:before {
  display: none;
}
.cid-sLz20f60aM .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLz20f60aM .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLz20f60aM .nav-link:focus {
  outline: none;
}
.cid-sLz20f60aM .navbar-toggler {
  position: relative;
}
.cid-sLz20f60aM .dropdown-item.active,
.cid-sLz20f60aM .dropdown-item:active {
  background-color: #1d2671;
  color: auto;
}
.cid-sLz20f60aM .nav-link:hover,
.cid-sLz20f60aM .dropdown-item:hover {
  color: #4284df;
}
.cid-sLz20gHz0B {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sLz20gHz0B .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sLz20gHz0B .mbr-overlay {
  background: linear-gradient(#1d2671 -10%, #1d2671 75%);
}
.cid-sLz20htp1D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #951d19;
}
.cid-sLz20htp1D .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sLz20htp1D .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sLz20htp1D .card-img span {
  font-size: 100px;
}
.cid-sLz20htp1D .mbr-text,
.cid-sLz20htp1D .mbr-section-btn {
  color: #efefef;
}
.cid-sLz20icrhS {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sLz20icrhS .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sLz20icrhS .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sLz20icrhS .text-content {
  padding-right: 1.5rem;
}
.cid-sLz20icrhS .mbr-text,
.cid-sLz20icrhS .mbr-section-btn {
  color: #767676;
}
.cid-sLz20icrhS .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(109, 109, 109, 0.3);
  box-shadow: 0px 0px 30px rgba(109, 109, 109, 0.3);
  border-radius: .25rem;
}
.cid-sLz20icrhS .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sLz20icrhS .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sLz20icrhS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sLz20icrhS .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sLz20icrhS .main-row {
    margin: 0;
  }
  .cid-sLz20icrhS .mbr-section-title,
  .cid-sLz20icrhS .mbr-text,
  .cid-sLz20icrhS .list,
  .cid-sLz20icrhS .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sLz20icrhS .text-content {
    padding: 0;
  }
}
.cid-sLzc8wfxoC {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #e3ebf7;
}
.cid-sLzc8wfxoC .team-card .image-wrap {
  overflow: hidden;
}
.cid-sLzc8wfxoC .team-card .image-wrap img {
  transition: all .5s;
}
.cid-sLzc8wfxoC .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sLzc8wfxoC .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sLzc8wfxoC .team-card {
  margin-bottom: 2rem;
}
.cid-sLzc8wfxoC .card-wrap {
  background: #ffffff;
}
.cid-sLzc8wfxoC .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sLzc8wfxoC .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-sLzc8wfxoC .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sLzc8wfxoC .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sLzc8wfxoC .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sLzc8wfxoC .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-sLzc8wfxoC .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sLz20iQZQo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/face-1037x749.jpg");
}
.cid-sLz20iQZQo .mbr-text {
  color: #767676;
}
.cid-sLz20iQZQo .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(193, 38, 32, 0.35);
}
.cid-sLz20iQZQo .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-sLz20iQZQo .card-wrapper:hover .ico2 {
  color: #0c57bf !important;
}
.cid-sLz20iQZQo .text-info:hover {
  color: inherit!important;
}
.cid-sLz20iQZQo .ico2 {
  color: #f8f9c4 !important;
  transition: all 0.6s;
}
.cid-sLz20iQZQo .card-box {
  padding: 0rem 1rem;
}
.cid-sLz20iQZQo .card-img {
  width: auto;
}
.cid-sLz20iQZQo .ico1 {
  font-size: 5rem !important;
}
.cid-sLz20iQZQo h3,
.cid-sLz20iQZQo h4 {
  padding: 0;
  margin: 0;
}
.cid-sLz20iQZQo .card-title,
.cid-sLz20iQZQo .card-img {
  color: #232323;
}
.cid-sLz20iQZQo H3 {
  color: #767676;
}
.cid-sLz20iQZQo H1 {
  color: #232323;
}
.cid-sLz20jVZNo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d2671;
}
@media (max-width: 767px) {
  .cid-sLz20jVZNo .content {
    text-align: center;
  }
  .cid-sLz20jVZNo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLz20jVZNo .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLz20jVZNo .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLz20jVZNo .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLz20jVZNo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLz20jVZNo .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLz20jVZNo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sLz20jVZNo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLz20jVZNo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLz20jVZNo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLz20jVZNo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLz20jVZNo .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sLz20jVZNo P {
  text-align: left;
}
.cid-sLz20jVZNo .copyright > p {
  text-align: left;
}
.cid-sLz20jVZNo H5 {
  text-align: center;
}
.cid-sLz2KKHGC8 .navbar {
  padding: .5rem 0;
  background: #1d2671;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-sLz2KKHGC8 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sLz2KKHGC8 .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sLz2KKHGC8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLz2KKHGC8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sLz2KKHGC8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLz2KKHGC8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLz2KKHGC8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLz2KKHGC8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLz2KKHGC8 .navbar-dropdown.bg-color.transparent.opened {
  background: #1d2671;
}
.cid-sLz2KKHGC8 a {
  font-style: normal;
}
.cid-sLz2KKHGC8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sLz2KKHGC8 .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-sLz2KKHGC8 .dropdown-item:before {
  font-family: MobiriseIcons !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-sLz2KKHGC8 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-sLz2KKHGC8 .content-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sLz2KKHGC8 .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLz2KKHGC8 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0c57bf;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLz2KKHGC8 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-sLz2KKHGC8 .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sLz2KKHGC8 .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-sLz2KKHGC8 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sLz2KKHGC8 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLz2KKHGC8 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLz2KKHGC8 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLz2KKHGC8 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLz2KKHGC8 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLz2KKHGC8 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLz2KKHGC8 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sLz2KKHGC8 .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sLz2KKHGC8 .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sLz2KKHGC8 .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sLz2KKHGC8 .menu-content-top.show {
  display: block;
}
.cid-sLz2KKHGC8 .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sLz2KKHGC8 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sLz2KKHGC8 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sLz2KKHGC8 .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-sLz2KKHGC8 .dropdown-item:before {
    display: none;
  }
  .cid-sLz2KKHGC8 .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sLz2KKHGC8 .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sLz2KKHGC8 img {
    height: 3.8rem !important;
  }
  .cid-sLz2KKHGC8 .btn {
    display: flex;
  }
  .cid-sLz2KKHGC8 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sLz2KKHGC8 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sLz2KKHGC8 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLz2KKHGC8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLz2KKHGC8 .navbar-collapse.collapsing,
  .cid-sLz2KKHGC8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLz2KKHGC8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sLz2KKHGC8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLz2KKHGC8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLz2KKHGC8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sLz2KKHGC8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLz2KKHGC8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLz2KKHGC8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLz2KKHGC8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLz2KKHGC8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLz2KKHGC8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLz2KKHGC8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLz2KKHGC8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sLz2KKHGC8 .navbar .menu-content-top {
    display: block;
  }
  .cid-sLz2KKHGC8 .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sLz2KKHGC8 .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sLz2KKHGC8 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sLz2KKHGC8 .menu-bottom {
    display: flex;
  }
  .cid-sLz2KKHGC8 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLz2KKHGC8 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLz2KKHGC8 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sLz2KKHGC8 .navbar-toggler {
    display: none;
  }
}
.cid-sLz2KKHGC8 .navbar-short .menu-content-top {
  border: none;
}
.cid-sLz2KKHGC8 .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLz2KKHGC8 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLz2KKHGC8 .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sLz2KKHGC8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLz2KKHGC8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLz2KKHGC8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLz2KKHGC8 .dropdown .dropdown-menu {
  background: #1d2671;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLz2KKHGC8 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLz2KKHGC8 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLz2KKHGC8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sLz2KKHGC8 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLz2KKHGC8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLz2KKHGC8 .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-sLz2KKHGC8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLz2KKHGC8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLz2KKHGC8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLz2KKHGC8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLz2KKHGC8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLz2KKHGC8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLz2KKHGC8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLz2KKHGC8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLz2KKHGC8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-sLz2KKHGC8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sLz2KKHGC8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sLz2KKHGC8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLz2KKHGC8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLz2KKHGC8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLz2KKHGC8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLz2KKHGC8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLz2KKHGC8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLz2KKHGC8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLz2KKHGC8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLz2KKHGC8 .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLz2KKHGC8 .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLz2KKHGC8 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sLz2KKHGC8 .collapsed .btn {
  display: flex;
}
.cid-sLz2KKHGC8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLz2KKHGC8 .collapsed .navbar-collapse.collapsing,
.cid-sLz2KKHGC8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLz2KKHGC8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLz2KKHGC8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLz2KKHGC8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLz2KKHGC8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLz2KKHGC8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLz2KKHGC8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLz2KKHGC8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLz2KKHGC8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLz2KKHGC8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6rem  - 1rem);
  }
  .cid-sLz2KKHGC8 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLz2KKHGC8 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLz2KKHGC8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sLz2KKHGC8 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLz2KKHGC8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-sLz2KKHGC8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLz2KKHGC8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLz2KKHGC8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sLz2KKHGC8 .collapsed .dropdown-item:before {
  display: none;
}
.cid-sLz2KKHGC8 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLz2KKHGC8 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLz2KKHGC8 .nav-link:focus {
  outline: none;
}
.cid-sLz2KKHGC8 .navbar-toggler {
  position: relative;
}
.cid-sLz2KKHGC8 .dropdown-item.active,
.cid-sLz2KKHGC8 .dropdown-item:active {
  background-color: #1d2671;
  color: auto;
}
.cid-sLz2KKHGC8 .nav-link:hover,
.cid-sLz2KKHGC8 .dropdown-item:hover {
  color: #4284df;
}
.cid-sLz2KM2tjh {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sLz2KM2tjh .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sLz2KM2tjh .mbr-overlay {
  background: linear-gradient(#1d2671 -10%, #1d2671 75%);
}
.cid-sLz2KMzQQQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #951d19;
}
.cid-sLz2KMzQQQ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sLz2KMzQQQ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sLz2KMzQQQ .card-img span {
  font-size: 100px;
}
.cid-sLz2KMzQQQ .mbr-text,
.cid-sLz2KMzQQQ .mbr-section-btn {
  color: #efefef;
}
.cid-sLz2KNm8ex {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sLz2KNm8ex .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sLz2KNm8ex .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sLz2KNm8ex .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sLz2KNm8ex .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sLz2KNm8ex .mbr-text,
.cid-sLz2KNm8ex .mbr-section-btn {
  color: #767676;
}
.cid-sLz2KNm8ex .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(109, 109, 109, 0.3);
  box-shadow: 0px 0px 30px rgba(109, 109, 109, 0.3);
  border-radius: .25rem;
}
.cid-sLz2KNm8ex .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sLz2KNm8ex .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sLz2KNm8ex .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sLz2KNm8ex .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sLz2KNm8ex .main-row {
    margin: 0;
  }
  .cid-sLz2KNm8ex .mbr-section-title,
  .cid-sLz2KNm8ex .mbr-text,
  .cid-sLz2KNm8ex .list,
  .cid-sLz2KNm8ex .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sLz2KNm8ex .text-content {
    padding: 0;
  }
}
.cid-sLzcaVV7k7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #e3ebf7;
}
.cid-sLzcaVV7k7 .team-card .image-wrap {
  overflow: hidden;
}
.cid-sLzcaVV7k7 .team-card .image-wrap img {
  transition: all .5s;
}
.cid-sLzcaVV7k7 .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sLzcaVV7k7 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sLzcaVV7k7 .team-card {
  margin-bottom: 2rem;
}
.cid-sLzcaVV7k7 .card-wrap {
  background: #ffffff;
}
.cid-sLzcaVV7k7 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sLzcaVV7k7 .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-sLzcaVV7k7 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sLzcaVV7k7 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sLzcaVV7k7 .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sLzcaVV7k7 .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-sLzcaVV7k7 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sLz2KNLqki {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/face-1037x749.jpg");
}
.cid-sLz2KNLqki .mbr-text {
  color: #767676;
}
.cid-sLz2KNLqki .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(193, 38, 32, 0.35);
}
.cid-sLz2KNLqki .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-sLz2KNLqki .card-wrapper:hover .ico2 {
  color: #0c57bf !important;
}
.cid-sLz2KNLqki .text-info:hover {
  color: inherit!important;
}
.cid-sLz2KNLqki .ico2 {
  color: #f8f9c4 !important;
  transition: all 0.6s;
}
.cid-sLz2KNLqki .card-box {
  padding: 0rem 1rem;
}
.cid-sLz2KNLqki .card-img {
  width: auto;
}
.cid-sLz2KNLqki .ico1 {
  font-size: 5rem !important;
}
.cid-sLz2KNLqki h3,
.cid-sLz2KNLqki h4 {
  padding: 0;
  margin: 0;
}
.cid-sLz2KNLqki .card-title,
.cid-sLz2KNLqki .card-img {
  color: #232323;
}
.cid-sLz2KNLqki H3 {
  color: #767676;
}
.cid-sLz2KNLqki H1 {
  color: #232323;
}
.cid-sLz2KOpoUr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d2671;
}
@media (max-width: 767px) {
  .cid-sLz2KOpoUr .content {
    text-align: center;
  }
  .cid-sLz2KOpoUr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLz2KOpoUr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLz2KOpoUr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLz2KOpoUr .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLz2KOpoUr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLz2KOpoUr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLz2KOpoUr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sLz2KOpoUr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLz2KOpoUr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLz2KOpoUr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLz2KOpoUr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLz2KOpoUr .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sLz2KOpoUr P {
  text-align: left;
}
.cid-sLz2KOpoUr .copyright > p {
  text-align: left;
}
.cid-sLz2KOpoUr H5 {
  text-align: center;
}
.cid-sLz4QI7iLA .navbar {
  padding: .5rem 0;
  background: #1d2671;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-sLz4QI7iLA .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sLz4QI7iLA .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sLz4QI7iLA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLz4QI7iLA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sLz4QI7iLA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLz4QI7iLA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLz4QI7iLA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLz4QI7iLA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLz4QI7iLA .navbar-dropdown.bg-color.transparent.opened {
  background: #1d2671;
}
.cid-sLz4QI7iLA a {
  font-style: normal;
}
.cid-sLz4QI7iLA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sLz4QI7iLA .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-sLz4QI7iLA .dropdown-item:before {
  font-family: MobiriseIcons !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-sLz4QI7iLA .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-sLz4QI7iLA .content-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sLz4QI7iLA .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLz4QI7iLA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0c57bf;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLz4QI7iLA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-sLz4QI7iLA .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sLz4QI7iLA .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-sLz4QI7iLA .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sLz4QI7iLA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLz4QI7iLA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLz4QI7iLA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLz4QI7iLA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLz4QI7iLA .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLz4QI7iLA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLz4QI7iLA .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sLz4QI7iLA .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sLz4QI7iLA .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sLz4QI7iLA .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sLz4QI7iLA .menu-content-top.show {
  display: block;
}
.cid-sLz4QI7iLA .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sLz4QI7iLA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sLz4QI7iLA .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sLz4QI7iLA .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-sLz4QI7iLA .dropdown-item:before {
    display: none;
  }
  .cid-sLz4QI7iLA .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sLz4QI7iLA .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sLz4QI7iLA img {
    height: 3.8rem !important;
  }
  .cid-sLz4QI7iLA .btn {
    display: flex;
  }
  .cid-sLz4QI7iLA button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sLz4QI7iLA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sLz4QI7iLA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLz4QI7iLA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLz4QI7iLA .navbar-collapse.collapsing,
  .cid-sLz4QI7iLA .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLz4QI7iLA .navbar-collapse.collapsing .navbar-nav,
  .cid-sLz4QI7iLA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLz4QI7iLA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLz4QI7iLA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sLz4QI7iLA .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLz4QI7iLA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLz4QI7iLA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLz4QI7iLA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLz4QI7iLA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLz4QI7iLA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLz4QI7iLA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLz4QI7iLA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sLz4QI7iLA .navbar .menu-content-top {
    display: block;
  }
  .cid-sLz4QI7iLA .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sLz4QI7iLA .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sLz4QI7iLA .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sLz4QI7iLA .menu-bottom {
    display: flex;
  }
  .cid-sLz4QI7iLA .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLz4QI7iLA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLz4QI7iLA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sLz4QI7iLA .navbar-toggler {
    display: none;
  }
}
.cid-sLz4QI7iLA .navbar-short .menu-content-top {
  border: none;
}
.cid-sLz4QI7iLA .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLz4QI7iLA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLz4QI7iLA .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sLz4QI7iLA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLz4QI7iLA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLz4QI7iLA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLz4QI7iLA .dropdown .dropdown-menu {
  background: #1d2671;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLz4QI7iLA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLz4QI7iLA .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLz4QI7iLA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sLz4QI7iLA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLz4QI7iLA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLz4QI7iLA .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-sLz4QI7iLA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLz4QI7iLA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLz4QI7iLA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLz4QI7iLA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLz4QI7iLA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLz4QI7iLA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLz4QI7iLA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLz4QI7iLA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLz4QI7iLA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-sLz4QI7iLA button.navbar-toggler:focus {
  outline: none;
}
.cid-sLz4QI7iLA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sLz4QI7iLA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLz4QI7iLA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLz4QI7iLA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLz4QI7iLA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLz4QI7iLA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLz4QI7iLA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLz4QI7iLA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLz4QI7iLA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLz4QI7iLA .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLz4QI7iLA .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLz4QI7iLA .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sLz4QI7iLA .collapsed .btn {
  display: flex;
}
.cid-sLz4QI7iLA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLz4QI7iLA .collapsed .navbar-collapse.collapsing,
.cid-sLz4QI7iLA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLz4QI7iLA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLz4QI7iLA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLz4QI7iLA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLz4QI7iLA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLz4QI7iLA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLz4QI7iLA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLz4QI7iLA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLz4QI7iLA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLz4QI7iLA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6rem  - 1rem);
  }
  .cid-sLz4QI7iLA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLz4QI7iLA .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLz4QI7iLA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sLz4QI7iLA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLz4QI7iLA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-sLz4QI7iLA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLz4QI7iLA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLz4QI7iLA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sLz4QI7iLA .collapsed .dropdown-item:before {
  display: none;
}
.cid-sLz4QI7iLA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLz4QI7iLA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLz4QI7iLA .nav-link:focus {
  outline: none;
}
.cid-sLz4QI7iLA .navbar-toggler {
  position: relative;
}
.cid-sLz4QI7iLA .dropdown-item.active,
.cid-sLz4QI7iLA .dropdown-item:active {
  background-color: #1d2671;
  color: auto;
}
.cid-sLz4QI7iLA .nav-link:hover,
.cid-sLz4QI7iLA .dropdown-item:hover {
  color: #4284df;
}
.cid-sLz4QJ61u8 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sLz4QJ61u8 .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sLz4QJ61u8 .mbr-overlay {
  background: linear-gradient(#1d2671 -10%, #1d2671 75%);
}
.cid-sLz4QJDGR7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #951d19;
}
.cid-sLz4QJDGR7 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sLz4QJDGR7 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sLz4QJDGR7 .card-img span {
  font-size: 100px;
}
.cid-sLz4QJDGR7 .mbr-text,
.cid-sLz4QJDGR7 .mbr-section-btn {
  color: #efefef;
}
.cid-sLz5r7zbQD {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sLz5r7zbQD .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sLz5r7zbQD .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sLz5r7zbQD .text-content {
  padding-right: 1.5rem;
}
.cid-sLz5r7zbQD .mbr-text,
.cid-sLz5r7zbQD .mbr-section-btn {
  color: #767676;
}
.cid-sLz5r7zbQD .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(109, 109, 109, 0.3);
  box-shadow: 0px 0px 30px rgba(109, 109, 109, 0.3);
  border-radius: .25rem;
}
.cid-sLz5r7zbQD .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sLz5r7zbQD .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sLz5r7zbQD .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sLz5r7zbQD .main-row {
    margin: 0;
  }
  .cid-sLz5r7zbQD .mbr-section-title,
  .cid-sLz5r7zbQD .mbr-text,
  .cid-sLz5r7zbQD .list,
  .cid-sLz5r7zbQD .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sLz5r7zbQD .text-content {
    padding: 0;
  }
}
.cid-sLzce8C6GO {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #e3ebf7;
}
.cid-sLzce8C6GO .team-card .image-wrap {
  overflow: hidden;
}
.cid-sLzce8C6GO .team-card .image-wrap img {
  transition: all .5s;
}
.cid-sLzce8C6GO .team-card .image-wrap:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sLzce8C6GO .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sLzce8C6GO .team-card {
  margin-bottom: 2rem;
}
.cid-sLzce8C6GO .card-wrap {
  background: #ffffff;
}
.cid-sLzce8C6GO .card-wrap .image-wrap img {
  width: 100%;
}
.cid-sLzce8C6GO .card-wrap .content-wrap {
  padding: 1.5rem;
}
.cid-sLzce8C6GO .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sLzce8C6GO .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sLzce8C6GO .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sLzce8C6GO .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-sLzce8C6GO .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-sLz4QKSlG7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/face-1037x749.jpg");
}
.cid-sLz4QKSlG7 .mbr-text {
  color: #767676;
}
.cid-sLz4QKSlG7 .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(193, 38, 32, 0.35);
}
.cid-sLz4QKSlG7 .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-sLz4QKSlG7 .card-wrapper:hover .ico2 {
  color: #0c57bf !important;
}
.cid-sLz4QKSlG7 .text-info:hover {
  color: inherit!important;
}
.cid-sLz4QKSlG7 .ico2 {
  color: #f8f9c4 !important;
  transition: all 0.6s;
}
.cid-sLz4QKSlG7 .card-box {
  padding: 0rem 1rem;
}
.cid-sLz4QKSlG7 .card-img {
  width: auto;
}
.cid-sLz4QKSlG7 .ico1 {
  font-size: 5rem !important;
}
.cid-sLz4QKSlG7 h3,
.cid-sLz4QKSlG7 h4 {
  padding: 0;
  margin: 0;
}
.cid-sLz4QKSlG7 .card-title,
.cid-sLz4QKSlG7 .card-img {
  color: #232323;
}
.cid-sLz4QKSlG7 H3 {
  color: #767676;
}
.cid-sLz4QKSlG7 H1 {
  color: #232323;
}
.cid-sLz4QLPREZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d2671;
}
@media (max-width: 767px) {
  .cid-sLz4QLPREZ .content {
    text-align: center;
  }
  .cid-sLz4QLPREZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLz4QLPREZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLz4QLPREZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLz4QLPREZ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLz4QLPREZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLz4QLPREZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLz4QLPREZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sLz4QLPREZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLz4QLPREZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLz4QLPREZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLz4QLPREZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLz4QLPREZ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sLz4QLPREZ P {
  text-align: left;
}
.cid-sLz4QLPREZ .copyright > p {
  text-align: left;
}
.cid-sLz4QLPREZ H5 {
  text-align: center;
}
.cid-sLz9VFdgIA .navbar {
  padding: .5rem 0;
  background: #1d2671;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-sLz9VFdgIA .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sLz9VFdgIA .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sLz9VFdgIA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLz9VFdgIA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sLz9VFdgIA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLz9VFdgIA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLz9VFdgIA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLz9VFdgIA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLz9VFdgIA .navbar-dropdown.bg-color.transparent.opened {
  background: #1d2671;
}
.cid-sLz9VFdgIA a {
  font-style: normal;
}
.cid-sLz9VFdgIA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sLz9VFdgIA .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-sLz9VFdgIA .dropdown-item:before {
  font-family: MobiriseIcons !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-sLz9VFdgIA .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-sLz9VFdgIA .content-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sLz9VFdgIA .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLz9VFdgIA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0c57bf;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLz9VFdgIA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-sLz9VFdgIA .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sLz9VFdgIA .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-sLz9VFdgIA .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sLz9VFdgIA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLz9VFdgIA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLz9VFdgIA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLz9VFdgIA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLz9VFdgIA .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLz9VFdgIA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLz9VFdgIA .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sLz9VFdgIA .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sLz9VFdgIA .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sLz9VFdgIA .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sLz9VFdgIA .menu-content-top.show {
  display: block;
}
.cid-sLz9VFdgIA .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sLz9VFdgIA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sLz9VFdgIA .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sLz9VFdgIA .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-sLz9VFdgIA .dropdown-item:before {
    display: none;
  }
  .cid-sLz9VFdgIA .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sLz9VFdgIA .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sLz9VFdgIA img {
    height: 3.8rem !important;
  }
  .cid-sLz9VFdgIA .btn {
    display: flex;
  }
  .cid-sLz9VFdgIA button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sLz9VFdgIA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sLz9VFdgIA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLz9VFdgIA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLz9VFdgIA .navbar-collapse.collapsing,
  .cid-sLz9VFdgIA .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLz9VFdgIA .navbar-collapse.collapsing .navbar-nav,
  .cid-sLz9VFdgIA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLz9VFdgIA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLz9VFdgIA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sLz9VFdgIA .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLz9VFdgIA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLz9VFdgIA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLz9VFdgIA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLz9VFdgIA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLz9VFdgIA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLz9VFdgIA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLz9VFdgIA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sLz9VFdgIA .navbar .menu-content-top {
    display: block;
  }
  .cid-sLz9VFdgIA .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sLz9VFdgIA .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sLz9VFdgIA .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sLz9VFdgIA .menu-bottom {
    display: flex;
  }
  .cid-sLz9VFdgIA .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLz9VFdgIA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLz9VFdgIA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sLz9VFdgIA .navbar-toggler {
    display: none;
  }
}
.cid-sLz9VFdgIA .navbar-short .menu-content-top {
  border: none;
}
.cid-sLz9VFdgIA .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLz9VFdgIA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLz9VFdgIA .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sLz9VFdgIA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLz9VFdgIA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLz9VFdgIA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLz9VFdgIA .dropdown .dropdown-menu {
  background: #1d2671;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLz9VFdgIA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLz9VFdgIA .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLz9VFdgIA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sLz9VFdgIA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLz9VFdgIA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLz9VFdgIA .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-sLz9VFdgIA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLz9VFdgIA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLz9VFdgIA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLz9VFdgIA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLz9VFdgIA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLz9VFdgIA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLz9VFdgIA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLz9VFdgIA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLz9VFdgIA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-sLz9VFdgIA button.navbar-toggler:focus {
  outline: none;
}
.cid-sLz9VFdgIA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sLz9VFdgIA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLz9VFdgIA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLz9VFdgIA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLz9VFdgIA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLz9VFdgIA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLz9VFdgIA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLz9VFdgIA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLz9VFdgIA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLz9VFdgIA .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLz9VFdgIA .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLz9VFdgIA .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sLz9VFdgIA .collapsed .btn {
  display: flex;
}
.cid-sLz9VFdgIA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLz9VFdgIA .collapsed .navbar-collapse.collapsing,
.cid-sLz9VFdgIA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLz9VFdgIA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLz9VFdgIA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLz9VFdgIA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLz9VFdgIA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLz9VFdgIA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLz9VFdgIA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLz9VFdgIA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLz9VFdgIA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLz9VFdgIA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6rem  - 1rem);
  }
  .cid-sLz9VFdgIA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLz9VFdgIA .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLz9VFdgIA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sLz9VFdgIA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLz9VFdgIA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-sLz9VFdgIA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLz9VFdgIA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLz9VFdgIA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sLz9VFdgIA .collapsed .dropdown-item:before {
  display: none;
}
.cid-sLz9VFdgIA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLz9VFdgIA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLz9VFdgIA .nav-link:focus {
  outline: none;
}
.cid-sLz9VFdgIA .navbar-toggler {
  position: relative;
}
.cid-sLz9VFdgIA .dropdown-item.active,
.cid-sLz9VFdgIA .dropdown-item:active {
  background-color: #1d2671;
  color: auto;
}
.cid-sLz9VFdgIA .nav-link:hover,
.cid-sLz9VFdgIA .dropdown-item:hover {
  color: #4284df;
}
.cid-sLz9VGnMls {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x986.jpg");
}
.cid-sLz9VGnMls .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sLz9VGnMls .mbr-overlay {
  background: linear-gradient(#1d2671 -10%, #1d2671 75%);
}
.cid-sLz9VGQCo4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #951d19;
}
.cid-sLz9VGQCo4 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sLz9VGQCo4 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sLz9VGQCo4 .card-img span {
  font-size: 100px;
}
.cid-sLz9VGQCo4 .mbr-text,
.cid-sLz9VGQCo4 .mbr-section-btn {
  color: #efefef;
}
.cid-sLzaqxoErf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLz9VHOsDm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/face-1037x749.jpg");
}
.cid-sLz9VHOsDm .mbr-text {
  color: #767676;
}
.cid-sLz9VHOsDm .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(193, 38, 32, 0.35);
}
.cid-sLz9VHOsDm .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-sLz9VHOsDm .card-wrapper:hover .ico2 {
  color: #0c57bf !important;
}
.cid-sLz9VHOsDm .text-info:hover {
  color: inherit!important;
}
.cid-sLz9VHOsDm .ico2 {
  color: #f8f9c4 !important;
  transition: all 0.6s;
}
.cid-sLz9VHOsDm .card-box {
  padding: 0rem 1rem;
}
.cid-sLz9VHOsDm .card-img {
  width: auto;
}
.cid-sLz9VHOsDm .ico1 {
  font-size: 5rem !important;
}
.cid-sLz9VHOsDm h3,
.cid-sLz9VHOsDm h4 {
  padding: 0;
  margin: 0;
}
.cid-sLz9VHOsDm .card-title,
.cid-sLz9VHOsDm .card-img {
  color: #232323;
}
.cid-sLz9VHOsDm H3 {
  color: #767676;
}
.cid-sLz9VHOsDm H1 {
  color: #232323;
}
.cid-sLz9VIB64B {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d2671;
}
@media (max-width: 767px) {
  .cid-sLz9VIB64B .content {
    text-align: center;
  }
  .cid-sLz9VIB64B .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLz9VIB64B .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLz9VIB64B .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLz9VIB64B .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLz9VIB64B .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLz9VIB64B .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLz9VIB64B .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sLz9VIB64B .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLz9VIB64B .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLz9VIB64B .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLz9VIB64B .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLz9VIB64B .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sLz9VIB64B P {
  text-align: left;
}
.cid-sLz9VIB64B .copyright > p {
  text-align: left;
}
.cid-sLz9VIB64B H5 {
  text-align: center;
}
.cid-sLzd4S5TPL .navbar {
  padding: .5rem 0;
  background: #1d2671;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-sLzd4S5TPL .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-sLzd4S5TPL .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-sLzd4S5TPL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLzd4S5TPL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sLzd4S5TPL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sLzd4S5TPL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sLzd4S5TPL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sLzd4S5TPL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sLzd4S5TPL .navbar-dropdown.bg-color.transparent.opened {
  background: #1d2671;
}
.cid-sLzd4S5TPL a {
  font-style: normal;
}
.cid-sLzd4S5TPL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-sLzd4S5TPL .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-sLzd4S5TPL .dropdown-item:before {
  font-family: MobiriseIcons !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-sLzd4S5TPL .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-sLzd4S5TPL .content-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sLzd4S5TPL .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sLzd4S5TPL .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #0c57bf;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sLzd4S5TPL .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-sLzd4S5TPL .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-sLzd4S5TPL .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-sLzd4S5TPL .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-sLzd4S5TPL .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLzd4S5TPL .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sLzd4S5TPL .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sLzd4S5TPL .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLzd4S5TPL .nav-dropdown .link {
  font-weight: 400;
}
.cid-sLzd4S5TPL .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sLzd4S5TPL .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-sLzd4S5TPL .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-sLzd4S5TPL .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sLzd4S5TPL .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-sLzd4S5TPL .menu-content-top.show {
  display: block;
}
.cid-sLzd4S5TPL .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-sLzd4S5TPL .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-sLzd4S5TPL .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-sLzd4S5TPL .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-sLzd4S5TPL .dropdown-item:before {
    display: none;
  }
  .cid-sLzd4S5TPL .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-sLzd4S5TPL .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-sLzd4S5TPL img {
    height: 3.8rem !important;
  }
  .cid-sLzd4S5TPL .btn {
    display: flex;
  }
  .cid-sLzd4S5TPL button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sLzd4S5TPL .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sLzd4S5TPL .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLzd4S5TPL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sLzd4S5TPL .navbar-collapse.collapsing,
  .cid-sLzd4S5TPL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sLzd4S5TPL .navbar-collapse.collapsing .navbar-nav,
  .cid-sLzd4S5TPL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sLzd4S5TPL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sLzd4S5TPL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-sLzd4S5TPL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sLzd4S5TPL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sLzd4S5TPL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sLzd4S5TPL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sLzd4S5TPL .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sLzd4S5TPL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sLzd4S5TPL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sLzd4S5TPL .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-sLzd4S5TPL .navbar .menu-content-top {
    display: block;
  }
  .cid-sLzd4S5TPL .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sLzd4S5TPL .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-sLzd4S5TPL .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sLzd4S5TPL .menu-bottom {
    display: flex;
  }
  .cid-sLzd4S5TPL .navbar {
    display: block;
    padding: 0;
  }
  .cid-sLzd4S5TPL .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sLzd4S5TPL .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-sLzd4S5TPL .navbar-toggler {
    display: none;
  }
}
.cid-sLzd4S5TPL .navbar-short .menu-content-top {
  border: none;
}
.cid-sLzd4S5TPL .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLzd4S5TPL .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sLzd4S5TPL .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-sLzd4S5TPL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sLzd4S5TPL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLzd4S5TPL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sLzd4S5TPL .dropdown .dropdown-menu {
  background: #1d2671;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sLzd4S5TPL .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLzd4S5TPL .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sLzd4S5TPL .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sLzd4S5TPL .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sLzd4S5TPL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sLzd4S5TPL .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-sLzd4S5TPL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sLzd4S5TPL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLzd4S5TPL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sLzd4S5TPL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sLzd4S5TPL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sLzd4S5TPL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sLzd4S5TPL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sLzd4S5TPL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sLzd4S5TPL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-sLzd4S5TPL button.navbar-toggler:focus {
  outline: none;
}
.cid-sLzd4S5TPL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sLzd4S5TPL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLzd4S5TPL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLzd4S5TPL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLzd4S5TPL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLzd4S5TPL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLzd4S5TPL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLzd4S5TPL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLzd4S5TPL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLzd4S5TPL .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLzd4S5TPL .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLzd4S5TPL .collapsed .menu-logo {
  margin-right: 0;
}
.cid-sLzd4S5TPL .collapsed .btn {
  display: flex;
}
.cid-sLzd4S5TPL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sLzd4S5TPL .collapsed .navbar-collapse.collapsing,
.cid-sLzd4S5TPL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sLzd4S5TPL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sLzd4S5TPL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sLzd4S5TPL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sLzd4S5TPL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sLzd4S5TPL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sLzd4S5TPL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sLzd4S5TPL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sLzd4S5TPL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sLzd4S5TPL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 6rem  - 1rem);
  }
  .cid-sLzd4S5TPL .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sLzd4S5TPL .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLzd4S5TPL .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sLzd4S5TPL .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLzd4S5TPL .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-sLzd4S5TPL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sLzd4S5TPL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sLzd4S5TPL .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sLzd4S5TPL .collapsed .dropdown-item:before {
  display: none;
}
.cid-sLzd4S5TPL .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sLzd4S5TPL .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sLzd4S5TPL .nav-link:focus {
  outline: none;
}
.cid-sLzd4S5TPL .navbar-toggler {
  position: relative;
}
.cid-sLzd4S5TPL .dropdown-item.active,
.cid-sLzd4S5TPL .dropdown-item:active {
  background-color: #1d2671;
  color: auto;
}
.cid-sLzd4S5TPL .nav-link:hover,
.cid-sLzd4S5TPL .dropdown-item:hover {
  color: #4284df;
}
.cid-sLzdavjxUl {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpeg");
}
.cid-sLzdavjxUl .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sLzdavjxUl .mbr-overlay {
  background: linear-gradient(#1d2671 -10%, #1d2671 75%);
}
.cid-sLzd4VCvmG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #951d19;
}
.cid-sLzd4VCvmG .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sLzd4VCvmG .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sLzd4VCvmG .card-img span {
  font-size: 100px;
}
.cid-sLzd4VCvmG .mbr-text,
.cid-sLzd4VCvmG .mbr-section-btn {
  color: #efefef;
}
.cid-sLze0zJyUy {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1080x720.jpg");
}
.cid-sLze0zJyUy .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-sLze0zJyUy .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sLze0zJyUy .text-content {
  padding-right: 1.5rem;
}
.cid-sLze0zJyUy .mbr-text,
.cid-sLze0zJyUy .mbr-section-btn {
  color: #000000;
}
.cid-sLze0zJyUy .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(109, 109, 109, 0.3);
  box-shadow: 0px 0px 30px rgba(109, 109, 109, 0.3);
  border-radius: .25rem;
}
.cid-sLze0zJyUy .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sLze0zJyUy .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sLze0zJyUy .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sLze0zJyUy .main-row {
    margin: 0;
  }
  .cid-sLze0zJyUy .mbr-section-title,
  .cid-sLze0zJyUy .mbr-text,
  .cid-sLze0zJyUy .list,
  .cid-sLze0zJyUy .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sLze0zJyUy .text-content {
    padding: 0;
  }
}
.cid-sLze0zJyUy .mbr-section-title {
  color: #1d2671;
}
.cid-sLzf3F1Afo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sLzf3F1Afo .main,
.cid-sLzf3F1Afo .main-reverse {
  margin: 0;
  background: #ffffff;
}
.cid-sLzf3F1Afo .text-element {
  background: #ffffff;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-sLzf3F1Afo .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sLzf3F1Afo .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sLzf3F1Afo .card {
  padding: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
}
.cid-sLzf3F1Afo .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-sLzf3F1Afo .mbr-iconfont {
  font-size: 3rem;
  color: #7237a2;
}
@media (max-width: 991px) {
  .cid-sLzf3F1Afo .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-sLzf3F1Afo .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-sLzf3F1Afo .image-element,
  .cid-sLzf3F1Afo .text-element {
    margin-bottom: 0;
  }
  .cid-sLzf3F1Afo .main:first-child {
    padding-top: 0;
  }
}
.cid-sLzf3F1Afo .mbr-section-subtitle,
.cid-sLzf3F1Afo .card-text,
.cid-sLzf3F1Afo .mbr-section-btn {
  color: #8d97ad;
}
.cid-sLzf3F1Afo .card-text,
.cid-sLzf3F1Afo .mbr-section-btn {
  color: #000000;
}
.cid-sLzf3F1Afo .mbr-title,
.cid-sLzf3F1Afo .card-img {
  color: #1d2671;
}
.cid-sLzd53TEwD {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sLzd53TEwD .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-sLzd53TEwD .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sLzd53TEwD .text-content {
  padding-right: 1.5rem;
}
.cid-sLzd53TEwD .mbr-text,
.cid-sLzd53TEwD .mbr-section-btn {
  color: #000000;
}
.cid-sLzd53TEwD .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(109, 109, 109, 0.3);
  box-shadow: 0px 0px 30px rgba(109, 109, 109, 0.3);
  border-radius: .25rem;
}
.cid-sLzd53TEwD .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sLzd53TEwD .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sLzd53TEwD .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sLzd53TEwD .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sLzd53TEwD .main-row {
    margin: 0;
  }
  .cid-sLzd53TEwD .mbr-section-title,
  .cid-sLzd53TEwD .mbr-text,
  .cid-sLzd53TEwD .list,
  .cid-sLzd53TEwD .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sLzd53TEwD .text-content {
    padding: 0;
  }
}
.cid-sLzd54Ugqu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/face-1037x749.jpg");
}
.cid-sLzd54Ugqu .mbr-text {
  color: #767676;
}
.cid-sLzd54Ugqu .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(193, 38, 32, 0.35);
}
.cid-sLzd54Ugqu .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-sLzd54Ugqu .card-wrapper:hover .ico2 {
  color: #0c57bf !important;
}
.cid-sLzd54Ugqu .text-info:hover {
  color: inherit!important;
}
.cid-sLzd54Ugqu .ico2 {
  color: #f8f9c4 !important;
  transition: all 0.6s;
}
.cid-sLzd54Ugqu .card-box {
  padding: 0rem 1rem;
}
.cid-sLzd54Ugqu .card-img {
  width: auto;
}
.cid-sLzd54Ugqu .ico1 {
  font-size: 5rem !important;
}
.cid-sLzd54Ugqu h3,
.cid-sLzd54Ugqu h4 {
  padding: 0;
  margin: 0;
}
.cid-sLzd54Ugqu .card-title,
.cid-sLzd54Ugqu .card-img {
  color: #232323;
}
.cid-sLzd54Ugqu H3 {
  color: #767676;
}
.cid-sLzd54Ugqu H1 {
  color: #232323;
}
.cid-sLzd57JSqt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1d2671;
}
@media (max-width: 767px) {
  .cid-sLzd57JSqt .content {
    text-align: center;
  }
  .cid-sLzd57JSqt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sLzd57JSqt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sLzd57JSqt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sLzd57JSqt .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sLzd57JSqt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLzd57JSqt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sLzd57JSqt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sLzd57JSqt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLzd57JSqt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sLzd57JSqt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sLzd57JSqt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLzd57JSqt .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sLzd57JSqt P {
  text-align: left;
}
.cid-sLzd57JSqt .copyright > p {
  text-align: left;
}
.cid-sLzd57JSqt H5 {
  text-align: center;
}
