body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'MSS';
  font-size: 3.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'MSS';
  font-size: 2.5rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'MSS';
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'MSS';
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'MSS';
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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))));
  }
}
.cid-services {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-services .top-part {
  margin-bottom: 70px;
}
.cid-services .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-services .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-services .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-services .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-services .nav-tabs .nav-item.open .nav-link:focus,
.cid-services .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-services .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-services .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-services .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-services .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-services .nav-tabs .nav-link {
  color: #6d7a8c;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-services .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-services .nav-tabs .nav-link.active {
  border-bottom: 2px solid #0765af;
  color: #28303f;
}
.cid-services .nav-tabs .nav-link.active span {
  color: #0765af;
}
.cid-services .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-services .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-services .mbr-text,
  .cid-services .nav-link {
    text-align: left;
  }
  .cid-services .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-services .mbr-section-title,
  .cid-services .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-services .tab-content {
  margin-top: 44px;
}
.cid-services .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-services .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-services .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-services .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-services .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-services .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-services .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-services .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-services .tab-content .tab-pane .mbr-list .list li:before {
  font-weight: 900;
  color: #144177;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-services .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-services .tab-content .tab-pane .mbr-text,
.cid-services .mbr-list {
  color: #384f5f;
}
.cid-services .top-part .mbr-section-title {
  color: #144177;
}

/* 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: #0765af !important;
}
.bg-success {
  background-color: #181b35 !important;
}
.bg-info {
  background-color: #edf1f5 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #fbea22 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0765af !important;
  border-color: #0765af !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #043b65 !important;
  border-color: #043b65 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #043b65 !important;
  border-color: #043b65 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fbea22 !important;
  border-color: #fbea22 !important;
  color: #1d1b01 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #1d1b01 !important;
  background-color: #cdbd04 !important;
  border-color: #cdbd04 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1d1b01 !important;
  background-color: #cdbd04 !important;
  border-color: #cdbd04 !important;
}
.btn-info,
.btn-info:active {
  background-color: #edf1f5 !important;
  border-color: #edf1f5 !important;
  color: #517192 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #517192 !important;
  background-color: #bccbda !important;
  border-color: #bccbda !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #517192 !important;
  background-color: #bccbda !important;
  border-color: #bccbda !important;
}
.btn-success,
.btn-success:active {
  background-color: #181b35 !important;
  border-color: #181b35 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fbea22 !important;
  border-color: #fbea22 !important;
  color: #1d1b01 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #1d1b01 !important;
  background-color: #cdbd04 !important;
  border-color: #cdbd04 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #1d1b01 !important;
  background-color: #cdbd04 !important;
  border-color: #cdbd04 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-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 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-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 {
  background: none;
  border-color: #032c4d;
  color: #032c4d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0765af;
  border-color: #0765af;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0765af !important;
  border-color: #0765af !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #b4a603;
  color: #b4a603;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1d1b01;
  background-color: #fbea22;
  border-color: #fbea22;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #1d1b01 !important;
  background-color: #fbea22 !important;
  border-color: #fbea22 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #abbed1;
  color: #abbed1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #517192;
  background-color: #edf1f5;
  border-color: #edf1f5;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #517192 !important;
  background-color: #edf1f5 !important;
  border-color: #edf1f5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #181b35;
  border-color: #181b35;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #181b35 !important;
  border-color: #181b35 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b4a603;
  color: #b4a603;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1d1b01;
  background-color: #fbea22;
  border-color: #fbea22;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #1d1b01 !important;
  background-color: #fbea22 !important;
  border-color: #fbea22 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-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;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0765af !important;
}
.text-secondary {
  color: #fbea22 !important;
}
.text-success {
  color: #181b35 !important;
}
.text-info {
  color: #edf1f5 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #fbea22 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #032c4d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b4a603 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #abbed1 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b4a603 !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: #edf1f5;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #fbea22;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0765af;
  border-color: #0765af;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0765af;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3ea6f7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #737bc0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdea;
}
/* Scroll to top button*/
.form-control {
  font-family: 'MSS';
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #0765af;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@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: #0765af;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0765af;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0765af;
  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: #0765af;
  border-bottom-color: #0765af;
}
.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: #0765af !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fbea22 !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: 100px;
  height: 100px;
  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='%230765af' %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.3;
}
.cid-industries {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-industries h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-industries .nav-tabs .nav-item.open .nav-link:focus,
.cid-industries .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-industries .nav-link.active {
  background: #181b35;
}
.cid-industries .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-industries .nav-link:hover {
  background: #181b35;
}
.cid-industries .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-industries .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-industries .nav-link.display-4 {
  font-size: 15px;
}
.cid-industries .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-industries .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-industries .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-industries .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-industries .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-industries .widget {
  margin-top: 30px;
  background-color: #181b35;
  border-radius: 4px;
}
.cid-industries .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-industries .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-industries .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-industries .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-industries .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-industries .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #181b35;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #181b35;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-industries .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-industries .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-industries .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-industries .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-industries .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-industries .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-industries .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-industries .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-industries .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-industries .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-industries .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-industries .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-industries .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-industries .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-industries .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-industries .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-industries .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-industries .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-industries .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-industries .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-industries .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-industries .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-industries .mbr-text,
  .cid-industries .nav-link,
  .cid-industries .mbr-card-title,
  .cid-industries .mbr-section-title {
    text-align: left;
  }
  .cid-industries .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-industries .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-industries .tab-content .tab-pane .mbr-section-title {
  color: #181b35;
}
.cid-industries .tab-content .tab-pane .mbr-text {
  color: #091f3a;
}

.cid-sN9XyGqwsX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sN9XyGqwsX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sN9XyGqwsX .nav-item,
.cid-sN9XyGqwsX .nav-link,
.cid-sN9XyGqwsX .navbar-caption {
  font-weight: normal;
}
.cid-sN9XyGqwsX .nav-item:focus,
.cid-sN9XyGqwsX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN9XyGqwsX .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link {
    position: relative;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sN9XyGqwsX .nav-item:hover .nav-link:before,
  .cid-sN9XyGqwsX .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item .soc-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-sN9XyGqwsX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sN9XyGqwsX .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sN9XyGqwsX .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sN9XyGqwsX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sN9XyGqwsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sN9XyGqwsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN9XyGqwsX .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sN9XyGqwsX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sN9XyGqwsX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sN9XyGqwsX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sN9XyGqwsX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sN9XyGqwsX .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sN9XyGqwsX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sN9XyGqwsX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN9XyGqwsX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN9XyGqwsX .dropdown-item.active,
.cid-sN9XyGqwsX .dropdown-item:active {
  background-color: transparent;
}
.cid-sN9XyGqwsX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN9XyGqwsX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN9XyGqwsX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN9XyGqwsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sN9XyGqwsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN9XyGqwsX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN9XyGqwsX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sN9XyGqwsX .navbar-buttons {
  text-align: center;
}
.cid-sN9XyGqwsX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sN9XyGqwsX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN9XyGqwsX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sN9XyGqwsX .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sN9XyGqwsX .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sN9XyGqwsX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN9XyGqwsX a.nav-link .mbr-iconfont-btn,
.cid-sN9XyGqwsX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sN9XyGqwsX a.nav-link:hover .mbr-iconfont-btn,
.cid-sN9XyGqwsX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sN9XyGqwsX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN9XyGqwsX .navbar {
    height: 77px;
  }
  .cid-sN9XyGqwsX .navbar.opened {
    height: auto;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sLd42EHf8h .modal-body .close {
  background: #1b1b1b;
}
.cid-sLd42EHf8h .modal-body .close span {
  font-style: normal;
}
.cid-sLd42EHf8h .carousel-inner > .active,
.cid-sLd42EHf8h .carousel-inner > .next,
.cid-sLd42EHf8h .carousel-inner > .prev {
  display: table;
}
.cid-sLd42EHf8h .carousel-control .icon-next,
.cid-sLd42EHf8h .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-sLd42EHf8h .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-sLd42EHf8h .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sLd42EHf8h .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sLd42EHf8h .boxed-slider > div {
  position: relative;
}
.cid-sLd42EHf8h .container img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-sLd42EHf8h .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-sLd42EHf8h .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sLd42EHf8h .mbr-table-cell {
  padding: 0;
}
.cid-sLd42EHf8h .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sLd42EHf8h .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sLd42EHf8h .mbr-overlay {
  z-index: 1;
}
.cid-sLd42EHf8h .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 700px;
}
.cid-sLd42EHf8h .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-sLd42EHf8h .carousel-item .container {
    width: 100%;
  }
}
.cid-sLd42EHf8h .carousel-item-next.carousel-item-left,
.cid-sLd42EHf8h .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sLd42EHf8h .active.carousel-item-right,
.cid-sLd42EHf8h .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sLd42EHf8h .active.carousel-item-left,
.cid-sLd42EHf8h .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sLd42EHf8h .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-sLd42EHf8h .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sLd42EHf8h .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sLd42EHf8h .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-sLd42EHf8h .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sLd42EHf8h .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sLd42EHf8h .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-sLd42EHf8h .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-sLd42EHf8h .mbr-slider .carousel-indicators li.active,
.cid-sLd42EHf8h .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-sLd42EHf8h .mbr-slider .carousel-indicators li::after,
.cid-sLd42EHf8h .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sLd42EHf8h .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sLd42EHf8h .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sLd42EHf8h .mbr-slider > .container img {
  width: 100%;
}
.cid-sLd42EHf8h .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-sLd42EHf8h .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sLd42EHf8h .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sLd42EHf8h .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sLd42EHf8h .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sLd42EHf8h .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sLd42EHf8h .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sLd42EHf8h .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sLd42EHf8h .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sLd42EHf8h .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sLd42EHf8h .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sLd42EHf8h .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sLd42EHf8h .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sLd42EHf8h h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sLd42EHf8h .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-sLd42EHf8h .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-sLd42EHf8h .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-sLd42EHf8h .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-sLd42EHf8h .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-sLd42EHf8h .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-sLd42EHf8h .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-sLd42EHf8h .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-sLd42EHf8h .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-sLd42EHf8h DIV {
  text-align: left;
}
.cid-sLd42EHf8h P {
  text-align: left;
  color: #efefef;
}
.cid-sLd42EHf8h H2 {
  text-align: left;
  color: #ffffff;
}
#custom-html-8n {
  /* Type valid CSS here */
  /* two box icon */
  /* search icon */
}
#custom-html-8n .btn-shuvo {
  margin-top: 0!important;
  margin-left: 0;
  padding: 0.9rem 3rem!important;
  font-family: 'micross';
}
#custom-html-8n .fontAwesome {
  font-family: 'micross', 'FontAwesome', sans-serif;
  font-size: 1rem;
}
#custom-html-8n .cid-sOkhg36BXl {
  background-color: #181B35;
  font-size: 1.2rem;
  /* Yo lo puse */
  color: white;
  /* Yo lo puse */
}
#custom-html-8n .searchicon {
  font-size: 1rem;
  font-weight: 800;
}
#custom-html-8n input {
  position: relative;
  padding-left: 38px!important;
}
#custom-html-8n .boxicon {
  float: left;
  margin-left: 0.7rem;
  /* Yo lo puse */
  margin-top: -38px;
  position: relative;
  font-weight: 800;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -o-animation: fadein 2s;
  -ms-animation: fadein 2s;
  animation: fadein 2s;
  color: #b2b2b2;
  /* Yo lo puse */
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-sQ8jFAQxgW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sQ8jFAQxgW .mbr-section-title {
  color: #144177;
}
.cid-sQ8jFAQxgW .mbr-section-subtitle {
  color: #144177;
}
@media (max-width: 992px) {
  .cid-sQ8jFAQxgW .align-left {
    text-align: center;
  }
}
.cid-sQ8jFAQxgW .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-sQ8jFAQxgW .row {
    padding: 3rem 2rem;
  }
}
.cid-sQ13TqN5Fl {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQ13TqN5Fl .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #144177;
  background: #edf1f5;
  width: 110px;
  height: 110px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
  transition: all 0.3s;
  margin-bottom: 2rem;
  border: 1px solid transparent;
}
.cid-sQ13TqN5Fl .iconfont-wrapper .mbr-iconfont:hover {
  background: transparent;
  border: 1px solid #144177;
}
.cid-sQ13TqN5Fl .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-sQ13TqN5Fl .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-sQ13TqN5Fl .card {
    max-width: 14.2%;
  }
}
.cid-sQ13TqN5Fl .card-title,
.cid-sQ13TqN5Fl .iconfont-wrapper {
  color: #144177;
}
.cid-sQ13TqN5Fl .mbr-section-title {
  color: #144177;
}
.cid-sQ13TqN5Fl .mbr-section-subtitle {
  color: #406188;
}
.cid-sQ13TqN5Fl .card-text {
  color: #5b686b;
  text-align: center;
}
.cid-sQ8EhStnk1 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQ8EhStnk1 .btn.btn-primary-outline {
  border: 1px solid #0765af;
}
.cid-sQ8EhStnk1 .btn.btn-primary-outline:hover {
  background-color: #0765af !important;
  color: #ffffff !important;
}
.cid-sQ8EhStnk1 .btn.btn-secondary-outline {
  border: 1px solid #fbea22;
}
.cid-sQ8EhStnk1 .btn.btn-secondary-outline:hover {
  background-color: #fbea22 !important;
  color: #ffffff !important;
}
.cid-sQ8EhStnk1 .btn.btn-success-outline {
  border: 1px solid #181b35;
}
.cid-sQ8EhStnk1 .btn.btn-success-outline:hover {
  background-color: #181b35 !important;
  color: #ffffff !important;
}
.cid-sQ8EhStnk1 .btn.btn-info-outline {
  border: 1px solid #edf1f5;
}
.cid-sQ8EhStnk1 .btn.btn-info-outline:hover {
  background-color: #edf1f5 !important;
  color: #ffffff !important;
}
.cid-sQ8EhStnk1 .btn.btn-warning-outline {
  border: 1px solid #879a9f;
}
.cid-sQ8EhStnk1 .btn.btn-warning-outline:hover {
  background-color: #879a9f !important;
  color: #ffffff !important;
}
.cid-sQ8EhStnk1 .btn.btn-danger-outline {
  border: 1px solid #fbea22;
}
.cid-sQ8EhStnk1 .btn.btn-danger-outline:hover {
  background-color: #fbea22 !important;
  color: #ffffff !important;
}
.cid-sQ8EhStnk1 .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-sQ8EhStnk1 .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sQ8EhStnk1 .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-sQ8EhStnk1 .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-sPQ30Qxfy1 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ecf3fb;
}
.cid-sPQ30Qxfy1 .container-fluid {
  padding: 0 3rem;
}
.cid-sPQ30Qxfy1 .card {
  display: block;
}
.cid-sPQ30Qxfy1 .card .card-wrapper {
  height: 1%;
}
.cid-sPQ30Qxfy1 .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-sPQ30Qxfy1 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sPQ30Qxfy1 .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sPQ30Qxfy1 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sPQ30Qxfy1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sPQ30Qxfy1 .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sPQ30Qxfy1 H2 {
  color: #144177;
}
.cid-sPQ30Qxfy1 .mbr-text,
.cid-sPQ30Qxfy1 .card-btn {
  color: #144177;
}
.cid-sPQ30Qxfy1 .mbr-section-subtitle,
.cid-sPQ30Qxfy1 .title-btn {
  color: #3e5570;
}
.cid-u3X0IR4eOo .modal-body .close {
  background: #1b1b1b;
}
.cid-u3X0IR4eOo .modal-body .close span {
  font-style: normal;
}
.cid-u3X0IR4eOo .carousel-inner > .active,
.cid-u3X0IR4eOo .carousel-inner > .next,
.cid-u3X0IR4eOo .carousel-inner > .prev {
  display: table;
}
.cid-u3X0IR4eOo .carousel-control .icon-next,
.cid-u3X0IR4eOo .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-u3X0IR4eOo .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-u3X0IR4eOo .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u3X0IR4eOo .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-u3X0IR4eOo .boxed-slider > div {
  position: relative;
}
.cid-u3X0IR4eOo .container img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u3X0IR4eOo .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-u3X0IR4eOo .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u3X0IR4eOo .mbr-table-cell {
  padding: 0;
}
.cid-u3X0IR4eOo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u3X0IR4eOo .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-u3X0IR4eOo .mbr-overlay {
  z-index: 1;
}
.cid-u3X0IR4eOo .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 500px;
}
.cid-u3X0IR4eOo .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-u3X0IR4eOo .carousel-item .container {
    width: 100%;
  }
}
.cid-u3X0IR4eOo .carousel-item-next.carousel-item-left,
.cid-u3X0IR4eOo .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-u3X0IR4eOo .active.carousel-item-right,
.cid-u3X0IR4eOo .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-u3X0IR4eOo .active.carousel-item-left,
.cid-u3X0IR4eOo .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-u3X0IR4eOo .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-u3X0IR4eOo .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u3X0IR4eOo .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u3X0IR4eOo .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-u3X0IR4eOo .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-u3X0IR4eOo .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u3X0IR4eOo .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-u3X0IR4eOo .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-u3X0IR4eOo .mbr-slider .carousel-indicators li.active,
.cid-u3X0IR4eOo .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-u3X0IR4eOo .mbr-slider .carousel-indicators li::after,
.cid-u3X0IR4eOo .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-u3X0IR4eOo .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-u3X0IR4eOo .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-u3X0IR4eOo .mbr-slider > .container img {
  width: 100%;
}
.cid-u3X0IR4eOo .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-u3X0IR4eOo .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-u3X0IR4eOo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u3X0IR4eOo .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u3X0IR4eOo .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-u3X0IR4eOo .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-u3X0IR4eOo .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-u3X0IR4eOo .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-u3X0IR4eOo .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-u3X0IR4eOo .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u3X0IR4eOo .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-u3X0IR4eOo .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-u3X0IR4eOo .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-u3X0IR4eOo h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-u3X0IR4eOo .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-u3X0IR4eOo .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-u3X0IR4eOo .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u3X0IR4eOo .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-u3X0IR4eOo .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-u3X0IR4eOo .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-u3X0IR4eOo .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-u3X0IR4eOo .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-u3X0IR4eOo .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-u3X0IR4eOo DIV {
  text-align: right;
}
.cid-u3X0IR4eOo P {
  text-align: center;
  color: #efefef;
}
.cid-u3X0IR4eOo H2 {
  text-align: center;
  color: #ffffff;
}
.cid-sR1V5UUiVw {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ecf3fb;
}
.cid-sR1V5UUiVw .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sR1V5UUiVw a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sR1V5UUiVw .mbr-section-btn {
  margin: 0;
}
.cid-sR1V5UUiVw .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sR1V5UUiVw .form-control:focus,
.cid-sR1V5UUiVw .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sR1V5UUiVw .form-group {
  margin-bottom: 1rem;
}
.cid-sR1V5UUiVw input::-webkit-input-placeholder,
.cid-sR1V5UUiVw textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sR1V5UUiVw input:-moz-placeholder,
.cid-sR1V5UUiVw textarea:-moz-placeholder {
  color: #656565;
}
.cid-sR1V5UUiVw .jq-selectbox li,
.cid-sR1V5UUiVw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sR1V5UUiVw .jq-selectbox li:hover,
.cid-sR1V5UUiVw .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sR1V5UUiVw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sR1V5UUiVw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sR1V5UUiVw .form-group,
.cid-sR1V5UUiVw .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sR1V5UUiVw .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sR1V5UUiVw .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sR1V5UUiVw .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sR1V5UUiVw .form-block {
    padding: 1rem;
  }
}
.cid-sR1V5UUiVw H4 {
  color: #144177;
}
.cid-sR1V5UUiVw P {
  color: #144177;
}
.cid-sPP8MnuD19 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sPP8MnuD19 img {
  width: 120px;
  margin: auto;
}
.cid-sPP8MnuD19 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sPP8MnuD19 .card {
    max-width: 12.5%;
  }
}
.cid-sPP8MnuD19 .container-fluid {
  margin: auto;
}
.cid-sPP8MnuD19 .mbr-section-title {
  color: #144177;
}
.cid-sPPuXD596x {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sPPuXD596x img {
  width: 120px;
  margin: auto;
}
.cid-sPPuXD596x .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sPPuXD596x .card {
    max-width: 12.5%;
  }
}
.cid-sPPuXD596x .container-fluid {
  margin: auto;
}
.cid-sQXRxIx5TL {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sQXRxIx5TL .container {
  max-width: 1400px;
}
.cid-sQXRxIx5TL .card-img2 span {
  padding-top: 6px;
}
.cid-sQXRxIx5TL .soc-item a {
  padding-top: 5px;
}
.cid-sQXRxIx5TL .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sQXRxIx5TL .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sQXRxIx5TL .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sQXRxIx5TL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sQXRxIx5TL svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sQXRxIx5TL #e2_shape {
  fill: #ffffff !important;
}
.cid-sQXRxIx5TL .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sQXRxIx5TL .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sQXRxIx5TL .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sQXRxIx5TL .card-img {
  width: auto;
}
.cid-sQXRxIx5TL .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sQXRxIx5TL .soc-item span {
  font-size: 1.4rem;
}
.cid-sQXRxIx5TL .soc-item:hover span {
  color: #0765af !important;
}
.cid-sQXRxIx5TL .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sQXRxIx5TL .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sQXRxIx5TL .media-wrap {
  margin-bottom: 1rem;
}
.cid-sQXRxIx5TL .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sQXRxIx5TL img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sQXRxIx5TL .item {
    justify-content: center;
  }
  .cid-sQXRxIx5TL .quote::after {
    left: 60px;
  }
}
.cid-sQXRxIx5TL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sQXRxIx5TL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQXRxIx5TL .text1 {
  color: #ffffff;
}
.cid-sQXRxIx5TL .item-title {
  color: #ffffff;
}
.cid-sQXRxIx5TL H5 {
  color: #ffffff;
}
.cid-sQXRxIx5TL .theme {
  color: #ffffff;
}
.cid-sQXRxIx5TL .copyright > p {
  color: #ff3366;
}
.cid-sQXRxIx5TL .text2 {
  color: #ffffff;
}
.cid-sNFN5K6T0g {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/240-f-431973763-9arh1wofojpyqet4puuausdvqmejzqfz-720x240.jpg");
}
.cid-sNFN5K6T0g .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sNFN5K6T0g .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sNFN5K6T0g .card-img span {
  font-size: 100px;
}
.cid-sNFN5K6T0g .mbr-text,
.cid-sNFN5K6T0g .mbr-section-btn {
  color: #efefef;
}
.cid-sMYEjiRAQo {
  padding-top: 195px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sMYEjiRAQo h3 {
  line-height: 1;
  letter-spacing: -3px;
  position: relative;
}
.cid-sMYEjiRAQo h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sMYEjiRAQo h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -120px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sMYEjiRAQo .mbr-iconfont {
  margin-top: 150px;
  display: block;
  font-size: 3rem;
  color: #000000;
}
.cid-sMYEjiRAQo H3 {
  color: #5b686b;
}
.cid-sQtIKhBvlV {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sQtIKhBvlV .container {
  max-width: 1400px;
}
.cid-sQtIKhBvlV .card-img2 span {
  padding-top: 6px;
}
.cid-sQtIKhBvlV .soc-item a {
  padding-top: 5px;
}
.cid-sQtIKhBvlV .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sQtIKhBvlV .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sQtIKhBvlV .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sQtIKhBvlV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sQtIKhBvlV svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sQtIKhBvlV #e2_shape {
  fill: #ffffff !important;
}
.cid-sQtIKhBvlV .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sQtIKhBvlV .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sQtIKhBvlV .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sQtIKhBvlV .card-img {
  width: auto;
}
.cid-sQtIKhBvlV .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sQtIKhBvlV .soc-item span {
  font-size: 1.4rem;
}
.cid-sQtIKhBvlV .soc-item:hover span {
  color: #0765af !important;
}
.cid-sQtIKhBvlV .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sQtIKhBvlV .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sQtIKhBvlV .media-wrap {
  margin-bottom: 1rem;
}
.cid-sQtIKhBvlV .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sQtIKhBvlV img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sQtIKhBvlV .item {
    justify-content: center;
  }
  .cid-sQtIKhBvlV .quote::after {
    left: 60px;
  }
}
.cid-sQtIKhBvlV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sQtIKhBvlV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sQtIKhBvlV .text1 {
  color: #ffffff;
}
.cid-sQtIKhBvlV .item-title {
  color: #ffffff;
}
.cid-sQtIKhBvlV H5 {
  color: #ffffff;
}
.cid-sQtIKhBvlV .theme {
  color: #ffffff;
}
.cid-sQtIKhBvlV .copyright > p {
  color: #ff3366;
}
.cid-sQtIKhBvlV .text2 {
  color: #ffffff;
}
.cid-sN9XyGqwsX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sN9XyGqwsX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sN9XyGqwsX .nav-item,
.cid-sN9XyGqwsX .nav-link,
.cid-sN9XyGqwsX .navbar-caption {
  font-weight: normal;
}
.cid-sN9XyGqwsX .nav-item:focus,
.cid-sN9XyGqwsX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN9XyGqwsX .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link {
    position: relative;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sN9XyGqwsX .nav-item:hover .nav-link:before,
  .cid-sN9XyGqwsX .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item .soc-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-sN9XyGqwsX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sN9XyGqwsX .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sN9XyGqwsX .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sN9XyGqwsX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sN9XyGqwsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sN9XyGqwsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN9XyGqwsX .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sN9XyGqwsX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sN9XyGqwsX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sN9XyGqwsX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sN9XyGqwsX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sN9XyGqwsX .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sN9XyGqwsX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sN9XyGqwsX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN9XyGqwsX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN9XyGqwsX .dropdown-item.active,
.cid-sN9XyGqwsX .dropdown-item:active {
  background-color: transparent;
}
.cid-sN9XyGqwsX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN9XyGqwsX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN9XyGqwsX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN9XyGqwsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sN9XyGqwsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN9XyGqwsX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN9XyGqwsX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sN9XyGqwsX .navbar-buttons {
  text-align: center;
}
.cid-sN9XyGqwsX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sN9XyGqwsX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN9XyGqwsX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sN9XyGqwsX .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sN9XyGqwsX .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sN9XyGqwsX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN9XyGqwsX a.nav-link .mbr-iconfont-btn,
.cid-sN9XyGqwsX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sN9XyGqwsX a.nav-link:hover .mbr-iconfont-btn,
.cid-sN9XyGqwsX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sN9XyGqwsX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN9XyGqwsX .navbar {
    height: 77px;
  }
  .cid-sN9XyGqwsX .navbar.opened {
    height: auto;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMMLM8nSr0 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/aboutus-1180x786.jpg");
}
.cid-sMMLM8nSr0 H1 {
  text-align: center;
}
.cid-sMMOayLK15 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMMOayLK15 .item-wrapper {
  width: 100%;
}
.cid-sMMOayLK15 .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sMMOayLK15 .row {
  align-items: center;
}
.cid-sMMOayLK15 .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sMMOayLK15 .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sMMOayLK15 .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sMMOayLK15 .sign {
  max-width: 250px;
  display: inline;
}
.cid-sMMOayLK15 .mbr-text,
.cid-sMMOayLK15 .right-side {
  color: #1b745e;
}
.cid-sMMO6sQaTh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMMO6sQaTh .mbr-text,
.cid-sMMO6sQaTh .mbr-section-btn {
  color: #4e4e4e;
}
.cid-sMMO6sQaTh .container {
  max-width: 1000px;
}
.cid-sMMO6sQaTh .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #4e4e4e;
  padding-bottom: 1rem;
}
.cid-sMMO6sQaTh .mbr-section-subtitle {
  color: #4e4e4e;
}
.cid-tQkZl3Jilq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/6r-1746x982.jpg");
}
.cid-tQkZl3Jilq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkZl3Jilq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQkZl3Jilq .container {
  overflow: hidden;
}
.cid-tQkZl3Jilq .row {
  justify-content: center;
}
.cid-tQkZl3Jilq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tQkZl3Jilq .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tPH7qrlzH2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPH7qrlzH2 .mbr-text,
.cid-tPH7qrlzH2 .mbr-section-btn {
  color: #4e4e4e;
}
.cid-tPH7qrlzH2 .container {
  max-width: 1000px;
}
.cid-tPH7qrlzH2 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #4e4e4e;
  padding-bottom: 1rem;
}
.cid-tPH7qrlzH2 .mbr-section-subtitle {
  color: #4e4e4e;
}
.cid-tQl62HyQNA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/8r-1746x982.jpg");
}
.cid-tQl62HyQNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQl62HyQNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQl62HyQNA .container {
  overflow: hidden;
}
.cid-tQl62HyQNA .row {
  justify-content: center;
}
.cid-tQl62HyQNA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tQl62HyQNA .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tPH8mM3iGc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPH8mM3iGc .mbr-text,
.cid-tPH8mM3iGc .mbr-section-btn {
  color: #4e4e4e;
}
.cid-tPH8mM3iGc .container {
  max-width: 1000px;
}
.cid-tPH8mM3iGc .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #4e4e4e;
  padding-bottom: 1rem;
}
.cid-tPH8mM3iGc .mbr-section-subtitle {
  color: #4e4e4e;
}
.cid-tQl63Kll98 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/7r-1746x982.jpg");
}
.cid-tQl63Kll98 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQl63Kll98 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQl63Kll98 .container {
  overflow: hidden;
}
.cid-tQl63Kll98 .row {
  justify-content: center;
}
.cid-tQl63Kll98 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tQl63Kll98 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tR02c6SnlI {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tR02c6SnlI .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tR02c6SnlI .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-tR02c6SnlI .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-tR02c6SnlI .carousel-item.active,
.cid-tR02c6SnlI .carousel-item-next,
.cid-tR02c6SnlI .carousel-item-prev {
  display: flex;
}
.cid-tR02c6SnlI .carousel-controls a {
  transition: opacity .5s;
}
.cid-tR02c6SnlI .carousel-controls a:hover span,
.cid-tR02c6SnlI .carousel-controls a:focus span {
  opacity: 1;
}
.cid-tR02c6SnlI .carousel-controls a:hover svg,
.cid-tR02c6SnlI .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-tR02c6SnlI .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-tR02c6SnlI .user_image {
  overflow: hidden;
  display: flex;
}
.cid-tR02c6SnlI .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-tR02c6SnlI .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tR02c6SnlI .user_text {
  color: #767676;
}
.cid-tR02c6SnlI .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tR02c6SnlI .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0765af, #fbea22);
  display: inline-block;
}
.cid-tR02c6SnlI .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-tR02c6SnlI svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-tR02c6SnlI .user_name {
  color: #149dcc;
}
.cid-tR02c6SnlI .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-tR02c6SnlI .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-tR02c6SnlI .testimonials-quote,
  .cid-tR02c6SnlI .user_text,
  .cid-tR02c6SnlI .user_name,
  .cid-tR02c6SnlI .user_desk {
    text-align: center !important;
  }
  .cid-tR02c6SnlI .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-tR02c6SnlI .mbr-section-title,
  .cid-tR02c6SnlI .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-tR02c6SnlI .carousel-control-prev span {
    right: -1rem;
  }
  .cid-tR02c6SnlI .carousel-control-next span {
    left: -1rem;
  }
  .cid-tR02c6SnlI .user-text {
    padding-right: 2rem;
  }
  .cid-tR02c6SnlI .carousel-control-prev,
  .cid-tR02c6SnlI .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-tR02c6SnlI .user_text,
.cid-tR02c6SnlI .testimonials-quote {
  color: #484848;
}
.cid-sMMUuIXTLW {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sMMUuIXTLW H1 {
  color: #000000;
}
.cid-sMMUuIXTLW .mbr-text,
.cid-sMMUuIXTLW .mbr-section-btn {
  color: #000000;
}
.cid-sMMUuIXTLW .mbr-subtitle {
  color: #000000;
}
.cid-sMMUuIXTLW .mbr-text {
  margin-top: 1.5rem;
}
.cid-sMMUuIXTLW .mbr-section-btn {
  margin-top: 2rem;
}

.cid-u6b9ud4h1D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e0e9ee;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-u6b9ud4h1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6b9ud4h1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6b9ud4h1D .section-border-item {
  background-color: #fcdb42;
}
.cid-u6b9ud4h1D .main-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.cid-u6b9ud4h1D .card-wrap {
  width: 100%;
}
.cid-u6b9ud4h1D .card-box {
  width: 100%;
}
.cid-u6b9ud4h1D .card-title {
  color: #073b4c;
  text-align: left;
}
.cid-u6b9ud4h1D .mbr-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-u6b9ud4h1D .mbr-text {
    margin-top: 1rem;
  }
}
.cid-u6b9ud4h1D .card-title P {
  text-align: center;
}
.cid-u65RtHY3m8 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #e0e9ee;
}
.cid-u65RtHY3m8 .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-u65RtHY3m8 .mbr-section-title {
  margin: 0;
  color: #033867;
  text-align: left;
}
.cid-u65RtHY3m8 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-u65RtHY3m8 .card-img span {
  color: #066ea0;
}
.cid-u65RtHY3m8 .row-item {
  margin-bottom: 2rem;
}
.cid-u65RtHY3m8 .row-item:hover .wrapper {
  background: linear-gradient(90deg, #14407a, #119bd9);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-u65RtHY3m8 .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-u65RtHY3m8 .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-u65RtHY3m8 .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-u65RtHY3m8 .mbr-card-title,
.cid-u65RtHY3m8 .card-img {
  color: #033867;
}
.cid-sMMRSm4BZn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMMRSm4BZn .item-wrapper {
  width: 100%;
}
.cid-sMMRSm4BZn .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sMMRSm4BZn .row {
  align-items: center;
}
.cid-sMMRSm4BZn .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sMMRSm4BZn .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sMMRSm4BZn .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sMMRSm4BZn .sign {
  max-width: 250px;
  display: inline;
}
.cid-sMMRSm4BZn .mbr-text,
.cid-sMMRSm4BZn .right-side {
  color: #1b745e;
}
.cid-sMMRVoKEx3 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sMMRVoKEx3 .mbr-text,
.cid-sMMRVoKEx3 .mbr-section-btn {
  color: #4e4e4e;
}
.cid-sMMRVoKEx3 .container {
  max-width: 1000px;
}
.cid-sMMRVoKEx3 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #4e4e4e;
  padding-bottom: 1rem;
}
.cid-sMMRVoKEx3 .mbr-section-subtitle {
  color: #4e4e4e;
}
.cid-sMMRTpJ8Y4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMMRTpJ8Y4 .item-wrapper {
  width: 100%;
}
.cid-sMMRTpJ8Y4 .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sMMRTpJ8Y4 .row {
  align-items: center;
}
.cid-sMMRTpJ8Y4 .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sMMRTpJ8Y4 .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sMMRTpJ8Y4 .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sMMRTpJ8Y4 .sign {
  max-width: 250px;
  display: inline;
}
.cid-sMMRTpJ8Y4 .mbr-text,
.cid-sMMRTpJ8Y4 .right-side {
  color: #1b745e;
}
.cid-sMMRWRtylT {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sMMRWRtylT .mbr-text,
.cid-sMMRWRtylT .mbr-section-btn {
  color: #4e4e4e;
}
.cid-sMMRWRtylT .container {
  max-width: 1000px;
}
.cid-sMMRWRtylT .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #4e4e4e;
  padding-bottom: 1rem;
}
.cid-sMMRWRtylT .mbr-section-subtitle {
  color: #4e4e4e;
}
.cid-sN9XyGqwsX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sN9XyGqwsX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sN9XyGqwsX .nav-item,
.cid-sN9XyGqwsX .nav-link,
.cid-sN9XyGqwsX .navbar-caption {
  font-weight: normal;
}
.cid-sN9XyGqwsX .nav-item:focus,
.cid-sN9XyGqwsX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN9XyGqwsX .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link {
    position: relative;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sN9XyGqwsX .nav-item:hover .nav-link:before,
  .cid-sN9XyGqwsX .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item .soc-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-sN9XyGqwsX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sN9XyGqwsX .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sN9XyGqwsX .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sN9XyGqwsX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sN9XyGqwsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sN9XyGqwsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN9XyGqwsX .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sN9XyGqwsX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sN9XyGqwsX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sN9XyGqwsX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sN9XyGqwsX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sN9XyGqwsX .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sN9XyGqwsX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sN9XyGqwsX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN9XyGqwsX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN9XyGqwsX .dropdown-item.active,
.cid-sN9XyGqwsX .dropdown-item:active {
  background-color: transparent;
}
.cid-sN9XyGqwsX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN9XyGqwsX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN9XyGqwsX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN9XyGqwsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sN9XyGqwsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN9XyGqwsX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN9XyGqwsX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sN9XyGqwsX .navbar-buttons {
  text-align: center;
}
.cid-sN9XyGqwsX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sN9XyGqwsX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN9XyGqwsX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sN9XyGqwsX .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sN9XyGqwsX .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sN9XyGqwsX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN9XyGqwsX a.nav-link .mbr-iconfont-btn,
.cid-sN9XyGqwsX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sN9XyGqwsX a.nav-link:hover .mbr-iconfont-btn,
.cid-sN9XyGqwsX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sN9XyGqwsX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN9XyGqwsX .navbar {
    height: 77px;
  }
  .cid-sN9XyGqwsX .navbar.opened {
    height: auto;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXrCdzjHVH {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sXrCdzjHVH .container {
  max-width: 1400px;
}
.cid-sXrCdzjHVH .card-img2 span {
  padding-top: 6px;
}
.cid-sXrCdzjHVH .soc-item a {
  padding-top: 5px;
}
.cid-sXrCdzjHVH .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sXrCdzjHVH .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sXrCdzjHVH .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sXrCdzjHVH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sXrCdzjHVH svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sXrCdzjHVH #e2_shape {
  fill: #ffffff !important;
}
.cid-sXrCdzjHVH .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sXrCdzjHVH .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sXrCdzjHVH .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sXrCdzjHVH .card-img {
  width: auto;
}
.cid-sXrCdzjHVH .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sXrCdzjHVH .soc-item span {
  font-size: 1.4rem;
}
.cid-sXrCdzjHVH .soc-item:hover span {
  color: #0765af !important;
}
.cid-sXrCdzjHVH .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sXrCdzjHVH .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sXrCdzjHVH .media-wrap {
  margin-bottom: 1rem;
}
.cid-sXrCdzjHVH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sXrCdzjHVH img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sXrCdzjHVH .item {
    justify-content: center;
  }
  .cid-sXrCdzjHVH .quote::after {
    left: 60px;
  }
}
.cid-sXrCdzjHVH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sXrCdzjHVH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXrCdzjHVH .text1 {
  color: #ffffff;
}
.cid-sXrCdzjHVH .item-title {
  color: #ffffff;
}
.cid-sXrCdzjHVH H5 {
  color: #ffffff;
}
.cid-sXrCdzjHVH .theme {
  color: #ffffff;
}
.cid-sXrCdzjHVH .copyright > p {
  color: #ff3366;
}
.cid-sXrCdzjHVH .text2 {
  color: #ffffff;
}
.cid-u65QO4EpGF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u65QO4EpGF .item-wrapper {
  width: 100%;
}
.cid-u65QO4EpGF .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-u65QO4EpGF .row {
  align-items: center;
}
.cid-u65QO4EpGF .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-u65QO4EpGF .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-u65QO4EpGF .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-u65QO4EpGF .sign {
  max-width: 250px;
  display: inline;
}
.cid-u65QO4EpGF .mbr-text,
.cid-u65QO4EpGF .right-side {
  color: #1b745e;
}
.cid-sMIYNbTHTp {
  padding-top: 7.3rem;
  padding-bottom: 4.9rem;
  background-image: url("../../../assets/images/azul-oscuro-1004x805.jpg");
}
.cid-sMIYNbTHTp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sMIYNbTHTp .mbr-text,
.cid-sMIYNbTHTp .mbr-section-btn {
  color: #ffffff;
}
.cid-sMIYNbTHTp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sMIYNbTHTp .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-sMIYNbTHTp .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sMIYNbTHTp .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-sMIYNbTHTp .container-text {
    margin-top: 3.75rem;
  }
}
.cid-sMIYNbTHTp .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-sMIYNbTHTp .mbr-section-subtitle,
.cid-sMIYNbTHTp .mbr-section-btn {
  text-align: center;
}
.cid-sWUOeHTyZT {
  background-color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 6rem;
}
.cid-sWUOeHTyZT .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fbea22;
  padding: 0 15%;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-sWUOeHTyZT .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sWUOeHTyZT .content_wrap {
    padding: 60px 12px;
  }
}
.cid-sWUOeHTyZT .mbr-section-title {
  margin-bottom: 25px;
  color: #181b35;
}
.cid-sWUOeHTyZT .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 991px) {
  .cid-sWUOeHTyZT .height_100 {
    height: 100%;
  }
}
.cid-sWUOeHTyZT .item-image,
.cid-sWUOeHTyZT img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-sWUOeHTyZT .mbr-section-text,
.cid-sWUOeHTyZT .mbr-section-btn {
  color: #09261e;
}
.cid-sMJ8oKv68q {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sMJ8oKv68q .title__block {
  margin-bottom: 65px;
}
.cid-sMJ8oKv68q .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #cfdae2 !important;
}
.cid-sMJ8oKv68q .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-sMJ8oKv68q .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #144177 !important;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-sMJ8oKv68q .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #fbea22 !important;
}
.cid-sMJ8oKv68q .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-sMJ8oKv68q .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-sMJ8oKv68q .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-sMJ8oKv68q .card__content {
  display: block;
  width: 100%;
}
.cid-sMJ8oKv68q .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
}
.cid-sMJ8oKv68q .card__text {
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sMJ8oKv68q .title__block {
    margin-bottom: 40px;
  }
  .cid-sMJ8oKv68q .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-sMJ8oKv68q .nav-item {
    margin-bottom: 9px;
  }
  .cid-sMJ8oKv68q .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-sMJ8oKv68q .card__wrap {
    margin-bottom: 40px;
  }
  .cid-sMJ8oKv68q .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-sMJ8oKv68q .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-sMJ8oKv68q .card__image {
    max-width: 90px;
  }
  .cid-sMJ8oKv68q .card__image img {
    width: 70%;
  }
}
.cid-sN9XyGqwsX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sN9XyGqwsX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sN9XyGqwsX .nav-item,
.cid-sN9XyGqwsX .nav-link,
.cid-sN9XyGqwsX .navbar-caption {
  font-weight: normal;
}
.cid-sN9XyGqwsX .nav-item:focus,
.cid-sN9XyGqwsX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN9XyGqwsX .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link {
    position: relative;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sN9XyGqwsX .nav-item:hover .nav-link:before,
  .cid-sN9XyGqwsX .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item .soc-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-sN9XyGqwsX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sN9XyGqwsX .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sN9XyGqwsX .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sN9XyGqwsX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sN9XyGqwsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sN9XyGqwsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN9XyGqwsX .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sN9XyGqwsX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sN9XyGqwsX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sN9XyGqwsX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sN9XyGqwsX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sN9XyGqwsX .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sN9XyGqwsX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sN9XyGqwsX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN9XyGqwsX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN9XyGqwsX .dropdown-item.active,
.cid-sN9XyGqwsX .dropdown-item:active {
  background-color: transparent;
}
.cid-sN9XyGqwsX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN9XyGqwsX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN9XyGqwsX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN9XyGqwsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sN9XyGqwsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN9XyGqwsX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN9XyGqwsX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sN9XyGqwsX .navbar-buttons {
  text-align: center;
}
.cid-sN9XyGqwsX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sN9XyGqwsX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN9XyGqwsX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sN9XyGqwsX .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sN9XyGqwsX .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sN9XyGqwsX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN9XyGqwsX a.nav-link .mbr-iconfont-btn,
.cid-sN9XyGqwsX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sN9XyGqwsX a.nav-link:hover .mbr-iconfont-btn,
.cid-sN9XyGqwsX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sN9XyGqwsX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN9XyGqwsX .navbar {
    height: 77px;
  }
  .cid-sN9XyGqwsX .navbar.opened {
    height: auto;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXrC7YFmUx {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sXrC7YFmUx .container {
  max-width: 1400px;
}
.cid-sXrC7YFmUx .card-img2 span {
  padding-top: 6px;
}
.cid-sXrC7YFmUx .soc-item a {
  padding-top: 5px;
}
.cid-sXrC7YFmUx .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sXrC7YFmUx .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sXrC7YFmUx .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sXrC7YFmUx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sXrC7YFmUx svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sXrC7YFmUx #e2_shape {
  fill: #ffffff !important;
}
.cid-sXrC7YFmUx .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sXrC7YFmUx .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sXrC7YFmUx .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sXrC7YFmUx .card-img {
  width: auto;
}
.cid-sXrC7YFmUx .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sXrC7YFmUx .soc-item span {
  font-size: 1.4rem;
}
.cid-sXrC7YFmUx .soc-item:hover span {
  color: #0765af !important;
}
.cid-sXrC7YFmUx .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sXrC7YFmUx .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sXrC7YFmUx .media-wrap {
  margin-bottom: 1rem;
}
.cid-sXrC7YFmUx .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sXrC7YFmUx img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sXrC7YFmUx .item {
    justify-content: center;
  }
  .cid-sXrC7YFmUx .quote::after {
    left: 60px;
  }
}
.cid-sXrC7YFmUx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sXrC7YFmUx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXrC7YFmUx .text1 {
  color: #ffffff;
}
.cid-sXrC7YFmUx .item-title {
  color: #ffffff;
}
.cid-sXrC7YFmUx H5 {
  color: #ffffff;
}
.cid-sXrC7YFmUx .theme {
  color: #ffffff;
}
.cid-sXrC7YFmUx .copyright > p {
  color: #ff3366;
}
.cid-sXrC7YFmUx .text2 {
  color: #ffffff;
}
.cid-sMwVbvYsOe {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/240-f-331773888-qyd5q5mook9evgwe7ki7idwenh4vshc9-916x240.jpg");
}
.cid-sMwVbvYsOe H1 {
  text-align: center;
}
.cid-sMxqxFDugM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMxqxFDugM .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-sMxqxFDugM .mbr-section-title {
  margin-bottom: 1rem;
  color: #073b4c;
  text-align: left;
}
.cid-sMxqxFDugM .mbr-section-title b:last-child,
.cid-sMxqxFDugM .mbr-section-title strong:last-child {
  color: #3a607c;
}
.cid-sMxqxFDugM .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-sMxqxFDugM .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-sMxqxFDugM .mbr-text-wrap {
    border-left: 2px solid #0765af;
    padding-left: 1.8125rem !important;
  }
}
.cid-sMxqxFDugM .mbr-section-btn {
  margin-top: 28px;
}
.cid-sMxqxFDugM .mbr-section-btn a {
  margin-top: 0;
}
.cid-sMxqxFDugM .mbr-text,
.cid-sMxqxFDugM .mbr-section-btn {
  text-align: left;
}
.cid-sMxuHanKQy {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sMxuHanKQy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sMxuHanKQy .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-sMxuHanKQy textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-sMxuHanKQy .form-row {
    flex-direction: column;
  }
}
.cid-sMxuHanKQy h4 {
  margin-bottom: 2rem;
}
.cid-sMxuHanKQy .form-control,
.cid-sMxuHanKQy .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-sMxuHanKQy .form-control,
.cid-sMxuHanKQy .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sMxuHanKQy .form-control::-webkit-input-placeholder,
.cid-sMxuHanKQy .field-input::-webkit-input-placeholder,
.cid-sMxuHanKQy .form-control::-webkit-input-placeholder,
.cid-sMxuHanKQy .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-sMxuHanKQy .form-control:-moz-placeholder,
.cid-sMxuHanKQy .field-input:-moz-placeholder,
.cid-sMxuHanKQy .form-control:-moz-placeholder,
.cid-sMxuHanKQy .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-sMxuHanKQy .form-control:hover,
.cid-sMxuHanKQy .field-input:hover,
.cid-sMxuHanKQy .form-control:focus,
.cid-sMxuHanKQy .field-input:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-sMxuHanKQy .form-control:hover::-webkit-input-placeholder,
.cid-sMxuHanKQy .field-input:hover::-webkit-input-placeholder,
.cid-sMxuHanKQy .form-control:focus::-webkit-input-placeholder,
.cid-sMxuHanKQy .field-input:focus::-webkit-input-placeholder,
.cid-sMxuHanKQy .form-control:hover::-webkit-input-placeholder,
.cid-sMxuHanKQy .field-input:hover::-webkit-input-placeholder,
.cid-sMxuHanKQy .form-control:focus::-webkit-input-placeholder,
.cid-sMxuHanKQy .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-sMxuHanKQy .form-control:hover:-moz-placeholder,
.cid-sMxuHanKQy .field-input:hover:-moz-placeholder,
.cid-sMxuHanKQy .form-control:focus:-moz-placeholder,
.cid-sMxuHanKQy .field-input:focus:-moz-placeholder,
.cid-sMxuHanKQy .form-control:hover:-moz-placeholder,
.cid-sMxuHanKQy .field-input:hover:-moz-placeholder,
.cid-sMxuHanKQy .form-control:focus:-moz-placeholder,
.cid-sMxuHanKQy .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-sMxuHanKQy .jq-number__spin:hover,
.cid-sMxuHanKQy .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sMxuHanKQy .jq-number__spin {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sMxuHanKQy .jq-selectbox li,
.cid-sMxuHanKQy .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-sMxuHanKQy .jq-selectbox li:hover,
.cid-sMxuHanKQy .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-sMxuHanKQy .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sMxuHanKQy .jq-number__spin.minus:hover:after,
.cid-sMxuHanKQy .jq-number__spin.plus:hover:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-sMxuHanKQy .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sMxuHanKQy .jq-number__spin.minus:after,
.cid-sMxuHanKQy .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-sMxuHanKQy input::-webkit-clear-button {
  display: none;
}
.cid-sMxuHanKQy input::-webkit-inner-spin-button {
  display: none;
}
.cid-sMxuHanKQy input::-webkit-outer-spin-button {
  display: none;
}
.cid-sMxuHanKQy input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sMxuHanKQy H4 {
  color: #103178;
}
.cid-u3XB4lnwLe {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u3XB4lnwLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3XB4lnwLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3XB4lnwLe .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u3XB4lnwLe .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3XB4lnwLe .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3XB4lnwLe .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3XB4lnwLe .container {
    padding: 0 16px;
  }
}
.cid-u3XB4lnwLe .content-wrapper {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-u3XB4lnwLe .content-wrapper {
    padding: 20px 0;
  }
}
.cid-u3XB4lnwLe .content-wrapper .content-wrap {
  display: inline-flex;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-u3XB4lnwLe .content-wrapper .content-wrap {
    display: block;
    width: 100%;
  }
}
.cid-u3XB4lnwLe .content-wrapper .content-wrap:hover .mbr-iconfont,
.cid-u3XB4lnwLe .content-wrapper .content-wrap:focus .mbr-iconfont {
  transform: translateX(1rem);
}
.cid-u3XB4lnwLe .content-wrapper .content-wrap:hover .mbr-section-title,
.cid-u3XB4lnwLe .content-wrapper .content-wrap:focus .mbr-section-title {
  text-decoration-color: #d8d8d8;
}
.cid-u3XB4lnwLe .content-wrapper .content-wrap .mbr-iconfont {
  font-size: 100px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  margin-right: 48px;
  color: #5b6c8f;
}
@media (max-width: 768px) {
  .cid-u3XB4lnwLe .content-wrapper .content-wrap .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 60px;
  }
}
.cid-u3XB4lnwLe .content-wrapper .content-wrap .mbr-section-title {
  text-decoration: underline;
  text-decoration-color: transparent;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3XB4lnwLe .mbr-section-title {
  color: #000000;
}
.cid-u3XB4lnwLe .mbr-section-title,
.cid-u3XB4lnwLe .content-wrapper {
  text-align: center;
  color: #484c54;
}
.cid-sWVvpdKc6N {
  padding-top: 30px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sWVvpdKc6N .google-map {
  height: 25rem;
  position: relative;
}
.cid-sWVvpdKc6N .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sWVvpdKc6N .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sWVvpdKc6N .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sWVvpdKc6N .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sWVvpdKc6N .container-fluid {
  padding: 0;
}
.cid-sWVvpdKc6N .relative {
  position: relative;
  width: 100%;
}
.cid-sWVvpdKc6N .mbr-section-title {
  color: #656565;
}
.cid-sWVvpdKc6N .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sWVvpdKc6N .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sWVvpdKc6N .title {
  text-align: center;
  color: #ffffff;
}
.cid-sWVvpdKc6N .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sWVvpdKc6N .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sN9XyGqwsX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sN9XyGqwsX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sN9XyGqwsX .nav-item,
.cid-sN9XyGqwsX .nav-link,
.cid-sN9XyGqwsX .navbar-caption {
  font-weight: normal;
}
.cid-sN9XyGqwsX .nav-item:focus,
.cid-sN9XyGqwsX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN9XyGqwsX .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link {
    position: relative;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sN9XyGqwsX .nav-item:hover .nav-link:before,
  .cid-sN9XyGqwsX .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item .soc-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-sN9XyGqwsX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sN9XyGqwsX .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sN9XyGqwsX .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sN9XyGqwsX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sN9XyGqwsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sN9XyGqwsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN9XyGqwsX .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sN9XyGqwsX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sN9XyGqwsX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sN9XyGqwsX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sN9XyGqwsX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sN9XyGqwsX .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sN9XyGqwsX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sN9XyGqwsX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN9XyGqwsX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN9XyGqwsX .dropdown-item.active,
.cid-sN9XyGqwsX .dropdown-item:active {
  background-color: transparent;
}
.cid-sN9XyGqwsX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN9XyGqwsX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN9XyGqwsX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN9XyGqwsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sN9XyGqwsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN9XyGqwsX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN9XyGqwsX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sN9XyGqwsX .navbar-buttons {
  text-align: center;
}
.cid-sN9XyGqwsX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sN9XyGqwsX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN9XyGqwsX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sN9XyGqwsX .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sN9XyGqwsX .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sN9XyGqwsX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN9XyGqwsX a.nav-link .mbr-iconfont-btn,
.cid-sN9XyGqwsX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sN9XyGqwsX a.nav-link:hover .mbr-iconfont-btn,
.cid-sN9XyGqwsX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sN9XyGqwsX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN9XyGqwsX .navbar {
    height: 77px;
  }
  .cid-sN9XyGqwsX .navbar.opened {
    height: auto;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXrChIkFOQ {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sXrChIkFOQ .container {
  max-width: 1400px;
}
.cid-sXrChIkFOQ .card-img2 span {
  padding-top: 6px;
}
.cid-sXrChIkFOQ .soc-item a {
  padding-top: 5px;
}
.cid-sXrChIkFOQ .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sXrChIkFOQ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sXrChIkFOQ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sXrChIkFOQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sXrChIkFOQ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sXrChIkFOQ #e2_shape {
  fill: #ffffff !important;
}
.cid-sXrChIkFOQ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sXrChIkFOQ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sXrChIkFOQ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sXrChIkFOQ .card-img {
  width: auto;
}
.cid-sXrChIkFOQ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sXrChIkFOQ .soc-item span {
  font-size: 1.4rem;
}
.cid-sXrChIkFOQ .soc-item:hover span {
  color: #0765af !important;
}
.cid-sXrChIkFOQ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sXrChIkFOQ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sXrChIkFOQ .media-wrap {
  margin-bottom: 1rem;
}
.cid-sXrChIkFOQ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sXrChIkFOQ img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sXrChIkFOQ .item {
    justify-content: center;
  }
  .cid-sXrChIkFOQ .quote::after {
    left: 60px;
  }
}
.cid-sXrChIkFOQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sXrChIkFOQ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXrChIkFOQ .text1 {
  color: #ffffff;
}
.cid-sXrChIkFOQ .item-title {
  color: #ffffff;
}
.cid-sXrChIkFOQ H5 {
  color: #ffffff;
}
.cid-sXrChIkFOQ .theme {
  color: #ffffff;
}
.cid-sXrChIkFOQ .copyright > p {
  color: #ff3366;
}
.cid-sXrChIkFOQ .text2 {
  color: #ffffff;
}
.cid-sMruuBrRD9 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/recruiting-strategy-700x345.jpg");
}
.cid-sMruuBrRD9 H1 {
  text-align: center;
}
.cid-sMrPq1O2Xb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sMrPq1O2Xb h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-sMrPq1O2Xb .nav-tabs .nav-item.open .nav-link:focus,
.cid-sMrPq1O2Xb .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sMrPq1O2Xb .nav-link.active {
  background: #181b35;
}
.cid-sMrPq1O2Xb .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-sMrPq1O2Xb .nav-link:hover {
  background: #181b35;
}
.cid-sMrPq1O2Xb .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-sMrPq1O2Xb .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-sMrPq1O2Xb .nav-link.display-4 {
  font-size: 15px;
}
.cid-sMrPq1O2Xb .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-sMrPq1O2Xb .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-sMrPq1O2Xb .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-sMrPq1O2Xb .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-sMrPq1O2Xb .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-sMrPq1O2Xb .widget {
  margin-top: 30px;
  background-color: #181b35;
  border-radius: 4px;
}
.cid-sMrPq1O2Xb .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-sMrPq1O2Xb .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-sMrPq1O2Xb .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-sMrPq1O2Xb .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-sMrPq1O2Xb .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-sMrPq1O2Xb .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #181b35;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #181b35;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-sMrPq1O2Xb .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-sMrPq1O2Xb .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-sMrPq1O2Xb .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-sMrPq1O2Xb .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-sMrPq1O2Xb .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sMrPq1O2Xb .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-sMrPq1O2Xb .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-sMrPq1O2Xb .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-sMrPq1O2Xb .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-sMrPq1O2Xb .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-sMrPq1O2Xb .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sMrPq1O2Xb .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sMrPq1O2Xb .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-sMrPq1O2Xb .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sMrPq1O2Xb .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-sMrPq1O2Xb .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-sMrPq1O2Xb .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-sMrPq1O2Xb .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-sMrPq1O2Xb .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-sMrPq1O2Xb .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sMrPq1O2Xb .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-sMrPq1O2Xb .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sMrPq1O2Xb .mbr-text,
  .cid-sMrPq1O2Xb .nav-link,
  .cid-sMrPq1O2Xb .mbr-card-title,
  .cid-sMrPq1O2Xb .mbr-section-title {
    text-align: left;
  }
  .cid-sMrPq1O2Xb .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sMrPq1O2Xb .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-sMrPq1O2Xb .tab-content .tab-pane .mbr-section-title {
  color: #181b35;
}
.cid-sMrPq1O2Xb .tab-content .tab-pane .mbr-text {
  color: #091f3a;
}
.cid-u5s6bnXgr0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5s6bnXgr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5s6bnXgr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5s6bnXgr0 .text-wrapper {
  padding: 3rem;
}
@media (max-width: 767px) {
  .cid-u5s6bnXgr0 .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-u5s6bnXgr0 .row {
  background: #181b35;
  border-radius: 2rem;
  margin: 0;
  align-items: center;
}
.cid-u5s6bnXgr0 img {
  border-radius: 2rem;
  height: 100%;
}
.cid-u5s6bnXgr0 .image-wrapper {
  padding: 0;
}
.cid-u5s6bnXgr0 .mbr-section-title {
  color: #ffffff;
}
.cid-u5s6bnXgr0 .mbr-text,
.cid-u5s6bnXgr0 .mbr-section-btn {
  color: #efefef;
}
.cid-sN9XyGqwsX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sN9XyGqwsX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sN9XyGqwsX .nav-item,
.cid-sN9XyGqwsX .nav-link,
.cid-sN9XyGqwsX .navbar-caption {
  font-weight: normal;
}
.cid-sN9XyGqwsX .nav-item:focus,
.cid-sN9XyGqwsX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN9XyGqwsX .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link {
    position: relative;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sN9XyGqwsX .nav-item:hover .nav-link:before,
  .cid-sN9XyGqwsX .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item .soc-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-sN9XyGqwsX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sN9XyGqwsX .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sN9XyGqwsX .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sN9XyGqwsX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sN9XyGqwsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sN9XyGqwsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN9XyGqwsX .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sN9XyGqwsX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sN9XyGqwsX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sN9XyGqwsX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sN9XyGqwsX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sN9XyGqwsX .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sN9XyGqwsX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sN9XyGqwsX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN9XyGqwsX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN9XyGqwsX .dropdown-item.active,
.cid-sN9XyGqwsX .dropdown-item:active {
  background-color: transparent;
}
.cid-sN9XyGqwsX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN9XyGqwsX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN9XyGqwsX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN9XyGqwsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sN9XyGqwsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN9XyGqwsX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN9XyGqwsX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sN9XyGqwsX .navbar-buttons {
  text-align: center;
}
.cid-sN9XyGqwsX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sN9XyGqwsX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN9XyGqwsX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sN9XyGqwsX .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sN9XyGqwsX .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sN9XyGqwsX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN9XyGqwsX a.nav-link .mbr-iconfont-btn,
.cid-sN9XyGqwsX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sN9XyGqwsX a.nav-link:hover .mbr-iconfont-btn,
.cid-sN9XyGqwsX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sN9XyGqwsX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN9XyGqwsX .navbar {
    height: 77px;
  }
  .cid-sN9XyGqwsX .navbar.opened {
    height: auto;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sX0As5S0Ow {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sX0As5S0Ow .container {
  max-width: 1400px;
}
.cid-sX0As5S0Ow .card-img2 span {
  padding-top: 6px;
}
.cid-sX0As5S0Ow .soc-item a {
  padding-top: 5px;
}
.cid-sX0As5S0Ow .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sX0As5S0Ow .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sX0As5S0Ow .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sX0As5S0Ow .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sX0As5S0Ow svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sX0As5S0Ow #e2_shape {
  fill: #ffffff !important;
}
.cid-sX0As5S0Ow .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sX0As5S0Ow .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sX0As5S0Ow .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sX0As5S0Ow .card-img {
  width: auto;
}
.cid-sX0As5S0Ow .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sX0As5S0Ow .soc-item span {
  font-size: 1.4rem;
}
.cid-sX0As5S0Ow .soc-item:hover span {
  color: #0765af !important;
}
.cid-sX0As5S0Ow .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sX0As5S0Ow .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sX0As5S0Ow .media-wrap {
  margin-bottom: 1rem;
}
.cid-sX0As5S0Ow .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sX0As5S0Ow img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sX0As5S0Ow .item {
    justify-content: center;
  }
  .cid-sX0As5S0Ow .quote::after {
    left: 60px;
  }
}
.cid-sX0As5S0Ow .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sX0As5S0Ow .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sX0As5S0Ow .text1 {
  color: #ffffff;
}
.cid-sX0As5S0Ow .item-title {
  color: #ffffff;
}
.cid-sX0As5S0Ow H5 {
  color: #ffffff;
}
.cid-sX0As5S0Ow .theme {
  color: #ffffff;
}
.cid-sX0As5S0Ow .copyright > p {
  color: #ff3366;
}
.cid-sX0As5S0Ow .text2 {
  color: #ffffff;
}
.cid-sMP1PA22vN {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/240-f-283572324-0ivhlxa4vfco6llp4ogpf1hiqr7ga8d0-1-427x240.jpg");
}
.cid-sMP1PA22vN H1 {
  text-align: center;
}
.cid-sQ7ryuu8Nl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sQ7ryuu8Nl .top-part {
  margin-bottom: 70px;
}
.cid-sQ7ryuu8Nl .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sQ7ryuu8Nl .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sQ7ryuu8Nl .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sQ7ryuu8Nl .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sQ7ryuu8Nl .nav-tabs .nav-item.open .nav-link:focus,
.cid-sQ7ryuu8Nl .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sQ7ryuu8Nl .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-sQ7ryuu8Nl .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-sQ7ryuu8Nl .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-sQ7ryuu8Nl .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-sQ7ryuu8Nl .nav-tabs .nav-link {
  color: #6d7a8c;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-sQ7ryuu8Nl .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-sQ7ryuu8Nl .nav-tabs .nav-link.active {
  border-bottom: 2px solid #0765af;
  color: #28303f;
}
.cid-sQ7ryuu8Nl .nav-tabs .nav-link.active span {
  color: #0765af;
}
.cid-sQ7ryuu8Nl .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-sQ7ryuu8Nl .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sQ7ryuu8Nl .mbr-text,
  .cid-sQ7ryuu8Nl .nav-link {
    text-align: left;
  }
  .cid-sQ7ryuu8Nl .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-sQ7ryuu8Nl .mbr-section-title,
  .cid-sQ7ryuu8Nl .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-sQ7ryuu8Nl .tab-content {
  margin-top: 44px;
}
.cid-sQ7ryuu8Nl .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-sQ7ryuu8Nl .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-sQ7ryuu8Nl .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-sQ7ryuu8Nl .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-sQ7ryuu8Nl .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-sQ7ryuu8Nl .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-sQ7ryuu8Nl .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sQ7ryuu8Nl .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sQ7ryuu8Nl .tab-content .tab-pane .mbr-list .list li:before {
  font-weight: 900;
  color: #144177;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-sQ7ryuu8Nl .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-sQ7ryuu8Nl .tab-content .tab-pane .mbr-text,
.cid-sQ7ryuu8Nl .mbr-list {
  color: #384f5f;
}
.cid-sQ7ryuu8Nl .top-part .mbr-section-title {
  color: #144177;
}
.cid-sN9XyGqwsX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sN9XyGqwsX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sN9XyGqwsX .nav-item,
.cid-sN9XyGqwsX .nav-link,
.cid-sN9XyGqwsX .navbar-caption {
  font-weight: normal;
}
.cid-sN9XyGqwsX .nav-item:focus,
.cid-sN9XyGqwsX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN9XyGqwsX .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link {
    position: relative;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sN9XyGqwsX .nav-item:hover .nav-link:before,
  .cid-sN9XyGqwsX .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item .soc-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-sN9XyGqwsX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sN9XyGqwsX .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sN9XyGqwsX .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sN9XyGqwsX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sN9XyGqwsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sN9XyGqwsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN9XyGqwsX .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sN9XyGqwsX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sN9XyGqwsX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sN9XyGqwsX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sN9XyGqwsX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sN9XyGqwsX .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sN9XyGqwsX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sN9XyGqwsX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN9XyGqwsX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN9XyGqwsX .dropdown-item.active,
.cid-sN9XyGqwsX .dropdown-item:active {
  background-color: transparent;
}
.cid-sN9XyGqwsX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN9XyGqwsX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN9XyGqwsX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN9XyGqwsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sN9XyGqwsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN9XyGqwsX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN9XyGqwsX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sN9XyGqwsX .navbar-buttons {
  text-align: center;
}
.cid-sN9XyGqwsX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sN9XyGqwsX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN9XyGqwsX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sN9XyGqwsX .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sN9XyGqwsX .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sN9XyGqwsX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN9XyGqwsX a.nav-link .mbr-iconfont-btn,
.cid-sN9XyGqwsX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sN9XyGqwsX a.nav-link:hover .mbr-iconfont-btn,
.cid-sN9XyGqwsX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sN9XyGqwsX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN9XyGqwsX .navbar {
    height: 77px;
  }
  .cid-sN9XyGqwsX .navbar.opened {
    height: auto;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXrC0ls3bA {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sXrC0ls3bA .container {
  max-width: 1400px;
}
.cid-sXrC0ls3bA .card-img2 span {
  padding-top: 6px;
}
.cid-sXrC0ls3bA .soc-item a {
  padding-top: 5px;
}
.cid-sXrC0ls3bA .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sXrC0ls3bA .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sXrC0ls3bA .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sXrC0ls3bA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sXrC0ls3bA svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sXrC0ls3bA #e2_shape {
  fill: #ffffff !important;
}
.cid-sXrC0ls3bA .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sXrC0ls3bA .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sXrC0ls3bA .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sXrC0ls3bA .card-img {
  width: auto;
}
.cid-sXrC0ls3bA .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sXrC0ls3bA .soc-item span {
  font-size: 1.4rem;
}
.cid-sXrC0ls3bA .soc-item:hover span {
  color: #0765af !important;
}
.cid-sXrC0ls3bA .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sXrC0ls3bA .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sXrC0ls3bA .media-wrap {
  margin-bottom: 1rem;
}
.cid-sXrC0ls3bA .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sXrC0ls3bA img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sXrC0ls3bA .item {
    justify-content: center;
  }
  .cid-sXrC0ls3bA .quote::after {
    left: 60px;
  }
}
.cid-sXrC0ls3bA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sXrC0ls3bA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXrC0ls3bA .text1 {
  color: #ffffff;
}
.cid-sXrC0ls3bA .item-title {
  color: #ffffff;
}
.cid-sXrC0ls3bA H5 {
  color: #ffffff;
}
.cid-sXrC0ls3bA .theme {
  color: #ffffff;
}
.cid-sXrC0ls3bA .copyright > p {
  color: #ff3366;
}
.cid-sXrC0ls3bA .text2 {
  color: #ffffff;
}
.cid-sLRtYLjg3z {
  padding-top: 7.3rem;
  padding-bottom: 4.9rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sLRtYLjg3z .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-sLRtYLjg3z .mbr-text,
.cid-sLRtYLjg3z .mbr-section-btn {
  color: #ffffff;
}
.cid-sLRtYLjg3z .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sLRtYLjg3z .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-sLRtYLjg3z .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sLRtYLjg3z .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-sLRtYLjg3z .container-text {
    margin-top: 3.75rem;
  }
}
.cid-sLRtYLjg3z .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-sLRtYLjg3z .mbr-section-subtitle,
.cid-sLRtYLjg3z .mbr-section-btn {
  text-align: center;
}
.cid-sLRvaMaNIp {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sLRvaMaNIp img {
  transition: all 0.3s;
}
.cid-sLRvaMaNIp .image-wrapper {
  overflow: hidden;
  padding: 0;
}
.cid-sLRvaMaNIp p {
  max-width: 500px;
}
.cid-sLRvaMaNIp .card-wrapper {
  margin-bottom: 2rem;
  background: #e6f4ff;
}
.cid-sLRvaMaNIp .card-wrapper:hover .link:before {
  background: #edf1f5;
}
.cid-sLRvaMaNIp .card-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sLRvaMaNIp .card-row,
.cid-sLRvaMaNIp .img-col {
  margin: 0;
  padding: 0;
}
.cid-sLRvaMaNIp .text-box {
  padding: 2rem 1rem;
}
.cid-sLRvaMaNIp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sLRvaMaNIp H5 {
  color: #3098f3;
}
.cid-sLRvaMaNIp H2 {
  color: #082c4e;
}
.cid-sLRvaMaNIp H4 {
  color: #3098f3;
}
.cid-sLS2zCsmgs {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sLS2zCsmgs img {
  transition: all 0.3s;
}
.cid-sLS2zCsmgs .image-wrapper {
  overflow: hidden;
  padding: 0;
}
.cid-sLS2zCsmgs p {
  max-width: 500px;
}
.cid-sLS2zCsmgs .card-wrapper {
  margin-bottom: 2rem;
  background: #e6f4ff;
}
.cid-sLS2zCsmgs .card-wrapper:hover .link:before {
  background: #edf1f5;
}
.cid-sLS2zCsmgs .card-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sLS2zCsmgs .card-row,
.cid-sLS2zCsmgs .img-col {
  margin: 0;
  padding: 0;
}
.cid-sLS2zCsmgs .text-box {
  padding: 2rem 1rem;
}
.cid-sLS2zCsmgs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sLS2zCsmgs H5 {
  color: #3098f3;
}
.cid-sLS2zCsmgs H2 {
  color: #082c4e;
}
.cid-sLS2zCsmgs H4 {
  color: #3098f3;
}
.cid-sLRCNCEga5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sLRCNCEga5 .mbr-section-title {
  color: #36187d;
}
.cid-sLRCNCEga5 .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sLRCNCEga5 .mbr-text {
  color: #4e4e4e;
}
.cid-sLRCNCEga5 .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sLRCNCEga5 .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sLRCNCEga5 .text-col {
  align-items: center;
  display: flex;
}
.cid-sLRCNCEga5 .mbr-section-subtitle,
.cid-sLRCNCEga5 .title-col {
  width: 100%;
  color: #144177;
}
.cid-sX0AMOwatG {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sX0AMOwatG .container {
  max-width: 1400px;
}
.cid-sX0AMOwatG .card-img2 span {
  padding-top: 6px;
}
.cid-sX0AMOwatG .soc-item a {
  padding-top: 5px;
}
.cid-sX0AMOwatG .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sX0AMOwatG .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sX0AMOwatG .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sX0AMOwatG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sX0AMOwatG svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sX0AMOwatG #e2_shape {
  fill: #ffffff !important;
}
.cid-sX0AMOwatG .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sX0AMOwatG .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sX0AMOwatG .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sX0AMOwatG .card-img {
  width: auto;
}
.cid-sX0AMOwatG .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sX0AMOwatG .soc-item span {
  font-size: 1.4rem;
}
.cid-sX0AMOwatG .soc-item:hover span {
  color: #0765af !important;
}
.cid-sX0AMOwatG .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sX0AMOwatG .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sX0AMOwatG .media-wrap {
  margin-bottom: 1rem;
}
.cid-sX0AMOwatG .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sX0AMOwatG img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sX0AMOwatG .item {
    justify-content: center;
  }
  .cid-sX0AMOwatG .quote::after {
    left: 60px;
  }
}
.cid-sX0AMOwatG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sX0AMOwatG .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sX0AMOwatG .text1 {
  color: #ffffff;
}
.cid-sX0AMOwatG .item-title {
  color: #ffffff;
}
.cid-sX0AMOwatG H5 {
  color: #ffffff;
}
.cid-sX0AMOwatG .theme {
  color: #ffffff;
}
.cid-sX0AMOwatG .copyright > p {
  color: #ff3366;
}
.cid-sX0AMOwatG .text2 {
  color: #ffffff;
}
.cid-sLRvz5cki4.popup-builder {
  background-color: #ffffff;
}
.cid-sLRvz5cki4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sLRvz5cki4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sLRvz5cki4 .modal-content,
.cid-sLRvz5cki4 .modal-dialog {
  height: auto;
}
.cid-sLRvz5cki4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sLRvz5cki4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sLRvz5cki4 .form-wrapper .mbr-form .form-group,
  .cid-sLRvz5cki4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sLRvz5cki4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sLRvz5cki4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLRvz5cki4 .mbr-text {
  text-align: left;
}
.cid-sLRvz5cki4 .pt-0 {
  padding-top: 0 !important;
}
.cid-sLRvz5cki4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sLRvz5cki4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sLRvz5cki4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sLRvz5cki4 .modal-open {
  overflow: hidden;
}
.cid-sLRvz5cki4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sLRvz5cki4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sLRvz5cki4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sLRvz5cki4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sLRvz5cki4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sLRvz5cki4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sLRvz5cki4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sLRvz5cki4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sLRvz5cki4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sLRvz5cki4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sLRvz5cki4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sLRvz5cki4 .modal-backdrop.show {
  opacity: .5;
}
.cid-sLRvz5cki4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sLRvz5cki4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sLRvz5cki4 .modal-header {
    padding: 1rem;
  }
}
.cid-sLRvz5cki4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sLRvz5cki4 .modal-header .close svg {
  fill: #353535;
}
.cid-sLRvz5cki4 .modal-header .close:hover {
  opacity: 1;
}
.cid-sLRvz5cki4 .modal-header .close:focus {
  outline: none;
}
.cid-sLRvz5cki4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0f7699;
}
.cid-sLRvz5cki4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sLRvz5cki4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLRvz5cki4 .modal-body {
    padding: 1rem;
  }
}
.cid-sLRvz5cki4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sLRvz5cki4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLRvz5cki4 .modal-footer {
    padding: 1rem;
  }
}
.cid-sLRvz5cki4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sLRvz5cki4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sLRvz5cki4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sLRvz5cki4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sLRvz5cki4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sLRvz5cki4 .modal-lg,
  .cid-sLRvz5cki4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sLRvz5cki4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sLRvz5cki4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sLRvz5cki4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sLRvz5cki4 .form-group {
  margin-bottom: 1rem;
}
.cid-sLRvz5cki4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sLRvz5cki4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sLRvz5cki4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sLRvz5cki4 .mbr-section-btn {
  margin: 0;
}
.cid-sLRvz5cki4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sLRWPerN6p.popup-builder {
  background-color: #ffffff;
}
.cid-sLRWPerN6p.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sLRWPerN6p.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sLRWPerN6p .modal-content,
.cid-sLRWPerN6p .modal-dialog {
  height: auto;
}
.cid-sLRWPerN6p .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sLRWPerN6p .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sLRWPerN6p .form-wrapper .mbr-form .form-group,
  .cid-sLRWPerN6p .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sLRWPerN6p .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sLRWPerN6p .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLRWPerN6p .mbr-text {
  text-align: left;
}
.cid-sLRWPerN6p .pt-0 {
  padding-top: 0 !important;
}
.cid-sLRWPerN6p .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sLRWPerN6p .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sLRWPerN6p .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sLRWPerN6p .modal-open {
  overflow: hidden;
}
.cid-sLRWPerN6p .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sLRWPerN6p .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sLRWPerN6p .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sLRWPerN6p .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sLRWPerN6p .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sLRWPerN6p .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sLRWPerN6p .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sLRWPerN6p .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sLRWPerN6p .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sLRWPerN6p .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sLRWPerN6p .modal-backdrop.fade {
  opacity: 0;
}
.cid-sLRWPerN6p .modal-backdrop.show {
  opacity: .5;
}
.cid-sLRWPerN6p .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sLRWPerN6p .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sLRWPerN6p .modal-header {
    padding: 1rem;
  }
}
.cid-sLRWPerN6p .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sLRWPerN6p .modal-header .close svg {
  fill: #353535;
}
.cid-sLRWPerN6p .modal-header .close:hover {
  opacity: 1;
}
.cid-sLRWPerN6p .modal-header .close:focus {
  outline: none;
}
.cid-sLRWPerN6p .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0f7699;
}
.cid-sLRWPerN6p .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sLRWPerN6p .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLRWPerN6p .modal-body {
    padding: 1rem;
  }
}
.cid-sLRWPerN6p .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sLRWPerN6p .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLRWPerN6p .modal-footer {
    padding: 1rem;
  }
}
.cid-sLRWPerN6p .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sLRWPerN6p .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sLRWPerN6p .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sLRWPerN6p .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sLRWPerN6p .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sLRWPerN6p .modal-lg,
  .cid-sLRWPerN6p .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sLRWPerN6p .modal-xl {
    max-width: 1140px;
  }
}
.cid-sLRWPerN6p .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sLRWPerN6p .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sLRWPerN6p .form-group {
  margin-bottom: 1rem;
}
.cid-sLRWPerN6p .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sLRWPerN6p .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sLRWPerN6p .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sLRWPerN6p .mbr-section-btn {
  margin: 0;
}
.cid-sLRWPerN6p .mbr-section-btn .btn {
  margin: 0;
}
.cid-sLS1bQz3zA.popup-builder {
  background-color: #ffffff;
}
.cid-sLS1bQz3zA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sLS1bQz3zA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sLS1bQz3zA .modal-content,
.cid-sLS1bQz3zA .modal-dialog {
  height: auto;
}
.cid-sLS1bQz3zA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sLS1bQz3zA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sLS1bQz3zA .form-wrapper .mbr-form .form-group,
  .cid-sLS1bQz3zA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sLS1bQz3zA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sLS1bQz3zA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLS1bQz3zA .mbr-text {
  text-align: left;
}
.cid-sLS1bQz3zA .pt-0 {
  padding-top: 0 !important;
}
.cid-sLS1bQz3zA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sLS1bQz3zA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sLS1bQz3zA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sLS1bQz3zA .modal-open {
  overflow: hidden;
}
.cid-sLS1bQz3zA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sLS1bQz3zA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sLS1bQz3zA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sLS1bQz3zA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sLS1bQz3zA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sLS1bQz3zA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sLS1bQz3zA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sLS1bQz3zA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sLS1bQz3zA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sLS1bQz3zA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sLS1bQz3zA .modal-backdrop.fade {
  opacity: 0;
}
.cid-sLS1bQz3zA .modal-backdrop.show {
  opacity: .5;
}
.cid-sLS1bQz3zA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sLS1bQz3zA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sLS1bQz3zA .modal-header {
    padding: 1rem;
  }
}
.cid-sLS1bQz3zA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sLS1bQz3zA .modal-header .close svg {
  fill: #353535;
}
.cid-sLS1bQz3zA .modal-header .close:hover {
  opacity: 1;
}
.cid-sLS1bQz3zA .modal-header .close:focus {
  outline: none;
}
.cid-sLS1bQz3zA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0f7699;
}
.cid-sLS1bQz3zA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sLS1bQz3zA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLS1bQz3zA .modal-body {
    padding: 1rem;
  }
}
.cid-sLS1bQz3zA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sLS1bQz3zA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLS1bQz3zA .modal-footer {
    padding: 1rem;
  }
}
.cid-sLS1bQz3zA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sLS1bQz3zA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sLS1bQz3zA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sLS1bQz3zA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sLS1bQz3zA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sLS1bQz3zA .modal-lg,
  .cid-sLS1bQz3zA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sLS1bQz3zA .modal-xl {
    max-width: 1140px;
  }
}
.cid-sLS1bQz3zA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sLS1bQz3zA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sLS1bQz3zA .form-group {
  margin-bottom: 1rem;
}
.cid-sLS1bQz3zA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sLS1bQz3zA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sLS1bQz3zA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sLS1bQz3zA .mbr-section-btn {
  margin: 0;
}
.cid-sLS1bQz3zA .mbr-section-btn .btn {
  margin: 0;
}
.cid-sLS9nujKc3.popup-builder {
  background-color: #ffffff;
}
.cid-sLS9nujKc3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sLS9nujKc3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sLS9nujKc3 .modal-content,
.cid-sLS9nujKc3 .modal-dialog {
  height: auto;
}
.cid-sLS9nujKc3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sLS9nujKc3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sLS9nujKc3 .form-wrapper .mbr-form .form-group,
  .cid-sLS9nujKc3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sLS9nujKc3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sLS9nujKc3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLS9nujKc3 .mbr-text {
  text-align: left;
}
.cid-sLS9nujKc3 .pt-0 {
  padding-top: 0 !important;
}
.cid-sLS9nujKc3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sLS9nujKc3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sLS9nujKc3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sLS9nujKc3 .modal-open {
  overflow: hidden;
}
.cid-sLS9nujKc3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sLS9nujKc3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sLS9nujKc3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sLS9nujKc3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sLS9nujKc3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sLS9nujKc3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sLS9nujKc3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sLS9nujKc3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sLS9nujKc3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sLS9nujKc3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sLS9nujKc3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sLS9nujKc3 .modal-backdrop.show {
  opacity: .5;
}
.cid-sLS9nujKc3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sLS9nujKc3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sLS9nujKc3 .modal-header {
    padding: 1rem;
  }
}
.cid-sLS9nujKc3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sLS9nujKc3 .modal-header .close svg {
  fill: #353535;
}
.cid-sLS9nujKc3 .modal-header .close:hover {
  opacity: 1;
}
.cid-sLS9nujKc3 .modal-header .close:focus {
  outline: none;
}
.cid-sLS9nujKc3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0f7699;
}
.cid-sLS9nujKc3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sLS9nujKc3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLS9nujKc3 .modal-body {
    padding: 1rem;
  }
}
.cid-sLS9nujKc3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sLS9nujKc3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLS9nujKc3 .modal-footer {
    padding: 1rem;
  }
}
.cid-sLS9nujKc3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sLS9nujKc3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sLS9nujKc3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sLS9nujKc3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sLS9nujKc3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sLS9nujKc3 .modal-lg,
  .cid-sLS9nujKc3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sLS9nujKc3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-sLS9nujKc3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sLS9nujKc3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sLS9nujKc3 .form-group {
  margin-bottom: 1rem;
}
.cid-sLS9nujKc3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sLS9nujKc3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sLS9nujKc3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sLS9nujKc3 .mbr-section-btn {
  margin: 0;
}
.cid-sLS9nujKc3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-sLStux6U6Q.popup-builder {
  background-color: #ffffff;
}
.cid-sLStux6U6Q.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sLStux6U6Q.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sLStux6U6Q .modal-content,
.cid-sLStux6U6Q .modal-dialog {
  height: auto;
}
.cid-sLStux6U6Q .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sLStux6U6Q .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sLStux6U6Q .form-wrapper .mbr-form .form-group,
  .cid-sLStux6U6Q .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sLStux6U6Q .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sLStux6U6Q .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLStux6U6Q .mbr-text {
  text-align: left;
}
.cid-sLStux6U6Q .pt-0 {
  padding-top: 0 !important;
}
.cid-sLStux6U6Q .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sLStux6U6Q .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sLStux6U6Q .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sLStux6U6Q .modal-open {
  overflow: hidden;
}
.cid-sLStux6U6Q .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sLStux6U6Q .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sLStux6U6Q .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sLStux6U6Q .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sLStux6U6Q .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sLStux6U6Q .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sLStux6U6Q .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sLStux6U6Q .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sLStux6U6Q .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sLStux6U6Q .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sLStux6U6Q .modal-backdrop.fade {
  opacity: 0;
}
.cid-sLStux6U6Q .modal-backdrop.show {
  opacity: .5;
}
.cid-sLStux6U6Q .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sLStux6U6Q .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sLStux6U6Q .modal-header {
    padding: 1rem;
  }
}
.cid-sLStux6U6Q .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sLStux6U6Q .modal-header .close svg {
  fill: #353535;
}
.cid-sLStux6U6Q .modal-header .close:hover {
  opacity: 1;
}
.cid-sLStux6U6Q .modal-header .close:focus {
  outline: none;
}
.cid-sLStux6U6Q .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #0f7699;
}
.cid-sLStux6U6Q .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sLStux6U6Q .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLStux6U6Q .modal-body {
    padding: 1rem;
  }
}
.cid-sLStux6U6Q .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sLStux6U6Q .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLStux6U6Q .modal-footer {
    padding: 1rem;
  }
}
.cid-sLStux6U6Q .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sLStux6U6Q .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sLStux6U6Q .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sLStux6U6Q .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sLStux6U6Q .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sLStux6U6Q .modal-lg,
  .cid-sLStux6U6Q .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sLStux6U6Q .modal-xl {
    max-width: 1140px;
  }
}
.cid-sLStux6U6Q .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sLStux6U6Q .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sLStux6U6Q .form-group {
  margin-bottom: 1rem;
}
.cid-sLStux6U6Q .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sLStux6U6Q .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sLStux6U6Q .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sLStux6U6Q .mbr-section-btn {
  margin: 0;
}
.cid-sLStux6U6Q .mbr-section-btn .btn {
  margin: 0;
}
.cid-sN9XyGqwsX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sN9XyGqwsX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sN9XyGqwsX .nav-item,
.cid-sN9XyGqwsX .nav-link,
.cid-sN9XyGqwsX .navbar-caption {
  font-weight: normal;
}
.cid-sN9XyGqwsX .nav-item:focus,
.cid-sN9XyGqwsX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sN9XyGqwsX .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link {
    position: relative;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sN9XyGqwsX .nav-item:hover .nav-link:before,
  .cid-sN9XyGqwsX .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sN9XyGqwsX .dropdown .dropdown-menu .dropdown-item .soc-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-sN9XyGqwsX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sN9XyGqwsX .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sN9XyGqwsX .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sN9XyGqwsX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sN9XyGqwsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sN9XyGqwsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sN9XyGqwsX .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sN9XyGqwsX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sN9XyGqwsX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sN9XyGqwsX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sN9XyGqwsX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sN9XyGqwsX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sN9XyGqwsX .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sN9XyGqwsX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sN9XyGqwsX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sN9XyGqwsX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN9XyGqwsX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sN9XyGqwsX .dropdown-item.active,
.cid-sN9XyGqwsX .dropdown-item:active {
  background-color: transparent;
}
.cid-sN9XyGqwsX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN9XyGqwsX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN9XyGqwsX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN9XyGqwsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sN9XyGqwsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN9XyGqwsX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN9XyGqwsX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sN9XyGqwsX .navbar-buttons {
  text-align: center;
}
.cid-sN9XyGqwsX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN9XyGqwsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sN9XyGqwsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN9XyGqwsX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sN9XyGqwsX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN9XyGqwsX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sN9XyGqwsX .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sN9XyGqwsX .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sN9XyGqwsX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sN9XyGqwsX a.nav-link .mbr-iconfont-btn,
.cid-sN9XyGqwsX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sN9XyGqwsX a.nav-link:hover .mbr-iconfont-btn,
.cid-sN9XyGqwsX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sN9XyGqwsX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN9XyGqwsX .navbar {
    height: 77px;
  }
  .cid-sN9XyGqwsX .navbar.opened {
    height: auto;
  }
  .cid-sN9XyGqwsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWVkBAPSjl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sWVkBAPSjl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sWVkBAPSjl .nav-item,
.cid-sWVkBAPSjl .nav-link,
.cid-sWVkBAPSjl .navbar-caption {
  font-weight: normal;
}
.cid-sWVkBAPSjl .nav-item:focus,
.cid-sWVkBAPSjl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sWVkBAPSjl .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sWVkBAPSjl .nav-item .nav-link {
    position: relative;
  }
  .cid-sWVkBAPSjl .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sWVkBAPSjl .nav-item:hover .nav-link:before,
  .cid-sWVkBAPSjl .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sWVkBAPSjl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sWVkBAPSjl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWVkBAPSjl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sWVkBAPSjl .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sWVkBAPSjl .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sWVkBAPSjl .dropdown .dropdown-menu .dropdown-item .soc-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-sWVkBAPSjl .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sWVkBAPSjl .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sWVkBAPSjl .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sWVkBAPSjl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sWVkBAPSjl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sWVkBAPSjl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sWVkBAPSjl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sWVkBAPSjl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sWVkBAPSjl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sWVkBAPSjl .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sWVkBAPSjl .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sWVkBAPSjl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sWVkBAPSjl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sWVkBAPSjl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sWVkBAPSjl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sWVkBAPSjl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sWVkBAPSjl .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sWVkBAPSjl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sWVkBAPSjl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sWVkBAPSjl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sWVkBAPSjl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sWVkBAPSjl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sWVkBAPSjl .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sWVkBAPSjl .dropdown-item.active,
.cid-sWVkBAPSjl .dropdown-item:active {
  background-color: transparent;
}
.cid-sWVkBAPSjl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sWVkBAPSjl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sWVkBAPSjl .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sWVkBAPSjl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sWVkBAPSjl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sWVkBAPSjl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWVkBAPSjl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sWVkBAPSjl .navbar-buttons {
  text-align: center;
}
.cid-sWVkBAPSjl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWVkBAPSjl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sWVkBAPSjl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sWVkBAPSjl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWVkBAPSjl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sWVkBAPSjl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sWVkBAPSjl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWVkBAPSjl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sWVkBAPSjl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sWVkBAPSjl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sWVkBAPSjl .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sWVkBAPSjl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sWVkBAPSjl .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sWVkBAPSjl .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sWVkBAPSjl .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sWVkBAPSjl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sWVkBAPSjl a.nav-link .mbr-iconfont-btn,
.cid-sWVkBAPSjl a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sWVkBAPSjl a.nav-link:hover .mbr-iconfont-btn,
.cid-sWVkBAPSjl a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sWVkBAPSjl a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sWVkBAPSjl .navbar {
    height: 77px;
  }
  .cid-sWVkBAPSjl .navbar.opened {
    height: auto;
  }
  .cid-sWVkBAPSjl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWVkBBqWlH .modal-body .close {
  background: #1b1b1b;
}
.cid-sWVkBBqWlH .modal-body .close span {
  font-style: normal;
}
.cid-sWVkBBqWlH .carousel-inner > .active,
.cid-sWVkBBqWlH .carousel-inner > .next,
.cid-sWVkBBqWlH .carousel-inner > .prev {
  display: table;
}
.cid-sWVkBBqWlH .carousel-control .icon-next,
.cid-sWVkBBqWlH .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-sWVkBBqWlH .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-sWVkBBqWlH .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sWVkBBqWlH .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sWVkBBqWlH .boxed-slider > div {
  position: relative;
}
.cid-sWVkBBqWlH .container img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-sWVkBBqWlH .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-sWVkBBqWlH .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sWVkBBqWlH .mbr-table-cell {
  padding: 0;
}
.cid-sWVkBBqWlH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sWVkBBqWlH .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sWVkBBqWlH .mbr-overlay {
  z-index: 1;
}
.cid-sWVkBBqWlH .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 700px;
}
.cid-sWVkBBqWlH .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-sWVkBBqWlH .carousel-item .container {
    width: 100%;
  }
}
.cid-sWVkBBqWlH .carousel-item-next.carousel-item-left,
.cid-sWVkBBqWlH .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sWVkBBqWlH .active.carousel-item-right,
.cid-sWVkBBqWlH .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sWVkBBqWlH .active.carousel-item-left,
.cid-sWVkBBqWlH .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sWVkBBqWlH .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-sWVkBBqWlH .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWVkBBqWlH .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWVkBBqWlH .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-sWVkBBqWlH .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sWVkBBqWlH .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sWVkBBqWlH .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-sWVkBBqWlH .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-sWVkBBqWlH .mbr-slider .carousel-indicators li.active,
.cid-sWVkBBqWlH .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-sWVkBBqWlH .mbr-slider .carousel-indicators li::after,
.cid-sWVkBBqWlH .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sWVkBBqWlH .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sWVkBBqWlH .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sWVkBBqWlH .mbr-slider > .container img {
  width: 100%;
}
.cid-sWVkBBqWlH .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-sWVkBBqWlH .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sWVkBBqWlH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sWVkBBqWlH .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sWVkBBqWlH .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sWVkBBqWlH .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sWVkBBqWlH .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sWVkBBqWlH .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sWVkBBqWlH .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sWVkBBqWlH .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sWVkBBqWlH .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sWVkBBqWlH .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sWVkBBqWlH .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sWVkBBqWlH h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sWVkBBqWlH .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-sWVkBBqWlH .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-sWVkBBqWlH .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-sWVkBBqWlH .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-sWVkBBqWlH .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-sWVkBBqWlH .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-sWVkBBqWlH .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-sWVkBBqWlH .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-sWVkBBqWlH .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-sWVkBBqWlH DIV {
  text-align: left;
}
.cid-sWVkBBqWlH P {
  text-align: left;
  color: #efefef;
}
.cid-sWVkBBqWlH H2 {
  text-align: left;
  color: #ffffff;
}
#custom-html-b5 {
  /* Type valid CSS here */
  /* two box icon */
  /* search icon */
}
#custom-html-b5 .btn-shuvo {
  margin-top: 0!important;
  margin-left: 0;
  padding: 0.9rem 3rem!important;
  font-family: 'micross';
}
#custom-html-b5 .fontAwesome {
  font-family: 'micross', 'FontAwesome', sans-serif;
  font-size: 1rem;
}
#custom-html-b5 .cid-sOkhg36BXl {
  background-color: #181B35;
  font-size: 1.2rem;
  /* Yo lo puse */
  color: white;
  /* Yo lo puse */
}
#custom-html-b5 .searchicon {
  font-size: 1rem;
  font-weight: 800;
}
#custom-html-b5 input {
  position: relative;
  padding-left: 38px!important;
}
#custom-html-b5 .boxicon {
  float: left;
  margin-left: 0.7rem;
  /* Yo lo puse */
  margin-top: -38px;
  position: relative;
  font-weight: 800;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -o-animation: fadein 2s;
  -ms-animation: fadein 2s;
  animation: fadein 2s;
  color: #b2b2b2;
  /* Yo lo puse */
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-sWVkBBQvdZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sWVkBBQvdZ .mbr-section-title {
  color: #144177;
}
.cid-sWVkBBQvdZ .mbr-section-subtitle {
  color: #144177;
}
@media (max-width: 992px) {
  .cid-sWVkBBQvdZ .align-left {
    text-align: center;
  }
}
.cid-sWVkBBQvdZ .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-sWVkBBQvdZ .row {
    padding: 3rem 2rem;
  }
}
.cid-sWVkBCbGbo {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sWVkBCbGbo .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #144177;
  background: #edf1f5;
  width: 110px;
  height: 110px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
  transition: all 0.3s;
  margin-bottom: 2rem;
  border: 1px solid transparent;
}
.cid-sWVkBCbGbo .iconfont-wrapper .mbr-iconfont:hover {
  background: transparent;
  border: 1px solid #144177;
}
.cid-sWVkBCbGbo .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-sWVkBCbGbo .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-sWVkBCbGbo .card {
    max-width: 14.2%;
  }
}
.cid-sWVkBCbGbo .card-title,
.cid-sWVkBCbGbo .iconfont-wrapper {
  color: #144177;
}
.cid-sWVkBCbGbo .mbr-section-title {
  color: #144177;
}
.cid-sWVkBCbGbo .mbr-section-subtitle {
  color: #406188;
}
.cid-sWVkBCbGbo .card-text {
  color: #5b686b;
  text-align: center;
}
.cid-sWVkBCHNdI {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sWVkBCHNdI .btn.btn-primary-outline {
  border: 1px solid #0765af;
}
.cid-sWVkBCHNdI .btn.btn-primary-outline:hover {
  background-color: #0765af !important;
  color: #ffffff !important;
}
.cid-sWVkBCHNdI .btn.btn-secondary-outline {
  border: 1px solid #fbea22;
}
.cid-sWVkBCHNdI .btn.btn-secondary-outline:hover {
  background-color: #fbea22 !important;
  color: #ffffff !important;
}
.cid-sWVkBCHNdI .btn.btn-success-outline {
  border: 1px solid #181b35;
}
.cid-sWVkBCHNdI .btn.btn-success-outline:hover {
  background-color: #181b35 !important;
  color: #ffffff !important;
}
.cid-sWVkBCHNdI .btn.btn-info-outline {
  border: 1px solid #edf1f5;
}
.cid-sWVkBCHNdI .btn.btn-info-outline:hover {
  background-color: #edf1f5 !important;
  color: #ffffff !important;
}
.cid-sWVkBCHNdI .btn.btn-warning-outline {
  border: 1px solid #879a9f;
}
.cid-sWVkBCHNdI .btn.btn-warning-outline:hover {
  background-color: #879a9f !important;
  color: #ffffff !important;
}
.cid-sWVkBCHNdI .btn.btn-danger-outline {
  border: 1px solid #fbea22;
}
.cid-sWVkBCHNdI .btn.btn-danger-outline:hover {
  background-color: #fbea22 !important;
  color: #ffffff !important;
}
.cid-sWVkBCHNdI .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-sWVkBCHNdI .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sWVkBCHNdI .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-sWVkBCHNdI .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-sWVkBCT8ms {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ecf3fb;
}
.cid-sWVkBCT8ms .container-fluid {
  padding: 0 3rem;
}
.cid-sWVkBCT8ms .card {
  display: block;
}
.cid-sWVkBCT8ms .card .card-wrapper {
  height: 1%;
}
.cid-sWVkBCT8ms .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-sWVkBCT8ms .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sWVkBCT8ms .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sWVkBCT8ms .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sWVkBCT8ms .container-fluid {
    padding: 0 1rem;
  }
  .cid-sWVkBCT8ms .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sWVkBCT8ms H2 {
  color: #144177;
}
.cid-sWVkBCT8ms .mbr-text,
.cid-sWVkBCT8ms .card-btn {
  color: #144177;
}
.cid-sWVkBCT8ms .mbr-section-subtitle,
.cid-sWVkBCT8ms .title-btn {
  color: #3e5570;
}
.cid-u3XHxFZRhT .modal-body .close {
  background: #1b1b1b;
}
.cid-u3XHxFZRhT .modal-body .close span {
  font-style: normal;
}
.cid-u3XHxFZRhT .carousel-inner > .active,
.cid-u3XHxFZRhT .carousel-inner > .next,
.cid-u3XHxFZRhT .carousel-inner > .prev {
  display: table;
}
.cid-u3XHxFZRhT .carousel-control .icon-next,
.cid-u3XHxFZRhT .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-u3XHxFZRhT .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-u3XHxFZRhT .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u3XHxFZRhT .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-u3XHxFZRhT .boxed-slider > div {
  position: relative;
}
.cid-u3XHxFZRhT .container img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u3XHxFZRhT .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-u3XHxFZRhT .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u3XHxFZRhT .mbr-table-cell {
  padding: 0;
}
.cid-u3XHxFZRhT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u3XHxFZRhT .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-u3XHxFZRhT .mbr-overlay {
  z-index: 1;
}
.cid-u3XHxFZRhT .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 500px;
}
.cid-u3XHxFZRhT .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-u3XHxFZRhT .carousel-item .container {
    width: 100%;
  }
}
.cid-u3XHxFZRhT .carousel-item-next.carousel-item-left,
.cid-u3XHxFZRhT .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-u3XHxFZRhT .active.carousel-item-right,
.cid-u3XHxFZRhT .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-u3XHxFZRhT .active.carousel-item-left,
.cid-u3XHxFZRhT .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-u3XHxFZRhT .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-u3XHxFZRhT .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u3XHxFZRhT .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u3XHxFZRhT .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-u3XHxFZRhT .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-u3XHxFZRhT .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u3XHxFZRhT .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-u3XHxFZRhT .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-u3XHxFZRhT .mbr-slider .carousel-indicators li.active,
.cid-u3XHxFZRhT .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-u3XHxFZRhT .mbr-slider .carousel-indicators li::after,
.cid-u3XHxFZRhT .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-u3XHxFZRhT .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-u3XHxFZRhT .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-u3XHxFZRhT .mbr-slider > .container img {
  width: 100%;
}
.cid-u3XHxFZRhT .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-u3XHxFZRhT .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-u3XHxFZRhT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u3XHxFZRhT .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u3XHxFZRhT .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-u3XHxFZRhT .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-u3XHxFZRhT .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-u3XHxFZRhT .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-u3XHxFZRhT .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-u3XHxFZRhT .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u3XHxFZRhT .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-u3XHxFZRhT .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-u3XHxFZRhT .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-u3XHxFZRhT h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-u3XHxFZRhT .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-u3XHxFZRhT .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-u3XHxFZRhT .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u3XHxFZRhT .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-u3XHxFZRhT .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-u3XHxFZRhT .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-u3XHxFZRhT .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-u3XHxFZRhT .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-u3XHxFZRhT .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-u3XHxFZRhT DIV {
  text-align: right;
}
.cid-u3XHxFZRhT P {
  text-align: center;
  color: #efefef;
}
.cid-u3XHxFZRhT H2 {
  text-align: center;
  color: #ffffff;
}
.cid-sWVkBDDGeq {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ecf3fb;
}
.cid-sWVkBDDGeq .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sWVkBDDGeq a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sWVkBDDGeq .mbr-section-btn {
  margin: 0;
}
.cid-sWVkBDDGeq .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sWVkBDDGeq .form-control:focus,
.cid-sWVkBDDGeq .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sWVkBDDGeq .form-group {
  margin-bottom: 1rem;
}
.cid-sWVkBDDGeq input::-webkit-input-placeholder,
.cid-sWVkBDDGeq textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sWVkBDDGeq input:-moz-placeholder,
.cid-sWVkBDDGeq textarea:-moz-placeholder {
  color: #656565;
}
.cid-sWVkBDDGeq .jq-selectbox li,
.cid-sWVkBDDGeq .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sWVkBDDGeq .jq-selectbox li:hover,
.cid-sWVkBDDGeq .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sWVkBDDGeq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sWVkBDDGeq .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sWVkBDDGeq .form-group,
.cid-sWVkBDDGeq .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sWVkBDDGeq .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sWVkBDDGeq .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sWVkBDDGeq .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sWVkBDDGeq .form-block {
    padding: 1rem;
  }
}
.cid-sWVkBDDGeq H4 {
  color: #144177;
}
.cid-sWVkBDDGeq P {
  color: #144177;
}
.cid-sWVkBDWqyi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sWVkBDWqyi img {
  width: 120px;
  margin: auto;
}
.cid-sWVkBDWqyi .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sWVkBDWqyi .card {
    max-width: 12.5%;
  }
}
.cid-sWVkBDWqyi .container-fluid {
  margin: auto;
}
.cid-sWVkBDWqyi .mbr-section-title {
  color: #144177;
}
.cid-sWVkBEfrWN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sWVkBEfrWN img {
  width: 120px;
  margin: auto;
}
.cid-sWVkBEfrWN .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sWVkBEfrWN .card {
    max-width: 12.5%;
  }
}
.cid-sWVkBEfrWN .container-fluid {
  margin: auto;
}
.cid-sX0ASKTLfL {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sX0ASKTLfL .container {
  max-width: 1400px;
}
.cid-sX0ASKTLfL .card-img2 span {
  padding-top: 6px;
}
.cid-sX0ASKTLfL .soc-item a {
  padding-top: 5px;
}
.cid-sX0ASKTLfL .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sX0ASKTLfL .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sX0ASKTLfL .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sX0ASKTLfL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sX0ASKTLfL svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sX0ASKTLfL #e2_shape {
  fill: #ffffff !important;
}
.cid-sX0ASKTLfL .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sX0ASKTLfL .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sX0ASKTLfL .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sX0ASKTLfL .card-img {
  width: auto;
}
.cid-sX0ASKTLfL .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sX0ASKTLfL .soc-item span {
  font-size: 1.4rem;
}
.cid-sX0ASKTLfL .soc-item:hover span {
  color: #0765af !important;
}
.cid-sX0ASKTLfL .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sX0ASKTLfL .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sX0ASKTLfL .media-wrap {
  margin-bottom: 1rem;
}
.cid-sX0ASKTLfL .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sX0ASKTLfL img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sX0ASKTLfL .item {
    justify-content: center;
  }
  .cid-sX0ASKTLfL .quote::after {
    left: 60px;
  }
}
.cid-sX0ASKTLfL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sX0ASKTLfL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sX0ASKTLfL .text1 {
  color: #ffffff;
}
.cid-sX0ASKTLfL .item-title {
  color: #ffffff;
}
.cid-sX0ASKTLfL H5 {
  color: #ffffff;
}
.cid-sX0ASKTLfL .theme {
  color: #ffffff;
}
.cid-sX0ASKTLfL .copyright > p {
  color: #ff3366;
}
.cid-sX0ASKTLfL .text2 {
  color: #ffffff;
}
.cid-sXnPZaMG7A {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/recruiting-strategy-700x345.jpg");
}
.cid-sXnPZaMG7A H1 {
  text-align: center;
}
.cid-sXnPZb2Ib8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sXnPZb2Ib8 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-sXnPZb2Ib8 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sXnPZb2Ib8 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sXnPZb2Ib8 .nav-link.active {
  background: #181b35;
}
.cid-sXnPZb2Ib8 .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-sXnPZb2Ib8 .nav-link:hover {
  background: #181b35;
}
.cid-sXnPZb2Ib8 .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-sXnPZb2Ib8 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-sXnPZb2Ib8 .nav-link.display-4 {
  font-size: 15px;
}
.cid-sXnPZb2Ib8 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-sXnPZb2Ib8 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-sXnPZb2Ib8 .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-sXnPZb2Ib8 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-sXnPZb2Ib8 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-sXnPZb2Ib8 .widget {
  margin-top: 30px;
  background-color: #181b35;
  border-radius: 4px;
}
.cid-sXnPZb2Ib8 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-sXnPZb2Ib8 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-sXnPZb2Ib8 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-sXnPZb2Ib8 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-sXnPZb2Ib8 .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-sXnPZb2Ib8 .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #181b35;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #181b35;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-sXnPZb2Ib8 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-sXnPZb2Ib8 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-sXnPZb2Ib8 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-sXnPZb2Ib8 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-sXnPZb2Ib8 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sXnPZb2Ib8 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-sXnPZb2Ib8 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-sXnPZb2Ib8 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-sXnPZb2Ib8 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-sXnPZb2Ib8 .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-sXnPZb2Ib8 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sXnPZb2Ib8 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sXnPZb2Ib8 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-sXnPZb2Ib8 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sXnPZb2Ib8 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-sXnPZb2Ib8 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-sXnPZb2Ib8 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-sXnPZb2Ib8 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-sXnPZb2Ib8 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-sXnPZb2Ib8 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sXnPZb2Ib8 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-sXnPZb2Ib8 .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sXnPZb2Ib8 .mbr-text,
  .cid-sXnPZb2Ib8 .nav-link,
  .cid-sXnPZb2Ib8 .mbr-card-title,
  .cid-sXnPZb2Ib8 .mbr-section-title {
    text-align: left;
  }
  .cid-sXnPZb2Ib8 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sXnPZb2Ib8 .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-sXnPZb2Ib8 .tab-content .tab-pane .mbr-section-title {
  color: #181b35;
}
.cid-sXnPZb2Ib8 .tab-content .tab-pane .mbr-text {
  color: #091f3a;
}
.cid-sXnPZdjbq6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sXnPZdjbq6 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sXnPZdjbq6 .nav-item,
.cid-sXnPZdjbq6 .nav-link,
.cid-sXnPZdjbq6 .navbar-caption {
  font-weight: normal;
}
.cid-sXnPZdjbq6 .nav-item:focus,
.cid-sXnPZdjbq6 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sXnPZdjbq6 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sXnPZdjbq6 .nav-item .nav-link {
    position: relative;
  }
  .cid-sXnPZdjbq6 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sXnPZdjbq6 .nav-item:hover .nav-link:before,
  .cid-sXnPZdjbq6 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sXnPZdjbq6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sXnPZdjbq6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXnPZdjbq6 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sXnPZdjbq6 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sXnPZdjbq6 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sXnPZdjbq6 .dropdown .dropdown-menu .dropdown-item .soc-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-sXnPZdjbq6 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sXnPZdjbq6 .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sXnPZdjbq6 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sXnPZdjbq6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sXnPZdjbq6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXnPZdjbq6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXnPZdjbq6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sXnPZdjbq6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXnPZdjbq6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXnPZdjbq6 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sXnPZdjbq6 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sXnPZdjbq6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXnPZdjbq6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXnPZdjbq6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sXnPZdjbq6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sXnPZdjbq6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXnPZdjbq6 .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sXnPZdjbq6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sXnPZdjbq6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sXnPZdjbq6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXnPZdjbq6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXnPZdjbq6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXnPZdjbq6 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sXnPZdjbq6 .dropdown-item.active,
.cid-sXnPZdjbq6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sXnPZdjbq6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXnPZdjbq6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXnPZdjbq6 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXnPZdjbq6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sXnPZdjbq6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXnPZdjbq6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXnPZdjbq6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sXnPZdjbq6 .navbar-buttons {
  text-align: center;
}
.cid-sXnPZdjbq6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sXnPZdjbq6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sXnPZdjbq6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXnPZdjbq6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXnPZdjbq6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXnPZdjbq6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXnPZdjbq6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXnPZdjbq6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXnPZdjbq6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXnPZdjbq6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXnPZdjbq6 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sXnPZdjbq6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXnPZdjbq6 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sXnPZdjbq6 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sXnPZdjbq6 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sXnPZdjbq6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXnPZdjbq6 a.nav-link .mbr-iconfont-btn,
.cid-sXnPZdjbq6 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sXnPZdjbq6 a.nav-link:hover .mbr-iconfont-btn,
.cid-sXnPZdjbq6 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sXnPZdjbq6 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXnPZdjbq6 .navbar {
    height: 77px;
  }
  .cid-sXnPZdjbq6 .navbar.opened {
    height: auto;
  }
  .cid-sXnPZdjbq6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXolES6tVZ {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sXolES6tVZ .container {
  max-width: 1400px;
}
.cid-sXolES6tVZ .card-img2 span {
  padding-top: 6px;
}
.cid-sXolES6tVZ .soc-item a {
  padding-top: 5px;
}
.cid-sXolES6tVZ .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sXolES6tVZ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sXolES6tVZ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sXolES6tVZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sXolES6tVZ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sXolES6tVZ #e2_shape {
  fill: #ffffff !important;
}
.cid-sXolES6tVZ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sXolES6tVZ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sXolES6tVZ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sXolES6tVZ .card-img {
  width: auto;
}
.cid-sXolES6tVZ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sXolES6tVZ .soc-item span {
  font-size: 1.4rem;
}
.cid-sXolES6tVZ .soc-item:hover span {
  color: #0765af !important;
}
.cid-sXolES6tVZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sXolES6tVZ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sXolES6tVZ .media-wrap {
  margin-bottom: 1rem;
}
.cid-sXolES6tVZ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sXolES6tVZ img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sXolES6tVZ .item {
    justify-content: center;
  }
  .cid-sXolES6tVZ .quote::after {
    left: 60px;
  }
}
.cid-sXolES6tVZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sXolES6tVZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXolES6tVZ .text1 {
  color: #ffffff;
}
.cid-sXolES6tVZ .item-title {
  color: #ffffff;
}
.cid-sXolES6tVZ H5 {
  color: #ffffff;
}
.cid-sXolES6tVZ .theme {
  color: #ffffff;
}
.cid-sXolES6tVZ .copyright > p {
  color: #ff3366;
}
.cid-sXolES6tVZ .text2 {
  color: #ffffff;
}
.cid-sXo10F7T4r {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/240-f-283572324-0ivhlxa4vfco6llp4ogpf1hiqr7ga8d0-1-427x240.jpg");
}
.cid-sXo10F7T4r H1 {
  text-align: center;
}
.cid-sXo10FtURO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sXo10FtURO .top-part {
  margin-bottom: 70px;
}
.cid-sXo10FtURO .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sXo10FtURO .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sXo10FtURO .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sXo10FtURO .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sXo10FtURO .nav-tabs .nav-item.open .nav-link:focus,
.cid-sXo10FtURO .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sXo10FtURO .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-sXo10FtURO .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-sXo10FtURO .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-sXo10FtURO .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-sXo10FtURO .nav-tabs .nav-link {
  color: #6d7a8c;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-sXo10FtURO .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-sXo10FtURO .nav-tabs .nav-link.active {
  border-bottom: 2px solid #0765af;
  color: #28303f;
}
.cid-sXo10FtURO .nav-tabs .nav-link.active span {
  color: #0765af;
}
.cid-sXo10FtURO .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-sXo10FtURO .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sXo10FtURO .mbr-text,
  .cid-sXo10FtURO .nav-link {
    text-align: left;
  }
  .cid-sXo10FtURO .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-sXo10FtURO .mbr-section-title,
  .cid-sXo10FtURO .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-sXo10FtURO .tab-content {
  margin-top: 44px;
}
.cid-sXo10FtURO .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-sXo10FtURO .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-sXo10FtURO .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-sXo10FtURO .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-sXo10FtURO .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-sXo10FtURO .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-sXo10FtURO .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sXo10FtURO .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sXo10FtURO .tab-content .tab-pane .mbr-list .list li:before {
  font-weight: 900;
  color: #144177;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-sXo10FtURO .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-sXo10FtURO .tab-content .tab-pane .mbr-text,
.cid-sXo10FtURO .mbr-list {
  color: #384f5f;
}
.cid-sXo10FtURO .top-part .mbr-section-title {
  color: #144177;
}
.cid-sXo10G6rwX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sXo10G6rwX .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sXo10G6rwX .nav-item,
.cid-sXo10G6rwX .nav-link,
.cid-sXo10G6rwX .navbar-caption {
  font-weight: normal;
}
.cid-sXo10G6rwX .nav-item:focus,
.cid-sXo10G6rwX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sXo10G6rwX .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sXo10G6rwX .nav-item .nav-link {
    position: relative;
  }
  .cid-sXo10G6rwX .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sXo10G6rwX .nav-item:hover .nav-link:before,
  .cid-sXo10G6rwX .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sXo10G6rwX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sXo10G6rwX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXo10G6rwX .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sXo10G6rwX .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sXo10G6rwX .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sXo10G6rwX .dropdown .dropdown-menu .dropdown-item .soc-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-sXo10G6rwX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sXo10G6rwX .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sXo10G6rwX .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sXo10G6rwX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sXo10G6rwX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXo10G6rwX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXo10G6rwX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sXo10G6rwX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXo10G6rwX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXo10G6rwX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sXo10G6rwX .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sXo10G6rwX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXo10G6rwX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXo10G6rwX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sXo10G6rwX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sXo10G6rwX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXo10G6rwX .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sXo10G6rwX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sXo10G6rwX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sXo10G6rwX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXo10G6rwX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXo10G6rwX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXo10G6rwX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sXo10G6rwX .dropdown-item.active,
.cid-sXo10G6rwX .dropdown-item:active {
  background-color: transparent;
}
.cid-sXo10G6rwX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXo10G6rwX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXo10G6rwX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXo10G6rwX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sXo10G6rwX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXo10G6rwX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXo10G6rwX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sXo10G6rwX .navbar-buttons {
  text-align: center;
}
.cid-sXo10G6rwX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sXo10G6rwX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sXo10G6rwX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXo10G6rwX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXo10G6rwX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXo10G6rwX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXo10G6rwX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXo10G6rwX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXo10G6rwX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXo10G6rwX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXo10G6rwX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sXo10G6rwX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXo10G6rwX .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sXo10G6rwX .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sXo10G6rwX .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sXo10G6rwX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXo10G6rwX a.nav-link .mbr-iconfont-btn,
.cid-sXo10G6rwX a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sXo10G6rwX a.nav-link:hover .mbr-iconfont-btn,
.cid-sXo10G6rwX a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sXo10G6rwX a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXo10G6rwX .navbar {
    height: 77px;
  }
  .cid-sXo10G6rwX .navbar.opened {
    height: auto;
  }
  .cid-sXo10G6rwX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXolMUmDcI {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sXolMUmDcI .container {
  max-width: 1400px;
}
.cid-sXolMUmDcI .card-img2 span {
  padding-top: 6px;
}
.cid-sXolMUmDcI .soc-item a {
  padding-top: 5px;
}
.cid-sXolMUmDcI .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sXolMUmDcI .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sXolMUmDcI .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sXolMUmDcI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sXolMUmDcI svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sXolMUmDcI #e2_shape {
  fill: #ffffff !important;
}
.cid-sXolMUmDcI .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sXolMUmDcI .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sXolMUmDcI .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sXolMUmDcI .card-img {
  width: auto;
}
.cid-sXolMUmDcI .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sXolMUmDcI .soc-item span {
  font-size: 1.4rem;
}
.cid-sXolMUmDcI .soc-item:hover span {
  color: #0765af !important;
}
.cid-sXolMUmDcI .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sXolMUmDcI .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sXolMUmDcI .media-wrap {
  margin-bottom: 1rem;
}
.cid-sXolMUmDcI .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sXolMUmDcI img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sXolMUmDcI .item {
    justify-content: center;
  }
  .cid-sXolMUmDcI .quote::after {
    left: 60px;
  }
}
.cid-sXolMUmDcI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sXolMUmDcI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXolMUmDcI .text1 {
  color: #ffffff;
}
.cid-sXolMUmDcI .item-title {
  color: #ffffff;
}
.cid-sXolMUmDcI H5 {
  color: #ffffff;
}
.cid-sXolMUmDcI .theme {
  color: #ffffff;
}
.cid-sXolMUmDcI .copyright > p {
  color: #ff3366;
}
.cid-sXolMUmDcI .text2 {
  color: #ffffff;
}
.cid-sXoa2us44P {
  padding-top: 7.3rem;
  padding-bottom: 4.9rem;
  background-image: url("../../../assets/images/azul-oscuro-1004x805.jpg");
}
.cid-sXoa2us44P .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sXoa2us44P .mbr-text,
.cid-sXoa2us44P .mbr-section-btn {
  color: #ffffff;
}
.cid-sXoa2us44P .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sXoa2us44P .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-sXoa2us44P .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sXoa2us44P .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-sXoa2us44P .container-text {
    margin-top: 3.75rem;
  }
}
.cid-sXoa2us44P .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-sXoa2us44P .mbr-section-subtitle,
.cid-sXoa2us44P .mbr-section-btn {
  text-align: center;
}
.cid-sXoa2uSAXK {
  background-color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 6rem;
}
.cid-sXoa2uSAXK .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fbea22;
  padding: 0 15%;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-sXoa2uSAXK .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sXoa2uSAXK .content_wrap {
    padding: 60px 12px;
  }
}
.cid-sXoa2uSAXK .mbr-section-title {
  margin-bottom: 25px;
  color: #181b35;
}
.cid-sXoa2uSAXK .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 991px) {
  .cid-sXoa2uSAXK .height_100 {
    height: 100%;
  }
}
.cid-sXoa2uSAXK .item-image,
.cid-sXoa2uSAXK img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-sXoa2uSAXK .mbr-section-text,
.cid-sXoa2uSAXK .mbr-section-btn {
  color: #09261e;
}
.cid-sXoa2v8qdp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sXoa2v8qdp .title__block {
  margin-bottom: 65px;
}
.cid-sXoa2v8qdp .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #cfdae2 !important;
}
.cid-sXoa2v8qdp .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-sXoa2v8qdp .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #144177 !important;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-sXoa2v8qdp .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #fbea22 !important;
}
.cid-sXoa2v8qdp .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-sXoa2v8qdp .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-sXoa2v8qdp .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-sXoa2v8qdp .card__content {
  display: block;
  width: 100%;
}
.cid-sXoa2v8qdp .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
}
.cid-sXoa2v8qdp .card__text {
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sXoa2v8qdp .title__block {
    margin-bottom: 40px;
  }
  .cid-sXoa2v8qdp .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-sXoa2v8qdp .nav-item {
    margin-bottom: 9px;
  }
  .cid-sXoa2v8qdp .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-sXoa2v8qdp .card__wrap {
    margin-bottom: 40px;
  }
  .cid-sXoa2v8qdp .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-sXoa2v8qdp .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-sXoa2v8qdp .card__image {
    max-width: 90px;
  }
  .cid-sXoa2v8qdp .card__image img {
    width: 70%;
  }
}
.cid-sXoa2wlzwi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sXoa2wlzwi .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sXoa2wlzwi .nav-item,
.cid-sXoa2wlzwi .nav-link,
.cid-sXoa2wlzwi .navbar-caption {
  font-weight: normal;
}
.cid-sXoa2wlzwi .nav-item:focus,
.cid-sXoa2wlzwi .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sXoa2wlzwi .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sXoa2wlzwi .nav-item .nav-link {
    position: relative;
  }
  .cid-sXoa2wlzwi .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sXoa2wlzwi .nav-item:hover .nav-link:before,
  .cid-sXoa2wlzwi .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sXoa2wlzwi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sXoa2wlzwi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXoa2wlzwi .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sXoa2wlzwi .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sXoa2wlzwi .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sXoa2wlzwi .dropdown .dropdown-menu .dropdown-item .soc-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-sXoa2wlzwi .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sXoa2wlzwi .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sXoa2wlzwi .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sXoa2wlzwi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sXoa2wlzwi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXoa2wlzwi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXoa2wlzwi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sXoa2wlzwi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXoa2wlzwi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXoa2wlzwi .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sXoa2wlzwi .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sXoa2wlzwi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXoa2wlzwi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXoa2wlzwi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sXoa2wlzwi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sXoa2wlzwi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXoa2wlzwi .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sXoa2wlzwi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sXoa2wlzwi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sXoa2wlzwi .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXoa2wlzwi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXoa2wlzwi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXoa2wlzwi .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sXoa2wlzwi .dropdown-item.active,
.cid-sXoa2wlzwi .dropdown-item:active {
  background-color: transparent;
}
.cid-sXoa2wlzwi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXoa2wlzwi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXoa2wlzwi .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXoa2wlzwi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sXoa2wlzwi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXoa2wlzwi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXoa2wlzwi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sXoa2wlzwi .navbar-buttons {
  text-align: center;
}
.cid-sXoa2wlzwi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sXoa2wlzwi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sXoa2wlzwi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXoa2wlzwi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXoa2wlzwi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXoa2wlzwi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXoa2wlzwi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXoa2wlzwi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXoa2wlzwi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXoa2wlzwi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXoa2wlzwi .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sXoa2wlzwi a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXoa2wlzwi .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sXoa2wlzwi .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sXoa2wlzwi .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sXoa2wlzwi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXoa2wlzwi a.nav-link .mbr-iconfont-btn,
.cid-sXoa2wlzwi a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sXoa2wlzwi a.nav-link:hover .mbr-iconfont-btn,
.cid-sXoa2wlzwi a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sXoa2wlzwi a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXoa2wlzwi .navbar {
    height: 77px;
  }
  .cid-sXoa2wlzwi .navbar.opened {
    height: auto;
  }
  .cid-sXoa2wlzwi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXolRVdhg1 {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sXolRVdhg1 .container {
  max-width: 1400px;
}
.cid-sXolRVdhg1 .card-img2 span {
  padding-top: 6px;
}
.cid-sXolRVdhg1 .soc-item a {
  padding-top: 5px;
}
.cid-sXolRVdhg1 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sXolRVdhg1 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sXolRVdhg1 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sXolRVdhg1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sXolRVdhg1 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sXolRVdhg1 #e2_shape {
  fill: #ffffff !important;
}
.cid-sXolRVdhg1 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sXolRVdhg1 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sXolRVdhg1 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sXolRVdhg1 .card-img {
  width: auto;
}
.cid-sXolRVdhg1 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sXolRVdhg1 .soc-item span {
  font-size: 1.4rem;
}
.cid-sXolRVdhg1 .soc-item:hover span {
  color: #0765af !important;
}
.cid-sXolRVdhg1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sXolRVdhg1 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sXolRVdhg1 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sXolRVdhg1 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sXolRVdhg1 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sXolRVdhg1 .item {
    justify-content: center;
  }
  .cid-sXolRVdhg1 .quote::after {
    left: 60px;
  }
}
.cid-sXolRVdhg1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sXolRVdhg1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXolRVdhg1 .text1 {
  color: #ffffff;
}
.cid-sXolRVdhg1 .item-title {
  color: #ffffff;
}
.cid-sXolRVdhg1 H5 {
  color: #ffffff;
}
.cid-sXolRVdhg1 .theme {
  color: #ffffff;
}
.cid-sXolRVdhg1 .copyright > p {
  color: #ff3366;
}
.cid-sXolRVdhg1 .text2 {
  color: #ffffff;
}
.cid-sXodp9VB3o {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/aboutus-1180x786.jpg");
}
.cid-sXodp9VB3o H1 {
  text-align: center;
}
.cid-sXodpaltwG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXodpaltwG .item-wrapper {
  width: 100%;
}
.cid-sXodpaltwG .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sXodpaltwG .row {
  align-items: center;
}
.cid-sXodpaltwG .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sXodpaltwG .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sXodpaltwG .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sXodpaltwG .sign {
  max-width: 250px;
  display: inline;
}
.cid-sXodpaltwG .mbr-text,
.cid-sXodpaltwG .right-side {
  color: #1b745e;
}
.cid-sXodpaFIJC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-sXodpaFIJC .mbr-text,
.cid-sXodpaFIJC .mbr-section-btn {
  color: #4e4e4e;
}
.cid-sXodpaFIJC .container {
  max-width: 1000px;
}
.cid-sXodpaFIJC .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #4e4e4e;
  padding-bottom: 1rem;
}
.cid-sXodpaFIJC .mbr-section-subtitle {
  color: #4e4e4e;
}
.cid-tQlbIAjnbu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/6r-1746x982.jpg");
}
.cid-tQlbIAjnbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQlbIAjnbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQlbIAjnbu .container {
  overflow: hidden;
}
.cid-tQlbIAjnbu .row {
  justify-content: center;
}
.cid-tQlbIAjnbu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tQlbIAjnbu .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tQlbJnhWaq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-tQlbJnhWaq .mbr-text,
.cid-tQlbJnhWaq .mbr-section-btn {
  color: #4e4e4e;
}
.cid-tQlbJnhWaq .container {
  max-width: 1000px;
}
.cid-tQlbJnhWaq .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #4e4e4e;
  padding-bottom: 1rem;
}
.cid-tQlbJnhWaq .mbr-section-subtitle {
  color: #4e4e4e;
}
.cid-tQlbK0J21E {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/8r-1746x982.jpg");
}
.cid-tQlbK0J21E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQlbK0J21E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQlbK0J21E .container {
  overflow: hidden;
}
.cid-tQlbK0J21E .row {
  justify-content: center;
}
.cid-tQlbK0J21E .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tQlbK0J21E .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tQlbKBavh2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-tQlbKBavh2 .mbr-text,
.cid-tQlbKBavh2 .mbr-section-btn {
  color: #4e4e4e;
}
.cid-tQlbKBavh2 .container {
  max-width: 1000px;
}
.cid-tQlbKBavh2 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #4e4e4e;
  padding-bottom: 1rem;
}
.cid-tQlbKBavh2 .mbr-section-subtitle {
  color: #4e4e4e;
}
.cid-tQlbLbcHyX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/7r-1746x982.jpg");
}
.cid-tQlbLbcHyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQlbLbcHyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQlbLbcHyX .container {
  overflow: hidden;
}
.cid-tQlbLbcHyX .row {
  justify-content: center;
}
.cid-tQlbLbcHyX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tQlbLbcHyX .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tSuVrCrx2u {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tSuVrCrx2u .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSuVrCrx2u .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-tSuVrCrx2u .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-tSuVrCrx2u .carousel-item.active,
.cid-tSuVrCrx2u .carousel-item-next,
.cid-tSuVrCrx2u .carousel-item-prev {
  display: flex;
}
.cid-tSuVrCrx2u .carousel-controls a {
  transition: opacity .5s;
}
.cid-tSuVrCrx2u .carousel-controls a:hover span,
.cid-tSuVrCrx2u .carousel-controls a:focus span {
  opacity: 1;
}
.cid-tSuVrCrx2u .carousel-controls a:hover svg,
.cid-tSuVrCrx2u .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-tSuVrCrx2u .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-tSuVrCrx2u .user_image {
  overflow: hidden;
  display: flex;
}
.cid-tSuVrCrx2u .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-tSuVrCrx2u .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tSuVrCrx2u .user_text {
  color: #767676;
}
.cid-tSuVrCrx2u .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tSuVrCrx2u .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0765af, #fbea22);
  display: inline-block;
}
.cid-tSuVrCrx2u .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-tSuVrCrx2u svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-tSuVrCrx2u .user_name {
  color: #149dcc;
}
.cid-tSuVrCrx2u .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-tSuVrCrx2u .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-tSuVrCrx2u .testimonials-quote,
  .cid-tSuVrCrx2u .user_text,
  .cid-tSuVrCrx2u .user_name,
  .cid-tSuVrCrx2u .user_desk {
    text-align: center !important;
  }
  .cid-tSuVrCrx2u .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-tSuVrCrx2u .mbr-section-title,
  .cid-tSuVrCrx2u .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-tSuVrCrx2u .carousel-control-prev span {
    right: -1rem;
  }
  .cid-tSuVrCrx2u .carousel-control-next span {
    left: -1rem;
  }
  .cid-tSuVrCrx2u .user-text {
    padding-right: 2rem;
  }
  .cid-tSuVrCrx2u .carousel-control-prev,
  .cid-tSuVrCrx2u .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-tSuVrCrx2u .user_text,
.cid-tSuVrCrx2u .testimonials-quote {
  color: #484848;
}
.cid-sXodpaSHmk {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}

.cid-u6bcMNIIVY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e0e9ee;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-u6bcMNIIVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6bcMNIIVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6bcMNIIVY .section-border-item {
  background-color: #fcdb42;
}
.cid-u6bcMNIIVY .main-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.cid-u6bcMNIIVY .card-wrap {
  width: 100%;
}
.cid-u6bcMNIIVY .card-box {
  width: 100%;
}
.cid-u6bcMNIIVY .card-title {
  color: #073b4c;
  text-align: left;
}
.cid-u6bcMNIIVY .mbr-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-u6bcMNIIVY .mbr-text {
    margin-top: 1rem;
  }
}
.cid-u6bcMNIIVY .card-title P {
  text-align: center;
}
.cid-u6bcNNB3rg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #e0e9ee;
}
.cid-sXodpaSHmk H1 {
  color: #000000;
}
.cid-sXodpaSHmk .mbr-text,
.cid-sXodpaSHmk .mbr-section-btn {
  color: #000000;
}
.cid-sXodpaSHmk .mbr-subtitle {
  color: #000000;
}
.cid-sXodpaSHmk .mbr-text {
  margin-top: 1.5rem;
}
.cid-sXodpaSHmk .mbr-section-btn {
  margin-top: 2rem;
}

.cid-u6bcNNB3rg .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-u6bcNNB3rg .mbr-section-title {
  margin: 0;
  color: #033867;
  text-align: left;
}
.cid-u6bcNNB3rg .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-u6bcNNB3rg .card-img span {
  color: #066ea0;
}
.cid-u6bcNNB3rg .row-item {
  margin-bottom: 2rem;
}
.cid-u6bcNNB3rg .row-item:hover .wrapper {
  background: linear-gradient(90deg, #14407a, #119bd9);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-u6bcNNB3rg .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-u6bcNNB3rg .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-u6bcNNB3rg .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-u6bcNNB3rg .mbr-card-title,
.cid-u6bcNNB3rg .card-img {
  color: #033867;
}
.cid-sXodpb3aqu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXodpb3aqu .item-wrapper {
  width: 100%;
}
.cid-sXodpb3aqu .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sXodpb3aqu .row {
  align-items: center;
}
.cid-sXodpb3aqu .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sXodpb3aqu .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sXodpb3aqu .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sXodpb3aqu .sign {
  max-width: 250px;
  display: inline;
}
.cid-sXodpb3aqu .mbr-text,
.cid-sXodpb3aqu .right-side {
  color: #1b745e;
}
.cid-sXodpbhMWg {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sXodpbhMWg .mbr-text,
.cid-sXodpbhMWg .mbr-section-btn {
  color: #4e4e4e;
}
.cid-sXodpbhMWg .container {
  max-width: 1000px;
}
.cid-sXodpbhMWg .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #4e4e4e;
  padding-bottom: 1rem;
}
.cid-sXodpbhMWg .mbr-section-subtitle {
  color: #4e4e4e;
}
.cid-sXodpbxVBn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXodpbxVBn .item-wrapper {
  width: 100%;
}
.cid-sXodpbxVBn .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sXodpbxVBn .row {
  align-items: center;
}
.cid-sXodpbxVBn .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sXodpbxVBn .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sXodpbxVBn .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sXodpbxVBn .sign {
  max-width: 250px;
  display: inline;
}
.cid-sXodpbxVBn .mbr-text,
.cid-sXodpbxVBn .right-side {
  color: #1b745e;
}
.cid-sXodpbKZ8i {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sXodpbKZ8i .mbr-text,
.cid-sXodpbKZ8i .mbr-section-btn {
  color: #4e4e4e;
}
.cid-sXodpbKZ8i .container {
  max-width: 1000px;
}
.cid-sXodpbKZ8i .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #4e4e4e;
  padding-bottom: 1rem;
}
.cid-sXodpbKZ8i .mbr-section-subtitle {
  color: #4e4e4e;
}
.cid-sXodpbVrA8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sXodpbVrA8 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sXodpbVrA8 .nav-item,
.cid-sXodpbVrA8 .nav-link,
.cid-sXodpbVrA8 .navbar-caption {
  font-weight: normal;
}
.cid-sXodpbVrA8 .nav-item:focus,
.cid-sXodpbVrA8 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sXodpbVrA8 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sXodpbVrA8 .nav-item .nav-link {
    position: relative;
  }
  .cid-sXodpbVrA8 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sXodpbVrA8 .nav-item:hover .nav-link:before,
  .cid-sXodpbVrA8 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sXodpbVrA8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sXodpbVrA8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXodpbVrA8 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sXodpbVrA8 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sXodpbVrA8 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sXodpbVrA8 .dropdown .dropdown-menu .dropdown-item .soc-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-sXodpbVrA8 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sXodpbVrA8 .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sXodpbVrA8 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sXodpbVrA8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sXodpbVrA8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXodpbVrA8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXodpbVrA8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sXodpbVrA8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXodpbVrA8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXodpbVrA8 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sXodpbVrA8 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sXodpbVrA8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXodpbVrA8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXodpbVrA8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sXodpbVrA8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sXodpbVrA8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXodpbVrA8 .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sXodpbVrA8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sXodpbVrA8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sXodpbVrA8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXodpbVrA8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXodpbVrA8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXodpbVrA8 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sXodpbVrA8 .dropdown-item.active,
.cid-sXodpbVrA8 .dropdown-item:active {
  background-color: transparent;
}
.cid-sXodpbVrA8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXodpbVrA8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXodpbVrA8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXodpbVrA8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sXodpbVrA8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXodpbVrA8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXodpbVrA8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sXodpbVrA8 .navbar-buttons {
  text-align: center;
}
.cid-sXodpbVrA8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sXodpbVrA8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sXodpbVrA8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXodpbVrA8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXodpbVrA8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXodpbVrA8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXodpbVrA8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXodpbVrA8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXodpbVrA8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXodpbVrA8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXodpbVrA8 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sXodpbVrA8 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXodpbVrA8 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sXodpbVrA8 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sXodpbVrA8 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sXodpbVrA8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXodpbVrA8 a.nav-link .mbr-iconfont-btn,
.cid-sXodpbVrA8 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sXodpbVrA8 a.nav-link:hover .mbr-iconfont-btn,
.cid-sXodpbVrA8 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sXodpbVrA8 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXodpbVrA8 .navbar {
    height: 77px;
  }
  .cid-sXodpbVrA8 .navbar.opened {
    height: auto;
  }
  .cid-sXodpbVrA8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXolYNnLC5 {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sXolYNnLC5 .container {
  max-width: 1400px;
}
.cid-sXolYNnLC5 .card-img2 span {
  padding-top: 6px;
}
.cid-sXolYNnLC5 .soc-item a {
  padding-top: 5px;
}
.cid-sXolYNnLC5 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sXolYNnLC5 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sXolYNnLC5 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sXolYNnLC5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sXolYNnLC5 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sXolYNnLC5 #e2_shape {
  fill: #ffffff !important;
}
.cid-sXolYNnLC5 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sXolYNnLC5 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sXolYNnLC5 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sXolYNnLC5 .card-img {
  width: auto;
}
.cid-sXolYNnLC5 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sXolYNnLC5 .soc-item span {
  font-size: 1.4rem;
}
.cid-sXolYNnLC5 .soc-item:hover span {
  color: #0765af !important;
}
.cid-sXolYNnLC5 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sXolYNnLC5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sXolYNnLC5 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sXolYNnLC5 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sXolYNnLC5 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sXolYNnLC5 .item {
    justify-content: center;
  }
  .cid-sXolYNnLC5 .quote::after {
    left: 60px;
  }
}
.cid-sXolYNnLC5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sXolYNnLC5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXolYNnLC5 .text1 {
  color: #ffffff;
}
.cid-sXolYNnLC5 .item-title {
  color: #ffffff;
}
.cid-sXolYNnLC5 H5 {
  color: #ffffff;
}
.cid-sXolYNnLC5 .theme {
  color: #ffffff;
}
.cid-sXolYNnLC5 .copyright > p {
  color: #ff3366;
}
.cid-sXolYNnLC5 .text2 {
  color: #ffffff;
}
.cid-sXohywT3RM {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/240-f-331773888-qyd5q5mook9evgwe7ki7idwenh4vshc9-916x240.jpg");
}
.cid-sXohywT3RM H1 {
  text-align: center;
}
.cid-sXohyxgw2p {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXohyxgw2p .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-sXohyxgw2p .mbr-section-title {
  margin-bottom: 1rem;
  color: #073b4c;
  text-align: left;
}
.cid-sXohyxgw2p .mbr-section-title b:last-child,
.cid-sXohyxgw2p .mbr-section-title strong:last-child {
  color: #3a607c;
}
.cid-sXohyxgw2p .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-sXohyxgw2p .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-sXohyxgw2p .mbr-text-wrap {
    border-left: 2px solid #0765af;
    padding-left: 1.8125rem !important;
  }
}
.cid-sXohyxgw2p .mbr-section-btn {
  margin-top: 28px;
}
.cid-sXohyxgw2p .mbr-section-btn a {
  margin-top: 0;
}
.cid-sXohyxgw2p .mbr-text,
.cid-sXohyxgw2p .mbr-section-btn {
  text-align: left;
}
.cid-sXohyxzeLQ {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sXohyxzeLQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sXohyxzeLQ .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-sXohyxzeLQ textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-sXohyxzeLQ .form-row {
    flex-direction: column;
  }
}
.cid-sXohyxzeLQ h4 {
  margin-bottom: 2rem;
}
.cid-sXohyxzeLQ .form-control,
.cid-sXohyxzeLQ .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-sXohyxzeLQ .form-control,
.cid-sXohyxzeLQ .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sXohyxzeLQ .form-control::-webkit-input-placeholder,
.cid-sXohyxzeLQ .field-input::-webkit-input-placeholder,
.cid-sXohyxzeLQ .form-control::-webkit-input-placeholder,
.cid-sXohyxzeLQ .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-sXohyxzeLQ .form-control:-moz-placeholder,
.cid-sXohyxzeLQ .field-input:-moz-placeholder,
.cid-sXohyxzeLQ .form-control:-moz-placeholder,
.cid-sXohyxzeLQ .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-sXohyxzeLQ .form-control:hover,
.cid-sXohyxzeLQ .field-input:hover,
.cid-sXohyxzeLQ .form-control:focus,
.cid-sXohyxzeLQ .field-input:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-sXohyxzeLQ .form-control:hover::-webkit-input-placeholder,
.cid-sXohyxzeLQ .field-input:hover::-webkit-input-placeholder,
.cid-sXohyxzeLQ .form-control:focus::-webkit-input-placeholder,
.cid-sXohyxzeLQ .field-input:focus::-webkit-input-placeholder,
.cid-sXohyxzeLQ .form-control:hover::-webkit-input-placeholder,
.cid-sXohyxzeLQ .field-input:hover::-webkit-input-placeholder,
.cid-sXohyxzeLQ .form-control:focus::-webkit-input-placeholder,
.cid-sXohyxzeLQ .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-sXohyxzeLQ .form-control:hover:-moz-placeholder,
.cid-sXohyxzeLQ .field-input:hover:-moz-placeholder,
.cid-sXohyxzeLQ .form-control:focus:-moz-placeholder,
.cid-sXohyxzeLQ .field-input:focus:-moz-placeholder,
.cid-sXohyxzeLQ .form-control:hover:-moz-placeholder,
.cid-sXohyxzeLQ .field-input:hover:-moz-placeholder,
.cid-sXohyxzeLQ .form-control:focus:-moz-placeholder,
.cid-sXohyxzeLQ .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-sXohyxzeLQ .jq-number__spin:hover,
.cid-sXohyxzeLQ .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sXohyxzeLQ .jq-number__spin {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sXohyxzeLQ .jq-selectbox li,
.cid-sXohyxzeLQ .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-sXohyxzeLQ .jq-selectbox li:hover,
.cid-sXohyxzeLQ .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-sXohyxzeLQ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sXohyxzeLQ .jq-number__spin.minus:hover:after,
.cid-sXohyxzeLQ .jq-number__spin.plus:hover:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-sXohyxzeLQ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sXohyxzeLQ .jq-number__spin.minus:after,
.cid-sXohyxzeLQ .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-sXohyxzeLQ input::-webkit-clear-button {
  display: none;
}
.cid-sXohyxzeLQ input::-webkit-inner-spin-button {
  display: none;
}
.cid-sXohyxzeLQ input::-webkit-outer-spin-button {
  display: none;
}
.cid-sXohyxzeLQ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sXohyxzeLQ H4 {
  color: #103178;
}
.cid-u3XGuNVwcp {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u3XGuNVwcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3XGuNVwcp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3XGuNVwcp .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u3XGuNVwcp .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3XGuNVwcp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3XGuNVwcp .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3XGuNVwcp .container {
    padding: 0 16px;
  }
}
.cid-u3XGuNVwcp .content-wrapper {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-u3XGuNVwcp .content-wrapper {
    padding: 20px 0;
  }
}
.cid-u3XGuNVwcp .content-wrapper .content-wrap {
  display: inline-flex;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-u3XGuNVwcp .content-wrapper .content-wrap {
    display: block;
    width: 100%;
  }
}
.cid-u3XGuNVwcp .content-wrapper .content-wrap:hover .mbr-iconfont,
.cid-u3XGuNVwcp .content-wrapper .content-wrap:focus .mbr-iconfont {
  transform: translateX(1rem);
}
.cid-u3XGuNVwcp .content-wrapper .content-wrap:hover .mbr-section-title,
.cid-u3XGuNVwcp .content-wrapper .content-wrap:focus .mbr-section-title {
  text-decoration-color: #d8d8d8;
}
.cid-u3XGuNVwcp .content-wrapper .content-wrap .mbr-iconfont {
  font-size: 100px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  margin-right: 48px;
  color: #5b6c8f;
}
@media (max-width: 768px) {
  .cid-u3XGuNVwcp .content-wrapper .content-wrap .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 60px;
  }
}
.cid-u3XGuNVwcp .content-wrapper .content-wrap .mbr-section-title {
  text-decoration: underline;
  text-decoration-color: transparent;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3XGuNVwcp .mbr-section-title {
  color: #000000;
}
.cid-u3XGuNVwcp .mbr-section-title,
.cid-u3XGuNVwcp .content-wrapper {
  text-align: center;
  color: #484c54;
}
.cid-sXohyxPaNI {
  padding-top: 30px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sXohyxPaNI .google-map {
  height: 25rem;
  position: relative;
}
.cid-sXohyxPaNI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sXohyxPaNI .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sXohyxPaNI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sXohyxPaNI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sXohyxPaNI .container-fluid {
  padding: 0;
}
.cid-sXohyxPaNI .relative {
  position: relative;
  width: 100%;
}
.cid-sXohyxPaNI .mbr-section-title {
  color: #656565;
}
.cid-sXohyxPaNI .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sXohyxPaNI .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sXohyxPaNI .title {
  text-align: center;
  color: #ffffff;
}
.cid-sXohyxPaNI .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sXohyxPaNI .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sXohyy3ycl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sXohyy3ycl .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sXohyy3ycl .nav-item,
.cid-sXohyy3ycl .nav-link,
.cid-sXohyy3ycl .navbar-caption {
  font-weight: normal;
}
.cid-sXohyy3ycl .nav-item:focus,
.cid-sXohyy3ycl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sXohyy3ycl .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sXohyy3ycl .nav-item .nav-link {
    position: relative;
  }
  .cid-sXohyy3ycl .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sXohyy3ycl .nav-item:hover .nav-link:before,
  .cid-sXohyy3ycl .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sXohyy3ycl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sXohyy3ycl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXohyy3ycl .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sXohyy3ycl .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sXohyy3ycl .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sXohyy3ycl .dropdown .dropdown-menu .dropdown-item .soc-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-sXohyy3ycl .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sXohyy3ycl .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sXohyy3ycl .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sXohyy3ycl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sXohyy3ycl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXohyy3ycl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXohyy3ycl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sXohyy3ycl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXohyy3ycl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sXohyy3ycl .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sXohyy3ycl .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sXohyy3ycl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXohyy3ycl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXohyy3ycl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sXohyy3ycl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sXohyy3ycl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXohyy3ycl .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sXohyy3ycl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sXohyy3ycl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sXohyy3ycl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXohyy3ycl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXohyy3ycl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXohyy3ycl .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sXohyy3ycl .dropdown-item.active,
.cid-sXohyy3ycl .dropdown-item:active {
  background-color: transparent;
}
.cid-sXohyy3ycl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXohyy3ycl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXohyy3ycl .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXohyy3ycl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sXohyy3ycl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXohyy3ycl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXohyy3ycl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sXohyy3ycl .navbar-buttons {
  text-align: center;
}
.cid-sXohyy3ycl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sXohyy3ycl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sXohyy3ycl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXohyy3ycl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXohyy3ycl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXohyy3ycl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXohyy3ycl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXohyy3ycl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXohyy3ycl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXohyy3ycl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXohyy3ycl .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sXohyy3ycl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXohyy3ycl .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sXohyy3ycl .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sXohyy3ycl .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sXohyy3ycl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sXohyy3ycl a.nav-link .mbr-iconfont-btn,
.cid-sXohyy3ycl a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sXohyy3ycl a.nav-link:hover .mbr-iconfont-btn,
.cid-sXohyy3ycl a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sXohyy3ycl a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXohyy3ycl .navbar {
    height: 77px;
  }
  .cid-sXohyy3ycl .navbar.opened {
    height: auto;
  }
  .cid-sXohyy3ycl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXom4ACsd8 {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sXom4ACsd8 .container {
  max-width: 1400px;
}
.cid-sXom4ACsd8 .card-img2 span {
  padding-top: 6px;
}
.cid-sXom4ACsd8 .soc-item a {
  padding-top: 5px;
}
.cid-sXom4ACsd8 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sXom4ACsd8 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sXom4ACsd8 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sXom4ACsd8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sXom4ACsd8 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sXom4ACsd8 #e2_shape {
  fill: #ffffff !important;
}
.cid-sXom4ACsd8 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sXom4ACsd8 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sXom4ACsd8 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sXom4ACsd8 .card-img {
  width: auto;
}
.cid-sXom4ACsd8 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sXom4ACsd8 .soc-item span {
  font-size: 1.4rem;
}
.cid-sXom4ACsd8 .soc-item:hover span {
  color: #0765af !important;
}
.cid-sXom4ACsd8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sXom4ACsd8 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sXom4ACsd8 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sXom4ACsd8 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sXom4ACsd8 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sXom4ACsd8 .item {
    justify-content: center;
  }
  .cid-sXom4ACsd8 .quote::after {
    left: 60px;
  }
}
.cid-sXom4ACsd8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sXom4ACsd8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXom4ACsd8 .text1 {
  color: #ffffff;
}
.cid-sXom4ACsd8 .item-title {
  color: #ffffff;
}
.cid-sXom4ACsd8 H5 {
  color: #ffffff;
}
.cid-sXom4ACsd8 .theme {
  color: #ffffff;
}
.cid-sXom4ACsd8 .copyright > p {
  color: #ff3366;
}
.cid-sXom4ACsd8 .text2 {
  color: #ffffff;
}
.cid-sYisHdE8ua {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/recruiting-strategy-700x345.jpg");
}
.cid-sYisHdE8ua H1 {
  text-align: center;
}
.cid-sYisHdWtl3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sYisHdWtl3 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-sYisHdWtl3 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sYisHdWtl3 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sYisHdWtl3 .nav-link.active {
  background: #181b35;
}
.cid-sYisHdWtl3 .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-sYisHdWtl3 .nav-link:hover {
  background: #181b35;
}
.cid-sYisHdWtl3 .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-sYisHdWtl3 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-sYisHdWtl3 .nav-link.display-4 {
  font-size: 15px;
}
.cid-sYisHdWtl3 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-sYisHdWtl3 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-sYisHdWtl3 .nav-tabs .nav-link {
  color: #181b35;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-sYisHdWtl3 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-sYisHdWtl3 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-sYisHdWtl3 .widget {
  margin-top: 30px;
  background-color: #181b35;
  border-radius: 4px;
}
.cid-sYisHdWtl3 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-sYisHdWtl3 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-sYisHdWtl3 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-sYisHdWtl3 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-sYisHdWtl3 .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-sYisHdWtl3 .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #181b35;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #181b35;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-sYisHdWtl3 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-sYisHdWtl3 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-sYisHdWtl3 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-sYisHdWtl3 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-sYisHdWtl3 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sYisHdWtl3 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-sYisHdWtl3 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-sYisHdWtl3 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-sYisHdWtl3 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-sYisHdWtl3 .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-sYisHdWtl3 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sYisHdWtl3 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sYisHdWtl3 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-sYisHdWtl3 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sYisHdWtl3 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-sYisHdWtl3 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-sYisHdWtl3 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-sYisHdWtl3 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-sYisHdWtl3 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-sYisHdWtl3 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sYisHdWtl3 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-sYisHdWtl3 .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sYisHdWtl3 .mbr-text,
  .cid-sYisHdWtl3 .nav-link,
  .cid-sYisHdWtl3 .mbr-card-title,
  .cid-sYisHdWtl3 .mbr-section-title {
    text-align: left;
  }
  .cid-sYisHdWtl3 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sYisHdWtl3 .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-sYisHdWtl3 .tab-content .tab-pane .mbr-section-title {
  color: #181b35;
}
.cid-sYisHdWtl3 .tab-content .tab-pane .mbr-text {
  color: #091f3a;
}
.cid-sYisHg7Na9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sYisHg7Na9 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sYisHg7Na9 .nav-item,
.cid-sYisHg7Na9 .nav-link,
.cid-sYisHg7Na9 .navbar-caption {
  font-weight: normal;
}
.cid-sYisHg7Na9 .nav-item:focus,
.cid-sYisHg7Na9 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sYisHg7Na9 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sYisHg7Na9 .nav-item .nav-link {
    position: relative;
  }
  .cid-sYisHg7Na9 .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sYisHg7Na9 .nav-item:hover .nav-link:before,
  .cid-sYisHg7Na9 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sYisHg7Na9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sYisHg7Na9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYisHg7Na9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sYisHg7Na9 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sYisHg7Na9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sYisHg7Na9 .dropdown .dropdown-menu .dropdown-item .soc-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-sYisHg7Na9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sYisHg7Na9 .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sYisHg7Na9 .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sYisHg7Na9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sYisHg7Na9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYisHg7Na9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYisHg7Na9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sYisHg7Na9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYisHg7Na9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYisHg7Na9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sYisHg7Na9 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sYisHg7Na9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYisHg7Na9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYisHg7Na9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sYisHg7Na9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sYisHg7Na9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYisHg7Na9 .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sYisHg7Na9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sYisHg7Na9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sYisHg7Na9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYisHg7Na9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYisHg7Na9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYisHg7Na9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sYisHg7Na9 .dropdown-item.active,
.cid-sYisHg7Na9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sYisHg7Na9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYisHg7Na9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYisHg7Na9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYisHg7Na9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sYisHg7Na9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYisHg7Na9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYisHg7Na9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sYisHg7Na9 .navbar-buttons {
  text-align: center;
}
.cid-sYisHg7Na9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYisHg7Na9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sYisHg7Na9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYisHg7Na9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYisHg7Na9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYisHg7Na9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYisHg7Na9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYisHg7Na9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYisHg7Na9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYisHg7Na9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYisHg7Na9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sYisHg7Na9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sYisHg7Na9 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sYisHg7Na9 .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sYisHg7Na9 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sYisHg7Na9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sYisHg7Na9 a.nav-link .mbr-iconfont-btn,
.cid-sYisHg7Na9 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sYisHg7Na9 a.nav-link:hover .mbr-iconfont-btn,
.cid-sYisHg7Na9 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sYisHg7Na9 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYisHg7Na9 .navbar {
    height: 77px;
  }
  .cid-sYisHg7Na9 .navbar.opened {
    height: auto;
  }
  .cid-sYisHg7Na9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYjwQtwJ0Y {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sYjwQtwJ0Y .container {
  max-width: 1400px;
}
.cid-sYjwQtwJ0Y .card-img2 span {
  padding-top: 6px;
}
.cid-sYjwQtwJ0Y .soc-item a {
  padding-top: 5px;
}
.cid-sYjwQtwJ0Y .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sYjwQtwJ0Y .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sYjwQtwJ0Y .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sYjwQtwJ0Y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sYjwQtwJ0Y svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sYjwQtwJ0Y #e2_shape {
  fill: #ffffff !important;
}
.cid-sYjwQtwJ0Y .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sYjwQtwJ0Y .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sYjwQtwJ0Y .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sYjwQtwJ0Y .card-img {
  width: auto;
}
.cid-sYjwQtwJ0Y .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sYjwQtwJ0Y .soc-item span {
  font-size: 1.4rem;
}
.cid-sYjwQtwJ0Y .soc-item:hover span {
  color: #0765af !important;
}
.cid-sYjwQtwJ0Y .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sYjwQtwJ0Y .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sYjwQtwJ0Y .media-wrap {
  margin-bottom: 1rem;
}
.cid-sYjwQtwJ0Y .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sYjwQtwJ0Y img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sYjwQtwJ0Y .item {
    justify-content: center;
  }
  .cid-sYjwQtwJ0Y .quote::after {
    left: 60px;
  }
}
.cid-sYjwQtwJ0Y .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sYjwQtwJ0Y .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sYjwQtwJ0Y .text1 {
  color: #ffffff;
}
.cid-sYjwQtwJ0Y .item-title {
  color: #ffffff;
}
.cid-sYjwQtwJ0Y H5 {
  color: #ffffff;
}
.cid-sYjwQtwJ0Y .theme {
  color: #ffffff;
}
.cid-sYjwQtwJ0Y .copyright > p {
  color: #ff3366;
}
.cid-sYjwQtwJ0Y .text2 {
  color: #ffffff;
}
.cid-sX0BdT7YxS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sX0BdT7YxS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sX0BdT7YxS .nav-item,
.cid-sX0BdT7YxS .nav-link,
.cid-sX0BdT7YxS .navbar-caption {
  font-weight: normal;
}
.cid-sX0BdT7YxS .nav-item:focus,
.cid-sX0BdT7YxS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sX0BdT7YxS .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sX0BdT7YxS .nav-item .nav-link {
    position: relative;
  }
  .cid-sX0BdT7YxS .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sX0BdT7YxS .nav-item:hover .nav-link:before,
  .cid-sX0BdT7YxS .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sX0BdT7YxS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sX0BdT7YxS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sX0BdT7YxS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sX0BdT7YxS .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sX0BdT7YxS .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sX0BdT7YxS .dropdown .dropdown-menu .dropdown-item .soc-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-sX0BdT7YxS .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sX0BdT7YxS .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sX0BdT7YxS .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sX0BdT7YxS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sX0BdT7YxS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sX0BdT7YxS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sX0BdT7YxS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sX0BdT7YxS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sX0BdT7YxS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sX0BdT7YxS .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sX0BdT7YxS .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sX0BdT7YxS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sX0BdT7YxS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sX0BdT7YxS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sX0BdT7YxS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sX0BdT7YxS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sX0BdT7YxS .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sX0BdT7YxS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sX0BdT7YxS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sX0BdT7YxS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sX0BdT7YxS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sX0BdT7YxS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sX0BdT7YxS .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sX0BdT7YxS .dropdown-item.active,
.cid-sX0BdT7YxS .dropdown-item:active {
  background-color: transparent;
}
.cid-sX0BdT7YxS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sX0BdT7YxS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sX0BdT7YxS .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sX0BdT7YxS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sX0BdT7YxS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sX0BdT7YxS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sX0BdT7YxS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sX0BdT7YxS .navbar-buttons {
  text-align: center;
}
.cid-sX0BdT7YxS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sX0BdT7YxS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sX0BdT7YxS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sX0BdT7YxS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sX0BdT7YxS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sX0BdT7YxS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sX0BdT7YxS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sX0BdT7YxS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sX0BdT7YxS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sX0BdT7YxS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sX0BdT7YxS .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sX0BdT7YxS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sX0BdT7YxS .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sX0BdT7YxS .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sX0BdT7YxS .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sX0BdT7YxS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sX0BdT7YxS a.nav-link .mbr-iconfont-btn,
.cid-sX0BdT7YxS a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sX0BdT7YxS a.nav-link:hover .mbr-iconfont-btn,
.cid-sX0BdT7YxS a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sX0BdT7YxS a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sX0BdT7YxS .navbar {
    height: 77px;
  }
  .cid-sX0BdT7YxS .navbar.opened {
    height: auto;
  }
  .cid-sX0BdT7YxS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sX0BdTJ5F8 .modal-body .close {
  background: #1b1b1b;
}
.cid-sX0BdTJ5F8 .modal-body .close span {
  font-style: normal;
}
.cid-sX0BdTJ5F8 .carousel-inner > .active,
.cid-sX0BdTJ5F8 .carousel-inner > .next,
.cid-sX0BdTJ5F8 .carousel-inner > .prev {
  display: table;
}
.cid-sX0BdTJ5F8 .carousel-control .icon-next,
.cid-sX0BdTJ5F8 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-sX0BdTJ5F8 .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-sX0BdTJ5F8 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sX0BdTJ5F8 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sX0BdTJ5F8 .boxed-slider > div {
  position: relative;
}
.cid-sX0BdTJ5F8 .container img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-sX0BdTJ5F8 .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-sX0BdTJ5F8 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sX0BdTJ5F8 .mbr-table-cell {
  padding: 0;
}
.cid-sX0BdTJ5F8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sX0BdTJ5F8 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sX0BdTJ5F8 .mbr-overlay {
  z-index: 1;
}
.cid-sX0BdTJ5F8 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 700px;
}
.cid-sX0BdTJ5F8 .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-sX0BdTJ5F8 .carousel-item .container {
    width: 100%;
  }
}
.cid-sX0BdTJ5F8 .carousel-item-next.carousel-item-left,
.cid-sX0BdTJ5F8 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sX0BdTJ5F8 .active.carousel-item-right,
.cid-sX0BdTJ5F8 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sX0BdTJ5F8 .active.carousel-item-left,
.cid-sX0BdTJ5F8 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sX0BdTJ5F8 .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-sX0BdTJ5F8 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sX0BdTJ5F8 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sX0BdTJ5F8 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-sX0BdTJ5F8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sX0BdTJ5F8 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sX0BdTJ5F8 .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-sX0BdTJ5F8 .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-sX0BdTJ5F8 .mbr-slider .carousel-indicators li.active,
.cid-sX0BdTJ5F8 .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-sX0BdTJ5F8 .mbr-slider .carousel-indicators li::after,
.cid-sX0BdTJ5F8 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sX0BdTJ5F8 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sX0BdTJ5F8 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sX0BdTJ5F8 .mbr-slider > .container img {
  width: 100%;
}
.cid-sX0BdTJ5F8 .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-sX0BdTJ5F8 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sX0BdTJ5F8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sX0BdTJ5F8 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sX0BdTJ5F8 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sX0BdTJ5F8 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sX0BdTJ5F8 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sX0BdTJ5F8 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sX0BdTJ5F8 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sX0BdTJ5F8 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sX0BdTJ5F8 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sX0BdTJ5F8 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sX0BdTJ5F8 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sX0BdTJ5F8 h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sX0BdTJ5F8 .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-sX0BdTJ5F8 .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-sX0BdTJ5F8 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-sX0BdTJ5F8 .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-sX0BdTJ5F8 .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-sX0BdTJ5F8 .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-sX0BdTJ5F8 .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-sX0BdTJ5F8 .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-sX0BdTJ5F8 .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-sX0BdTJ5F8 DIV {
  text-align: left;
}
.cid-sX0BdTJ5F8 P {
  text-align: left;
  color: #efefef;
}
.cid-sX0BdTJ5F8 H2 {
  text-align: left;
  color: #ffffff;
}
#custom-html-c1 {
  /* Type valid CSS here */
  /* two box icon */
  /* search icon */
}
#custom-html-c1 .btn-shuvo {
  margin-top: 0!important;
  margin-left: 0;
  padding: 0.9rem 3rem!important;
  font-family: 'micross';
}
#custom-html-c1 .fontAwesome {
  font-family: 'micross', 'FontAwesome', sans-serif;
  font-size: 1rem;
}
#custom-html-c1 .cid-sOkhg36BXl {
  background-color: #181B35;
  font-size: 1.2rem;
  /* Yo lo puse */
  color: white;
  /* Yo lo puse */
}
#custom-html-c1 .searchicon {
  font-size: 1rem;
  font-weight: 800;
}
#custom-html-c1 input {
  position: relative;
  padding-left: 38px!important;
}
#custom-html-c1 .boxicon {
  float: left;
  margin-left: 0.7rem;
  /* Yo lo puse */
  margin-top: -38px;
  position: relative;
  font-weight: 800;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -o-animation: fadein 2s;
  -ms-animation: fadein 2s;
  animation: fadein 2s;
  color: #b2b2b2;
  /* Yo lo puse */
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-sX0BdU9Ow9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sX0BdU9Ow9 .mbr-section-title {
  color: #144177;
}
.cid-sX0BdU9Ow9 .mbr-section-subtitle {
  color: #144177;
}
@media (max-width: 992px) {
  .cid-sX0BdU9Ow9 .align-left {
    text-align: center;
  }
}
.cid-sX0BdU9Ow9 .row {
  transition: all 0.3s;
  margin: 0;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-sX0BdU9Ow9 .row {
    padding: 3rem 2rem;
  }
}
.cid-sX0BdUuNyJ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sX0BdUuNyJ .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #144177;
  background: #edf1f5;
  width: 110px;
  height: 110px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
  transition: all 0.3s;
  margin-bottom: 2rem;
  border: 1px solid transparent;
}
.cid-sX0BdUuNyJ .iconfont-wrapper .mbr-iconfont:hover {
  background: transparent;
  border: 1px solid #144177;
}
.cid-sX0BdUuNyJ .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-sX0BdUuNyJ .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-sX0BdUuNyJ .card {
    max-width: 14.2%;
  }
}
.cid-sX0BdUuNyJ .card-title,
.cid-sX0BdUuNyJ .iconfont-wrapper {
  color: #144177;
}
.cid-sX0BdUuNyJ .mbr-section-title {
  color: #144177;
}
.cid-sX0BdUuNyJ .mbr-section-subtitle {
  color: #406188;
}
.cid-sX0BdUuNyJ .card-text {
  color: #5b686b;
  text-align: center;
}
.cid-sX0BdUZQug {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sX0BdUZQug .btn.btn-primary-outline {
  border: 1px solid #0765af;
}
.cid-sX0BdUZQug .btn.btn-primary-outline:hover {
  background-color: #0765af !important;
  color: #ffffff !important;
}
.cid-sX0BdUZQug .btn.btn-secondary-outline {
  border: 1px solid #fbea22;
}
.cid-sX0BdUZQug .btn.btn-secondary-outline:hover {
  background-color: #fbea22 !important;
  color: #ffffff !important;
}
.cid-sX0BdUZQug .btn.btn-success-outline {
  border: 1px solid #181b35;
}
.cid-sX0BdUZQug .btn.btn-success-outline:hover {
  background-color: #181b35 !important;
  color: #ffffff !important;
}
.cid-sX0BdUZQug .btn.btn-info-outline {
  border: 1px solid #edf1f5;
}
.cid-sX0BdUZQug .btn.btn-info-outline:hover {
  background-color: #edf1f5 !important;
  color: #ffffff !important;
}
.cid-sX0BdUZQug .btn.btn-warning-outline {
  border: 1px solid #879a9f;
}
.cid-sX0BdUZQug .btn.btn-warning-outline:hover {
  background-color: #879a9f !important;
  color: #ffffff !important;
}
.cid-sX0BdUZQug .btn.btn-danger-outline {
  border: 1px solid #fbea22;
}
.cid-sX0BdUZQug .btn.btn-danger-outline:hover {
  background-color: #fbea22 !important;
  color: #ffffff !important;
}
.cid-sX0BdUZQug .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-sX0BdUZQug .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-sX0BdUZQug .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-sX0BdUZQug .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-sX0BdVcuUM {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ecf3fb;
}
.cid-sX0BdVcuUM .container-fluid {
  padding: 0 3rem;
}
.cid-sX0BdVcuUM .card {
  display: block;
}
.cid-sX0BdVcuUM .card .card-wrapper {
  height: 1%;
}
.cid-sX0BdVcuUM .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cid-sX0BdVcuUM .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-sX0BdVcuUM .card .card-wrapper .card-img:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-sX0BdVcuUM .text-row {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-sX0BdVcuUM .container-fluid {
    padding: 0 1rem;
  }
  .cid-sX0BdVcuUM .text-row {
    padding-bottom: 1rem;
  }
}
.cid-sX0BdVcuUM H2 {
  color: #144177;
}
.cid-sX0BdVcuUM .mbr-text,
.cid-sX0BdVcuUM .card-btn {
  color: #144177;
}
.cid-sX0BdVcuUM .mbr-section-subtitle,
.cid-sX0BdVcuUM .title-btn {
  color: #3e5570;
}
.cid-u3XIjPDdMe .modal-body .close {
  background: #1b1b1b;
}
.cid-u3XIjPDdMe .modal-body .close span {
  font-style: normal;
}
.cid-u3XIjPDdMe .carousel-inner > .active,
.cid-u3XIjPDdMe .carousel-inner > .next,
.cid-u3XIjPDdMe .carousel-inner > .prev {
  display: table;
}
.cid-u3XIjPDdMe .carousel-control .icon-next,
.cid-u3XIjPDdMe .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-u3XIjPDdMe .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-u3XIjPDdMe .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u3XIjPDdMe .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-u3XIjPDdMe .boxed-slider > div {
  position: relative;
}
.cid-u3XIjPDdMe .container img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u3XIjPDdMe .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-u3XIjPDdMe .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u3XIjPDdMe .mbr-table-cell {
  padding: 0;
}
.cid-u3XIjPDdMe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u3XIjPDdMe .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-u3XIjPDdMe .mbr-overlay {
  z-index: 1;
}
.cid-u3XIjPDdMe .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 500px;
}
.cid-u3XIjPDdMe .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-u3XIjPDdMe .carousel-item .container {
    width: 100%;
  }
}
.cid-u3XIjPDdMe .carousel-item-next.carousel-item-left,
.cid-u3XIjPDdMe .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-u3XIjPDdMe .active.carousel-item-right,
.cid-u3XIjPDdMe .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-u3XIjPDdMe .active.carousel-item-left,
.cid-u3XIjPDdMe .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-u3XIjPDdMe .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-u3XIjPDdMe .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u3XIjPDdMe .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u3XIjPDdMe .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-u3XIjPDdMe .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-u3XIjPDdMe .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u3XIjPDdMe .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-u3XIjPDdMe .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-u3XIjPDdMe .mbr-slider .carousel-indicators li.active,
.cid-u3XIjPDdMe .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-u3XIjPDdMe .mbr-slider .carousel-indicators li::after,
.cid-u3XIjPDdMe .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-u3XIjPDdMe .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-u3XIjPDdMe .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-u3XIjPDdMe .mbr-slider > .container img {
  width: 100%;
}
.cid-u3XIjPDdMe .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-u3XIjPDdMe .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-u3XIjPDdMe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u3XIjPDdMe .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u3XIjPDdMe .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-u3XIjPDdMe .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-u3XIjPDdMe .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-u3XIjPDdMe .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-u3XIjPDdMe .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-u3XIjPDdMe .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u3XIjPDdMe .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-u3XIjPDdMe .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-u3XIjPDdMe .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-u3XIjPDdMe h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-u3XIjPDdMe .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-u3XIjPDdMe .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-u3XIjPDdMe .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u3XIjPDdMe .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-u3XIjPDdMe .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-u3XIjPDdMe .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-u3XIjPDdMe .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-u3XIjPDdMe .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-u3XIjPDdMe .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-u3XIjPDdMe DIV {
  text-align: right;
}
.cid-u3XIjPDdMe P {
  text-align: center;
  color: #efefef;
}
.cid-u3XIjPDdMe H2 {
  text-align: center;
  color: #ffffff;
}
.cid-sX0BdVZUkr {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ecf3fb;
}
.cid-sX0BdVZUkr .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sX0BdVZUkr a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sX0BdVZUkr .mbr-section-btn {
  margin: 0;
}
.cid-sX0BdVZUkr .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sX0BdVZUkr .form-control:focus,
.cid-sX0BdVZUkr .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sX0BdVZUkr .form-group {
  margin-bottom: 1rem;
}
.cid-sX0BdVZUkr input::-webkit-input-placeholder,
.cid-sX0BdVZUkr textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sX0BdVZUkr input:-moz-placeholder,
.cid-sX0BdVZUkr textarea:-moz-placeholder {
  color: #656565;
}
.cid-sX0BdVZUkr .jq-selectbox li,
.cid-sX0BdVZUkr .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sX0BdVZUkr .jq-selectbox li:hover,
.cid-sX0BdVZUkr .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sX0BdVZUkr .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sX0BdVZUkr .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sX0BdVZUkr .form-group,
.cid-sX0BdVZUkr .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-sX0BdVZUkr .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-sX0BdVZUkr .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sX0BdVZUkr .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-sX0BdVZUkr .form-block {
    padding: 1rem;
  }
}
.cid-sX0BdVZUkr H4 {
  color: #144177;
}
.cid-sX0BdVZUkr P {
  color: #144177;
}
.cid-sX0BdWlOxi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sX0BdWlOxi img {
  width: 120px;
  margin: auto;
}
.cid-sX0BdWlOxi .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sX0BdWlOxi .card {
    max-width: 12.5%;
  }
}
.cid-sX0BdWlOxi .container-fluid {
  margin: auto;
}
.cid-sX0BdWlOxi .mbr-section-title {
  color: #144177;
}
.cid-sX0BdWFHp2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sX0BdWFHp2 img {
  width: 120px;
  margin: auto;
}
.cid-sX0BdWFHp2 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sX0BdWFHp2 .card {
    max-width: 12.5%;
  }
}
.cid-sX0BdWFHp2 .container-fluid {
  margin: auto;
}
.cid-sX0BdX0TOr {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sX0BdX0TOr .container {
  max-width: 1400px;
}
.cid-sX0BdX0TOr .card-img2 span {
  padding-top: 6px;
}
.cid-sX0BdX0TOr .soc-item a {
  padding-top: 5px;
}
.cid-sX0BdX0TOr .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sX0BdX0TOr .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sX0BdX0TOr .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sX0BdX0TOr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sX0BdX0TOr svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sX0BdX0TOr #e2_shape {
  fill: #ffffff !important;
}
.cid-sX0BdX0TOr .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sX0BdX0TOr .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sX0BdX0TOr .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sX0BdX0TOr .card-img {
  width: auto;
}
.cid-sX0BdX0TOr .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sX0BdX0TOr .soc-item span {
  font-size: 1.4rem;
}
.cid-sX0BdX0TOr .soc-item:hover span {
  color: #0765af !important;
}
.cid-sX0BdX0TOr .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sX0BdX0TOr .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sX0BdX0TOr .media-wrap {
  margin-bottom: 1rem;
}
.cid-sX0BdX0TOr .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sX0BdX0TOr img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sX0BdX0TOr .item {
    justify-content: center;
  }
  .cid-sX0BdX0TOr .quote::after {
    left: 60px;
  }
}
.cid-sX0BdX0TOr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sX0BdX0TOr .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sX0BdX0TOr .text1 {
  color: #ffffff;
}
.cid-sX0BdX0TOr .item-title {
  color: #ffffff;
}
.cid-sX0BdX0TOr H5 {
  color: #ffffff;
}
.cid-sX0BdX0TOr .theme {
  color: #ffffff;
}
.cid-sX0BdX0TOr .copyright > p {
  color: #ff3366;
}
.cid-sX0BdX0TOr .text2 {
  color: #ffffff;
}
.cid-sYiDhLGz0v {
  padding-top: 7.3rem;
  padding-bottom: 4.9rem;
  background-image: url("../../../assets/images/azul-oscuro-1004x805.jpg");
}
.cid-sYiDhLGz0v .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sYiDhLGz0v .mbr-text,
.cid-sYiDhLGz0v .mbr-section-btn {
  color: #ffffff;
}
.cid-sYiDhLGz0v .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sYiDhLGz0v .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-sYiDhLGz0v .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-sYiDhLGz0v .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-sYiDhLGz0v .container-text {
    margin-top: 3.75rem;
  }
}
.cid-sYiDhLGz0v .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-sYiDhLGz0v .mbr-section-subtitle,
.cid-sYiDhLGz0v .mbr-section-btn {
  text-align: center;
}
.cid-sYiDhM3ifD {
  background-color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 6rem;
}
.cid-sYiDhM3ifD .content_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fbea22;
  padding: 0 15%;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-sYiDhM3ifD .content_wrap {
    padding: 100px 15%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-sYiDhM3ifD .content_wrap {
    padding: 60px 12px;
  }
}
.cid-sYiDhM3ifD .mbr-section-title {
  margin-bottom: 25px;
  color: #181b35;
}
.cid-sYiDhM3ifD .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 991px) {
  .cid-sYiDhM3ifD .height_100 {
    height: 100%;
  }
}
.cid-sYiDhM3ifD .item-image,
.cid-sYiDhM3ifD img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-sYiDhM3ifD .mbr-section-text,
.cid-sYiDhM3ifD .mbr-section-btn {
  color: #09261e;
}
.cid-sYiDhMfej6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sYiDhMfej6 .title__block {
  margin-bottom: 65px;
}
.cid-sYiDhMfej6 .nav-tabs {
  margin-bottom: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #cfdae2 !important;
}
.cid-sYiDhMfej6 .nav-item {
  min-width: auto;
  margin: 0;
}
.cid-sYiDhMfej6 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #144177 !important;
  font-weight: 700;
  padding: 0 36px 41px;
  border: none;
  border-radius: 0 !important;
  margin: 0;
  border-bottom: 11px solid transparent;
  background-color: transparent;
  transition: all .1s;
}
.cid-sYiDhMfej6 .nav-tabs .nav-link.active {
  font-weight: 700;
  border: none;
  background-color: transparent;
  border-bottom: 11px solid #fbea22 !important;
}
.cid-sYiDhMfej6 .card__wrap {
  margin-bottom: 60px;
  display: flex;
}
.cid-sYiDhMfej6 .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-sYiDhMfej6 .card__image img {
  width: 45%;
  object-fit: cover;
}
.cid-sYiDhMfej6 .card__content {
  display: block;
  width: 100%;
}
.cid-sYiDhMfej6 .card__title {
  margin-bottom: 15px;
  font-weight: 600;
  text-align: left;
}
.cid-sYiDhMfej6 .card__text {
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sYiDhMfej6 .title__block {
    margin-bottom: 40px;
  }
  .cid-sYiDhMfej6 .nav-tabs {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 47px;
  }
  .cid-sYiDhMfej6 .nav-item {
    margin-bottom: 9px;
  }
  .cid-sYiDhMfej6 .nav-tabs .nav-link {
    padding-bottom: 25px;
  }
  .cid-sYiDhMfej6 .card__wrap {
    margin-bottom: 40px;
  }
  .cid-sYiDhMfej6 .card__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-sYiDhMfej6 .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-sYiDhMfej6 .card__image {
    max-width: 90px;
  }
  .cid-sYiDhMfej6 .card__image img {
    width: 70%;
  }
}
.cid-sYiDhNrEUB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sYiDhNrEUB .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sYiDhNrEUB .nav-item,
.cid-sYiDhNrEUB .nav-link,
.cid-sYiDhNrEUB .navbar-caption {
  font-weight: normal;
}
.cid-sYiDhNrEUB .nav-item:focus,
.cid-sYiDhNrEUB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sYiDhNrEUB .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sYiDhNrEUB .nav-item .nav-link {
    position: relative;
  }
  .cid-sYiDhNrEUB .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sYiDhNrEUB .nav-item:hover .nav-link:before,
  .cid-sYiDhNrEUB .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sYiDhNrEUB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sYiDhNrEUB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYiDhNrEUB .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sYiDhNrEUB .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sYiDhNrEUB .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sYiDhNrEUB .dropdown .dropdown-menu .dropdown-item .soc-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-sYiDhNrEUB .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sYiDhNrEUB .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sYiDhNrEUB .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sYiDhNrEUB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sYiDhNrEUB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYiDhNrEUB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYiDhNrEUB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sYiDhNrEUB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYiDhNrEUB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYiDhNrEUB .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sYiDhNrEUB .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sYiDhNrEUB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYiDhNrEUB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYiDhNrEUB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sYiDhNrEUB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sYiDhNrEUB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYiDhNrEUB .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sYiDhNrEUB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sYiDhNrEUB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sYiDhNrEUB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYiDhNrEUB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYiDhNrEUB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYiDhNrEUB .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sYiDhNrEUB .dropdown-item.active,
.cid-sYiDhNrEUB .dropdown-item:active {
  background-color: transparent;
}
.cid-sYiDhNrEUB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYiDhNrEUB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYiDhNrEUB .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYiDhNrEUB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sYiDhNrEUB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYiDhNrEUB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYiDhNrEUB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sYiDhNrEUB .navbar-buttons {
  text-align: center;
}
.cid-sYiDhNrEUB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYiDhNrEUB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sYiDhNrEUB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYiDhNrEUB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYiDhNrEUB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYiDhNrEUB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYiDhNrEUB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYiDhNrEUB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYiDhNrEUB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYiDhNrEUB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYiDhNrEUB .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sYiDhNrEUB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sYiDhNrEUB .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sYiDhNrEUB .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sYiDhNrEUB .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sYiDhNrEUB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sYiDhNrEUB a.nav-link .mbr-iconfont-btn,
.cid-sYiDhNrEUB a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sYiDhNrEUB a.nav-link:hover .mbr-iconfont-btn,
.cid-sYiDhNrEUB a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sYiDhNrEUB a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYiDhNrEUB .navbar {
    height: 77px;
  }
  .cid-sYiDhNrEUB .navbar.opened {
    height: auto;
  }
  .cid-sYiDhNrEUB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYjx4wb7St {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sYjx4wb7St .container {
  max-width: 1400px;
}
.cid-sYjx4wb7St .card-img2 span {
  padding-top: 6px;
}
.cid-sYjx4wb7St .soc-item a {
  padding-top: 5px;
}
.cid-sYjx4wb7St .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sYjx4wb7St .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sYjx4wb7St .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sYjx4wb7St .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sYjx4wb7St svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sYjx4wb7St #e2_shape {
  fill: #ffffff !important;
}
.cid-sYjx4wb7St .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sYjx4wb7St .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sYjx4wb7St .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sYjx4wb7St .card-img {
  width: auto;
}
.cid-sYjx4wb7St .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sYjx4wb7St .soc-item span {
  font-size: 1.4rem;
}
.cid-sYjx4wb7St .soc-item:hover span {
  color: #0765af !important;
}
.cid-sYjx4wb7St .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sYjx4wb7St .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sYjx4wb7St .media-wrap {
  margin-bottom: 1rem;
}
.cid-sYjx4wb7St .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sYjx4wb7St img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sYjx4wb7St .item {
    justify-content: center;
  }
  .cid-sYjx4wb7St .quote::after {
    left: 60px;
  }
}
.cid-sYjx4wb7St .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sYjx4wb7St .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sYjx4wb7St .text1 {
  color: #ffffff;
}
.cid-sYjx4wb7St .item-title {
  color: #ffffff;
}
.cid-sYjx4wb7St H5 {
  color: #ffffff;
}
.cid-sYjx4wb7St .theme {
  color: #ffffff;
}
.cid-sYjx4wb7St .copyright > p {
  color: #ff3366;
}
.cid-sYjx4wb7St .text2 {
  color: #ffffff;
}
.cid-sYiElRMp6j {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/aboutus-1180x786.jpg");
}
.cid-sYiElRMp6j H1 {
  text-align: center;
}
.cid-sYiElS4E3E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sYiElS4E3E .item-wrapper {
  width: 100%;
}
.cid-sYiElS4E3E .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sYiElS4E3E .row {
  align-items: center;
}
.cid-sYiElS4E3E .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sYiElS4E3E .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sYiElS4E3E .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sYiElS4E3E .sign {
  max-width: 250px;
  display: inline;
}
.cid-sYiElS4E3E .mbr-text,
.cid-sYiElS4E3E .right-side {
  color: #1b745e;
}
.cid-sYiElSgby6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-sYiElSgby6 .mbr-text,
.cid-sYiElSgby6 .mbr-section-btn {
  color: #4e4e4e;
}
.cid-sYiElSgby6 .container {
  max-width: 1000px;
}
.cid-sYiElSgby6 .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #4e4e4e;
  padding-bottom: 1rem;
}
.cid-sYiElSgby6 .mbr-section-subtitle {
  color: #4e4e4e;
}
.cid-tQlhN95QyW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/6r-1746x982.jpg");
}
.cid-tQlhN95QyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQlhN95QyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQlhN95QyW .container {
  overflow: hidden;
}
.cid-tQlhN95QyW .row {
  justify-content: center;
}
.cid-tQlhN95QyW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tQlhN95QyW .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tQlhO0LxvH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-tQlhO0LxvH .mbr-text,
.cid-tQlhO0LxvH .mbr-section-btn {
  color: #4e4e4e;
}
.cid-tQlhO0LxvH .container {
  max-width: 1000px;
}
.cid-tQlhO0LxvH .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #4e4e4e;
  padding-bottom: 1rem;
}
.cid-tQlhO0LxvH .mbr-section-subtitle {
  color: #4e4e4e;
}
.cid-tQlhODTYCz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/8r-1746x982.jpg");
}
.cid-tQlhODTYCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQlhODTYCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQlhODTYCz .container {
  overflow: hidden;
}
.cid-tQlhODTYCz .row {
  justify-content: center;
}
.cid-tQlhODTYCz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tQlhODTYCz .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tQlhPhw7gF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f9f9;
}
.cid-tQlhPhw7gF .mbr-text,
.cid-tQlhPhw7gF .mbr-section-btn {
  color: #4e4e4e;
}
.cid-tQlhPhw7gF .container {
  max-width: 1000px;
}
.cid-tQlhPhw7gF .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #4e4e4e;
  padding-bottom: 1rem;
}
.cid-tQlhPhw7gF .mbr-section-subtitle {
  color: #4e4e4e;
}
.cid-tQlhPQlOFM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/7r-1746x982.jpg");
}
.cid-tQlhPQlOFM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQlhPQlOFM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQlhPQlOFM .container {
  overflow: hidden;
}
.cid-tQlhPQlOFM .row {
  justify-content: center;
}
.cid-tQlhPQlOFM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tQlhPQlOFM .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tSuWhiuhfb {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tSuWhiuhfb .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tSuWhiuhfb .carousel-control-prev {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-tSuWhiuhfb .carousel-control-next {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.cid-tSuWhiuhfb .carousel-item.active,
.cid-tSuWhiuhfb .carousel-item-next,
.cid-tSuWhiuhfb .carousel-item-prev {
  display: flex;
}
.cid-tSuWhiuhfb .carousel-controls a {
  transition: opacity .5s;
}
.cid-tSuWhiuhfb .carousel-controls a:hover span,
.cid-tSuWhiuhfb .carousel-controls a:focus span {
  opacity: 1;
}
.cid-tSuWhiuhfb .carousel-controls a:hover svg,
.cid-tSuWhiuhfb .carousel-controls a:focus svg {
  transition: all .25s;
  stroke-width: 3;
}
.cid-tSuWhiuhfb .carousel-controls a:active svg {
  transition: all .1s;
  stroke-width: 5;
}
.cid-tSuWhiuhfb .user_image {
  overflow: hidden;
  display: flex;
}
.cid-tSuWhiuhfb .user_image .user_image_inner {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: 0 auto 3rem auto;
}
.cid-tSuWhiuhfb .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tSuWhiuhfb .user_text {
  color: #767676;
}
.cid-tSuWhiuhfb .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tSuWhiuhfb .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #0765af, #fbea22);
  display: inline-block;
}
.cid-tSuWhiuhfb .testimonials-quote svg {
  height: 30px;
  width: 30px;
}
.cid-tSuWhiuhfb svg.svg-gradient {
  position: absolute;
  opacity: 0;
  z-index: -100;
}
.cid-tSuWhiuhfb .user_name {
  color: #149dcc;
}
.cid-tSuWhiuhfb .carousel-controls svg {
  height: 60px;
}
@media (max-width: 230px) {
  .cid-tSuWhiuhfb .user_image_inner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .cid-tSuWhiuhfb .testimonials-quote,
  .cid-tSuWhiuhfb .user_text,
  .cid-tSuWhiuhfb .user_name,
  .cid-tSuWhiuhfb .user_desk {
    text-align: center !important;
  }
  .cid-tSuWhiuhfb .carousel-controls a span {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cid-tSuWhiuhfb .mbr-section-title,
  .cid-tSuWhiuhfb .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-tSuWhiuhfb .carousel-control-prev span {
    right: -1rem;
  }
  .cid-tSuWhiuhfb .carousel-control-next span {
    left: -1rem;
  }
  .cid-tSuWhiuhfb .user-text {
    padding-right: 2rem;
  }
  .cid-tSuWhiuhfb .carousel-control-prev,
  .cid-tSuWhiuhfb .carousel-control-next {
    -webkit-align-items: center;
    align-items: center;
  }
}
.cid-tSuWhiuhfb .user_text,
.cid-tSuWhiuhfb .testimonials-quote {
  color: #484848;
}
.cid-sYiElStfwU {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sYiElStfwU H1 {
				  
  color: #000000;
				  
}
.cid-sYiElStfwU .mbr-text,
.cid-sYiElStfwU .mbr-section-btn {
			
  color: #000000;
				   
}
.cid-sYiElStfwU .mbr-subtitle {
  color: #000000;
}
.cid-sYiElStfwU .mbr-text {
  margin-top: 1.5rem;
}
.cid-sYiElStfwU .mbr-section-btn {
  margin-top: 2rem;
}

.cid-u6be03eUqQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e0e9ee;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-u6be03eUqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6be03eUqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6be03eUqQ .section-border-item {
  background-color: #fcdb42;
}
.cid-u6be03eUqQ .main-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.cid-u6be03eUqQ .card-wrap {
  width: 100%;
}
.cid-u6be03eUqQ .card-box {
  width: 100%;
}
.cid-u6be03eUqQ .card-title {
  color: #073b4c;
  text-align: left;
}
.cid-u6be03eUqQ .mbr-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-u6be03eUqQ .mbr-text {
    margin-top: 1rem;
  }
}
.cid-u6be03eUqQ .card-title P {
  text-align: center;
}
.cid-u6be0R6MsY {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #e0e9ee;
}
.cid-u6be0R6MsY .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-u6be0R6MsY .mbr-section-title {
  margin: 0;
  color: #033867;
  text-align: left;
}
.cid-u6be0R6MsY .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-u6be0R6MsY .card-img span {
  color: #066ea0;
}
.cid-u6be0R6MsY .row-item {
  margin-bottom: 2rem;
}
.cid-u6be0R6MsY .row-item:hover .wrapper {
  background: linear-gradient(90deg, #14407a, #119bd9);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-u6be0R6MsY .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-u6be0R6MsY .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-u6be0R6MsY .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-u6be0R6MsY .mbr-card-title,
.cid-u6be0R6MsY .card-img {
  color: #033867;
}
.cid-sYiElSD74G {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sYiElSD74G .item-wrapper {
  width: 100%;
}
.cid-sYiElSD74G .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sYiElSD74G .row {
  align-items: center;
}
.cid-sYiElSD74G .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sYiElSD74G .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sYiElSD74G .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sYiElSD74G .sign {
  max-width: 250px;
  display: inline;
}
.cid-sYiElSD74G .mbr-text,
.cid-sYiElSD74G .right-side {
  color: #1b745e;
}
.cid-sYiElSQnBn {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sYiElSQnBn .mbr-text,
.cid-sYiElSQnBn .mbr-section-btn {
  color: #4e4e4e;
}
.cid-sYiElSQnBn .container {
  max-width: 1000px;
}
.cid-sYiElSQnBn .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #4e4e4e;
  padding-bottom: 1rem;
}
.cid-sYiElSQnBn .mbr-section-subtitle {
  color: #4e4e4e;
}
.cid-sYiElT088l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sYiElT088l .item-wrapper {
  width: 100%;
}
.cid-sYiElT088l .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sYiElT088l .row {
  align-items: center;
}
.cid-sYiElT088l .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sYiElT088l .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sYiElT088l .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sYiElT088l .sign {
  max-width: 250px;
  display: inline;
}
.cid-sYiElT088l .mbr-text,
.cid-sYiElT088l .right-side {
  color: #1b745e;
}
.cid-sYiElTfaJr {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sYiElTfaJr .mbr-text,
.cid-sYiElTfaJr .mbr-section-btn {
  color: #4e4e4e;
}
.cid-sYiElTfaJr .container {
  max-width: 1000px;
}
.cid-sYiElTfaJr .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #4e4e4e;
  padding-bottom: 1rem;
}
.cid-sYiElTfaJr .mbr-section-subtitle {
  color: #4e4e4e;
}
.cid-sYiElTpU3w .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sYiElTpU3w .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sYiElTpU3w .nav-item,
.cid-sYiElTpU3w .nav-link,
.cid-sYiElTpU3w .navbar-caption {
  font-weight: normal;
}
.cid-sYiElTpU3w .nav-item:focus,
.cid-sYiElTpU3w .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sYiElTpU3w .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sYiElTpU3w .nav-item .nav-link {
    position: relative;
  }
  .cid-sYiElTpU3w .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sYiElTpU3w .nav-item:hover .nav-link:before,
  .cid-sYiElTpU3w .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sYiElTpU3w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sYiElTpU3w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYiElTpU3w .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sYiElTpU3w .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sYiElTpU3w .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sYiElTpU3w .dropdown .dropdown-menu .dropdown-item .soc-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-sYiElTpU3w .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sYiElTpU3w .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sYiElTpU3w .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sYiElTpU3w .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sYiElTpU3w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYiElTpU3w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYiElTpU3w .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sYiElTpU3w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYiElTpU3w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYiElTpU3w .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sYiElTpU3w .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sYiElTpU3w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYiElTpU3w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYiElTpU3w .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sYiElTpU3w .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sYiElTpU3w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYiElTpU3w .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sYiElTpU3w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sYiElTpU3w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sYiElTpU3w .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYiElTpU3w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYiElTpU3w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYiElTpU3w .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sYiElTpU3w .dropdown-item.active,
.cid-sYiElTpU3w .dropdown-item:active {
  background-color: transparent;
}
.cid-sYiElTpU3w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYiElTpU3w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYiElTpU3w .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYiElTpU3w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sYiElTpU3w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYiElTpU3w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYiElTpU3w ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sYiElTpU3w .navbar-buttons {
  text-align: center;
}
.cid-sYiElTpU3w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYiElTpU3w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sYiElTpU3w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYiElTpU3w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYiElTpU3w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYiElTpU3w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYiElTpU3w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYiElTpU3w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYiElTpU3w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYiElTpU3w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYiElTpU3w .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sYiElTpU3w a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sYiElTpU3w .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sYiElTpU3w .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sYiElTpU3w .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sYiElTpU3w .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sYiElTpU3w a.nav-link .mbr-iconfont-btn,
.cid-sYiElTpU3w a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sYiElTpU3w a.nav-link:hover .mbr-iconfont-btn,
.cid-sYiElTpU3w a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sYiElTpU3w a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYiElTpU3w .navbar {
    height: 77px;
  }
  .cid-sYiElTpU3w .navbar.opened {
    height: auto;
  }
  .cid-sYiElTpU3w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYjxaAz2EB {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sYjxaAz2EB .container {
  max-width: 1400px;
}
.cid-sYjxaAz2EB .card-img2 span {
  padding-top: 6px;
}
.cid-sYjxaAz2EB .soc-item a {
  padding-top: 5px;
}
.cid-sYjxaAz2EB .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sYjxaAz2EB .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sYjxaAz2EB .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sYjxaAz2EB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sYjxaAz2EB svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sYjxaAz2EB #e2_shape {
  fill: #ffffff !important;
}
.cid-sYjxaAz2EB .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sYjxaAz2EB .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sYjxaAz2EB .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sYjxaAz2EB .card-img {
  width: auto;
}
.cid-sYjxaAz2EB .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sYjxaAz2EB .soc-item span {
  font-size: 1.4rem;
}
.cid-sYjxaAz2EB .soc-item:hover span {
  color: #0765af !important;
}
.cid-sYjxaAz2EB .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sYjxaAz2EB .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sYjxaAz2EB .media-wrap {
  margin-bottom: 1rem;
}
.cid-sYjxaAz2EB .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sYjxaAz2EB img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sYjxaAz2EB .item {
    justify-content: center;
  }
  .cid-sYjxaAz2EB .quote::after {
    left: 60px;
  }
}
.cid-sYjxaAz2EB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sYjxaAz2EB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sYjxaAz2EB .text1 {
  color: #ffffff;
}
.cid-sYjxaAz2EB .item-title {
  color: #ffffff;
}
.cid-sYjxaAz2EB H5 {
  color: #ffffff;
}
.cid-sYjxaAz2EB .theme {
  color: #ffffff;
}
.cid-sYjxaAz2EB .copyright > p {
  color: #ff3366;
}
.cid-sYjxaAz2EB .text2 {
  color: #ffffff;
}
.cid-sYiEWwJH5G {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/240-f-331773888-qyd5q5mook9evgwe7ki7idwenh4vshc9-916x240.jpg");
}
.cid-sYiEWwJH5G H1 {
  text-align: center;
}
.cid-sYiEWx6Ybv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sYiEWx6Ybv .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-sYiEWx6Ybv .mbr-section-title {
  margin-bottom: 1rem;
  color: #073b4c;
  text-align: left;
}
.cid-sYiEWx6Ybv .mbr-section-title b:last-child,
.cid-sYiEWx6Ybv .mbr-section-title strong:last-child {
  color: #3a607c;
}
.cid-sYiEWx6Ybv .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-sYiEWx6Ybv .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-sYiEWx6Ybv .mbr-text-wrap {
    border-left: 2px solid #0765af;
    padding-left: 1.8125rem !important;
  }
}
.cid-sYiEWx6Ybv .mbr-section-btn {
  margin-top: 28px;
}
.cid-sYiEWx6Ybv .mbr-section-btn a {
  margin-top: 0;
}
.cid-sYiEWx6Ybv .mbr-text,
.cid-sYiEWx6Ybv .mbr-section-btn {
  text-align: left;
}
.cid-sYiEWxoASO {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sYiEWxoASO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sYiEWxoASO .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-sYiEWxoASO textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-sYiEWxoASO .form-row {
    flex-direction: column;
  }
}
.cid-sYiEWxoASO h4 {
  margin-bottom: 2rem;
}
.cid-sYiEWxoASO .form-control,
.cid-sYiEWxoASO .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-sYiEWxoASO .form-control,
.cid-sYiEWxoASO .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sYiEWxoASO .form-control::-webkit-input-placeholder,
.cid-sYiEWxoASO .field-input::-webkit-input-placeholder,
.cid-sYiEWxoASO .form-control::-webkit-input-placeholder,
.cid-sYiEWxoASO .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-sYiEWxoASO .form-control:-moz-placeholder,
.cid-sYiEWxoASO .field-input:-moz-placeholder,
.cid-sYiEWxoASO .form-control:-moz-placeholder,
.cid-sYiEWxoASO .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-sYiEWxoASO .form-control:hover,
.cid-sYiEWxoASO .field-input:hover,
.cid-sYiEWxoASO .form-control:focus,
.cid-sYiEWxoASO .field-input:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-sYiEWxoASO .form-control:hover::-webkit-input-placeholder,
.cid-sYiEWxoASO .field-input:hover::-webkit-input-placeholder,
.cid-sYiEWxoASO .form-control:focus::-webkit-input-placeholder,
.cid-sYiEWxoASO .field-input:focus::-webkit-input-placeholder,
.cid-sYiEWxoASO .form-control:hover::-webkit-input-placeholder,
.cid-sYiEWxoASO .field-input:hover::-webkit-input-placeholder,
.cid-sYiEWxoASO .form-control:focus::-webkit-input-placeholder,
.cid-sYiEWxoASO .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-sYiEWxoASO .form-control:hover:-moz-placeholder,
.cid-sYiEWxoASO .field-input:hover:-moz-placeholder,
.cid-sYiEWxoASO .form-control:focus:-moz-placeholder,
.cid-sYiEWxoASO .field-input:focus:-moz-placeholder,
.cid-sYiEWxoASO .form-control:hover:-moz-placeholder,
.cid-sYiEWxoASO .field-input:hover:-moz-placeholder,
.cid-sYiEWxoASO .form-control:focus:-moz-placeholder,
.cid-sYiEWxoASO .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-sYiEWxoASO .jq-number__spin:hover,
.cid-sYiEWxoASO .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sYiEWxoASO .jq-number__spin {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sYiEWxoASO .jq-selectbox li,
.cid-sYiEWxoASO .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-sYiEWxoASO .jq-selectbox li:hover,
.cid-sYiEWxoASO .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-sYiEWxoASO .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sYiEWxoASO .jq-number__spin.minus:hover:after,
.cid-sYiEWxoASO .jq-number__spin.plus:hover:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-sYiEWxoASO .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sYiEWxoASO .jq-number__spin.minus:after,
.cid-sYiEWxoASO .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-sYiEWxoASO input::-webkit-clear-button {
  display: none;
}
.cid-sYiEWxoASO input::-webkit-inner-spin-button {
  display: none;
}
.cid-sYiEWxoASO input::-webkit-outer-spin-button {
  display: none;
}
.cid-sYiEWxoASO input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sYiEWxoASO H4 {
  color: #103178;
}
.cid-u3XGJVtyCq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u3XGJVtyCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3XGJVtyCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3XGJVtyCq .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u3XGJVtyCq .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3XGJVtyCq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u3XGJVtyCq .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u3XGJVtyCq .container {
    padding: 0 16px;
  }
}
.cid-u3XGJVtyCq .content-wrapper {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-u3XGJVtyCq .content-wrapper {
    padding: 20px 0;
  }
}
.cid-u3XGJVtyCq .content-wrapper .content-wrap {
  display: inline-flex;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-u3XGJVtyCq .content-wrapper .content-wrap {
    display: block;
    width: 100%;
  }
}
.cid-u3XGJVtyCq .content-wrapper .content-wrap:hover .mbr-iconfont,
.cid-u3XGJVtyCq .content-wrapper .content-wrap:focus .mbr-iconfont {
  transform: translateX(1rem);
}
.cid-u3XGJVtyCq .content-wrapper .content-wrap:hover .mbr-section-title,
.cid-u3XGJVtyCq .content-wrapper .content-wrap:focus .mbr-section-title {
  text-decoration-color: #d8d8d8;
}
.cid-u3XGJVtyCq .content-wrapper .content-wrap .mbr-iconfont {
  font-size: 100px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  margin-right: 48px;
  color: #5b6c8f;
}
@media (max-width: 768px) {
  .cid-u3XGJVtyCq .content-wrapper .content-wrap .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 60px;
  }
}
.cid-u3XGJVtyCq .content-wrapper .content-wrap .mbr-section-title {
  text-decoration: underline;
  text-decoration-color: transparent;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u3XGJVtyCq .mbr-section-title {
  color: #000000;
}
.cid-u3XGJVtyCq .mbr-section-title,
.cid-u3XGJVtyCq .content-wrapper {
  text-align: center;
  color: #484c54;
}
.cid-sYiEWxF2am {
  padding-top: 30px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-sYiEWxF2am .google-map {
  height: 25rem;
  position: relative;
}
.cid-sYiEWxF2am .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sYiEWxF2am .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sYiEWxF2am .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sYiEWxF2am .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sYiEWxF2am .container-fluid {
  padding: 0;
}
.cid-sYiEWxF2am .relative {
  position: relative;
  width: 100%;
}
.cid-sYiEWxF2am .mbr-section-title {
  color: #656565;
}
.cid-sYiEWxF2am .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-sYiEWxF2am .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-sYiEWxF2am .title {
  text-align: center;
  color: #ffffff;
}
.cid-sYiEWxF2am .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-sYiEWxF2am .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-sYiEWxSdob .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sYiEWxSdob .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sYiEWxSdob .nav-item,
.cid-sYiEWxSdob .nav-link,
.cid-sYiEWxSdob .navbar-caption {
  font-weight: normal;
}
.cid-sYiEWxSdob .nav-item:focus,
.cid-sYiEWxSdob .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sYiEWxSdob .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sYiEWxSdob .nav-item .nav-link {
    position: relative;
  }
  .cid-sYiEWxSdob .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sYiEWxSdob .nav-item:hover .nav-link:before,
  .cid-sYiEWxSdob .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sYiEWxSdob .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sYiEWxSdob .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYiEWxSdob .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sYiEWxSdob .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sYiEWxSdob .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sYiEWxSdob .dropdown .dropdown-menu .dropdown-item .soc-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-sYiEWxSdob .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sYiEWxSdob .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sYiEWxSdob .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sYiEWxSdob .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sYiEWxSdob .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYiEWxSdob .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYiEWxSdob .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sYiEWxSdob .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYiEWxSdob .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYiEWxSdob .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sYiEWxSdob .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sYiEWxSdob .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYiEWxSdob .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYiEWxSdob .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sYiEWxSdob .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sYiEWxSdob .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYiEWxSdob .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sYiEWxSdob .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sYiEWxSdob .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sYiEWxSdob .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYiEWxSdob .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYiEWxSdob .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYiEWxSdob .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sYiEWxSdob .dropdown-item.active,
.cid-sYiEWxSdob .dropdown-item:active {
  background-color: transparent;
}
.cid-sYiEWxSdob .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYiEWxSdob .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYiEWxSdob .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYiEWxSdob .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sYiEWxSdob .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYiEWxSdob .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYiEWxSdob ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sYiEWxSdob .navbar-buttons {
  text-align: center;
}
.cid-sYiEWxSdob button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYiEWxSdob button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sYiEWxSdob button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYiEWxSdob button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYiEWxSdob button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYiEWxSdob button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYiEWxSdob nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYiEWxSdob nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYiEWxSdob nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYiEWxSdob nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYiEWxSdob .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sYiEWxSdob a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sYiEWxSdob .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sYiEWxSdob .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sYiEWxSdob .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sYiEWxSdob .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sYiEWxSdob a.nav-link .mbr-iconfont-btn,
.cid-sYiEWxSdob a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sYiEWxSdob a.nav-link:hover .mbr-iconfont-btn,
.cid-sYiEWxSdob a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sYiEWxSdob a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYiEWxSdob .navbar {
    height: 77px;
  }
  .cid-sYiEWxSdob .navbar.opened {
    height: auto;
  }
  .cid-sYiEWxSdob .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYjxhuTdpK {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sYjxhuTdpK .container {
  max-width: 1400px;
}
.cid-sYjxhuTdpK .card-img2 span {
  padding-top: 6px;
}
.cid-sYjxhuTdpK .soc-item a {
  padding-top: 5px;
}
.cid-sYjxhuTdpK .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sYjxhuTdpK .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sYjxhuTdpK .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sYjxhuTdpK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sYjxhuTdpK svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sYjxhuTdpK #e2_shape {
  fill: #ffffff !important;
}
.cid-sYjxhuTdpK .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sYjxhuTdpK .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sYjxhuTdpK .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sYjxhuTdpK .card-img {
  width: auto;
}
.cid-sYjxhuTdpK .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sYjxhuTdpK .soc-item span {
  font-size: 1.4rem;
}
.cid-sYjxhuTdpK .soc-item:hover span {
  color: #0765af !important;
}
.cid-sYjxhuTdpK .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sYjxhuTdpK .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sYjxhuTdpK .media-wrap {
  margin-bottom: 1rem;
}
.cid-sYjxhuTdpK .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sYjxhuTdpK img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sYjxhuTdpK .item {
    justify-content: center;
  }
  .cid-sYjxhuTdpK .quote::after {
    left: 60px;
  }
}
.cid-sYjxhuTdpK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sYjxhuTdpK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sYjxhuTdpK .text1 {
  color: #ffffff;
}
.cid-sYjxhuTdpK .item-title {
  color: #ffffff;
}
.cid-sYjxhuTdpK H5 {
  color: #ffffff;
}
.cid-sYjxhuTdpK .theme {
  color: #ffffff;
}
.cid-sYjxhuTdpK .copyright > p {
  color: #ff3366;
}
.cid-sYjxhuTdpK .text2 {
  color: #ffffff;
}
.cid-sYiyCSupz3 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/240-f-283572324-0ivhlxa4vfco6llp4ogpf1hiqr7ga8d0-1-427x240.jpg");
}
.cid-sYiyCSupz3 H1 {
  text-align: center;
}
.cid-sYiyCSLu3L {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sYiyCSLu3L .top-part {
  margin-bottom: 70px;
}
.cid-sYiyCSLu3L .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sYiyCSLu3L .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sYiyCSLu3L .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sYiyCSLu3L .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sYiyCSLu3L .nav-tabs .nav-item.open .nav-link:focus,
.cid-sYiyCSLu3L .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sYiyCSLu3L .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-sYiyCSLu3L .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-sYiyCSLu3L .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-sYiyCSLu3L .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-sYiyCSLu3L .nav-tabs .nav-link {
  color: #6d7a8c;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-sYiyCSLu3L .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-sYiyCSLu3L .nav-tabs .nav-link.active {
  border-bottom: 2px solid #0765af;
  color: #28303f;
}
.cid-sYiyCSLu3L .nav-tabs .nav-link.active span {
  color: #0765af;
}
.cid-sYiyCSLu3L .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-sYiyCSLu3L .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sYiyCSLu3L .mbr-text,
  .cid-sYiyCSLu3L .nav-link {
    text-align: left;
  }
  .cid-sYiyCSLu3L .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-sYiyCSLu3L .mbr-section-title,
  .cid-sYiyCSLu3L .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-sYiyCSLu3L .tab-content {
  margin-top: 44px;
}
.cid-sYiyCSLu3L .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-sYiyCSLu3L .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-sYiyCSLu3L .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-sYiyCSLu3L .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-sYiyCSLu3L .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-sYiyCSLu3L .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-sYiyCSLu3L .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sYiyCSLu3L .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sYiyCSLu3L .tab-content .tab-pane .mbr-list .list li:before {
  font-weight: 900;
  color: #144177;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-sYiyCSLu3L .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-sYiyCSLu3L .tab-content .tab-pane .mbr-text,
.cid-sYiyCSLu3L .mbr-list {
  color: #384f5f;
}
.cid-sYiyCSLu3L .top-part .mbr-section-title {
  color: #144177;
}
.cid-sYiyCTjsFI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-sYiyCTjsFI .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sYiyCTjsFI .nav-item,
.cid-sYiyCTjsFI .nav-link,
.cid-sYiyCTjsFI .navbar-caption {
  font-weight: normal;
}
.cid-sYiyCTjsFI .nav-item:focus,
.cid-sYiyCTjsFI .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sYiyCTjsFI .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-sYiyCTjsFI .nav-item .nav-link {
    position: relative;
  }
  .cid-sYiyCTjsFI .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sYiyCTjsFI .nav-item:hover .nav-link:before,
  .cid-sYiyCTjsFI .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-sYiyCTjsFI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sYiyCTjsFI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYiyCTjsFI .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-sYiyCTjsFI .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sYiyCTjsFI .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sYiyCTjsFI .dropdown .dropdown-menu .dropdown-item .soc-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-sYiyCTjsFI .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-sYiyCTjsFI .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-sYiyCTjsFI .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-sYiyCTjsFI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sYiyCTjsFI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYiyCTjsFI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYiyCTjsFI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sYiyCTjsFI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYiyCTjsFI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYiyCTjsFI .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sYiyCTjsFI .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sYiyCTjsFI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYiyCTjsFI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYiyCTjsFI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sYiyCTjsFI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sYiyCTjsFI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sYiyCTjsFI .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-sYiyCTjsFI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sYiyCTjsFI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sYiyCTjsFI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYiyCTjsFI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYiyCTjsFI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYiyCTjsFI .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sYiyCTjsFI .dropdown-item.active,
.cid-sYiyCTjsFI .dropdown-item:active {
  background-color: transparent;
}
.cid-sYiyCTjsFI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYiyCTjsFI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYiyCTjsFI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYiyCTjsFI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-sYiyCTjsFI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYiyCTjsFI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYiyCTjsFI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sYiyCTjsFI .navbar-buttons {
  text-align: center;
}
.cid-sYiyCTjsFI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sYiyCTjsFI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-sYiyCTjsFI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYiyCTjsFI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYiyCTjsFI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYiyCTjsFI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYiyCTjsFI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYiyCTjsFI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYiyCTjsFI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYiyCTjsFI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYiyCTjsFI .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sYiyCTjsFI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sYiyCTjsFI .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-sYiyCTjsFI .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sYiyCTjsFI .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sYiyCTjsFI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sYiyCTjsFI a.nav-link .mbr-iconfont-btn,
.cid-sYiyCTjsFI a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sYiyCTjsFI a.nav-link:hover .mbr-iconfont-btn,
.cid-sYiyCTjsFI a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-sYiyCTjsFI a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sYiyCTjsFI .navbar {
    height: 77px;
  }
  .cid-sYiyCTjsFI .navbar.opened {
    height: auto;
  }
  .cid-sYiyCTjsFI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYjwWT3Ixo {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-sYjwWT3Ixo .container {
  max-width: 1400px;
}
.cid-sYjwWT3Ixo .card-img2 span {
  padding-top: 6px;
}
.cid-sYjwWT3Ixo .soc-item a {
  padding-top: 5px;
}
.cid-sYjwWT3Ixo .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sYjwWT3Ixo .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sYjwWT3Ixo .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sYjwWT3Ixo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sYjwWT3Ixo svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sYjwWT3Ixo #e2_shape {
  fill: #ffffff !important;
}
.cid-sYjwWT3Ixo .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sYjwWT3Ixo .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sYjwWT3Ixo .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sYjwWT3Ixo .card-img {
  width: auto;
}
.cid-sYjwWT3Ixo .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sYjwWT3Ixo .soc-item span {
  font-size: 1.4rem;
}
.cid-sYjwWT3Ixo .soc-item:hover span {
  color: #0765af !important;
}
.cid-sYjwWT3Ixo .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sYjwWT3Ixo .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sYjwWT3Ixo .media-wrap {
  margin-bottom: 1rem;
}
.cid-sYjwWT3Ixo .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sYjwWT3Ixo img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sYjwWT3Ixo .item {
    justify-content: center;
  }
  .cid-sYjwWT3Ixo .quote::after {
    left: 60px;
  }
}
.cid-sYjwWT3Ixo .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sYjwWT3Ixo .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sYjwWT3Ixo .text1 {
  color: #ffffff;
}
.cid-sYjwWT3Ixo .item-title {
  color: #ffffff;
}
.cid-sYjwWT3Ixo H5 {
  color: #ffffff;
}
.cid-sYjwWT3Ixo .theme {
  color: #ffffff;
}
.cid-sYjwWT3Ixo .copyright > p {
  color: #ff3366;
}
.cid-sYjwWT3Ixo .text2 {
  color: #ffffff;
}
.cid-thVfUMfPWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-thVfUMfPWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-thVfUMfPWx .nav-item,
.cid-thVfUMfPWx .nav-link,
.cid-thVfUMfPWx .navbar-caption {
  font-weight: normal;
}
.cid-thVfUMfPWx .nav-item:focus,
.cid-thVfUMfPWx .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-thVfUMfPWx .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-thVfUMfPWx .nav-item .nav-link {
    position: relative;
  }
  .cid-thVfUMfPWx .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-thVfUMfPWx .nav-item:hover .nav-link:before,
  .cid-thVfUMfPWx .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-thVfUMfPWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-thVfUMfPWx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thVfUMfPWx .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-thVfUMfPWx .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-thVfUMfPWx .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-thVfUMfPWx .dropdown .dropdown-menu .dropdown-item .soc-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-thVfUMfPWx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-thVfUMfPWx .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-thVfUMfPWx .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-thVfUMfPWx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-thVfUMfPWx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thVfUMfPWx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thVfUMfPWx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-thVfUMfPWx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thVfUMfPWx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thVfUMfPWx .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-thVfUMfPWx .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-thVfUMfPWx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thVfUMfPWx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thVfUMfPWx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-thVfUMfPWx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-thVfUMfPWx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-thVfUMfPWx .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-thVfUMfPWx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-thVfUMfPWx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-thVfUMfPWx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-thVfUMfPWx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thVfUMfPWx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thVfUMfPWx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-thVfUMfPWx .dropdown-item.active,
.cid-thVfUMfPWx .dropdown-item:active {
  background-color: transparent;
}
.cid-thVfUMfPWx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thVfUMfPWx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thVfUMfPWx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thVfUMfPWx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-thVfUMfPWx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thVfUMfPWx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thVfUMfPWx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-thVfUMfPWx .navbar-buttons {
  text-align: center;
}
.cid-thVfUMfPWx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thVfUMfPWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-thVfUMfPWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-thVfUMfPWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thVfUMfPWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-thVfUMfPWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thVfUMfPWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thVfUMfPWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thVfUMfPWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thVfUMfPWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thVfUMfPWx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-thVfUMfPWx a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thVfUMfPWx .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-thVfUMfPWx .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-thVfUMfPWx .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-thVfUMfPWx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thVfUMfPWx a.nav-link .mbr-iconfont-btn,
.cid-thVfUMfPWx a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-thVfUMfPWx a.nav-link:hover .mbr-iconfont-btn,
.cid-thVfUMfPWx a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-thVfUMfPWx a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thVfUMfPWx .navbar {
    height: 77px;
  }
  .cid-thVfUMfPWx .navbar.opened {
    height: auto;
  }
  .cid-thVfUMfPWx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thVGD4tWmB {
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-thVGD4tWmB .mbr-section-title {
  letter-spacing: .1em;
}
.cid-thVGD4tWmB .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-thVGD4tWmB .card-img span {
  font-size: 100px;
}
.cid-thVGD4tWmB .mbr-text,
.cid-thVGD4tWmB .mbr-section-btn {
  color: #efefef;
}
.cid-thVfUMGHHW {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-thVfUMGHHW .container {
  max-width: 1400px;
}
.cid-thVfUMGHHW .card-img2 span {
  padding-top: 6px;
}
.cid-thVfUMGHHW .soc-item a {
  padding-top: 5px;
}
.cid-thVfUMGHHW .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-thVfUMGHHW .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-thVfUMGHHW .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-thVfUMGHHW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-thVfUMGHHW svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-thVfUMGHHW #e2_shape {
  fill: #181b35 !important;
}
.cid-thVfUMGHHW .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-thVfUMGHHW .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-thVfUMGHHW .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-thVfUMGHHW .card-img {
  width: auto;
}
.cid-thVfUMGHHW .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-thVfUMGHHW .soc-item span {
  font-size: 1.4rem;
}
.cid-thVfUMGHHW .soc-item:hover span {
  color: #0765af !important;
}
.cid-thVfUMGHHW .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-thVfUMGHHW .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-thVfUMGHHW .media-wrap {
  margin-bottom: 1rem;
}
.cid-thVfUMGHHW .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-thVfUMGHHW img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-thVfUMGHHW .item {
    justify-content: center;
  }
  .cid-thVfUMGHHW .quote::after {
    left: 60px;
  }
}
.cid-thVfUMGHHW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-thVfUMGHHW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thVfUMGHHW .text1 {
  color: #ffffff;
}
.cid-thVfUMGHHW .item-title {
  color: #ffffff;
}
.cid-thVfUMGHHW H5 {
  color: #ffffff;
}
.cid-thVfUMGHHW .theme {
  color: #ffffff;
}
.cid-thVfUMGHHW .copyright > p {
  color: #ff3366;
}
.cid-thVfUMGHHW .text2 {
  color: #ffffff;
}
.cid-tnhL4zF5xQ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/240-f-331773888-qyd5q5mook9evgwe7ki7idwenh4vshc9-916x240.jpg");
}
.cid-tnhL4zF5xQ H1 {
  text-align: center;
  color: #fffbca;
}
.cid-tnhL4ABsGL {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tnhL4ABsGL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tnhL4ABsGL .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-tnhL4ABsGL textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-tnhL4ABsGL .form-row {
    flex-direction: column;
  }
}
.cid-tnhL4ABsGL h4 {
  margin-bottom: 2rem;
}
.cid-tnhL4ABsGL .form-control,
.cid-tnhL4ABsGL .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-tnhL4ABsGL .form-control,
.cid-tnhL4ABsGL .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tnhL4ABsGL .form-control::-webkit-input-placeholder,
.cid-tnhL4ABsGL .field-input::-webkit-input-placeholder,
.cid-tnhL4ABsGL .form-control::-webkit-input-placeholder,
.cid-tnhL4ABsGL .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-tnhL4ABsGL .form-control:-moz-placeholder,
.cid-tnhL4ABsGL .field-input:-moz-placeholder,
.cid-tnhL4ABsGL .form-control:-moz-placeholder,
.cid-tnhL4ABsGL .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-tnhL4ABsGL .form-control:hover,
.cid-tnhL4ABsGL .field-input:hover,
.cid-tnhL4ABsGL .form-control:focus,
.cid-tnhL4ABsGL .field-input:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-tnhL4ABsGL .form-control:hover::-webkit-input-placeholder,
.cid-tnhL4ABsGL .field-input:hover::-webkit-input-placeholder,
.cid-tnhL4ABsGL .form-control:focus::-webkit-input-placeholder,
.cid-tnhL4ABsGL .field-input:focus::-webkit-input-placeholder,
.cid-tnhL4ABsGL .form-control:hover::-webkit-input-placeholder,
.cid-tnhL4ABsGL .field-input:hover::-webkit-input-placeholder,
.cid-tnhL4ABsGL .form-control:focus::-webkit-input-placeholder,
.cid-tnhL4ABsGL .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-tnhL4ABsGL .form-control:hover:-moz-placeholder,
.cid-tnhL4ABsGL .field-input:hover:-moz-placeholder,
.cid-tnhL4ABsGL .form-control:focus:-moz-placeholder,
.cid-tnhL4ABsGL .field-input:focus:-moz-placeholder,
.cid-tnhL4ABsGL .form-control:hover:-moz-placeholder,
.cid-tnhL4ABsGL .field-input:hover:-moz-placeholder,
.cid-tnhL4ABsGL .form-control:focus:-moz-placeholder,
.cid-tnhL4ABsGL .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-tnhL4ABsGL .jq-number__spin:hover,
.cid-tnhL4ABsGL .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tnhL4ABsGL .jq-number__spin {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tnhL4ABsGL .jq-selectbox li,
.cid-tnhL4ABsGL .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-tnhL4ABsGL .jq-selectbox li:hover,
.cid-tnhL4ABsGL .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-tnhL4ABsGL .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tnhL4ABsGL .jq-number__spin.minus:hover:after,
.cid-tnhL4ABsGL .jq-number__spin.plus:hover:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-tnhL4ABsGL .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tnhL4ABsGL .jq-number__spin.minus:after,
.cid-tnhL4ABsGL .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-tnhL4ABsGL input::-webkit-clear-button {
  display: none;
}
.cid-tnhL4ABsGL input::-webkit-inner-spin-button {
  display: none;
}
.cid-tnhL4ABsGL input::-webkit-outer-spin-button {
  display: none;
}
.cid-tnhL4ABsGL input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tnhL4ABsGL H4 {
  color: #103178;
}
.cid-tnhL4AU7lb {
  padding-top: 30px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tnhL4AU7lb .google-map {
  height: 25rem;
  position: relative;
}
.cid-tnhL4AU7lb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tnhL4AU7lb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tnhL4AU7lb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tnhL4AU7lb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tnhL4AU7lb .container-fluid {
  padding: 0;
}
.cid-tnhL4AU7lb .relative {
  position: relative;
  width: 100%;
}
.cid-tnhL4AU7lb .mbr-section-title {
  color: #656565;
}
.cid-tnhL4AU7lb .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-tnhL4AU7lb .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-tnhL4AU7lb .title {
  text-align: center;
  color: #ffffff;
}
.cid-tnhL4AU7lb .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-tnhL4AU7lb .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-tnhL4B9Y0k .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tnhL4B9Y0k .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tnhL4B9Y0k .nav-item,
.cid-tnhL4B9Y0k .nav-link,
.cid-tnhL4B9Y0k .navbar-caption {
  font-weight: normal;
}
.cid-tnhL4B9Y0k .nav-item:focus,
.cid-tnhL4B9Y0k .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tnhL4B9Y0k .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tnhL4B9Y0k .nav-item .nav-link {
    position: relative;
  }
  .cid-tnhL4B9Y0k .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tnhL4B9Y0k .nav-item:hover .nav-link:before,
  .cid-tnhL4B9Y0k .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tnhL4B9Y0k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tnhL4B9Y0k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tnhL4B9Y0k .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tnhL4B9Y0k .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tnhL4B9Y0k .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tnhL4B9Y0k .dropdown .dropdown-menu .dropdown-item .soc-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-tnhL4B9Y0k .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-tnhL4B9Y0k .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-tnhL4B9Y0k .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tnhL4B9Y0k .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tnhL4B9Y0k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tnhL4B9Y0k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnhL4B9Y0k .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tnhL4B9Y0k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnhL4B9Y0k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnhL4B9Y0k .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tnhL4B9Y0k .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tnhL4B9Y0k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnhL4B9Y0k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnhL4B9Y0k .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tnhL4B9Y0k .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tnhL4B9Y0k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tnhL4B9Y0k .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-tnhL4B9Y0k .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tnhL4B9Y0k .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tnhL4B9Y0k .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tnhL4B9Y0k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnhL4B9Y0k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnhL4B9Y0k .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tnhL4B9Y0k .dropdown-item.active,
.cid-tnhL4B9Y0k .dropdown-item:active {
  background-color: transparent;
}
.cid-tnhL4B9Y0k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnhL4B9Y0k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tnhL4B9Y0k .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tnhL4B9Y0k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-tnhL4B9Y0k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnhL4B9Y0k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnhL4B9Y0k ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tnhL4B9Y0k .navbar-buttons {
  text-align: center;
}
.cid-tnhL4B9Y0k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tnhL4B9Y0k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-tnhL4B9Y0k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tnhL4B9Y0k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnhL4B9Y0k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnhL4B9Y0k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tnhL4B9Y0k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnhL4B9Y0k nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tnhL4B9Y0k nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tnhL4B9Y0k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnhL4B9Y0k .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tnhL4B9Y0k a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tnhL4B9Y0k .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-tnhL4B9Y0k .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tnhL4B9Y0k .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tnhL4B9Y0k .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tnhL4B9Y0k a.nav-link .mbr-iconfont-btn,
.cid-tnhL4B9Y0k a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tnhL4B9Y0k a.nav-link:hover .mbr-iconfont-btn,
.cid-tnhL4B9Y0k a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tnhL4B9Y0k a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnhL4B9Y0k .navbar {
    height: 77px;
  }
  .cid-tnhL4B9Y0k .navbar.opened {
    height: auto;
  }
  .cid-tnhL4B9Y0k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnhL4BChrv {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-tnhL4BChrv .container {
  max-width: 1400px;
}
.cid-tnhL4BChrv .card-img2 span {
  padding-top: 6px;
}
.cid-tnhL4BChrv .soc-item a {
  padding-top: 5px;
}
.cid-tnhL4BChrv .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tnhL4BChrv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tnhL4BChrv .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tnhL4BChrv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tnhL4BChrv svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tnhL4BChrv #e2_shape {
  fill: #ffffff !important;
}
.cid-tnhL4BChrv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tnhL4BChrv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tnhL4BChrv .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tnhL4BChrv .card-img {
  width: auto;
}
.cid-tnhL4BChrv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tnhL4BChrv .soc-item span {
  font-size: 1.4rem;
}
.cid-tnhL4BChrv .soc-item:hover span {
  color: #0765af !important;
}
.cid-tnhL4BChrv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tnhL4BChrv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tnhL4BChrv .media-wrap {
  margin-bottom: 1rem;
}
.cid-tnhL4BChrv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnhL4BChrv img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tnhL4BChrv .item {
    justify-content: center;
  }
  .cid-tnhL4BChrv .quote::after {
    left: 60px;
  }
}
.cid-tnhL4BChrv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tnhL4BChrv .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tnhL4BChrv .text1 {
  color: #ffffff;
}
.cid-tnhL4BChrv .item-title {
  color: #ffffff;
}
.cid-tnhL4BChrv H5 {
  color: #ffffff;
}
.cid-tnhL4BChrv .theme {
  color: #ffffff;
}
.cid-tnhL4BChrv .copyright > p {
  color: #ff3366;
}
.cid-tnhL4BChrv .text2 {
  color: #ffffff;
}
.cid-tnhMgi0A8u {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/240-f-331773888-qyd5q5mook9evgwe7ki7idwenh4vshc9-916x240.jpg");
}
.cid-tnhMgi0A8u H1 {
  text-align: center;
  color: #fffbca;
}
.cid-tnhMgj9Gl1 {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tnhMgj9Gl1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tnhMgj9Gl1 .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-tnhMgj9Gl1 textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-tnhMgj9Gl1 .form-row {
    flex-direction: column;
  }
}
.cid-tnhMgj9Gl1 h4 {
  margin-bottom: 2rem;
}
.cid-tnhMgj9Gl1 .form-control,
.cid-tnhMgj9Gl1 .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-tnhMgj9Gl1 .form-control,
.cid-tnhMgj9Gl1 .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tnhMgj9Gl1 .form-control::-webkit-input-placeholder,
.cid-tnhMgj9Gl1 .field-input::-webkit-input-placeholder,
.cid-tnhMgj9Gl1 .form-control::-webkit-input-placeholder,
.cid-tnhMgj9Gl1 .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-tnhMgj9Gl1 .form-control:-moz-placeholder,
.cid-tnhMgj9Gl1 .field-input:-moz-placeholder,
.cid-tnhMgj9Gl1 .form-control:-moz-placeholder,
.cid-tnhMgj9Gl1 .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-tnhMgj9Gl1 .form-control:hover,
.cid-tnhMgj9Gl1 .field-input:hover,
.cid-tnhMgj9Gl1 .form-control:focus,
.cid-tnhMgj9Gl1 .field-input:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-tnhMgj9Gl1 .form-control:hover::-webkit-input-placeholder,
.cid-tnhMgj9Gl1 .field-input:hover::-webkit-input-placeholder,
.cid-tnhMgj9Gl1 .form-control:focus::-webkit-input-placeholder,
.cid-tnhMgj9Gl1 .field-input:focus::-webkit-input-placeholder,
.cid-tnhMgj9Gl1 .form-control:hover::-webkit-input-placeholder,
.cid-tnhMgj9Gl1 .field-input:hover::-webkit-input-placeholder,
.cid-tnhMgj9Gl1 .form-control:focus::-webkit-input-placeholder,
.cid-tnhMgj9Gl1 .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-tnhMgj9Gl1 .form-control:hover:-moz-placeholder,
.cid-tnhMgj9Gl1 .field-input:hover:-moz-placeholder,
.cid-tnhMgj9Gl1 .form-control:focus:-moz-placeholder,
.cid-tnhMgj9Gl1 .field-input:focus:-moz-placeholder,
.cid-tnhMgj9Gl1 .form-control:hover:-moz-placeholder,
.cid-tnhMgj9Gl1 .field-input:hover:-moz-placeholder,
.cid-tnhMgj9Gl1 .form-control:focus:-moz-placeholder,
.cid-tnhMgj9Gl1 .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-tnhMgj9Gl1 .jq-number__spin:hover,
.cid-tnhMgj9Gl1 .jq-number__spin:focus {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tnhMgj9Gl1 .jq-number__spin {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tnhMgj9Gl1 .jq-selectbox li,
.cid-tnhMgj9Gl1 .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-tnhMgj9Gl1 .jq-selectbox li:hover,
.cid-tnhMgj9Gl1 .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-tnhMgj9Gl1 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tnhMgj9Gl1 .jq-number__spin.minus:hover:after,
.cid-tnhMgj9Gl1 .jq-number__spin.plus:hover:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-tnhMgj9Gl1 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tnhMgj9Gl1 .jq-number__spin.minus:after,
.cid-tnhMgj9Gl1 .jq-number__spin.plus:after {
  border-top-color: #f0f2f5;
  border-bottom-color: #f0f2f5;
}
.cid-tnhMgj9Gl1 input::-webkit-clear-button {
  display: none;
}
.cid-tnhMgj9Gl1 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tnhMgj9Gl1 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tnhMgj9Gl1 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tnhMgj9Gl1 H4 {
  color: #103178;
}
.cid-tnhMgjvMOF {
  padding-top: 30px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tnhMgjvMOF .google-map {
  height: 25rem;
  position: relative;
}
.cid-tnhMgjvMOF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tnhMgjvMOF .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tnhMgjvMOF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tnhMgjvMOF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tnhMgjvMOF .container-fluid {
  padding: 0;
}
.cid-tnhMgjvMOF .relative {
  position: relative;
  width: 100%;
}
.cid-tnhMgjvMOF .mbr-section-title {
  color: #656565;
}
.cid-tnhMgjvMOF .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-tnhMgjvMOF .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-tnhMgjvMOF .title {
  text-align: center;
  color: #ffffff;
}
.cid-tnhMgjvMOF .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-tnhMgjvMOF .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-tnhMgjLvaA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tnhMgjLvaA .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tnhMgjLvaA .nav-item,
.cid-tnhMgjLvaA .nav-link,
.cid-tnhMgjLvaA .navbar-caption {
  font-weight: normal;
}
.cid-tnhMgjLvaA .nav-item:focus,
.cid-tnhMgjLvaA .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tnhMgjLvaA .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tnhMgjLvaA .nav-item .nav-link {
    position: relative;
  }
  .cid-tnhMgjLvaA .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tnhMgjLvaA .nav-item:hover .nav-link:before,
  .cid-tnhMgjLvaA .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tnhMgjLvaA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tnhMgjLvaA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tnhMgjLvaA .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tnhMgjLvaA .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tnhMgjLvaA .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tnhMgjLvaA .dropdown .dropdown-menu .dropdown-item .soc-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-tnhMgjLvaA .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-tnhMgjLvaA .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-tnhMgjLvaA .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tnhMgjLvaA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tnhMgjLvaA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tnhMgjLvaA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnhMgjLvaA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tnhMgjLvaA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnhMgjLvaA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnhMgjLvaA .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tnhMgjLvaA .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tnhMgjLvaA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnhMgjLvaA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnhMgjLvaA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tnhMgjLvaA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tnhMgjLvaA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tnhMgjLvaA .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-tnhMgjLvaA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tnhMgjLvaA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tnhMgjLvaA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tnhMgjLvaA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnhMgjLvaA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnhMgjLvaA .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tnhMgjLvaA .dropdown-item.active,
.cid-tnhMgjLvaA .dropdown-item:active {
  background-color: transparent;
}
.cid-tnhMgjLvaA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnhMgjLvaA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tnhMgjLvaA .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tnhMgjLvaA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-tnhMgjLvaA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnhMgjLvaA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnhMgjLvaA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tnhMgjLvaA .navbar-buttons {
  text-align: center;
}
.cid-tnhMgjLvaA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tnhMgjLvaA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-tnhMgjLvaA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tnhMgjLvaA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnhMgjLvaA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnhMgjLvaA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tnhMgjLvaA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnhMgjLvaA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tnhMgjLvaA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tnhMgjLvaA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnhMgjLvaA .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tnhMgjLvaA a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tnhMgjLvaA .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-tnhMgjLvaA .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tnhMgjLvaA .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tnhMgjLvaA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tnhMgjLvaA a.nav-link .mbr-iconfont-btn,
.cid-tnhMgjLvaA a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tnhMgjLvaA a.nav-link:hover .mbr-iconfont-btn,
.cid-tnhMgjLvaA a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tnhMgjLvaA a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnhMgjLvaA .navbar {
    height: 77px;
  }
  .cid-tnhMgjLvaA .navbar.opened {
    height: auto;
  }
  .cid-tnhMgjLvaA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnhMgkh5Hi {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-tnhMgkh5Hi .container {
  max-width: 1400px;
}
.cid-tnhMgkh5Hi .card-img2 span {
  padding-top: 6px;
}
.cid-tnhMgkh5Hi .soc-item a {
  padding-top: 5px;
}
.cid-tnhMgkh5Hi .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tnhMgkh5Hi .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tnhMgkh5Hi .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tnhMgkh5Hi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tnhMgkh5Hi svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tnhMgkh5Hi #e2_shape {
  fill: #ffffff !important;
}
.cid-tnhMgkh5Hi .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tnhMgkh5Hi .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tnhMgkh5Hi .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tnhMgkh5Hi .card-img {
  width: auto;
}
.cid-tnhMgkh5Hi .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tnhMgkh5Hi .soc-item span {
  font-size: 1.4rem;
}
.cid-tnhMgkh5Hi .soc-item:hover span {
  color: #0765af !important;
}
.cid-tnhMgkh5Hi .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tnhMgkh5Hi .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tnhMgkh5Hi .media-wrap {
  margin-bottom: 1rem;
}
.cid-tnhMgkh5Hi .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnhMgkh5Hi img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tnhMgkh5Hi .item {
    justify-content: center;
  }
  .cid-tnhMgkh5Hi .quote::after {
    left: 60px;
  }
}
.cid-tnhMgkh5Hi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tnhMgkh5Hi .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tnhMgkh5Hi .text1 {
  color: #ffffff;
}
.cid-tnhMgkh5Hi .item-title {
  color: #ffffff;
}
.cid-tnhMgkh5Hi H5 {
  color: #ffffff;
}
.cid-tnhMgkh5Hi .theme {
  color: #ffffff;
}
.cid-tnhMgkh5Hi .copyright > p {
  color: #ff3366;
}
.cid-tnhMgkh5Hi .text2 {
  color: #ffffff;
}
.cid-tnhMZHtHAQ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/240-f-331773888-qyd5q5mook9evgwe7ki7idwenh4vshc9-916x240.jpg");
}
.cid-tnhMZHtHAQ H1 {
  text-align: center;
}
.cid-tnj2Ts2Fse {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-tnj2Ts2Fse .title {
  padding: 0 2rem;
  color: #144177;
}
.cid-tnj2Ts2Fse .card-number {
  min-width: fit-content;
  color: #0196e3;
}
.cid-tnj2Ts2Fse .card-title {
  color: #181b35;
}
.cid-tnj2Ts2Fse .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tnj2Ts2Fse .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-tnj2Ts2Fse .card-wrapper:hover {
  background: #fbea22;
}
.cid-tnj2Ts2Fse .mbr-iconfont {
  font-size: 1.5rem;
  color: #144177;
}
.cid-tnj2Ts2Fse .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-tnj2Ts2Fse .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tnj2Ts2Fse .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tnj2Ts2Fse .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnj2Ts2Fse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnhMZIwZUo {
  padding-top: 30px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tnhMZIwZUo .google-map {
  height: 25rem;
  position: relative;
}
.cid-tnhMZIwZUo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tnhMZIwZUo .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tnhMZIwZUo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tnhMZIwZUo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tnhMZIwZUo .container-fluid {
  padding: 0;
}
.cid-tnhMZIwZUo .relative {
  position: relative;
  width: 100%;
}
.cid-tnhMZIwZUo .mbr-section-title {
  color: #656565;
}
.cid-tnhMZIwZUo .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-tnhMZIwZUo .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-tnhMZIwZUo .title {
  text-align: center;
  color: #ffffff;
}
.cid-tnhMZIwZUo .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-tnhMZIwZUo .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-tnhMZIOprm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tnhMZIOprm .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tnhMZIOprm .nav-item,
.cid-tnhMZIOprm .nav-link,
.cid-tnhMZIOprm .navbar-caption {
  font-weight: normal;
}
.cid-tnhMZIOprm .nav-item:focus,
.cid-tnhMZIOprm .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tnhMZIOprm .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tnhMZIOprm .nav-item .nav-link {
    position: relative;
  }
  .cid-tnhMZIOprm .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tnhMZIOprm .nav-item:hover .nav-link:before,
  .cid-tnhMZIOprm .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tnhMZIOprm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tnhMZIOprm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tnhMZIOprm .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tnhMZIOprm .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tnhMZIOprm .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tnhMZIOprm .dropdown .dropdown-menu .dropdown-item .soc-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-tnhMZIOprm .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-tnhMZIOprm .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-tnhMZIOprm .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tnhMZIOprm .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tnhMZIOprm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tnhMZIOprm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnhMZIOprm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tnhMZIOprm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnhMZIOprm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnhMZIOprm .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tnhMZIOprm .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tnhMZIOprm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnhMZIOprm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnhMZIOprm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tnhMZIOprm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tnhMZIOprm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tnhMZIOprm .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-tnhMZIOprm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tnhMZIOprm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tnhMZIOprm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tnhMZIOprm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnhMZIOprm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnhMZIOprm .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tnhMZIOprm .dropdown-item.active,
.cid-tnhMZIOprm .dropdown-item:active {
  background-color: transparent;
}
.cid-tnhMZIOprm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnhMZIOprm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tnhMZIOprm .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tnhMZIOprm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-tnhMZIOprm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnhMZIOprm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnhMZIOprm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tnhMZIOprm .navbar-buttons {
  text-align: center;
}
.cid-tnhMZIOprm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tnhMZIOprm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-tnhMZIOprm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tnhMZIOprm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnhMZIOprm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnhMZIOprm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tnhMZIOprm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnhMZIOprm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tnhMZIOprm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tnhMZIOprm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnhMZIOprm .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tnhMZIOprm a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tnhMZIOprm .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-tnhMZIOprm .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tnhMZIOprm .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tnhMZIOprm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tnhMZIOprm a.nav-link .mbr-iconfont-btn,
.cid-tnhMZIOprm a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tnhMZIOprm a.nav-link:hover .mbr-iconfont-btn,
.cid-tnhMZIOprm a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tnhMZIOprm a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnhMZIOprm .navbar {
    height: 77px;
  }
  .cid-tnhMZIOprm .navbar.opened {
    height: auto;
  }
  .cid-tnhMZIOprm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnhMZJjGov {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-tnhMZJjGov .container {
  max-width: 1400px;
}
.cid-tnhMZJjGov .card-img2 span {
  padding-top: 6px;
}
.cid-tnhMZJjGov .soc-item a {
  padding-top: 5px;
}
.cid-tnhMZJjGov .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tnhMZJjGov .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tnhMZJjGov .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tnhMZJjGov .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tnhMZJjGov svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tnhMZJjGov #e2_shape {
  fill: #ffffff !important;
}
.cid-tnhMZJjGov .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tnhMZJjGov .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tnhMZJjGov .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tnhMZJjGov .card-img {
  width: auto;
}
.cid-tnhMZJjGov .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tnhMZJjGov .soc-item span {
  font-size: 1.4rem;
}
.cid-tnhMZJjGov .soc-item:hover span {
  color: #0765af !important;
}
.cid-tnhMZJjGov .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tnhMZJjGov .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tnhMZJjGov .media-wrap {
  margin-bottom: 1rem;
}
.cid-tnhMZJjGov .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnhMZJjGov img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tnhMZJjGov .item {
    justify-content: center;
  }
  .cid-tnhMZJjGov .quote::after {
    left: 60px;
  }
}
.cid-tnhMZJjGov .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tnhMZJjGov .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tnhMZJjGov .text1 {
  color: #ffffff;
}
.cid-tnhMZJjGov .item-title {
  color: #ffffff;
}
.cid-tnhMZJjGov H5 {
  color: #ffffff;
}
.cid-tnhMZJjGov .theme {
  color: #ffffff;
}
.cid-tnhMZJjGov .copyright > p {
  color: #ff3366;
}
.cid-tnhMZJjGov .text2 {
  color: #ffffff;
}
.cid-tYc1Wia6Ml {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/ncalculatorheader-2000x692.jpg");
}
.cid-tYc1Wia6Ml H1 {
  text-align: right;
}
.cid-tYc5HHwPUI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYc5HHwPUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYc5HHwPUI .container {
  max-width: 1300px;
}
.cid-tYc5HHwPUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYc5HHwPUI .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-tYc5HHwPUI .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-tYc5HHwPUI .row {
  background: #181b35;
}
.cid-tYc5HHwPUI .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tYc5HHwPUI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYc5HHwPUI .image-wrapper {
  padding: 0;
}
.cid-tYc5HHwPUI .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tYc5HHwPUI .mbr-section-title {
  color: #ffffff;
}
.cid-tYc5HHwPUI .mbr-text,
.cid-tYc5HHwPUI .mbr-section-btn {
  color: #ffffff;
}
.cid-tYc5HHwPUI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYcknntNR9 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tYcknntNR9 .wrap {
  overflow: hidden;
  background-color: #181b35;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tYcknntNR9 .wrap {
    height: auto;
  }
}
.cid-tYcknntNR9 .wrap:hover .mbr-section-title a {
  color: #fbea22 !important;
}
.cid-tYcknntNR9 .text-wrapper {
  padding: 70px 0;
  padding: 70px 40px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tYcknntNR9 .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tYcknntNR9 .text-wrapper {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tYcknntNR9 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-tYcknntNR9 .text-wrapper {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .cid-tYcknntNR9 .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tYcknntNR9 .text-wrapper {
    padding: 20px;
  }
}
.cid-tYcknntNR9 .mbr-section-subtitle,
.cid-tYcknntNR9 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tYcknntNR9 .image {
  width: 100%;
}
.cid-tYcknntNR9 .image img {
  width: 101%;
  border-radius: 4px;
  object-fit: cover;
}
.cid-tYcknntNR9 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tYcknntNR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYcknntNR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYcknntNR9 .mbr-text,
.cid-tYcknntNR9 .mbr-section-btn {
  text-align: center;
}
.cid-tYcknntNR9 .mbr-section-title {
  text-align: center;
}
.cid-tYc1Wj72Uo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tYc1Wj72Uo .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tYc1Wj72Uo .nav-item,
.cid-tYc1Wj72Uo .nav-link,
.cid-tYc1Wj72Uo .navbar-caption {
  font-weight: normal;
}
.cid-tYc1Wj72Uo .nav-item:focus,
.cid-tYc1Wj72Uo .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYc1Wj72Uo .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tYc1Wj72Uo .nav-item .nav-link {
    position: relative;
  }
  .cid-tYc1Wj72Uo .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tYc1Wj72Uo .nav-item:hover .nav-link:before,
  .cid-tYc1Wj72Uo .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tYc1Wj72Uo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tYc1Wj72Uo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYc1Wj72Uo .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tYc1Wj72Uo .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tYc1Wj72Uo .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYc1Wj72Uo .dropdown .dropdown-menu .dropdown-item .soc-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-tYc1Wj72Uo .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-tYc1Wj72Uo .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-tYc1Wj72Uo .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tYc1Wj72Uo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tYc1Wj72Uo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYc1Wj72Uo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYc1Wj72Uo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYc1Wj72Uo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYc1Wj72Uo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYc1Wj72Uo .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYc1Wj72Uo .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tYc1Wj72Uo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYc1Wj72Uo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYc1Wj72Uo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tYc1Wj72Uo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tYc1Wj72Uo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYc1Wj72Uo .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-tYc1Wj72Uo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tYc1Wj72Uo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYc1Wj72Uo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYc1Wj72Uo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYc1Wj72Uo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYc1Wj72Uo .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tYc1Wj72Uo .dropdown-item.active,
.cid-tYc1Wj72Uo .dropdown-item:active {
  background-color: transparent;
}
.cid-tYc1Wj72Uo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYc1Wj72Uo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYc1Wj72Uo .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYc1Wj72Uo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-tYc1Wj72Uo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYc1Wj72Uo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYc1Wj72Uo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYc1Wj72Uo .navbar-buttons {
  text-align: center;
}
.cid-tYc1Wj72Uo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYc1Wj72Uo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-tYc1Wj72Uo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYc1Wj72Uo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYc1Wj72Uo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYc1Wj72Uo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYc1Wj72Uo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYc1Wj72Uo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYc1Wj72Uo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYc1Wj72Uo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYc1Wj72Uo .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tYc1Wj72Uo a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tYc1Wj72Uo .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-tYc1Wj72Uo .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tYc1Wj72Uo .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tYc1Wj72Uo .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tYc1Wj72Uo a.nav-link .mbr-iconfont-btn,
.cid-tYc1Wj72Uo a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tYc1Wj72Uo a.nav-link:hover .mbr-iconfont-btn,
.cid-tYc1Wj72Uo a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tYc1Wj72Uo a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYc1Wj72Uo .navbar {
    height: 77px;
  }
  .cid-tYc1Wj72Uo .navbar.opened {
    height: auto;
  }
  .cid-tYc1Wj72Uo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYc1Wjwn07 {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-tYc1Wjwn07 .container {
  max-width: 1400px;
}
.cid-tYc1Wjwn07 .card-img2 span {
  padding-top: 6px;
}
.cid-tYc1Wjwn07 .soc-item a {
  padding-top: 5px;
}
.cid-tYc1Wjwn07 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tYc1Wjwn07 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tYc1Wjwn07 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tYc1Wjwn07 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tYc1Wjwn07 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tYc1Wjwn07 #e2_shape {
  fill: #ffffff !important;
}
.cid-tYc1Wjwn07 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tYc1Wjwn07 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tYc1Wjwn07 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYc1Wjwn07 .card-img {
  width: auto;
}
.cid-tYc1Wjwn07 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tYc1Wjwn07 .soc-item span {
  font-size: 1.4rem;
}
.cid-tYc1Wjwn07 .soc-item:hover span {
  color: #0765af !important;
}
.cid-tYc1Wjwn07 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tYc1Wjwn07 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tYc1Wjwn07 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tYc1Wjwn07 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tYc1Wjwn07 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tYc1Wjwn07 .item {
    justify-content: center;
  }
  .cid-tYc1Wjwn07 .quote::after {
    left: 60px;
  }
}
.cid-tYc1Wjwn07 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tYc1Wjwn07 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tYc1Wjwn07 .text1 {
  color: #ffffff;
}
.cid-tYc1Wjwn07 .item-title {
  color: #ffffff;
}
.cid-tYc1Wjwn07 H5 {
  color: #ffffff;
}
.cid-tYc1Wjwn07 .theme {
  color: #ffffff;
}
.cid-tYc1Wjwn07 .copyright > p {
  color: #ff3366;
}
.cid-tYc1Wjwn07 .text2 {
  color: #ffffff;
}
.cid-tYcohIHAVH {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/ncalculatorheader-2000x692.jpg");
}
.cid-tYcohIHAVH H1 {
  text-align: right;
}
.cid-tYcohJbSLf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYcohJbSLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYcohJbSLf .container {
  max-width: 1300px;
}
.cid-tYcohJbSLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYcohJbSLf .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-tYcohJbSLf .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-tYcohJbSLf .row {
  background: #181b35;
}
.cid-tYcohJbSLf .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tYcohJbSLf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYcohJbSLf .image-wrapper {
  padding: 0;
}
.cid-tYcohJbSLf .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tYcohJbSLf .mbr-section-title {
  color: #ffffff;
}
.cid-tYcohJbSLf .mbr-text,
.cid-tYcohJbSLf .mbr-section-btn {
  color: #ffffff;
}
.cid-tYcohJbSLf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYcohJvXul {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tYcohJvXul .wrap {
  overflow: hidden;
  background-color: #181b35;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tYcohJvXul .wrap {
    height: auto;
  }
}
.cid-tYcohJvXul .wrap:hover .mbr-section-title a {
  color: #fbea22 !important;
}
.cid-tYcohJvXul .text-wrapper {
  padding: 70px 0;
  padding: 70px 40px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tYcohJvXul .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tYcohJvXul .text-wrapper {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tYcohJvXul .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-tYcohJvXul .text-wrapper {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .cid-tYcohJvXul .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tYcohJvXul .text-wrapper {
    padding: 20px;
  }
}
.cid-tYcohJvXul .mbr-section-subtitle,
.cid-tYcohJvXul .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tYcohJvXul .image {
  width: 100%;
}
.cid-tYcohJvXul .image img {
  width: 101%;
  border-radius: 4px;
  object-fit: cover;
}
.cid-tYcohJvXul .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tYcohJvXul .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYcohJvXul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYcohJvXul .mbr-text,
.cid-tYcohJvXul .mbr-section-btn {
  text-align: center;
}
.cid-tYcohJvXul .mbr-section-title {
  text-align: center;
}
.cid-tYcohJNUUq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tYcohJNUUq .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tYcohJNUUq .nav-item,
.cid-tYcohJNUUq .nav-link,
.cid-tYcohJNUUq .navbar-caption {
  font-weight: normal;
}
.cid-tYcohJNUUq .nav-item:focus,
.cid-tYcohJNUUq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYcohJNUUq .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tYcohJNUUq .nav-item .nav-link {
    position: relative;
  }
  .cid-tYcohJNUUq .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tYcohJNUUq .nav-item:hover .nav-link:before,
  .cid-tYcohJNUUq .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tYcohJNUUq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tYcohJNUUq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYcohJNUUq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tYcohJNUUq .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tYcohJNUUq .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYcohJNUUq .dropdown .dropdown-menu .dropdown-item .soc-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-tYcohJNUUq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-tYcohJNUUq .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-tYcohJNUUq .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tYcohJNUUq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tYcohJNUUq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYcohJNUUq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYcohJNUUq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYcohJNUUq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYcohJNUUq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYcohJNUUq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYcohJNUUq .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tYcohJNUUq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYcohJNUUq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYcohJNUUq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tYcohJNUUq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tYcohJNUUq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYcohJNUUq .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-tYcohJNUUq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tYcohJNUUq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYcohJNUUq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYcohJNUUq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYcohJNUUq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYcohJNUUq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tYcohJNUUq .dropdown-item.active,
.cid-tYcohJNUUq .dropdown-item:active {
  background-color: transparent;
}
.cid-tYcohJNUUq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYcohJNUUq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYcohJNUUq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYcohJNUUq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-tYcohJNUUq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYcohJNUUq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYcohJNUUq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYcohJNUUq .navbar-buttons {
  text-align: center;
}
.cid-tYcohJNUUq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYcohJNUUq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-tYcohJNUUq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYcohJNUUq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYcohJNUUq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYcohJNUUq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYcohJNUUq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYcohJNUUq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYcohJNUUq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYcohJNUUq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYcohJNUUq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tYcohJNUUq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tYcohJNUUq .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-tYcohJNUUq .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tYcohJNUUq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tYcohJNUUq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tYcohJNUUq a.nav-link .mbr-iconfont-btn,
.cid-tYcohJNUUq a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tYcohJNUUq a.nav-link:hover .mbr-iconfont-btn,
.cid-tYcohJNUUq a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tYcohJNUUq a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYcohJNUUq .navbar {
    height: 77px;
  }
  .cid-tYcohJNUUq .navbar.opened {
    height: auto;
  }
  .cid-tYcohJNUUq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYcq8FynfW {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-tYcq8FynfW .container {
  max-width: 1400px;
}
.cid-tYcq8FynfW .card-img2 span {
  padding-top: 6px;
}
.cid-tYcq8FynfW .soc-item a {
  padding-top: 5px;
}
.cid-tYcq8FynfW .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tYcq8FynfW .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tYcq8FynfW .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tYcq8FynfW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tYcq8FynfW svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tYcq8FynfW #e2_shape {
  fill: #ffffff !important;
}
.cid-tYcq8FynfW .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tYcq8FynfW .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tYcq8FynfW .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYcq8FynfW .card-img {
  width: auto;
}
.cid-tYcq8FynfW .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tYcq8FynfW .soc-item span {
  font-size: 1.4rem;
}
.cid-tYcq8FynfW .soc-item:hover span {
  color: #0765af !important;
}
.cid-tYcq8FynfW .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tYcq8FynfW .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tYcq8FynfW .media-wrap {
  margin-bottom: 1rem;
}
.cid-tYcq8FynfW .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tYcq8FynfW img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tYcq8FynfW .item {
    justify-content: center;
  }
  .cid-tYcq8FynfW .quote::after {
    left: 60px;
  }
}
.cid-tYcq8FynfW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tYcq8FynfW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tYcq8FynfW .text1 {
  color: #ffffff;
}
.cid-tYcq8FynfW .item-title {
  color: #ffffff;
}
.cid-tYcq8FynfW H5 {
  color: #ffffff;
}
.cid-tYcq8FynfW .theme {
  color: #ffffff;
}
.cid-tYcq8FynfW .copyright > p {
  color: #ff3366;
}
.cid-tYcq8FynfW .text2 {
  color: #ffffff;
}
.cid-tYcrnLfipy {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/ncalculatorheader-2000x692.jpg");
}
.cid-tYcrnLfipy H1 {
  text-align: right;
}
.cid-tYcrnLGWY7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYcrnLGWY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYcrnLGWY7 .container {
  max-width: 1300px;
}
.cid-tYcrnLGWY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYcrnLGWY7 .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-tYcrnLGWY7 .text-wrapper {
    padding: 3rem 2rem;
  }
}
.cid-tYcrnLGWY7 .row {
  background: #181b35;
}
.cid-tYcrnLGWY7 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tYcrnLGWY7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYcrnLGWY7 .image-wrapper {
  padding: 0;
}
.cid-tYcrnLGWY7 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tYcrnLGWY7 .mbr-section-title {
  color: #ffffff;
}
.cid-tYcrnLGWY7 .mbr-text,
.cid-tYcrnLGWY7 .mbr-section-btn {
  color: #ffffff;
}
.cid-tYcrnLGWY7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYcrnM4Yad {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tYcrnM4Yad .wrap {
  overflow: hidden;
  background-color: #181b35;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-tYcrnM4Yad .wrap {
    height: auto;
  }
}
.cid-tYcrnM4Yad .wrap:hover .mbr-section-title a {
  color: #fbea22 !important;
}
.cid-tYcrnM4Yad .text-wrapper {
  padding: 70px 0;
  padding: 70px 40px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tYcrnM4Yad .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tYcrnM4Yad .text-wrapper {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tYcrnM4Yad .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-tYcrnM4Yad .text-wrapper {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .cid-tYcrnM4Yad .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tYcrnM4Yad .text-wrapper {
    padding: 20px;
  }
}
.cid-tYcrnM4Yad .mbr-section-subtitle,
.cid-tYcrnM4Yad .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tYcrnM4Yad .image {
  width: 100%;
}
.cid-tYcrnM4Yad .image img {
  width: 101%;
  border-radius: 4px;
  object-fit: cover;
}
.cid-tYcrnM4Yad .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tYcrnM4Yad .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYcrnM4Yad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYcrnM4Yad .mbr-text,
.cid-tYcrnM4Yad .mbr-section-btn {
  text-align: center;
}
.cid-tYcrnM4Yad .mbr-section-title {
  text-align: center;
}
.cid-tYcrnMo98l .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #fbea22;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) 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-tYcrnMo98l .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tYcrnMo98l .nav-item,
.cid-tYcrnMo98l .nav-link,
.cid-tYcrnMo98l .navbar-caption {
  font-weight: normal;
}
.cid-tYcrnMo98l .nav-item:focus,
.cid-tYcrnMo98l .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tYcrnMo98l .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tYcrnMo98l .nav-item .nav-link {
    position: relative;
  }
  .cid-tYcrnMo98l .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #fbea22;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tYcrnMo98l .nav-item:hover .nav-link:before,
  .cid-tYcrnMo98l .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tYcrnMo98l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tYcrnMo98l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYcrnMo98l .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tYcrnMo98l .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tYcrnMo98l .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tYcrnMo98l .dropdown .dropdown-menu .dropdown-item .soc-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-tYcrnMo98l .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #181b35;
  background: none;
}
.cid-tYcrnMo98l .navbar.opened {
  transition: all 0.3s;
  background: #181b35 !important;
}
.cid-tYcrnMo98l .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-tYcrnMo98l .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tYcrnMo98l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYcrnMo98l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYcrnMo98l .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYcrnMo98l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYcrnMo98l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYcrnMo98l .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tYcrnMo98l .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tYcrnMo98l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYcrnMo98l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYcrnMo98l .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tYcrnMo98l .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tYcrnMo98l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYcrnMo98l .navbar.navbar-short {
  background: #181b35 !important;
  min-height: 60px;
}
.cid-tYcrnMo98l .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tYcrnMo98l .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYcrnMo98l .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYcrnMo98l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYcrnMo98l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYcrnMo98l .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tYcrnMo98l .dropdown-item.active,
.cid-tYcrnMo98l .dropdown-item:active {
  background-color: transparent;
}
.cid-tYcrnMo98l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYcrnMo98l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYcrnMo98l .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYcrnMo98l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #181b35;
  z-index: 2;
}
.cid-tYcrnMo98l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYcrnMo98l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYcrnMo98l ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYcrnMo98l .navbar-buttons {
  text-align: center;
}
.cid-tYcrnMo98l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYcrnMo98l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fbea22;
}
.cid-tYcrnMo98l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYcrnMo98l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYcrnMo98l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYcrnMo98l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYcrnMo98l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYcrnMo98l nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYcrnMo98l nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYcrnMo98l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYcrnMo98l .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tYcrnMo98l a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tYcrnMo98l .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #fbea22;
  display: inline-flex;
}
.cid-tYcrnMo98l .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tYcrnMo98l .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-tYcrnMo98l .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tYcrnMo98l a.nav-link .mbr-iconfont-btn,
.cid-tYcrnMo98l a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tYcrnMo98l a.nav-link:hover .mbr-iconfont-btn,
.cid-tYcrnMo98l a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tYcrnMo98l a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYcrnMo98l .navbar {
    height: 77px;
  }
  .cid-tYcrnMo98l .navbar.opened {
    height: auto;
  }
  .cid-tYcrnMo98l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYcsUTR3AG {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #181b35;
  position: relative;
  overflow: hidden;
}
.cid-tYcsUTR3AG .container {
  max-width: 1400px;
}
.cid-tYcsUTR3AG .card-img2 span {
  padding-top: 6px;
}
.cid-tYcsUTR3AG .soc-item a {
  padding-top: 5px;
}
.cid-tYcsUTR3AG .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tYcsUTR3AG .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tYcsUTR3AG .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tYcsUTR3AG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tYcsUTR3AG svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tYcsUTR3AG #e2_shape {
  fill: #ffffff !important;
}
.cid-tYcsUTR3AG .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tYcsUTR3AG .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-tYcsUTR3AG .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #879a9f;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tYcsUTR3AG .card-img {
  width: auto;
}
.cid-tYcsUTR3AG .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tYcsUTR3AG .soc-item span {
  font-size: 1.4rem;
}
.cid-tYcsUTR3AG .soc-item:hover span {
  color: #0765af !important;
}
.cid-tYcsUTR3AG .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tYcsUTR3AG .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tYcsUTR3AG .media-wrap {
  margin-bottom: 1rem;
}
.cid-tYcsUTR3AG .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tYcsUTR3AG img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tYcsUTR3AG .item {
    justify-content: center;
  }
  .cid-tYcsUTR3AG .quote::after {
    left: 60px;
  }
}
.cid-tYcsUTR3AG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tYcsUTR3AG .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tYcsUTR3AG .text1 {
  color: #ffffff;
}
.cid-tYcsUTR3AG .item-title {
  color: #ffffff;
}
.cid-tYcsUTR3AG H5 {
  color: #ffffff;
}
.cid-tYcsUTR3AG .theme {
  color: #ffffff;
}
.cid-tYcsUTR3AG .copyright > p {
  color: #ff3366;
}
.cid-tYcsUTR3AG .text2 {
  color: #ffffff;
}
